:root{
     --primary:#13b6ec;
     --primary-hover:#05a2d6;
     --navy:#0F2D52;
     --teal:#0EA5B2;
    --black:rgb(15, 23, 42);
}
   

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: var(--black);
}
a{
    text-decoration: none;
    color: var(--primary);
}
.table thead th{
        background: #7bcde947 !important;
        font-size: 1rem;
    font-weight: 600;
}
tbody, td, tfoot, th, thead, tr {
    border: 1px solid #dbdbdb6b;
}
.table td{
    font-size: .9rem;
}
.table td strong{
    font-weight: 500;
}
.btn-light-primary{
    background-color: rgba(19, 182, 236, 0.1);
    color: var(--primary);
}
.bg-background-light {
    --tw-bg-opacity: 1;
    background-color: #f6f8f8;
}

        .btn-primary {
            background: #13b6ec;
            color: #fff;
            border-radius: 8px;
            padding: 6px 16px;
            transition: .25s;
            border: 1px solid #13b6ec;
        }

        .btn-primary:hover {
            background: #05a2d6;
            color: #fff;
             border: 1px solid #13b6ec;
        }
.btn-outline-primary{
    background-color: #fff;
    color: #13b6ec;
    border: 1px solid #13b6ec;
}
.btn-outline-primary:hover{
    background-color: #13b6ec;
   color: #fff;
    border: 1px solid #13b6ec;
}
.text-primary{
    color: #13b6ec !important;

}
@media(max-width:576px){
    .btn{
        font-size: .9rem;
        padding: .375rem .5rem !important;
    }
     .btn-lg{
        font-size: 1rem;
        padding: .5rem .7rem !important;
    }

}
.page-info{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
.page-info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-info-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align: center;
    width: min(560px, 92%);
    padding: .5rem;
}
.page-info:after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 50, 80, 0.7) 0%, rgba(0, 50, 80, 0.85) 100%);
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.page-info-title{
    font-size: clamp(1.35rem, 2.8vw, 2.25rem);
    color: #fff;
    margin-bottom: .4rem;
    line-height: 1.2;
}
.page-info-content p{
    color: #d2d2d2;
    font-size: clamp(0.85rem, 1.4vw, 1rem);
    margin-bottom: .85rem;
    line-height: 1.4;
}
.page-info .search-container{
    margin-bottom: 0;
    padding: .45rem .55rem;
    gap: .55rem;
    border-radius: .65rem;
    box-shadow: 0 8px 20px rgba(0, 20, 40, 0.18);
}
.page-info .search-container input{
    padding: .35rem .25rem;
    font-size: .92rem;
    min-width: 0;
}
.page-info .search-container .btn,
.page-info .search-container .btn.btn-lg{
    padding: .45rem .95rem;
    font-size: .9rem;
    line-height: 1.2;
    white-space: nowrap;
}
@media(max-width:1366px){
 .page-info{
    height: 240px;
 }
}
@media(max-width:768px){
 .page-info{
    height: auto;
    min-height: 0;
    align-items: stretch;
    padding: 1.1rem .9rem 1rem;
 }
 .page-info img{
    position: absolute;
    inset: 0;
 }
 .page-info-content{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 0;
 }
 .page-info-title{
    font-size: 1.25rem;
    margin-bottom: .3rem;
 }
 .page-info-content p{
    font-size: .82rem;
    margin-bottom: .7rem;
 }
 .page-info .search-container{
    padding: .35rem .4rem;
    gap: .35rem;
 }
 .page-info .search-container i{
    display: none;
 }
 .page-info .search-container .btn,
 .page-info .search-container .btn.btn-lg{
    padding: .42rem .8rem;
    font-size: .85rem;
 }
}
@media(max-width:400px){
 .page-info{
    padding: .95rem .75rem .9rem;
 }
 .page-info-title{
    font-size: 1.1rem;
 }
 .page-info-content p{
    font-size: .78rem;
    margin-bottom: .55rem;
 }
}

.nav-tab{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    gap: .75rem;
}
.nav-tab .nav-link {
    background-color: #ffffff;
    border-radius: 18px;
    padding: .5rem 1rem;
    color: #5a5a5a;
    border: 1px solid #d4d4d4;
    transition: .25s;
}
.nav-tab .nav-link.active{
    background: linear-gradient(90deg, #3da7e3 0%, #2b6fd6 100%);
    color: #fff;
}
.nav-tab .nav-link:hover{
   background: linear-gradient(90deg, #3da7e3 0%, #2b6fd6 100%);
    color: #fff;
}

/* Health package category chips: full rows only, soft fade, View more pill */
.ps-package-categories {
    text-align: center;
    width: 100%;
}
.ps-package-categories__viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: max-height 0.35s ease;
}
.ps-package-categories__list {
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    max-height: none;
    margin-bottom: 0;
    width: 100%;
}
.ps-package-categories__list .nav-item {
    flex: 0 1 auto;
    margin: 0;
    max-width: 100%;
}
.ps-package-categories__list .nav-link {
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
    vertical-align: top;
}
.ps-package-categories__fade {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.ps-package-categories.is-collapsible:not(.is-expanded) .ps-package-categories__fade {
    display: block;
}
.ps-package-categories.is-expanded .ps-package-categories__viewport {
    max-height: none !important;
    overflow: visible;
}
.ps-package-categories.is-expanded .ps-package-categories__fade {
    display: none;
}
.ps-package-categories__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.85rem;
    padding: 0.45rem 1.15rem;
    border: 1px solid #c9dff5;
    border-radius: 999px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
    color: #2b6fd6;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: 0 6px 16px rgba(43, 111, 214, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.ps-package-categories__toggle:hover {
    color: #1e5bb8;
    background: linear-gradient(180deg, #ffffff 0%, #e8f2ff 100%);
    box-shadow: 0 8px 20px rgba(43, 111, 214, 0.14);
    transform: translateY(-1px);
}
.ps-package-categories__toggle:focus-visible {
    outline: 2px solid #3da7e3;
    outline-offset: 2px;
}
.ps-package-categories__toggle i {
    font-size: 0.85rem;
    transition: transform 0.2s ease;
}

@media (max-width: 768px) {
    .ps-package-categories__list {
        gap: 0.5rem;
        justify-content: flex-start;
    }
    .ps-package-categories__list .nav-link {
        padding: 0.4rem 0.8rem;
        font-size: 0.8125rem;
        border-radius: 14px;
    }
    .ps-package-categories__toggle {
        width: 100%;
        min-height: 44px;
        margin-top: 0.65rem;
        font-size: 0.875rem;
        box-shadow: none;
    }
    .ps-package-categories__toggle:hover {
        transform: none;
        box-shadow: none;
    }
}

@media (max-width: 576px) {
    .ps-package-categories__list {
        gap: 0.4rem;
    }
    .ps-package-categories__list .nav-link {
        padding: 0.35rem 0.7rem;
        font-size: 0.78rem;
    }
    .ps-package-categories__fade {
        height: 0.75rem;
    }
}
.nav-tab-two{
    display: flex;
    
    align-items: center;

    gap: 1rem;
    overflow-x: auto;
}
.nav-tab-two .nav-link {
    padding: .5rem 1rem;
    color: #5a5a5a;
    transition: .25s;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    position: relative;

}
.nav-tab-two .nav-link.active,
.nav-tab-two .nav-link:hover {
 background: linear-gradient(90deg, #3da7e3 0%, #2b6fd6 100%);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-tab-two .nav-link.active::after,
.nav-tab-two .nav-link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #3da7e3 0%, #2b6fd6 100%);
}
.need-help-wrapper{
    background: linear-gradient(90deg, #3da7e3 0%, #2b6fd6 100%);
    padding: 3rem;
    border-radius: 20px;
    color: #fff;
}
.modal{
    z-index: 99999;
}
.modal-header{
    background: linear-gradient(74deg, #104a6c 15%, #095893 100%);
    color: #fff;
}
/* Remove default border + radius if needed */
.accordion-button {
    border: none;
    box-shadow: none;
    background-color: #f1f8ff;
    border-radius: 6px;
}
.accordion-button:not(.collapsed){
    border-radius: 6px 6px 0 0;
}
.accordion-collapse .accordion-body{
    background-color: #F0F6FE;
}
/* Remove focus outline + shadow */
.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

/* Hover effect on accordion button */
.accordion-button:hover {
    background-color: #cfe2ff; /* change to any color you like */
}

/* Optional: remove border from collapsed content */
.accordion-collapse {
    border: none;
}
        .accordion-item{
             border: none; /* remove border */
        }
.accordion-item:not(:last-child) {
    margin-bottom: 15px;
   
}
.card{
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.shadow-bottom{
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
/* header css start */
header .top-header{
    background-color: #001b3a;
}
header .top-header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  padding-block: .375rem;
    
}
.contact-link{
    color: #fff;
    transition: .25s;
    
}
.contact-link:hover{
    color: #13b6ec !important;
     
}
 .navbar {
            background: #fff;
            border-bottom: 1px solid #eee;
        }

        .logo {
            font-weight: 700;
            font-size: 20px;
        }


        .nav-link {
            font-weight: 500;
        }
.location-btn,
.location-btn:focus,
.location-btn:active,
.location-btn.show {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
     @media (max-width: 1024px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
}
.user .dropdown-toggle{
    --size:45px;
    padding: .375rem;
    border-radius: 50%;
    height: var(--size);
    width: var(--size);
    background-color: #13b6ec;
    color:#fff;
    border: none;
    outline: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: relative;
    margin-inline: 1rem;
}
.user .dropdown-toggle::after{
    position: absolute;
    right: -.7rem;
    top: 50%;
    transform: translateY(-50%);
   color: #13b6ec;
}
.user .dropdown-menu li{
    padding: .375rem .7rem;
}
.user .dropdown-menu li:hover{
    background-color: #dbeff6;
}
.user .dropdown-menu li a{
    color: #000;
}
.user .dropdown-menu.show{
    left: unset;
    right: -2px;
}
/* Desktop above 1024px */
@media (min-width: 1400px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
      .navbar-expand-lg .navbar-nav .nav-link{
        padding: .75rem;
      }
}
@media(max-width:576px){
    header .top-header a{
    font-size: .85rem;
}
}
/* header css end */




.section{
    padding: clamp(22px,4.09vw,90px) 0;
}
.heading-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: clamp(20px,1.6vw,40px);

}
.section-heading{
    font-size: clamp(20px, 2.5vw, 32px);
    margin-bottom: 1rem;
        font-weight: 700;
}
.section-title-sm{
 font-size: clamp(17px, 2vw, 18px);
 font-weight: 600;
position: relative;
padding-bottom: .5rem;
color: #13b6ec;

}
.section-title-sm:after{
    content: "";
    height: 2px;
    width: 100px;
    background: #caf2ff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 2px;
}
.card{
    border-radius: 1rem;
}
.view-all-link{
    font-weight: 500;
}

/* Health Package Section css start */
.health-package-grid > [class*="col-"] {
    display: flex;
}

.health-package{
    position: relative;
    width: 100%;
    border: 1px solid #e3f2f8;
    box-shadow: 0 4px 18px rgba(19, 182, 236, 0.06);
}

.health-package .card-body {
    display: flex;
    flex-direction: column;
}

.health-package__media {
    overflow: hidden;
    border-radius: 1rem;
    background: linear-gradient(163deg, #17c6ff2e, #f4fbfe);
    aspect-ratio: 16 / 10;
}

.health-package__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
}
.health-package .add-to-cart-btn{
  --size: 40px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    background-color: #365c9c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.health-package .add-to-cart-btn i{
    opacity: .7;
}
.health-package .add-to-cart-btn:hover i{
    opacity: 1;
}
.card.health-package img{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    object-fit: cover;
    display: block;
}
.card.health-package h3{
        font-size: clamp(18px, 1.2vw, 23px);
    font-weight: 700;
    margin-top: 1.5rem;
}
.package-price{
    font-weight: 700;
    font-size:1.4rem;
    color: var(--primary);
}
/* Health Package Section css end */

/* Popular test section css start */
.popular-test{
    /* background-color: #f8fafc; */
    border: 1px solid #e9e9e9;
    box-shadow: none;
    overflow: hidden;
}
/* .popular-test i{
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: .7rem;
} */
.popular-test .test-name{
    font-size: 1.1rem;
    font-weight: 700;
    /* text-align: center; */
}
.popular-test .test-Price{
    font-size: .9rem;
    color: #8a8a8a;
    margin-bottom: 0;
}
.popular-test img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.popular-test ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: .5rem;
    row-gap: 1rem;
}
/* Popular test section css end */

/* 4 Step section css start */
.multi-steps {
    display: flex;
  
    justify-content: space-between;
}
.multi-steps > li {
   text-align: center;
    position: relative;
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.multi-steps > li:not(:last-child):after{
    content: "";
    height: 2px;
    width: 100%;
    background-color: #13b6ec33;
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: -1;
}
.step-count{
    --size:50px;
    background-color: var(--primary);
    height:var(--size) ;
    width: var(--size);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 1rem;
}
.step-title{
    font-weight: 600;
    margin-bottom: .25rem;
}
.step-info{
    color: #8a8a8a;
}
@media(max-width:767px){
     .multi-steps{
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .multi-steps > li{
            flex-direction: row;
    text-align: left;
    gap: 1rem;
    }
    .multi-steps > li:not(:last-child):after {
    
    height: 100%;
    width: 2px;
    background-color: #13b6ec33;
   
    top: 25px;
    left: 26px;
   
}
.step-count {
    flex: 0 0 50px;
}
}
/* footer css Start */
footer{
    background-color: #0f172a;
    color: #c1c1c1;
    font-size: .95rem;
}
footer .top-footer{
    padding: 4rem 0 2rem;
}
.footer-logo{
    margin-bottom: 1.5rem;
    height: 72px;
    width: auto;
    max-width: 320px;
    object-fit: contain;
}

/* Medvora Health brand logo */
.medvora-brand {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    padding: 0;
}
.medvora-logo {
    height: 56px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
    display: block;
}
.medvora-logo--icon {
    display: none;
    height: 44px;
    width: 44px;
    max-width: 44px;
}
.footer-logo.medvora-logo,
.footer .medvora-logo--full {
    height: 60px;
    max-width: 300px;
}
@media (max-width: 575.98px) {
    /* Compact mobile header uses circular icon lockup (size from header.css S/M/L tokens) */
    .mobile-header .medvora-logo--full {
        display: none !important;
    }
    .mobile-header .medvora-logo--icon {
        display: block !important;
    }
    .desktop-header .medvora-logo--full,
    .header:not(.mobile-header) .medvora-logo--full {
        display: block;
        height: 44px;
        max-width: min(220px, 72vw);
    }
    .desktop-header .medvora-logo--icon,
    .header:not(.mobile-header) .medvora-logo--icon {
        display: none;
    }
    .footer-logo.medvora-logo,
    .footer .medvora-logo--full {
        height: 52px;
        max-width: 240px;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .medvora-logo--full {
        height: 50px;
        max-width: 250px;
    }
    .footer-logo.medvora-logo,
    .footer .medvora-logo--full {
        height: 56px;
        max-width: 280px;
    }
}
.socila-list{
    margin: 2rem 0 0 0;
    padding: 0;
    list-style: unset;
    display: flex;
    align-items: center;
    gap: .7rem;
}
.socila-list li{
    --size:35px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#1d2b4d ;
    transition: .25s;
}
.socila-list li a{
    color: #c1c1c1;
     display: inline-block;
}
.socila-list li:hover{
    background-color: #13b6ec;
     transform: translateY(-3px);
}

.footer-heading{
        font-size: clamp(16px, 16px + 1vw, 19px);
        margin-bottom: 1.5rem;
        color: #fff;
}
.list-style{
     margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;

    gap: .7rem;
}
.list-style li a{
    color: #c1c1c1;
    transition: .25s;
    display: inline-block;
}
.list-style li:hover a{
    color:#13b6ec ;
    transform: translateX(3px);
}
.bottom-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 0 70px;
    border-top: 1px solid #dadada1c;
}
.cart-btn{
    --size:70px;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #365c9c;
    
}
.cart-btn i{
    font-size: 2rem;
    color: #fff;
}
.cart-btn .badge{
    padding: .375rem;
    background-color: #c12222;
    color: #fff;
    position: absolute;
    top: .5rem;
    right: .7rem;
}
@media(max-width:768px){
    .list-style {
            flex-direction: row;
    flex-wrap: wrap;
    
    }
    .list-style li a {
        
    white-space: nowrap;
        background: #17223d;
        padding: .25rem .5rem;
        border-radius: 6px;
}
}
/* footer css end */

/* location modal css */
.location-card {
  background: #f5f7fa;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #e9ecef;
  display: block;
}

.location-card:hover {
  background: #e9f2ff;
  transform: translateY(-3px);
}

/* login css start */
.banner-title.login-left-title{
    font-weight: 500;
}
.login-left-title span{
    font-weight: 600;
}
.form-card{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
}
.avatar-group {
  position: relative;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -15px;
  object-fit: cover;
}

.avatar:first-child {
  margin-left: 0;
}

/* +5K Badge */
.avatar-count {
  width: 40px;
  height: 40px;
  background: #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  margin-left: -15px;
  border: 2px solid #fff;
}

/* Text */
.trusted-text {
  font-size: 14px;
  color: #6c757d;
}
.form-card{
   max-width: 500px;
    margin-left: auto;
    background: #0d315b;
    color: #fff;
}
.form-card .card-body{
    padding: clamp(16px,2vw,32px);
}
.form-card h2{
    font-weight: 600;
}
.form-area{
    margin-top: 2rem;
}
.form-area .form-label{
      color: #d4d4d4;
    font-weight: 500;
}
.form-area .form-control, .login-btn{
        height: 50px;
}
.form-area.register-form .form-control{
    height: auto;
}
.form-area .form-control::placeholder{
    
    opacity: .5;
}
/* health-package listing page css */
/* lab-test details page css start */
/* .test-details-wrapper{
        background: linear-gradient(90deg, #6383e1 0%, #a955cc 100%);
    color: #fff;
} */
.heading-sm{
    font-size: clamp(18px,2vw,24px);
    font-weight: 600;
    
}
.test-type{
    list-style: none;
    display: flex;
    gap: .25rem;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #13b6ec;
    padding-left: 0;
    margin-bottom: .5rem;
}
.alt-name-wrapper{
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    flex-wrap: wrap;
}
.alt-name-wrapper li{
        display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #f0d5d5;
    background: #fff5f5;
    font-size: 11px;
    margin: 0 6px 6px 0;
    color: #a53c3c;
   white-space: nowrap;;
}
.test-price-details{
    text-align: center;
}
.test-price-details .current-price{
    font-size: clamp(20px,2vw,28px);
    font-weight: 700;
    color: #13b6ec;
}
.request-call-wrapper{
    background-color: #eceff0;
        box-shadow: none;
    border: none;
}
.request-call-wrapper input::placeholder{
    opacity: .5;
}
/* cart page css start */

.test-category{

    background-color: #5d55aa;
    font-size: .8rem;
       padding: 0.2rem 0.7rem;
    border-radius: 6px;
    line-height: 1;
    color: #fdfdfd;
}
.test-category.package{
    background-color: #ebb114;
    color: rgb(41 43 45);
}
.cart-item .test-info{
    font-size: .85rem;
}
.address-item {
    border: 1px solid #eee;
    cursor: pointer;
    transition: 0.3s;
}

.address-item:hover {
    border-color: #0d6efd;
    background-color: #f8f9ff;
}

.address-item input[type="radio"] {
    cursor: pointer;
}

.address-item .dropdown i {
    font-size: 18px;
}

/* blog-details page css start */
.blog-article-page {
    position: relative;
    overflow: hidden;
    padding-top: calc(var(--header-height, 80px) + clamp(1.5rem, 4vw, 2.5rem));
    padding-bottom: clamp(2rem, 5vw, 4rem);
    background: linear-gradient(180deg, #f0f9ff 0%, #f8fafc 45%, #ffffff 100%);
}

.blog-article-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.blog-article-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
}

.blog-article-orb--1 {
    width: clamp(220px, 35vw, 420px);
    height: clamp(220px, 35vw, 420px);
    top: -8%;
    right: -6%;
    background: radial-gradient(circle, rgba(19, 182, 236, 0.55) 0%, transparent 70%);
}

.blog-article-orb--2 {
    width: clamp(180px, 28vw, 340px);
    height: clamp(180px, 28vw, 340px);
    top: 28%;
    left: -10%;
    background: radial-gradient(circle, rgba(43, 111, 214, 0.4) 0%, transparent 70%);
}

.blog-article-orb--3 {
    width: clamp(140px, 22vw, 260px);
    height: clamp(140px, 22vw, 260px);
    bottom: 8%;
    right: 12%;
    background: radial-gradient(circle, rgba(19, 182, 236, 0.3) 0%, transparent 70%);
}

.blog-article-hero,
.blog-article-body {
    position: relative;
    z-index: 1;
}

.blog-article-hero {
    padding-bottom: clamp(1rem, 3vw, 1.75rem);
}

.blog-article-body {
    padding-top: 0;
}

.blog-article-nav {
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(19, 182, 236, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.25s ease;
}

.blog-back-link:hover {
    color: var(--primary);
    border-color: rgba(19, 182, 236, 0.45);
    box-shadow: 0 8px 24px rgba(19, 182, 236, 0.15);
    transform: translateY(-1px);
}

.blog-article-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.blog-article-category {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--primary);
    background: rgba(19, 182, 236, 0.1);
    border: 1px solid rgba(19, 182, 236, 0.25);
    box-shadow: 0 0 20px rgba(19, 182, 236, 0.12);
}

.blog-article-title {
    font-size: clamp(1.75rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0b1b3b;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, #0b1b3b 0%, #1e4a8a 55%, #13b6ec 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1.25rem;
}

.blog-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

.blog-meta-item i {
    color: var(--primary);
    font-size: 0.95rem;
}

.blog-article-cover {
    position: relative;
    margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
    border-radius: clamp(1rem, 2vw, 1.5rem);
    overflow: hidden;
    aspect-ratio: 21 / 9;
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(19, 182, 236, 0.12);
}

.blog-article-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(11, 27, 59, 0.35) 100%);
    z-index: 1;
    pointer-events: none;
}

.blog-article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-article-card {
    padding: clamp(1.25rem, 3.5vw, 2.5rem);
    border-radius: clamp(1rem, 2vw, 1.25rem);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(19, 182, 236, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.02),
        0 24px 48px rgba(15, 23, 42, 0.06);
}

.blog-article-excerpt {
    font-size: clamp(1.05rem, 2.2vw, 1.25rem);
    line-height: 1.7;
    color: #334155;
    font-weight: 500;
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
    padding-bottom: clamp(1.25rem, 3vw, 2rem);
    border-bottom: 1px solid rgba(19, 182, 236, 0.15);
}

.blog-article-content {
    font-size: clamp(0.95rem, 1.8vw, 1.0625rem);
    line-height: 1.85;
    color: #334155;
}

.blog-article-content > *:first-child {
    margin-top: 0;
}

.blog-article-content > *:last-child {
    margin-bottom: 0;
}

.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
    color: #0b1b3b;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.blog-article-content h2 {
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
}

.blog-article-content h3 {
    font-size: clamp(1.15rem, 2.4vw, 1.4rem);
}

.blog-article-content h4 {
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.blog-article-content p {
    margin-bottom: 1.15rem;
}

.blog-article-content ul,
.blog-article-content ol {
    margin-bottom: 1.15rem;
    padding-left: 1.35rem;
}

.blog-article-content li {
    margin-bottom: 0.45rem;
}

.blog-article-content a {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-article-content a:hover {
    color: #0d9fd4;
}

.blog-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin: 1.5rem 0;
}

.blog-article-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid var(--primary);
    background: rgba(19, 182, 236, 0.06);
    border-radius: 0 0.75rem 0.75rem 0;
    color: #1e293b;
    font-style: italic;
}

.blog-article-content table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
    font-size: 0.9rem;
    overflow-x: auto;
    display: block;
}

.blog-article-content th,
.blog-article-content td {
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(19, 182, 236, 0.15);
}

.blog-article-content th {
    background: rgba(19, 182, 236, 0.08);
    font-weight: 600;
    color: #0b1b3b;
}

.blog-article-footer {
    margin-top: clamp(1.5rem, 4vw, 2.5rem);
    padding: 0;
    text-align: center;
    background: transparent;
    color: inherit;
}

.blog-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #13b6ec 0%, #2b6fd6 100%);
    border: none;
    box-shadow: 0 10px 30px rgba(19, 182, 236, 0.3);
    transition: all 0.25s ease;
}

.blog-back-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(19, 182, 236, 0.4);
}

@media (max-width: 767.98px) {
    .blog-article-page {
        padding-top: calc(var(--header-height, 70px) + 1rem);
    }

    .blog-article-header {
        text-align: left;
    }

    .blog-article-meta {
        justify-content: flex-start;
    }

    .blog-article-cover {
        aspect-ratio: 16 / 10;
        border-radius: 1rem;
    }

    .blog-article-card {
        padding: 1.15rem;
        border-radius: 1rem;
    }

    .blog-article-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    .blog-back-link span {
        font-size: 0.8125rem;
    }

    .blog-back-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .blog-article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .blog-article-category {
        font-size: 0.65rem;
    }
}

.blog-details-right .blog-img{
    border-radius: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}
.recent-post-wrapper{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height:250px;
    overflow-y: auto;
}
.recent-post-wrapper li{
    display: flex;
    gap: .75rem;
    align-items: flex-start;
}
.recent-post-wrapper li img{
    flex: 0 0 80px;
    width: 80px;
    border-radius: .375rem;
}
.recent-post-wrapper li p{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .25rem;
}
.lab-test-card {
    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #cce9f3;
    line-height: 1.2;
    transition: all .25s;
}
.card-top{
        padding-bottom: 1rem;
    border-bottom: 2px dashed #c3e9f6;
}
.lab-test-card h3{
    margin: 0 0 .4rem 0;
    font-size: clamp(17px, 1.2vw, 20px);
    font-weight: 700;
  
    color: #13b3e8;
}
.lab-test-card .label{
        color: #6a6a6a;
    display: block;
    font-size: .85rem;
    font-weight: 300;
    line-height: 1;
}
.lab-test-card .value{
   font-weight: 500;
    font-size: .9rem;
}

.lab-test-card .value.location{
    font-size: 0.7rem;
}
.lab-test-card .circle{
   height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b5babc;
}
.lab-test-card .card-top {
    padding-bottom: 1rem;
    border-bottom: 2px dashed #efefef;
}
.lab-test-card:hover {
    background: linear-gradient(163deg, #17c6ff2e, transparent);
}
.lab-test-card:hover .circle{
 
    background-color: #c9f3ff;
   
    color: #8cbfd0;
}

/* how work css start */
.how-work{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.how-work .icon-circle{
        --size: clamp(60px, 8vw, 75px);
    height: var(--size);
    width: var(--size);
    background: linear-gradient(163deg, #17c6ff2e, transparent);
    display: inline-block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how-work .icon-circle i{
        color: #13b6ec;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
}

.contact-option{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.ontact-option i{
    font-size: 1.5rem;
}

.hilight img{
    width: 100%;
}
.heading-small{
    font-size: clamp(16px, 1.2vw, 18px);
}
.test-list{
    display: flex;
    
    flex-wrap: wrap;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 1rem;
}

.test-list li:not(:last-child) a{
    border-right: 2px solid #d7d7d7;
}
.test-list li a{
   font-size: .85rem;
   color: #5c5c5c;
    padding: .2rem .375rem;
   
}
.test-list li a:hover{
    color: #13b3e8;
}

/* Homepage SEO / popular-test link chips */
.seo-link-section{
    background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
}
.seo-link-stack{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.seo-link-block{
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 1rem;
    padding: 1.15rem 1.25rem 1.25rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.seo-link-block__head{
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: .9rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #f1f5f9;
}
.seo-link-block__title{
    margin: 0;
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
}
.seo-link-chips{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}
.seo-link-chip{
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: #f3fafd;
    border: 1px solid #d7eef8;
    color: #334155;
    font-size: .84rem;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}
.seo-link-chip:hover,
.seo-link-chip:focus-visible{
    background: #e7f8fd;
    border-color: #13b6ec;
    color: #0b8fbf;
    text-decoration: none;
    transform: translateY(-1px);
}
@media (max-width: 575.98px){
    .seo-link-section{
        padding-top: 1.5rem;
        padding-bottom: 1.75rem;
    }
    .seo-link-block{
        padding: 1rem;
        border-radius: .85rem;
    }
    .seo-link-chips{
        gap: .45rem;
    }
    .seo-link-chip{
        font-size: .8rem;
        padding: .4rem .7rem;
    }
}
.offcanvas.offcanvas-bottom.ps-cart-sheet{
    height: 50vh !important;
}
.payment-card{
    border-radius:18px;
}
.custom-tab{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e9e9e9;
}
.custom-tab a{
    flex: 1;
    border-radius:8px;
    color:#555 ;
    font-weight:700;
   
   position: relative;
   min-width: 80px;
   display: inline-block;
}
.custom-tab a:hover{
    color:#bd2358;
}


.custom-tab a.active{
   
    color:#bd2358;
}
.custom-tab a.active:after{
    content: "";
    height: 2px;
    width: 100%;
    background-color: #bd2358;
    position: absolute;
    bottom: -9px;
    left: 0;
}

.tab-scroll{
    max-height:320px;
    overflow-y:auto;
    padding-right:6px;
}

.tab-scroll::-webkit-scrollbar{
    width:6px;
}

.tab-scroll::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius:10px;
}

.test-box{
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    transition: .3s;
}

.test-box:last-child{
    border-bottom: 0;
}

.test-box:hover h6{
    font-weight: 600;
}

.test-box h6{
    font-weight:500;
    margin-bottom: 3px;
    font-size: 0.9rem;
    line-height: 1.35;
    word-break: break-word;
}

.test-box small{
    color: #8b8b8b;
    display: block;
    line-height: 1.3;
}

.price{
    color:#13b6ec;
    font-size:18px;
    line-height: 1.2;
    flex-shrink: 0;
}

.test-box .test-box-actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.test-box .test-box-btns{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.test-box .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    height: auto;
    border-radius: 6px;
    padding: 0.35rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.test-box .btn.btn-sm{
    min-width: 58px;
}
.ps-lab-cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: stretch;
}
@media(max-width:768px){
    .ps-lab-cards{
        grid-template-columns: 1fr;
    }
}
.ad-heading{
    color: #13b6ec;
    border-bottom: 2px solid #d3f4ff;
    padding-bottom: .5rem;
    display: inline-block;
}
.test-included-list li{
    padding: .5rem;
    border: 1px solid #dedede;
    border-radius: 6px;
    margin-bottom: .5rem;
}

/* Careers â€” Medvora Health */
.careers-page {
    background: #f8fbfd;
}

.careers-banner-cta {
    font-weight: 600;
    border-radius: 999px;
    padding: 0.45rem 1rem;
}

.careers-section-head {
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.careers-section-head.text-center p {
    max-width: 640px;
    margin: 0.5rem auto 0;
    color: #64748b;
}

.careers-section-head__eyebrow {
    display: inline-block;
    color: var(--primary);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.careers-section-head h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #0b1b3b;
    margin: 0;
}

.careers-benefit-card {
    height: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(19, 182, 236, 0.12);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.careers-benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(19, 182, 236, 0.35);
    box-shadow: 0 16px 40px rgba(19, 182, 236, 0.12);
}

.careers-benefit-card__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    display: grid;
    place-items: center;
    background: rgba(19, 182, 236, 0.12);
    color: var(--primary);
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.careers-benefit-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b1b3b;
    margin-bottom: 0.55rem;
}

.careers-benefit-card p {
    margin: 0;
    color: #64748b;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.careers-filters {
    margin-bottom: 1.5rem;
    border-radius: 1rem !important;
}

.careers-jobs-grid {
    display: grid;
    gap: 1rem;
}

.careers-job-card,
.career-job-card {
    padding: 1.35rem 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(19, 182, 236, 0.12);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.careers-job-card:hover {
    border-color: rgba(19, 182, 236, 0.35);
    box-shadow: 0 14px 36px rgba(19, 182, 236, 0.1);
    transform: translateY(-2px);
}

.careers-job-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.careers-job-card__posted {
    font-size: 0.8125rem;
    color: #94a3b8;
    white-space: nowrap;
}

.career-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--primary);
    background: rgba(19, 182, 236, 0.1);
}

.career-tag--muted {
    color: #64748b;
    background: #f1f5f9;
}

.careers-job-card__tags,
.career-job-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.careers-job-card__title,
.career-job-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    color: #0b1b3b;
}

.careers-job-card__title a,
.career-job-card__title a {
    color: inherit;
    text-decoration: none;
}

.careers-job-card__title a:hover,
.career-job-card__title a:hover {
    color: var(--primary);
}

.careers-job-card__meta,
.career-job-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.25rem;
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0.85rem;
}

.careers-job-card__meta i,
.career-job-card__meta i {
    color: var(--primary);
    margin-right: 0.25rem;
}

.careers-job-card__summary,
.career-job-card__excerpt {
    margin: 0 0 1rem;
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.careers-job-card__actions,
.career-job-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.careers-empty-state {
    text-align: center;
    padding: clamp(2.5rem, 6vw, 4rem);
    border-radius: 1rem;
    background: #fff;
    border: 1px dashed rgba(19, 182, 236, 0.25);
}

.careers-empty-state__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(19, 182, 236, 0.1);
    color: var(--primary);
    font-size: 1.75rem;
}

.careers-empty-state h3 {
    font-weight: 700;
    color: #0b1b3b;
}

.careers-empty-state p {
    color: #64748b;
    max-width: 480px;
    margin: 0 auto 1.25rem;
}

/* Job detail */
.career-detail-top {
    padding: clamp(1.25rem, 3vw, 2rem) 0 0;
    background: linear-gradient(180deg, rgba(19, 182, 236, 0.07) 0%, transparent 100%);
}

.career-detail-nav {
    margin-bottom: 1rem;
}

.career-detail-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem 1.5rem;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
    border-radius: 1.1rem;
    background: #fff;
    border: 1px solid rgba(19, 182, 236, 0.12);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.career-detail-header__main {
    flex: 1 1 320px;
    min-width: 0;
}

.career-detail-header__title {
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 800;
    color: #0b1b3b;
    margin: 0.65rem 0 0.85rem;
    line-height: 1.25;
    word-break: break-word;
}

.career-detail-header__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1.1rem;
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 0.85rem;
}

.career-detail-header__meta i {
    color: var(--primary);
    margin-right: 0.25rem;
}

.career-detail-header__summary {
    margin: 0;
    color: #475569;
    font-size: 0.975rem;
    line-height: 1.65;
    max-width: 70ch;
}

.career-detail-header__action {
    flex: 0 0 auto;
}

.career-detail-header__action .btn {
    min-width: 160px;
    white-space: nowrap;
}

.career-detail-body {
    padding-top: 0 !important;
}

.career-jd-panel {
    background: #fff;
    border: 1px solid rgba(19, 182, 236, 0.12);
    border-radius: 1.1rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.career-jd-block {
    padding: clamp(1.15rem, 2.5vw, 1.5rem);
    border-bottom: 1px solid #eef2f7;
}

.career-jd-block:last-child {
    border-bottom: none;
}

.career-jd-block h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b1b3b;
    margin: 0 0 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.career-jd-block h2 i {
    color: var(--primary);
}

.career-jd-block .blog-article-content {
    color: #334155;
    line-height: 1.7;
}

.career-jd-block .blog-article-content > *:last-child {
    margin-bottom: 0;
}

.career-detail-sidebar {
    position: sticky;
    top: 1.5rem;
    padding: 1.25rem 1.35rem;
    border-radius: 1.1rem;
    background: #fff;
    border: 1px solid rgba(19, 182, 236, 0.12);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.career-detail-sidebar h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.85rem;
    color: #0b1b3b;
}

.career-detail-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.career-detail-sidebar__list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.875rem;
}

.career-detail-sidebar__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.career-detail-sidebar__list li span {
    color: #64748b;
    flex: 0 0 auto;
}

.career-detail-sidebar__list li strong {
    color: #0b1b3b;
    text-align: right;
    font-weight: 600;
}

/* Apply page (full page, not modal) */
.career-apply-top {
    padding: clamp(1.25rem, 3vw, 2rem) 0 0;
    background: linear-gradient(180deg, rgba(19, 182, 236, 0.07) 0%, transparent 100%);
}

.career-apply-intro {
    margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
}

.career-apply-intro h1 {
    font-size: clamp(1.45rem, 3.2vw, 2rem);
    font-weight: 800;
    color: #0b1b3b;
    margin: 0.35rem 0 0.55rem;
    line-height: 1.25;
}

.career-apply-intro p {
    margin: 0;
    color: #64748b;
    max-width: 62ch;
}

.career-apply-shell {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(1.15rem, 2.8vw, 1.75rem);
    border-radius: 1.1rem;
    background: #fff;
    border: 1px solid rgba(19, 182, 236, 0.12);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.career-form-section {
    padding-bottom: 1.35rem;
    margin-bottom: 1.35rem;
    border-bottom: 1px solid #eef2f7;
}

.career-form-section--consent {
    border-bottom: none;
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.career-form-section__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0b1b3b;
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.career-form-section__title i {
    color: var(--primary);
}

.career-apply-form .form-label {
    font-weight: 600;
    color: #334155;
    font-size: 0.875rem;
}

.career-apply-form .form-control,
.career-apply-form .form-select {
    border-color: #dbe3ef;
    min-height: 44px;
}

.career-apply-form textarea.form-control {
    min-height: auto;
    resize: vertical;
}

.career-skills-input {
    min-height: 110px !important;
    line-height: 1.55;
    color: #0f172a;
    background: #fff;
}

.career-skills-input:focus {
    border-color: rgba(19, 182, 236, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(19, 182, 236, 0.15);
}

.career-apply-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
    padding-top: 0.25rem;
}

.career-apply-actions .btn {
    min-height: 44px;
}

/* Careers â€” tablet */
@media (max-width: 991.98px) {
    .careers-filters .card-body {
        padding: 1rem;
    }

    .careers-job-card,
    .career-job-card {
        padding: 1.15rem 1.2rem;
    }

    .careers-job-card__title,
    .career-job-card__title {
        font-size: 1.125rem;
    }

    .career-detail-header {
        padding: 1.15rem;
    }

    .career-detail-header__action {
        width: 100%;
    }

    .career-detail-header__action .btn {
        width: 100%;
    }

    .career-detail-sidebar {
        position: static;
    }

    .career-jd-block {
        padding: 1.15rem;
    }

    .career-apply-shell {
        padding: 1.15rem;
    }

    .career-apply-actions {
        justify-content: stretch;
    }

    .career-apply-actions .btn {
        flex: 1 1 auto;
    }
}

/* Careers â€” mobile */
@media (max-width: 767.98px) {
    .careers-why.section,
    .careers-openings.section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .careers-section-head {
        margin-bottom: 1.35rem;
        text-align: left;
    }

    .careers-section-head.text-center {
        text-align: center;
    }

    .careers-section-head h2 {
        font-size: 1.35rem;
    }

    .careers-section-head p {
        font-size: 0.9rem;
        margin-top: 0.4rem;
        color: #64748b;
    }

    .careers-benefit-card {
        padding: 1.15rem;
    }

    .careers-benefit-card__icon {
        width: 2.65rem;
        height: 2.65rem;
        font-size: 1.15rem;
        margin-bottom: 0.75rem;
    }

    .careers-benefit-card h3 {
        font-size: 1rem;
    }

    .careers-benefit-card p {
        font-size: 0.875rem;
    }

    .careers-filters {
        margin-bottom: 1rem;
        border-radius: 0.85rem !important;
    }

    .careers-filters .card-body {
        padding: 0.9rem;
    }

    .careers-filters .form-label {
        margin-bottom: 0.25rem;
    }

    .careers-filters .btn {
        min-height: 42px;
    }

    .careers-jobs-grid {
        gap: 0.85rem;
    }

    .careers-job-card,
    .career-job-card {
        padding: 1rem;
        border-radius: 0.85rem;
    }

    .careers-job-card:hover {
        transform: none;
    }

    .careers-job-card__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 0.55rem;
    }

    .careers-job-card__posted {
        white-space: normal;
        font-size: 0.75rem;
    }

    .career-tag {
        font-size: 0.6875rem;
        padding: 0.15rem 0.55rem;
    }

    .careers-job-card__title,
    .career-job-card__title {
        font-size: 1.05rem;
        line-height: 1.35;
        margin-bottom: 0.5rem;
        word-break: break-word;
    }

    .careers-job-card__meta,
    .career-job-card__meta,
    .career-detail-header__meta {
        gap: 0.45rem 0.85rem;
        font-size: 0.8125rem;
        margin-bottom: 0.7rem;
    }

    .careers-job-card__summary,
    .career-job-card__excerpt {
        font-size: 0.875rem;
        margin-bottom: 0.85rem;
    }

    .careers-job-card__actions,
    .career-job-card__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        width: 100%;
    }

    .careers-job-card__actions .btn,
    .career-job-card__actions .btn {
        width: 100%;
        flex: none;
    }

    .careers-empty-state {
        padding: 2rem 1.15rem;
    }

    .careers-empty-state__icon {
        width: 3.25rem;
        height: 3.25rem;
        font-size: 1.4rem;
    }

    .careers-empty-state h3 {
        font-size: 1.1rem;
    }

    .careers-empty-state p {
        font-size: 0.875rem;
    }

    .career-detail-top,
    .career-apply-top {
        padding-top: 1rem;
    }

    .career-detail-nav {
        margin-bottom: 0.75rem;
    }

    .career-detail-header {
        padding: 1rem;
        border-radius: 1rem;
        margin-bottom: 1rem;
        flex-direction: column;
    }

    .career-detail-header__title {
        font-size: clamp(1.35rem, 6.5vw, 1.7rem);
        margin: 0.45rem 0 0.7rem;
    }

    .career-detail-header__summary {
        font-size: 0.925rem;
    }

    .career-detail-header__action,
    .career-detail-header__action .btn {
        width: 100%;
    }

    .career-jd-panel {
        border-radius: 1rem;
    }

    .career-jd-block {
        padding: 1rem;
    }

    .career-jd-block h2 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
        flex-wrap: wrap;
    }

    .career-jd-block .blog-article-content {
        font-size: 0.925rem;
        overflow-wrap: anywhere;
    }

    .career-jd-block .blog-article-content img,
    .career-jd-block .blog-article-content table {
        max-width: 100%;
    }

    .career-detail-sidebar {
        padding: 1.1rem;
    }

    .career-detail-sidebar__list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.2rem;
    }

    .career-detail-sidebar__list li strong {
        text-align: left;
    }

    .career-apply-intro h1 {
        font-size: 1.35rem;
    }

    .career-apply-shell {
        padding: 1rem;
        border-radius: 1rem;
    }

    .career-form-section {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .career-form-section__title {
        font-size: 0.95rem;
    }

    .career-skills-input {
        min-height: 120px !important;
    }

    .career-apply-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .career-apply-actions .btn {
        width: 100%;
        margin: 0 !important;
    }
}

/* Careers â€” small phones */
@media (max-width: 575.98px) {
    .careers-page .container {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .careers-filters .input-group-text {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }

    .careers-job-card__meta span,
    .career-detail-header__meta span {
        display: inline-flex;
        align-items: center;
        max-width: 100%;
    }
}
/* ===== Feedback page ===== */
/* ===== Feedback page ===== */
.feedback-page {
    --fb-primary: #13b6ec;
    --fb-ink: #0b1b3b;
}

.feedback-form-section-wrap {
    padding-top: clamp(1.5rem, 4vw, 2.5rem);
}

.feedback-shell {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(1.15rem, 2.8vw, 1.85rem);
    border-radius: 1.1rem;
    background: #fff;
    border: 1px solid rgba(19, 182, 236, 0.12);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    animation: feedbackFadeUp 0.55s ease both;
}

@keyframes feedbackFadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.feedback-star-group {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
}

.feedback-star {
    cursor: pointer;
    margin: 0;
    position: relative;
}

.feedback-star input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.feedback-star i {
    font-size: 1.65rem;
    color: #dbe3ee;
    transition: color 0.15s ease, transform 0.15s ease;
}

.feedback-star-group--sm .feedback-star i {
    font-size: 1.35rem;
}

.feedback-star.is-active i,
.feedback-star.is-hover i {
    color: #f5b301;
}

.feedback-star:hover i {
    transform: scale(1.12);
}

.feedback-radio-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.feedback-chip {
    margin: 0;
    cursor: pointer;
}

.feedback-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.feedback-chip span {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.95rem;
    border-radius: 0.65rem;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: var(--fb-ink);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.18s ease;
}

.feedback-chip input:checked + span,
.feedback-chip:hover span {
    border-color: var(--fb-primary);
    background: rgba(19, 182, 236, 0.1);
    color: #0a7eab;
}

.feedback-form-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.25rem;
}

.feedback-submit-btn {
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.feedback-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(19, 182, 236, 0.28);
}

.feedback-success-icon {
    font-size: 2.5rem;
    color: #16a34a;
    margin-bottom: 0.5rem;
}

[data-feedback-success] h3 {
    font-weight: 800;
    color: var(--fb-ink);
}

@media (max-width: 767.98px) {
    .feedback-form-actions {
        justify-content: stretch;
    }

    .feedback-submit-btn {
        width: 100%;
    }
}

/* ===== About Us page ===== */
.about-page {
    --about-ink: #0b1b3b;
    --about-muted: #64748b;
    --about-card: #ffffff;
    --about-soft: #f5fbfe;
    --about-line: rgba(19, 182, 236, 0.14);
    background:
        radial-gradient(ellipse 80% 50% at 100% 0%, rgba(19, 182, 236, 0.08), transparent 55%),
        radial-gradient(ellipse 60% 40% at 0% 20%, rgba(43, 111, 214, 0.06), transparent 50%),
        #f8fbfd;
    overflow-x: hidden;
}

.about-page .section {
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.about-eyebrow {
    display: inline-block;
    color: var(--primary);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.45rem;
}

.about-section-title {
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    font-weight: 800;
    color: var(--about-ink);
    margin: 0 0 0.75rem;
    line-height: 1.25;
}

.about-section-head {
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.about-section-head p {
    max-width: 640px;
    margin: 0;
    color: var(--about-muted);
    font-size: 1.02rem;
    line-height: 1.65;
}

.about-section-head.text-center p {
    margin-left: auto;
    margin-right: auto;
}

.about-btn {
    font-weight: 600;
    border-radius: 999px;
    padding: 0.7rem 1.35rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.about-btn:hover {
    transform: translateY(-2px);
}

.about-btn--outline {
    background: #fff;
}

.about-reveal {
    opacity: 1;
    transform: none;
}

.about-page.js-about-reveal .about-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.about-page.js-about-reveal .about-reveal--delay {
    transition-delay: 0.12s;
}

.about-page.js-about-reveal .about-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-page .bi {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.about-hero__title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    color: var(--about-ink);
    margin: 0 0 0.35rem;
    line-height: 1.15;
}

.about-hero__subtitle {
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.about-hero__lead {
    color: var(--about-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 36rem;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.about-trust-row {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
}

.about-trust-row li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--about-ink);
}

.about-trust-row__icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    display: grid;
    place-items: center;
    background: rgba(19, 182, 236, 0.12);
    color: var(--primary);
    flex-shrink: 0;
}

.about-hero-visual {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    background: linear-gradient(145deg, #e8f7fd, #d4eef9);
    min-height: 280px;
}

.about-hero-visual__img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    max-height: 460px;
    object-fit: cover;
    display: block;
}

.about-hero-visual__badge {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    right: auto;
    z-index: 2;
    width: min(100% - 2.5rem, 290px);
    max-width: 290px;
    background: #fff;
    border-radius: 1.15rem;
    padding: 1.1rem 1.25rem 1.15rem;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
    border: 1px solid rgba(19, 182, 236, 0.16);
}

.about-hero-visual__quote {
    display: block;
    color: var(--primary);
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.about-hero-visual__badge p {
    position: relative;
    margin: 0;
    padding-right: 1.6rem;
    font-weight: 700;
    color: var(--about-ink);
    font-size: 1.05rem;
    line-height: 1.45;
}

.about-hero-visual__pulse {
    position: absolute;
    right: 0;
    bottom: 0.1rem;
    color: var(--primary);
    font-size: 1.15rem;
    line-height: 1;
}

.about-who__media {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
    border: 1px solid var(--about-line);
    background: #fff;
}

.about-who__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.about-who p {
    color: var(--about-muted);
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.about-mv-card {
    height: 100%;
    padding: 1.75rem;
    border-radius: 1.25rem;
    background: var(--about-card);
    border: 1px solid var(--about-line);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-mv-card:hover {
    transform: translateY(-4px);
    border-color: rgba(19, 182, 236, 0.35);
    box-shadow: 0 18px 44px rgba(19, 182, 236, 0.12);
}

.about-mv-card__icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    font-size: 1.45rem;
    margin-bottom: 1rem;
}

.about-mv-card__icon--mission {
    background: rgba(19, 182, 236, 0.14);
    color: var(--primary);
}

.about-mv-card__icon--vision {
    background: rgba(59, 130, 246, 0.14);
    color: #3b82f6;
}

.about-mv-card h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--about-ink);
    margin-bottom: 0.75rem;
}

.about-mv-card p {
    margin: 0;
    color: var(--about-muted);
    line-height: 1.7;
}

.about-service-card {
    height: 100%;
    padding: 1.35rem 1.15rem;
    border-radius: 1.15rem;
    background: var(--about-card);
    border: 1px solid var(--about-line);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(19, 182, 236, 0.35);
    box-shadow: 0 16px 40px rgba(19, 182, 236, 0.12);
}

.about-service-card__icon {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 0.9rem;
    display: grid;
    place-items: center;
    margin: 0 auto 0.9rem;
    font-size: 1.35rem;
}

.about-service-card h3 {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--about-ink);
    margin-bottom: 0.45rem;
    line-height: 1.35;
}

.about-service-card p {
    margin: 0;
    color: var(--about-muted);
    font-size: 0.875rem;
    line-height: 1.55;
}

.about-icon--green { background: rgba(34, 197, 94, 0.14); color: #16a34a; }
.about-icon--teal { background: rgba(19, 182, 236, 0.14); color: var(--primary); }
.about-icon--purple { background: rgba(139, 92, 246, 0.14); color: #7c3aed; }
.about-icon--orange { background: rgba(249, 115, 22, 0.14); color: #ea580c; }
.about-icon--blue { background: rgba(59, 130, 246, 0.14); color: #2563eb; }
.about-icon--violet { background: rgba(168, 85, 247, 0.14); color: #9333ea; }
.about-icon--red { background: rgba(239, 68, 68, 0.14); color: #dc2626; }

.about-why {
    background: linear-gradient(180deg, transparent, rgba(19, 182, 236, 0.04), transparent);
}

.about-why__portrait {
    position: relative;
    width: min(100%, 360px);
    margin: 0 auto;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 20px 50px rgba(19, 182, 236, 0.2);
}

.about-why__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-why__plus {
    position: absolute;
    left: 8%;
    bottom: 10%;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    box-shadow: 0 8px 20px rgba(19, 182, 236, 0.45);
    border: 3px solid #fff;
}

.about-why-item {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    height: 100%;
    padding: 1.1rem 1.15rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid var(--about-line);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.about-why-item:hover {
    transform: translateY(-3px);
    border-color: rgba(19, 182, 236, 0.3);
    box-shadow: 0 14px 32px rgba(19, 182, 236, 0.1);
}

.about-why-item__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.8rem;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.about-why-item h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--about-ink);
    margin: 0 0 0.3rem;
}

.about-why-item p {
    margin: 0;
    color: var(--about-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.about-value-card {
    height: 100%;
    text-align: center;
    padding: 1.5rem 1rem;
    border-radius: 1.15rem;
    background: #fff;
    border: 1px solid var(--about-line);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(19, 182, 236, 0.12);
}

.about-value-card__icon {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 0.9rem;
    font-size: 1.35rem;
}

.about-value-card h3 {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--about-ink);
    margin-bottom: 0.4rem;
}

.about-value-card p {
    margin: 0;
    color: var(--about-muted);
    font-size: 0.875rem;
    line-height: 1.55;
}

.about-network-card {
    height: 100%;
    text-align: center;
    padding: 1.35rem 1rem;
    border-radius: 1.1rem;
    background: #fff;
    border: 1px solid var(--about-line);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.about-network-card:hover {
    transform: translateY(-3px);
    border-color: rgba(19, 182, 236, 0.35);
    box-shadow: 0 12px 30px rgba(19, 182, 236, 0.1);
}

.about-network-card__icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 0.85rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    border: 1.5px solid rgba(19, 182, 236, 0.35);
    color: var(--primary);
    background: rgba(19, 182, 236, 0.06);
    font-size: 1.4rem;
}

.about-network-card h3 {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    color: #475569;
    line-height: 1.35;
}

.about-network__note {
    max-width: 760px;
    margin: 2rem auto 0;
    color: var(--about-muted);
    line-height: 1.7;
}

.about-promise__panel {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    padding: clamp(1.75rem, 4vw, 2.75rem);
    color: #fff;
    background:
        radial-gradient(circle at 90% 20%, rgba(163, 230, 53, 0.18), transparent 40%),
        linear-gradient(120deg, #0b3a4f 0%, #0d5f78 45%, #0a7eab 100%);
    box-shadow: 0 24px 56px rgba(11, 58, 79, 0.28);
}

.about-promise__panel::before {
    content: '';
    position: absolute;
    right: -4%;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 28px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.about-promise__icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.12);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.about-promise__panel h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.about-promise__panel p {
    margin: 0;
    opacity: 0.92;
    line-height: 1.7;
    max-width: 38rem;
}

.about-promise__brand {
    text-align: center;
    padding: 1.25rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    position: relative;
    z-index: 1;
}

.about-promise__name {
    font-size: clamp(1.5rem, 3vw, 2rem) !important;
    font-weight: 800;
    margin-bottom: 0.35rem !important;
    opacity: 1 !important;
}

.about-promise__tagline {
    font-size: 1.05rem !important;
    font-weight: 700;
    color: #bef264 !important;
    opacity: 1 !important;
    max-width: none !important;
}

.about-cta__box h2 {
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
}

.about-cta__actions .btn-outline-light:hover {
    background: #fff;
    color: #0a7eab;
}

@media (min-width: 768px) {
    .about-trust-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .about-why__portrait {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .about-service-card {
        padding: 1.1rem 0.85rem;
    }

    .about-service-card h3 {
        font-size: 0.9rem;
    }

    .about-service-card p {
        font-size: 0.8rem;
    }

    .about-value-card p {
        font-size: 0.8rem;
    }

    .about-cta__actions {
        text-align: left !important;
    }

    .about-cta__actions .about-btn {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-page.js-about-reveal .about-reveal,
    .about-btn,
    .about-mv-card,
    .about-service-card,
    .about-why-item,
    .about-value-card,
    .about-network-card {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}
