:root {
    --primary: #7C044C;
    --primary-light: #a33570;
    --primary-dark: #5a0339;
    --secondary: #D4AF37;
    --text-dark: #333;
    --text-light: #666;
    --white: #fff;
    --light-bg: #f8f9fa;
    --border: #ddd;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Poppins', sans-serif;
    --font-accent: 'Roboto Slab', serif;
    --shadow: 0 4px 15px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 30px rgba(0,0,0,0.15);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    background: var(--white);
}

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

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.3;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-sm {
    padding: 10px 20px;
    font-size: 14px;
}

.alert {
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.light-heading {
    font-weight: 300;
    color: var(--text-light);
}

/* Top Bar */
.top-bar {
    background: var(--primary);
    color: var(--white);
    padding: 10px 0;
    font-size: 14px;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar .contact-list {
    display: flex;
    list-style: none;
    gap: 20px;
    flex-wrap: wrap;
}

.top-bar .contact-list li a {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-bar .contact-list li a:hover {
    color: rgba(255,255,255,0.8);
}

.top-bar .opening-hours {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Main Header */
.main-header {
    background: var(--white);
    padding: 15px 0;
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.logo img {
    height: 50px;
}

.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu li a:hover {
    color: var(--primary);
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar .contact-list {
    display: flex;
    list-style: none;
    gap: 20px;
    flex-wrap: wrap;
}

.top-bar .contact-list li a {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-bar .contact-list li a:hover {
    color: rgba(255,255,255,0.8);
}

.top-bar .opening-hours {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Main Header */
.main-header {
    background: var(--white);
    padding: 15px 0;
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 90px;
    display: flex;
    align-items: center;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.logo img {
    height: 70px;
}

.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu li a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.3s;
}

.nav-menu li a:hover {
    color: var(--primary);
}
}

.nav-menu li a {
    font-family: var(--font-heading);
    font-weight: 500;
    color: var(--text-dark);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.nav-menu li a:hover {
    color: var(--primary);
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--primary);
    cursor: pointer;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 100px 0;
    text-align: center;
    color: var(--white);
}

.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.hero-content h1 .subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.hero-tagline {
    margin-bottom: 30px;
}

.hero-tagline .big-font {
    font-family: var(--font-accent);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
}

/* Appointment Section */
.appointment-section {
    background: var(--primary);
    padding: 80px 0;
}

.appointment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.appointment-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
}

.appointment-form-wrapper {
    background: var(--white);
    padding: 40px;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
}

.appointment-form-wrapper h2 {
    color: var(--primary);
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.radio-part {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.first-label {
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.radio-btn {
    display: flex;
    gap: 20px;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-item input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: var(--primary);
}

.radio-item label {
    cursor: pointer;
    font-weight: 400;
}

.field-group {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border);
    border-radius: 5px;
    font-size: 15px;
    font-family: var(--font-body);
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(124, 4, 76, 0.1);
}

.form-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border);
    border-radius: 5px;
    font-size: 15px;
    font-family: var(--font-body);
    background: var(--white);
    cursor: pointer;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: var(--primary-dark);
}

/* About Section */
.about-section {
    padding: 80px 0;
    background: var(--white);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-content h2 {
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 25px;
}

.about-text {
    margin-bottom: 25px;
}

.about-text p {
    color: var(--text-light);
    margin-bottom: 15px;
    font-weight: 400;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

/* Services Section */
.services-section {
    background: var(--primary);
    padding: 80px 0;
}

.services-grid {
    display: grid;
    gap: 30px;
}

.services-grid.three-box {
    grid-template-columns: repeat(3, 1fr);
}

.service-card {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: var(--shadow-lg);
}

.service-icon {
    margin-bottom: 20px;
}

.service-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.service-card h3 {
    color: var(--primary);
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-description {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

.service-description a {
    color: var(--primary);
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.service-description a:hover {
    text-decoration: underline;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: var(--light-bg);
}

.testimonials-section h2 {
    text-align: center;
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 40px;
}

.testimonials-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
}

.testimonials-slider::-webkit-scrollbar {
    height: 8px;
}

.testimonials-slider::-webkit-scrollbar-track {
    background: var(--light-bg);
}

.testimonials-slider::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px;
}

.testimonial-card {
    min-width: 350px;
    max-width: 350px;
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    scroll-snap-align: start;
}

.testimonial-heading {
    color: var(--primary);
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.testimonial-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.testimonial-content p {
    color: var(--text-light);
    font-style: italic;
}

.testimonial-name {
    font-weight: 600;
    color: var(--primary);
}

/* Why Choose Us */
.why-choose-us {
    padding: 80px 0;
    background: var(--white);
}

.why-choose-us h2 {
    text-align: center;
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 50px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-card {
    text-align: center;
    padding: 30px 20px;
}

.feature-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-card h3 {
    color: var(--primary);
    font-size: 1rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.7;
}

.feature-card a {
    color: var(--primary);
}

.feature-card a:hover {
    text-decoration: underline;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: var(--light-bg);
}

.faq-section h2 {
    text-align: center;
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 20px;
}

.faq-section > .container > p {
    text-align: center;
    color: var(--text-light);
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.accordion {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item {
    background: var(--white);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--primary);
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.accordion-title:hover {
    background: rgba(124, 4, 76, 0.05);
}

.accordion-icon {
    color: var(--primary);
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-content p {
    padding: 0 25px 20px;
    color: var(--text-light);
    line-height: 1.8;
}

/* Location Section */
.location-section {
    padding: 80px 0;
    background: var(--white);
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: none;
    border-radius: 10px;
}

.location-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.info-card {
    background: var(--light-bg);
    padding: 25px;
    border-radius: 10px;
}

.info-card h3 {
    color: var(--primary);
    font-size: 1rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-card p {
    color: var(--text-light);
    line-height: 1.8;
}

.info-card a {
    color: var(--primary);
}

.info-card a:hover {
    text-decoration: underline;
}

/* Footer */
.footer-cta {
    background: var(--primary);
    padding: 60px 0;
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-content {
    color: var(--white);
}

.cta-content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.cta-content p {
    margin-bottom: 20px;
    opacity: 0.9;
}

.cta-image img {
    max-width: 300px;
}

.footer-main {
    background: var(--light-bg);
    padding: 60px 0;
}

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

.footer-col h3 {
    color: var(--primary);
    font-size: 1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-logo img {
    height: 50px;
    margin-bottom: 20px;
}

.footer-col p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.8;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a:hover {
    background: var(--primary-dark);
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: var(--text-light);
}

.footer-links li a:hover {
    color: var(--primary);
}

.services-list li {
    color: var(--text-light);
    padding-left: 20px;
    position: relative;
}

.services-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
}

.footer-bottom {
    background: var(--primary-dark);
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    color: var(--white);
    font-size: 14px;
    opacity: 0.9;
}

/* Mobile Styles */
@media (max-width: 992px) {
    .top-bar-inner {
        flex-direction: column;
        gap: 10px;
    }
    
    .top-bar .contact-list {
        justify-content: center;
    }
    
    .header-inner {
        flex-wrap: wrap;
    }
    
    .main-nav {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }
    
    .mobile-toggle {
        display: block;
    }
    
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--white);
        flex-direction: column;
        padding: 20px;
        box-shadow: var(--shadow);
        gap: 15px;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .appointment-grid,
    .about-grid,
    .location-grid,
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid.three-box {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .cta-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .hero-tagline .big-font {
        font-size: 1.5rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .info-row {
        grid-template-columns: 1fr;
    }
    
    .appointment-form-wrapper {
        padding: 25px;
    }
    
    .appointment-image {
        display: none;
    }
}

/* Page Header (for inner pages) */
.page-header {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 80px 0;
    text-align: center;
    color: var(--white);
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Contact Form Page Styles */
.contact-section {
    padding: 80px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-form {
    background: var(--white);
    padding: 40px;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.contact-form h2 {
    color: var(--primary);
    margin-bottom: 30px;
}

.contact-info-card {
    background: var(--light-bg);
    padding: 30px;
    border-radius: 10px;
}

.contact-info-card h3 {
    color: var(--primary);
    margin-bottom: 20px;
}

.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    color: var(--text-light);
}

.contact-info-list li i {
    color: var(--primary);
    font-size: 1.2rem;
    margin-top: 3px;
}

/* About Page Styles */
.about-page {
    padding: 80px 0;
}

.about-page .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-page .about-content h2 {
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 25px;
}

.about-page .about-text p {
    color: var(--text-light);
    margin-bottom: 15px;
    line-height: 1.8;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: var(--light-bg);
    border-radius: 10px;
}

.feature-item i {
    font-size: 2rem;
    color: var(--primary);
}

.feature-item h4 {
    color: var(--primary);
    margin-bottom: 5px;
}

.feature-item p {
    color: var(--text-light);
    font-size: 14px;
}

/* Team Section */
.team-section {
    padding: 80px 0;
    background: var(--light-bg);
}

.team-section h2 {
    text-align: center;
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 40px;
}

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

.team-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.team-photo {
    height: 250px;
    overflow: hidden;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    padding: 25px;
    text-align: center;
}

.team-info h3 {
    color: var(--primary);
    margin-bottom: 5px;
}

.team-qualification {
    color: var(--text-light);
    font-weight: 500;
    margin-bottom: 5px;
}

.team-experience {
    color: var(--secondary);
    font-weight: 600;
    margin-bottom: 5px;
}

.team-specialization {
    color: var(--text-light);
    font-size: 14px;
    margin-bottom: 10px;
}

.team-bio {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.6;
}

/* Accreditation Section */
.accreditation-section {
    padding: 80px 0;
    background: var(--white);
}

.accreditation-section h2 {
    text-align: center;
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 40px;
}

.accreditation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.accreditation-card {
    text-align: center;
    padding: 40px;
    background: var(--light-bg);
    border-radius: 10px;
}

.accreditation-card i {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 20px;
}

.accreditation-card h3 {
    color: var(--primary);
    margin-bottom: 10px;
}

.accreditation-card p {
    color: var(--text-light);
}

/* Services Page Styles */
.services-page {
    padding: 80px 0;
}

.services-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.services-intro p {
    color: var(--text-light);
    line-height: 1.8;
}

.services-category {
    margin-bottom: 60px;
}

.services-category h2 {
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary);
}

.service-detail-card {
    display: flex;
    gap: 30px;
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.service-detail-card .service-icon {
    flex-shrink: 0;
}

.service-detail-card .service-icon i {
    font-size: 4rem;
    color: var(--primary);
}

.service-detail-card .service-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.service-detail-card .service-content h3 {
    color: var(--primary);
    margin-bottom: 15px;
}

.service-detail-card .service-content p {
    color: var(--text-light);
    margin-bottom: 15px;
}

.service-detail-card .service-full-desc p {
    margin-bottom: 10px;
}

.service-detail-card .service-full-desc ul {
    padding-left: 20px;
    list-style: disc;
}

.service-detail-card .service-full-desc li {
    margin-bottom: 8px;
    color: var(--text-light);
}

/* Blogs Page Styles */
.blogs-page {
    padding: 80px 0;
}

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

.blog-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.blog-card .blog-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-card .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card .blog-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 12px;
}

.blog-card .blog-content {
    padding: 25px;
}

.blog-card h3 {
    margin-bottom: 15px;
}

.blog-card h3 a {
    color: var(--primary);
}

.blog-card h3 a:hover {
    color: var(--primary-dark);
}

.blog-card p {
    color: var(--text-light);
    margin-bottom: 20px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-author {
    color: var(--text-light);
    font-size: 14px;
}

.blog-author i {
    margin-right: 5px;
    color: var(--primary);
}

.btn-read-more {
    color: var(--primary);
    font-weight: 500;
    font-size: 14px;
}

.btn-read-more:hover {
    text-decoration: underline;
}

/* Blog Detail Page */
.blog-detail-page {
    padding: 80px 0;
}

.blog-detail-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.blog-detail-content {
    background: var(--white);
    padding: 40px;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.breadcrumb {
    margin-bottom: 20px;
    color: var(--text-light);
    font-size: 14px;
}

.breadcrumb a {
    color: var(--primary);
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.blog-detail-content .blog-image {
    margin-bottom: 30px;
}

.blog-detail-content .blog-image img {
    width: 100%;
    border-radius: 10px;
}

.blog-body {
    color: var(--text-light);
    line-height: 1.8;
}

.blog-body p {
    margin-bottom: 20px;
}

.blog-body h2, .blog-body h3 {
    color: var(--primary);
    margin: 25px 0 15px;
}

.blog-body ul, .blog-body ol {
    margin: 15px 0;
    padding-left: 25px;
    list-style: disc;
}

.blog-body li {
    margin-bottom: 10px;
}

.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid var(--border);
    margin-top: 30px;
}

.blog-author-info {
    display: flex;
    gap: 20px;
    color: var(--text-light);
}

.blog-author-info i {
    color: var(--primary);
    margin-right: 5px;
}

.share-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-buttons span {
    color: var(--text-light);
}

.share-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--light-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.share-btn:hover {
    background: var(--primary);
    color: var(--white);
}

.blog-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.sidebar-card {
    background: var(--light-bg);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sidebar-card h4 {
    color: var(--primary);
    margin-bottom: 15px;
}

.sidebar-card p {
    color: var(--text-light);
    margin-bottom: 15px;
}

.contact-quick ul {
    list-style: none;
}

.contact-quick li {
    margin-bottom: 10px;
    color: var(--text-light);
}

.contact-quick li i {
    color: var(--primary);
    margin-right: 10px;
}

/* Contact Page */
.contact-page {
    padding: 80px 0;
}

.contact-form-wrapper {
    background: var(--white);
    padding: 40px;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.contact-form-wrapper h2 {
    color: var(--primary);
    margin-bottom: 30px;
}

.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-list {
    list-style: none;
}

.contact-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-list li i {
    color: var(--primary);
    font-size: 1.2rem;
    margin-top: 3px;
}

.contact-list li strong {
    display: block;
    margin-bottom: 5px;
    color: var(--primary);
}

.contact-list li p {
    color: var(--text-light);
}

.social-card {
    background: var(--light-bg);
    padding: 25px;
    border-radius: 10px;
}

.social-card h4 {
    color: var(--primary);
    margin-bottom: 15px;
}

.contact-map {
    padding-bottom: 80px;
}

.map-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.map-wrapper iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* Dental Tourism Page */
.dental-tourism-intro {
    padding: 80px 0;
    background: var(--white);
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.intro-content h2 {
    color: var(--primary);
    margin-bottom: 20px;
}

.intro-content p {
    color: var(--text-light);
    margin-bottom: 15px;
    line-height: 1.8;
}

.intro-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.dental-tourism-benefits {
    padding: 80px 0;
    background: var(--light-bg);
}

.dental-tourism-benefits h2 {
    text-align: center;
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 50px;
}

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

.benefit-card {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: var(--shadow);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon i {
    font-size: 1.8rem;
    color: var(--white);
}

.benefit-card h3 {
    color: var(--primary);
    margin-bottom: 15px;
}

.benefit-card p {
    color: var(--text-light);
}

.dental-tourism-process {
    padding: 80px 0;
    background: var(--white);
}

.dental-tourism-process h2 {
    text-align: center;
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 50px;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: var(--primary);
    z-index: 0;
}

.process-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.step-number {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
}

.step-content h3 {
    color: var(--primary);
    margin-bottom: 10px;
}

.step-content p {
    color: var(--text-light);
    font-size: 14px;
}

.cta-section {
    background: var(--primary);
    padding: 80px 0;
    text-align: center;
}

.cta-content h2 {
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 15px;
}

.cta-content p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

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

.btn-outline:hover {
    background: var(--white);
    color: var(--primary);
}

/* Appointment Page */
.appointment-page {
    padding: 80px 0;
}

.appointment-page .appointment-grid {
    display: flex;
    justify-content: center;
}

.appointment-page .appointment-form-wrapper {
    max-width: 600px;
    width: 100%;
}

/* Service Detail Page */
.service-detail-page {
    padding: 80px 0;
}

.service-detail-page .breadcrumb {
    margin-bottom: 30px;
    color: var(--text-light);
}

.service-detail-page .breadcrumb a {
    color: var(--primary);
}

.service-detail-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.service-detail-content {
    background: var(--white);
    padding: 40px;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.service-icon-large {
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-icon-large i {
    font-size: 3rem;
    color: var(--white);
}

.service-detail-content h2 {
    color: var(--primary);
    margin-bottom: 10px;
}

.service-detail-content .service-category {
    color: var(--text-light);
    margin-bottom: 25px;
    font-weight: 500;
}

.service-detail-content .service-description {
    color: var(--text-light);
    margin-bottom: 30px;
    line-height: 1.8;
}

.service-features {
    margin-bottom: 30px;
}

.service-features h3 {
    color: var(--primary);
    margin-bottom: 20px;
}

.service-features ul {
    list-style: none;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--text-light);
}

.service-features li i {
    color: var(--primary);
}

.service-actions {
    display: flex;
    gap: 15px;
}

.service-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.service-sidebar .service-image {
    margin-bottom: 20px;
}

.service-sidebar .service-image img {
    width: 100%;
    border-radius: 10px;
}

.sidebar-card .btn-block {
    width: 100%;
    display: block;
    text-align: center;
}

.contact-quick {
    list-style: none;
}

.contact-quick li {
    margin-bottom: 10px;
    color: var(--text-light);
}

.contact-quick li i {
    color: var(--primary);
    margin-right: 10px;
}

.related-services {
    margin-top: 60px;
}

.related-services h3 {
    color: var(--primary);
    margin-bottom: 30px;
}

.related-services .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.related-services .service-card {
    background: var(--white);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: var(--shadow);
}

.related-services .service-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-services .service-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.related-services .service-card h4 {
    color: var(--primary);
    margin-bottom: 10px;
    font-size: 1rem;
}

.related-services .service-card p {
    color: var(--text-light);
    font-size: 14px;
    margin-bottom: 15px;
}

.btn-link {
    color: var(--primary);
    font-weight: 500;
    font-size: 14px;
}

.btn-link:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
    .about-page .about-grid,
    .intro-grid,
    .blog-detail-grid {
        grid-template-columns: 1fr;
    }
    
    .about-features {
        grid-template-columns: 1fr;
    }
    
    .team-grid,
    .blogs-grid,
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .accreditation-grid,
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .process-steps::before {
        display: none;
    }
    
    .process-step {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .team-grid,
    .blogs-grid,
    .benefits-grid,
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .service-detail-card {
        flex-direction: column;
    }
    
    .service-detail-card .service-icon {
        text-align: center;
    }
    
    .blog-footer {
        flex-direction: column;
        gap: 20px;
    }
}