
  .colorLogo {
    display: block !important;
  }

  .whiteLogo {
    display: none !important;
  }

  #JDDPageid-240 .fixed-top .nav-menu>ul>li>a,
  #JDDPageid-447 .fixed-top .nav-menu>ul>li>a {
    color: #000;
  }

  .navPart .get-started-btn {
    border-radius: 5px;
    color: white;
    background: black;
  }

  .yellowColor {
    color: #ffb916;
  }

  .fixed-top .nav-menu>ul>li>a {
    color: #000;
  }

  img.colorLogo,
  .fixed-top img.colorLogo {
    display: block;
  }

  img.whiteLogo {
    display: none !important;
  }

  .main-cta-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
  }
.jb-hright-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jb-hright-img {
    overflow: hidden;
    border-radius: 16px;
}

.jb-hright-top {
    flex: 2;
}
#home-n .jb-hright {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 8px;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .nav-toggle:before {
        background-color: #000000;
        box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000;
    }
}
  @media (max-width: 992px) {

    .call-toggle svg {
      color: #000 !important;
    }

    #header .nav-toggle {
      filter: invert(0) !important;
    }

    #header.header-scrolled .nav-toggle {
      filter: invert(0) !important;
    }
  }

  #home-n {
    margin-top: 84px;
    width: 100%;
    padding: 0;
  }

  .hero-frame {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    padding: 16px;
  }

  .bg-img {
    pointer-events: none;
  }

  .hero-left {
    background: linear-gradient(135deg, #0a1230 0%, #10193f 45%, #182a5c 100%);
    color: #fff;
    padding: 24px 40px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
  }

  .hero-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
  }

  .hero-trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #ffb916;
    flex-shrink: 0;
  }

  .cstm-health-cls-cta-secondary {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65) !important;
    text-decoration: none;
    transition: color 0.18s ease;
  }

  .cstm-health-cls-cta-secondary:hover {
    color: #fff;
  }

  .bc-nav {
    margin-bottom: 1rem;
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
    --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.35);
  }

  .bc-nav .breadcrumb-item,
  .bc-nav .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.55);
  }

  .bc-nav .breadcrumb-item.active,
  .bc-nav .breadcrumb-item.active a {
    color: rgba(255, 255, 255, 0.9);
  }

  @media (min-width: 992px) and (max-width: 1199px) {

    .cstm-badges-clss {
      gap: 10px;
    }

    .cstm-badges-clss img {
      width: 60px;
      /* slightly smaller for tablets */
    }
  }

  #getAudit {
    background: white;
    color: black;
  }

  #viewWork {
    z-index: 999;
  }

  #getAudit p,
  #viewWork,
  #viewWork p {
    padding: 0;
    margin: 0;
  }

  .cstm-badges-clss {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    /* spacing between logos */
    padding: 20px 10px 10px 0px;
    z-index: 999;
  }

  .cstm-badges-clss img {
    width: 80px;
    height: 80px;
    max-width: 100%;
    object-fit: contain;
    background: #fff;
    padding: 4px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 1;
  }

  @media (min-width: 768px) and (max-width: 991px) {

    .cstm-badges-clss {
      gap: 15px;
    }

    .cstm-badges-clss img {
      width: 100px;
      /* slightly smaller for tablets */
    }

  }

  .hero-mid {
    position: relative;
  }

  .hero-mid-img {
    /* Absolutely positioned (not height:100%) because this video is
       portrait (2160x3840) — percentage-height on a <video> doesn't
       reliably resolve against a flex-stretched parent, so it was
       falling back to the video's own intrinsic aspect ratio instead
       of filling the column, inflating the whole hero row's height. */
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
  }

  .hero-map {
    margin-bottom: 12px;
  }

  @media (min-width: 992px) {
    .hero-map {
      display: flex;
      flex-direction: column;
      margin-bottom: 0;
    }

    .hero-map-iframe {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .hero-map-iframe>.card-custom {
      flex: 1;
      height: 100%;
    }

    .hero-map-iframe iframe {
      height: 100% !important;
    }
  }

  @media (min-width: 1920px) {
    #home-n {
      min-height: calc(100vh - 160px);
      display: flex;
    }

    #home-n .hero-frame {
      width: 100%;
      display: flex;
      flex-direction: column;
    }

    #home-n .hero-frame>.row {
      flex: 1;
    }
  }

  .icon {
    color: #0b3d91;
    font-size: 18px;
    margin-top: 4px;
    margin-right: 10px;
  }

  .custom-link {
    color: black !important;
    text-decoration: none;
    transition:
      color 0.3s ease,
      transform 0.2s ease;
  }

  /* Hover style */
  .custom-link:hover {
    color: #0d6efd !important;
    text-decoration: underline !important;
  }

  .contact-group:hover .icon {
    color: #0d6efd;
  }

  .hero-map-infocard {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    z-index: 2;
    background: #fff;
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    max-width: 230px;
  }

  .hero-map-infocard-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }

  .hero-map-infocard-name {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
  }

  .hero-map-infocard-link {
    flex-shrink: 0;
    color: #0047c4;
    display: flex;
  }

  .hero-map-infocard-addr {
    font-size: 11px;
    color: #666;
    line-height: 1.4;
    margin: 6px 0;
  }

  .hero-map-infocard-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #111;
  }

  .hero-map-infocard-stars {
    display: flex;
    gap: 1px;
  }

  .hero-map-infocard-stars svg {
    width: 11px;
    height: 11px;
    fill: #f59e0b;
  }

  .hero-map-infocard-count {
    font-weight: 500;
    color: #888;
  }

  .hero-map-bottom-card {
    background: #fff !important;
    border-radius: 0 0 18px 18px;
    border: 1px solid #e5e7eb;
    border-top: none;
  }

  .hero-map-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
  }

  .hero-map-row:not(:last-child) {
    border-bottom: 1px solid #eef1f6;
  }

  .hero-map-row-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fbe9e9;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-map-row-sub,
  .hero-map-open-now {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #888;
  }

  .hero-map-open-now {
    color: #16a34a;
  }

  @media (min-width: 900px) and (max-width: 1150px) {

    /* .hero-mid {display:none;} */
    .hero-left .p {
      display: none;
    }
  }

  @media (max-width: 1100px) {
    .hero-left {
      padding: 30px;
    }
  }


  @media (max-width: 768px) {
    .bc-nav {
      margin-top: 10px;
    }

    .hero-left-div {
      height: auto;
      margin-top: 0;
    }

    .bg-img {
      display: none;
    }

    .hero-frame {
      padding: 0;
      border-radius: 14px;
    }

    .hero-left-div {
      height: auto;
    }

    .hero-left {
      padding: 8px;
      border-radius: 14px;

    }

    .hero-mid {
      display: none;
    }

    .vdo {
      display: none;
    }

    .hero-map {
      /* height: 400px; */
      height: auto;
      margin-bottom: 4px;
      display: flex;
      flex-direction: column;
    }

    .hero-map-iframe {
      /* height: 250px; */
      flex: 1;
      /* takes available space */
      min-height: 250px;
      /* safety */
    }

    .hero-map-iframe>.card-custom {
      height: 100%;
    }

    .hero-map-infocard {
      max-width: 200px;
      padding: 10px 12px;
    }

    iframe {
      height: 320px;
    }

    .hero-left {
      padding: 25px 20px;
    }

  }

  @media (max-width: 480px) {
    .bc-nav {
      line-height: 1.2;
    }

    #home-n .card-custom {
      /* height: 120px !important; */
    }

    .row {
      --bs-gutter-x: 0;
    }

    .bg-img {
      display: none;
    }

    .bc-nav {
      margin-top: 4px;
      margin-bottom: 12px;
    }


    .hero-left {
      padding: 20px;
      border-radius: 14px;

    }

    .cstm-badges-clss {
      padding: 10px 0px 10px 0px;
      gap: 10px;
    }

    .hero-mid {
      display: none;
    }

    .hero-mid img {
      display: none;
    }


    .hero-map {
      margin-top: 0;
      /* height: 400px; */
      margin-bottom: 4px;
      display: flex;
      flex-direction: column;
    }

    #home-n .hero-map-iframe>.card-custom {
      height: 100% !important;
    }

    .hero-map-infocard {
      max-width: 180px;
      padding: 8px 10px;
    }

    .hero-map iframe {
      height: 100%;
    }

    #home-n {
      margin-bottom: 0px;
    }
  }

  @media (max-width: 992px) {
    .cstm-badges-clss img {
      width: 70px !important;
    }
  }

  @media (max-width: 576px) {
    .hero-trust-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .hero-trust-item {
      width: 100%;
    }

    .main-cta-wrapper {
      flex-wrap: nowrap;
      gap: 10px;
    }

    .main-cta-wrapper a.jdd-btn-primary,
    .main-cta-wrapper a.jdd-btn-secondary,
    .main-cta-wrapper a.cstm-health-cls-cta-secondary {
      flex: 1 1 0;
      justify-content: center;
      text-align: center;
      white-space: nowrap;
      display: flex;
      margin-top: 0;
    }
  }

  .brand-big .slick-slide img {
    width: 98px;
  }
  .star-rating {
    font-size: 18px;
    color: #ffc107;
  }

  #review-sec .col-lg-2 {
    position: relative;
  }

  /* create custom vertical divider */
  #review-sec .col-lg-2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    /* 👈 only half height */
    width: 1px;
    background-color: #e4e4e4;
  }

  /* remove border from last card */
  #review-sec .col-lg-2:last-child::after {
    display: none;
  }

  /* Eyebrow — jdd-eyebrow supplies the navy/weight/letter-spacing;
     this adds the centered "— label —" framing lines used on this
     section only. */
  #review-sec .custom-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .custom-heading::before,
  .custom-heading::after {
    content: "";
    width: 70px;
    border-bottom: 1px solid rgba(2, 53, 117, 0.25);
    margin: 0 10px;
  }

  @media (max-width: 767px) {

    .custom-heading::before,
    .custom-heading::after {
      display: none;
    }
  }

  /* Uniform badge size — every platform logo renders inside the same
     fixed-height box regardless of its native aspect ratio, instead of
     each image carrying its own one-off max-width/padding tweak. */
  .rating-icon-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 52px;
    margin: 0 auto;
  }

  .rating-icon-div img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: contain;
  }

  #review-sec .col-lg-2>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 100%;
  }

  #review-sec .col-lg-2 img {
    /* height: 50px; */
    object-fit: contain;
  }

  #review-sec .col-lg-2 .flex-shrink-0 {
    margin-top: auto;
  }

  #review-sec .col-lg-2 span {
    min-height: 30px;
    display: block;
  }

  #review-sec .col-md-4 {
    padding-block: 12px;
  }

  @media (max-width: 992px) {
    .star-rating {
      font-size: 14px;
    }

    #review-sec .col-md-4 {
      padding-top: 10px;
      padding-bottom: 0;
    }

  }



.jd2-section {
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 300px;
}

  .jd2-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }

  .jd2-left-col {
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
  }

  .jd2-left {
    width: 100%;
  }

  .jd2-imgbox>img {
    width: 100%;
    display: block;
    border-radius: 14px;
  }

  .jd2-right-col {
    flex: 1;
    position: relative;
  }

  .jd2-right {
    width: 100%;
  }

  .jd2-stack {
    position: relative;
    width: 100%;
    transition: height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .jd2-pair {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    gap: 16px;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .jd2-card {
    position: relative;
    flex: 1;
    background: #eef4ff;
    padding: 25px;
    border-radius: 16px;
    transition: box-shadow 0.3s;
    height: 250px;

  }

  .jd2-card>img {
    width: 56px;
    height: 56px;
    display: block;
    margin-bottom: 14px;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(2, 53, 117, 0.1);
    object-fit: contain;
  }

  .jd2-card-num {
    position: absolute;
    right: 16px;
    bottom: 6px;
    z-index: 0;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(2, 53, 117, 0.14);
    pointer-events: none;
  }

  .jd2-card:hover {
    box-shadow: 0 8px 28px rgba(211, 53, 54, 0.13);
  }


  @media (max-width: 991px) {
    .jd2-section {
      min-height: unset !important;
      padding-bottom: 40px;
      margin-bottom: 250px;
    }
  }

  @media (max-width: 767px) {
    .jd2-section {
      margin-bottom: 250px;
    }

    .jd2-card>img {
      width: 40px;
      height: 40px;
      display: block;
      margin-bottom: 14px;
    }

  }

  @media (max-width: 900px) {
    .jd2-section {
      padding-top: 40px;
    }
  }

  @media (max-width: 480px) {
    .jd2-section {
      margin-bottom: 20px;
      padding-top: 20px;
    }

    .jd2-row {
      gap: 10px;
    }
  }

  @media (max-width: 991px) {
    .jd2-section {
      min-height: unset !important;
      padding-bottom: 40px;
    }

    .jd2-row {
      flex-direction: column;
    }

    .jd2-left-col {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 0px;
    }

    .jd2-left {
      position: static !important;
      top: auto !important;
      width: 100% !important;
    }

    .jd2-right-col {
      width: 100%;
    }

    .jd2-right {
      position: static !important;
      top: auto !important;
      width: 100% !important;
    }

    .jd2-stack {
      height: auto !important;
      transition: none !important;
    }

    .jd2-pair {
      position: relative !important;
      top: auto !important;
      transform: none !important;
      transition: none !important;
      margin-bottom: 16px;
    }
  }

  @media (max-width: 576px) {
    .jd2-pair {
      flex-direction: column;
    }

    #jd2Section {
      margin-bottom: 0;
      padding-bottom: 0;
    }
  }

   .brand-section {
    padding-top: 300px;
    background: linear-gradient(135deg, #e6ecfb 0%, #eef1fa 40%, #fbeaf0 100%);
    height: 80%;
  }

  @media (max-width: 480px) {
    #brand-h2 {
      margin-top: 10px !important;
    }
  }



  .brand-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
  }

  .brand-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
  }

  .brand-card img {
    border-radius: 12px;
    width: 100%;
  }

  .brand-img {
    width: 100%;
    display: block;
    transition: 0.4s;
  }

  /* HOVER LAYER */
  .brand-hover {
    position: absolute;
    inset: 0;
    background: rgba(13, 43, 92, 0.96);
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;

    opacity: 0;
    transform: translateY(100%);
    transition: 0.4s ease;
  }

  .brand-section button {
    margin-inline: auto;
    margin-top: 130px;
  }

  /* SHOW ON HOVER */
  .brand-card:hover .brand-hover {
    opacity: 1;
    transform: translateY(0);
  }

  @media (max-width: 768px) {
    .brand-card {
      transform: translateY(0px) !important;
    }

    .brand-section {
      margin-bottom: 20px;
    }

    .brand-section button {
      margin-top: 30px;
    }
  }

  @media (max-width: 480px) {
    .brand-section {
      margin-bottom: 0px;

    }

  }


  .portfolio-showcase {
    /* background: linear-gradient(180deg,#03133a,#2a0f45); */
    /* overflow: hidden; */
    position: relative;
    bottom: 250px;
    margin-bottom: 50px;
  }

  .portfolio-showcase .container {
    margin-inline: 20px;
  }

  .showcase-container {
    /* max-width:1300px; */
    height: auto;
    margin: auto;
    /* position:relative;
  perspective:1400px; */
  }

  @media(max-width: 576px) {
    .portfolio-showcaseBg {
      display: none;
    }

    .jd2-card {
      height: unset;
     
    }
  }

  /* common image style */

  .site {
    position: absolute;
    width: 348px;
    transform: translateX(-50%) perspective(1000px) rotateY(-25deg) rotateX(6deg);
    /* border-radius: 8px; */
    box-shadow: -2px 0px 7px 6px rgb(0 0 0 / 21%);
    transition: 0.4s;
  }

  /* Left images */

  .site1 {
    /* left:0; */
    left: 0%;
    top: 40px;
    transform: perspective(1000px) rotateY(-25deg) rotateX(6deg);
  }

  .site2 {
    /* left:180px; */
    left: 15%;
    top: -70px;
    transform: perspective(1000px) rotateY(-25deg) rotateX(6deg);
  }

  .site3 {
    left: 30%;
    /* left:380px; */
    top: 40px;
    transform: perspective(1000px) rotateY(-25deg) rotateX(6deg);
  }

  /* Right images */

  .site4 {
    left: 45%;
    /* right:380px; */
    top: -70px;
    transform: perspective(1000px) rotateY(-25deg) rotateX(6deg);
  }

  .site5 {
    left: 60%;
    /* right:180px; */
    top: 40px;
    transform: perspective(1000px) rotateY(-25deg) rotateX(6deg);
  }

  .site6 {
    left: 75%;
    /* right:0; */
    top: -70px;
    transform: perspective(1000px) rotateY(-25deg) rotateX(6deg);
  }

  /* hover */

  .site:hover {
    /* transform: translateX(-50%) perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.05); */
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.05);
    /* z-index:10; */
  }



  @media screen and (min-width: 1200px) and (max-width: 1400px) {
    .site {
      width: 26%;
    }
  }

  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-showcase {
      bottom: 200px;
      margin-bottom: 50px;
    }

    .site {
      width: 35%;
    }

    .site1 {
      left: 0%;
    }

    .site2 {
      left: 20%;
    }

    .site3 {
      left: 40%;
    }

    .site4 {
      left: 60%;
    }

    .site5 {
      display: none;
    }

    .site6 {
      display: none;
    }
  }

  @media (max-width: 992px) {
    .jd2-section {
      margin-bottom: 200px;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 991px) {
    .site {
      width: 38%;
    }

    .site1 {
      left: 0%;
    }

    .site2 {
      left: 20%;
    }

    .site3 {
      left: 40%;
    }

    .site4 {
      left: 60%;
    }

    .site5 {
      display: none;
    }

    .site6 {
      display: none;
    }
  }



 

  @media (max-width:768px) {
    .type-business-section {
      margin-bottom: 0px;
    }
  }

  .type-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .type-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 14px;
    background: #e9edfb;
    color: #111;
  }

  .type-icon-purple,
  .type-icon-blue,
  .type-icon-green,
  .type-icon-orange {
    background: #fbe9e9;
    color: #111;
  }

  .type-accordion .accordion-button {
    display: flex;
    align-items: center;
    padding: 16px 0;
    color: #163d77;
    font-weight: 700;
  }

  .type-label {
    flex: 1;
    text-align: left;
  }

  .type-accordion .accordion-button::after {
    display: none;
  }

  .type-chevron {
    flex-shrink: 0;
    color: #023575;
    transition: transform 0.25s ease;
  }

  .type-accordion .accordion-button:not(.collapsed) .type-chevron {
    transform: rotate(180deg);
  }

  .type-title {
    font-weight: 700;
  }

  .type-subtitle {
    max-width: 700px;
    margin: 0 auto;
    color: black;
    line-height: 1.4;
  }

  .type-accordion .accordion-button {
    background: #fff;
    box-shadow: none;
  }

  .type-accordion .accordion-body {
    padding: 0 0 12px;
  }

  .accordion-button:not(.collapsed) {
    font-size: 1rem;
  }

  .type-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .type-image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }



  .type-image {
    border-radius: 20px;
    width: 70%;
    height: 70%;
  }

  @media (min-width:1025px) {
    .type-image {
      width: 50% !important;
    }
  }

  @media (min-width: 1920px) {
    .type-image-wrapper img {
      max-height: 380px;
      width: auto;
    }
  }

  /* @media (max-width: 992px) {#tbs-img1 {display:none; } #tbs-img2 {display:inline; }} */

  @media (min-width: 800px) and (max-width:1000px) {
    .type-image {
      width: 100%;
      height: 70%;
    }
  }

  @media (min-width: 1920px) {
    .type-image {
      margin-left: 100px;
    }
  }

  @media (max-width: 768px) {
    #typeBusinessSection {
      margin-left: 0;
    }
  }



  .dc-partner-section {
    width: 100%;
    margin: 0;
    background: linear-gradient(135deg, #0a1230 0%, #10193f 45%, #2c1140 100%);
  }

  .dc-partner-dots {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 140px;
    height: 90px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.25) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    pointer-events: none;
    z-index: 0;
  }

  @media (min-width: 992px) {
    .dc-partner-row>[class*="col-"] {
      min-height: 0;
    }

    .dc-partner-img-col {
      overflow: hidden;
    }
  }

 

  .dc-partner-right-col {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .dc-partner-img-col img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
  }

  .dc-partner-heading-block {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    flex: 0 0 auto;
  }

  .dc-partner-heading {
    margin-bottom: 0;
  }

  .dc-partner-highlight {
    color: var(--jdd-gold);
  }

  .dc-partner-bottom-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 20px 40px;
    flex: 1 1 auto;
  }

  .dc-partner-text-col {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 40%;
  }

  .dc-partner-desc {
    margin-bottom: 20px;
  }

  .dc-partner-note {
    display: flex;
    align-items: flex-start;
  }

  .dc-partner-cards-col {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-width: 0;
  }

  .dc-partner-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .dc-partner-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
  }

  .dc-partner-card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .dc-partner-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .dc-partner-card-num {
    align-self: flex-start;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 30px;
    padding: 0 8px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 13px;
    background: var(--jdd-gold);
    color: #111;
  }

  @media (max-width: 991px) {
    .dc-partner-img-col img {
      min-height: 260px;
    }

    .dc-partner-bottom-row {
      flex-direction: column;
      padding: 20px 24px 28px;
    }

    .dc-partner-text-col {
      flex: 1 1 auto;
      width: 100%;
    }

    .dc-partner-cards-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 767px) {
    .dc-partner-bottom-row {
      padding: 16px 16px 24px;
    }
 
    .dc-partner-cards-grid {
      grid-template-columns: 1fr;
    }
  }



     

  .pritIcon {
    width: 26px;
    height: auto;
  }

  .sol-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .sol-icon-blue {
    background: #dbeafe;
  }

  .sol-icon-green {
    background: #d1fae5;
  }

  .sol-icon-purple {
    background: #ede9fe;
  }

  .sol-icon-orange {
    background: #fed7aa;
  }

  .sol-title-dark,
  .sol-title-green,
  .sol-title-blue,
  .sol-title-purple,
  .sol-title-orange {
    color: #111 !important;
  }

  .solution-item {
    padding: 10px 0;
    position: relative;
  }

  .solution-item p {
    margin-bottom: 0;
  }


  .center-img-wrapper {
    position: relative;
  }

  .center-img-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;

  }

  .sectionDescription {
    margin-bottom: 0;
  }

  @media (max-width: 991px) {
    .center-img-wrapper {
      margin: 30px 0;
    }
  }

  @media (min-width: 1920px) {
    .center-img-wrapper img {
      max-height: 380px;
      width: auto;
    }
    .dc-partner-img-col {
 
    height: 70vh;
  
}
  }

  .heroVideo {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }


  @media (max-width: 480px) {

    .maintenance-solutions .text-center h2,
    .maintenance-solutions .text-center p {
      text-align: left;
    }


  }


  section.serviceBannerNew2 {
    padding-bottom: 0px;
  }

  .learncta {
    font-size: 12px;
  }

  .industry-carousel {
    position: relative;
    width: 100%;
    height: 88vh;
    display: flex;
    overflow: hidden;
    transition: background-color 0.5s ease;
  }

  .industry-carousel:after {
    background: #00000087;
    width: 100%;
    height: 100%;
    content: '';
    left: 0px;
    position: absolute;
    top: 0px;
  }

  .industry-carousel-container {
    display: flex;
    width: 100%;
    transition: transform 1s ease;
    z-index: 1;
  }

  .industry-carousel-slide {
    min-width: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1rem;
    text-align: center;
    height: 100%;
    position: relative;
    border-left: 1px solid #939393;
    background-color: transparent;
    padding-bottom: 2rem;
  }

  .industry-carousel-slide:hover {
    background: #00000033;
  }

  .industry-title p {
    position: absolute;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    z-index: 11;
    left: 60px;
    top: 55px;
    font-size: 2rem;
    line-height: 2rem;
  }

  @media (max-width: 500px) {
    .industry-title p {
      left: 30px;
      top: 25px;
    }
  }

  .industryHeading {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 800;
  }

  .industry-carousel-nav {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  #prevBtn {
    left: 0;
  }

  #nextBtn {
    right: 0;
  }

  .slide-bx {
    position: relative;
    top: 170px;
    transition: 0.5s ease;
    text-align: left;
    height: 270px;
  }

  @media (max-width: 500px) {
    .slide-bx {
      height: 190px;
    }
  }

  @media (max-width: 768px) {

    /* .slide-bx {height:400px;} */
    .slide-bx .industryHeading {
      font-size: 16px;
      line-height: 1.1;
    }

    .slide-bx .sectionDescription {
      font-size: 14px;
    }
  }

  .slide-Bottom {
    position: absolute;
    bottom: 40px;
    overflow: hidden;
    padding: 15px 36px;
    width: 100%;
    left: 0px;
  }

  .industry-carousel-slide:first-child .slide-bx {
    top: 0;
  }

  .industry-carousel-slide:hover .slide-bx {
    top: 0;
  }

  .industry-carousel-slide:not(:hover):not(:first-child) .slide-bx {
    top: 118px;
  }

  @media (max-width: 767px) {

    .industry-carousel-slide {
      min-width: 100%;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {

    .industry-carousel-slide {
      min-width: 36%;
    }

    .slide-Bottom {
      padding: 0px 16px;
    }
  }



  @media (min-width: 992px) and (max-width: 1199px) {
    .industry-carousel-slide {
      min-width: 36%;
    }
  }

  @media (min-width: 1200px) and (max-width: 1299px) {
    .slide-Bottom {
      padding: 0px 16px;
    }
  }


  @media (min-width: 1300px) and (max-width: 1499px) {

    .industry-title p {
      font-size: 3rem;
      line-height: 3.4rem;
    }
  }

  @media (min-width: 1900px) {
    .learncta {
      font-size: 14px;
    }

    .slide-Bottom {
      padding: 0px 30px;
    }
  }

  /* Commitments */
  .commitment-img {
    width: 200px;
  }

  .commitment-item {
    text-align: center;
  }

  /* CENTER CARD */
  .commitment-card {
    background: #e53935;
    color: #fff;
    padding: 40px 25px;
    border-radius: 16px;
    font-size: 1.15rem;
    text-align: center;
  }

  @media (max-width: 768px) {
    .commitment-item {
      text-align: start;
      display: flex;
      gap: 40px;
    }

    .commitment-img {
      width: 95px;
    }

    .commitment-card {
      padding: 10px;
      display: flex;
      gap: 10px;
      align-items: center;
    }
  }


  #msg {
    color: red;
  }

  .parallax-section .error {
    color: #ffffff;
    display: flex;
    justify-content: start;
  }

  .parallax-section .form-strategy-white,
  .parallax-section .limited-slots-text {
    color: #ffffff !important;
  }

  .parallax-section {
    position: relative;
    overflow: hidden;
  }

  .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
  }

  .video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, black, #00000063);
    z-index: -1;
  }

  .hero-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 32px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .hero-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
  }

  .hero-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgb(255 255 255 / 11%);
    color: #ffb916;
    flex-shrink: 0;
  }

  .hero-feature-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .hero-feature-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  @media (max-width: 575px) {
    .hero-feature-grid {
      grid-template-columns: 1fr;
    }
  }

  .heroMobGrd small {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8rem;
  }

  .box-heading {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.rem;
  }

  .form-bg {
    padding: 32px 12px;
  }

  .form-bg {
    margin: 24px 0px;
  }

  .form-bg {
    background: #ffffff2b;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 0 40px rgba(255, 167, 38, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    max-width: 500px;
    margin: 0 auto;
  }

  .form-card-title {
    text-align: left;
  }

  .form-card-sub {
    text-align: left;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .form-field-icon-wrap {
    position: relative;
  }

  .form-field-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    display: flex;
    color: rgba(255, 255, 255, 0.55);
    pointer-events: none;
    z-index: 1;
  }

  .form-field-icon-textarea {
    top: 14px;
    transform: none;
  }

  .form-control-dark {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 8px !important;
    padding: 10px 12px 10px 38px !important;
    font-size: 14px !important;
    color: #fff !important;
  }

  .form-control-dark::placeholder {
    color: rgba(255, 255, 255, 0.55);
  }

  .form-control-dark:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: #ffa726 !important;
    box-shadow: 0 0 0 3px rgba(255, 167, 38, 0.16) !important;
    color: #fff !important;
  }

  textarea.form-control-dark {
    padding-top: 10px !important;
  }

  .limited-slots-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .form-bg .form-label {
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    display: block;
    text-align: left;
  }

  @media(max-width:767px) {
    section.parallax-section {
      height: 100vh !important;
    }

    section.parallax-section {
      background-attachment: unset !important;
      height: auto !important;
      padding-top: 40px;
    }

    .hero-content {
      text-align: center;
    }
  }
    @media (min-width: 481px) and (max-width: 768px) {
    #needModal #modalDialog {
      top: 35% !important;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    #needModal .modal-dialog {
      max-width: 90%;
      top: 45% !important;
    }
  }

  .pf-sec {
    position: relative;
    background: #fff;
    padding: clamp(36px, 5vw, 56px) 0;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
  }

  .pf-sec::before,
  .pf-sec::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
  }

  .pf-sec::before {
    width: 780px;
    height: 780px;
    background: radial-gradient(circle, rgba(170, 33, 33, 0.16) 0%, rgba(170, 33, 33, 0.08) 35%, transparent 70%);
    top: -290px;
    right: -270px;
  }

  .pf-sec::after {
    width: 660px;
    height: 660px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.11) 0%, rgba(59, 130, 246, 0.05) 35%, transparent 70%);
    bottom: -260px;
    left: -240px;
  }

  .pf-sec .container,
  .pf-sec .pf-marquee-wrap,
  .pf-sec .pf-footer-cta {
    position: relative;
    z-index: 1;
  }

  .pf-head {
    margin-bottom: clamp(14px, 2vw, 20px);
  }

  .pf-eyebrow {
    display: block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
  }

  .pf-head-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }

  .pf-title {
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin: 0;
    flex: 1 1 380px;
  }

  .pf-sub {
    max-width: 380px;
    flex: 1 1 300px;
    padding-top: 4px;
  }

  .pf-head-rule {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin-top: clamp(10px, 1.5vw, 16px);
  }

  .pf-stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: clamp(10px, 1.5vw, 16px) 0 clamp(14px, 2vw, 20px);
  }

  .pf-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-right: 32px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .pf-stat:last-child {
    border-right: none;
  }

  .pf-stat-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.45);
  }

  .pf-stat-val {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 800;
    color: var(--jdd-dark);
  }

  /* Auto-scrolling card track — the wrap itself stays a real overflow-x:auto
     touch target so mobile can swipe through it, not just watch it —
     touching/scrolling pauses the auto-loop (see the script above) instead
     of fighting it. */
  .pf-marquee-wrap {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .pf-marquee-wrap::-webkit-scrollbar {
    display: none;
  }

  .pf-marquee-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    z-index: 2;
    pointer-events: none;
  }

  .pf-marquee-fade-l {
    left: 0;
    background: linear-gradient(90deg, #fff, transparent);
  }

  .pf-marquee-fade-r {
    right: 0;
    background: linear-gradient(-90deg, #fff, transparent);
  }

  .pf-track {
    display: flex;
    align-items: stretch;
    gap: 20px;
    width: max-content;
    padding: 4px clamp(20px, 5vw, 40px) 10px;
    animation: none;
  }

  .pf-marquee-wrap.is-active .pf-track {
    animation: pfMarquee 42s linear infinite;
  }

  .pf-marquee-wrap:hover .pf-track,
  .pf-marquee-wrap.is-touching .pf-track {
    animation-play-state: paused;
  }

  @keyframes pfMarquee {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-33.3334%);
    }
  }

  .pf-mcard {
    position: relative;
    flex: 0 0 auto;
    width: 270px;
    aspect-ratio: 3 / 4;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    background: #111a35;
    scroll-snap-align: start;
  }

  .pf-mcard img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
  }

  .pf-mcard:hover img {
    transform: scale(1.07);
  }

  .pf-mcard::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 6, 18, .92) 0%, rgba(3, 6, 18, .15) 45%, rgba(3, 6, 18, .35) 100%);
  }

  .pf-mcard-top {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    z-index: 2;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: .2px;
    color: #fff;
  }

  .pf-mcard-bottom {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 2;
  }

  .pf-mcard-stat {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
  }

  .pf-mcard-quote {
    font-size: 12.5px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pf-mcard-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .22s ease, transform .22s ease;
  }

  .pf-mcard:hover .pf-mcard-link {
    opacity: 1;
    transform: none;
  }

  .pf-footer-cta {
    text-align: center;
    margin-top: clamp(32px, 5vw, 48px);
    padding: 0 clamp(20px, 5vw, 40px);
  }

  .pf-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--jdd-red);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 10px;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, color .18s ease;
  }

  .pf-view-all:hover {
    color: #fff;
    background: var(--jdd-red-2);
    transform: translateY(-1px);
  }

  .pf-view-all svg {
    transition: transform .2s ease;
  }

  .pf-view-all:hover svg {
    transform: translateX(3px);
  }

  @media (max-width: 767px) {
    .pf-sub {
      padding-top: 0;
    }

    .pf-stats-row {
      gap: 20px 28px;
    }

    .pf-stat {
      padding-right: 20px;
    }

    .pf-mcard {
      width: 220px;
    }

    .pf-marquee-fade-l,
    .pf-marquee-fade-r {
      background: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {

    /* !important: must beat .pf-marquee-wrap.is-active .pf-track's higher
       specificity, otherwise this accessibility override loses once the
       marquee has started. */
    .pf-track {
      animation: none !important;
    }
  }

 
  #testimonialSection {
    padding-top:0;
  }

  .stars img {
    mix-blend-mode: multiply;
  }

  .testimonial-wrapper {
    background: linear-gradient(to bottom, #FFFCF4, #E5F1FF);
    border-radius: 18px;
    padding: 40px;
    padding-bottom: 80px;
    position: relative;
  }

  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    background: transparent !important;
  }

  .image-card {
    position: relative;
    border-radius: 14px;
  }

  .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .badge-box {
    position: absolute;
    bottom: -30%;
    left: 0px;
    background: #0b3c8c;
    color: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    width: 220px;
    line-height: 28px;
  }

  .dots {
    position: absolute;
    right: 0px;
    bottom: -30px;
    display: flex;
    gap: 6px;
  }

  @media (max-width: 992px) {
    .dots {
      display: none;
    }
  }


  .dots span {
    width: 50px;
    height: 30px;
    border-radius: 4px;
    background: #e57373;
  }

  .dots span:last-child {
    background: #ccc;
  }

  .quote-bg {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #eaeaea;
    z-index: 0;
  }

  .stars {
    color: #f5b301;
    font-size: 20px;
  }

  /* Right slider arrows */
  .testimonial-wrapper .carousel-control-prev,
  .testimonial-wrapper .carousel-control-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #E0E0E1;
    top: auto;
    bottom: 0;
    opacity: 1;
    position: absolute;
    bottom: -50px;
  }

  .quote-bg img {
    width: 110px;
  }

  .testimonial-wrapper .carousel-control-prev {
    right: 52px;
    left: auto;
  }

  .testimonial-wrapper .carousel-control-next {
    right: 0;
  }

  .testimonial-wrapper .carousel-control-next:hover,
  .testimonial-wrapper .carousel-control-prev:hover {
    background: #111;
  }

  .testimonial-wrapper .carousel-control-next:hover .carousel-control-next-icon,
  .testimonial-wrapper .carousel-control-prev:hover .carousel-control-prev-icon {
    filter: invert(0);
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    filter: invert(1);
    width: 14px;
    height: 14px;
  }

  .fw-semibold {
    text-align: right;
  }

  img.rewIcon {
    width: 62px;
  }

  .dots span:last-child {
    background: #ccc;
    width: 16px;
    height: 12px;
  }

  .hc-final-cta-sec {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 7vw, 90px) 0;
    background: linear-gradient(135deg, #050b1f 0%, #0d1a3d 45%, #1a0508 100%);
  }

  .hc-final-cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    height: 520px;
    background: #0047C4;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .25;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  .hc-final-cta-sec .container {
    position: relative;
    z-index: 1;
  }

  .hc-final-cta-title {
    max-width: 720px;
    margin: 0 auto 16px;
  }

  .hc-final-cta-sub {
    max-width: 560px;
    margin: 0 auto 32px;
  }

  .hc-final-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .hc-final-cta-note {
    font-size: 14px;
    font-weight: 600;
    color: #ffb916;
  }

  /* mobile */
  @media (max-width: 1024px) {

    .testimonial-wrapper .carousel-control-prev,
    .testimonial-wrapper .carousel-control-next {
      bottom: -29px;
    }

    .image-card {
      padding-bottom: 1rem;
    }
  }

  @media (max-width: 767px) {

    .testimonial-wrapper .carousel-control-prev,
    .testimonial-wrapper .carousel-control-next {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #E0E0E1;
      top: auto;
      bottom: 0;
      opacity: 1;
      position: absolute;
      bottom: -30px;
    }

    .dots {
      right: 31px;
    }
  }

  @media (max-width: 767px) {
    #testimonialSection {
      padding-top: 0;
    }
  }




  .faq-card {
    max-width: 1200px;
    margin: auto;
    padding: 50px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fefefe, #f3f7ff);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .08);
  }


  .faq-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
  }

  /* Tabs */

  .faq-layout {

    width: 1190px;
    margin: 0 auto;
  }

  .faq-tabs .tab {
    padding: 16px 18px;
    background: linear-gradient(135deg, #fdfbfb, #ebedee);
    border-radius: 10px;
    border: none;
    text-align: left;
    cursor: pointer;
    font-weight: 500;
    transition: .3s;
  }

  .faq-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 296px;

  }

  .faq-tabs .tab.active {
    background: #0f1b59;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    color: #fff;
    font-weight: 600;
    opacity: 1;
  }

  /* Content */
  .tab-panel {
    display: none;
  }

  .tab-panel.active {
    display: block;
  }

  .faq-wrapper .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
  }

  .faq-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }

  .faq-wrapper .accordion-button::after {
    transition: all 0.5s;
  }

  .faq-wrapper .accordion-button:not(.collapsed) {
    /* background: #fffbf0; */
    background-color: white;
    color: #023575;
    font-weight: 600;
    font-size: initial;
  }

  .faq-wrapper .accordion-button {
    box-shadow: 0px 1px 6px 0px #eee;
    margin-bottom: 8px;
  }

  @media (max-width:992px) {
    .faq-content {
      width: 70%;
    }
  }

  /* Responsive */
  @media (max-width: 768px) {
    .faq-content {
      width: 100%;
    }

    .faq-wrapper .accordion-body {
      font-size: .9rem;
      line-height: 1.3rem;
    }

    .faq-tabs .tab {
      padding: 11px 11px;
      font-size: .81rem;
    }

    .faq-tabs .tab {
      width: 48%;
    }

    .faq-tabs {
      flex-direction: row;
      width: 100%;
      flex-wrap: wrap;
    }

    .faq-layout {
      width: 100%;
    }

    .faq-layout {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 480px) {
    .faq-tabs {
      width: 100%;
    }

    .faq-tabs .tab {
      width: 100%;
    }


  }



   @media (max-width: 767px) {

.badge-box {
    position: relative;
  
}
}



