@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&family=Heebo:wght@300;400;500;600;700;800;900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{margin: 0;padding: 0;box-sizing: border-box;}
body{margin: 0;padding: 0;font-family: "Heebo", sans-serif;}
a{text-decoration: none;}
p,ul,ol{list-style: none;margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  font-family: "Fira Sans", sans-serif;
}

/* CSS */
body{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/*  */
.primary-btn { font-family: Inter; font-weight: 500; font-size: 16px; line-height: normal; background-color: #F8AC17; min-width: 140px; padding: 14px 12px; }
.navbar-brand img {max-width: 165px;}
.navbar-nav .nav-link { color: #11181c99; padding: 0 !important; font-size: 18px; font-weight: 400; line-height: 1.2; }
.navbar-nav {gap: 40px;}


.section_hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
}

.grid_hero {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 490px;
    grid-auto-columns: 1fr;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    display: grid
}

.heading-1-main {
    font-size: 40px;
    font-weight: 500;
    line-height: 125%
}

.content-button-primary {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.button-primary {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--white);
    background-color: #f8ac17;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 38px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    transition: all .3s;
    display: inline-flex
}

.button-primary:hover {
    transform: translateY(-.3125rem);
    box-shadow: 0 .125rem .625rem #e09a0c
}

.text-title-logos-loop {
    font-weight: 500;
    line-height: 150%
}

.text-title-logos-loop.text-center {
    text-align: center
}

.box-item-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
    display: flex
}

.item-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.item-logos.max-width-100 {
    max-width: 8rem
}

.logos-hero {
    flex: none
}

.image-100-hcp {
    text-transform: uppercase;
    color: #1f76f9;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem
}

.image-100-hcp.is-margin-horizontal {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.image-100-hcp.max-height-32 {
    height: 4.5rem
}

.image-video-hero {
    border-radius: 12px;
    height: 100%;
    position: relative;
    overflow: hidden
}

.hero-logo-marquee.short {
    max-width: 752px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto
}

.hero-logo-marquee.no-margins {
    margin-top: 0
}

.hero-logo-marquee.no-margins.main {
    margin-top: 80px
}

.hero_title-ontent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex
}

.hero-logo-marquee-mobile {
    display: none
}

.service_detail-heading {
    text-align: center;
    color: #11181c;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 4rem
}

.background-video-contact {
    z-index: 1;
    
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0%
}
.step-form-inputs.first {
    border-radius: 16px;
    max-width: 752px;
    padding: 40px;
    position: relative;
    box-shadow: 0 10px 36px #00ade71a;
}
.step-form-inputs {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.code-embed {
    flex: 0 auto;
    width: 100%;
    font-size: 16px;
}
.w-input, .w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}
.url-input {
    background-color: #f5f6f6;
    border: 1px #000;
    border-radius: 12px;
    width: 100%;
    max-width: 420px;
    height: 56px;
    margin-bottom: 0;
    padding: 16px;
}

.w-input, .w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.url-input-button {
    background-color: #000;
    border-radius: 12px;
    width: 100%;
    max-width: 120px;
    height: 56px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
input.w-button {
    -webkit-appearance: button;
}

.step-form-inputs.first::before {
    mix-blend-mode: hard-light;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    padding: 0.5px;
    border-radius: inherit;
    -webkit-mask-composite: xor;
    position: absolute;
    inset: 0;
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    content: "";
    top: 0;
    background: linear-gradient(90deg, #eea313 0%, #f8ac17 100%);
    mask-composite: exclude;
}

.line1, .line2, .line3 {
    border-radius: 16px;
    position: absolute;
    inset: 0%;
    box-shadow: 0 10px 36px rgb(248 172 23 / 35%);
}
.line3::before {
    mix-blend-mode: hard-light;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    padding: 0.5px;
    border-radius: inherit;
    -webkit-mask-composite: xor;
    position: absolute;
    inset: 0;
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    content: "";
    top: 0;
    background: linear-gradient(90deg, #eea313 0%, #f8ac17 100%);
    mask-composite: exclude;
}
.line1::before {
    mix-blend-mode: hard-light;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    padding: 0.5px;
    border-radius: inherit;
    -webkit-mask-composite: xor;
    position: absolute;
    inset: 0;
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    content: "";
    top: 0;
    background: linear-gradient(90deg, #eea313 0%, #f8ac17 100%);
    mask-composite: exclude;
}

.line2::before {
    mix-blend-mode: hard-light;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    padding: 0.5px;
    border-radius: inherit;
    -webkit-mask-composite: xor;
    position: absolute;
    inset: 0;
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    content: "";
    top: 0;
    background: linear-gradient(90deg, #eea313 0%, #f8ac17 100%);
    mask-composite: exclude;
}

.url-title {
    z-index: 2;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    position: relative;
}
.url-form-block {
    z-index: 1;
    position: relative;
}
.url-footer {
    z-index: 2;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    line-height: 150%;
    display: flex;
    position: relative;
}
.text-size-regular {
    font-size: 1rem;
}
.bold-span {
    font-weight: 700;
}

.image-video-hero.hero-section {
    justify-content: center;
    align-items: center;
    height: 664px;
    display: flex;
}
.image-full-post {
    object-fit: cover;
    padding-top: 0;
    display: block;
}
.image-full-post.hero-image {
    opacity: 0;
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: none;
}
.video-embed {
    width: 100%;
    max-width: none;
    position: static;
    inset: 0%;
}
.url-input {
    background-color: #f5f6f6;
    border: 1px #000;
    border-radius: 12px;
    width: 100%;
    max-width: 420px;
    height: 56px;
    margin-bottom: 0;
    padding: 16px;
}
.url-input-button {
    background-color: #000;
    border-radius: 12px;
    width: 100%;
    max-width: 120px;
    height: 56px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.image-video-hero.hero-section video { height: 670px; object-fit: cover; border-radius: 5px; width: 100%; } 
.hero_title-ontent .url-form-block.w-form form { display: flex; margin: 20px 0; gap: 15px; }
.step-form-inputs.first { margin-top: 50px; }
.crm-logo-sec h2 { text-align: center; font-size: 1rem; font-weight: 500; line-height: 150%; margin: 0 0 30px; } 
.crm-logo-sec{overflow: hidden;}
.crm-logo-sec { padding: 80px 0 120px; } 
.section_hero { background-size: cover; background-position: left bottom; }

.become_sec { padding: 4.5rem 0; background: #f5f6f6; } 
.become_sec h2 { margin: 0; font-size: 2.5rem; font-weight: 500; line-height: 1.3; color: #11181c; text-align: center; } 
.become-leader-video { border-radius: 26px; justify-content: center; align-items: center; width: 100%; max-width: 72.5rem; margin-left: auto; margin-right: auto; display: flex; overflow: hidden; margin-top: 4rem;margin-bottom: 4rem; }

.become_cnt { text-align: center; max-width: 800px; margin: auto; } 
.become_cnt p { font-size: 1rem; font-weight: 500; line-height: 150%; margin-bottom: 20px; }

/* Horizontal Scroll Section */
.horizontal-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .horizontal-wrapper {
    display: flex;
    gap: 100px;
    padding-left: 100px;
    will-change: transform;
    height: 100vh;
  }
  .slide {
    flex: 0 0 auto; /* don’t shrink */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
  }

  /* === Your Typography Styles === */
  .about_info_wrapper { min-width: 300px; }
  .about_info{width: 100%;}
  .about_info p {
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .about_info h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #f8ac17;
  }
  .about_info:not(:last-child) { margin-bottom: 15px; }

  .about_cnt { min-width: 450px; }
  .about_cnt h3 {
    font-size: 30px;
    font-weight: 600;
  }
  .about_cnt h3 strong {
    font-weight: 600;
    color: #f8ac17;
  }

  .percent_cnt_wrapper { min-width: 800px; padding-left: 100px; }
  .percent_cnt h4 {
    color: #11181c;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#ad7609 3%, #f8ac17 66%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 192px;
    font-weight: 600;
    line-height: 100%;
  }
  .percent_cnt p {
    color: #11181c99;
    font-size: 20px;
    line-height: 150%;
  }

  /* balance slide widths */
.about_info_wrapper {
    min-width: 350px;   /* was 300px, small bump */
    max-width: 400px;   /* prevent growing too wide */
  }
  
  .about_cnt {
    min-width: 350px;   /* was 450px */
    max-width: 500px;
  }
  
  .percent_cnt_wrapper {
    min-width: 500px;   /* was 800px */
    max-width: 600px; 
    padding-left: 0;  /* cap size */
    padding-right: 100px; /* was 100px */
}
.swiper-slide .item { background-color: #f7f7f7; padding: 5%; }
.logoSwiper .swiper-wrapper{padding: 0 30px;}
.logoSwiper .swiper-wrapper {transition-timing-function: linear !important; pointer-events: none; }
.swiper-slide .item p { font-size: 16px;line-height: 100%; } 
.logoSwiper .swiper-slide img{width: 100%;object-fit: contain;height: 72px;}

.customer_head {margin-bottom: 40px;} 
.customer_head h2 { font-size: 3rem; font-weight: 600; line-height: 1.3; } 
.customer_head p { font-size: 1.375rem; } 
.customer_sec { padding: 100px 0; background: #f5f6f6; } 
/* .customerSwiper .swiper-wrapper { display: flex; align-items: start; }  */
.custo_box > img { width: 100%; height: 557px; object-fit: cover; } 
.custo_box:after { content: ''; position: absolute; display: block; width: 100%; top: 0; left: 0; height: 100%; background: linear-gradient(#0000,#0006); } 
.custo_box { position: relative; border-radius: 30px;overflow: hidden;} 
.custo_cnt { position: absolute; left: 0; bottom: 0; padding: 20px; width: 100%; z-index: 1; }
.customerSwiper .swiper-wrapper{transition-timing-function: linear !important;}
.custo_cnt h3 { color: #fff; font-size: 27px; margin: 0 0 10px;font-weight: 500; } 
.des_cnt { color: #fff; }

.zigzag_sec { padding: 80px 0; } 
.sec_wrap .row { align-items: center; } 
.zigzag_right_box video { width: 100%; height: 500px; border-radius: 20px; object-fit: cover; }

.zigzag_cnt h2 { font-size: 48px; line-height: 58px; font-weight: 400; margin: 0 0 20px; } 
.zigzag_cnt p { font-size: 20px; font-weight: 300; } 
.zigzag_cnt { max-width: 90%; } 
.zigzag_sec .sec_wrap:not(:last-child) { margin-bottom: 100px; } 
.zigzag_sec .sec_wrap:nth-of-type(even) .row { flex-direction: row-reverse; } 
.zigzag_sec .sec_wrap:nth-of-type(even) .zigzag_cnt { margin-left: auto; }

.custo_box:after,.custo_box > img {
    transition: .4s ease-in-out;
}
.custo_box:hover:after {
    background: linear-gradient(#0000,#000);
}

.custo_box:hover > img {transform: scale(1.1)}
.grid_hero {padding: 100px 0;}
.client_img { width: 72px; height: 72px; border-radius: 100%; margin-bottom: 32px; } 
.testimonial_box p { line-height: 150%; font-size: 1.125rem; color: #151515; font-weight: 400; } 
.testimonial_box { background-color: #f5f6f6; border-radius: 16px; padding: 40px; } 
.client_info { margin-top: 50px; } 
.client_info h4 { font-weight: 500; line-height: 150%; font-size: 1.25rem; margin: 0 0 2px; } 
.testimonialSwiper .swiper-pagination { top: inherit; } 
.testimonial_sec { padding: 80px 0; } 
.swiper.testimonialSwiper { padding-bottom: 60px; } 
.testimonialSwiper .swiper-pagination span { width: 20px; height: 10px; background-color: rgba(17, 24, 28, 0.10); border-radius: 20px; opacity: 1; }
.testimonialSwiper .swiper-pagination span.swiper-pagination-bullet-active { background: #f8ac17;width: 40px; }
.testimonialSwiper .swiper-slide{opacity: 0.5;transition: .4s linear;}
.testimonialSwiper .swiper-slide-active{opacity: 1;}

.partner_sec { color: #ecedee; background-color: #151718; position: relative; overflow: hidden; padding-top: 140px; padding-bottom: 140px; display: block; } 
.partner_sec h2 { text-align: center; font-size: 4rem; font-weight: 400; line-height: 1.2; letter-spacing: -.03em; color: #fff; max-width: 600px; margin: 0 auto 70px; } 
.shadow_box { text-align: center; flex-direction: column; justify-content: center; align-items: center; display: flex; z-index: 2;border-radius: 10px; width: 100%; height: 100%; padding: 2.5rem; position: relative; overflow: hidden; background-image: linear-gradient(135deg, #dfeffe38, #dfeffe12); border-radius: 11px; } 
.shadow_box:before{content: ''; position: absolute; top: 1px; left: 1px; width: calc(100% - 2px); height: calc(100% - 2px); background-color: #151718; border-radius: 11px;}
.num_text {position: relative;z-index: 1; font-size: 48px; font-weight: 400; line-height: 1; display: flex; align-items: center; } 
.num_text sup { font-size: 22px; margin-top: -10px; margin-left: 5px; } 
.shadow_box p {position: relative;z-index: 1; color: #9ba1a6; margin-top: 8px; } 
.partner_sec .row .row { row-gap: 12px; margin: 0 -6px; } 
.partner_sec .row > div { padding: 0 6px; } 
.partner_sec .row { margin: 0 5px; }

.content_box2 h3 { font-size: 2rem; font-weight: 400; line-height: 1.3; color: #fff; margin-bottom: 10px; } 
.content_box2 { text-align: left; } 
.shadow_box>* { position: relative; z-index: 1; }

.benefits-bg-blur {
    filter: blur(180px);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
    transform: translate(0);
}
.benefits-bg-blur {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.benefits-bg-gradient {
    opacity: .41;
    width: 100%;
    max-width: 980px;
    position: absolute;
    top: 621px;
    bottom: 289px;
    height: 100%;
}
.benefits-bg-gradient {
    background: conic-gradient(from 180deg at 50% 50%, #0aefff -69.37deg, #0f83ff 31.88deg, #b056e7 120deg, #f96 204.37deg, #0aefff 290.63deg, #0f83ff 391.87deg), #a84ddf;
}
.partner_sec .row{row-gap: 12px;}
.right_side-video video { width: 100%; border-radius: 20px 0 0 20px; height: 437px; object-fit: cover; } 
.shadow_box.full_cnt_box { padding-right: 0; } 
.shadow_box.full_cnt_box .row { align-items: center; } 
.shadow_box.full_cnt_box .content_box2 { max-width: 500px; } 
.right_side-video { padding: 30px 0; }

.faq_sec { padding: 80px 0;background-color: #f5f6f6;} 
.faq_wrapper { max-width: 748px; margin: auto; } 
.faq_wrapper .accordion-header {background: transparent;} 
.faq_wrapper .accordion-header .accordion-button {background: transparent;padding-left: 0;padding-right: 0;margin-top: 0;margin-bottom: 0;font-size: 1.5rem;font-weight: 400;line-height: 1.5;color: #222;box-shadow: none;} 
.faq_wrapper .accordion-item { border: none; border-bottom: 1px solid #e6e8eb; width: 100%; margin-bottom: 12px; padding-bottom: 12px;background-color: transparent; } 
.faq_wrapper .accordion-body { padding-left: 0; padding-right: 0; }

.hero_title { font-size: 55px; line-height: 65px; font-weight: 600; max-width: 550px;} 
.hero_title-ontent .hero-intro {     max-width: 500px;
  font-size: 20px;
  margin-top: 9px; }

/*  */
.footer-style-1 .widget-wrapper .footer-widget .logo img {
    max-width: 200px;
  }
.footer-style-1 {
  background: #f5f6f6;
  padding-top: 80px;
}
.footer_des{max-width: 400px;}

.footer-style-1 .widget-wrapper .footer-widget {
  margin-bottom: 50px;
}

.footer-style-1 .widget-wrapper .footer-widget .logo {
  margin-bottom: 30px;
}

.footer-style-1 .widget-wrapper .footer-widget p.desc {
  margin-bottom: 30px;
}

.footer-style-1 .widget-wrapper .footer-widget .socials {
  justify-content: flex-start;
}

.footer-style-1 .widget-wrapper .footer-widget .socials li a {
  background: rgba(47, 128, 237, 0.4);
  margin: 0;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  font-size: 20px;
}

.footer-style-1 .widget-wrapper .footer-widget .socials li a:hover {
  background: #f8ac17;
}

.footer-style-1 .widget-wrapper .footer-widget h6 {
  font-weight: 600;
  color: #585978;
  margin-bottom: 35px;
  margin-top: 10px;
}

.footer-style-1 .widget-wrapper .footer-widget .links li a {
  font-size: 16px;
  line-height: 32px;
  color: #585978;
}

.footer-style-1 .widget-wrapper .footer-widget .links li a:hover {
  color: #f8ac17;
}

.footer-style-1 .copyright-wrapper {
  border-top: 1px solid rgba(88, 89, 120, 0.4);
  padding: 20px 0;
}

.footer-style-1 .copyright-wrapper p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: rgba(88, 89, 120, 0.6);
}

.footer-style-1 .copyright-wrapper p a {
  color: inherit;
}

.footer-style-1 .copyright-wrapper p a:hover {
  color: #f8ac17;
}

.footer-style-1.footer-dark {
  background: #323450;
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget p {
  color: #ffffff;
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget h6 {
  color: #ffffff;
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget .socials li a {
  background: rgba(255, 255, 255, 0.1);
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
  background: #f8ac17;
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget .links li a {
  color: #ffffff;
}

.footer-style-1.footer-dark .widget-wrapper .footer-widget .links li a:hover {
  color: #f8ac17;
}

.footer-style-1.footer-dark .copyright-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}

/* ============================= 
    DEFAULT CSS
================================ */
.img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
}

.socials li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f8ac17;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 8px;
}
/*  */

.image-video-hero.hero-section img {
  max-width: 100%;
}

.image-video-hero.hero-section {
  height: auto;
}
.step-form-inputs.first {
  max-width: 580px;
  margin-left: 0;
  margin-top: 30px;
}


.url-title {
  font-size: 18px;
  font-weight: 600;
}

/* New header css */
.navbar-nav { background: #FFFFFF; box-shadow: 0px 8px 40px 0px #0A0A3014; padding: 20px; border-radius: 15px; } 
.navbar-nav .nav-link { font-family: Inter; font-weight: 500; font-size: 16px; line-height: 100%; color: #2F3548; letter-spacing: -0.06rem; }
.primary-btn{border-radius: 15px;border: 1px solid transparent;}
.hero_title { font-family: Inter; font-weight: 500; font-size: 60px; line-height: 100%; letter-spacing: -0.06rem; text-transform: capitalize; } 
.hero_title-ontent .hero-intro { font-family: Inter; font-weight: 400; font-size: 22px; line-height: 120%; letter-spacing: -0.04rem; color: #3A4159;}

.ai_box .input_box { display: flex; flex-wrap: wrap; gap: 20px; } 
.ai_box .input_box input { width: calc(100% - 160px); border: 1px solid #0000001A; padding: 10px 24px; height: 60px; border-radius: 15px; font-family: Inter; font-weight: 400; font-size: 18px; line-height: 120%; letter-spacing: -0.08rem; } 
.ai_box { background: #FFFFFF; padding: 30px; border-radius: 15px; box-shadow: 0px 12px 80px -30px #F8AC174D;margin-top: 30px; } 
.ai_box h4 { font-family: Inter; font-weight: 600; font-size: 20px; line-height: 120%; letter-spacing: -0.08rem; margin: 0 0 15px; }

.header { position: fixed; top: 0; z-index: 999; left: 0; width: 100%; }
.grid_hero {padding: 200px 0 50px;}
.section_hero { background-image: linear-gradient(to right, #ff000000, #f8ac171c); }
.image-video-hero.hero-section img { height: 640px; }
.image-video-hero.hero-section { margin-bottom: -150px; }

.who_we_are { padding: 100px 0; } 
.label_text { display: inline-block; font-family: Inter; font-weight: 500; font-size: 15px; line-height: 100%; letter-spacing: -0.06rem; text-align: center; background: #f8ac1724; padding: 12px 20px; border-radius: 45px; color: #f8ac17; margin-bottom: 10px; } 
.heading h2 { font-family: Inter; font-weight: 500; font-size: 46px; line-height: 100%; letter-spacing: -0.06rem; } 
.heading { margin-bottom: 30px; }
.who_we_are .heading h2{margin-left: 0;}

.shadow_card_box {background-color: #fff; padding: 30px; border-radius: 15px; box-shadow: 0px 30px 100px 0px #0000000F; } 
.about_img img { width: 100%; height: auto; border-radius: 30px; } 
.shadow_card_box .row { align-items: center; } 
.content h3 { font-family: Inter;     font-weight: 500;  font-size: 30px; line-height: 100%; letter-spacing: -0.06rem; margin: 0 0 20px; color: #191C26; } 
.content p { font-family: Inter; font-weight: 400; font-size: 16px; line-height: 140%; letter-spacing: -0.03rem; margin: 0 0 15px; color: #3A4159; }
.heading h2 { max-width: 700px;  }

.serv_box { padding: 40px; border-radius: 45px; background: #F0F0F0; min-height: 380px; display: flex; flex-direction: column; } 
.serv_box h3 { font-family: Inter; font-weight: 500; font-size: 26px; line-height: 100%; letter-spacing: -0.06rem; margin: 0 0 12px; } 
.serv_box p { font-family: Inter; font-weight: 400; font-size: 20px; line-height: 140%; letter-spacing: -0.08rem; } 
.serv_box .explore_btn { margin-top: auto; margin-left: auto; } 
.explore_btn { font-family: Inter; font-weight: 500; font-size: 16px; line-height: 100%; letter-spacing: -0.06rem; color: #2F3548; display: inline-flex; align-items: center; gap: 10px; } 
.explore_btn span { display: inline-flex; width: 44px; height: 44px; opacity: 1; border-radius: 67.69px; background: #F8AC17; justify-content: center; align-items: center; } 
.explore_btn:hover { color: #F8AC17; }

.serviceSwiper {
  width: 100%;
  padding-left: calc((100% - 1110px) / 2); /* if your .container max-width = 1200px */
  box-sizing: border-box;
}
.service_section{padding: 100px 0;}
.service_section .swiper-button-next,.service_section .swiper-button-prev { position: absolute; top: 22px; right: 100px; } 
.service_section .swiper-button-next:after, .service_section .swiper-button-prev:after { display: none; } 
.swiper.serviceSwiper { padding-top: 68px; } 
.service_section .swiper-button-prev { left: inherit; right: 156px; } 
.service_section .heading { margin: 0 0 -40px; }
.heading p { font-family: Inter; font-weight: 400; font-size: 22px; line-height: 120%; letter-spacing: -0.04rem; color: #3A4159; margin-top: 16px; } 
.customer_sec .heading { margin-bottom: 50px; }
.heading.text-center h2{margin-left: auto;margin-right: auto;}

.header.sticky {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0, 0.1);
}

.header.sticky .navbar-nav {
  box-shadow: none;
}

.single-gallery { position: relative; overflow: hidden; z-index: 1; border-radius: 5px; margin-bottom: 30px;box-shadow: 0 0 10px rgb(205 205 205 / 50%); } 
.image img { width: 100%; height: 285px; object-fit: cover; } 
.overlay { position: absolute; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #f8ac17 100%); top: 0; left: 0; display: flex; justify-content: center; align-items: flex-end; padding: 30px; text-align: center; transition: all 0.3s ease-out 0s; opacity: 0; visibility: hidden; } 
.single-gallery .overlay .overlay-content .action { margin-bottom: 15px; transform: translateY(20px); transition: all 0.3s ease-out 0s; } 
.single-gallery .overlay .overlay-content .action a { display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; background: #ffffff; margin: auto; font-size: 20px; color: #323450; } 
.single-gallery .overlay .overlay-content .info { transform: translateX(-50px); transition: all 0.3s ease-out 0s; } 
.single-gallery .overlay .overlay-content .info h5 { color: #191C26; margin-bottom: 15px; font-size: 18px; line-height: 24px;} 
.single-gallery .overlay .overlay-content .info p { color: #000;font-weight: 500; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;} 
.single-gallery:hover .overlay { opacity: 1; visibility: visible; } 
.single-gallery:hover .overlay .overlay-content .action { transform: translateY(0px); } 
.single-gallery:hover .overlay .overlay-content .info { transform: translateX(0px); }
.single-gallery .overlay .overlay-content .action svg { max-width: 25px; }

section.contactus-sec { padding: 100px 0; } 
/* .cont-info h2 {  font-size: 80px; font-weight: 600; line-height: 64px; letter-spacing: -0.03em; text-align: left; margin-bottom: 50px; }  */
.cont-info h2 span { color: #F8AC17; } 
.cont-info input:not(input[type="submit"]), .cont-info textarea { width: 100%; font-size: 18px; font-weight: 400; line-height: 10px; letter-spacing: -0.03em; text-align: left; border: none; border-bottom: 1px solid #ccc; margin-bottom: 25px; padding: 14px 0; color: #151515; outline: none; } 
.cont-info textarea { min-height: 140px; } 
/* .cont-info input[type="submit"] { background: #F8AC17; width: auto;  font-size: 20px; font-weight: 600; letter-spacing: -0.03em; text-align: left; color: #fff; border-radius: 13px; padding: 21px 90px; }  */
.cont-info input::placeholder , .cont-info textarea::placeholder { color: #575757; } 
.call-a-book {width: 90%;margin-left: auto; background: #f5f6f6; border-radius: 40px; padding: 60px 40px;margin-bottom: 50px; } 
.call-a-book h4 {  font-size: 20px; font-weight: 400; line-height: 27.12px; letter-spacing: -0.03em; text-align: left; color: #191C26; margin-bottom: 8px; } 
.call-a-book a {  font-size: 20px; font-weight: 700; line-height: 24px; letter-spacing: -0.03em; text-align: left; color: #191C26; margin-bottom: 35px; display: block; } 
.call-a-book p {  font-size: 20px; font-weight: 700; line-height: 27px; letter-spacing: -0.03em; text-align: left; color: #191C26; }
.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active { color: #f8ac17; }

.footer .col-xl-3{margin-left: auto;}

/* Responsive */
@media (min-width: 1200px){
    .header .container {max-width: 1280px; transition-timing-function: linear !important; }
}

@media (max-width: 1199px){
  .grid_hero { max-width: 960px; padding-left: 15px; padding-right: 15px; padding-top: 165px; grid-column-gap: 30px; grid-template-columns: 1fr 430px; } 
  .hero_title { font-size: 48px; max-width: 100%; } 
  .hero_title-ontent .hero-intro { font-size: 17px; line-height: 22px; } 
  .ai_box { margin-top: 20px; } 
  .image-video-hero.hero-section {margin-bottom: -100px;} 
  .image-video-hero.hero-section img { object-fit: cover; height: 500px; } 
  .testimonial_sec, .customer_sec, .who_we_are, .service_section, .faq_sec,section.contactus-sec { padding: 70px 0; } 
  .swiper.serviceSwiper { padding-left: 25px; } 
  .heading p { font-size: 18px; } 
  .heading h2 { font-size: 40px; } 

  


}

@media (max-width: 991px){
  .ai_box { padding: 20px; } 
  .image-video-hero.hero-section { margin-bottom: 0; display: none; } 
  .grid_hero { grid-template-columns: 1fr; } 
  .hero_title { font-size: 40px; } 
  .hero_title-ontent .hero-intro { max-width: 500px; margin-left: auto; margin-right: auto; } 
  .hero_title-ontent { text-align: center; max-width: 500px; margin: auto; } 
  .testimonial_sec, .customer_sec, .who_we_are, .service_section, .faq_sec, section.contactus-sec { padding: 50px 0; } 
  .heading h2 { font-size: 36px; }

  .percent_cnt h4 { font-size: 100px; } 
  .percent_cnt p { font-size: 18px; }

  .call-a-book { width: 100%; margin-top: 30px; margin-bottom: 0; } 
  .footer .col-xl-3,.footer .col-xl-2 { width: 25% !important; }
  .heading h2 br { display: none; }
  .about_cnt h3 { font-size: 27px; }
  .about_img { margin-top: 10px; }
  .navbar-toggler { order: 3; } 
  .right-nav { margin-left: auto; }
  .navbar-toggler .navbar-toggler-icon { display: none; } 
  .navbar-nav {  gap: 0; padding-top: 10px; padding-bottom: 10px; } 
  .navbar-nav .nav-link { display: block; padding: 12px 0 !important; } 
  .navbar-nav > li:not(:last-child) .nav-link { border-bottom: 1px solid #ccc; }
  .navbar-collapse {
    position: absolute; top: 100%; right: 0; width: 350px;
  }
  .navbar-toggler {outline: none;box-shadow: none !important; width: 40px; height: 32px; padding: 0; margin-left: 15px;background-image: url(../img/bar.png);background-position: center;background-size: 30px;background-repeat: no-repeat; }
}

@media (max-width: 767px){
  .right-nav { display: none; } 
  .input_box .primary-btn { padding: 13px 23px !important; min-width: auto; } 
  .ai_box .input_box input { font-size: 16px; height: 50px; width: 100%; } 
  .ai_box .input_box { gap: 10px;justify-content: center; } 
  .shadow_card_box { padding: 15px; } 
  .swiper.serviceSwiper { margin-top: 30px; padding-left: 15px; width: calc(100% - 15px);margin-left: 0; }

  .faq_wrapper .accordion-header .accordion-button { font-size: 18px; } .faq_wrapper .accordion-body { padding: 0; } .heading h2 { font-size: 27px; } .footer .col-xl-3, .footer .col-xl-2 { width: 50% !important; } .footer-style-1 { padding-top: 40px; }

  .testimonial_sec{padding-left: 15px;padding-right: 15px;}
}