@font-face {
   font-family: "SF Pro Display proxima";
   src: url("/fonts/SF-Pro-Display-Proxima-Nova.woff2") format("woff2");
   font-weight: 500;
   font-style: normal;
   font-display: swap;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: SF Pro Display proxima !important;
    font-size: 14px;
}

:root {
    --prime-back:#C14E00;
    --primary: #BF5708;
    --secondary: #000;
    --primary-hover: #BF7508;
    --brand-blue: #1E40AF;
}

button:focus {
    box-shadow: none !important;
    outline: 1px solid #fff !important;
}

a:active {
    color: var(--primary);
}

a {
    text-decoration: none;
}
.line-space {
    letter-spacing: 1.1px;
}
.lineSpacePointFour {
    letter-spacing: 0.4px;
}
.lineSpacePointFive {
    letter-spacing: 0.5px;
}
.lineSpacePointSix {
    letter-spacing: 0.6px;
}
.lineSpacePointSeven {
    letter-spacing: 0.7px;
}

.sticky-top {
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    z-index: 1020;
    background: #fff;
}

.h1-tag {
    font-size: calc(1.375rem + 1.5vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h2-tag {
    font-size: calc(1.325rem + .9vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h3-tag {
    font-size: calc(1.3rem + .6vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h4-tag {
    font-size: calc(1.275rem + .3vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h5-tag {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h6-tag {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
/* typography */

.font-extrabold {
    font-weight: 800;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.text-primary {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-primary-hover:hover {
    background-color: var(--primary-hover);
}
/* utility */

.rounded-2xl {
    border-radius: 1.5rem;
}

.rounded-xl {
    border-radius: 1rem;
}

.rounded-full {
    border-radius: 999px;
}

.shadow-md {
    box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
}

.fw-extrabold {
    font-weight: 800;
}

.rounded-2xl {
    border-radius: 1.5rem;
}

.btn-primary-custom {
    background-color: var(--primary);
    border: none;
}

.btn-primary-custome {
    color: var(--primary);
    border: none;
}

.btn-primary-custom:hover {
    background-color: var(--primary-hover, #a94b06);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
    cursor: not-allowed;
}
/* section css */

section {
    padding: 3rem 5rem;
    overflow: hidden;
}

section p {
    color: #4B5563;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
/*progress sticky style start*/
#progress {
  position: fixed;
  bottom: 110px;
  right: 20px;
  height: 50px;
  width: 50px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 9999;
}
#progress-value {
  display: block;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #001a2e;
}
.scroll-arrow {
  width: 24px;
}

/*popup style */
.badge-pill {
  border-radius: 999px;
  padding: .45rem .9rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
  background: linear-gradient(90deg, var(--primary), var(--brand-blue));
  color: #fff;
  letter-spacing: .4px;
}
.pulse-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #22c55e;
  border-radius: 50%;
  margin-right: 0.5rem;
  animation: pulse 1.5s infinite;
}
.pulse-img {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.4);
    }
}
/*whatsapp sticky style start*/
.whatsapp-sticky {
    position: fixed;
    bottom: 54px;
    right: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    background-color: #2ab540; 
}

.whatsapp-sticky img {
    width: 98%; 
    height: auto; 
    max-width: 100%;
    max-height: 100%;
}
/*whatsapp sticky style end*/
/* sectiomn-1 */

        /*.hero-section-main {
            padding: 0rem 2rem 2.4rem;
            position: relative;
        }*/
        .hero-section-main {
            background: #F5FAFF !important;
        }
        .hero-section-main h1 {
            margin-top: 10px;
        }
        .car-wrap {
          display: flex;
          justify-content: center;
      }
      .hero-section-main .hero-tag {
        content: "";
        padding: 4px 8px;
        color: #fff;
        border-radius: 50px;
        background: linear-gradient(90deg, var(--primary), #1e3a8a);
    }

        /*.hero-section-main .container {
            overflow: hidden;
            padding: 100px 50px;
            border-radius: 0 0 100px 100px;
            border-bottom: 15px solid #A6B4C5;
            background-image: url(/images/new-homepage/nabh-cms/banner-color-2.png);
            max-width: 100%;
        }*/
        
        .bg-cover {
            background-position: center center;
            background-size: cover;
        }
        
        .btn-gradient {
            background: linear-gradient(to right, #f7a325, var(--primary));
            color: #fff;
            font-size: 18px;
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .btn-outline-green {
            border: 2px solid var(--primary);
            color: var(--primary);
            transition: all 0.3s ease;
            background: #fff;
            font-size: 18px;
            text-align: center;
        }
        
        .btn-gradient:hover {
            transform: scale(1.05);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
            color: var(--secondary);
        }
        
        .btn-outline-green:hover {
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
            background: #fff;
            color: var(--primary);
        }
        
        .hero-section-main img {
            /*position: absolute;
            bottom: 0px;*/
            width: 500px;
            height: auto;
        }
        
        .button-nabh-wrap {
            justify-content: left;
        }
        /* section acc */
        
        .border-shape {
            left: 20%;
            top: 52px;
            width: 265px;
            opacity: 0.06;
            border-radius: 0% 0% 0% 0%;
        }
        
        .middle-tab {
            margin-left: -45px;
        }
        
        .custom-icon {
            width: 24px;
            height: 24px;
            fill: var(--prime-back);
        }
        .cea-tab-elementor-widget .nav.nav-tabs.cea-tabs a.nav-item.nav-link:last-child {
            margin-bottom: 0;
            margin-left: 135px;
        }
        
        .nav.nav-tabs.cea-tabs .nav-link {
            border: 0;
            box-shadow: 0 10px 40px 0 rgb(16 16 16 / 6%)
        }
        
        .cea-tab-elementor-widget a.nav-item.nav-link.active img {
            filter: brightness(0) invert(1)
        }
        
        .tab-style-2.cea-vertical-tab .nav.nav-tabs.cea-tabs {
            background-color: var(--light-color);
            padding: 61px 20px 40px 74px;
            box-shadow: 0 0 32px 0 rgb(80 80 80 / 10%)
        }
        
        .tab-style-2.cea-vertical-tab .nav.nav-tabs.cea-tabs .nav-link {
            box-shadow: none;
            position: relative
        }
        
        .feature-box-wrapper>.media>*:first-child {
            margin-right: 15px
        }
        
        .feature-box-wrapper.cus-fb-4>.media>*:first-child {
            margin-right: 20px
        }
        
        .tab-style-2.cea-vertical-tab .nav.nav-tabs.cea-tabs:before {
            top: 87px;
            left: 43px;
            width: 6px;
            height: 71%;
            content: "";
            position: absolute;
            background-color: #9f49e90d;
            border-radius: 50px
        }
        
        .cea-tab-elementor-widget.tab-style-2.cea-vertical-tab a.nav-item.nav-link:before {
            left: 0;
            bottom: 0;
            top: 1px;
            width: 6px;
            content: "";
            height: 0;
            left: -30px;
            border-radius: 10px;
            position: absolute;
            background-color: var(--secondary);
            transition: 0.4s all ease-in-out
        }
        
        .cea-tab-elementor-widget.tab-style-2.cea-vertical-tab a.nav-item.nav-link.active:before {
            height: 30px
        }
        
        .tab-style-3.cea-vertical-tab .cea-tabs,
        .tab-style-3.cea-vertical-tab .cea-tab-content {
            width: 50%
        }
        
        .tab-style-3.cea-vertical-tab .cea-tabs {
            padding-top: 30px
        }
        
        .tab-style-3.cea-vertical-tab .cea-tabs .nav-item.nav-link * {
            margin-bottom: 0
        }
        
        .tab-style-3.cea-vertical-tab .cea-tabs .nav-item.nav-link {
            display: flex;
            line-height: 1;
            position: relative;
            transition: 0.3s;
        }
        
        .cea-tab-elementor-widget.tab-style-3.cea-vertical-tab a.nav-item.nav-link {
            margin-bottom: 35px;
            box-shadow: none;
            transition: 0.3s;
        }
        
        .tab-style-3.cea-vertical-tab .cea-tabs .nav-item.nav-link *.cea-tab-icon {
            position: absolute;
            z-index: 1;
            border: solid 3px #fff;
            border-radius: 50%;
            bottom: 5px;
            left: 2px;
            transition: 0.3s;
        }
        
        .accreditation .nav-tabs {
            border-bottom: 1px solid transparent;
        }
        
        .tab-style-3.cea-vertical-tab .cea-tabs .nav-item.nav-link *.cea-tab-icon {
            width: 70px;
            height: 70px;
            line-height: 64px;
            background: #f3f7fa;
            text-align: center;
            padding: 0;
            margin-right: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .tab-style-3.cea-vertical-tab .cea-tabs .nav-item.nav-link .cea-tab-title {
            background: #f3f7fa;
            border-radius: 100px;
            padding: 20px 8px 20px 65px;
            display: inline-block;
            position: relative;
            font-size: 18px;
            transition: 0.3s;
            border: 2px solid transparent;
        }
        
        .tab-style-3.cea-vertical-tab .cea-tabs .nav-item.nav-link.active .cea-tab-title {
            color: var(--primary);
            border: 2px solid var(--primary);
            background: #fff;
            transition: 0.3s;
        }
        
        .tab-style-3.cea-vertical-tab .cea-tabs .nav-item.nav-link.active .cea-tab-icon {
            border: solid 2px var(--primary);
            transition: 0.3s;
            background: #fff;
        }
        /* .tab-style-3.cea-vertical-tab .cea-tabs .nav-item.nav-link:hover .cea-tab-title {
            border: 2px solid var(--primary);
            color: var(--primary);
        } */
        /* Remove all borders from tabs */
        
        .tab-style-3.cea-vertical-tab .cea-tabs .nav-link {
            border: none !important;
            outline: none;
            box-shadow: none;
        }
        /* Remove border on active */
        
        .tab-style-3.cea-vertical-tab .cea-tabs .nav-link.active {
            border: none !important;
        }
        /* Remove border on hover/focus */
        
        .tab-style-3.cea-vertical-tab .cea-tabs .nav-link:focus,
        .tab-style-3.cea-vertical-tab .cea-tabs .nav-link:hover {
            border: none !important;
            outline: none;
            box-shadow: none;
        }
        
        .cea-tab-elementor-widget.tab-style-3.cea-vertical-tab a.nav-item.nav-link:first-child,
        .elementor-element .cea-tab-elementor-widget.tab-style-3.cea-vertical-tab a.nav-item.nav-link:last-child {
            margin-left: 160px;
        }
        
        .cea-tab-elementor-widget.tab-style-3.cea-vertical-tab a.nav-item.nav-link:nth-child(2),
        .cea-tab-elementor-widget.tab-style-3.cea-vertical-tab a.nav-item.nav-link:nth-child(4) {
            margin-left: 65px;
        }
        
        .cea-tab-pane {
            display: none;
        }
        
        .cea-tab-pane.active {
            display: block;
        }
        
        .cea-tab-pane {
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .cea-tab-pane.active {
            display: block;
            opacity: 1;
        }
        
        .cea-tab-pane img {
            max-width: 550px;
            height: auto;
        }
        
        .tab-image-wrapper {
            display: flex;
            align-items: center;
        }
        
        .title-wrapper span {
            color: var(--primary);
        }
        
        .accreditation .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            color: #fff;
            background-color: transparent;
            border-color: #dee2e6 #dee2e6 #fff;
        }
        
        .accreditation .nav-item.active {
            border-bottom: 2px solid transparent !important;
        }
        
        .sub-heading {
            font-size: 20px;
            width: 80%;
        }
        
        .title-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .tag-content {
            color: var(--secondary);
            font-weight: 700;
            margin-bottom: 0;
        }
        
        .material-symbols-outlined {
            font-size: 28px;
            color: var(--primary);
            transition: 0.3s;
        }
        
        .nav-link.active .material-symbols-outlined {
            color: var(--primary);
            transform: scale(1.1);
        }
        /* table */
        
        .calculator-card {
            background: #e9edf3;
            border-radius: 25px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            padding: 25px;
            max-width: 1280px;
        }
        
        .calculator-table {
            border-collapse: separate;
            border-spacing: 0;
        }
        
        .calculator-table th,
        .calculator-table td {
            vertical-align: middle;
            padding: 18px;
            border: 1px solid #e3e6ea;
            font-size: 18px;
        }
        
        .calculator-table th {
            background-color: #f8f9fb;
            font-weight: 700;
            text-align: center;
            font-size: 20px;
        }
        
        .calculator-table td {
            background-color: #ffffff;
            text-align: left;
        }
        
        .tab-color {
            color: #676565;
        }
        
        .tab-content {
            overflow: hidden;
            padding: 0px 13px;
            width: 100%;
        }
        /* Highlight last column */
        
        .calculator-table th:last-child,
        .calculator-table td:last-child {
            background-color: #FFEBDD;
            font-weight: 500;
        }
        /* Rounded Corners */
        
        .calculator-table thead tr:first-child th:first-child {
            border-top-left-radius: 15px;
        }
        
        .calculator-table thead tr:first-child th:last-child {
            border-top-right-radius: 15px;
        }
        
        .calculator-table tbody tr:last-child td:first-child {
            border-bottom-left-radius: 15px;
        }
        
        .calculator-table tbody tr:last-child td:last-child {
            border-bottom-right-radius: 15px;
        }
        
        .table-title {
            margin-bottom: 40px;
        }
        
        .main-wrapper .icon {
            margin-right: 8px;
            font-weight: bold;
        }
        
        .main-wrapper .check {
            color: #6f42c1;
        }
        
        .main-wrapper .cross {
            color: red;
        }
        
        .main-wrapper .warning {
            color: #f39c12;
        }
        
        .table>:not(:last-child)>:last-child>* {
            border-bottom-color: #d3d3d3;
        }
        /*NABH CMS + HIS/EMR: section*/
        .feature-list {
          display: flex;
          flex-direction: column;
          gap: 12px;
          margin-bottom: 1.75rem;
      }
      .line-space {
        letter-spacing: 1.1px;
    }
    .lineSpacePointSeven {
        letter-spacing: 0.7px;
    }
    .feature-item:hover {
      border-color: #C14E00;
      box-shadow: 0 2px 12px rgba(216,90,48,0.08);
  }
  .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 11px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 8px;
      padding: 11px 14px;
      transition: border-color 0.2s, box-shadow 0.2s;
  }
  .feature-icon {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #FAECE7;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 1px;
  }
  .feature-icon svg {
      width: 14px;
      height: 14px;
      stroke: #C14E00;
      fill: none;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
  }
  .feature-text strong {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #1a1a1a;
      margin-bottom: 2px;
      letter-spacing: 1.2px;
  }
  .feature-text span {
      font-size: 14px;
      color: #505766;
      line-height: 1.5;
      letter-spacing: 1.1px;
  }

  @media (max-width: 700px) {
    .calculator-card {
        padding: 20px;
    }
    .calculator-table th,
    .calculator-table td {
        font-size: 14px;
        padding: 12px;
    }
    .calculator-card {
        padding: 20px;
        width: 100%;
    }
    .badge-pill {
        font-size: 12px;
        white-space: nowrap;
    }
}

.small-font {
    font-size: 16px;
}

.sub-font {
    font-size: 20px;
}
/* section 3 */

.features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.highlight {
    color: var(--prime-back);
}

.features ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    gap: 10px;
    display: flex;
    align-items: center;
}

.features li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 18px;
    font-size: 18px;
    color: var(--secondary);
    display: flex;
    align-items: center;
    gap: 10px;
}


.col-right img {
    max-width: 100%;
    height: auto;
}
/* section */

.compliance-section {
    background: #F5FAFF;
    padding: 60px 20px;
}

.title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: var(--secondary);
}
/* GRID */

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
/* CARD */

.card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}
/* ICON BOX */

.compliance-section .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* TEXT */

.card h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.card p {
    font-size: 18px;
}

.card ul {
    padding-left: 0;
    list-style: none;
}

.compliance-section .icon img {
    width: 40px;
    height: auto;
}

.card ul li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #4B5563;
    display: flex;
    align-items: center;
}

.card ul li img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.yellow {
    border-bottom-color: #ffc107;
    border-left-color: #ffc107;
}

.yellow .icon {
    background: #ffc107;
}

.red {
    border-bottom-color: #dc3545;
    border-left-color: #dc3545;
}

.red .icon {
    background: #dc3545;
}

.blue {
    border-bottom-color: #0d6efd;
    border-left-color: #0d6efd;
}

.blue .icon {
    background: #0d6efd;
}

.green {
    border-bottom-color: #198754;
    border-left-color: #198754;
}

.green .icon {
    background: #198754;
}

.orange {
    border-bottom-color: #ef6c00;
    border-left-color: #ef6c00;
}

.orange .icon {
    background: #ef6c00;
}

.purple {
    border-bottom: 3px solid #a855f7;
    border-left: 3px solid #a855f7;
}

.purple .icon {
    background: #a855f7;
}
/* RESPONSIVE */

@media (max-width: 992px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .grid {
        grid-template-columns: 1fr;
    }
}
/* slider section  */

.swiper-container {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.button-wrap {
    margin: 10px 0;
}
/* Style for slides */

.parent-of-swiper {
    width: 100%;
    max-width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--primary);
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    font-weight: 700;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 25px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev {
    left: 50px;
}

.swiper-button-next {
    right: 50px;
}

@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.single-product-features {
    background: #E4EAF2;
    padding: 6px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #004E8D;
    margin-bottom: 10px;
}

.slider-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.swiper-slide .slider-content {
    min-height: 450px;
}

.product-content {
    height: 315px;
    background-color: #fff;
}

.product-content h4 {
    color: var(--primary);
    font-weight: 700;
}

.tag-wrapper {
    margin-top: auto;
    /* pushes button wrapper to bottom */
    display: flex;
    flex-direction: column;
}

.product-demo-button {
    padding: 4px 10px;
    background: var(--primary);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
}

.last .product-button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.slider-content p {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.swiper-control {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

.swiper-slide .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.swiper-container {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.swiper-button-prev {
    left: 50px;
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--primary) !important;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    font-weight: 700;
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: -webkit-fill-available !important;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    svg {
        height: 150px !important;
        object-fit: contain;
        transform-origin: center;
        width: 150px !;
        fill: currentColor;
        pointer-events: none;
    }
}

.swiper-horizontal {
    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev,
    &~.swiper-button-next,
    .swiper-button-next {
        left: auto;
        right: var(--swiper-navigation-sides-offset, 50px) !important;
    }
}

.swiper-horizontal {
    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 50px) !important;
        right: auto;
    }
}

.swiper-button-next {
    right: 50px;
}

.swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f6f9fc;
    flex-direction: column;
    font-size: 18px;
    color: #333;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
}

.slider-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-button-wrapper {
    text-align: right;
    margin: 15px 15px;
    float: right;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
}
/* slider section end */

.nabh-top {
            /*background: linear-gradient(360deg, #022139, #176097);
            color: #fff;*/
            background: #F5FAFF;
            padding-right: 6rem;
            padding-left: 6rem;
            /*padding: 30px 20px 0px;*/
            position: relative;
            border-radius: 0px;
            overflow: visible;
        }
        
        .nabh-flex {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .nabh-content h4 {
            margin-bottom: 15px;
        }
        
        .background-pattern {
            background-image: url(/images/new-homepage/nabh-cms/demo-image/ft-bg-2.png);
            width: 600px;
            position: absolute;
            height: -webkit-fill-available;
            right: 0;
            top: 0;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: top;
        }
        
        .nabh-image {
            position: relative;
            z-index: 99;
        }
        
        .nabh-content p {
            font-size: 18px;
            margin-bottom: 10px;
        }
        
        .line-space a {
            color: var(--prime-back);
            text-decoration: underline;
        }
        
        .nabh-content ul {
            list-style: none;
            padding: 0;
            margin-top: 15px;
        }
        
        .nabh-content {
            margin-bottom: 40px;
        }
        
        .nabh-content ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 10px;
            font-size: 18px;
            gap: 10px;
            display: flex;
            align-items: center;
        }
        
        .nabh-image img {
            max-width: 400px;
            height: auto;
        }
        /* BOTTOM CARD */
        
        .nabh-bottom {
            width: 100%;
            top: -58px;
            margin-top: -34px;
            position: relative;
            z-index: 999;
        }
        
        .cta-card {
            background: #fff;
            border-radius: 12px;
            padding: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            border-top: 4px solid #C14E00;
        }
        
        .cta-text h3 {
            margin-bottom: 15px;
            color: var(--secondary);
        }
        
        .cta-text p {
            font-size: 18px;
            margin-bottom: 10px;
        }
        /* BUTTON */
        
        .cta-btn a {
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 14px 50px;
            border-radius: 10px;
            font-size: 18px;
            cursor: pointer;
            white-space: nowrap;
        }
        
        .cta-btn a:hover {
            background: #c65305;
        }
        /* RESPONSIVE */
        
        @media (max-width: 991.98px) {
            .nabh-flex {
                flex-direction: column;
                text-align: center;
            }
            .cta-card {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
        }
        /*In general css end*/
        /* mobile view css start */
        
        @media screen and (max-width: 567.98px) {
            .hero-section-main {
                padding: 0px 10px 15px 10px;
                overflow: hidden;
            }
            p {
                font-size: 16px;
                line-height: 30px;
            }
            .hero-section-main .hero-tag {
                font-size: 12px;
            }
            .btn-outline-green {
                font-size: 16px;
            }
            .btn-gradient {
                font-size: 16px;
            }
            .hero-section-main h1 {
                margin-top: 5px;
            }
            .hero-section-main img {
                bottom: 0px;
                width: 300px;
                height: auto;
            }
            section {
                padding: 1rem 1rem;
                overflow: hidden;
            }
            .nabh-certified .row {
                flex-direction: column-reverse;
            }
            .features li {
                position: relative;
                padding-left: 10px;
                margin-bottom: 10px;
                font-size: 16px;
                color: var(--secondary);
                display: flex;
                align-items: baseline;
                gap: 10px;
            }
            .features li svg {
                width: 14px;
                height: 14px;
            }
            .features {
                margin: 0px 0;
            }
            .sub-heading {
                font-size: 18px;
                width: 100%;
            }
            .tag-content {
                margin-bottom: 0;
            }
            .table-title {
                margin-bottom: 30px;
            }
            .main-wrapper {
                padding: 1rem 1rem;
            }
            .sub-text {
                margin-bottom: 10px;
            }
            .nabh-certified img {
                margin-bottom: 20px;
            }
            .title {
                margin-bottom: 30px;
            }
            .compliance-section {
                background: #F5FAFF;
                padding: 30px 15px;
            }
            .card {
                padding: 15px;
            }
            .card ul li {
                margin-bottom: 0px;
                font-size: 16px;
            }
            .swiper-horizontal {
                &.swiper-rtl .swiper-button-prev,
                &.swiper-rtl~.swiper-button-prev,
                &~.swiper-button-next,
                .swiper-button-next {
                    left: auto;
                    right: var(--swiper-navigation-sides-offset, 0px) !important;
                }
            }
            .swiper-horizontal {
                &.swiper-rtl .swiper-button-next,
                &.swiper-rtl~.swiper-button-next,
                &~.swiper-button-prev,
                .swiper-button-prev {
                    left: var(--swiper-navigation-sides-offset, 0px) !important;
                    right: auto;
                }
            }
            .cta-card {
                padding: 20px;
            }
            .cta-text p {
                font-size: 16px;
                margin-bottom: 10px;
            }
            .nabh-content {
                margin-bottom: 0px;
            }
            .nabh-content ul li {
                font-size: 16px;
            }
            .nabh-content p {
                font-size: 16px;
                margin-bottom: 10px;
            }
            .nabh-image img {
                max-width: 300px;
                height: auto;
            }
            .background-pattern {
                background-size: auto;
                background-position: top;
                transform: rotate(180deg);
            }
            .nabh-top {
                padding-left: 1rem;
                padding-right: 1rem;
            }
            .nabh-bottom {
              width: 100%;
              top: -28px;
              margin-top: -34px;
              position: relative;
              z-index: 999;
          }
          .car-image {
            width: 100%;
            height: auto;
        }
    }

    @media (min-width: 568px) and (max-width: 699.98px) {
        .hero-section-main {
            padding: 0px 10px 15px 10px;
            overflow: hidden;
        }
        .hero-section-main .container {
            padding: 70px 15px 385px;
            overflow: hidden;
        }
        p {
            font-size: 16px;
            line-height: 30px;
        }
        .hero-section-main .hero-tag {
            font-size: 14px;
        }
        .btn-outline-green {
            font-size: 16px;
        }
        .btn-gradient {
            font-size: 16px;
        }
        .hero-section-main h1 {
            margin-top: 5px;
        }
        .hero-section-main img {
            bottom: 0px;
            width: 370px;
            height: auto;
            left: 50%;
            right: 50%;
        }
        .button-nabh-wrap {
            justify-content: left;
        }
        .nabh-top {
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .nabh-bottom {
          width: 100%;
          top: -38px;
          margin-top: -34px;
          position: relative;
          z-index: 999;
        }
        section {
            padding: 1rem 1rem;
            overflow: hidden;
        }
        .nabh-certified .row {
            flex-direction: column-reverse;
        }
        .sub-heading {
            font-size: 18px;
            width: 100%;
        }
        .tag-content {
            margin-bottom: 0;
        }
        .table-title {
            margin-bottom: 30px;
        }
        .main-wrapper {
            padding: 1rem 1rem;
        }
        .features li {
            position: relative;
            padding-left: 10px;
            margin-bottom: 10px;
            font-size: 16px;
            color: var(--secondary);
            display: flex;
            align-items: baseline;
            gap: 10px;
        }
        .features li svg {
            width: 14px;
            height: 14px;
        }
        .features {
            margin: 0px 0;
        }
        .sub-text {
            margin-bottom: 10px;
        }
        .nabh-certified img {
            margin-bottom: 20px;
        }
        .title {
            margin-bottom: 30px;
        }
        .compliance-section {
            background: #F5FAFF;
            padding: 30px 15px;
        }
        .card {
            padding: 15px;
        }
        .card ul li {
            margin-bottom: 0px;
            font-size: 16px;
            align-items: baseline;
        }
        .swiper-horizontal {
            &.swiper-rtl .swiper-button-prev,
            &.swiper-rtl~.swiper-button-prev,
            &~.swiper-button-next,
            .swiper-button-next {
                left: auto;
                right: var(--swiper-navigation-sides-offset, 0px) !important;
            }
        }
        .swiper-horizontal {
            &.swiper-rtl .swiper-button-next,
            &.swiper-rtl~.swiper-button-next,
            &~.swiper-button-prev,
            .swiper-button-prev {
                left: var(--swiper-navigation-sides-offset, 0px) !important;
                right: auto;
            }
        }
        .cta-card {
            padding: 20px;
        }
        .cta-text p {
            font-size: 16px;
            margin-bottom: 10px;
        }
        .nabh-content {
            margin-bottom: 0px;
        }
        .nabh-content ul li {
            font-size: 16px;
            justify-content: center;
        }
        .nabh-content p {
            font-size: 16px;
            margin-bottom: 10px;
        }
        .nabh-image img {
            max-width: 300px;
            height: auto;
        }
        .background-pattern {
            background-size: auto;
            background-position: top;
            transform: rotate(180deg);
        }
    }
    /* mobile view css end */
    /* Tab view css start */

    @media (min-width:700px) and (max-width:991.98px) {
        section {
            padding: 1.5rem 1.5rem;
            overflow: hidden;
        }
        .nabh-top {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
        .nabh-bottom {
          width: 100%;
          top: -24px;
          margin-top: -34px;
          position: relative;
          z-index: 999;
      }
      .hero-section-main {
        padding: 1.5rem 1.5rem;
        position: relative;
    }
    .car-wrap {
      display: flex;
      justify-content: center;
      margin-top: 18%;
  }
    p {
        font-size: 16px;
        line-height: 30px;
    }
    .button-nabh-wrap {
        justify-content: center;
    }
    .hero-section-main .hero-tag {
        font-size: 14px;
    }
    .hero-section-main h1 {
        margin-top: 10px;
    }
    .btn-outline-green {
        font-size: 16px;
    }
    .btn-gradient {
        font-size: 16px;
    }
    .hero-section-main img {
        bottom: 0px;
        width: 400px;
        left: 50%;
        right: 50%;
        margin-top: 10px;
    }
            /*.hero-section-main .container {
                padding: 70px 50px 0;
                height: 840px;
                overflow: hidden;
            }*/
            .features li {
                padding-left: 10px;
                margin-bottom: 7px;
                font-size: 16px;
                align-items: flex-start;
            }
            .features {
                margin: 0;
            }
            .sub-text {
                margin-bottom: 10px;
            }
            .sub-heading {
                font-size: 18px;
                width: 100%;
            }
            .tag-content {
                margin-bottom: 0;
            }
            .main-wrapper {
                padding: 1.5rem 1.5rem;
            }
            .calculator-table th,
            .calculator-table td {
                font-size: 16px;
                padding: 12px;
            }
            .table-title {
                margin-bottom: 30px;
            }
            .nabh-certified .row {
                display: flex;
                align-items: center;
            }
            .section-last-text {
                margin-bottom: 0;
            }
            .compliance-section {
                background: #F5FAFF;
                padding: 30px 20px;
            }
            .card {
                padding: 15px;
            }
            .card ul li {
                font-size: 16px;
                align-items: baseline;
                margin-bottom: 5px;
            }
            .card li img {
                width: 18px;
                height: 18px;
                margin-right: 10px;
            }
            .swiper-horizontal {
                &.swiper-rtl .swiper-button-prev,
                &.swiper-rtl~.swiper-button-prev,
                &~.swiper-button-next,
                .swiper-button-next {
                    left: auto;
                    right: var(--swiper-navigation-sides-offset, 0px) !important;
                }
            }
            .swiper-horizontal {
                &.swiper-rtl .swiper-button-next,
                &.swiper-rtl~.swiper-button-next,
                &~.swiper-button-prev,
                .swiper-button-prev {
                    left: var(--swiper-navigation-sides-offset, 0px) !important;
                    right: auto;
                }
            }
            .cta-card {
                padding: 20px;
            }
            .cta-text p {
                font-size: 16px;
                margin-bottom: 10px;
            }
            .nabh-content {
                margin-bottom: 0px;
            }
            .nabh-content ul li {
                font-size: 16px;
                justify-content: center;
            }
            .nabh-content p {
                font-size: 16px;
                margin-bottom: 10px;
            }
            .nabh-image img {
                max-width: 300px;
                height: auto;
            }
            .background-pattern {
                background-size: contain;
                background-position: top;
                transform: rotate(180deg);
            }
        }
        /* Tab view css end */
        /* Tab horizontal view css start */
        
        @media (min-width:992px) and (max-width:1199.98px) {
            section {
                padding: 2rem 1.5rem;
                overflow: hidden;
            }
            .hero-section-main {
                padding: 0rem 1.5rem 2rem;
                position: relative;
            }
            .hero-section-main .container {
                padding: 60px 25px;
                overflow: hidden;
            }
            .hero-section-main h1 {
                margin-top: 10px;
            }
            .hero-section-main img {
                position: absolute;
                bottom: 0px;
                width: 400px;
            }
            /*.btn-outline-green {
                white-space: nowrap;
            }*/
            .btn-gradient {
                white-space: nowrap;
            }
            .sub-text {
                margin-bottom: 10px;
            }
            .features {
                margin: 0px 0;
            }
            .section-last-text {
                margin-bottom: 0;
            }
            .middle-tab {
                margin-left: -25px;
            }
            .cea-tab-elementor-widget.tab-style-3.cea-vertical-tab a.nav-item.nav-link:nth-child(2),
            .cea-tab-elementor-widget.tab-style-3.cea-vertical-tab a.nav-item.nav-link:nth-child(4) {
                margin-left: 95px;
            }
            .cea-tab-elementor-widget.tab-style-3.cea-vertical-tab a.nav-item.nav-link {
                margin-bottom: 20px;
                box-shadow: none;
                transition: 0.3s;
            }
            .tab-style-3.cea-vertical-tab .cea-tabs .nav-item.nav-link .cea-tab-title {
                background: #f3f7fa;
                border-radius: 100px;
                padding: 20px 8px 20px 65px;
                display: inline-block;
                position: relative;
                font-size: 18px;
            }
            .tab-style-3.cea-vertical-tab .cea-tabs,
            .tab-style-3.cea-vertical-tab .cea-tab-content {
                width: 60%;
            }
            .border-shape {
                left: 30%;
                top: 37px;
                width: 26%;
                opacity: 0.06;
                border-radius: 0% 0% 0% 0%;
            }
            .cea-tab-pane img {
                max-width: 350px;
                height: auto;
            }
            .features li {
                position: relative;
                padding-left: 15px;
                margin-bottom: 10px;
            }
            .compliance-section {
                background: #F5FAFF;
                padding: 30px 25px;
            }
            .card ul li img {
                width: 18px;
                height: 18px;
                margin-right: 10px;
            }
            .card ul li {
                margin-bottom: 10px;
                align-items: baseline;
            }
            .swiper-horizontal {
                &.swiper-rtl .swiper-button-prev,
                &.swiper-rtl~.swiper-button-prev,
                &~.swiper-button-next,
                .swiper-button-next {
                    left: auto;
                    right: var(--swiper-navigation-sides-offset, 0px) !important;
                }
            }
            .swiper-horizontal {
                &.swiper-rtl .swiper-button-next,
                &.swiper-rtl~.swiper-button-next,
                &~.swiper-button-prev,
                .swiper-button-prev {
                    left: var(--swiper-navigation-sides-offset, 0px) !important;
                    right: auto;
                }
            }
            .cta-btn button {
                white-space: nowrap;
            }
            .nabh-content {
                margin-bottom: 55px;
            }
        }
        /* Tab horizontal view css end */
        
        @media (min-width:1200px) and (max-width:1399.98px) {
            .hero-section-main img {
                width: 450px;
            }
            .tab-style-3.cea-vertical-tab .cea-tabs,
            .tab-style-3.cea-vertical-tab .cea-tab-content {
                width: 60%;
            }
            .cea-tab-pane img {
                max-width: 450px;
                height: auto;
            }
            .border-shape {
                left: 24%;
                top: 30px;
                width: 270px;
                opacity: 0.06;
                border-radius: 0% 0% 0% 0%;
            }
            .cea-tab-elementor-widget.tab-style-3.cea-vertical-tab a.nav-item.nav-link {
                margin-bottom: 25px;
            }
        }
        /* note: comment explaination for each section start and end css */
        /* THE END */
        
        @media (max-width: 991.98px) {
            .cea-tabs {
                display: none;
            }
            .cea-vertical-tab {
                flex-direction: column;
                align-items: center;
            }
            .mobile-tab-header {
                margin-bottom: 15px;
                display: flex;
                align-items: center;
                gap: 5px;
                border: 2px solid #fff;
                padding: 10px;
                border-radius: 25px;
                color: var(--secondary);
                margin-top: 15px;
                background: #f3f7fa;
            }
            .tab-image-wrapper {
                display: flex;
                align-items: center;
                flex-direction: column;
                justify-content: center;
            }
            .mobile-tab-icon span {
                font-size: 15px;
                color: var(--primary);
            }
            .mobile-tab-title {
                font-size: 15px;
                font-weight: 500;
                margin-bottom: 0;
                color: var(--primary);
            }
            .border-shape {
                display: none;
            }
            .tab-mobile-nav {
                display: flex;
                justify-content: center;
                width: 100%;
                margin-top: 25px;
                gap: 11px;
            }
            .tab-mobile-nav button {
                background: var(--primary);
                color: #fff;
                padding: 6px 6px;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                border: none;
            }
            .tab-mobile-nav button svg {
                width: 18px;
                height: 18px;
            }
            /* Keep panes stacked (don't use display:none) */
            .cea-tab-pane {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.4s ease;
            }
            .cea-tab-pane img {
                max-width: 300px;
                height: 250px;
            }
            .cea-tab-pane.active {
                opacity: 1;
                visibility: visible;
                position: relative;
            }
            .cea-tab-pane img {
                transform: scale(1);
                transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s;
            }
            .img-hide {
                transform: scale(0.85);
                opacity: 0;
            }
            .img-show {
                transform: scale(1);
                opacity: 1;
            }
            .tab-progress {
                display: flex;
                gap: 6px;
                margin-top: 20px;
                width: 100%;
            }
            .progress-item {
                flex: 1;
                height: 4px;
                background: #e0e0e0;
                border-radius: 10px;
                overflow: hidden;
            }
            .progress-item span {
                display: block;
                height: 100%;
                width: 0%;
                background: var(--primary);
                transition: width linear;
            }
            /* Active animation */
            .progress-item.active span {
                width: 100%;
                transition: width 5s linear;
            }
        }