/*
Theme Name: Paramount Healthcare
Theme URI: https://dkcodesolutions.com/
Author: DK Code Solutions
Author URI: https://dkcodesolutions.com/
Description: Custom WordPress theme for Paramount Healthcare, Ludhiana.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: paramount-healthcare
*/

 /* ==========================================================================
   Doctor Profile Page — Styles
   ========================================================================== */

/* ===== Profile Hero ===== */
.profile-hero { padding: 60px 0; background-color: var(--bg-light); border-bottom: 1px solid #E2E8F0; }
.profile-layout { display: flex; gap: 50px; align-items: center; }
.profile-img { width: 300px; height: 300px; border-radius: 8px; object-fit: cover; border: 4px solid var(--white); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.profile-header-info h1 { font-size: 2.5rem; color: var(--primary-gray); margin-bottom: 5px; }
.profile-tag { font-weight: 600; color: var(--logo-gold); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.profile-intro { color: var(--text-light); max-width: 600px; }
.profile-cta-btn { margin-top: 25px; }

/* ===== Content Blocks ===== */
.content-section { padding: 60px 0; }
.bio-card h3 { color: var(--primary-gray); font-size: 1.5rem; margin-bottom: 15px; border-left: 4px solid var(--logo-gold); padding-left: 10px; }
.bio-card p { color: var(--text-light); margin-bottom: 30px; }
.spec-list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 30px; }
.spec-list li { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.spec-list li i { color: var(--logo-gold); }


/* ===== About Hero ===== */
.about-hero { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)) no-repeat center center/cover; background-color: var(--primary-gray); padding: 80px 0; color: var(--white); text-align: center; }
.about-hero-title { font-size: 2.5rem; }
.about-hero-subtitle { font-size: 1.1rem; max-width: 700px; margin: 0 auto; color: #E2E8F0; }

/* ===== About Content ===== */
.about-content { padding: 60px 0; }
.about-text h2 { font-size: 2rem; color: var(--primary-gray); margin-bottom: 20px; }
.about-text h2:not(:first-child) { margin-top: 40px; }
.about-text p { color: var(--text-light); margin-bottom: 20px; font-size: 1rem; }

/* ===== Service Hero (reusable page hero) ===== */
.service-hero { background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.75)) no-repeat center center/cover;  padding: 80px 0; color: var(--white); text-align: center; }
.service-hero-title { font-size: 2.5rem; margin-bottom: 10px; }
.service-hero-subtitle { font-size: 1.1rem; max-width: 700px; margin: 0 auto; }

/* ===== Service Content Grid ===== */
.service-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; padding: 60px 0; }
.service-main h2 { font-size: 2rem; color: var(--primary-gray); margin-bottom: 15px; }
.service-main h2:not(:first-child) { margin-top: 30px; }
.service-main p { color: var(--text-light); margin-bottom: 20px; }

/* ===== Perk Boxes ===== */
.perk-box { display: flex; gap: 15px; margin-bottom: 20px; }
.perk-box i { color: var(--logo-gold); font-size: 1.3rem; margin-top: 4px; }
.perk-box h4 { color: var(--text-dark); }
.perk-box p { margin-bottom: 0; }

/* ===== Sidebar Panel ===== */
.sidebar-panel { background-color: var(--bg-light); border-radius: 6px; padding: 30px; border-top: 4px solid var(--logo-gold); height: fit-content; }
.sidebar-panel h4 { color: var(--primary-gray); margin-bottom: 15px; font-size: 1.2rem; }
.sidebar-text { font-size: 0.9rem; color: var(--text-light); margin-bottom: 20px; }
.sidebar-btn { width: 100%; text-align: center; }


/* ===== Gallery Section ===== */
.gallery-section { padding: 60px 0; }
.gallery-title { color: var(--primary-gray); text-align: center; font-size: 2.2rem; font-weight: 700; }
.gallery-subtitle { text-align: center; color: var(--text-light); margin-bottom: 40px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 30px; }
.gallery-item { background-color: var(--bg-light); border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.02); position: relative; aspect-ratio: 4 / 3; }
.gallery-item img, .gallery-item iframe { width: 100%; height: 100%; object-fit: cover; border: none; display: block; }


/* ===== Contact Grid ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; padding: 60px 0; }
.contact-details h2 { font-size: 2rem; color: var(--primary-gray); margin-bottom: 15px; }
.contact-intro { color: var(--text-light); margin-bottom: 35px; }

/* ===== Contact Cards ===== */
.contact-card { display: flex; gap: 20px; margin-bottom: 25px; padding: 20px; background-color: var(--bg-light); border-left: 4px solid var(--logo-gold); border-radius: 0 6px 6px 0; }
.contact-card i { font-size: 1.5rem; color: var(--logo-gold); margin-top: 3px; }
.contact-card h4 { font-size: 1.1rem; color: var(--primary-gray); margin-bottom: 5px; }
.contact-card p, .contact-card a { font-size: 0.9rem; color: var(--text-light); text-decoration: none; }
.contact-card a:hover { color: var(--logo-gold); }

/* ===== Map Section ===== */
.map-section { width: 100%; height: 100%; min-height: 400px; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #E2E8F0; }
.map-section iframe { width: 100%; height: 100%; border: none; display: block; }


/* ===== Responsive ===== */
@media (max-width: 992px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}


/* ===== Responsive ===== */
@media (max-width: 768px) {
    .profile-layout { flex-direction: column; text-align: center; }
    .profile-intro { margin-left: auto; margin-right: auto; }
    .spec-list { grid-template-columns: 1fr; }
    .service-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .map-section { min-height: 350px; }
}