.elementor-42 .elementor-element.elementor-element-9d05717{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-331f5a3 */:root {
  --aryavart-ocean-blue: #176b87;
  --aryavart-sky-blue: #64ccc5;
  --aryavart-yellow: #f4b942;
  --aryavart-navy: #162b3d;
  --aryavart-white: #ffffff;
  --aryavart-light-grey: #f5f7f8;
  --aryavart-body-text: #526574;
  --aryavart-border: #e4eaed;
}

/* =========================
   HERO RESET
========================= */

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

.aryavart-hero a {
  text-decoration: none;
}

/* =========================
   FULL-WIDTH HERO
========================= */

.aryavart-hero {
  position: relative;
  width: 100%;
  min-height: 620px;
  overflow: hidden;
  background: #ffffff;
}

.aryavart-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 620px;
  margin: 0;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: stretch;
}

/* =========================
   LEFT CONTENT
========================= */

.aryavart-hero__content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:
    65px
    55px
    65px
    max(40px, calc((100vw - 1400px) / 2));
  background: #ffffff;
}

/* White fade into image */

.aryavart-hero__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -180px;
  z-index: -1;
  width: 250px;
  height: 100%;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.96) 30%,
    rgba(255, 255, 255, 0.48) 72%,
    transparent 100%
  );
  pointer-events: none;
}

/* =========================
   LABEL
========================= */

.aryavart-hero__label {
  width: fit-content;
  margin-bottom: 24px;
  padding: 10px 17px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 50px;
  background: rgba(100, 204, 197, 0.14);
  color: var(--aryavart-ocean-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.aryavart-hero__label-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

/* =========================
   HEADING
========================= */

.aryavart-hero__title {
  max-width: 720px;
  margin: 0;
  color: var(--aryavart-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 4vw, 68px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -2.3px;
}

.aryavart-hero__title span {
  display: block;
}

.aryavart-hero__title strong {
  color: var(--aryavart-ocean-blue);
  font-weight: 700;
}

/* =========================
   ACCENT
========================= */

.aryavart-hero__accent {
  margin: 24px 0 21px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.aryavart-hero__accent span {
  width: 68px;
  height: 5px;
  border-radius: 20px;
  background: var(--aryavart-yellow);
}

.aryavart-hero__accent i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: var(--aryavart-yellow);
}

/* =========================
   DESCRIPTION
========================= */

.aryavart-hero__description {
  max-width: 620px;
  margin: 0;
  color: var(--aryavart-body-text);
  font-size: 17px;
  line-height: 1.7;
}

/* =========================
   BUTTONS
========================= */

.aryavart-hero__buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.aryavart-hero__button {
  min-height: 54px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.aryavart-hero__button--primary {
  background: var(--aryavart-yellow);
  color: var(--aryavart-navy) !important;
  box-shadow: 0 10px 26px rgba(244, 185, 66, 0.24);
}

.aryavart-hero__button--primary:hover,
.aryavart-hero__button--primary:focus {
  background: #ffc84f;
  color: var(--aryavart-navy) !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 32px rgba(244, 185, 66, 0.34);
}

.aryavart-hero__button--secondary {
  background: var(--aryavart-ocean-blue);
  color: #ffffff !important;
  box-shadow: 0 10px 26px rgba(23, 107, 135, 0.22);
}

.aryavart-hero__button--secondary:hover,
.aryavart-hero__button--secondary:focus {
  background: #105c73;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 32px rgba(23, 107, 135, 0.3);
}

.aryavart-hero__button-icon {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aryavart-hero__button-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.aryavart-hero__arrow {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.aryavart-hero__button--secondary:hover .aryavart-hero__arrow {
  transform: translateX(4px);
}

/* =========================
   TRUST DETAILS
========================= */

.aryavart-hero__trust {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.aryavart-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 11px;
}

.aryavart-hero__trust-icon {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(100, 204, 197, 0.13);
  color: var(--aryavart-ocean-blue);
}

.aryavart-hero__trust-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.aryavart-hero__trust-item div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.aryavart-hero__trust-item strong {
  color: var(--aryavart-navy);
  font-size: 14px;
  font-weight: 800;
}

.aryavart-hero__trust-item small {
  color: var(--aryavart-body-text);
  font-size: 12px;
}

.aryavart-hero__trust-divider {
  width: 1px;
  height: 41px;
  background: var(--aryavart-border);
}

/* =========================
   RIGHT IMAGE
========================= */

.aryavart-hero__visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--aryavart-light-grey);
}

.aryavart-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.aryavart-hero__image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.13) 24%,
      transparent 48%
    ),
    linear-gradient(
      180deg,
      rgba(22, 43, 61, 0.02) 0%,
      rgba(22, 43, 61, 0.08) 100%
    );
  pointer-events: none;
}

/* =========================
   FLOATING IMAGE CARD
========================= */

.aryavart-hero__floating-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  min-width: 230px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(22, 43, 61, 0.17);
  backdrop-filter: blur(12px);
}

.aryavart-hero__floating-icon {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--aryavart-yellow);
  color: var(--aryavart-navy);
}

.aryavart-hero__floating-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.aryavart-hero__floating-card div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.aryavart-hero__floating-card strong {
  color: var(--aryavart-navy);
  font-size: 14px;
  font-weight: 800;
}

.aryavart-hero__floating-card small {
  color: var(--aryavart-body-text);
  font-size: 12px;
}

/* =========================
   DECORATIVE SHAPES
========================= */

.aryavart-hero__shape {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.aryavart-hero__shape--one {
  left: -120px;
  bottom: -150px;
  width: 340px;
  height: 340px;
  border: 52px solid rgba(100, 204, 197, 0.08);
}

.aryavart-hero__shape--two {
  left: 38%;
  top: 70px;
  width: 130px;
  height: 130px;
  background: rgba(244, 185, 66, 0.06);
}

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

@media (max-width: 1200px) {
  .aryavart-hero,
  .aryavart-hero__container,
  .aryavart-hero__visual,
  .aryavart-hero__visual img {
    min-height: 590px;
  }

  .aryavart-hero__container {
    grid-template-columns: 51% 49%;
  }

  .aryavart-hero__content {
    padding: 55px 38px;
  }

  .aryavart-hero__title {
    font-size: clamp(46px, 5vw, 60px);
  }

  .aryavart-hero__trust {
    gap: 17px;
  }
}

/* =========================
   MOBILE AND TABLET PORTRAIT
========================= */

@media (max-width: 991px) {
  .aryavart-hero {
    min-height: auto;
    padding: 10px;
    overflow: visible;
    background: #ffffff;
  }

  .aryavart-hero__container {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* Image displayed first */

  .aryavart-hero__visual {
    order: 1;
    width: 100%;
    min-height: 430px;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
  }

  .aryavart-hero__visual img {
    width: 100%;
    height: 430px;
    min-height: 430px;
    max-height: 430px;
    border-radius: inherit;
    object-fit: cover;
    object-position: 64% center;
  }

  .aryavart-hero__image-overlay {
    border-radius: inherit;
    background: linear-gradient(
      180deg,
      rgba(22, 43, 61, 0.02),
      rgba(22, 43, 61, 0.13)
    );
  }

  .aryavart-hero__content {
    order: 2;
    width: 100%;
    padding: 48px 24px 45px;
    align-items: center;
    text-align: center;
    background: #ffffff;
  }

  .aryavart-hero__content::after {
    display: none;
  }

  .aryavart-hero__title {
    max-width: 760px;
    font-size: clamp(44px, 8vw, 62px);
  }

  .aryavart-hero__description {
    max-width: 680px;
  }

  .aryavart-hero__buttons {
    justify-content: center;
  }

  .aryavart-hero__trust {
    justify-content: center;
  }

  .aryavart-hero__floating-card {
    right: 18px;
    bottom: 18px;
  }

  .aryavart-hero__shape {
    display: none;
  }
}

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

@media (max-width: 640px) {
  .aryavart-hero {
    padding: 10px;
  }

  .aryavart-hero__visual {
    min-height: 310px;
    border-radius: 15px;
  }

  .aryavart-hero__visual img {
    height: 310px;
    min-height: 310px;
    max-height: 310px;
    object-position: 67% center;
  }

  .aryavart-hero__content {
    padding: 40px 8px 36px;
  }

  .aryavart-hero__label {
    margin-bottom: 21px;
    padding: 10px 15px;
    font-size: 13px;
  }

  .aryavart-hero__title {
    font-size: clamp(37px, 11vw, 49px);
    line-height: 1.08;
    letter-spacing: -1.6px;
  }

  .aryavart-hero__accent {
    margin: 22px 0 19px;
  }

  .aryavart-hero__description {
    font-size: 16px;
    line-height: 1.65;
  }

  .aryavart-hero__buttons {
    width: 100%;
    margin-top: 27px;
    flex-direction: column;
    gap: 12px;
  }

  .aryavart-hero__button {
    width: 100%;
    min-height: 53px;
  }

  .aryavart-hero__trust {
display: none;
  }

  .aryavart-hero__floating-card {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-width: 0;
    padding: 13px 15px;
  }
}

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

@media (max-width: 380px) {
  .aryavart-hero {
    padding: 10px;
  }

  .aryavart-hero__visual {
    min-height: 280px;
    border-radius: 14px;
  }

  .aryavart-hero__visual img {
    height: 280px;
    min-height: 280px;
    max-height: 280px;
  }

  .aryavart-hero__content {
    padding: 36px 5px 32px;
  }

  .aryavart-hero__title {
    font-size: 36px;
  }

  .aryavart-hero__floating-card {
    padding: 12px 14px;
  }
}/* End custom CSS */