        /* --- header -----*/
        /* Parent Header Styling */
        .main-header .navbar {
            font-family: 'Poppins', sans-serif;
            background: #ffffff;
        }

        .main-header .navbar-brand {
            font-weight: 700;
            color: #1a2a44;
        }

        .main-header .navbar-brand img {
            height: 40px;
        }

        .main-header .nav-link {
            font-weight: 500;
            color: #1a2a44 !important;
            padding-left: 15px;
            padding-right: 15px;
        }

        .main-header .nav-link:hover {
            color: #0d6efd !important;
        }

        .main-header .btn-primary {
            padding: 8px 18px;
            font-weight: 500;
            border-radius: 5px;
        }

        /* ---- expert ortho ----------*/
        .expert-ortho-banner {
            background: linear-gradient(90deg, #0b4fa2, #1c75bc);
            color: #fff;
        }

        .expert-ortho-banner .banner-content h1 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .expert-ortho-banner .subtitle {
            font-size: 18px;
            margin-bottom: 25px;
            color: #e6f1ff;
        }

        .expert-ortho-banner .features-list {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
        }

        .expert-ortho-banner .features-list li {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .expert-ortho-banner .features-list i {
            color: #2ecc71;
            margin-right: 10px;
        }

        .expert-ortho-banner .banner-buttons {
            /*display: flex;*/
            gap: 15px;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }

        .expert-ortho-banner .btn-book {
            background: #2ecc71;
            color: #fff;
            padding: 12px 25px;
            font-weight: 600;
        }

        .expert-ortho-banner .btn-call {
            background: #1e90ff;
            color: #fff;
            padding: 12px 25px;
            font-weight: 600;
        }

        .expert-ortho-banner .rating {
            /*display: flex;*/
            align-items: center;
            gap: 4px;
            font-size: 14px;
        }

        .expert-ortho-banner .rating i {
            color: #ffc107;
            /* Bootstrap yellow */
            font-size: 16px;
        }

        .expert-ortho-banner .rating span {
            margin-left: 8px;
            color: #fff;
        }

        .expert-ortho-banner .doctor-info {
            margin-top: 15px;
            background: #ffffff;
            color: #000;
            padding: 10px 15px;
            display: inline-block;
            border-radius: 6px;
            position: absolute;
            bottom: 15px;
            /* Center Fix */
            left: 50%;
            transform: translateX(-50%);
        }

        .expert-ortho-banner .doctor-info h5 {
            margin: 0;
            font-weight: 700;
        }

        .expert-ortho-banner .doctor-info p {
            margin: 5px 0 0;
            font-size: 16px;
            font-weight: 500;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .expert-ortho-banner {
                text-align: center;
            }

            .expert-ortho-banner .rating {
                display: block;
            }

            .expert-ortho-banner .banner-content h1 {
                font-size: 30px;
            }

            .expert-ortho-banner .banner-buttons {
                justify-content: center;
            }
        }

        /* ------- services section ------*/

        .services-section {
            background: #f5f9ff;
            font-family: 'Poppins', sans-serif;
        }

        .services-section .section-title {
            font-weight: 600;
            color: #1a2a44;
            border-bottom: 1px solid #cfd8e6;
            display: inline-block;
            padding-bottom: 6px;
        }

        .service-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 18px 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
            transition: 0.3s;
            height: 100%;
            display: flex;
            align-items: center;
            gap: 25px;

        }

        .service-card:hover {
            transform: translateY(-4px);
            box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.10);
        }

        .service-icon {
            width: 60px;
            height: 60px;
            object-fit: contain;
            width: 60px;
            height: 60px;
            object-fit: contain;
            background-color: #f5f9ff;
            padding: 10px;
            border-radius: 100px;
        }

        .service-title {
            font-size: 15px;
            font-weight: 600;
            color: #1a2a44;
            line-height: 1.3;
        }

        /* Mobile */
        @media (max-width: 576px) {
            .service-icon {
                width: 50px;
                height: 50px;
            }
        }

        /* ------ specialized treatment ---*/

        .specialized-treatments {
            position: relative;
            padding: 20px 0;
            background-image: url("images/knee.webp");
            /* FULL BACKGROUND IMAGE */
            background-size: cover;
            background-position: right center;
            background-repeat: no-repeat;
            width: 100%;
            height: auto;
        }

        /* soft white overlay like medical banners */
        .specialized-treatments::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(245, 249, 255, 0.5);
        }

        .specialized-treatments .container {
            position: relative;
            z-index: 2;
        }

        .specialized-treatments .treatments-content {
            background: transparent;
        }

        .specialized-treatments h2 {
            font-size: 34px;
            font-weight: 700;
            color: #0b4fa2;
            margin-bottom: 25px;
        }

        .specialized-treatments .treatments-list {
            list-style: none;
            padding: 0;
            margin-bottom: 25px;
        }

        .specialized-treatments .treatments-list li {
            display: flex;
            align-items: center;
            font-size: 16px;
            margin-bottom: 12px;
            color: #333;
        }

        .specialized-treatments .treatments-list i {
            color: #2ecc71;
            font-size: 18px;
            margin-right: 12px;
        }

        .specialized-treatments .highlight-box {
            display: inline-block;
            padding: 12px 22px;
            background: #ffffff;
            border-left: 5px solid #1c75bc;
            border-radius: 6px;
            font-weight: 600;
            color: #1c75bc;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .specialized-treatments {
                background-position: center;
                text-align: center;
            }

            .specialized-treatments h2 {
                font-size: 26px;
            }

            .specialized-treatments .treatments-list li {
                justify-content: center;
            }

            .specialized-treatments .highlight-box {
                margin: auto;
            }
        }

        /* ------ meeth the doctor -----*/

        .meet-doctor-banner {
            position: relative;
            padding: 50px 0;
            background-image: url("doctor-bg.jpg");
            /* FULL BG IMAGE */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .meet-doctor-banner .container {
            position: relative;
            z-index: 2;
            background: rgba(240, 246, 255, 0.95);
            padding: 20px;
            border-radius: 10px;
        }

        .meet-doctor-banner .doctor-image img {
            max-height: 380px;
            border-radius: 8px;
        }

        .meet-doctor-banner .doctor-content h2 {
            color: #0b4fa2;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .meet-doctor-banner .doctor-content h4 {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .meet-doctor-banner .designation {
            color: #1c75bc;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .meet-doctor-banner .description {
            color: #333;
            margin-bottom: 25px;
            max-width: 600px;
        }

        .meet-doctor-banner .doctor-highlights {
            margin-bottom: 25px;
        }

        .meet-doctor-banner .highlight-item {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
        }

        .meet-doctor-banner .highlight-item i {
            font-size: 28px;
            color: #1c75bc;
        }

        .meet-doctor-banner .highlight-item span {
            font-weight: 600;
            color: #333;
        }

        .meet-doctor-banner .consult-btn {
            background: #1c75bc;
            color: #fff;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 6px;
        }

        .meet-doctor-banner .consult-btn:hover {
            background: #0b4fa2;
            color: #fff;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .meet-doctor-banner {
                text-align: center;
            }

            .meet-doctor-banner .doctor-image img {
                margin-bottom: 25px;
            }

            .meet-doctor-banner .highlight-item {
                justify-content: center;
            }
        }

        /* -------- testimonial-section ----------*/
        .testimonial-section {
            background: #f5f9ff;
            font-family: 'Poppins', sans-serif;
        }

        .testimonial-section .section-title {
            font-weight: 600;
            color: #1a2a44;
            border-bottom: 1px solid #cfd8e6;
            padding-bottom: 6px;
            display: inline-block;
        }

        .testimonial-card {
            background: #ffffff;
            border-radius: 10px;
            padding: 15px 18px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
            height: 100%;
        }

        .testimonial-card .profile-img {
            width: 48px;
            height: 48px;
            border-radius: 50%;
        }

        .testimonial-card .name {
            font-weight: 600;
            color: #1a2a44;
        }

        .testimonial-card .message {
            font-size: 18px;
            color: #2c3e55;
            margin-bottom: 8px;
        }

        .testimonial-card .stars {
            color: #f4b400;
            font-size: 16px;
        }

        .map-card {
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
        }

        /* Responsive tweaks */
        @media (max-width: 768px) {
            .testimonial-section .section-title {
                text-align: center;
                width: 100%;
            }
        }

        /* ------------- contact section --------*/
        .contact-section {
            background: linear-gradient(90deg, #0b57c2, #0a3f94);
            color: #fff;
            font-family: 'Poppins', sans-serif;
        }

        .contact-section .section-title {
            font-weight: 600;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            padding-bottom: 6px;
            margin-bottom: 15px;
        }

        .contact-section .icon {
            font-size: 18px;
            color: #fff;
        }

        .contact-section .divider {
            width: 1px;
            height: 30px;
            background: rgba(255, 255, 255, 0.4);
            margin: 0 10px;
        }

        /* Buttons */
        .whatsapp-btn {
            background: #25d366;
            color: #fff;
            font-weight: 500;
            border-radius: 6px;
            padding: 8px 18px;
        }

        .direction-btn {
            background: #1a73e8;
            color: #fff;
            font-weight: 500;
            border-radius: 6px;
            padding: 8px 18px;
        }

        .whatsapp-btn:hover,
        .direction-btn:hover {
            opacity: 0.9;
            color: #fff;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .contact-section {
                text-align: left;
            }

            .divider {
                display: none;
            }
        }

        /* ------------ footer ----------*/
        .custom-footer {
            background: #f2f6fc;
            /* light bluish */
            border-top: 1px solid #dbe2eb;
            font-family: 'Poppins', sans-serif;
        }

        .custom-footer .footer-content span {
            color: #1a2a44;
            font-size: 14px;
            font-weight: 500;
        }

        .custom-footer .divider {
            margin: 0 10px;
            color: #1a2a44;
        }

        @media (max-width:991.98px) {
            .service-card {
                display: block;
            }

            .specialized-treatments {
                background-position: 75% 25%;
            }
        }

        /* Responsive - text center for mobile */
        @media (max-width: 768px) {
            .custom-footer .divider {
                display: none;
            }

            .custom-footer .footer-content {
                gap: 4px;
            }
        }
