 .btn-style-five:hover{
background: #00a7e0 !important;
    }
    .gs-page-b-frm input[type=email], .gs-page-b-frm input[type=number], .gs-page-b-frm input[type=text] {
            background: 0 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 238, .5) !important;
    padding: 0;
    height: 50px;
    
    } 
    .bdr10{border-radius: 10px;}
    .wh-gs-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-auto-rows: 1fr;
    }

    @media (min-width: 576px) {
      .wh-gs-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (min-width: 992px) {
        .callback-card { 
    max-width: 460px;}
      .wh-gs-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }
  @media (min-width: 1570px) {
      .gapmd-30 {
        gap:30px;
      }
    }
    .wh-gs-grid .item {
      display: flex;
    }

    .wh-gs-grid .item > div {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
    }
     .industries-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 0;
    }

    @media (min-width: 576px) {
      .industries-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (min-width: 992px) {
      .industries-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }
     @media (min-width: 1440px) {
      .industries-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    .industry-card {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding: 30px;
      border: 1px solid #C5CFE2;
      border-radius: 12px;
      margin: 6px;
      background:#fff;
      transition: background 0.25s ease, box-shadow 0.25s ease;
    }
.card-desc {
    font-size: 15px; 
    line-height: 1.5; 
}
    .industry-card:hover {
      background: #F5F8FF;
      box-shadow: 0 4px 16px rgba(17, 74, 159, 0.07);
    }

    .cards-header {
      display: flex;
      align-items: center;
      gap: 14px;
      border-bottom:1px solid #cccccc;
      padding-bottom:15px;
    }

    .icon-box {
      width: 48px;
      height: 48px;
      min-width: 48px;
      background: #EEF2FF;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .icon-box svg {
      width: 22px;
      height: 22px;
      stroke: #3B5FCC;
      fill: none;
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .card-title {
      font-size: 18px;
      font-weight: 600;
      color: #1a1a2e;
      line-height: 1.3;
      margin-bottom:0px;
    }

    .card-desc {
      font-size: 15px;
      color: #7e7e7e;
      line-height: 1.5;
      margin-bottom:0px; 
font-weight: 400;    

    }
    




    .two-col {
      display: grid;
      grid-template-columns: 1fr;
      gap: 7px;
    }

    @media (min-width: 992px) {
      .two-col {
        grid-template-columns: 1fr 1px 1fr;
        gap: 0;
      }
    }

    .divider {
      display: none;
      background: #E4E7F0;
      width: 1px;
    }

    @media (min-width: 768px) {
      .divider {
        display: block;
      }
    }
 

    @media (min-width: 992px) {
      .colits:first-child {
        padding-left: 0;
        padding-right: 60px;
      }
      .colits:last-child {
        padding-left: 60px;
        padding-right: 0;
      }
    }

    .col-title {
      font-size: 28px;
      font-weight: 400;
      color: #1a1a2e;
      margin-bottom: 32px;
      line-height: 1.2;
    }

    @media (min-width: 768px) {
      .col-title {
        font-size: 36px;
      }
    }

    .esitem {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 20px 0;
      border-bottom: 1px solid #E4E7F0;
    }

    

    .check-icon {
      width: 24px;
      height: 24px;
      min-width: 24px; 
    }

    .check-icon svg {
      width: 24px;
      height: 24px;
    }

    .esitem-content {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .esitem-title {
      font-size: 16px; 
      color: #1a1a2e;  
font-weight: 500;  
line-height: 1.35;  
    }

    @media (min-width: 768px) {
      .esitem-title {  
font-size: 22px;  

      }
    }

    .esitem-desc { 
      color: #7e7e7e;  
      margin-bottom:0px; 
font-weight: 400; 
font-size: 15px; 
line-height: 1.5; 

    }


    .comparison-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
      align-items: center;
      position: relative;
    }

    @media (min-width: 768px) {
      .comparison-wrapper {
        grid-template-columns: 1fr auto 1fr;
        gap: 0;
      }
    }

    /* left card */
    .card-light {
      background: #fff;
      border-radius: 16px;
      padding: 40px;
      border: 1px solid #C5CFE2;
      height: 100%;
    }

    /* right card */
    .card-dark {
      background: #1B3A9E;
      border-radius: 16px;
      padding: 36px 32px;
      height: 100%;
    }

    /* VS badge */
    .vs-badge {
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      padding: 0 16px;
    }

    .vs-badge span {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: 1.5px solid #1B3A9E;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 600;
      color: #1B3A9E;
      background: #fff;
      flex-shrink: 0;
    }

    /* mobile vs */
    @media (max-width: 767px) {
        .feature-item{
            flex-direction: column;
        }
      .vs-badge {
        padding: 0;
      }
    }

    .card-title {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 28px;
      line-height: 1.2;
    }

    .card-light .card-title {
      color: #1a1a2e;
    }

    .card-dark .card-title {
      color: #fff;
    }

    .item-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      padding-left:0px;
      margin-top:30px;
      margin-bottom:0px;
    }
.item-list li:first-child{
    padding-top:0px;
}
    .item-list li {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 0;
      border-bottom: 1px solid;
      font-size: 16px;
      line-height: 1.5; 
    }

    

    .card-light .item-list li {
      border-color: #C5CFE2;
      color: #7E7E7E;
    }

    .card-dark .item-list li {
      border-color: rgba(255, 255, 255, 0.2);
      color: #fff;
    }

    .check-wrap {
      width: 24px;
      height: 24px;
      min-width: 24px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .card-light .check-wrap {
      background: #1B3A9E;
    }

    .card-dark .check-wrap {
      background: #E3F8ED;
    }

    .check-wrap svg {
      width: 14px;
      height: 14px;
      stroke: #fff;
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }





    .bnr-itamc{background: linear-gradient(86.77deg, #09134E -36.69%, #114A9F 64.93%);}

  .herosec {
    display: flex;
    flex-wrap: wrap; 
    background: linear-gradient(86.77deg, #09134E -36.69%, #114A9F 64.93%); 
  }

  /* ---------- Left content ---------- */
  .herosec__content {
    flex: 1 1 60%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 320px;
    padding:58px 0px 31px 0px
  }

  .herosec__heading {
    color: white;
    font-weight: 300;
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 20px 0;
  }

  .herosec__heading strong {
    display: block;
    font-weight: 700; 
  }

  .herosec__subtext {
    color: #ffffff75;
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    margin: 0 0 40px 0;
    max-width: 640px;
        line-height: 1.15;
  }

  /* ---------- Stats row ---------- */
  .herosec__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 40px;
    padding-block:13.34px;
  }

  .stat {
    display: flex;
    align-items: center;
    gap: 14px;
    color: white;
  }

  .stat__icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
  }

  .stat__icon svg {
    width: 100%;
    height: 100%;
    stroke: white;
    fill: none;
  }

  .stat__label {
    font-size: 19px;
    line-height: 1.16;
    white-space: nowrap;
    min-width:143px;
  }

  /* ---------- CTA buttons ---------- */
  .herosec__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .btncs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    line-height: 1.358;
    border:none;
    border-radius: 15px;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.15s ease, background 0.15s ease;
  }
  .btn_pink{
    background: #114A9F !important;}

  .btncs:hover {
    transform: translateY(-1px);
     color: #fff !important;
  }

  .btncs--primary {
    background: var(--prim);
    color: white;
    
  }

  .btncs--primary:hover {
    background: #2a4fd6;
  }

  .btncs--outline {
    background: transparent;
    color: white;
    border: 1px solid #fff;
  }

  .btncs--outline:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .btncs svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    flex-shrink: 0;
  }

  /* ---------- Right callback card ---------- */
  .herosec__form-wrap {
    flex: 1 1 320px;
    display: flex;
    align-items: stretch; 
  }

  .callback-card {
    background: #0000002e;
    border: 1px solid #C5CFE240;
    border-radius: 16px;
    padding: 32px;
    width: 100%; 
    margin-left: auto;
    display: flex;
    flex-direction: column;
  }

  .callback-card__title {
    color: white;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 400;
    margin: 0 0 28px 0;
  }

  .field {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 16px;
    padding-top: 16px;
    margin-bottom: 24px;
  }

  .field input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 1rem;
    padding: 4px 0;
    font-family: inherit;
  }

  .field input::placeholder {
    color: #ffffff75;
  }

  .callback-card .btncs--primary {
    margin-top: 6px;
    align-self: flex-start;
  }
  .vs-badge::before{
        content: '';
    position: absolute;
    height: 100%;
    background: #C5CFE2;
    width: 1px;
    z-index: -1;
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 991px) {
.herosec__form-wrap{margin-bottom:50px;}
    .pos-ic{    flex-direction: column;}
    .two-col { 
    gap: 35px;
}
    .herosec {
      flex-direction: column;
    }

     

    .callback-card {
      margin-left: 0;
      max-width: none;
    }

    .herosec__stats {
      gap: 28px 32px;
    }
  }

  @media (max-width: 520px) {
    .herosec__ctas {
      flex-direction: column;
      align-items: stretch;
    }

    .btncs {
      justify-content: center;
    }

    .herosec__stats {
      gap: 20px 28px;
    }

    .stat__label {
      white-space: normal;
    }

    .callback-card {
      padding: 32px 22px;
    }
  }


  .section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    align-items: start;
    gap:36px;
  }

  .col__heading {
    font-size: clamp(1.4rem, 2.2vw, 35px);
    font-weight: 500;
    line-height:1.2;
    color: #354860;
    margin: 0 0 40px 0;
  }

  /* ---------------- LEFT: Feature list ---------------- */
  .feature-panel {
    background: #eef1f8;
    border-radius: 16px;
    padding: 72px 40px;
  }

  .feature-item {
    display: flex;
    gap: 20px;
    padding: 40px 0;
    border-bottom: 1px solid #C5CFE2;
  }

  .feature-item:first-child {
    padding-top: 0px;
  } 

  .feature-item__icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
  }

  .feature-item__icon svg {
    width: 100%;
    height: 100%;
    stroke: #1e3a5f;
    fill: none;
  }

  .feature-item__title {
    font-size: 20px;
    line-height:1.2;
    font-weight: 500;
    color: #242E37;
    margin: 0 0 14px 0;
  }

  .feature-item__desc {
    font-size: 16px;
    color: #7E7E7E;
    line-height: 1.5;
    margin: 0;
  }

  /* ---------------- RIGHT: Benefits ---------------- */
  .benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-inline:9.5px;
  }

  .benefit-card {
    border-radius: 15px;
    padding: 28px 30px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 210px;
  }

  .benefit-card--green { background: #02C54B; }
  .benefit-card--pink { background: #DF4060; }
  .benefit-card--orange { background: #FFA00E; }
  .benefit-card--cyan { background: #00A8E1; }

  .benefit-card__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }

  .benefit-card__icon svg {
    width: 100%;
    height: 100%;
    stroke: #ffffff;
    fill: none;
  }

  .benefit-card__title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 16px 0;
    color:#fff;
    line-height: 1.2;
  }

  .benefit-card__desc {
    font-size: 16px;
    line-height: 1.2;
    margin: 0; 
  }

  /* ---------------- Similar services (dark card) ---------------- */
  .similar-card {
    grid-column: 1 / -1;
    background: #114A9F;
    border-radius: 14px;
    padding: 37.5px;
    color: #ffffff; 
  }

  .similar-card__title {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 30px 0;
    color:#ffffff;
    letter-spacing:-3%;
        line-height: 1.2967;
  }

  .similar-links {
    display: grid;
    grid-template-columns: 1fr 1fr; 
  }

  .similar-link {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 26px 16px 21px 16px;
  }

  .similar-link__icon {
    width: 55px;
    height: 55px; 
  }
  .hrst{
       width: 66px;
    margin-top: 7px;
    margin-right: auto;
    background: #ffffff;
    height: 2px;}

  .similar-link__icon svg {
    width: 100%;
    height: 100%;
    stroke: #ffffff;
    fill: none;
  }

  .similar-link__label {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    color:#fff;
  }

  /* ---------------- Responsive ---------------- */
 @media (min-width: 992px) and (max-width: 1199px) {
     .feature-item { 
    padding: 25px 0;} 
}
 @media (min-width: 1200px) and (max-width: 1570px) {
     .feature-item { 
    padding: 37.5px 0;}
   
  }
  @media (min-width: 1570px) {
     .section__grid { 
    gap: 94px; 
  } 
}
  @media (max-width: 1570px) {
      .feature-panel { 
    padding: 40px 40px;
}
  }
  @media (max-width: 991px) {
   
    .section__grid {
      grid-template-columns: 1fr;
        gap: 30px; 
    }
  }

  @media (max-width: 640px) {
    .section {
      padding: 40px 18px;
    }

    .feature-panel {
      padding: 22px;
    }

    .feature-item {
      gap: 14px;
    }

    .benefits-grid {
      grid-template-columns: 1fr;

    padding-inline:0px;
    }

    .similar-links {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .similar-card {
      padding: 28px 22px;
    }
  }



  .section__heading {
    text-align: center;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #2b3a55;
    margin: 0 0 48px 0;
  }

  .modelcard-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }

  .modelcard {
    background: white;
    border: 1px solid #2E373A1A;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 3px 2px 11.7px 6px #00000008;

  }

  .modelcard__icon {
    width: 50px;
    height: 50px;
  margin-bottom: 40px;
  }

  .modelcard__icon svg {
    width: 100%;
    height: 100%;
    stroke: #2a5db0;
    fill: none;
  }

  .modelcard__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #242E37;
    margin: 0 0 10px 0;
  }

  .modelcard__desc {
    font-size: 16px;
    line-height: 1.5;
    color: #7E7E7E; 
    margin: 0;
  }
  .bg-F8F9FD{background:#F8F9FD}
  .tablemain{    border-radius: 15px;
    overflow: auto;
    border: 1px solid #C5CFE2;}
    .tablemain table.tb-st-1 tr:last-child td {
    border-bottom: none; 
} 
.tablemain table.tb-st-1 tr td:first-child {
    border-left: none; 
}
.tablemain table.tb-st-1 tr td:last-child {
    border-right: none; 
}
.tablemain table.tb-st-1 tr th {
    background: #FCFCFD;
    color: #242E37;
    border: 1px solid #C5CFE2;
     border-left: none;
    border-top: none;
}

.tablemain table.tb-st-1 tr th:last-child {
    border-right: none;
}
.tablemain table.tb-st-1 tr td { 
font-weight: 400; 
font-size: 16px; 
line-height: 1.5; 
color: #7E7E7E;
padding: 23px 8px 23px 20px;
    border: 1px solid #C5CFE2;
}
.tablemain table.tb-st-1 tr td,
.tablemain table.tb-st-1 tr th{
       text-align: center;
}
.tablemain table.tb-st-1 tr td:first-child,
.tablemain table.tb-st-1 tr td:nth-child(2),
.tablemain table.tb-st-1 tr th:first-child,
.tablemain table.tb-st-1 tr th:nth-child(2){
       text-align: left;
}
.pos-ic{    display: flex;
    align-items: center;
    gap: 12px;
width: auto; 
font-weight: 600; 
font-size: 16px; 
line-height: 1.5; 
}
.division{border-top: 1px solid #C5CFE2;
margin-block:60px;}


.test-sec-itamc .item h4{ 
font-weight: 500; 
font-size: 18px; 
letter-spacing: 0%; 
  color: #1f2937;
  margin: 0 0 2px 0;
  }

.ybt{
    color: #525252;  
font-size: 16px; 
line-height: 1.5;  

}
.cards-header{align-items:center;    gap: 12px;
    border-bottom:none;
}.industry-card {
    gap: 0px;}
    .card-title { 
    font-weight: 500; 
    font-size: 22px; 
    line-height: 1.3;  
    margin-bottom: 0px; 
    color: #242E37;

}
    #test-sec-ow .owl-dots{margin-top:0px;}
    .youtube-player{border-radius:15px;}
    .bg-light-1 {
    background: #EEF2F8;
}.brd-all-1:hover {
    background: #114A9F;
}
.section_title{
    color:#114A9F;
}
  /* ---------------- Responsive ---------------- */
  @media (max-width: 1500px) {
    .modelcard-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 991px) {
    .modelcard-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .section {
      padding: 50px 18px 60px;
    }
  }

  @media (max-width: 480px) {
    .modelcard-grid {
      grid-template-columns: 1fr;
    }
  }
 


  .section__heading {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 500;
    color: #223a5e;
    margin: 0 0 0.15em 0;
    line-height: 1.25;
  }

  .nt_title strong {
    color: #114A9F;
    font-weight: 700;
  }

  .section__subtext {
    color: #7E7E7E; 
    font-weight: 400;  
    font-size: 16px; 
    line-height: 1.2;
     margin: 24px 0 52px 0

  }

  .layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 70px;
    align-items: start;
  }

  /* ---------------- LEFT: Accordion ---------------- */
  .accordion-area {
    display: flex;
    flex-direction: column;
    gap: 42px;
  }

  .accordion-item {
    background: transparent; 
    padding: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .accordion-item.active {
    background: linear-gradient(180deg, #ffffff 0%, var(--accent-tint, #f3f6fc) 100%);
  }

  .accordion-item__meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
  }

  .meta-tag {
    display: flex;
    align-items: center;
    gap: 8px; 
    color: #525252; 
font-weight: 400; 
font-size: 14px; 
line-height: 26px;  

  }

  .meta-tag__dot {
    width: 10px;
    height: 10px;
    background:  #114A9F;
    flex-shrink: 0;
  }

  .accordion-item__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }

  .accordion-item__title { 
    color: #242E37;
    margin: 0; 
font-weight: 500; 
font-size: 22px; 
line-height: 1.3;
letter-spacing: -3%;

  }

  .accordion-item__toggle {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid #114A9F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8f98ab;
    transition: border-color 0.2s ease, color 0.2s ease;
  }

  .accordion-item.active .accordion-item__toggle {
    border-color: #114A9F;
    color: #114A9F;
  }

  .accordion-item__toggle svg {
    width: 14px;
    height: 14px;
    stroke: #114A9F;
    fill: none;
  }

  .accordion-item__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding-top 0.3s ease;
  }

  .accordion-item.active .accordion-item__body {
    max-height: 160px;
    padding-top:16px;
  }

  .accordion-item__desc { 
font-weight: 500; 
font-size: 16px; 
line-height: 1.3;
color:#7E7E7E;
letter-spacing: -3%;
max-width:50ch;

  }

  .accordion-item.active {
    border-bottom: 2px solid var(--accent, #114A9F);
    padding-bottom: 18px;
  }

  /* ---------------- RIGHT: Content grid ---------------- */
  .detail-panel {
    background: var(--accent-tint, #114A9F);
    border: 1px solid  var(--accent-border, #114A9F);
    border-radius: 16px; 
  }

  .detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .detail-card {
    padding: 30px 28px;
    border-bottom:  1px solid var(--accent-border, #114A9F);
  }

  .detail-card:nth-child(odd) {
    border-right: 1px solid var(--accent-border, #114A9F);
  }
 .detail-card__title a{    color: #114A9F !important;}
  /* remove bottom border on last row (last two cards) */
  .detail-grid.is-even .detail-card:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .detail-grid.is-odd .detail-card:nth-last-child(1) {
    border-bottom: none;
  }
    
 

  .detail-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: background 0.25s ease;
  }
#test-sec-ow .owl-dots .owl-dot {
    width: 10px;
    height: 3px; 
}
#test-sec-ow .owl-dots .owl-dot.active{background:#114A9F;
    width: 22px;}
  .detail-card__icon svg {
    width: 32px;
    height: 32px;
    stroke: #114A9F;
    fill: none;
    transition: stroke 0.25s ease;
  }

  .detail-card__title {
    color: #114A9F;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.3;
    transition: color 0.25s ease;
  }

  .detail-card__desc {
    color: #7e7e7e; 
    margin: 0; 
font-weight: 400; 
font-size: 16px; 
line-height: 1.2;
letter-spacing: 0%;

  }

  /* ---------------- Responsive ---------------- */
  @media (max-width: 980px) {
    .layout {
      grid-template-columns: 1fr;
        gap:20px
    }
  }

  @media (max-width: 560px) {
    .section {
      padding: 48px 18px 60px;
    }

    .accordion-item {
      padding: 20px 18px;
    }

    .accordion-item__title {
      font-size: 1.15rem;
    }

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

    .detail-grid {
      grid-template-columns: 1fr;
    }

    .detail-card:nth-child(odd) {
      border-right: none;
    }

    .detail-card:nth-last-child(-n+2) {
      border-bottom: 1px solid #F0F0F0;
    }

    .detail-card:last-child {
      border-bottom: none;
    }
  }

  /* Mobile-only: detail grid nested inside its own accordion item */
.accordion-item__mobile-details {
  display: none;
}

@media (min-width: 981px) {
  .accordion-item__mobile-details {
    display: none !important;
  }
}

@media (max-width: 980px) {
  /* hide the separate desktop right-column panel entirely */
  .detail-panel {
    display: none;
  }

  /* let the active item's body grow tall enough to fit the nested grid,
     instead of the fixed 160px used for description-only content */
  .accordion-item.active .accordion-item__body {
    max-height: 3000px;
  }

  .accordion-item__mobile-details {
    display: block;
    margin-top: 20px;
    border: 1px solid var(--accent-border, #114A9F);
    border-radius: 16px;
    background: var(--accent-tint, #114A9F);
    overflow: hidden;
  }

  .accordion-item__mobile-details .detail-grid {
    grid-template-columns: 1fr;
  }

  .accordion-item__mobile-details .detail-card:nth-child(odd) {
    border-right: none;
  }

  .accordion-item__mobile-details .detail-card:last-child {
    border-bottom: none;
  }
}



  
  .test-sec-itamc.swiper-container {
    overflow: hidden;
  }

  .test-sec-itamc .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .test-sec-itamc .swiper-slide {
    height: auto;
    display: flex;
    padding: 6px;
  }
 
  .test-sec-itamc .item {
    background: #ffffff;
     border: 1px solid #C5CFE280;
    border-radius: 15px;
    padding: 96px 40px 40px 40px; 
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .test-sec-itamc .item .db-cl {
    width: 20px !important;
    height: auto;
    display: block;
  }

  .test-sec-itamc .item .text {
   color: #7e7e7e;
    font-size: 15px;
    line-height: 1.89;
    margin-top: 6px;
    flex-grow: 1;
  }

  .test-sec-itamc .item .mt-4 {
    margin-top: 24px;
  }

 

  .test-sec-itamc .item span { 
    color: #354860; 
font-weight: 400; 
font-size: 15px; 
}

  .test-sec-itamc .item .text-right {
    text-align: right;
    margin-top: 12px;
  }

  .test-sec-itamc .item .text-right .db-cl {
    display: inline-block;
    margin-left: auto;
  }

  /* Pagination */
  .test-sec-pagination { 
    margin-top: 15px;
  }

  .test-sec-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    background: #77787B;
    opacity: 1;
    margin: 0 5px;
        border-radius: 0;
  }

  .test-sec-pagination .swiper-pagination-bullet-active { 
    width: 22px; 
    background: #114A9F;
  }

  /* Nav arrows (owl-nav-style-three equivalent) */
  .test-sec-nav {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
  }

  .test-sec-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #d7dceb;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #114A9F;
  }

  .test-sec-nav button svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
  }

  .test-sec-nav button:hover {
    background: #114A9F;
    color: #ffffff;
    border-color: #114A9F;
  }

  @media (max-width: 767px) {
    .division {
      margin: 40px 0 30px;
    }
    .vs-badge::before{display: none;}
  }