:root {
    --primary-green: #0a982a;
    --dark-blue: #001831;
    --body-text: #212529;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--body-text);
}

.hero-section {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('../img/b2c976ccd59be8e0b08633211f9202973f708e55.png');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 570px;
    position: relative;
}

.hero-card {
    background: rgba(0,24,49,0.7);
    border-radius: 4px;
    padding: 20px;
    color: white;
    max-width: 565px;
}

.btn-primary-custom {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
    border-radius: 4px;
    padding: 6px 12px;
    font-weight: 700;
    color: #FFFFFF !important;
}

.btn-primary-custom:hover {
    background-color: #088a25;
    border-color: #088a25;
    color: #FFFFFF !important;
}

.btn-outline-custom {
    border: 1px solid var(--dark-blue);
    color: var(--dark-blue);
    border-radius: 4px;
    padding: 7px 13px;
    font-weight: 700;
}

.btn-outline-custom:hover {
    background-color: var(--dark-blue);
    color: white;
}

.service-card {
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
}

.service-card img {
    width: 100%;
    height: 243px;
    object-fit: cover;
}

.brand-logo {
    height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
}

.brand-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transition: all 0.3s ease;
}

.experience-card {
    position: absolute;
    bottom: 70px;
    left: 20px;
    right: 20px;
    background: rgba(0,24,49,0.9);
    border-radius: 4px;
    padding: 15px 20px;
    color: white;
    text-align: left;
    max-width: 350px;
}

.about-section {
    position: relative;
}

.footer-section {
    background-color: var(--dark-blue);
    color: white;
    padding: 60px 0;
}

.accordion-button:not(.collapsed) {
    background-color: var(--primary-green);
    color: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(10, 152, 42, 0.25);
}

.text-primary-green {
    color: var(--primary-green) !important;
}

.bg-primary-green {
    background-color: var(--primary-green) !important;
}

.navbar-brand img {
    width: 250px;
    object-fit: contain;
}

.hero-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.2;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.service-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.tick-icon {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tick-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.icon-svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* Booking button enhancements */
.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* MyHealth1st Widget Styling */
.widget {
    text-decoration: none !important;
    display: inline-block;
}

.widget:hover {
    text-decoration: none !important;
}

.widget p {
    background-color: var(--primary-green) !important;
    border: none !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 4px !important;
    font-family: 'Inter', sans-serif !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    line-height: 1.2 !important;
}

.widget:hover p {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}

.widget .fa-calendar {
    margin-right: 8px !important;
}

/* Mobile optimizations based on Figma mobile viewport (402px) */
@media (max-width: 768px) {
    .hero-section {
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
        min-height: 500px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .hero-card {
        max-width: 100%;
        margin: 0 15px;
    }
    
    .experience-card {
        position: static;
        margin: 20px 15px;
        max-width: 100%;
        text-align: center;
    }
    
    .about-section .col-lg-6:first-child {
        margin-bottom: 30px;
    }
    
    .service-card {
        margin-bottom: 30px;
    }
    
    .brand-logo {
        height: 40px;
        margin-bottom: 15px;
    }
    
    .navbar-brand img {
        height: 50px;
    }
    
    .btn-primary-custom,
    .btn-outline-custom {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 402px) {
    .hero-section {
        background-attachment: scroll;
        background-position: center center;
        min-height: 450px;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .service-title {
        font-size: 18px;
    }
}
