/* ===================================
   CONTENT SECTION - PROFESSIONAL DENTAL CONTENT
   =================================== */

.content-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #FFF5F8 100%);
    position: relative;
    overflow: hidden;
}

.content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50 0 L100 50 L50 100 L0 50 Z" fill="%23FFE5EC" opacity="0.1"/></svg>');
    opacity: 0.3;
    z-index: 0;
}

.content-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

/* Main Heading */
.content-main-heading {
    text-align: center;
    margin-bottom: 30px;
}

.content-main-heading h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.content-main-heading h1 span {
    color: #E91E63;
    position: relative;
    display: inline-block;
}

.content-main-heading h1 span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #E91E63, #FF6B9D);
    border-radius: 3px;
}

/* Intro Text */
.content-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.content-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.content-intro p:last-child {
    font-weight: 500;
    color: #E91E63;
    font-size: 19px;
}

/* About Doctor Section */
.content-about-doctor {
    background: white;
    border-radius: 20px;
    padding: 60px 50px;
    margin-bottom: 50px;
    box-shadow: 0 10px 40px rgba(233, 30, 99, 0.08);
    border: 1px solid #FFE5EC;
}

.content-about-doctor h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    text-align: center;
}

.content-about-doctor h2 span {
    color: #E91E63;
}

.doctor-description {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
}

.doctor-description:last-of-type {
    margin-bottom: 40px;
}

/* Professional Highlights */
.professional-highlights {
    background: linear-gradient(135deg, #FFF5F8 0%, #FFE5EC 100%);
    border-radius: 15px;
    padding: 40px;
    margin-top: 30px;
}

.professional-highlights h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 25px;
    text-align: center;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.highlight-box {
    background: white;
    padding: 20px 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 1px solid #FFE5EC;
}

.highlight-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(233, 30, 99, 0.15);
}

.highlight-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #E91E63, #FF6B9D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.highlight-icon i {
    color: white;
    font-size: 22px;
}

.highlight-text {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    font-weight: 500;
}

/* Why Choose Us Section */
.content-why-choose {
    background: white;
    border-radius: 20px;
    padding: 60px 50px;
    margin-bottom: 50px;
    box-shadow: 0 10px 40px rgba(233, 30, 99, 0.08);
    border: 1px solid #FFE5EC;
}

.content-why-choose h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-align: center;
}

.content-why-choose h3 span {
    color: #E91E63;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.why-choose-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: linear-gradient(135deg, #FFF5F8 0%, #FFE5EC 100%);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.why-choose-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(233, 30, 99, 0.1);
}

.why-choose-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #E91E63, #FF6B9D);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-choose-icon i {
    color: white;
    font-size: 18px;
}

.why-choose-text {
    flex: 1;
}

.why-choose-text h4 {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.why-choose-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Services Overview */
.content-services-overview {
    background: linear-gradient(135deg, #FFF5F8 0%, #FFE5EC 100%);
    border-radius: 20px;
    padding: 60px 50px;
    margin-bottom: 50px;
    border: 1px solid #FFE5EC;
}

.content-services-overview h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-align: center;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.service-item {
    background: white;
    padding: 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 1px solid #FFE5EC;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(233, 30, 99, 0.15);
}

.service-number {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #E91E63, #FF6B9D);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.service-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Clinic Reputation */
.content-reputation {
    background: white;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(233, 30, 99, 0.08);
    border: 1px solid #FFE5EC;
    margin-bottom: 50px;
}

.content-reputation h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.content-reputation p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    max-width: 800px;
    margin: 0 auto 30px;
}

.reputation-badges {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.badge-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #E91E63, #FF6B9D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-icon i {
    color: white;
    font-size: 30px;
}

.badge-text {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* CTA Box */
.content-cta-box {
    background: linear-gradient(135deg, #E91E63, #FF6B9D);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    color: white;
    box-shadow: 0 15px 50px rgba(233, 30, 99, 0.25);
}

.content-cta-box h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.content-cta-box p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-buttons-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn-white,
.cta-btn-outline {
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.cta-btn-white {
    background: white;
    color: #E91E63;
}

.cta-btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

.cta-btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta-btn-outline:hover {
    background: white;
    color: #E91E63;
}

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

/* Tablet */
@media (max-width: 768px) {
    .content-section {
        padding: 60px 0;
    }

    .content-main-heading h1 {
        font-size: 36px;
    }

    .content-about-doctor,
    .content-why-choose,
    .content-services-overview,
    .content-reputation,
    .content-cta-box {
        padding: 40px 30px;
        margin-bottom: 30px;
    }

    .content-about-doctor h2,
    .content-why-choose h3,
    .content-services-overview h3 {
        font-size: 28px;
    }

    .highlights-grid,
    .why-choose-grid,
    .services-list {
        grid-template-columns: 1fr;
    }

    .professional-highlights {
        padding: 30px 20px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .content-section {
        padding: 40px 0;
    }

    .content-main-heading h1 {
        font-size: 28px;
    }

    .content-intro p {
        font-size: 16px;
    }

    .content-about-doctor,
    .content-why-choose,
    .content-services-overview,
    .content-reputation,
    .content-cta-box {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .content-about-doctor h2,
    .content-why-choose h3,
    .content-services-overview h3 {
        font-size: 24px;
    }

    .content-reputation h3,
    .content-cta-box h3 {
        font-size: 26px;
    }

    .doctor-description {
        font-size: 15px;
    }

    .highlight-box {
        padding: 15px 20px;
    }

    .why-choose-item {
        padding: 20px;
    }

    .reputation-badges {
        gap: 25px;
    }

    .cta-buttons-group {
        flex-direction: column;
        gap: 15px;
    }

    .cta-btn-white,
    .cta-btn-outline {
        width: 100%;
        justify-content: center;
    }
}