:root{
      --navy-dark:#232434;
      --text:#202020;
      --orange:#FA9A00;
      --green:#008060;
      --grey: #F7F9FA;
    }

    *{box-sizing:border-box}

.grey-bg {
  background: var(--grey);
}

    body{
      margin:0;
      font-family:'Poppins',sans-serif;
      color:var(--text);
      background:#fff;
    }

    a{text-decoration:none}
    img{max-width:100%;display:block}

    .container-custom{
      max-width:1180px;
      margin:0 auto;
      padding-left:20px;
      padding-right:20px;
    }
.container-custom-2 {
    max-width:1380px; /* was ~1180 */
  margin:0 auto;
  padding-left:20px;
  padding-right:20px;
}
@media (min-width:1500px){
  .container-custom-2 {
    max-width:1440px;
  }
  .container-custom{
    max-width:1380px;
  }
}
.mw-80 {
    max-width: 80%;
}


/* */

.hero-card-visual {
    position: relative;
}
.hero-card-section{
  background:#f7f7f7;
  padding:40px 0 10px;
}

.hero-card-wrap{
  position:relative;
  overflow:hidden;
  background:#2B334A url("../img/lines-bg.png") no-repeat right top;
  border-radius:22px;
  padding:70px;
}

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

.hero-card-copy h1{
  font-size:32px;
  line-height:1.1;
  font-weight:700;
  color:#fff;
  margin-bottom:18px;
}


.hero-brand-row{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:22px;
}

.hero-brand-row img{
  height:28px;
  width:auto;
  object-fit:contain;
  opacity:.95;
}



.hero-image-box{
  position:relative;
  z-index:2;
  width:100%;
  max-width:475px;
  margin-left:auto;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 16px 34px rgba(0,0,0,.18);
}

.hero-image-box img{
  width:100%;
  display:block;
  object-fit:cover;
}

.hero-chart-card{
      position: absolute;
    left: 80px;
    bottom: -44px;
    z-index: 3;
    min-width: 180px;
    padding: 12px 14px 10px;
    background: #2b334a91;
    backdrop-filter: blur(4px);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

.hero-chart-label{
  display:block;
  font-size:11px;
  line-height:1.2;
  color:#fff;
  margin-bottom:10px;
}

.hero-bars{
  display:flex;
  align-items:flex-end;
  gap:8px;
  height:54px;
  margin-bottom:6px;
}

.hero-bars .bar{
  width:6px;
  border-radius:6px;
  background:rgba(255,255,255,.82);
  display:block;
}

.hero-bars .bar.active{
  background:var(--orange);
}

.hero-bars .h1{height:20px;}
.hero-bars .h2{height:34px;}
.hero-bars .h3{height:48px;}
.hero-bars .h4{height:28px;}
.hero-bars .h5{height:39px;}
.hero-bars .h6{height:22px;}

.hero-bar-labels{
  display:flex;
  gap:6px;
  justify-content:space-between;
}

.hero-bar-labels span{
  font-size:8px;
  color:rgba(255,255,255,.7);
  min-width:12px;
  text-align:center;
}

@media (max-width: 1199.98px){
  .hero-card-wrap{
    padding:38px 30px;
  }

  .hero-card-copy h1{
    font-size:28px;
  }

  .hero-grid-bg{
    inset:-38px -30px -38px 60px;
  }
}

@media (max-width: 991.98px){
  .hero-card-section{
    padding:30px 0 0;
  }

  .hero-card-wrap{
    padding:30px 22px;
    border-radius:18px;
  }

  .hero-card-copy{
    max-width:100%;
  }

  .hero-card-copy h1{
    font-size:30px;
  }

  .hero-card-visual{
    min-height:auto;
    justify-content:center;
    padding-top:8px;
  }

  .hero-grid-bg{
    inset:-30px -22px -30px -22px;
  }

  .hero-image-box{
    max-width:100%;
  }

  .hero-chart-card{
    left:10px;
    bottom:10px;
  }
}

@media (max-width: 767.98px){
  .hero-card-copy h1{
    font-size:26px;
  }

  .hero-card-copy p{
    font-size:15px;
  }

  .hero-brand-row{
    gap:14px;
    margin-top:18px;
  }

  .hero-brand-row img{
    height:24px;
  }

  .hero-chart-card{
    min-width:145px;
    padding:10px 12px 8px;
  }

  .hero-bars{
    gap:6px;
    height:46px;
  }
}
    /* Header */
/* Minimal Mega Menu */
.mega-dropdown{
  position:static;
}

.mega-menu-minimal{
  left:0 !important;
  right:0 !important;
  width:100%;
  margin-top:2px;
  background:transparent;
}

.mega-menu-minimal-inner{
  background:#f7f7f7;
  border:1px solid #e7eaee;
  border-radius:0 0 18px 18px;
  box-shadow:0 20px 48px rgba(20, 31, 56, 0.10);
  overflow:hidden;
}

.mega-menu-left{
  padding:30px 34px;
}

.mega-min-col{
  height:100%;
}

.mega-min-title{
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:#6d7485;
  margin-bottom:18px;
}

.mega-min-links{
  list-style:none;
  padding:0;
  margin:0;
}

.mega-min-links li{
  margin-bottom:16px;
  line-height:1.35;
}

.mega-min-links li:last-child{
  margin-bottom:0;
}

.mega-min-links a{
  font-size:15px;
  font-weight:500;
  color:var(--navy-dark);
  text-decoration:none;
  transition:.2s ease;
}

.mega-min-links a:hover{
  color:var(--orange);
}

.mega-menu-feature{
  min-height:100%;
  background:#f1f1f1;
  border-left:1px solid #e4e7eb;
  padding:24px 30px 28px;
}

.mega-feature-card{
  display:block;
  text-decoration:none;
}

.mega-feature-image{
  border-radius:10px;
  overflow:hidden;
  margin-bottom:18px;
}

.mega-feature-image img{
  width:100%;
  height:180px;
  object-fit:cover;
  display:block;
}

.mega-feature-content h5{
  font-size:18px;
  font-weight:600;
  line-height:1.35;
  color:var(--navy-dark);
  margin-bottom:12px;
}

.mega-feature-content p{
  font-size:15px;
  line-height:1.75;
  color:#5f6779;
  margin:0;
}

@media (min-width: 992px){
  .mega-dropdown:hover .dropdown-menu{
    display:block;
  }

  .mega-dropdown .dropdown-menu{
    display:none;
  }

  .mega-dropdown.show .dropdown-menu{
    display:block;
  }
}

@media (max-width: 991.98px){
  .mega-menu-minimal{
    position:static !important;
    margin-top:10px;
  }

  .mega-menu-minimal-inner{
    border-radius:14px;
  }

  .mega-menu-left{
    padding:20px 18px;
  }

  .mega-menu-feature{
    border-left:none;
    border-top:1px solid #e4e7eb;
    padding:20px 18px;
  }

  .mega-feature-image img{
    height:160px;
  }

  .mega-min-links a{
    font-size:14px;
  }
}

.imp-link {
  color: var(--green) !important;
    text-decoration: underline !important;
    font-size: 17px !important;
    margin-top: 16px !important; 
}
    /* Mega menu */
    .site-header{
      background:#fff;
      position:sticky;
      top:0;
      z-index:999;
    }

    .navbar{
      padding:14px 0;
    }

    .brand-logo{
      display:flex;
      align-items:center;
      line-height:1;
    }

    .navbar-nav .nav-link{
      color:#333;
      font-weight:500;
      font-size:16px;
      padding:0 18px !important;
    }
    .navbar-nav .nav-link:hover,  .nav-item.active .nav-link {
      color: var(--orange);
    }

    .btn-orange{
      background:var(--orange);
      color:#fff;
      border:none;
      padding:13px 26px;
      font-size:15px;
      font-weight:600;
      border-radius:10px;
      transition:.25s ease;
      display:inline-block;
    }

    .btn-orange:hover{
      background:#df9208;
      color:#fff;
    }

    .btn-green{
      background:var(--green);
      color:#fff;
      border:none;
      padding:13px 26px;
      font-size:15px;
      font-weight:600;
      border-radius:10px;
      transition:.25s ease;
      display:inline-block;
    }

    .btn-green:hover{
      background:#25845f;
      color:#fff;
    }

    /* Hero */
    .hero{
         background: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    padding: 0px 0 50px;
    }

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

    .hero h1{
      font-family:"Poppins", sans-serif;
      font-size:35px;
      font-weight:600;
      line-height:45px;
      color:#FFFFFF;
      margin-bottom:20px;
    }

    .hero p{
      color:rgba(255,255,255,.86);
      font-size:17px;
      line-height:1.8;
      margin-bottom:32px;
    }

    .main-sec{
      position:relative;
    }

    .inner-sec img{
      width:90%;
    }

    .elements-sec.speaker{
      position:absolute;
      bottom:85px;
      z-index:2;
      animation:ktranslate 2s infinite;
      transition:all .5s;
    }

    .elements-sec.arrow-base{
      position:absolute;
      left:100px;
      top:-20px;
      z-index:2;
      animation:scale 2s infinite;
      transition:all .5s;
    }

    .elements-sec.waves{
      position:absolute;
      left:100px;
      bottom:10px;
      z-index:3;
      animation:translate 2s infinite;
      transition:all .5s;
    }

    /* CTA */
    .cta-band{
      background:var(--grey);
      padding:88px 0;
      overflow:hidden;
    }

    .vid-elements{
      position:relative;
    }

    .orng-cirlce{
      position:absolute;
      top:-20px;
      right:0;
      z-index:0;
    }

    .green-cirlce{
      position:absolute;
      bottom:20px;
      left:50px;
      z-index:99;
    }

    .sub-footer-video{
      display:flex;
      overflow:hidden;
      position:relative;
      transform:translateZ(0);
      width:100%;
      border-radius:100%;
      padding-top:10rem;
      padding-bottom:40%;
      max-width:100%;
      height:500px;
    }

    .sub-footer-video iframe,
    .sub-footer-video video{
      width:100%;
      height:100%;
      min-width:100%;
      object-fit:cover;
      position:absolute;
      top:0;
      bottom:0;
      right:0;
    }

    .cta-copy{
      padding-left:18px;
    }

    .cta-copy h3{
      font-size:35px;
      font-weight:600;
      line-height:45px;
      margin-bottom:20px;
    }

    .cta-copy p{
      color:#666;
      font-size:16px;
      line-height:1.85;
      max-width:560px;
      margin-bottom:26px;
    }

    /* Footer */
    .site-footer{
      background:var(--navy-dark);
      color:#fff;
      padding-top:68px;
    }

    .footer-brand{
      color:#fff;
    }

    .footer-brand .brand-logo{
      margin-bottom:18px;
    }

    .footer-text{
      color:rgba(255,255,255,.82);
      font-size:15px;
      line-height:1.8;
      max-width:280px;
      margin-bottom:16px;
    }

    .trust-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:#fff;
      color:#333;
      font-size:11px;
      border-radius:4px;
      font-weight:600;
    }

    .footer-title{
      font-size:18px;
      font-weight:600;
      margin-bottom:22px;
    }

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

    .footer-links li{
      margin-bottom:14px;
    }

    .footer-links a{
      color:rgba(255,255,255,.82);
      font-size:15px;
      transition:.2s ease;
    }

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

    .phone-cta{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      margin-top:18px;
      margin-bottom:22px;
    }

    .phone-icon{
      width:42px;
      height:42px;
      border-radius:50%;
      background:#f7aa13;
      display:flex;
      align-items:center;
      justify-content:center;
      flex-shrink:0;
      color:#fff;
      font-size:18px;
      font-weight:600;
    }

    .phone-cta strong{
      display:block;
      font-size:16px;
      margin-bottom:2px;
    }

    .phone-cta span{
      color:rgba(255,255,255,.8);
      font-size:14px;
    }

    .footer-address{
      color:rgba(255,255,255,.82);
      font-size:15px;
      line-height:1.9;
      max-width:270px;
      margin-bottom:22px;
    }

    .footer-bottom{
      margin-top:44px;
      border-top:1px solid rgba(255,255,255,.12);
      padding:20px 0 22px;
      text-align:center;
      color:rgba(255,255,255,.75);
      font-size:14px;
    }

    /* Responsive */
    @media (max-width: 991.98px){
      .navbar-collapse{
        padding-top:16px;
      }

      .navbar-nav .nav-link{
        padding:10px 0 !important;
      }

      .hero{
        padding-top:48px;
        padding-bottom:54px;
      }

      .hero .row{
        row-gap:44px;
      }

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

      .hero p{
        font-size:16px;
      }

      .cta-band .row{
        row-gap:42px;
      }

      .cta-copy{
        padding-left:0;
        text-align:center;
      }

      .cta-copy p{
        margin-left:auto;
        margin-right:auto;
      }

      .site-footer .row > div{
        margin-bottom:34px;
      }
    }

    @media (max-width: 767.98px){
      .container-custom{
        padding-left:16px;
        padding-right:16px;
      }

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

      .elements-sec.arrow-base{
        left:50px;
        top:-10px;
      }

      .elements-sec.waves{
        left:40px;
        bottom:0;
      }

      .elements-sec.waves img{
        width:180px;
      }

      .elements-sec.speaker{
        bottom:50px;
      }

      .sub-footer-video{
        height:320px;
        padding-top:6rem;
      }

      .cta-copy h3{
        font-size:30px;
        line-height:40px;
      }

      .cta-copy p{
        font-size:15px;
      }

      .orng-cirlce{
        width:60px;
      }

      .green-cirlce{
        width:34px;
        left:20px;
      }
    }

    @keyframes ktranslate {
      0% { transform: translate(0, 0); }
      50% { transform: translate(-10px, 0); }
      100% { transform: translate(0, 0); }
    }

    @keyframes translate {
      0% { transform: translate(0, 0); }
      50% { transform: translate(10px, 0); }
      100% { transform: translate(0, 0); }
    }


    .logo-section h2 {
    font-size: 26px;
}


    /* Dealer Solutions Matrix Section */
.dealer-solutions-section{
  padding:90px 0;
  background:#ffffff;
}

.dealer-solutions-head{
  max-width:900px;
  margin:0 auto 42px;
}

.dealer-solutions-head h2{
  font-size:34px;
  line-height:1.2;
  font-weight:600;
  color:#1f2a44;
  margin-bottom:16px;
}

.dealer-solutions-head p{
  font-size:16px;
  line-height:1.8;
  color:#5f6779;
  margin:0;
}

.dealer-solutions-matrix{

  border-radius:18px;
  padding:8px;
}

.matrix-column{
  height:100%;
}

.matrix-title{
  position:relative;
  color:#fff;
  font-size:17px;
  font-weight:600;
  line-height:1.2;
  padding:16px 18px;
  border-radius:8px;
  margin-bottom:6px;
}

.matrix-title::after{
  content:"";
  position:absolute;
  top:50%;
  right:12px;
  transform:translateY(-50%);
  width:18px;
  height:34px;
  background:#fff;
  clip-path:polygon(0 0, 100% 50%, 0 100%, 30% 50%);
  z-index:2;
}

.col-lg-3:last-child .matrix-title::after{
  display:none;
}

.matrix-cyan{
  background:#A9C7BB;
}

.matrix-sky{
  background:#7FAA99;
}

.matrix-blue{
  background:#548E77;
}

.matrix-deep{
  background:#297255;
}

.matrix-box{
  background:#eef2f5;
  border-radius:8px;
  padding:18px 18px 16px;
  margin-bottom:6px;
  min-height:110px;
}

.matrix-box h4{
  font-size:16px;
  line-height:1.4;
  font-weight:600;
  color:#12233d;
  margin-bottom:12px;
}

.matrix-box ul{
  list-style:none;
  margin:0;
  padding:0;
}

.matrix-box ul li{
  margin-bottom:10px;
  line-height:1.45;
}

.matrix-box ul li:last-child{
  margin-bottom:0;
}

.matrix-box ul li a{
  font-size:15px;
  color:#334e6f;
  text-decoration:none;
  transition:all .2s ease;
}

.matrix-box ul li a:hover{
  color:var(--orange);
  text-decoration:none;
}

@media (max-width: 1199.98px){
  .dealer-solutions-head h2{
    font-size:34px;
  }
}

@media (max-width: 991.98px){
  .dealer-solutions-section{
    padding:70px 0;
  }

  .dealer-solutions-head h2{
    font-size:30px;
  }

  .matrix-title::after{
    display:none;
  }
}

@media (max-width: 767.98px){
  .dealer-solutions-section{
    padding:60px 0;
  }

  .dealer-solutions-head{
    margin-bottom:28px;
  }

  .dealer-solutions-head h2{
    font-size:26px;
  }

  .dealer-solutions-head p{
    font-size:15px;
  }

  .dealer-solutions-matrix{
    padding:6px;
  }

  .matrix-title{
    font-size:16px;
    padding:14px 16px;
  }

  .matrix-box{
    padding:16px 16px 14px;
  }

  .matrix-box h4{
    font-size:15px;
  }

  .matrix-box ul li a{
    font-size:14px;
  }
}


/* new */

/* Automotive Operations Section */
.auto-operations-section{
  padding:90px 0;
  background: var(--grey);
}

.operations-head{
  margin-bottom:42px;
}

.operations-head h2{
  font-size:34px;
  line-height:1.2;
  font-weight:600;
  color:var(--navy-dark);
  margin:0;
}

.operation-card{
  height:100%;
  background: #fff;
  border:1px solid var(--grey);
  border-radius:18px;
  padding:34px 32px 28px;
  transition:all .25s ease;
}

.operation-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 34px rgba(43, 51, 74, 0.08);
  border-color:#d9e1ea;
}

.operation-card-featured{
  box-shadow:0 10px 24px rgba(43, 51, 74, 0.08);
}

.operation-icon-box{
  width:54px;
  height:54px;
  border-radius:12px;
  background:rgba(250, 154, 0, 0.12);
  color:var(--orange);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
}

.operation-card:nth-child(2n) .operation-icon-box{
  background:rgba(0, 128, 96, 0.10);
  color:var(--green);
}

.operation-card h3{
  font-size:22px;
  line-height:1.35;
  font-weight:600;
  color:var(--navy-dark);
  margin-bottom:14px;
}

.operation-card p{
  font-size:16px;
  line-height:1.65;
  color:#55637a;
  margin:0;
  max-width:310px;
}

@media (max-width: 1199.98px){
  .operations-head h2{
    font-size:36px;
  }

  .operation-card{
    padding:30px 26px 24px;
  }

  .operation-card h3{
    font-size:20px;
  }
}

@media (max-width: 991.98px){
  .auto-operations-section{
    padding:70px 0;
  }

  .operations-head{
    margin-bottom:34px;
  }

  .operations-head h2{
    font-size:30px;
  }
}

@media (max-width: 767.98px){
  .auto-operations-section{
    padding:60px 0;
  }

  .operations-head h2{
    font-size:26px;
  }

  .operation-card{
    padding:24px 22px 22px;
    border-radius:16px;
  }

  .operation-icon-box{
    width:48px;
    height:48px;
    margin-bottom:18px;
  }

  .operation-card h3{
    font-size:19px;
    margin-bottom:10px;
  }

  .operation-card p{
    font-size:15px;
    max-width:100%;
  }
}

/* Logos carousel */
.logo-section {
    padding: 20px 0 20px;
    clear: both;
}

.logo-section h5 {
    font-weight: 400;
}

.logo-slider {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 236px; 
    overflow: hidden;
}

.logo-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s ease-in-out, visibility 0s linear 0.9s;
    pointer-events: none;
}

.logo-slide.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.9s ease-in-out, visibility 0s linear 0s;
    pointer-events: auto;
}

.logo-item {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #DAE5ED;
    min-height: 88px;
    height: 88px; 
    box-sizing: border-box;
}

.logo-item img {
    max-width: 80%;
    max-height: 82px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block; 
}


@media (max-width: 991px) {
    .logo-slider {
        height: 404px;
    }

    .logo-slide {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 575px) {
    .logo-slider {
        height: 620px;
    }

    .logo-slide {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Success Ramp */


.success-ramp-head{
  max-width: 880px;
  margin: 0 auto 42px;
}

.success-ramp-head h2{
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--navy-dark);
  margin-bottom: 14px;
}

.success-ramp-head p{
  font-size: 16px;
  line-height: 1.8;
  color: #5f6779;
  margin: 0;
}

.success-phase-card{
  border-radius: 28px;
  padding: 36px;
  margin-bottom: 28px;
}

.success-ramp-copy{
  max-width: 560px;
}

.phase-meta{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}

.phase-meta span{
  color: #a1aabc;
}

.success-ramp-copy h3{
  font-size: 32px;
  line-height: 1.22;
  font-weight: 600;
  color: var(--navy-dark);
  margin-bottom: 16px;
}

.phase-objective{
  font-size: 16px;
  line-height: 1.85;
  color: #4f5f78;
  margin-bottom: 26px;
}

.success-ramp-block{
  margin-bottom: 24px;
}

.success-ramp-block h4{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--navy-dark);
  margin-bottom: 14px;
}

.success-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.success-list li{
  position: relative;
  padding-left: 22px;
  color: #516177;
  font-size: 15px;
  line-height: 1.6;
}

.success-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.success-ramp-kpi{
  background: #edf5f1;
  border-radius: 16px;
  padding: 22px;
}

.kpi-badge{
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--green);
  background: rgba(0,128,96,.1);
  padding: 9px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.kpi-items{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kpi-items span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  background: #fff;
  border: 1px solid #dfe9e4;
  border-radius: 999px;
  color: #36556d;
  font-size: 14px;
  font-weight: 500;
}

/* Succes ramp end */


/* Pricing section */

/* Pricing Page */
.pricing-page-section{
  position:relative;
  background:#fff;
  padding:0 0 90px;
  overflow:hidden;
}

.pricing-top-bg{
  height:285px;
  background:var(--navy-dark);
  position:relative;
}

.pricing-ring{
  position:absolute;
  right:18px;
  top:32px;
  width:34px;
  height:34px;
  border:5px solid var(--orange);
  border-radius:50%;
  opacity:.95;
}

.pricing-head{
  margin-top:-220px;
  position:relative;
  z-index:3;
  margin-bottom:42px;
}

.pricing-head h2{
  font-size:38px;
  line-height:1.2;
  font-weight:600;
  color:#fff;
  margin-bottom:14px;
}

.pricing-head p{
  max-width:760px;
  margin:0 auto;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.86);
}

.pricing-cards-row{
  position:relative;
  z-index:3;
}

.pricing-card{
  height:100%;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
}

.pricing-card-light{
  background:#f5f5f5;
  border:1px solid #e1e1e1;
}

.pricing-card-featured{
  background:#2d8964;
  border:1px solid #2d8964;
  transform:translateY(-2px);
}

.pricing-card-head{
  padding:26px 26px 18px;
  text-align:center;
  border-bottom:1px solid rgba(0,0,0,.12);
}

.pricing-card-featured .pricing-card-head{
  border-bottom:1px solid rgba(255,255,255,.15);
}

.pricing-card-title{
  font-size:28px;
  line-height:1.1;
  font-weight:600;
  margin-bottom:10px;
}

.pricing-orange{
  color:var(--orange);
}

.pricing-white{
  color:#fff;
}

.pricing-card-head h4{
      font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 16px;
}

.pricing-card-head p{
  font-size:16px;
  line-height:1.55;
  color:#3d3d3d;
  margin:0;
}

.pricing-card-featured .pricing-card-head h4,
.pricing-card-featured .pricing-card-head p{
  color:#fff;
}

.pricing-card-body{
  padding:20px 18px 26px;
  display:flex;
  flex-direction:column;
  height:100%;
}

.pricing-feature-list{
  list-style:disc;
  padding-left:24px;
  margin:0 0 18px;
}

.pricing-feature-list li{
  font-size:15px;
  line-height:1.6;
  color:#4a4a4a;
  margin-bottom:8px;
}

.pricing-feature-list li:last-child{
  margin-bottom:0;
}

.pricing-card-featured .pricing-feature-list li{
  color:#fff;
}

.pricing-limit-text{
  font-size:14px;
  line-height:1.6;
  color:#5f5f5f;
  margin-top:auto;
  margin-bottom:18px;
}

.pricing-card-featured .pricing-limit-text{
  color:rgba(255,255,255,.92);
}

.pricing-btn{
  display:block;
  width:100%;
  text-align:center;
  padding:14px 20px;
  border-radius:12px;
  font-size:16px;
  font-weight:600;
  text-decoration:none;
  transition:.25s ease;
}

.pricing-btn-orange{
  background:var(--orange);
  color:#fff;
}

.pricing-btn-orange:hover{
  background:#e08b00;
  color:#fff;
}

.pricing-btn-white{
  background:#f5f5f5;
  color:#2d8964;
}

.pricing-btn-white:hover{
  background:#ffffff;
  color:#2d8964;
}

.pricing-bottom-note{
  margin-top:38px;
  font-size:16px;
  line-height:1.7;
  color:#3f3f3f;
}

.pricing-addons-wrap{
  margin-top:58px;
}

.pricing-addon-head{
  max-width:760px;
  margin:0 auto 32px;
}

.pricing-addon-head h3{
  font-size:34px;
  line-height:1.2;
  font-weight:600;
  color:var(--navy-dark);
  margin-bottom:10px;
}

.pricing-addon-head p{
  font-size:16px;
  line-height:1.8;
  color:#5d6678;
  margin:0;
}

.addon-card{
  background:#fff;
  border:1px solid #e8ebef;
  border-radius:16px;
  padding:26px 24px;
  height:100%;
  box-shadow:0 10px 26px rgba(43,51,74,.05);
}

.addon-badge{
  display:inline-block;
  font-size:12px;
  font-weight:600;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--green);
  background:rgba(0,128,96,.10);
  padding:9px 12px;
  border-radius:999px;
  margin-bottom:16px;
}

.addon-card h4{
  font-size:22px;
  line-height:1.35;
  font-weight:600;
  color:var(--navy-dark);
  margin-bottom:12px;
}

.addon-card p{
  font-size:15px;
  line-height:1.8;
  color:#57657b;
  margin:0;
}

@media (max-width: 1399.98px){
  .pricing-head h2{
    font-size:40px;
  }
}

@media (max-width: 1199.98px){
  .pricing-card-title{
    font-size:28px;
  }

  .pricing-card-head h4{
    font-size:16px;
  }

  .pricing-feature-list li{
    font-size:15px;
  }
}

@media (max-width: 991.98px){
  .pricing-page-section{
    padding-bottom:70px;
  }

  .pricing-top-bg{
    height:240px;
  }

  .pricing-head{
    margin-top:-190px;
  }

  .pricing-head h2{
    font-size:32px;
  }

  .pricing-head p{
    font-size:16px;
  }

  .pricing-card-featured{
    transform:none;
  }
}

@media (max-width: 767.98px){
  .pricing-page-section{
    padding-bottom:60px;
  }

  .pricing-top-bg{
    height:210px;
  }

  .pricing-head{
    margin-top:-168px;
    margin-bottom:28px;
  }

  .pricing-head h2{
    font-size:28px;
  }

  .pricing-head p{
    font-size:15px;
    line-height:1.7;
  }

  .pricing-card-head{
    padding:22px 20px 16px;
  }

  .pricing-card-body{
    padding:18px 16px 22px;
  }

  .pricing-card-title{
    font-size:26px;
  }

  .pricing-bottom-note{
    font-size:15px;
    margin-top:28px;
  }

  .pricing-addon-head h3{
    font-size:28px;
  }

  .addon-card{
    padding:22px 18px;
  }

  .addon-card h4{
    font-size:20px;
  }
}


/*pricing ends here */

/* Features */

.features-page-section{
  background:#fff;
  padding:48px 0 80px;
}

.features-layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 280px;
  column-gap:42px;
  align-items:start;
}

.features-content{
  min-width:0;
  padding-right: 10%;
}

.features-sidebar{
  position:relative;
}

.features-sidebar-inner{
  position:relative;
  width:100%;
}

.features-sidebar-inner.is-fixed{
  position:fixed;
  top:120px;
  width:280px;
  z-index:20;
}

.features-sidebar-inner.is-hidden{
  opacity:0;
  pointer-events:none;
}

.feature-content-section{
  padding:0 0 34px;
  margin:0 0 34px;
  border-bottom:1px solid #dcdcdc;
}

.feature-content-section:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.feature-intro-block p,
.feature-content-section p{
  font-size:16px;
  line-height:1.75;
  color:#2d2d2d;
  margin:0 0 18px;
  max-width:760px;
}

.feature-intro-block p:last-child,
.feature-content-section p:last-child{
  margin-bottom:0;
}

.feature-content-section h3{
  font-size:22px;
  line-height:1.3;
  font-weight:700;
  color:#222;
  margin:0 0 18px;
}

.features-nav{
  list-style:none;
  padding:0;
  margin:0;
}

.features-nav li{
  margin-bottom:8px;
}

.features-nav a{
  display:block;
  text-decoration:none;
  font-size:15px;
  line-height:1.45;
  font-weight:500;
  color:#4b4b4b;
  padding:6px 0;
  transition:all .2s ease;
}

.features-nav a:hover{
  color:#008060;
}

.features-nav a.active{
  color:#008060;
  font-weight:700;
}

.features-sidebar-cta{
  margin-top:22px;
}

.features-try-link{
  display:inline-block;
  text-decoration:none;
  font-size:15px;
  font-weight:600;
  color:#008060;
}

@media (max-width: 1199.98px){
  .features-layout{
    grid-template-columns:minmax(0, 1fr) 250px;
    column-gap:30px;
  }

  .features-sidebar-inner.is-fixed{
    width:250px;
  }
}

@media (max-width: 991.98px){
  .features-layout{
    display:block;
  }

  .features-sidebar{
    margin-top:28px;
  }

  .features-sidebar-inner,
  .features-sidebar-inner.is-fixed{
    position:relative;
    top:auto;
    width:100%;
  }

  .features-nav{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
  }

  .features-nav li{
    margin-bottom:0;
  }

  .features-nav a{
    padding:8px 12px;
    border:1px solid #e2e2e2;
    border-radius:999px;
    background:#fff;
    font-size:14px;
  }

  .features-nav a.active{
    background:#eef8f5;
    border-color:#008060;
  }

  .features-sidebar-cta{
    margin-top:16px;
  }
}

@media (max-width: 767.98px){
  .features-page-section{
    padding:34px 0 56px;
  }

  .feature-content-section{
    padding:0 0 26px;
    margin:0 0 26px;
  }

  .feature-content-section h3{
    font-size:20px;
  }

  .feature-intro-block p,
  .feature-content-section p{
    font-size:15px;
    line-height:1.7;
  }
}

.features-top-strip{
  padding: 0 0 50px;
    border-bottom: 1px solid #e6e6e6;;
}

.fts-item{
  max-width:260px;
  margin:0 auto;
  transition:all .25s ease;
}

/* ICON STYLE (main improvement) */
.fts-icon{
  width:56px;
  height:56px;
  margin:0 auto 16px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,128,96,0.08);
  color:#008060;
  font-size:22px;
  transition:all .25s ease;
}

/* Hover subtle polish */
.fts-item:hover .fts-icon{
  background:#008060;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(0,128,96,0.25);
}

.fts-item h4{
  font-size:16px;
  font-weight:600;
  color:#1f1f1f;
  margin-bottom:10px;
}

.fts-item p{
  font-size:14px;
  line-height:1.6;
  color:#6b6b6b;
  margin:0;
}

/* Mobile */
@media (max-width: 991.98px){
  .fts-item{
    max-width:100%;
  }
}
/* Features page ends */


/* Request Demo modal*/

#modal-get-started .modal-content {
    padding: 30px 10px !important;
    border-radius: 18px;
}
.modal-content {
    border-radius: 20px;
    border: 0;
}
.modal-header.modal_header_form {
    padding: 1rem;
}
.modal-footer, .modal-header.modal_header_form {
    border: none;
}
#modal-get-started .modal_form_heading {
    font-size: 1.75rem;
    color: #2b334a;
    font-weight: 600;
    margin-bottom: 0;
}
button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
#modal-get-started .font-body.form_body_heading {
    font-size: 1.25rem;
    margin-bottom: 40px;
    color: #2b334a;
    font-weight: 600;
}
#modal-get-started input {
    border: 1px solid #e0e0e0;
    min-height: 50px;
    border-radius: 6px;
}

#modal-get-started textarea {
    border: 1px solid #e0e0e0;
    min-height: 119px;
    border-radius: 6px;
}
#modal_get-started-form-submit {
    clear: both !important;
    transition: .6s;
    background: #fa9a00;
    border: none;
    border-radius: 40px;
    padding: 14px 26px;
    margin-top: 0;
    color: #fff;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

#modal-get-started .close {
    position: absolute;
}

.flist-row, .form-group {
    margin-bottom: 18px !important;
}

/* modal ends */

/* ABout */

/* Shared section backgrounds */
.section-light{
  background:#F7F9FA;
  padding:90px 0;
}

.section-white{
  background:#ffffff;
  padding:90px 0;
}

/* Shared heading */
.section-head{
  max-width:860px;
  margin:0 auto 46px;
}

.section-head h2{
  font-size:38px;
  line-height:1.2;
  font-weight:600;
  color:var(--navy-dark);
  margin:0;
}

.about-section-kicker{
  display:inline-block;
  margin-bottom:12px;
  color:var(--orange);
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

/* Buttons */
.btn-outline-lightish{
  display:inline-block;
  padding:13px 26px;
  font-size:15px;
  font-weight:600;
  color:#fff;
  border:1px solid rgba(255,255,255,.25);
  border-radius:10px;
  text-decoration:none;
  transition:.25s ease;
}

.btn-outline-lightish:hover{
  color:#fff;
  border-color:rgba(255,255,255,.45);
  background:rgba(255,255,255,.06);
}

/* Hero */
/* .about-auto-hero{
  background:var(--navy-dark);
  padding:90px 0;
  overflow:hidden;
} */

.about-auto-hero-title{
  font-size:42px;
  line-height:1.08;
  font-weight:600;
  color:#fff;
  margin-bottom:24px;
}

.about-auto-hero-text{
  font-size:19px;
  line-height:1.8;
  color:rgba(255,255,255,.86);
  margin-bottom:20px;
}

.about-auto-hero-subtext{
  font-size:16px;
  line-height:1.85;
  color:rgba(255,255,255,.78);
  margin-bottom:28px;
}

.about-auto-hero-media{
  position:relative;
  text-align:center;
}

.about-auto-hero-image-wrap{
  max-width:540px;
  margin:0 auto;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}

.about-hero-shape{
  position:absolute;
  border-radius:50%;
}

.about-hero-shape-orange{
  top:-18px;
  right:20px;
  width:70px;
  height:70px;
  background:var(--orange);
}

.about-hero-shape-green{
  bottom:24px;
  left:10px;
  width:34px;
  height:34px;
  background:var(--green);
}

/* Intro cards */
.about-info-card{
  height:100%;
  padding:34px 32px;
  background:#fff;
  border:1px solid #E6EBF0;
  border-radius:20px;
}

.about-info-card h3{
  font-size:24px;
  font-weight:600;
  line-height:1.3;
  color:var(--navy-dark);
  margin-bottom:14px;
}

.about-info-card p{
  margin:0;
  font-size:17px;
  line-height:1.9;
  color:#55657C;
}

/* Stats */
.about-stat-card{
  height:100%;
  padding:30px 24px;
  background:#F7F9FA;
  border:1px solid #E7EBEF;
  border-radius:18px;
}

.about-stat-label{
  margin-bottom:8px;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--orange);
}

.about-stat-value{
  font-size:36px;
  line-height:1.1;
  font-weight:600;
  color:var(--navy-dark);
}

.about-stat-card p{
  margin:12px 0 0;
  color:#607089;
  line-height:1.8;
  font-size:15px;
}

/* Story */
.about-story-title{
  font-size:38px;
  line-height:1.2;
  font-weight:600;
  color:var(--navy-dark);
  margin-bottom:24px;
}

.about-story-image{
  border-radius:22px;
  box-shadow:0 8px 26px rgba(43,51,74,.08);
}

.about-story-copy p{
  font-size:17px;
  line-height:1.9;
  color:#55657C;
  margin-bottom:22px;
}

.about-story-copy p:last-child{
  margin-bottom:0;
}

/* Capability cards */
.about-capability-card{
  height:100%;
  padding:30px 26px;
  background:#F7F9FA;
  border:1px solid #E7EBEF;
  border-radius:18px;
}

.about-capability-card h3{
  font-size:24px;
  line-height:1.3;
  font-weight:600;
  color:var(--navy-dark);
  margin-bottom:14px;
}

.about-capability-card p{
  margin:0;
  font-size:16px;
  line-height:1.85;
  color:#5B6A80;
}

/* Company note */
.about-note-title{
  font-size:38px;
  line-height:1.2;
  font-weight:600;
  color:var(--navy-dark);
  margin-bottom:14px;
}

.about-note-text{
  margin:0;
  font-size:17px;
  line-height:1.9;
  color:#55657C;
}

.about-note-card{
  padding:34px 32px;
  background:#fff;
  border:1px solid #E7EBEF;
  border-radius:20px;
}

.about-note-card h3{
  font-size:24px;
  line-height:1.3;
  font-weight:600;
  color:var(--navy-dark);
  margin-bottom:16px;
}

.about-note-card ul{
  margin:0 0 24px;
  padding-left:18px;
  color:#5A6980;
}

.about-note-card ul li{
  margin-bottom:10px;
  line-height:1.8;
  font-size:16px;
}

.about-note-card ul li:last-child{
  margin-bottom:0;
}

/* Responsive */
@media (max-width: 1199.98px){
  .about-auto-hero-title,
  .about-story-title,
  .section-head h2,
  .about-note-title,
  .about-auto-cta h2{
    font-size:40px;
  }

  .about-info-card h3{
    font-size:24px;
  }
}

@media (max-width: 991.98px){
  .about-auto-hero,
  .section-light,
  .section-white,
  .about-auto-cta{
    padding:70px 0;
  }

  .about-auto-hero-title,
  .about-story-title,
  .section-head h2,
  .about-note-title,
  .about-auto-cta h2{
    font-size:34px;
  }

  .about-hero-shape-orange,
  .about-hero-shape-green{
    display:none;
  }
}

@media (max-width: 767.98px){
  .about-auto-hero,
  .section-light,
  .section-white,
  .about-auto-cta{
    padding:58px 0;
  }

  .about-auto-hero-title,
  .about-story-title,
  .section-head h2,
  .about-note-title,
  .about-auto-cta h2{
    font-size:28px;
  }

  .about-auto-hero-text,
  .about-auto-hero-subtext,
  .about-note-text,
  .about-auto-cta p,
  .about-story-copy p,
  .about-info-card p{
    font-size:16px;
  }

  .about-info-card,
  .about-capability-card,
  .about-note-card,
  .about-stat-card{
    padding:24px 20px;
  }

  .about-info-card h3,
  .about-capability-card h3,
  .about-note-card h3{
    font-size:22px;
  }
}


/* AI Capebilitis */
  .ai-capabilities-section {
    padding: 80px 0;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    color: #202124;
  }

  .ai-capabilities-header {
    margin-bottom: 42px;
  }

  .ai-capabilities-header h2 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 14px;
    color: #202124;
  }

  .ai-capabilities-header p {
    font-size: 16px;
    line-height: 1.7;
    color: #5f6368;
    max-width: 920px;
    margin: 0;
  }

  .ai-capability-table {
    border-top: 1px solid #efefef;
  }

  .ai-capability-row {
    display: flex;
    border-bottom: 1px solid #efefef;
    min-height: 170px;
  }

  .ai-capability-col-left {
    width: 18%;
    padding: 32px 20px 32px 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: #202124;
  }

  .ai-capability-col-middle {
    width: 46%;
    padding: 32px 34px 32px 22px;
    border-left: 1px solid #eaeaea;
  }

  .ai-capability-col-right {
    width: 36%;
    padding: 32px 0 32px 28px;
    border-left: 1px solid #eaeaea;
  }

  .ai-model-name {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    color: var(--navy-dark);
    margin-bottom: 12px;
  }

  .ai-model-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #5f6368;
    margin-bottom: 0;
  }

  .ai-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .ai-feature-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.7;
    color: #5f6368;
  }

  .ai-feature-list li:last-child {
    margin-bottom: 0;
  }

  .ai-feature-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #34a853;
    position: absolute;
    left: 0;
    top: 7px;
  }

  @media (max-width: 1199px) {
    .ai-capability-col-left {
      width: 20%;
    }
    .ai-capability-col-middle {
      width: 45%;
    }
    .ai-capability-col-right {
      width: 35%;
    }
  }

  @media (max-width: 991px) {
    .ai-capabilities-header h2 {
      font-size: 34px;
    }

    .ai-capability-row {
      flex-wrap: wrap;
    }

    .ai-capability-col-left,
    .ai-capability-col-middle,
    .ai-capability-col-right {
      width: 100%;
      border-left: none;
      padding-left: 0;
      padding-right: 0;
    }

    .ai-capability-col-left {
      padding: 26px 0 10px;
      font-size: 14px;
    }

    .ai-capability-col-middle {
      padding: 10px 0 20px;
    }

    .ai-capability-col-right {
      padding: 0 0 26px;
    }
  }

  @media (max-width: 767px) {
    .ai-capabilities-section {
      padding: 60px 0;
    }

    .ai-capabilities-header h2 {
      font-size: 28px;
    }

    .ai-model-name {
      font-size: 18px;
    }

    .ai-model-desc,
    .ai-feature-list li {
      font-size: 14px;
      line-height: 1.7;
    }
  }


/* Reel Logo */

.logo-reel-fade-section{
  overflow:hidden;
  padding: 0 0 50px;
}

.logo-reel-fade-wrap{
  position:relative;
  overflow:hidden;
  width:100%;
  margin-top:30px;
}

.logo-reel-fade-wrap::before,
.logo-reel-fade-wrap::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:120px;
  z-index:3;
  pointer-events:none;
}

.logo-reel-fade-wrap::before{
  left:0;
  background:linear-gradient(to right, #ffffff 0%, rgba(255,255,255,0) 100%);
}

.logo-reel-fade-wrap::after{
  right:0;
  background:linear-gradient(to left, #ffffff 0%, rgba(255,255,255,0) 100%);
}

.logo-reel-fade-track{
  display:flex;
  align-items:center;
  gap:34px;
  width:max-content;
  animation: logoReelInfinite 150s linear infinite;
  will-change:transform;
}

.logo-reel-fade-wrap:hover .logo-reel-fade-track{
  animation-play-state:paused;
}

.logo-reel-fade-item{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:130px;
  height:58px;
}

.logo-reel-fade-item img{
  max-width: 90px;
  max-height: 55px;
  width:auto;
  height:auto;
  object-fit:contain;
  opacity:.98;
  transition:transform .25s ease, opacity .25s ease;
}

.logo-reel-fade-item:hover img{
  transform:scale(1.05);
}

@keyframes logoReelInfinite{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}

@media (max-width: 991.98px){
  .logo-reel-fade-section{
    padding:55px 0;
  }

  .logo-reel-fade-wrap::before,
  .logo-reel-fade-wrap::after{
    width:70px;
  }

  .logo-reel-fade-track{
    gap:24px;
    animation-duration:34s;
  }

  .logo-reel-fade-item{
    min-width:110px;
    height:52px;
  }

  .logo-reel-fade-item img{
    max-width:100px;
    max-height:34px;
  }
}

@media (max-width: 767.98px){
  .logo-reel-fade-section{
    padding:48px 0;
  }

  .logo-reel-fade-wrap{
    margin-top:22px;
  }

  .logo-reel-fade-wrap::before,
  .logo-reel-fade-wrap::after{
    width:42px;
  }

  .logo-reel-fade-track{
    gap:20px;
    animation-duration:28s;
  }

  .logo-reel-fade-item{
    min-width:95px;
    height:46px;
  }

  .logo-reel-fade-item img{
    max-width:90px;
    max-height:28px;
  }
}


/* Integrations */
 
 .container-int {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
section.integration-sec {
    background: #f9f9f9;
    padding: 100px 0 70px;
}
.card h4 {
    font-size: 1.275rem;
    margin-bottom: 12px;
    font-weight: 600;
}

/* .sidebar {
    width:500px;
    padding:20px;
    height:100vh;
    position:sticky;
 } */
 .sidebar div {
    margin-bottom: 10px;
}

 .content {
    margin-left: 20px;  
    padding: 20px;    

}

.cards {
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap:15px;
}

.card {
    background:#fff;
    padding:15px;
    border-radius:10px;
    opacity:0;
    transform:translateY(30px);
    transition:0.4s;
}

.card.show {
    opacity:1;
    transform:translateY(0);
}

.card:hover {
    transform:translateY(-5px);
}

#loader {
    text-align:center;
    padding:20px;
    color:#666;
}

.integrations-hero-card{
  position:relative;
  overflow:hidden;
  background:#232434 url("../img/lines-bg.png") no-repeat right top;
  border-radius:34px;
  padding:42px 46px;
}

.integrations-hero-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 28% 52%, rgba(255,255,255,0.09), transparent 34%),
    linear-gradient(90deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.05) 52%, rgba(255,255,255,0.02) 100%);
  pointer-events:none;
}

.integrations-hero-copy{
  position:relative;
  z-index:2;
  max-width:560px;
}

.integrations-hero-kicker{
  display:inline-block;
  margin-bottom:16px;
  color:var(--orange);
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.integrations-hero-copy h1{
  margin: 0 0 20px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    max-width: 560px;
}

.integrations-hero-copy p{
  margin:0 0 26px;
  max-width:560px;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.75;
}

.integrations-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:18px;
}

.btn-hero-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 24px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:12px;
  color:#fff;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  transition:.25s ease;
}

.btn-hero-outline:hover{
  color:#fff;
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.35);
}

.integrations-hero-meta span{
  color:rgba(255,255,255,.65);
  font-size:14px;
  line-height:1.6;
}


/* Int block */

 .integrations-overview-section {
    background: var(--grey);
  }

  .integrations-card {
    background: var(--navy-dark);
    border-radius: 48px;
    padding: 70px 60px;
    max-width: 1440px;
    overflow: hidden;
    position: relative;
  }

  .integrations-content {
    max-width: 760px;
  }

  .eyebrow-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .integrations-eyebrow {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }

  .eyebrow-line {
    width: 92px;
    height: 6px;
    background: var(--orange);
    display: block;
    border-radius: 2px;
  }

  .integrations-title {
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -2px;
    margin: 0;
  }

  .integrations-text {
    color: rgba(255,255,255,0.88);
    font-size: 18px;
    line-height: 1.45;
    max-width: 900px;
  }

  .integration-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .integration-logo-item {
    min-height: 88px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 18px;
    transition: all 0.3s ease;
  }

  .integration-logo-item span {
    color: rgba(255,255,255,0.75);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
  }

  .integration-logo-item:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.18);
  }

  .integration-logo-item:hover span {
    color: #ffffff;
  }

  .integrations-btn {
    background: var(--green);
    color: #ffffff;
    border-radius: 18px;
    padding: 18px 34px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
  }


  .integrations-btn:hover {
    background: #000000;
    color: #ffffff;
  }

  @media (max-width: 1399px) {
    .integrations-title {
      font-size: 64px;
    }

    .integrations-text {
      font-size: 20px;
    }
  }

  @media (max-width: 1199px) {
    .integrations-card {
      padding: 56px 42px;
      border-radius: 36px;
    }

    .integrations-title {
      font-size: 54px;
      line-height: 1;
    }

    .integrations-text {
      font-size: 18px;
    }

    .integration-logo-item span {
      font-size: 24px;
    }
  }

  @media (max-width: 767px) {
    .integrations-card {
      padding: 36px 24px;
      border-radius: 28px;
    }

    .integrations-eyebrow {
      font-size: 18px;
    }

    .eyebrow-line {
      width: 68px;
      height: 5px;
    }

    .integrations-title {
      font-size: 38px;
      letter-spacing: -1px;
    }

    .integrations-text {
      font-size: 16px;
    }

    .integration-logo-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .integration-logo-item {
      min-height: 70px;
      border-radius: 14px;
    }

    .integration-logo-item span {
      font-size: 20px;
    }

    .integrations-btn {
      font-size: 18px;
      padding: 14px 24px;
      border-radius: 14px;
    }
  }

/* Integrations end */



.featrues-wrap {
  padding: 30px 50px;
}

.bt-priority-section {
  padding: 50px 0;
}

.bt-priority-head {
  margin-bottom: 35px;
}

.bt-priority-head h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

.bt-priority-head p {
  max-width: 850px;
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.bt-priority-wrap {
  border-top: 1px solid #d9d9df;
}

.bt-priority-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 32px 0;
  border-bottom: 1px solid #d9d9df;
}

.bt-priority-left {
  width: 100%;
  max-width: 72%;
}

.bt-priority-left h3 {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  color: #111;
  margin: 0 0 8px;
}

.bt-priority-subtitle {
  font-size: 20px;
  line-height: 1.3;
  font-style: italic;
  color: #666;
  margin-bottom: 10px;
}

.bt-priority-left p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
}

.bt-priority-stakeholders {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.bt-priority-stakeholders strong {
  color: #111;
}

.bt-priority-right {
  width: 100%;
  max-width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.bt-priority-meta {
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #444;
  font-weight: 700;
}

.bt-priority-meta span {
  color: #8b8b8b;
}

.bt-priority-badge {
  width: 95px;
  height: 95px;
  min-width: 95px;
  border-radius: 50%;
  background: #d9d9d9;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,0.35);
}

.bt-priority-badge.green {
  background: var(--green);
  color: #fff;
}
.bt-priority-badge.orange {
  background: var(--orange);
  color: #fff;
}
.bt-priority-badge-active {
  background: #2ea8ff;
  color: #fff;
}

@media (max-width: 991px) {
  .bt-priority-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .bt-priority-left,
  .bt-priority-right {
    max-width: 100%;
  }

  .bt-priority-left h3 {
    font-size: 30px;
  }

  .bt-priority-right {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .bt-priority-section {
    padding: 50px 0;
  }

  .bt-priority-head h2 {
    font-size: 28px;
  }

  .bt-priority-head p,
  .bt-priority-left p {
    font-size: 15px;
  }

  .bt-priority-left h3 {
    font-size: 24px;
  }

  .bt-priority-subtitle {
    font-size: 17px;
  }

  .bt-priority-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .bt-priority-badge {
    width: 78px;
    height: 78px;
    min-width: 78px;
    font-size: 28px;
  }
}


/* Ai overview */

.ai-link-section {
  background: #f8fafc;
}

.ai-link-content h2 {
  font-size: 32px;
}

.ai-link-points .ai-pill {
  background: rgba(0,128,96,0.08);
  color: #008060;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
}


/* Success ramp overview */


.sr-overview-link-card{
  background:var(--grey);
  border-radius:26px;
  padding:42px 40px;
  overflow:hidden;
}

.sr-overview-copy{
  max-width:560px;
}

.sr-overview-kicker{
  display:inline-block;
  margin-bottom:12px;
  font-size:13px;
  line-height:1;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--green);
}

.sr-overview-copy h2{
     margin-bottom: 18px;
    font-size: 35px;
    line-height: 1.08;
    font-weight: 600;
    color: var(--text);
    max-width: 720px;
}

.sr-overview-copy p{
  margin-bottom:22px;
  font-size:18px;
  line-height:1.6;
  color:rgba(32,32,32,0.78);
  max-width:560px;
}

.sr-overview-mini-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:28px;
}

.sr-overview-mini-list span{
  padding:8px 14px;
  border-radius:999px;
  background:#ffffff;
  color:var(--navy-dark);
  font-size:14px;
  font-weight:600;
  box-shadow:0 4px 14px rgba(35,36,52,0.05);
}

/* RIGHT VISUAL */

/* features overview */
.navy-bg {
background: var(--navy-dark) !important;
}
.beige-bg {
  background: #FFF6E9 !important;
}

.sr-features-overview{
  background: #fff;
}

.sr-features-head{
  max-width: 720px;
  margin: 0 auto 40px;
}

.sr-features-kicker{
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green);
}

.sr-features-head h2{
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 600;
  color: var(--navy-dark);
}

.sr-features-head p{
  margin: 0 auto;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.8;
  color: #6a7486;
}

.sr-features-grid{
  margin-top: 10px;
}

.sr-feature-mini-card{
  display: block;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 18px 14px;
  border-radius: 18px;
  transition: all .3s ease;
}

.sr-feature-mini-card:hover{
  transform: translateY(-5px);
  background: #fafbfc;
}

.sr-feature-icon{
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sr-feature-icon span{
  font-size: 24px;
  line-height: 1;
}

.sr-icon-peach{
  background: #fdeee6;
  color: #f28a47;
}

.sr-icon-green{
  background: #e6f5ea;
  color: #4caf68;
}

.sr-icon-yellow{
  background: #fbf2d8;
  color: #dfa91f;
}

.sr-icon-cyan{
  background: #e4faf8;
  color: #43c7c7;
}

.sr-feature-mini-card h4{
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--navy-dark);
  margin-bottom: 14px;
}

.sr-feature-mini-card p{
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #6e7688;
}

.sr-features-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all .25s ease;
}

.sr-features-link:hover{
  gap: 14px;
  color: var(--orange);
}

.sr-features-link span{
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 991.98px){
  .sr-features-box{
    padding: 44px 24px 34px;
  }

  .sr-features-head h2{
    font-size: 34px;
  }

  .sr-feature-mini-card h4{
    font-size: 22px;
  }
}

@media (max-width: 767.98px){
  .sr-features-box{
    padding: 34px 18px 26px;
    border-radius: 20px;
  }

  .sr-features-head{
    margin-bottom: 28px;
  }

  .sr-features-head h2{
    font-size: 28px;
  }

  .sr-features-head p{
    font-size: 15px;
  }

  .sr-feature-icon{
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
  }

  .sr-feature-mini-card h4{
    font-size: 20px;
    margin-bottom: 10px;
  }

  .sr-feature-mini-card p{
    font-size: 14px;
    line-height: 1.65;
  }

  .sr-features-link{
    font-size: 19px;
  }
}


/* business type overview */

.bt-outbound-section {
  position: relative;
  padding: 90px 0;
  background: #f7f9fa;
  overflow: hidden;
}

.bt-outbound-section::before {
  content: "";
  position: absolute;
  left: 28%;
  top: 12%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0,128,96,0.14) 0%, rgba(0,128,96,0.08) 35%, rgba(250,154,0,0.06) 65%, rgba(255,255,255,0) 100%);
  filter: blur(25px);
  border-radius: 50%;
  pointer-events: none;
}

.bt-outbound-section::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 40px solid rgba(35,36,52,0.035);
  box-shadow:
    0 0 0 55px rgba(35,36,52,0.025),
    0 0 0 110px rgba(35,36,52,0.018);
  pointer-events: none;
}

.bt-outbound-content {
  position: relative;
  z-index: 2;
  max-width: 430px;
}

.bt-outbound-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #008060;
}

.bt-outbound-content h2 {
  margin: 0 0 22px;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 600;
  color: #232434;
}

.bt-outbound-content p {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.8;
  color: #4b4b4b;
}

.bt-outbound-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  padding: 16px 28px;
  background: #232434;
  color: #fff;
  text-decoration: none;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.bt-outbound-btn:hover {
  background: #008060;
  color: #fff;
  transform: translateY(-2px);
}

.bt-outbound-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 24px;
}

.bt-outbound-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 26px 28px;
  background: rgba(255,255,255,0.92);
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  min-height: 150px;
}

.bt-outbound-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.09);
}

.bt-outbound-icon {
  width: 68px;
  height: 68px;
  min-width: 68px;
  border-radius: 50%;
  background: #008060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.bt-outbound-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.bt-outbound-card-text h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #232434;
}

.bt-outbound-card-text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #4d4d4d;
}

@media (max-width: 1399px) {
  .bt-outbound-content h2 {
    font-size: 48px;
  }
}

@media (max-width: 1199px) {
  .bt-outbound-content h2 {
    font-size: 42px;
  }

  .bt-outbound-card-text h3 {
    font-size: 20px;
  }

  .bt-outbound-card-text p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .bt-outbound-section {
    padding: 70px 0;
  }

  .bt-outbound-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .bt-outbound-content h2 br {
    display: none;
  }

  .bt-outbound-grid {
    grid-template-columns: 1fr;
  }

  .bt-outbound-btn {
    min-width: 190px;
  }
}

@media (max-width: 767px) {
  .bt-outbound-content h2 {
    font-size: 34px;
  }

  .bt-outbound-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .bt-outbound-card {
    padding: 20px;
    border-radius: 18px;
  }

  .bt-outbound-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    padding: 12px;
  }

  .bt-outbound-card-text h3 {
    font-size: 18px;
  }

  .bt-outbound-card-text p {
    font-size: 15px;
  }
}


/* API Edittion overview */

.api-edition-section {
  padding: 40px 0;
}

.api-edition-card {
  position: relative;
  overflow: hidden;
  padding: 48px 46px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 22% 92%, rgba(255, 153, 0, 0.18), transparent 22%),
    radial-gradient(circle at 92% 10%, rgba(0, 210, 170, 0.14), transparent 18%),
    linear-gradient(135deg, #1b1f37 0%, #11152d 55%, #07111d 100%);
  box-shadow: 0 20px 60px rgba(12, 16, 35, 0.18);
}

.api-edition-copy {
  max-width: 680px;
}

.api-edition-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--green);
}

.api-edition-copy h2 {
  margin: 0 0 22px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.api-edition-copy p {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 690px;
}

.api-edition-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.api-edition-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.api-edition-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  min-width: 185px;
  min-height: 56px;
  padding: 12px 26px;
  border-radius: 16px;
  background: #f5a000;
  color: #11152d;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.api-edition-btn:hover {
  transform: translateY(-2px);
  background: #ffb21f;
  color: #11152d;
}

.api-shot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

.api-shot-card {
  display: block;
  text-decoration: none;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.api-shot-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  border-color: rgba(101, 240, 208, 0.35);
}

.api-shot-thumb {
  aspect-ratio: 1.15 / 0.82;
  background: #0c1020;
  overflow: hidden;
}

.api-shot-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.api-shot-meta {
  padding: 16px 16px 18px;
}


.api-shot-meta h4 {
  margin: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

@media (max-width: 1199px) {
  .api-edition-copy h2 {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .api-edition-card {
    padding: 38px 28px;
  }

  .api-edition-copy h2 {
    font-size: 40px;
    max-width: 100%;
  }

  .api-shot-grid {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .api-edition-copy h2 {
    font-size: 34px;
  }

  .api-edition-copy p {
    font-size: 16px;
    line-height: 1.7;
  }

  .api-shot-grid {
    grid-template-columns: 1fr;
  }

  .api-edition-btn {
    width: 100%;
    max-width: 240px;
  }
}


/* AI Cap overvie 2 graphic */
.ai-link-visual.ai-insight-panel{
  background:#fff;
  border-radius:22px;
  box-shadow:0 14px 40px rgba(35,36,52,0.10);
  overflow:hidden;
  max-width:660px;
  margin-left:auto;
}

.ai-window-top{
  height:46px;
  background:#eef2f5;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 18px;
}

.ai-window-top span{
  width:10px;
  height:10px;
  border-radius:50%;
}

.ai-window-top span:nth-child(1){ background:#ee6a5f; }
.ai-window-top span:nth-child(2){ background:#f2bf41; }
.ai-window-top span:nth-child(3){ background:#6bbf59; }

.ai-insight-body{
  padding:28px 26px 24px;
}

.ai-insight-title{
  text-align:center;
  font-size:18px;
  font-weight:700;
  color:var(--text, #202020);
  margin-bottom:18px;
}

.ai-gauge-svg-wrap{
  position:relative;
  width:100%;
  max-width:360px;
  margin:0 auto 22px;
}

.ai-gauge-svg{
  display:block;
  width:100%;
  height:auto;
}

/* guide arcs */
.ai-arc-bg{
  fill:none;
  stroke:#edf1f4;
  stroke-width:12;
  stroke-linecap:round;
}

/* colored arcs */
.ai-arc{
  fill:none;
  stroke-width:12;
  stroke-linecap:round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: aiArcDraw 1.8s ease forwards;
}

.ai-arc-1{
  stroke:#3b82f6;
  /* 42% */
  stroke-dasharray: 145 400;
  animation-delay: .1s;
}

.ai-arc-2{
  stroke:#46d39a;
  /* 30% */
  stroke-dasharray: 104 400;
  animation-delay: .35s;
}

.ai-arc-3{
  stroke:#f2b233;
  /* 25% */
  stroke-dasharray: 87 400;
  animation-delay: .6s;
}

.ai-arc-4{
  stroke:#f36a4a;
  /* 18% */
  stroke-dasharray: 63 400;
  animation-delay: .85s;
}

.ai-node{
  fill:var(--green, #008060);
  opacity:.95;
  animation: aiNodePulse 2.6s ease-in-out infinite;
}

.ai-node-2{ animation-delay:.5s; }
.ai-node-3{ animation-delay:1s; }

.ai-gauge-center{
  position:absolute;
  left:50%;
  top:72%;
  transform:translate(-50%, -50%);
  text-align:center;
}

.ai-gauge-center strong{
  display:block;
  font-size:40px;
  line-height:1;
  font-weight:800;
  color:var(--navy-dark, #232434);
}

.ai-gauge-center span{
  display:block;
  margin-top:4px;
  font-size:13px;
  color:rgba(32,32,32,0.65);
  font-weight:600;
}

.ai-metric-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 18px;
  max-width:360px;
  margin:0 auto;
}

.ai-metric-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid #edf1f4;
}

.ai-metric-label{
  font-size:15px;
  color:var(--text, #202020);
}

.ai-metric-value{
  font-size:15px;
  font-weight:700;
}

.ai-metric-value.up{
  color:var(--green, #008060);
}

@keyframes aiArcDraw{
  from{
    opacity:0;
    stroke-dashoffset: 220;
  }
  to{
    opacity:1;
    stroke-dashoffset: 0;
  }
}

@keyframes aiNodePulse{
  0%,100%{
    transform:scale(1);
    opacity:.9;
  }
  50%{
    transform:scale(1.25);
    opacity:1;
  }
}

@media (max-width: 991.98px){
  .ai-link-visual.ai-insight-panel{
    margin:0 auto;
  }
}

@media (max-width: 575.98px){
  .ai-insight-body{
    padding:22px 16px 18px;
  }

  .ai-metric-list{
    grid-template-columns:1fr;
  }

  .ai-gauge-center strong{
    font-size:34px;
  }
}


/* style */


.about-page {
      overflow: hidden;
    }

    .section-space {
      padding: 80px 0;
    }

.top-about-wrap {
  background: #F1F5F8;
  padding: 50px 0 22px;
  position: relative;
  overflow: hidden;
}

.about-hero-card {
  background: linear-gradient(90deg, #2f8a67 0%, #2d8867 55%, #2c8566 100%);
  border-radius: 22px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  min-height: 365px;
}

.about-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.55;
  pointer-events: none;
}

.about-image-card {
  position: relative;
  height: 100%;
  min-height: 365px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 0 26px;
  z-index: 2;
}

.about-image-card::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 10px;
  bottom: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(47, 138, 103, 0.95), rgba(47, 138, 103, 0));
  z-index: 2;
  pointer-events: none;
}

.about-image-card img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
}

.about-content-box {
  position: relative;
  z-index: 2;
  min-height: 450px;
  display: flex;
  align-items: center;
  padding: 42px 42px 42px 22px;
}

.about-content-box h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 18px;
}

.about-content-box p {
  font-size: 1.06rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0;
  font-weight: 400;
}

.stats-row {
  margin: 32px auto 0;
}

.stat-box {
  background: #ffffff;
  border-radius: 14px;
  min-height: 68px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.stat-icon-wrap {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 1.5px solid #238e72;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon-wrap img {
  object-fit: contain;
}

.stat-content {
  flex: 1;
}

.stat-label {
  font-size: 0.9rem;
  line-height: 1.25;
  color: #4d4d4d;
  margin-bottom: 4px;
  font-weight: 500;
}

.stat-value {
      font-size: 28px;
    line-height: 1.2;
    color: #212121;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .about-hero-card,
  .stats-row {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .about-hero-card {
    min-height: auto;
  }

  .about-image-card {
    min-height: auto;
    padding: 30px 25px 0;
    justify-content: center;
  }

  .about-image-card::after {
    left: 0;
    right: 0;
  }

  .about-image-card img {
    max-width: 440px;
  }

  .about-content-box {
    min-height: auto;
    padding: 20px 25px 35px;
  }

  .about-content-inner {
    max-width: 100%;
  }

  .about-content-box h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .top-about-wrap {
    padding: 20px 0 20px;
  }

  .about-hero-card {
    border-radius: 18px;
  }

  .about-image-card {
    padding: 22px 18px 0;
  }

  .about-content-box {
    padding: 16px 18px 24px;
  }

  .about-content-box h2 {
    font-size: 2rem;
    margin-bottom: 14px;
  }

  .about-content-box p {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .stat-box {
    min-height: auto;
  }
}
    .section-title {
      font-size: 3rem;
      font-weight: 600;
      margin-bottom: 40px;
      color: #202020;
    }

    .story-image img {
      width: 100%;
      border-radius: 10px;
      display: block;
      object-fit: cover;
      max-height: 470px;
    }

    .story-text-wrap {
      margin-top: 40px;
    }

    .story-text {
      font-size: 1rem;
      line-height: 2;
      color: #404040;
    }

    .story-text p {
      margin-bottom: 22px;
    }

    .story-text strong {
      font-weight: 600;
      color: #222;
    }
/* 
    .support-section {
      position: relative;
      background: #f3ebdc;
      padding: 90px 0 40px;
      overflow: hidden;
    }

    .support-section::before {
      content: "";
      position: absolute;
      right: -120px;
      top: -60px;
      width: 760px;
      height: 760px;
      border-radius: 50%;
      background:
        radial-gradient(circle at center,
          transparent 0 19%,
          rgba(218, 195, 149, 0.22) 20% 28%,
          transparent 29% 38%,
          rgba(218, 195, 149, 0.18) 39% 47%,
          transparent 48% 57%,
          rgba(218, 195, 149, 0.15) 58% 66%,
          transparent 67%);
      pointer-events: none;
    }

    .support-card {
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(3px);
      border-radius: 20px;
      padding: 42px 36px;
      box-shadow: 0 12px 35px rgba(0,0,0,0.06);
      max-width: 470px;
      position: relative;
      z-index: 2;
      margin-top: 90px;
    }

    .support-card h3 {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #202020;
    }

    .support-role {
      font-size: 1.45rem;
      font-weight: 700;
      color: #f39a17;
      margin-bottom: 8px;
      line-height: 1.3;
    }

    .support-time {
      font-size: 1.1rem;
      color: #333;
      margin-bottom: 0;
    }

    .support-image-wrap {
      text-align: center;
      position: relative;
      z-index: 2;
    }

    .support-image-wrap img {
      max-width: 420px;
      width: 100%;
      object-fit: contain;
    } */

    .support-sec {
    padding: 0;
    background: url(../../assets/img/sprt-bg.jpg);
}
.sprt-lady {
    position: relative;
    margin-top: -80px;
}
.support-div {
    background: #fff url(../../assets/img/gradient-small.png) center;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-size: 90%;
    position: relative;
    left: 5em;
}
.support-div h3 {
    font-weight: 600;
    font-size: 44px;
}
.support-div h5 {
    font-size: 26px;
    font-weight: 500;
}

.orng-text {
    color: #FA9A00;
}
.support-div p {
    font-size: 22px;
}

    @media (max-width: 1199px) {
      .about-content-box h2,
      .section-title {
        font-size: 2.4rem;
      }

      .stat-value {
        font-size: 1.8rem;
      }
    }

    @media (max-width: 991px) {
      .top-about-wrap {
        padding-top: 50px;
      }

      .about-content-box {
        min-height: auto;
        padding: 40px 28px;
      }

      .about-content-box h2,
      .section-title {
        font-size: 2rem;
      }

      .about-image-card {
        margin-bottom: 28px;
      }

      .support-card {
        margin-top: 0;
        margin-bottom: 30px;
      }

      .support-image-wrap {
        margin-top: 20px;
      }

      .support-image-wrap img {
        max-width: 320px;
      }
    }

    @media (max-width: 767px) {
      .section-space {
        padding: 60px 0;
      }

      .about-content-box h2,
      .section-title {
        font-size: 1.8rem;
      }

      .about-content-box p,
      .story-text,
      .support-time {
        font-size: 0.96rem;
      }

      .stat-box {
        padding: 18px 18px;
      }

      .stat-value {
        font-size: 1.6rem;
      }

      .support-card h3 {
        font-size: 1.8rem;
      }

      .support-role {
        font-size: 1.2rem;
      }
    }

    .business-success-section {
  background: #f5f6f8;
}

.business-success-card {
  /* background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.06); */
  overflow: hidden;
}


.success-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #008060;
  margin-bottom: 12px;
}

.success-heading {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 14px;
}

.success-subtext {
  font-size: 16px;
  line-height: 1.7;
  color: #667085;
  margin-bottom: 28px;
}

.success-accordion.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-bg: transparent;
}

.success-accordion .accordion-item {
  border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 0 20px;
}

.success-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
  color: #1f2937;
}

.success-accordion .accordion-button:not(.collapsed) {
  /* color: #008060; */
  background: transparent;
  box-shadow: none;
}

.success-accordion .accordion-button::after {
  width: 38px;
  height: 38px;
  background-image: none;
  content: "+";
  font-size: 24px;
  font-weight: 400;
  color: #008060;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* background: #eef7f3; */
  transform: none;
}

.success-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
  color: #008060;
}

.acc-num {
display: none;
min-width: 44px;
font-size: 18px;
font-weight: 600;
background: #D7ECE7;
color: var(--green);
padding: 11px;
box-sizing: border-box;
border-radius: 50px;
text-align: center;
}

.acc-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.success-accordion .accordion-body {
  padding: 0 0 22px 0px;
  font-size: 16px;
  line-height: 1.8;
  color: #667085;
  max-width: 95%;
}

@media (max-width: 1199px) {
  .success-heading {
    font-size: 34px;
  }

  .acc-title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .business-success-card {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .success-heading {
    font-size: 30px;
  }

  .success-subtext {
    font-size: 15px;
  }

  .acc-title {
    font-size: 19px;
  }

  .success-accordion .accordion-body {
    padding-left: 52px;
  }
}

@media (max-width: 575px) {
  .success-accordion .accordion-button {
    gap: 12px;
    padding: 16px 0;
  }

  .acc-num {
    min-width: 34px;
    font-size: 15px;
  }

  .acc-title {
    font-size: 17px;
  }

  .success-accordion .accordion-button::after {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .success-accordion .accordion-body {
    padding-left: 46px;
    font-size: 14px;
  }
}

.success-panel {
    z-index: 99;
    position: relative;
}
.success-visual-circle {
    position: relative;
    left: 120px;
}

.bt-card-wrap {
  padding: 40px 70px !important;
}

html {
  scroll-behavior: smooth; 
}

#AutoLeadScore, #ServiceRetain, #ReferralMatch, #OfferOptimize, #VehicleLifecycle, #ReviewSentiment, #feature-access, #feature-journey,#feature-offers,#feature-social,
 #feature-earnings,#feature-flywheel, #PartnerEngage, #DealAccelerate, #IncentiveOptimize,#AccountScore,#CollaborativeMatch, #ReferralPropensity {
  scroll-margin-top: 125px; 
}
.container-int .cards p {
    font-size: 13px;
}

.dropdown-menu.mega-menu-minimal {
    top: 55px !important;
}

/* ===== Integration Section Scoped Fix ===== */

#integration-sec {
  height: auto !important;
  min-height: auto !important;
  padding-bottom: 40px; /* control spacing */
}

/* Layout fix (prevents vertical stretch) */
#integration-sec .container-int {
  display: flex;
  align-items: flex-start; /* 🔥 prevents extra height */
  gap: 30px;
}

/* Sidebar should not stretch */
#integration-sec .sidebar {
  flex: 0 0 220px;
  align-self: flex-start;
}

/* Content should size naturally */
#integration-sec .content {
  flex: 1;
  min-height: auto;
}

/* Cards container */
#integration-sec .cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

/* Loader should not create empty space */
#integration-sec #loader {
  height: auto;
  min-height: 0;
  margin-top: 10px;
}

.sr-feature-list {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}

.sr-feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}


.sr-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #2ecc71; /* green */
  border-radius: 2px; /* slight rounding */
}
