.elementor-39 .elementor-element.elementor-element-e152b46{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2caf0bf *//* =========================
   ARYAVART FOOTER
========================= */

.aryavart-footer,
.aryavart-footer * {
  box-sizing: border-box;
}

.aryavart-footer {
  width: 100%;
  background: #ffffff;
  color: #162b3d;
  border-top: 1px solid #e5ebee;
}

.aryavart-footer a {
  color: inherit;
  text-decoration: none;
}

.aryavart-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* =========================
   MAIN FOOTER
========================= */

.aryavart-footer__main {
  position: relative;
  overflow: hidden;
  padding: 75px 0 60px;
  background:
    radial-gradient(
      circle at top right,
      rgba(100, 204, 197, 0.14),
      transparent 30%
    ),
    #ffffff;
}

.aryavart-footer__main::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 230px;
  height: 230px;
  border: 35px solid rgba(244, 185, 66, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.aryavart-footer__container {
  position: relative;
  z-index: 1;
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.9fr 1.1fr;
  gap: 55px;
}

/* =========================
   BRAND COLUMN
========================= */

.aryavart-footer__brand {
  min-width: 0;
}

.aryavart-footer__logo {
  display: inline-flex;
  margin-bottom: 22px;
}

.aryavart-footer__logo img {
  display: block;
  width: 245px;
  height: auto;
  max-width: 100%;
}

.aryavart-footer__brand p {
  max-width: 390px;
  margin: 0 0 26px;
  color: #536675;
  font-size: 15px;
  line-height: 1.8;
}

/* =========================
   FOOTER TITLES
========================= */

.aryavart-footer__column h3 {
  position: relative;
  margin: 5px 0 27px;
  padding-bottom: 13px;
  color: #162b3d;
  font-size: 18px;
  font-weight: 800;
}

.aryavart-footer__column h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 20px;
  background: #f4b942;
}

/* =========================
   FOOTER LINKS
========================= */

.aryavart-footer__links {
  display: grid;
  gap: 13px;
}

.aryavart-footer__links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 18px;
  color: #536675;
  font-size: 15px;
  line-height: 1.5;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.aryavart-footer__links a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: 2px solid #64ccc5;
  border-bottom: 2px solid #64ccc5;
  transform: rotate(-45deg);
}

.aryavart-footer__links a:hover,
.aryavart-footer__links a:focus {
  color: #176b87 !important;
  transform: translateX(4px);
}

/* =========================
   SOCIAL ICONS
========================= */

.aryavart-footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.aryavart-footer__socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #dbe6e9;
  border-radius: 50%;
  background: #ffffff;
  color: #176b87;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.aryavart-footer__socials a:hover,
.aryavart-footer__socials a:focus {
  color: #ffffff !important;
  background: #176b87;
  border-color: #176b87;
  transform: translateY(-3px);
}

.aryavart-footer__socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* =========================
   CONTACT COLUMN
========================= */

.aryavart-footer__column:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.aryavart-footer__contact {
  width: 100%;
  display: grid;
  gap: 17px;
  margin-bottom: 30px;
}

.aryavart-footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #536675;
  font-size: 15px;
  line-height: 1.6;
}

.aryavart-footer__contact li a {
  color: #536675;
  overflow-wrap: anywhere;
  transition: color 0.25s ease;
}

.aryavart-footer__contact li a:hover,
.aryavart-footer__contact li a:focus {
  color: #176b87 !important;
}

.aryavart-footer__contact-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(100, 204, 197, 0.14);
  color: #176b87;
}

.aryavart-footer__contact-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* =========================
   PLAN YOUR JOURNEY BUTTON
========================= */

.aryavart-footer__button-wrap {
  width: 100%;
  display: block;
  margin-top: 8px;
  padding-top: 6px;
  clear: both;
}

.aryavart-footer__button {
  width: auto;
  min-width: 185px;
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  border-radius: 50px;
  background: #f4b942 !important;
  color: #162b3d !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 9px 22px rgba(244, 185, 66, 0.22);
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.aryavart-footer__button:hover,
.aryavart-footer__button:focus {
  background: #ffc84f !important;
  color: #162b3d !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(244, 185, 66, 0.32);
}

@media (max-width: 520px) {
  .aryavart-footer__button-wrap {
    margin-top: 10px;
    padding-top: 4px;
  }

  .aryavart-footer__button {
    width: auto;
    min-width: 190px;
  }
}

@media (max-width: 380px) {
  .aryavart-footer__button {
    width: 100%;
    min-width: 0;
  }
}
/* =========================
   BOTTOM FOOTER
========================= */

.aryavart-footer__bottom {
  background: #162b3d;
}

.aryavart-footer__bottom-container {
  width: min(1400px, calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.aryavart-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.6;
}

.aryavart-footer__legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.aryavart-footer__legal a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.aryavart-footer__legal a:hover,
.aryavart-footer__legal a:focus {
  color: #64ccc5 !important;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {
  .aryavart-footer__container {
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 45px;
  }

  .aryavart-footer__brand {
    grid-column: 1 / -1;
  }

  .aryavart-footer__brand p {
    max-width: 650px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .aryavart-footer__main {
    padding: 55px 0 45px;
  }

  .aryavart-footer__container {
    width: calc(100% - 36px);
    grid-template-columns: 1fr 1fr;
    gap: 42px 25px;
  }

  .aryavart-footer__brand {
    grid-column: 1 / -1;
  }

  .aryavart-footer__logo img {
    width: 205px;
  }

  .aryavart-footer__button {
    min-width: 180px;
  }

  .aryavart-footer__bottom-container {
    width: calc(100% - 36px);
    min-height: auto;
    padding: 22px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .aryavart-footer__bottom p {
    width: 100%;
  }

  .aryavart-footer__legal {
    width: 100%;
    justify-content: center;
    gap: 8px 18px;
  }

  .aryavart-footer__legal a {
    font-size: 13px;
    white-space: normal;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 520px) {
  .aryavart-footer__container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .aryavart-footer__brand {
    grid-column: auto;
  }

  .aryavart-footer__column h3 {
    margin-bottom: 22px;
  }

  .aryavart-footer__button {
    width: auto;
    min-width: 180px;
  }

  .aryavart-footer__legal {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px 14px;
  }
}

/* =========================
   EXTRA SMALL MOBILE
========================= */

@media (max-width: 380px) {
  .aryavart-footer__legal {
    flex-direction: column;
    gap: 7px;
  }

  .aryavart-footer__legal a {
    width: 100%;
    text-align: center;
  }

  .aryavart-footer__button {
    width: 100%;
    min-width: 0;
  }
}/* End custom CSS */