/* =========================================
   DOCTOR PROFILE PAGE
========================================= */

.doctor-profile-page {
    font-family: 'Sora', sans-serif;
    color: #173b32;
    background: #ffffff;
}

.doctor-profile-container {
    width: min(1180px, 92%);
    margin: 0 auto;
}


/* =========================================
   HERO
========================================= */

.doctor-profile-hero {
    padding: 90px 0;
    background: linear-gradient(
        135deg,
        #f1f8f5 0%,
        #ffffff 65%
    );
}

.doctor-profile-hero .doctor-profile-container {
    display: grid;
    grid-template-columns: 390px 1fr;
    gap: 70px;
    align-items: center;
}

.doctor-profile-image {
    position: relative;
}

.doctor-profile-image img {
    width: 100%;
    display: block;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.10);
}

.profile-eyebrow {
    display: inline-block;
    color: #b87333;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.doctor-profile-intro h1 {
    font-family: 'Marcellus', serif;
    font-size: 52px;
    line-height: 1.15;
    margin: 0 0 12px;
    color: #123b31;
}

.doctor-profile-intro h2 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
}

.profile-hospital,
.profile-experience {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 7px 15px 7px 0;
    font-size: 14px;
    font-weight: 600;
}

.profile-hospital i,
.profile-experience i {
    color: #b87333;
}

.profile-intro-text {
    max-width: 720px;
    margin-top: 25px;
    color: #5f706b;
    line-height: 1.9;
    font-size: 15px;
}

.profile-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.profile-primary-btn,
.profile-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.profile-primary-btn {
    background: #124c3e;
    color: #ffffff;
}

.profile-primary-btn:hover {
    background: #0c382e;
    color: #ffffff;
}

.profile-whatsapp-btn {
    border: 1px solid #d9e5df;
    color: #124c3e;
    background: #ffffff;
}

.profile-whatsapp-btn:hover {
    border-color: #124c3e;
}


/* =========================================
   QUICK FACTS
========================================= */

.doctor-quick-facts {
    padding: 25px 0;
    background: #124c3e;
}

.doctor-quick-facts .doctor-profile-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.quick-fact {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
}

.quick-fact i {
    font-size: 25px;
    color: #d49a62;
}

.quick-fact span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
}

.quick-fact strong {
    display: block;
    margin-top: 3px;
    font-size: 13px;
}


/* =========================================
   COMMON SECTION
========================================= */

.doctor-about-section,
.doctor-education-section,
.doctor-membership-section,
.doctor-seo-content {
    padding: 90px 0;
}

.doctor-specialties-section,
.doctor-achievements-section,
.doctor-video-section {
    padding: 90px 0;
    background: #f7faf8;
}

.section-heading {
    margin-bottom: 35px;
}

.section-heading.center {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading span {
    color: #b87333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-heading h2 {
    font-family: 'Marcellus', serif;
    color: #123b31;
    font-size: 38px;
    line-height: 1.3;
    margin: 10px 0 15px;
}

.section-heading p {
    color: #65756f;
    line-height: 1.8;
}


/* =========================================
   ABOUT
========================================= */

.doctor-about-content {
    max-width: 900px;
}

.doctor-about-content p,
.seo-text p {
    color: #5f706b;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
}


/* =========================================
   SPECIALTIES
========================================= */

.specialty-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.specialty-card {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e3ebe7;
    border-radius: 14px;
    transition: 0.3s ease;
}

.specialty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

.specialty-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf6f2;
    color: #124c3e;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 21px;
}

.specialty-card h3 {
    font-size: 18px;
    color: #173b32;
    margin-bottom: 10px;
}

.specialty-card p {
    color: #65756f;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================
   EDUCATION
========================================= */

.education-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.education-item {
    display: flex;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid #e6ece9;
}

.education-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf6f2;
    color: #124c3e;
}

.education-item span {
    color: #b87333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.education-item h3 {
    margin: 7px 0;
    font-size: 16px;
    color: #173b32;
}

.education-item p {
    color: #65756f;
    font-size: 13px;
}

.education-highlight {
    padding: 45px 35px;
    background: #124c3e;
    border-radius: 18px;
    color: #ffffff;
}

.education-highlight span {
    color: #d49a62;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.education-highlight strong {
    display: block;
    font-family: 'Marcellus', serif;
    font-size: 75px;
    line-height: 1;
    margin: 20px 0 10px;
}

.education-highlight h3 {
    font-size: 21px;
    line-height: 1.5;
}

.education-highlight p {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================
   ACHIEVEMENTS
========================================= */

.achievement-list {
    max-width: 900px;
    margin: auto;
}

.achievement-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #e1e9e5;
}

.achievement-number {
    color: #b87333;
    font-family: 'Marcellus', serif;
    font-size: 22px;
}

.achievement-item h3 {
    color: #173b32;
    font-size: 17px;
    margin-bottom: 7px;
}

.achievement-item p {
    color: #65756f;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   MEMBERSHIPS
========================================= */

.membership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.membership-card {
    text-align: center;
    padding: 35px 25px;
    border: 1px solid #e2ebe6;
    border-radius: 15px;
}

.membership-card i {
    font-size: 30px;
    color: #b87333;
    margin-bottom: 18px;
}

.membership-card h3 {
    color: #173b32;
    font-size: 16px;
    line-height: 1.5;
}

.membership-card p {
    color: #65756f;
    font-size: 13px;
}


/* =========================================
   VIDEOS
========================================= */

.doctor-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.doctor-video-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e3ebe7;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #102f28;
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-content {
    padding: 20px;
}

.video-content span {
    color: #b87333;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.video-content h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    color: #173b32;
}


/* =========================================
   TESTIMONIAL
========================================= */

.testimonial-placeholder {
    max-width: 750px;
    margin: auto;
    padding: 40px;
    text-align: center;
    background: #f7faf8;
    border-radius: 15px;
    color: #65756f;
}

.testimonial-placeholder i {
    color: #b87333;
    font-size: 30px;
    margin-bottom: 20px;
}


/* =========================================
   INTERNATIONAL PATIENT
========================================= */

.international-patient-section {
    padding: 90px 0;
    background: #edf6f2;
}

.international-content {
    max-width: 850px;
}

.international-content > span {
    color: #b87333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.international-content h2 {
    font-family: 'Marcellus', serif;
    color: #123b31;
    font-size: 40px;
    margin: 12px 0 18px;
}

.international-content > p {
    color: #5f706b;
    line-height: 1.9;
    font-size: 15px;
}

.international-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin: 25px 0;
}

.international-points div {
    color: #34534a;
    font-size: 14px;
}

.international-points i {
    color: #b87333;
    margin-right: 7px;
}

.international-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: #124c3e;
    color: #ffffff;
    text-decoration: none;
    border-radius: 7px;
    font-weight: 600;
}


/* =========================================
   CTA
========================================= */

.doctor-profile-cta {
    padding: 90px 0;
    background: #123b31;
    text-align: center;
}

.cta-content {
    max-width: 800px;
    margin: auto;
}

.cta-content > span {
    color: #d49a62;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}

.cta-content h2 {
    color: #ffffff;
    font-family: 'Marcellus', serif;
    font-size: 40px;
    line-height: 1.35;
    margin: 12px 0 15px;
}

.cta-content p {
    color: rgba(255,255,255,0.75);
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.cta-whatsapp,
.cta-email {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 22px;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
}

.cta-whatsapp {
    background: #ffffff;
    color: #123b31;
}

.cta-email {
    border: 1px solid rgba(255,255,255,0.3);
    color: #ffffff;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    .doctor-profile-hero .doctor-profile-container {
        grid-template-columns: 300px 1fr;
        gap: 40px;
    }

    .doctor-profile-intro h1 {
        font-size: 42px;
    }

    .doctor-quick-facts .doctor-profile-container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    .specialty-grid,
    .doctor-video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .education-grid {
        grid-template-columns: 1fr;
    }

    .membership-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 700px) {

    .doctor-profile-hero {
        padding: 55px 0;
    }

    .doctor-profile-hero .doctor-profile-container {
        grid-template-columns: 1fr;
    }

    .doctor-profile-image {
        max-width: 330px;
        margin: auto;
    }

    .doctor-profile-intro {
        text-align: center;
    }

    .profile-actions {
        justify-content: center;
    }

    .doctor-profile-intro h1 {
        font-size: 36px;
    }

    .doctor-profile-intro h2 {
        font-size: 17px;
    }

    .doctor-quick-facts .doctor-profile-container,
    .specialty-grid,
    .doctor-video-grid,
    .membership-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2,
    .international-content h2,
    .cta-content h2 {
        font-size: 30px;
    }

    .international-points {
        grid-template-columns: 1fr;
    }

    .achievement-item {
        grid-template-columns: 45px 1fr;
    }

    .doctor-about-section,
    .doctor-education-section,
    .doctor-membership-section,
    .doctor-seo-content,
    .doctor-specialties-section,
    .doctor-achievements-section,
    .doctor-video-section,
    .international-patient-section,
    .doctor-profile-cta {
        padding: 65px 0;
    }
}





/* ================================
   SPECIALTY FILTER
================================ */

.specialty-filter-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 35px auto 50px;
}

.specialty-filter-wrap label {
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #31584f;
    white-space: nowrap;
}

.specialty-select-box {
    position: relative;
    width: 280px;
}

.specialty-filter {
    width: 100%;
    height: 52px;
    padding: 0 48px 0 20px;
    appearance: none;
    -webkit-appearance: none;

    background: #ffffff;
    border: 1px solid #d9e3df;
    border-radius: 30px;

    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #31584f;

    cursor: pointer;
    outline: none;

    transition: all 0.3s ease;
}

.specialty-filter:hover {
    border-color: #176054;
}

.specialty-filter:focus {
    border-color: #176054;
    box-shadow: 0 0 0 4px rgba(23, 96, 84, 0.08);
}

.specialty-select-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);

    color: #176054;
    font-size: 12px;

    pointer-events: none;
}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .specialty-filter-wrap {
        flex-direction: column;
        gap: 12px;
        margin: 25px auto 35px;
    }

    .specialty-filter-wrap label {
        font-size: 14px;
    }

    .specialty-select-box {
        width: 100%;
        max-width: 320px;
    }

    .specialty-filter {
        height: 50px;
    }
}