body,
footer {
    overflow-x: hidden
}

.btn,
.contact-btn,
.cta-button,
.nav-links li a,
.navbar ul li a {
    text-decoration: none
}

.core-value,
.logo,
body {
    font-weight: 700
}

*,
body {
    margin: 0;
    padding: 0
}

.navbar,
.service-card {
    position: relative
}

:root {
    --primary-color: #d92567;
    --secondary-color: #5abfad;
    --accent-color: #0d000b;
    --background-color: #f2f2f2;
    --highlight-color: #d97398
}

body {
    font-family: lexend, serif;
    font-optical-sizing: auto;
    font-style: normal
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px 5%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 20px
}

.nav-links li a {
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.contact-btn {
    background: #d92567;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px
}

.menu-toggle {
    display: none;
    background: 0 0;
    border: none;
    cursor: pointer
}

.core-value,
.cta-button {
    color: #fff;
    border-radius: 5px
}

.menu-toggle svg {
    width: 30px;
    height: 30px;
    color: #000
}

.hero {
    position: relative;
    height: 80vh;
    background: url(../img/relaxed-african-man-receiving-massage-2024-10-18-06-05-32-utc.webp) center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.hero-content {
    position: relative;
    color: #fff;
    max-width: 700px
}

.hero-content h1 {
    font-size: 2.5em;
    margin-bottom: 15px
}

.hero-content p {
    font-size: 1.2em;
    margin-bottom: 20px
}

.cta-button {
    background: #d92567;
    padding: 12px 25px;
    font-size: 1em
}

html {
    scroll-behavior: smooth
}

/* Loading Animation */
body {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

body.loaded {
    opacity: 1;
}

/* Hero Section Enhancements */
.hero-badge {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    display: inline-block;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.highlight-text {
    color: #D92567;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtext {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-benefits {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.benefit-item {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-cta-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.cta-button.primary {
    background: #D92567;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(217, 37, 103, 0.3);
    border: none;
    cursor: pointer;
}

.cta-button.primary:hover {
    background: #c21e58;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 37, 103, 0.4);
}

.cta-button.secondary {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 15px 30px;
    border: 2px solid white;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.cta-button.secondary:hover {
    background: white;
    color: #D92567;
    transform: translateY(-2px);
}

.urgency-text {
    color: #FFE135;
    font-weight: bold;
    font-size: 0.95rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

/* Trust Indicators */
.trust-indicators {
    background: white;
    padding: 40px 20px;
    margin: -50px 20px 50px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

.trust-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #D92567;
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    color: #666;
    margin-top: 8px;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 60px 20px;
    background: white;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto 0;
}

.benefit-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.benefit-card h3 {
    color: #D92567;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.benefit-card p {
    color: #666;
    line-height: 1.6;
}

/* Credentials Section */
.credentials-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.credentials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.credential-item {
    background: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.credential-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.credential-item h4 {
    color: #D92567;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.credential-item p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* FAQ Section */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.faq-question {
    padding: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question h3 {
    margin: 0;
    color: #333;
    font-size: 1.1rem;
    flex: 1;
}

.faq-toggle {
    font-size: 1.5rem;
    color: #D92567;
    font-weight: bold;
    margin-left: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 25px 25px;
    display: none;
    color: #666;
    line-height: 1.6;
}

/* Urgency CTA Enhancements */
.countdown-text {
    background: rgba(255, 225, 53, 0.2);
    color: #FFE135;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

.guarantee-text {
    font-size: 0.9rem;
    opacity: 0.9;
}

.urgent-cta {
    transition: all 0.3s ease;
    font-size: 1rem;
    padding: 15px 25px;
    border-radius: 8px;
    display: inline-block;
    margin: 5px;
}

.urgent-cta:hover {
    transform: translateY(-2px);
}

iframe {
    width: 100%
}

footer {
    background: #876626
}

.core-values-section {
    text-align: center;
    padding: 50px 20px;
    background: #f9f9f9
}

.core-values-section h2 {
    font-size: 2rem;
    margin-bottom: 30px
}

.about-us h1,
.services-section h2 {
    font-size: 2rem;
    margin-bottom: 20px
}

.core-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    max-width: 900px;
    margin: 0 auto
}

.core-value {
    background: #d92567;
    padding: 15px;
    font-size: 1rem;
    text-align: center;
    transition: transform .3s, box-shadow .3s
}

.core-value:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

@media (max-width:600px) {
    .core-values-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:400px) {
    .credentials-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .trust-stats {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .hero-subtext {
        font-size: 1rem;
    }

    .benefit-item {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .urgent-cta {
        font-size: 0.95rem;
        padding: 12px 20px;
    }
}

.about-us {
    text-align: center;
    padding: 20px
}

.about-us-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.about-us-content {
    flex: 1;
    line-height: 1.4
}

.about-us-image {
    flex: 1
}

.about-us-content p {
    text-align: left
}

.about-us-image img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.services-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center
}

.services-section h2 {
    color: #d92567
}

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

.service-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    padding: 20px;
    text-align: left;
    overflow: hidden
}

.service-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px 8px 0 0
}

.service-card h3 {
    color: #d92567;
    margin: 15px 0 10px;
    font-size: 1.25rem
}

.service-card p {
    color: #555;
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .hero {
        height: 60vh;
        background: url(../img/small-screen.webp) center center/cover no-repeat;
        padding: 10px
    }

    .hero-benefits {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero-cta-group {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .cta-button {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .trust-indicators {
        margin: -30px 10px 30px 10px;
        padding: 30px 15px;
    }

    .trust-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .benefit-card {
        padding: 20px;
    }

    .credentials-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .faq-question {
        padding: 20px 15px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .faq-question h3 {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .faq-toggle {
        margin-left: 0;
        align-self: flex-end;
    }

    .faq-answer {
        padding: 0 15px 20px;
        font-size: 0.95rem;
    }

    .urgent-cta {
        width: 100%;
        max-width: 280px;
        margin: 10px 0;
    }

    .hero-badge {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background: #fff;
        width: 200px;
        padding: 10px;
        text-align: right;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
    }
    .nav-links.active {
        display: flex
    }
    .menu-toggle {
        display: block
    }
    .contact-btn {
        display: none;
        text-decoration: none
    }
    .hero-content h1 {
        font-size: 2em
    }
    .hero-content p {
        font-size: 1em
    }
    .about-us-container {
        flex-direction: column
    }
    .about-us-content,
    .about-us-image {
        width: 100%;
        margin-bottom: 20px
    }
    .about-us-image img {
        max-width: 100%
    }
    .service-card {
        padding: 15px
    }
    .services-section h2 {
        font-size: 1.75rem
    }
    .service-card img {
        height: 120px
    }

    .hero-badge {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}

/* Enhanced Footer Styles */
.footer-cta {
    position: relative;
    overflow: hidden;
}

.footer-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    opacity: 0.3;
}

.footer-cta-buttons {
    position: relative;
    z-index: 1;
}

.footer-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.enhanced-footer {
    position: relative;
    background: linear-gradient(135deg, #2c3e50, #34495e);
}

.enhanced-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="footerPattern" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,0.03)"/><circle cx="0" cy="0" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="60" cy="60" r="1" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="60" height="60" fill="url(%23footerPattern)"/></svg>') repeat;
    opacity: 0.5;
}

.enhanced-footer > .container {
    position: relative;
    z-index: 1;
}

.enhanced-footer a:hover {
    color: #D92567 !important;
    transition: color 0.3s ease;
}

.enhanced-footer .trust-badges div {
    color: rgba(255, 255, 255, 0.8);
}

/* Mobile Footer Improvements */
@media (max-width: 768px) {
    .footer-cta {
        padding: 30px 15px;
    }

    .footer-cta h3 {
        font-size: 1.4rem;
    }

    .footer-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .footer-cta-btn {
        width: 100%;
        max-width: 280px;
        margin: 5px 0;
        text-align: center;
    }

    .enhanced-footer {
        padding: 40px 0 15px;
    }

    .enhanced-footer .col-lg-4,
    .enhanced-footer .col-lg-3,
    .enhanced-footer .col-lg-2 {
        margin-bottom: 30px;
    }

    .enhanced-footer h4 {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 20px;
    }

    .enhanced-footer .footer-logo {
        text-align: center;
    }

    .enhanced-footer .trust-badges,
    .enhanced-footer ul {
        text-align: center;
    }

    .enhanced-footer .trust-badges ul {
        list-style: none;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .footer-cta-btn {
        font-size: 0.9rem;
        padding: 12px 20px;
    }

    .enhanced-footer {
        padding: 30px 0 10px;
    }

    .enhanced-footer h4 {
        font-size: 1rem;
    }

    .enhanced-footer .emergency-note {
        font-size: 0.8rem;
        padding: 8px;
    }
}

/* Add year update script enhancement */
#current-year {
    color: inherit;
}

/* Enhanced Navbar Styles */
.top-notification-bar {
    font-weight: 500;
    position: relative;
    z-index: 1001;
    transition: transform 0.3s ease;
}

@keyframes shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.enhanced-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 15px 5%;
    position: fixed;
    width: 100%;
    top: 34px; /* Account for notification bar */
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.navbar-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.logo-link {
    transition: transform 0.3s ease;
}

.logo-link:hover {
    transform: scale(1.05);
}

.logo-tagline {
    margin-top: -5px;
}

.enhanced-nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #D92567;
    background: rgba(217, 37, 103, 0.1);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #D92567;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.nav-link.active::after,
.nav-link:hover::after {
    width: 80%;
}

/* Navigation Dropdown */
.nav-dropdown {
    position: relative;
}

.dropdown-arrow {
    font-size: 0.7rem;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.nav-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 10px 0;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1002;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: rgba(217, 37, 103, 0.1);
    color: #D92567;
}

/* Contact Information */
.navbar-contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 20px;
}

.contact-hours {
    display: block;
    margin-bottom: 2px;
}

.navbar-phone {
    color: #D92567;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.navbar-phone:hover {
    color: #c21e58;
    transform: scale(1.05);
}

/* CTA Buttons */
.navbar-cta-group {
    display: flex;
    align-items: center;
}

.navbar-whatsapp-btn:hover {
    background: #128C7E !important;
    transform: translateY(-2px);
}

.enhanced-contact-btn {
    background: linear-gradient(135deg, #D92567, #c21e58);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(217, 37, 103, 0.3);
}

.enhanced-contact-btn:hover {
    background: linear-gradient(135deg, #c21e58, #a91b4e);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 37, 103, 0.4);
}

/* Mobile Menu Toggle */
.enhanced-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: all 0.3s ease;
}

.enhanced-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.enhanced-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.enhanced-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Navigation */
.mobile-nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
    z-index: 1003;
    transition: right 0.4s ease;
    overflow-y: auto;
}

.mobile-nav-menu.active {
    right: 0;
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.mobile-nav-content {
    padding: 20px;
}

.mobile-emergency-contact {
    background: rgba(217, 37, 103, 0.2);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid rgba(217, 37, 103, 0.3);
}

.emergency-text {
    font-size: 0.9rem;
    margin-bottom: 10px;
    color: #FFE135;
}

.mobile-emergency-btn {
    background: #D92567;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.mobile-nav-links li {
    margin-bottom: 5px;
}

.mobile-nav-link {
    display: block;
    color: white;
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.mobile-nav-link:hover {
    background: rgba(217, 37, 103, 0.2);
    color: #FFE135;
}

.mobile-services-list {
    padding-left: 20px;
    margin-top: 8px;
}

.mobile-service-item {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 6px 0;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.mobile-service-item:hover {
    color: #FFE135;
}

.mobile-cta-section {
    margin: 25px 0;
}

.mobile-whatsapp-btn,
.mobile-book-btn {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.mobile-whatsapp-btn {
    background: #25D366;
    color: white;
}

.mobile-book-btn {
    background: #D92567;
    color: white;
}

.mobile-trust-indicators {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 20px;
}

.trust-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    border-radius: 6px;
    font-size: 0.8rem;
    text-align: center;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.breadcrumb-phone {
    transition: all 0.3s ease;
}

.breadcrumb-phone:hover {
    transform: scale(1.1);
}

/* Mobile Responsive */
@media (max-width: 968px) {
    .navbar-contact-info {
        display: none;
    }

    .enhanced-nav-links {
        gap: 20px;
    }

    .navbar-cta-group {
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .top-notification-bar {
        font-size: 0.8rem;
        padding: 6px 10px;
    }

    .enhanced-navbar {
        top: 28px;
        padding: 12px 15px;
    }

    .enhanced-nav-links,
    .navbar-cta-group {
        display: none;
    }

    .enhanced-menu-toggle {
        display: flex;
    }

    .navbar-logo .main-logo {
        width: 100px;
    }

    .logo-tagline {
        font-size: 0.7rem;
    }

    .mobile-nav-menu {
        width: 100%;
        right: -100%;
    }

    .mobile-trust-indicators {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .top-notification-bar {
        font-size: 0.75rem;
        text-align: center;
    }

    .top-notification-bar br {
        display: none;
    }

    .navbar-logo .main-logo {
        width: 90px;
    }
}

/* Hide old navbar styles */
.navbar {
    display: none;
}

/* Inline styles converted to CSS classes */
.top-notification-bar {
    background: linear-gradient(90deg, #D92567, #c21e58);
    color: white;
    padding: 8px 0;
    text-align: center;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
}

.notification-content {
    position: relative;
    z-index: 2;
}

.notification-phone-link {
    color: #FFE135;
    text-decoration: underline;
    margin-left: 10px;
    font-weight: bold;
}

.notification-animation {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    animation: shine 3s infinite;
}

.logo-rating {
    font-size: 0.75rem;
    color: #D92567;
    font-weight: bold;
}

.contact-hours {
    font-size: 0.7rem;
    color: #666;
}

.navbar-whatsapp-btn {
    background: #25D366;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.85rem;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.breadcrumb-nav {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.breadcrumb-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.breadcrumb-phone {
    color: #D92567;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
}

.hero-content-padded {
    padding-bottom: 5px;
}

.cta-no-decoration {
    text-decoration: none;
}

.main-container {
    max-width: 1200px;
}

.section-heading-primary {
    color: #D92567;
}

.section-heading-spaced {
    color: #D92567;
}

.about-us-container {
    max-width: 1400px;
}

.services-section {
    padding-top: 40px;
}

.services-grid {
    max-width: 1400px;
}

.testimonials-section {
    padding-top: 40px;
    text-align: center;
}

.testimonials-container {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonials-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.testimonial-avatar {
    margin-bottom: 15px;
}

.testimonial-avatar svg {
    border-radius: 50%;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.testimonial-author {
    margin: 10px 0 0;
    font-size: 18px;
    color: #333;
}

.testimonial-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #D92567;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.faq-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

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

.urgency-cta-section {
    background: linear-gradient(135deg, #D92567, #d97398);
    padding: 60px 20px;
    color: white;
    text-align: center;
}

.urgency-container {
    max-width: 800px;
    margin: 0 auto;
}

.urgency-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: white;
}

.urgency-text {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

.urgency-cta-group {
    margin-top: 30px;
}

.urgency-cta-primary {
    background: white;
    color: #D92567;
    margin: 10px;
    padding: 15px 30px;
    font-weight: bold;
}

.urgency-cta-secondary {
    background: rgba(255,255,255,0.2);
    color: white;
    border: 2px solid white;
    margin: 10px;
    padding: 15px 30px;
}

.guarantee-text {
    margin-top: 20px;
    font-size: 0.9rem;
    opacity: 0.9;
}

.contact-section {
    padding-top: 40px;
}

.contact-container {
    max-width: 1400px;
}

.emergency-banner {
    background: #D92567;
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.emergency-call-text {
    font-size: 1.1rem;
}

.emergency-phone-link {
    color: #FFE135;
    font-weight: bold;
}

.iframe-no-border {
    border: 0;
}

.contact-email-link {
    color: #D92567;
    text-decoration: underline;
    font-weight: bold;
}

.contact-phone-link {
    color: #D92567;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.2rem;
}

.whatsapp-available {
    color: #28a745;
    font-weight: bold;
}

.working-hours {
    color: #28a745;
    font-weight: bold;
}

.sunday-hours {
    color: #D92567;
}

.quick-actions-box {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.quick-actions-box a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 8px 0;
    padding: 12px 20px;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-primary-small {
    background: var(--primary-color);
    color: white;
}

.whatsapp-button {
    background: #25D366;
    color: white;
    border: none;
}

.footer-cta {
    background: linear-gradient(135deg, #D92567, #c21e58);
    padding: 40px 20px;
    text-align: center;
}

.footer-cta-container {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-cta-title {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.footer-cta-text {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin-bottom: 25px;
}

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

.footer-cta-btn {
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.footer-cta-btn-primary {
    background: white;
    color: #D92567;
}

.footer-cta-btn-secondary {
    background: #25D366;
    color: white;
}

.enhanced-footer {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
    padding: 50px 0 20px;
}

.footer-logo-spacing {
    margin-bottom: 15px;
}

.footer-section-title {
    color: #D92567;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.footer-clinic-info {
    margin-bottom: 10px;
    line-height: 1.6;
}

.footer-hours-info {
    margin-bottom: 10px;
}

.footer-hours-weekdays {
    color: #2ecc71;
}

.footer-hours-sunday {
    color: #e74c3c;
}

.emergency-note {
    background: rgba(217, 37, 103, 0.1);
    padding: 10px;
    border-radius: 8px;
    border-left: 4px solid #D92567;
    margin-top: 15px;
}

.emergency-note-text {
    margin: 0;
    font-size: 0.9rem;
}

.footer-services-list {
    list-style: none;
    padding: 0;
    line-height: 2;
}

.footer-service-link {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.insurance-box {
    margin-top: 20px;
    padding: 15px;
    background: rgba(46, 204, 113, 0.1);
    border-radius: 8px;
    border: 1px solid #2ecc71;
}

.insurance-text {
    margin: 0;
    font-size: 0.9rem;
    color: #2ecc71;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    line-height: 2;
}

.footer-link {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.trust-badges {
    margin-top: 25px;
}

.trust-badge-title {
    color: #D92567;
    font-size: 1rem;
    margin-bottom: 10px;
}

.trust-badge-list {
    font-size: 0.8rem;
    line-height: 1.4;
}

.trust-badge-item {
    margin-bottom: 5px;
}

.contact-emergency-box {
    background: rgba(217, 37, 103, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(217, 37, 103, 0.3);
}

.contact-emergency-title {
    color: #FFE135;
    margin-bottom: 10px;
    font-size: 1rem;
}

.contact-emergency-phone {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.contact-emergency-note {
    font-size: 0.85rem;
    margin: 0;
    opacity: 0.9;
}

.footer-email-section {
    margin-bottom: 20px;
}

.footer-email-title {
    color: #ecf0f1;
    font-size: 1rem;
    margin-bottom: 8px;
}

.footer-email-link {
    color: #3498db;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-social-title {
    color: #ecf0f1;
    font-size: 1rem;
    margin-bottom: 10px;
}

.footer-social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social-btn {
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.8rem;
}

.social-website {
    background: #3498db;
}

.social-facebook {
    background: #3b5998;
}

.social-whatsapp {
    background: #25D366;
}

.yellow-pages-attribution {
    margin-top: 25px;
    padding: 15px;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    text-align: center;
}

.yellow-pages-title {
    color: #f39c12;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.yellow-pages-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer-bottom-bar {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}

.footer-copyright {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.footer-design-credit {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.footer-design-link {
    color: #f39c12;
    text-decoration: none;
}