body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .btn-appointment {
            background-color: #c8e17f;
            color: #002855;
            font-weight: bold;
            padding: 12px 30px;
            border: none;
            text-transform: uppercase;
        }

        .logo-icon {
            width: 50px;
            height: 50px;
            background-color: #c8e17f;
            border-radius: 8px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            position: relative;
        }

        .logo-icon::before,
        .logo-icon::after {
            content: '';
            position: absolute;
            background-color: #002855;
        }

        .logo-icon::before {
            width: 30px;
            height: 4px;
        }

        .logo-icon::after {
            width: 4px;
            height: 30px;
        }

        .social-icons a {
            color: #002855;
            margin-left: 15px;
            font-size: 18px;
        }

        .page-banner {
            background: linear-gradient(rgba(0, 40, 85, 0.7), rgba(0, 40, 85, 0.7)), url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?w=1600&q=80');
            background-size: cover;
            background-position: center;
            padding: 80px 0;
            color: white;
            text-align: center;
        }

        .page-banner h1 {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .breadcrumb {
            background: transparent;
            padding: 0;
            margin: 0;
            justify-content: center;
        }

        .breadcrumb-item,
        .breadcrumb-item a {
            color: white;
        }

        .about-section {
            padding: 80px 0;
        }

        .about-image-wrapper {
            position: relative;
        }

        .about-image {
            width: 100%;
            border-radius: 200px 200px 0 0;
            overflow: hidden;
        }

        .about-content h3 {
            color: #002855;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
            border-left: 4px solid #5bc0de;
            padding-left: 15px;
        }

        .about-content p {
            color: #666;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        .btn-read-more {
            background-color: #002855;
            color: white;
            padding: 12px 30px;
            border: none;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 13px;
        }

        .education-section {
            background-color: #f8f9fa;
            padding: 60px 0;
        }

        .section-title {
            color: #002855;
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .education-item,
        .experience-item {
            margin-bottom: 20px;
            padding-left: 25px;
            position: relative;
        }

        .education-item::before,
        .experience-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 10px;
            height: 10px;
            background-color: #5bc0de;
            border-radius: 50%;
        }

        .item-degree {
            color: #002855;
            font-weight: 600;
            font-size: 16px;
        }

        .item-institution {
            color: #666;
            font-size: 14px;
        }

        .treatments-section {
            padding: 80px 0;
        }

        .treatments-title {
            text-align: center;
            font-size: 32px;
            font-weight: bold;
            color: #002855;
            margin-bottom: 20px;
        }

        .treatments-subtitle {
            text-align: center;
            color: #666;
            margin-bottom: 50px;
        }

        .treatment-card {
            margin-bottom: 40px;
        }

        .treatment-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .treatment-title {
            font-size: 20px;
            font-weight: bold;
            color: #002855;
            margin-bottom: 10px;
        }

        .treatment-text {
            color: #666;
            font-size: 14px;
            line-height: 1.7;
        }

        .btn-book-appointment {
            background-color: #002855;
            color: white;
            padding: 12px 30px;
            border: none;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 13px;
            display: block;
            margin: 50px auto 0;
        }

        
        .why-choose {
            background-color: #244b7b;
            color: #ffffff;
            position: relative;
            overflow: hidden;
            padding: 80px 0;
        }

        .why-choose::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(60deg, rgba(255,255,255,0.05) 25%, transparent 25%),
                linear-gradient(-60deg, rgba(255,255,255,0.05) 25%, transparent 25%);
            background-size: 80px 80px;
            opacity: 0.3;
        }

        .why-choose-content {
            position: relative;
            z-index: 2;
        }

        .doctor-card {
            background-color: #b9d9f2;
            border-radius: 20px;
            padding: 20px;
            display: inline-block;
        }

        .doctor-card img {
            max-width: 100%;
            border-radius: 15px;
        }

        .section-title {
            font-size: 36px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .underline {
            width: 60px;
            height: 3px;
            background-color: #ffffff;
            margin-bottom: 25px;
        }

        .check-list li {
            list-style: none;
            margin-bottom: 12px;
            font-size: 16px;
        }

        .check-list i {
            color: #ffb703;
            margin-right: 10px;
            font-size: 18px;
        }

        .btn-schedule {
            background-color: #ffffff;
            color: #244b7b;
            padding: 12px 28px;
            font-weight: 600;
            border-radius: 6px;
            text-decoration: none;
            display: inline-block;
            margin-top: 20px;
        }

        .btn-schedule:hover {
            background-color: #e6e6e6;
            color: #244b7b;
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 28px;
            }
        }