@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif
}

h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

.logo h3 {
    color: #1e3928;
}

.logo a {
    text-decoration: none;
}

h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222;

}

h4 {
    font-size: 20px;
    color: #222;
    
}

p {
    font-size: 16px;
    color: #465b52;
    margin: 10px 0 20px 0;
}

body {
    width: 100%;
}

#text h4 {
    padding-bottom: 15px;

}

#text h1 {
    color: #1e3928;
}

.navbar {
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    background-color: #F0F0DC;
    box-shadow: 0 5px 15px #1e3928;
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;

}

nav {
    flex: 1;
    text-align: right;

}

nav ul {
    display: inline-block;
    list-style: none;
}

nav ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

nav li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3s ease;


}

nav li a:hover, 
nav li a:hover.active {
    color: #1e3928;
}

nav li a.active::after,
nav li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background: #1e3928;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

.menu-icon {
    width: 28px;
    margin-left: 20px;
    display: none;
}

#text {
    line-height: 60px;
    margin: 25px 0;
    padding-left: 20px;
}

.btn {
    display: inline-block;
    background: #1e3928;
    color: #F5F5DC;
    padding: 8px 30px;
    margin: 20px 0;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    transition: background 0.5s ease;
    text-decoration: none;


}

.btn a {
    text-decoration: none;
    color: #F5F5DC
}

.col-2 {
    flex-basis: 50%;
    min-width: 300px;
}


.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.container {
    max-width: 100%;
}

.btn:hover {
    background: #465b52;
}

.header {
background: #F0F0DC;
}

.header .row {
    margin-top: 70px;
}

.col-2 img {
    max-width: 100%;
    padding: 10px 0;
    height: 600px;

}

html {
    scroll-behavior: smooth;
}

.small-container {
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;


}

.title {
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #1e3928;

}

.title::after {
    content: "";
    background: #465b52;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.title {
    margin: 70px 0;
}

.booking-container a {
    text-decoration: underline;
    color: #1e3928;
}

.rating .fa {
    color: #1e3928;
}

#testimonial {
    padding-top: 100px;
}

#testimonial .col-3 {
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px #1e3928;
    cursor: pointer;
    transition: transform 0.5s ease;
    
}

#testimonial .col-3:hover {
    transform: translateY(-10px)
}

.col-3 {
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}

.fa.fa-quote-left {
    font-size: 34px;
    color:#1e3928;
}

.col-3 p {
    font-size: 12px;
    margin: 12px 0;
    color: #465b52;

}

#testimonial .col-3 h3 {
    font-weight: 600;
    color: #465b52;
    font-size: 16px;
}


.col-4 {
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: transform 0.5s;
    

}

.col-4 img {
    width: 100%;
}

.col-4:hover {
    transform: translateY(-5px);
}

.service-dropdown {
    max-width: 500px;
    margin: 0 auto 20px;
}

.service-btn {
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    border: none;
    background: #1e3928;
    color: #F5F5DC;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: 0.3s ease;
}

.service-btn:hover {
    opacity: 0.8;
}

.service-content {
    max-height: 0;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 8px;
    padding: 0 20px;
    transition: max-height 0.5s ease, padding 0.5s ease;

}

.service-content p {
    margin: 12px 0;
    color: #1a1a1a;
    font-weight: 500;
    padding-bottom: 10px;
}

.service-content {
    line-height: 1.6;
    padding-bottom: 0; /* JS will set proper padding */
}




.winter-content {
    background: #dbe9ff;

}

.spring-content {
    background: #d9f5db;
}

.summer-content {
    background: #fff5c2;
}

.fall-content {
    background: #ffe2c4;
}

.service-btn i {
    margin-right: 12px;
    font-size: 20px;
}

html, body {
    overflow-x: hidden;
}

.row, .container, .small-container, .header {
    max-width: 100%;
}
.winter:hover i { color: #dbe9ff;}

.fade-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
}

.fade-1 { animation-delay: 0.2s; }
.fade-2 { animation-delay: 0.45s; }
.fade-3 { animation-delay: 0.7s; }
.fade-4 { animation-delay: 1s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-container {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.fade-contact {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUpContact 1.0s ease forwards;
}

@keyframes fadeUpContact {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-form {
    flex: 1;
    min-width: 320px;
    background: #F0F0DC;
    padding: 25px;
    border-radius: 15px;
    border: 2px solid #1e3928;
    box-shadow: 0 0 20px 0 #1e3928;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form label {
    font-weight: 600;
    color: #1e3928;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-form input,
.contact-form textarea {
    padding: 12px;
    border-radius: 10px;
    border: 2px solid #1e3928;
    font-size: 16px;
    outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #465b52;

}

.contact-info {
    flex: 1;
    min-width: 280px;
    font-size: 18px;
    line-height: 35px;

}

.contact-info h3 {
    margin-bottom: 15px;
    color: #1e3928;

}

.contact-info i {
    color: #1e3928;
    margin-right: 10px;
}

.contact-info a {
    text-decoration: none;
    color:#465b52;
    transition: 0.3s ease;
}

.contact-info a:hover {
    color: #1e3928;

}

/* FOOTER SECTION */

.footer {
    background: #F0F0DC;
    padding: 60px 20px 30px;
    border-top: 4px solid #1e3928;
    margin-top: 120px;
}

.footer-container {
    max-width: 1080px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.footer-col {
    flex: 1 1 220px;
    min-width: 200px;
}

.footer-col h4 {
    color: #1e3928;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

/* Full-width seasonal buttons */
.service-content .btn {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
}

/* WINTER BUTTON - Darker Blue */
.winter-content .btn {
    background: #0504af; /* darker than #dbe9ff */
    color: #fff;
}
.winter-content .btn:hover {
    background: #002366;
}

/* SPRING BUTTON - Darker Green */
.spring-content .btn {
    background: #46923c; /* darker than #d9f5db */
    color: #fff;
}
.spring-content .btn:hover {
    background: #276221;
}

/* SUMMER BUTTON - Darker Yellow/Gold */
.summer-content .btn {
    background: #e8c74d; /* darker than #fff5c2 */
    color: #fff;
}
.summer-content .btn:hover {
    background: #d8b63c;
}

/* FALL BUTTON - Darker Orange */
.fall-content .btn {
    background: #e5a46a; /* darker than #ffe2c4 */
    color: #fff;
}
.fall-content .btn:hover {
    background: #d48f54;
}


.footer-col p,
.footer-col a,
.footer-col li {
    color: #465b52;
    font-size: 14px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin: 8px 0;
}

.footer-col a {
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-col a:hover {
    color: #1e3928;
}

.footer-logo {
    width: 120px;
    margin-bottom: 10px;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.footer-bottom p {
    color: #465b52;
    font-size: 13px;

}

.booking-widget {
    box-shadow: 0 0 20px #1e3928;
    border-radius: 10px;
    overflow: hidden;    /* Ensures shadow and rounded corners display cleanly */
    margin-bottom: 20px; /* Space before the "Powered by" text */
}


@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-col {
        margin: 20px;
    }
}

/* ============================
   RESPONSIVE DESIGN FIXES
   ============================ */

/* ----- 1. Large Tablets (max 1024px) ----- */
@media (max-width: 1024px) {
    h1 { font-size: 42px; }
    h2 { font-size: 36px; }
    p { font-size: 15px; }

    .col-2 img {
        height: 450px;
    }
}

/* ----- 2. Tablets (max 900px) ----- */
@media (max-width: 900px) {

    /* Header layout */
    .row {
        flex-direction: column;
        text-align: center;
    }

    .col-2 {
        flex-basis: 100%;
    }

    #text {
        padding-left: 0;
        margin-top: 20px;
        line-height: 45px;
    }

    .col-2 img {
        height: 350px;
    }

    /* Services dropdown center alignment */
    .service-dropdown {
        max-width: 90%;
    }

    /* Testimonials 1 per row */
    #testimonial .col-3 {
        flex-basis: 90%;
    }

    /* Contact form stacks */
    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-form,
    .contact-info {
        width: 90%;
    }
}

/* ----- 3. Mobile (max 768px) ----- */
@media (max-width: 768px) {

    /* Navbar turns into mobile menu */
    nav ul {
        position: absolute;
        background: #F0F0DC;
        top: 80px;
        right: -200px;
        width: 200px;
        display: block;
        text-align: left;
        padding: 20px;
        box-shadow: 0 5px 20px #1e3928;
        transition: 0.4s ease;
    }

    nav ul li {
        display: block;
        padding: 15px 0;
    }

    .menu-icon {
        display: block;
        cursor: pointer;
    }

    /* Make header text smaller */
    h1 { font-size: 36px; }
    h2 { font-size: 30px; }

    .col-2 img {
        height: 300px;
        margin-top: 20px;
    }

    /* Footer stacks vertically (you already have this but improving spacing) */
    .footer-col {
        margin: 15px 0;
        text-align: center;
    }

    .footer-container {
        gap: 20px;
    }
}

/* ----- 4. Small Mobile (max 500px) ----- */
@media (max-width: 500px) {

    h1 { font-size: 32px; }
    h2 { font-size: 28px; }
    p { font-size: 14px; }

    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    /* Logo scaling */
    .footer-logo {
        width: 90px;
    }

    .col-2 img {
        height: 250px;
    }

    /* Contact form padding reduction */
    .contact-form {
        padding: 18px;
    }

    .contact-info {
        font-size: 16px;
        line-height: 30px;
    }
}




/* ----- 5. Extra Small Mobile (max 380px) ----- */
@media (max-width: 380px) {
    h1 { font-size: 26px; }
    h2 { font-size: 24px; }

    #text {
        line-height: 38px;
    }

    .btn {
        padding: 8px 18px;
        font-size: 13px;
    }

    nav ul {
        width: 180px;
    }
}
