

    body{
        font-family: Arial, Helvetica, sans-serif;
    }
    .navbar-brand img{
        max-height: 45px;
    }
    .nav-link{
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #333 !important;
    }
    .nav-link.active{
        color: #2d2f78 !important;
    }
    .dropdown-menu{
        border-radius: 0;
    }
    .blue-section{
        background:#2d2f78;
    }




    .medcell-title{
        color:#232a7a;
        font-weight:700;
        letter-spacing:1px;
    }
    .medcell-line{
        width:4px;
        background:#232a7a;
    }
    .medcell-card{
        background:#d6eef7;
        border-radius:4px;
        padding:40px 30px;
        height:100%;
    }
    .medcell-card h5{
        font-weight:700;
        margin-bottom:15px;
    }
    .medcell-card ul{
        padding-left:0;
        list-style:none;
    }
    .medcell-card ul li{
        margin-bottom:8px;
        position:relative;
        padding-left:18px;
    }
    .medcell-card ul li::before{
        content:"▶";
        position:absolute;
        left:0;
        color:#000;
        font-size:12px;
    }
    .read-more{
        display:inline-flex;
        align-items:center;
        gap:8px;
        color:#232a7a;
        font-weight:500;
        text-decoration:none;
        margin-top:15px;
    }
    .read-more span{
        background:#232a7a;
        color:#fff;
        padding:4px 7px;
        font-size:12px;
    }
    .icon-box{
        background:#fff;
        width:90px;
        height:90px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:12px;
        margin-bottom:25px;
    }
    






    .director-title{
        color:#232a7a;
        font-weight:700;
        letter-spacing:1px;
    }
    .director-line{
        width:4px;
        background:#232a7a;
    }
    .video-wrapper{
        position:relative;
        padding-top:56.25%; /* 16:9 */
        overflow:hidden;
    }
    .video-wrapper iframe{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        border:0;
    }
    

    

    .testi-title{
        color:#232a7a;
        font-weight:700;
        letter-spacing:1px;
    }
    .testi-line{
        width:4px;
        background:#232a7a;
    }
    .testi-card{
        border:1px solid #eee;
        padding:30px 25px;
        height:100%;
        text-align:center;
    }
    .testi-img{
        width:160px;
        height:160px;
        object-fit:cover;
        margin-bottom:20px;
    }
    .testi-text{
        color:#6c757d;
        font-size:15px;
        margin-bottom:20px;
    }
    .testi-name{
        font-weight:600;
        margin-bottom:3px;
    }
    .testi-role{
        font-size:14px;
        color:#777;
        font-style:italic;
    }
    




    .life-title{
        color:#232a7a;
        font-weight:700;
        letter-spacing:1px;
    }
    .life-line{
        width:4px;
        background:#232a7a;
    }
    .life-section{
        position:relative;
        background:url('life-bg.jpg') center/cover no-repeat;
        min-height:480px;
        color:#fff;
    }
    .life-overlay{
        position:absolute;
        inset:0;
        background:rgba(26, 41, 92, 0.75);
    }
    .life-content{
        position:relative;
        z-index:2;
    }
    .life-btn{
        background:#232a7a;
        color:#fff;
        border-radius:0;
        padding:10px 25px;
        font-size:14px;
    }
    .life-btn:hover{
        background:#1a1f66;
        color:#fff;
    }
    


    .core-values-section{
        position: relative;
        width: 100%;
        min-height: 520px;
        background: url('core-values.jpg') center center / cover no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .core-values-overlay{
        position: absolute;
        inset: 0;
        /* background: rgba(60, 90, 140, 0.65); */
        background: url(../img/bg.jpg);
    }
    
    .core-values-content{
        position: relative;
        z-index: 2;
        text-align: center;
        color: #fff;
        max-width: 900px;
        padding: 0 15px;
    }
    
    .core-values-content h2{
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .core-values-content p{
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 30px;
    }
    
    .core-values-btn{
        background: #2a2f7a;
        color: #fff;
        padding: 12px 28px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: none;
    }
    
    .core-values-btn:hover{
        background: #1f235f;
        color: #fff;
    }
    
   
   
    .therapeutic-section{
        padding: 60px 0;
    }
    
    .therapeutic-title{
        font-size: 34px;
        font-weight: 700;
        color: #232a74;
        position: relative;
        padding-left: 15px;
        margin-bottom: 40px;
    }
    
    .therapeutic-title::before{
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 4px;
        height: 30px;
        background: #232a74;
    }
    
    .therapy-card{
        background: #fff;
    }
    
    .therapy-img{
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    
    .therapy-content{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
    }
    
    .therapy-content a{
        font-size: 18px;
        color: #3b8fd6;
        text-decoration: underline;
    }
    
    .therapy-arrow{
        width: 22px;
        height: 22px;
        background: #232a74;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    




    /* body{
        margin:0;
        font-family: Arial, Helvetica, sans-serif;
        color:#333;
    }
    
    /* COMMON */
    .container{
        width:90%;
        max-width:1200px;
        margin:auto;
    } */
    .section{
        padding:60px 0;
    }
    .section-title{
        font-size:32px;
        font-weight:700;
        color:#232b7a;
        margin-bottom:40px;
        position:relative;
        padding-left:20px;
    }
    .section-title:before{
        content:"";
        width:5px;
        height:35px;
        background:#232b7a;
        position:absolute;
        left:0;
        top:3px;
    }
    
    /* SOME INSIGHTS */
    .insights{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:60px;
    }
    .insight-box h3{
        font-size:26px;
        color:#000;
        margin-bottom:15px;
    }
    .insight-box p{
        font-size:15px;
        line-height:1.8;
        color:#666;
    }
    .insight-box a{
        color:#999;
        text-decoration:none;
        font-size:14px;
    }
    
    /* CONTACT SECTION */
    .contact-wrapper{
        display:grid;
        grid-template-columns:1fr 2fr;
        gap:40px;
        align-items:stretch;
    }
    
    /* FORM */
    .contact-box{
        border:1px solid #e5e5e5;
        padding:25px;
    }
    .contact-box h4{
        color:#232b7a;
        font-size:18px;
        margin-bottom:20px;
    }
    .contact-box input,
    .contact-box textarea{
        width:100%;
        padding:12px;
        margin-bottom:15px;
        border:1px solid #ddd;
        font-size:14px;
    }
    .contact-box textarea{
        height:120px;
        resize:none;
    }
    .captcha{
        display:flex;
        align-items:center;
        gap:10px;
    }
    .captcha input{
        width:80px;
    }
    .contact-box button{
        padding:10px 25px;
        background:#cfcfcf;
        border:none;
        cursor:pointer;
    }
    
    /* MAP */
    .map-box{
        background:#d7f1fb;
        padding:20px;
        position:relative;
    }
    .map-title{
        color:#232b7a;
        font-size:18px;
        margin-bottom:15px;
    }
    .map-box img{
        width:100%;
        height:auto;
    }
    
    /* RESPONSIVE */
    @media(max-width:900px){
        .insights,
        .contact-wrapper{
            grid-template-columns:1fr;
        }
    }


    .section-title{
        font-weight: 700;
        color:#1f2b7b;
    }
    .section-title span{
        border-left:4px solid #1f2b7b;
        padding-left:12px;
    }
    .about-text{
        color:#333;
        line-height:1.8;
    }
    .info-box{
        background:#f7f7f7;
        padding:30px;
        height:100%;
    }
    .info-box h4{
        font-weight:600;
    }
    .value-box{
        background:#d7eff9;
        padding:30px;
        height:100%;
    }
    .value-box.white{
        background:#fff;
    }
    .value-box h5{
        font-weight:700;
        color:#1f2b7b;
    }
    .empathy-box{
        background:#d7eff9;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:40px;
        font-weight:700;
        color:#1f2b7b;
    }

    .counter-section {
        background: #f8f9fa;
        padding: 70px 0;
    }

    .counter-box {
        text-align: center;
    }

    .counter-number {
        font-size: 64px;
        font-weight: 700;
        color: #2b2f7a;
        line-height: 1;
    }

    .counter-line {
        width: 30px;
        height: 3px;
        background: #5dade2;
        margin: 12px auto;
    }

    .counter-text {
        font-size: 16px;
        color: #000;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .counter-number {
            font-size: 48px;
        }
    }


    .csr-title {
        font-size: 34px;
        font-weight: 700;
        color: #1f2b7b;
        position: relative;
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .csr-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 4px;
        height: 32px;
        background: #1f2b7b;
    }

    .csr-text {
        color: #333;
        line-height: 1.7;
        margin-bottom: 30px;
    }

    .csr-img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    @media (max-width: 768px) {
        .csr-img {
            height: 200px;
        }
    }

    .initiative-section {
        padding: 80px 0;
        background: #f7f7f7;
    }

    .section-title {
        text-align: center;
        font-size: 34px;
        font-weight: 700;
        color: #1f2b7b;
        margin-bottom: 15px;
    }

    .section-underline {
        width: 80px;
        height: 4px;
        background: #1f2b7b;
        margin: 0 auto 60px;
    }

    .initiative-box {
        background: #fff;
        padding: 40px 35px;
        height: 100%;
    }

    .initiative-heading {
        font-size: 22px;
        font-weight: 600;
        color: #1f2b7b;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

    .initiative-heading::before,
    .initiative-heading::after {
        content: "";
        width: 70px;
        height: 2px;
        background: #1f2b7b;
        position: absolute;
        top: 50%;
    }

    .initiative-heading::before {
        left: 0;
    }

    .initiative-heading::after {
        right: 0;
    }

    .initiative-text {
        color: #333;
        line-height: 1.7;
        text-align: center;
    }

    @media (max-width: 768px) {
        .initiative-heading::before,
        .initiative-heading::after {
            display: none;
        }
    }


    .product-card {
        border: 1px solid #eee;
        padding: 15px;
        text-align: center;
        background: #fff;
        transition: 0.3s;
    }
    .product-card:hover {
        box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }
    .product-card img {
        max-height: 250px;
        object-fit: contain;
        cursor: pointer;
    }
    .product-title {
        margin-top: 10px;
        font-size: 15px;
        color: #555;
    }

    .quality-card {
        background: #fff;
        padding: 35px;
        height: 100%;
        box-shadow: 0 0 0 rgba(0,0,0,0);
        border: 1px solid #eee;
    }
    
    .quality-card h4 {
        color: #1f2a7c;
        font-size: 26px;
        font-weight: 500;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    
    .quality-card p {
        font-size: 16px;
        line-height: 1.8;
        color: #333;
    }
    
    
    
