@import url("https://fonts.googleapis.com/css2?family=Buenard:wght@400..700&display=swap");

body {
    font-family: "Buenard", serif !important;
}

.nav-link {
    font-family: "Buenard", serif;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    color: black !important;
}

.nav-link:hover {
    color: #f788a0 !important;
    text-decoration: underline !important;
}


/* Hero Section */
#hero-container {
    max-width: 1224px;
    margin: 0 auto;
    min-height: 90vh;
    height: 85vh;
    overflow: hidden;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /* background-image: url("/assets/images/banner-img.png"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-content {
    position: absolute;
    max-width: 500px;
    top: 20%;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-tag {
    max-width: fit-content;
    padding: 8px 10px;
    border-radius: 15px;
    background-color: white;
    color: #9e2762;
    font-weight: bold;
}

.hero-content h1 {
    font-weight: bold !important;
    font-family: "Buenard", serif !important;
    font-size: 60px !important;
}

/* button style */
.first-btn {
    width: 150px;
    padding: 10px 15px;
    background-color: #f788a0;
    color: white;
    border: none;
    border-radius: 20px;
    transition: all 0.4s ease-out;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}
.first-btn:hover {
    background-color: #ffe7d7;
    color: black;
}

.second-btn {
    width: 150px;
    padding: 10px 15px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 20px;
    transition: all 0.4s ease-out;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.buttons-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* About Section */
#about-container {
    max-width: 1224px;
    margin: 0 auto;
}

.about-img {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-card {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #fde9df;
    border-radius: 20px;
    padding: 20px;
    width: 180px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.about-title {
    font-size: 40px !important;
    font-weight: bold !important;
}

.highlight {
    color: #9e2762;
}

.about-content #about-tag {
    font-size: 16px !important;
    color: #9e2762 !important;
    font-weight: bold !important;
}

/* Why Section */
#why-container {
    max-width: 1224px;
    margin: 0 auto;
    min-height: 50vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.why-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-left {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-left h4 {
    font-size: 40px !important;
    font-weight: bold !important;
}

.why-tag {
    width: fit-content;
    padding: 10px 12px;
    border: 2px solid black;
    border-radius: 20px;
    color: #9e2762;
}

.why-right {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-card {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #fde9df;
}

.why-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f788a0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-card span {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Services Section */
#service-container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#our-services {
    max-width: 1224px;
    margin: 0 auto;
}

#service-card {
    border-radius: 15px;
    padding: 10px 12px;
    background-color: white;
}

#service-card img {
    border-radius: 10px;
}

#service-card h5 {
    text-align: center;
    color: #f788a0;
}

#service-card p {
    text-align: center;
}

.service-title {
    font-size: 40px !important;
    font-weight: bold !important;
    /* background-color: #9e2762; */
    color: #9e2762;
    padding: 0 10px;
    border-radius: 10px;
    text-align: center;
}

.service-tag {
    width: fit-content;
    padding: 10px 12px;
    border-radius: 20px;
    background-color: #f788a0;
    color: white;
    font-weight: bold;
}

/* treatment-section */
.treatment-wrapper {
    max-width: 1224px;
    margin: 0 auto;
}

#treatment-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    background-color: white;
}

#treatment-card img {
    width: 80px !important;
    object-fit: cover;
}

.expand {
    display: none;
}

.showBtn {
    cursor: pointer;
}

/* contact section */
#contact-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-wrapper {
    max-width: 1224px;
    margin: 0 auto;
}

/* feature Section */
#feature-section {
    max-width: 1224px;
    margin: 0 auto;
}

.feature-card {
    width: 200px;
    height: 150px;
    padding: 10px;
    border: none;
    border-radius: 0 20px 0 20px;
    background-color: #f788a0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-out;
}

.feature-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

/* problem Section */
#health-problem-section {
    background-color: #9e2762;
}

#health-problem {
    max-width: 1224px;
    margin: 0 auto;
}

#problem-card {
    padding: 8px;
    border: 2px solid #651c29;
    border-radius: 5px;
    background-color: white;
}

#problem-card img {
    width: 50px;
    object-fit: cover;
}

#problem-card span {
    font-size: 1.2rem;
    color: #651c29;
}

/* Gallery Section */
#gallery-container {
    max-width: 1224px;
    margin: 0 auto;
}

.gallery-item {
    margin-bottom: 30px;
}

.gallery-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-card:hover {
    transform: translateY(-5px);
}

.gallery-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

/* New Section */
.services-section {
    background-color: #f8f9fa;
}

.services-section h4 {
    color: #9e2762;
}

.service-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-img-wrapper {
    height: 250px;
    overflow: hidden;
}

.service-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-img-wrapper img {
    transform: scale(1.1);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-content {
    background: white;
}

.service-content ul li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #6c757d;
}

.service-content ul li i {
    font-size: 0.8rem;
}

/* CTA Section */
.cta-container {
    max-width: 1224px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #9e2762;
    padding: 0 15px;
}

.cta-container h5 {
    font-size: 40px !important;
    font-weight: bold !important;
}

/* Breadcrumbs */
.breadcrumb-container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 20px;
    background: #651c29;
    background: linear-gradient(
        90deg,
        rgba(101, 28, 41, 1) 30%,
        rgba(134, 73, 57, 1) 50%,
        rgba(151, 97, 65, 1) 76%
    );
}

/* NaturoPath Treatment */
#treatment-container {
    width: 100vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*max-width: 1224px;*/
    /*margin: 0 auto;*/
}

.treatment-img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
}

.treatment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navigation-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 0;
}

.navigation-btns a {
    text-decoration: none;
    color: #651c29;
    border-right: 1px dashed #651c29;
    padding: 0 8px;
    font-weight: bold;
}

.treatment-details {
    max-width: 1224px;
    margin: 0 auto;
}

.naturopath-content p {
    /* font-weight: bold; */
    font-size: 1.05rem;
}

.naturopath-content h4 {
    color: #651c29;
    font-size: 35px;
    font-weight: bold;
}

.naturopath-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.naturopath-content ul li b {
    color: #651c29;
}

.form-wrapper {
    position: sticky;
    top: 80px;
    background-color: #651c29;
    padding: 10px 8px;
    border-radius: 10px;
}

.form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-section {
    max-width: 1224px;
    margin: 0 auto;
}

.faq-section h4 {
    color: #651c29;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.accordion-header button {
    color: #9e2762 !important;
    font-size: 1.2rem;
}

/* contact page */
#contact-img {
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.4s ease-in;
}

#contact-img:hover img {
    transform: skew(1.1);
}

#contact-img img {
    border-radius: 10px;
}

#contact-img span {
    color: grey;
    font-weight: bold;
}

#contact-img a {
    color: #9e2762;
    text-decoration: none;
}

#contact-container {
    background-color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
        rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 10px;
}

#contact-container form,
#contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

form input::placeholder,
textarea::placeholder {
    color: grey;
    font-weight: 500;
}

.contact-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-social i {
    background-color: #9e2762;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease-out;
}

#contact-container .contact-social i:hover {
    transform: translateY(-5px);
}

/* about page */
.about-container {
    max-width: 1224px;
    margin: 0 auto;
}

.tag {
    color: #651c29;
}

.div1 {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.div1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div2 {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}
.div2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div3 {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.div3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
    background-color: #9e2762;
}

@media screen and (max-width: 768px) {
    .hero-content h1 {
        font-size: 40px !important;
    }

    .why-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .why-left {
        align-items: center;
    }

    .why-left h4 {
        text-align: center;
    }

    .service-title {
        font-size: 30px !important;
        font-weight: bold !important;
    }
    
    .feature-card {
        width: 150px;
        padding: 8px;
        border: none;
        border-radius: 0 20px 0 20px;
        background-color: #f788a0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease-out;
    }
    
    .about-img {
    height: auto !important;
    }
    
}
