
body {
    background-color: #819067;
    overflow-x: hidden;
}
                                   /* Header */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FEFAE0;
    z-index: 1000;
    height: 100px; 
}

.logo {
    height: 100px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
}

.nav-links li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #0f0f0f;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.08rem;
    letter-spacing: 0.02em;
    padding: 0.5rem 1.1rem;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
    position: relative;
}

.nav-links a:hover {
    color: #0A400C;
}

.book-counselling {
    border-radius: 20px;
    background: #0A400C;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 1.08rem;
    cursor: pointer;
    padding: 10px 20px;
    margin-right: 40px;
    transition: all 0.3s ease;
    outline: none;
    animation: glowing 1.5s infinite;
    position: relative;
    overflow: hidden;
}

.book-counselling:hover {
    animation: none;
    background: #126b15;
    box-shadow: 0 0 25px #126b15;
    transform: translateY(-2px);
}


@keyframes glowing {
    0% {
        box-shadow: 0 0 5px #0A400C,
                   0 0 10px #0A400C,
                   0 0 15px #0A400C;
    }
    50% {
        box-shadow: 0 0 20px #0A400C,
                   0 0 25px #0A400C,
                   0 0 30px #0A400C;
    }
    100% {
        box-shadow: 0 0 5px #0A400C,
                   0 0 10px #0A400C,
                   0 0 15px #0A400C ;
    }
}

.hamburger {
    background-color: #FEFAE0;
    border: none;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1002;
    cursor: pointer;
    border-radius: 50%;
    padding: 8px;
    display: none;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000000;
    margin: 3px 0;
    border-radius: 3px;
    transition: all 0.4s ease;
    transform-origin: center center;
    position: relative;
    left: 0;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    margin: 4px 0;
    height: 3px;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    margin: 4px 0;
    height: 3px;
}

/* Responsive */
@media (max-width: 1100px) {
    .header-container {
        padding: 12px 20px;
    }

    .logo {
        height: 88px;
    }
    
    .hamburger {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1002;
        margin-right: 20px;
    }

    .nav-bar {
        display: flex;
        align-items: center;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%; 
        border-radius: 0 0 0 40px;
        height: 100vh;
        width: 320px;
        background: #FEFAE0;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 100px 30px 50px;
        transition: right 0.3s ease;
        box-shadow: -3px 0 20px rgba(0, 0, 0, 0.15);
        z-index: 1001;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links li {
        width: 100%;
        margin: 15px 0;
    }

    .nav-links a {
        display: block;
        padding: 15px 25px;
        text-align: center;
        font-size: 1.1rem;
        color: #333;
        border-radius: 10px;
        transition: all 0.3s ease;
        font-weight: 500;
    }

    .nav-links a:hover {
        background-color: rgba(10, 64, 12, 0.08);
        color: #0A400C;
        transform: translateX(5px);
    }

    .book-counselling {
        margin: 30px auto 20px;
        width: 85%;
        max-width: 220px;
        text-align: center;
        padding: 14px 25px;
        display: block;
        border-radius: 25px;
        font-weight: 600;
        font-size: 1rem;
    }

    .nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .nav-overlay.active {
        display: block;
    }
}
@media (max-width: 380px) {
    
    .nav-links{
        right: -200%;
    
    }
    .nav-links.active {
        left: 10px;
}
}   

                                                /* Profile Cards Section */

/* Profiles Section Container */
.profiles-section {
    padding: 120px 40px 80px;
    background: linear-gradient(135deg, #819067 0%, #6b7a56 100%);
    min-height: 100vh;
    margin-top: 100px;
}

.profiles-container {
    max-width: 1200px;
    margin: 0 auto;
}

.profiles-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 3rem;
    font-weight: 700;
    color: cornsilk;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -0.02em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Profiles Grid */
.profiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .profiles-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .profiles-section {
        padding: 80px 20px 60px;
    }
    
    .profiles-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .profiles-section {
        padding: 60px 15px 50px;
        margin-top: 88px;
    }
    
    .profiles-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }
}

/* Profile Card */
.profile-card {
    background: cornsilk;
    border-radius: 16px;
    padding-bottom: 0px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(129, 144, 103, 0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
    overflow: hidden;
}

/* Profile Image Section */
.profile-image {
    width: 100%;
    height: 50vh;
    background: linear-gradient(135deg, #819067 0%, #6b7a56 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #819067 0%, #7a8960 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: cornsilk;
}

/* Card Content Wrapper */
.profile-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: auto;
    
}

.profile-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, cornsilk 0%, rgba(255, 248, 220, 0.7) 100%);
}

.profile-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 248, 220, 0.1) 0%, transparent 70%);
    transition: all 0.4s ease;
    pointer-events: none;
}

.profile-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    transform: translateY(-8px);
    border-color: cornsilk;
}

.profile-card:hover .profile-image {
    transform: scale(1.05);
}

.profile-card:hover::after {
    top: -30%;
    right: -30%;
}

/* Profile Header */
.profile-header {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(129, 144, 103, 0.3);
    position: relative;
    z-index: 1;
    text-align: center;
}

.profile-name {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.profile-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #333333;
    margin: 8px 0;
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

.profile-subtitle {
    font-size: 0.95rem;
    color: #666666;
    margin: 4px 0 0 0;
    font-style: italic;
}

/* Profile Bio */
.profile-bio {
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.profile-bio p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444444;
    margin: 0;
}

/* Profile Subheading */
.profile-subheading {
    font-size: 0.85rem;
    
    font-weight: 700;
    color: #0A400C;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 24px 0 16px 0;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    position: relative;
    z-index: 1;
}

/* Qualifications/Experience Tags */
.profile-qualifications,
.profile-languages {
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag {
    display: inline-block;
    background: rgba(129, 144, 103, 0.1);
    color: #333333;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 500;
    border: 1.5px solid #819067;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.tag:hover {
    background: rgba(129, 144, 103, 0.2);
    border-color: #819067;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(129, 144, 103, 0.2);
}

/* Language Badges */
.language-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.lang-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, rgba(129, 144, 103, 0.12), rgba(129, 144, 103, 0.06));
    color: #333333;
    padding: 7px 13px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #819067;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.lang-badge:hover {
    background: linear-gradient(135deg, rgba(129, 144, 103, 0.2), rgba(129, 144, 103, 0.12));
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(129, 144, 103, 0.3);
    border-color: #819067;
}

.lang-badge i {
    font-size: 0.95rem;
}

/* Profile Contact Section */
.profile-contact {
    margin: 24px 0;
    padding: 20px 0;
    border-top: 1px solid rgba(129, 144, 103, 0.2);
    border-bottom: 1px solid rgba(129, 144, 103, 0.2);
    position: relative;
    z-index: 1;
    text-align: center;
}

.contact-phone,
.contact-location,
.contact-hours {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 12px 0;
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
}

.contact-phone i,
.contact-location i,
.contact-hours i {
    color: #0A400C;
    margin-top: 2px;
    flex-shrink: 0;
    min-width: 20px;
    font-size: 1.1rem;
}

.contact-phone a,
.contact-location a {
    color: #0A400C;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.contact-phone a::after,
.contact-location a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0A400C;
    transition: width 0.3s ease;
}

.contact-phone a:hover::after,
.contact-location a:hover::after {
    width: 100%;
}

.contact-phone a:hover,
.contact-location a:hover {
    color: #126b15;
}

/* Book Button */
.btn-book {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 64px);
    text-align: center;
    background: linear-gradient(135deg, #0A400C 0%, #126b15 100%);
    color: cornsilk;
    padding: 12px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 6px 20px rgba(10, 64, 12, 0.3);
    position: relative;
    z-index: 2;
    overflow: hidden;
    letter-spacing: 0.5px;
    
}

.btn-book::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.btn-book:hover::before {
    left: 100%;
}

.btn-book:hover {
    background: linear-gradient(135deg, #126b15 0%, #0d5611 100%);
    box-shadow: 0 12px 32px rgba(10, 64, 12, 0.5);
    transform: translateY(-4px);
}

.btn-book:active {
    transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .profile-card {
        padding: 0;
    }
    
    .profile-content {
        padding: 24px;
    }
    
    .profile-image {
        height: 240px;
    }

    .profile-name {
        font-size: 1.5rem;
    }

    .profile-title {
        font-size: 1rem;
    }

    .profiles-title {
        font-size: 2.2rem;
    }

    .tag {
        font-size: 0.78rem;
        padding: 5px 10px;
    }

    .btn-book {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .profile-card {
        padding: 0;
    }
    
    .profile-content {
        padding: 18px;
    }
    
    .profile-image {
        height: 200px;
    }

    .profile-name {
        font-size: 1.35rem;
    }

    .profile-bio p {
        font-size: 0.9rem;
    }

    .profiles-title {
        font-size: 1.5rem;
    }

    .btn-book {
        padding: 10px 16px;
        font-size: 0.9rem;
    }

    .tag {
        font-size: 0.75rem;
        padding: 4px 8px;
    }
}

                                                /* Footer section */

.custom-footer {
    background-color: #020202;
    color: #fff;
    padding: 60px 0 0 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: -10px;
    z-index: 999;
    box-sizing: border-box;
    
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.footer-about, .footer-services, .footer-contact {
    flex: 1 1 250px;
    min-width: 220px;
}

.footer-brand {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.footer-icon {
    font-size: 2rem;
    margin-right: 10px;
}

.footer-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
}

.footer-doctor {
    color: #bbb;
    font-size: 0.95rem;
    margin: 0;
}

.footer-quote {
    color: #bbb;
    margin-bottom: 12px;
}

.footer-desc {
    color: #bbb;
    margin-bottom: 20px;
}


.footer-heading {
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 0px;
    font-size: 1.1rem;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    color: #bbb;
    font-size: 0.98rem;
    margin-bottom: 8px;
}

.footer-contact-list p {
    color: #bbb;
    font-size: 0.98rem;
    margin-bottom: 8px;
}

.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 40px;
    padding: 24px 0 16px 0;
    text-align: center;
    color: #bbb;
    font-size: 0.95rem;
}
.footer-logo
{
    height: 48px;           
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;     
}

/* Social Links */
.social-links {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0A400C;
    color: #FEFAE0;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 3px 10px rgba(10, 64, 12, 0.2);
}

.social-links a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(10, 64, 12, 0.4);
    background: #126b15;
}

.social-links i {
    font-size: 20px;
}



