:root {
  --navy: #0b1130;
  --navy-2: #131a3d;
  --orange: #ff6a1a;
  --orange-2: #ff8a3d;
  --orange-dark: #e85a10;
  --cream: #fff3ea;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Manrope', sans-serif;
  color: #1b1b1b;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
}

a {
  text-decoration: none;
}

.btn-brand {
  background: #000;
  color: #fff;
  font-weight: 900;
  padding: .7rem 1.8rem;
  border-radius: 55px;
  border: none;
  transition: .25s ease;
  /* border: 1px solid #000; */
  line-height: 100%;
}

/* .btn-brand:hover {
  background: #FF7424;
  color: #fff;
} */

.btn-outline-white {
  border: 1.5px solid #FF7424;
  color: #fff;
  font-weight: 700;
  padding: .7rem 1.8rem;
  border-radius: 40px;
  background: #FF7424;
  transition: .25s ease;
  position: relative;
  z-index: 999;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);

}

/* .join_btn {
  bottom: 55px;
} */

.btn-outline-white:hover {
  background: #fff;
  color: var(--orange-dark);
  border: 1.5px solid #FF7424;
}

/* .journey-section:after {
  content: '';
  background: linear-gradient(360deg, #FF7424 33.12%, rgba(255, 116, 36, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 99;
} */

/* ===== HEADER ===== */
header.site-header {
  background: var(--navy);
  padding: 1rem 0;
}

.logo-badge {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  font-size: 1.1rem;
}

.logo-text {
  color: #fff;
  line-height: 1.05;
}

.logo-text small {
  display: block;
  color: #9aa0b4;
  font-size: .6rem;
  letter-spacing: .12em;
  font-weight: 600;
}

.card-body .navbar-brand-custom img {
  max-width: 230px;
  width: 100%;
}

.navbar-brand-custom {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.nav-explore {
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: 26px;
  line-height: 81%;
  letter-spacing: -0.05em;
}

.nav-links a {
  color: #cfd3e4;
  font-weight: 600;
  margin-right: 1.8rem;
}

.nav-links a:hover {
  color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  /* keeps the video from spilling outside the rounded/edge boundaries if any */
}

.new_video {
  width: 100%;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .35) 50%, rgba(0, 0, 0, .6) 100%);
  /* tune opacity/direction to taste — this is just to keep the white/accent text readable over moving footage */
}

.hero .top_bar {
  position: relative;
  z-index: 2;
}

/* ===== HERO ===== */
.hero {
  background: url(assets/bg-images.png);
  /* background: url(assets/banner-graphic-light-cream.png); */
  /* background: url(assets/banner-video.mp4); */
  color: #fff;
  padding: 1rem 0 5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero .eyebrow {
  display: inline-block;
  background: url(assets/ecperts.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: .35rem 1rem;
  border-radius: 30px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.018em;
  background: radial-gradient(40.7% 90.52% at 50% 0%, #FFB58B 0%, #f5d6c4 100%);
  color: #000;
}

.hero h1 {
  font-size: 96px;
  font-weight: 400;
  line-height: 92px;
  letter-spacing: -0.01em;
  margin: 16px 0;
  color: #000;
}

.accent-wht {
  color: #000;
}

.hero h1 .accent {
  color: #FF7424;
  display: block;
  font-weight: 800;
}

.hero p.lead-text {
  color: #000;
  font-size: 20;
  line-height: 26px;
  max-width: 480px;
  font-weight: 400;
  margin: 1.2rem 0 2rem;

}

.hero-visual {
  position: relative;
  min-height: 340px;
}

.hero-globe {
  position: absolute;
  right: 5%;
  top: 0;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #2f6fd1, #0d1a4a 70%);
  box-shadow: 0 0 90px rgba(60, 120, 255, .45);
}

.hero-bars {
  position: absolute;
  right: 10%;
  top: 40%;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  z-index: 2;
}

.hero-bars .bar {
  width: 16px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--orange-2), var(--orange-dark));
}

.hero-rocket {
  position: absolute;
  left: 38%;
  top: 2%;
  font-size: 3rem;
  transform: rotate(-25deg);
  filter: drop-shadow(0 10px 25px rgba(255, 140, 60, .5));
}

.hero-sparkle {
  position: absolute;
  border-radius: 50%;
  background: var(--orange-2);
  opacity: .7;
}

/* ===== SECTION TITLES ===== */
.section-eyebrow {
  color: #000;
  font-weight: 400;
  font-size: 25px;
}

.hindi-tagline img {
  max-width: 100px;
  width: 100%;
}

.divider_bt {
  max-width: 90px;
  width: 100%;
  display: block;
  height: 1px;
  background-color: #000;
  margin-bottom: 15px;
}

.success {
  color: #000;
}



/* ===== PARTNERS ===== */
.partners-section {
  padding: 70px 0 0px;
  /* border: 2px solid #FF792C;
  background: radial-gradient(40.7% 90.52% at 50% 0%, #ff8038 0%, #FF7424 100%); */
}

.orange_light {
  color: #FF7424;
}

.partner-item img {
  max-width: 180px;
  width: 100%;
}

.collabe {
  font-size: 60px;
  line-height: 60px;
}

.partner-pill {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.partner-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-weight: 700;
  font-size: 1.15rem;
  color: #1b1b1b;
}

/* ===== ORANGE BANNER ===== */
.goal-banner {
  background: #ffd6be;
  border: 1px solid #ffffff69;
  border-radius: 22px;
  color: #fff;
  padding: 2.2rem;
  margin-top: 86px;
}

.goal-banner .rankings {
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  color: #000;
}

.spacer {
  border-right: 1px solid #FF7424;
}

.bg_layers h2 {
  font-size: 48px;
}

.spacer_right {
  padding-left: 40px;
}

.revenue {
  font-weight: 800;
  font-size: 30px;
  color: #000;
  /* line-height: 22px; */

}

.collab_info {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  /* line-height: 22px; */
}

.goal-banner h3 {
  font-size: 1.4rem;
}

.goal-banner .divider-v {
  width: 1px;
  background: rgba(255, 255, 255, .35);
}

body .fixed_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}

/* ===== QUOTE + SERVICES ORANGE SECTION ===== */
.big-orange {
  /* background: url(assets/year-overlay.svg) #FF7424; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color: #fff;
  padding: 2rem 0;
  position: relative;
}

.quote-text,
.services {
  font-weight: 800;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  /* max-width: 820px; */
  margin: 0 auto;
  color: #000;
}

.btn_arrow svg {
  height: 13px;
}

.btn_arrow:hover svg path {
  fill: #FF7424;
}

.quote-sub {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000;
  max-width: 600px;
  margin: 0 auto;
}

.quote--sub {
  margin: 40px auto 60px;
}

.service-card {
  /* background: linear-gradient(125.7deg, #FF7424 0%, #FFA470 108.51%); */
  /* background: url(assets/layer.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
  border: 1px solid #FFFFFF00;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
}

.bt_space {
  margin-bottom: 40px;
}

.service-card.layer_right {
  /* background: linear-gradient(125.7deg, #FF7424 0%, #FFA470 108.51%);
  background: url(assets/layer-right.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
}

.service-card h4 {
  font-size: 1.3rem;
}

.service-card p {
  color: #000;
  font-size: 18px;
}

/* .service-thumb{
    border-radius:12px;
    background:rgba(255,255,255,.9);
    min-height:150px;
    display:flex;align-items:center;justify-content:center;
    overflow:hidden;
  } */
.service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -15px;
  border-radius: 15px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
}

.service-thumb .placeholder-icon {
  font-size: 2.6rem;
  color: var(--orange-dark);
}

.service-card .row {
  padding: 0 50px;
}

.feature-item h6,
.feature-item p {
  text-align: left;
  color: #000;
}

.service_card {
  margin-bottom: 15px;
}

.service-card h4 {
  font-weight: 800;
  font-size: 34px;
  /* line-height: 25px; */
  margin: 16px 0;
  color: #000;
}

.feature-item {
  text-align: left;
  color: #fff;
  padding: 1rem;
}

.feature-item img {
  max-width: 45px;
  width: 100%;
  padding-bottom: 8px;
}

.brd_remove div:nth-child(3),
.brd_remove div:nth-child(5) {
  border-right: 0px solid #FFFFFF80;
}

div.feature-item p {
  color: #000;
}

.mid_divider {
  border-right: 1px solid #FF7424;
}

.feature-item i {
  font-size: 1.8rem;
  background: rgba(255, 255, 255, .15);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}

.feature-item h6 {
  font-weight: 800;
  font-size: 23px;
}

.journey-section h2,
.vcarousel h2 {
  font-size: 50px;
  color: #000;
}

.feature-item p {
  font-size: 16px;
  color: rgba(255, 255, 255, .8);
}

/* ===== JOURNEY GALLERY ===== */
.journey-section {
  /* background: radial-gradient(40.7% 90.52% at 50% 0%, #ef8549 0%, #FF7424 100%); */
  padding: 3rem 0;
  color: #fff;
  position: relative;
}

.counter-section {
  /* background: radial-gradient(40.7% 90.52% at 50% 0%, #FFB58B 0%, #FF7424 100%); */
  padding-bottom: 80px;
  padding-top: 80px;
}

.gallery-img {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .4s ease;
}

.gallery-img:hover img {
  transform: scale(1.06);
}

.stats-strip {
  /* background: linear-gradient(109.91deg, rgba(255, 255, 255, 0.8) -94.77%, rgba(255, 255, 255, 0) 97.95%);
  border: 1.84px solid #FFFFFF66;
  backdrop-filter: blur(38.54869079589844px);
  box-shadow: -4.59px -4.59px 229.46px 0px #FFFFFF05 inset;
  box-shadow: 0px -7px 26.9px 4px #F06617 inset;
  border-radius: 40px; */
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}

.build_success {
  font-weight: 800;
  font-size: 35px;
  line-height: 35px;
  color: #000;


}

.bg_together {
  /* background: linear-gradient(109.21deg, #FF7424 31.69%, #CF5611 121.54%);
  backdrop-filter: blur(38.54869079589844px);
  box-shadow: -4.59px -4.59px 229.46px 0px #FFFFFF05 inset;
  box-shadow: 0px 13px 14.1px 0px #0000001A inset;
  border-radius: 40px; */
  margin-right: 30px;
}

.light_color {
  color: #000;
}

.stats-strip .stat-num {
  font-size: 68px;
  line-height: 68px;
  font-weight: 800;
  color: #f38444;
}

.phone_email a {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 16px;
}

.stats-strip .stat-label {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.bg_layers {
  background: url(assets/footer-layers.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 4rem 0 2rem;
}

.footer_mg {
  text-align: center;
}



.footer_mg img {
  /* max-width: 500px; */
  width: 100%;
  /* margin-top: -100px; */
}

#contact {
  padding-top: 100px;
  margin-top: 30px;
}

/* ===== FOUNDERS ===== */
.founders-section {
  /* background: radial-gradient(40.7% 90.52% at 50% 0%, #ff7d32 0%, #FF7424 100%); */
  color: #fff;
  position: relative;
  overflow: hidden;
}

.founder-card {
  text-align: center;
}

.footer_nav a {
  font-weight: 500;
  color: #FF7424;
  font-size: 16px;
  line-height: 16px;

}

.footer_nav img {
  margin-right: 3px;
}

.footer_nav {
  border-right: 1px solid #ffffff75;
  margin-right: 30px;
}

.founder-photo {
  /* width: 130px;
  height: 130px; */
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.director_info {
  position: absolute;
  bottom: 3px;
  left: 40%;
  transform: translateX(-25%);
}

.founder-photo img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  object-fit: cover;
}

.founder-card h6 {
  margin-bottom: 0;
  color: #5E5E5E;
  font-size: 15px;
  font-weight: 600;
}

.founder-card span {
  color: #5E5E5E;
  font-size: 14px;
}

.hindi-tagline {
  font-size: 2rem;
  color: rgba(255, 255, 255, .15);
  font-weight: 800;
}

/* ===== FOOTER ===== */
footer.site-footer {
  background: #080c22;
  color: #c9cce0;
  padding: 3.5rem 0 1.5rem;
}

footer h6 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 1rem;
}

footer a {
  color: #c9cce0;
}

footer a:hover {
  color: var(--orange-2);
}

.footer-social img {
  max-width: 20px;
  width: 100%;
}

.footer-social {

  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: .25s ease;
}

/* .footer-social:hover {
  background: var(--orange);
} */

.copyright_spacer {
  margin-top: -30px;
  padding: 0 100px;
}

.social_icons {
  background: #fff;
  padding: 0 20px;
}

.copy_info {
  font-weight: 400;
  font-size: 13.33px;
  line-height: 140%;
  color: #000;
  padding: 0 20px;
  background: #fff;
}

.footer-bottom {
  border-top: 1px solid #000;
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  margin: 110px auto 0;
  font-size: .82rem;
  color: #7a7f9a;
  max-width: 1440px;
  width: 100%;
}

.trusted {
  font-size: 60px;
  line-height: 60px;
  color: #000;
  font-weight: 800;
}

.trusted-section {
  background-color: #FF7424;
  background: url(assets/new-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 4rem 0 4rem;
  position: relative;
  /* margin-top: -54px; */
}

.trusted-section::before {
  content: "";
  background: url(assets/left.png) left center;
  background-size: cover;
  top: -55px;
  left: 0px;
  position: absolute;
  width: 256px;
  height: 63px;
}

.client_test {
  margin-top: 60px;
}


.trusted-section::after {
  content: "";
  background: url(assets/right.png) left center;
  background-size: cover;
  top: -55px;
  right: 0px;
  position: absolute;
  width: 256px;
  height: 63px;
}

/* ===== TRUSTED BY BRANDS ===== */
.brand-card {
  /* background:#fff; */
  border-radius: 22px;
  padding: 1.1rem;
  text-align: center;
  height: 100%;
  transition: .25s ease;
  background: linear-gradient(109.91deg, rgba(255, 255, 255, 0.8) -94.77%, rgba(255, 255, 255, 0) 97.95%);
  backdrop-filter: blur(38.54869079589844px);
  box-shadow: -4.59px -4.59px 229.46px 0px #FFFFFF05 inset;
  border: 1.84px solid #FFFFFF66;
  box-shadow: 0 0px 11px rgba(0, 0, 0, 0.5);
}

.testimonial-img img {
  border-radius: 27px;
}


.brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(20, 20, 50, .09);
}

.brand-card .brand-logo {

  padding: 17px;
  margin-top: -50px;
  background: linear-gradient(111.32deg, #FFFFFF 35.97%, #999999 175.68%);
  border: 3px solid #FFFFFF66;
  backdrop-filter: blur(38.54869079589844px);
  box-shadow: -4.59px -4.59px 229.46px 0px #FFFFFF05 inset;
  border-radius: 22px;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.5);
}

#brandGrid {
  row-gap: 40px;
}

.brand-logo img {
  width: 100%;
}

/* remove this block, no longer used */
.testimonial-meta {
  padding: 16px 18px 20px;
}

.testimonial-meta h4 {
  margin: 0 0 2px;
  font-size: 16px;
}

.testimonial-meta span {
  font-size: 13px;
  opacity: .7;
}

.testimonial-img img {
  width: 100%;
}

/* .brand-card .brand-logo span{color:#0b1130;} */
.brand-card small {
  display: block;
  color: #FF7424;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: capitalize;
}

@media (min-width:768px) {
  .col-md-2-6 {
    flex: 1 0 0%;
    max-width: 100%;
  }
}

/* ===== FADE IN UP ANIMATION ===== */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s cubic-bezier(.22, .61, .36, 1), transform .8s cubic-bezier(.22, .61, .36, 1);
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-up.delay-1 {
  transition-delay: .1s;
}

.fade-in-up.delay-2 {
  transition-delay: .2s;
}

.fade-in-up.delay-3 {
  transition-delay: .3s;
}

.fade-in-up.delay-4 {
  transition-delay: .4s;
}

@media (prefers-reduced-motion: reduce) {
  .fade-in-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width:767.98px) {
  .hero {
    text-align: center;
    padding: 1rem 0 5rem;
  }

  body .fixed_btn {
    font-size: 14px;
    padding: 8px 22px;
    font-weight: 500;
    bottom: 15px;
    right: 15px;
  }

  .hero p.lead-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual {
    min-height: 220px;
    margin-top: 2rem;
  }

  .goal-banner .divider-v {
    display: none;
  }

  .goal-banner .text-md-start {
    text-align: center !important;
  }

  .stats-strip {
    text-align: center;
  }

  .stats-strip .col-4 {
    margin-bottom: 1rem;
  }
}

@media (max-width:1024px) {
  .navbar-brand-custom img {
    max-width: 150px;
  }

  .journey-section {
    padding: 3rem 0;
  }

  .nav-explore {
    font-size: 16px;
    line-height: 81%;
  }

  #navMenu img {
    max-width: 20px;
  }

  .hero .eyebrow {

    border-radius: 30px;
    font-size: 16px;
    letter-spacing: -0.018em;
  }

  .hero h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .trusted {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 800;
  }

  .brand-card small {
    font-size: 16px;
    line-height: 16px;
  }

  .collabe {
    font-size: 30px;
    line-height: 30px;
  }

  .goal-banner {
    margin-top: 40px;
  }

  .goal-banner .rankings {
    font-size: 28px;
    line-height: 28px;
  }

  .rankings img {
    max-width: 20px;
    width: 100%;
  }

  .partners-section {
    padding: 40px 0 0 0;
  }

  .spacer {
    border-right: 0px solid #FFFFFF47;
  }

  .quote--sub {
    margin: 20px auto 30px;
  }

  .big-orange {
    padding: 3rem 0;
  }

  .quote-text,
  .services {
    font-size: 30px;
    line-height: 30px;
  }

  .service-card .row {
    padding: 20px 30px;

    /* flex-direction: column; */
  }

  .brand-card .brand-logo {
    border: 2px solid #FFFFFF66;
    border-radius: 10px;
    padding: 14px;
  }

  .bt_space {
    margin-bottom: 0;
  }

  .brand-card {
    border-radius: 10px;
  }

  .hero h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .footer_mg img {
    margin-top: 0px;
  }

  .footer_nav {
    border-right: 0px solid #ffffff75;
    margin-right: 0px;
  }

}

@media (max-width:768px) {
  .brand-card small {
    font-size: 14px;
    line-height: 14px;
  }

    .floating-contact {
        right: 15px;
        bottom: 15px;
    }

    .floating-contact a {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

  #payForm div{
    text-align: left;
  }

  .office_video {
    height: 400px;
  }

  .trusted-section {
    padding: 3rem 0 3rem;
  }

  .partner-item img {
    max-width: 100px;
    width: 100%;
  }

  .goal-banner .rankings {
    font-size: 24px;
    line-height: 24px;
  }

  .revenue {
    font-size: 24px;
  }

  .spacer_right {
    padding-left: 0px;
  }

  .collab_info {
    font-size: 18px;
  }

  .service-card h4 {
    font-size: 26px;

  }

  .journey-section h2,
  .vcarousel h2 {
    font-size: 35px;
  }

  .build_success {
    font-size: 28px;
    line-height: 28px;
  }

  .stats-strip .stat-num {
    font-size: 40px;
    line-height: 40px;
  }

  .stats-strip .stat-label {
    font-size: 16px;
  }

  .service-thumb img {
    margin-bottom: 0;
    padding-bottom: 0px;
    border-radius: 20px;
  }

  .brd_remove div:nth-child(3),
  .brd_remove div:nth-child(5) {
    border-right: 1px solid #FF7424;
  }

  .footer-bottom {
    border-top: 0px solid #FFFFFF80;
    margin: 50px auto 0;
  }

  #contact {
    padding-top: 50px;
    margin-top: 0px;
  }

  .bg_layers {
    padding: 3rem 0 2rem;
  }

  .copyright_spacer {
    margin-top: -30px;
    padding: 0 20px;
  }

  .copy_info {
    text-align: center;
  }

  /* .join_btn {
    bottom: 0px;
  } */

  .brd_remove div:nth-child(2),
  .brd_remove div:nth-child(4) {
    border-right: 0px solid #FFFFFF80;
  }

  .trusted-section::before {
    top: -30px;
    width: 140px;
    height: 36px;
  }

  .trusted-section::after {
    top: -30px;
    width: 140px;
    height: 36px;
  }

  .stats-strip {
    border-radius: 20px;
  }

  .counter-section {
    padding-bottom: 60px;
  }

}





.mute-toggle {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .4);
  background: rgba(0, 0, 0, .4);
  color: #fff;
  /* required — SVGs use currentColor */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  /* raised in case it was sitting behind the video */
}

.mute-toggle svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}






@property --mask {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes spin {
  0% {
    --mask: 0deg;
  }

  100% {
    --mask: 360deg;
  }
}

@keyframes textShine {
  0% {
    background-position: 100% center;
  }

  100% {
    background-position: -100% center;
  }
}

.spin-btn {
  --orange: #FF7424;

  position: relative;
  isolation: isolate;

  padding: 14px 28px;
  border: 1px solid var(--orange);
  border-radius: 30px;

  /* background: #fff; */
  background: #FF7424;
  color: #000;

  font-size: 16px;
  font-weight: 600;

  cursor: pointer;
  overflow: visible;
  display: inline-block;
  box-shadow:
    0 0 10px rgba(255, 116, 36, 0.15);

  transition: transform 0.3s ease,
    box-shadow 0.3s ease;
}

.banner_btn {
  background: #000;
  border: 1px solid #000;
}

/* Text */
.spin-btn .text {
  position: relative;
  z-index: 3;

  /* color: #000; */
  color: #fff;
  background-color: #fff;

  background-image: linear-gradient(120deg,
      transparent 35%,
      rgba(255, 116, 36, 0.5) 45%,
      #FF7424 50%,
      transparent 55%);

  background-repeat: no-repeat;
  background-size: 300% 300%;
  background-position: 100% center;

  background-clip: text;
  -webkit-background-clip: text;
}

/* Shimmer layer */
.spin-btn .shimmer {
  position: absolute;
  inset: -30px;

  border-radius: inherit;
  pointer-events: none;

  z-index: 0;

  mask-image: conic-gradient(from var(--mask),
      transparent 0%,
      transparent 10%,
      black 36%,
      black 45%,
      transparent 50%,
      transparent 60%,
      black 85%,
      black 95%,
      transparent 100%);

  -webkit-mask-image: conic-gradient(from var(--mask),
      transparent 0%,
      transparent 10%,
      black 36%,
      black 45%,
      transparent 50%,
      transparent 60%,
      black 85%,
      black 95%,
      transparent 100%);

  animation: spin 3s linear infinite;
}

/* Outer orange glow */
.spin-btn .shimmer::before {
  content: "";

  position: absolute;
  inset: 30px;

  border-radius: inherit;

  box-shadow:
    0 0 4px 1px #FF7424,
    0 0 10px 2px rgba(255, 116, 36, 0.8),
    0 0 20px 4px rgba(255, 116, 36, 0.45),
    0 0 35px 6px rgba(255, 116, 36, 0.2);
}

/* Inner orange border glow */
.spin-btn .shimmer::after {
  content: "";

  position: absolute;
  inset: 30px;

  border-radius: inherit;

  box-shadow:
    inset 0 0 0 1px #FF7424,
    inset 0 0 5px 1px rgba(255, 116, 36, 0.8),
    inset 0 0 12px 2px rgba(255, 116, 36, 0.4);
}

/* Hover */
.spin-btn:hover {
  transform: scale(1.05);

  box-shadow:
    0 0 15px rgba(255, 116, 36, 0.25);
}

.spin-btn:hover .text {
  animation: textShine 0.7s ease-in-out;
}

/* Keep shimmer running */
.spin-btn:hover .shimmer {
  animation-play-state: running;
}





/* body{ margin:0; background:#0F1317; font-family:'IBM Plex Sans', sans-serif; } */


section.vcarousel {
  /* max-width: 1160px;
  margin: 2px auto 80px;
  background: var(--graphite);
  color: var(--ivory); */
  position: relative;
  overflow: hidden;
  padding: 0px 20px 20px;
}



.vcarousel .content {
  position: relative;
  z-index: 1;
}

.head-row {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}



.controls {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ctrl-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--slate-line);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}


/* .ctrl-btn:hover {
  border-color: var(--copper);
  background: rgba(201, 122, 62, .08);
} */

.ctrl-btn svg,
.testimonial-nav svg {
  width: 20px;
  height: 20px;
  stroke: #000;
}

.testimonial-nav button {
  border: none;
  background: transparent;
}

.testimonial-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.ctrl-btn.swiper-button-disabled {
  opacity: .3;
  cursor: default;
}

.ctrl-btn.swiper-button-disabled:hover {
  border-color: var(--slate-line);
  background: transparent;
}

.frac {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 16px;
  color: #000;
  letter-spacing: .06em;
  min-width: 52px;
}

.frac .cur {
  color: var(--ivory);
}

.video-swiper {
  overflow: visible;
  margin: 0 -2px;
  padding: 2px;
}

.video-wrapper {
  position: relative;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mute-toggle {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  backdrop-filter: blur(5px);
}

.mute-toggle svg {
  width: 18px;
  height: 18px;
  display: block;
}

.icon-unmuted {
  display: none;
}

.vslide,
.office_sec_vid {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid var(--slate-line);
  background:
    linear-gradient(135deg, #232B33 0%, #171D22 60%),
    repeating-linear-gradient(45deg, rgba(140, 160, 179, .05) 0 2px, transparent 2px 14px);
  border-radius: 30px;
}

.vslide video,
.office_sec video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
  border-radius: 30px;
}

.play-toggle {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 19, 23, .15);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.play {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, transform .2s ease;
}

.play-toggle:hover .play {
  background: var(--copper);
  transform: scale(1.06);
}

.play svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  margin-left: 2px;
  transition: fill .2s ease;
}

.play-toggle:hover .play svg {
  fill: #fff;
}

.vslide.is-playing .play-toggle {
  opacity: 0;
  pointer-events: none;
}

.vslide.is-playing .code,
.vslide.is-playing .dur {
  opacity: 0;
}


@media (max-width: 900px) {
  .vcarousel {
    padding: 56px 28px 64px;
  }

  .vslide,
  .vslide video {
    border-radius: 20px;
  }

  .play {
    width: 40px;
    height: 40px;
  }
}




.page-body {
  font-family: 'Manrope', sans-serif;
  /* background:var(--cream); */
  color: #000;
}

.brand-mark {
  width: 48px;
  height: 48px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 6px;
}

.brand-name {
  color: var(--navy);
  font-weight: 700;
  font-size: 19px;
}

.text-navy {
  color: var(--navy) !important;
}

.page-title {
  color: var(--navy);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.22;
  max-width: 480px;
}

.orange-rule {
  width: 46px;
  height: 4px;
  background: var(--orange);
  border-radius: 2px;
}

.body-text {
  font-size: 15.5px;
  line-height: 1.65;
  max-width: 480px;
}

.price-line-old {
  color: #000;
  font-weight: 500;
}

.price-line {
  color: var(--navy);
  font-weight: 600;
}

.step-list {
  list-style: none;
  padding-left: 0;
  max-width: 480px;
}

.step-item {
  position: relative;
  padding-left: 38px;
  margin-bottom: 14px;
  font-size: 15px;
}

.step-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.note-box {
  background: var(--cream);
  border-left: 3px solid var(--orange-dark);
  color: #7a4a2e;
  font-size: 13.5px;
  max-width: 480px;
}

.contact-block {
  max-width: 480px;
}

/* Right panel */
.right-panel {
  background: #161616;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.right-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 2px, transparent 2px 34px),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 34px);
}

.payment-card {
  position: relative;
  z-index: 1;
  max-width: 420px;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 20px 45px -0px rgba(27, 36, 82, 0.28);
  overflow: hidden;
}

.payment-card .card-body {
  padding: 32px;
}

.form-label {
  color: var(--navy-2);
  font-size: 16px;
}

.form-label .req {
  color: #d1495b;
}

.form-control,
.input-group-text {
  border-color: #dcdce6;
  font-size: 14.5px;
}

.pay-methods img {
  width: 100%;
}

.form-control:focus {
  border-color: var(--orange-dark);
  box-shadow: 0 0 0 0.2rem rgba(217, 166, 72, 0.18);
}

.amount-box {
  background: #f7f7fb;
  border: 1px solid #dcdce6;
  border-radius: 8px;
  color: var(--navy);
  font-weight: 600;
  font-size: 15px;
  padding: .5rem .8rem;
}

div.left_col {
  max-width: 600px;
  margin: 0 auto;
}

.pay-method {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #8a8ea0;
  border: 1px solid #e4e4ec;
  border-radius: 4px;
  padding: 3px 7px;
}

button.btn-pay {
  background: var(--orange);
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 15.5px;
  padding: 1rem 1.6rem;
  border-radius: 5px;
}

div .dec_font {
  font-size: 35px;
}

.noida_ofc {
  border-left: 1px solid #FF7424;
  border-right: 1px solid #FF7424;
  padding: 0 10px;
  margin: 0 10px;
}

button.btn-pay:hover,
button.btn-pay:focus {
  background: var(--orange-dark);
  color: #fff;
}

.card-footer-custom {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .page-title {
    font-size: 27px;
  }
}



.text-navy {
  color: var(--navy) !important;
}

.brand-mark {
  width: 44px;
  height: 44px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
}

.brand-name {
  color: var(--navy);
  font-weight: 700;
  font-size: 18px;
}

.thanks-wrap {
  /* min-height:calc(100vh - 88px); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
}

.thanks-card {
  /* max-width:480px; */
  width: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 45px -20px rgba(11, 17, 48, 0.25);
  padding: 15px 40px;
  text-align: center;
}

.check-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.page-title {
  color: #000;
  font-weight: 700;
  /* font-size:26px; */
  margin-bottom: 12px;
}

.body-text {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 8px;
}

.orange-rule {
  width: 46px;
  height: 4px;
  background: var(--orange);
  border-radius: 2px;
  margin: 20px auto;
}

.qr-frame {
  background: #fff;
  border: 1px solid #f0dcc8;
  border-radius: 14px;
  padding: 15px;
  display: inline-block;
  margin-top: 8px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
}

.qr-frame img {
  width: 100%;
  display: block;
}

.qr-caption {
  font-size: 13px;
  color: var(--navy-2);
  font-weight: 600;
  margin-top: 14px;
}

.qr-subcaption {
  font-size: 12.5px;
  color: #8a8ea0;
  margin-top: 4px;
}

.btn-home {
  background: var(--orange);
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  padding: .7rem 1.6rem;
  border-radius: 8px;
  margin-top: 26px;
}

.btn-home:hover,
.btn-home:focus {
  background: var(--orange-dark);
  color: #fff;
}

.contact-line {
  font-size: 13px;
  color: #8a8ea0;
  margin-top: 22px;
}


 /* =========================
           PAGE
        ========================= */

    .thankyou-page {
      min-height: 100vh;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    /* Background Glow */

    .thankyou-page::before {
      content: "";
      position: absolute;
      width: 500px;
      height: 500px;
      background: #FF7424;
      opacity: 0.10;
      border-radius: 50%;
      filter: blur(80px);
      top: -200px;
      right: -150px;
    }

    .thankyou-page::after {
      content: "";
      position: absolute;
      width: 400px;
      height: 400px;
      background: #FF7424;
      opacity: 0.07;
      border-radius: 50%;
      filter: blur(80px);
      bottom: -200px;
      left: -150px;
    }


    /* =========================
           HEADER
        ========================= */

    .thankyou-header {
      position: relative;
      z-index: 2;
      padding: 28px 30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .thankyou-logo img {
      max-width: 170px;
      height: auto;
    }


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

    .thankyou-main {
      position: relative;
      z-index: 2;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 50px 20px 80px;
    }


    /* =========================
           CARD
        ========================= */

    .thanks-card {
      position: relative;
      width: 100%;
      max-width: 720px;
      padding: 65px 60px;
      text-align: center;

      background: #fff;
      color: #000;

      border-radius: 24px;

      box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.35);

      overflow: hidden;
    }

    /* Orange top line */

    .thanks-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background: #FF7424;
    }


    /* =========================
           SUCCESS ICON
        ========================= */

    .success-icon {
      width: 85px;
      height: 85px;
      margin: 0 auto 30px;

      display: flex;
      align-items: center;
      justify-content: center;

      background: #FF7424;
      color: #fff;

      border-radius: 50%;

      font-size: 40px;

      box-shadow: 0 12px 30px rgba(255, 116, 36, 0.30);

      animation: iconPop 0.7s ease;
    }

    @keyframes iconPop {
      0% {
        transform: scale(0);
        opacity: 0;
      }

      70% {
        transform: scale(1.1);
      }

      100% {
        transform: scale(1);
        opacity: 1;
      }
    }


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

    .thanks-card h1 {
      margin: 0 0 15px;
      font-size: 48px;
      line-height: 1.15;
      font-weight: 800;
      color: #000;
    }

    .thanks-card h1 span {
      color: #FF7424;
    }


    /* =========================
           TEXT
        ========================= */

    .thanks-card h3 {
      margin: 0 auto 15px;
      max-width: 580px;

      font-size: 21px;
      line-height: 1.5;
      font-weight: 700;

      color: #000;
    }

    .thanks-description {
      max-width: 540px;
      margin: 0 auto 30px;

      font-size: 15px;
      line-height: 1.8;

      color: #555;
    }


    /* =========================
           HOME BUTTON
        ========================= */

    .home-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;

      padding: 14px 28px;

      background: #FF7424;
      color: #fff;

      border: 2px solid #FF7424;
      border-radius: 8px;

      font-size: 15px;
      font-weight: 700;

      text-decoration: none;

      transition: all 0.3s ease;
    }

    .home-btn:hover {
      background: #000;
      border-color: #000;
      color: #fff;

      transform: translateY(-3px);

      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.20);
    }


    /* =========================
           FOOTER TEXT
        ========================= */

    .thankyou-footer {
      position: relative;
      z-index: 2;

      text-align: center;

      padding: 20px;

      font-size: 12px;
      color: #000;
    }


    /* =========================
           RESPONSIVE
        ========================= */

    @media (max-width: 767px) {

      .thankyou-header {
        padding: 22px 20px;
      }

      .thankyou-logo img {
        max-width: 145px;
      }

      .thankyou-main {
        padding: 35px 15px 50px;
      }

      .thanks-card {
        padding: 50px 25px;
        border-radius: 18px;
      }

      .success-icon {
        width: 70px;
        height: 70px;
        font-size: 32px;
        margin-bottom: 25px;
      }

      .thanks-card h1 {
        font-size: 36px;
      }

      .thanks-card h3 {
        font-size: 18px;
      }

      .thanks-description {
        font-size: 14px;
      }

      .home-btn {
        width: 100%;
        padding: 14px 20px;
      }
    }

    @media (max-width: 400px) {

      .thanks-card {
        padding: 45px 20px;
      }

      .thanks-card h1 {
        font-size: 32px;
      }

      .thanks-card h3 {
        font-size: 17px;
      }
    }



    .floating-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.floating-contact a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
    transition: all .3s ease;
}

.call-btn {
    background: #ff7424;
}

.whatsapp-btn {
    background: #25D366;
}

.floating-contact {
    transition: opacity .3s ease, visibility .3s ease;
}

.floating-contact a:hover {
    transform: translateY(-3px) scale(1.08);
}