.elementor-5858 .elementor-element.elementor-element-3By9O8m{--display:flex;--min-height:836px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-5858 .elementor-element.elementor-element-EbsWfB4{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-5858 .elementor-element.elementor-element-EbsWfB4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5858 .elementor-element.elementor-element-913ac61{--display:flex;}.elementor-5858 .elementor-element.elementor-element-1b7ab9a{--swiper-slides-to-display:3;--swiper-slides-gap:10px;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:0px;--arrow-prev-top-align:50%;--arrow-prev-translate-y:-50%;--arrow-prev-top-position:0px;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:0px;--arrow-next-top-align:50%;--arrow-next-translate-y:-50%;--arrow-next-top-position:0px;}.elementor-5858 .elementor-element.elementor-element-1b7ab9a .swiper-slide > .elementor-element{height:100%;}body.elementor-page-5858:not(.elementor-motion-effects-element-type-background), body.elementor-page-5858 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA8;background-size:cover;}.bdt-lightbox .bdt-lightbox-items>*>*{max-height:0vh;}.bdt-lightbox{background-color:#3837C4;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1366px){.elementor-5858 .elementor-element.elementor-element-1b7ab9a{--swiper-slides-to-display:3;}body.elementor-page-5858:not(.elementor-motion-effects-element-type-background), body.elementor-page-5858 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center right;background-size:initial;}}@media(max-width:1024px){.elementor-5858 .elementor-element.elementor-element-3By9O8m{--min-height:471px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--flex-wrap:wrap;}.elementor-5858 .elementor-element.elementor-element-EbsWfB4{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-5858 .elementor-element.elementor-element-1b7ab9a{--swiper-slides-to-display:2;}}@media(max-width:765px){.elementor-5858 .elementor-element.elementor-element-3By9O8m{--min-height:510px;}.elementor-5858 .elementor-element.elementor-element-EbsWfB4{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-5858 .elementor-element.elementor-element-1b7ab9a{--swiper-slides-to-display:1;}body.elementor-page-5858:not(.elementor-motion-effects-element-type-background), body.elementor-page-5858 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}}@media(min-width:766px){.elementor-5858 .elementor-element.elementor-element-EbsWfB4{--width:1113.982px;}}@media(max-width:1024px) and (min-width:766px){.elementor-5858 .elementor-element.elementor-element-EbsWfB4{--width:400px;}}@media(min-width:2400px){.elementor-5858 .elementor-element.elementor-element-1b7ab9a{--swiper-slides-to-display:3;}}/* Start custom CSS for html, class: .elementor-element-670bfb4 */.inthrace-vision-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 20px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

.vision-card {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 28px;
  padding: 46px;
  box-shadow: 0 14px 45px rgba(0,0,0,0.08);
  border: 1px solid rgba(255,255,255,0.55);
}

.vision-title-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vision-badge {
  display: inline-block;
  width: fit-content;
  background: rgba(31,168,229,0.14);
  color: #003366;
  padding: 9px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vision-title-card h2 {
  color: #003366;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0;
}

.vision-text-card p {
  color: #333;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 22px;
}

.vision-text-card ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.vision-text-card li {
  background: rgba(31,168,229,0.12);
  color: #003366;
  padding: 14px 18px;
  border-radius: 14px;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 800;
}

/* Mobile */
@media (max-width: 800px) {
  .inthrace-vision-section {
    grid-template-columns: 1fr;
    padding: 45px 16px;
  }

  .vision-card {
    padding: 32px 24px;
    border-radius: 22px;
  }

  .vision-title-card h2 {
    font-size: 32px;
  }

  .vision-text-card p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS */body.elementor-page-5858 {
    background-image: url('your-image-url.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    opacity: 0.95; /* Adjust the transparency level (0 to 1) */
}
/* HOME PAGE GLOBAL LAYOUT */
.inthrace-home-hero,
.inthrace-vision-section {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* HERO */
.inthrace-home-hero {
  padding: 20px 24px 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 560px;
}

.home-hero-card {
  width: 100%;
  max-width: 940px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 32px;
  padding: 46px 58px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.16);
  border: 1px solid rgba(255,255,255,0.7);
}

.home-badge,
.vision-badge {
  display: inline-block;
  background: rgba(31,168,229,0.14);
  color: #003366;
  padding: 9px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 22px;
}

.home-hero-card h1 {
  color: #003366;
  max-width: 100%;
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 24px;
  text-wrap: balance;
  text-shadow: none !important;
}

.home-hero-card p {
  max-width: 760px;
  color: #333;
  font-size: 19px;
  line-height: 1.65;
  margin: 0 0 30px;
}

.home-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.home-btn.primary {
  background: #003366;
  color: #fff !important;
}

.home-btn.secondary {
  background: #1fa8e5;
  color: #fff !important;
}

.home-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.16);
}

/* VISION SECTION */
.inthrace-vision-section {
  padding: 35px 24px 80px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.vision-card {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 30px;
  padding: 44px 50px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.12);
  border: 1px solid rgba(255,255,255,0.65);
}

.vision-title-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vision-title-card h2 {
  color: #003366;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0;
  text-wrap: balance;
}

.vision-text-card p {
  color: #333;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.vision-text-card ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.vision-text-card li {
  background: rgba(31,168,229,0.12);
  color: #003366;
  padding: 14px 18px;
  border-radius: 14px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 800;
}

/* LAPTOP OPTIMIZATION */
@media (max-width: 1366px) {
  .inthrace-home-hero {
    min-height: 500px;
    padding-top: 10px;
    padding-bottom: 45px;
  }

  .home-hero-card {
    max-width: 880px;
    padding: 40px 52px;
  }

  .home-hero-card h1 {
    font-size: clamp(32px, 3vw, 48px);
  }

  .inthrace-vision-section {
    padding-top: 25px;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .inthrace-home-hero {
    min-height: auto;
    padding: 45px 18px 55px;
  }

  .home-hero-card {
    max-width: 860px;
    padding: 40px 36px;
  }

  .inthrace-vision-section {
    grid-template-columns: 1fr;
    padding: 30px 18px 65px;
  }
}

/* MOBILE */
@media (max-width: 700px) {
  .inthrace-home-hero {
    padding: 35px 14px 45px;
  }

  .home-hero-card,
  .vision-card {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .home-hero-card h1,
  .vision-title-card h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  .home-hero-card p,
  .vision-text-card p {
    font-size: 16px;
  }

  .home-buttons {
    flex-direction: column;
  }

  .home-btn {
    width: 100%;
  }
}/* End custom CSS */