body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
input,
textarea,
select,
li {

    font-family:
        "Palatino Linotype",
        "Book Antiqua",
        Palatino,
        serif;
}
.farmstay-navbar{
    background: rgba(34, 74, 43, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0,0,0,.15);
}

.farmstay-navbar .navbar-brand{
    color: #f4d35e;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.farmstay-navbar .nav-link{
    color: #fff !important;
    font-weight: 500;
    margin-left: 10px;
    transition: all .3s ease;
}
.about-farmstay img{
    width:100%;
    border-radius:15px;
}
.about-farmstay p{
    text-align: justify;
    font-size: 17px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 15px;
}
.about-farmstay{
    padding: 60px 0 !important;
}

.about-farmstay .section-title{
    font-size: 36px;
}

.about-farmstay .section-subtitle{
    font-size: 14px;
}

.about-farmstay p{
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 12px;
}
.about-farmstay .col-lg-6:last-child{
    padding-top: 10px;
}
.farmstay-navbar .nav-link:hover,
.farmstay-navbar .nav-link.active{
    color: #f4d35e !important;
}

.farmstay-navbar .dropdown-menu{
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.farmstay-navbar .dropdown-item:hover{
    background: #eef6ea;
    color: #224a2b;
}

.book-btn{
    background: #f4d35e;
    color: #224a2b !important;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    margin-left: 15px;
    text-decoration: none;
}

.book-btn:hover{
    background: #ffe58a;
}
.holehundi-hero{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;

    background:
    linear-gradient(
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.55)
    ),
    url('../images/farmstay/image1.jpeg');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.hero-subtitle{
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 18px;
    background: rgba(255,255,255,0.15);
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-content h1{
    font-size: 62px;
    line-height: 1.15;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content p{
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: rgba(255,255,255,0.9);
}

.hero-buttons{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary{
    display: inline-block;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-primary{
    background: #c5ab34;
    color: #fff;
}

.btn-primary:hover{
    background: #587431;
}

.btn-secondary{
    border: 2px solid #fff;
    color: #fff;
}

.btn-secondary:hover{
    background: #fff;
    color: #222;
}
.section-subtitle{
    color:#6d8f3f;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title{
    color:#224a2b;
    font-size:42px;
    font-weight:700;
    margin-top:10px;
}

.feature-box{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    text-align:center;
    height:100%;
}

.feature-box h4{
    color:#224a2b;
    margin-bottom:15px;
}
.sustainable-hospitality{
    background:
    linear-gradient(rgba(34,74,43,.90),
    rgba(34,74,43,.90)),
    url('images/farmstay/green-field.jpg');

    background-size: cover;
    background-position: center;
    padding:60px 0;
}

.sustainable-hospitality .section-title{
    color:#fff;
}

.sustainable-hospitality .section-subtitle{
    color:#f4d35e;
}

.feature-box{
   /* background:rgba(255,255,255,.12);*/
    backdrop-filter:blur(10px);
    border:1px solid #ffffff33;
    border-radius:15px;
    padding:25px 20px;
    transition:.3s;
    background:#ffffff;
    color:#333;
}

.feature-box:hover{
    transform:translateY(-10px);
}

.feature-box h4{
    font-size: 20px;
    margin-bottom: 10px;
    color:#224a2b;
}
.icon{
    font-size:40px;
    margin-bottom:12px;
}
.stats-section h2{
    color:#f4d35e;
    font-size:34px;
    font-weight:700;
    margin-bottom: 5px;
}
.stats-section{
    margin-top: 35px !important;
    justify-content: space-around;
}
.stats-section p{
    color:#fff;
    font-size:15px;
}
.section-desc{
    max-width:650px;
    margin:12px auto 30px;
    color:#f5f5f5;
    font-size:16px;
}
/*Why-unique section*/
.why-unique{
    background:#f8fbf5;
     padding:60px 0 !important;
}

.unique-card{
    background:#fff;
    padding:22px 18px;
    border-radius:15px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.unique-card:hover{
    transform:translateY(-5px);
}

.unique-icon{
    font-size:38px;
    margin-bottom:12px;
}

.unique-card h4{
    color:#224a2b;
    margin-bottom:10px;
    font-size:20px;
    font-weight:700;
}

.unique-card p{
    color:#000;
    line-height:1.8;
    font-size:14px;
    margin-bottom:0;
}

.section-desc{
    max-width:700px;
    margin:auto;
    color:#f7f3f3;
}
.accommodation-section{
    background:#ffffff;
}

.room-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:25px;
}
.why-unique .section-title{
    font-size:36px;
    margin-bottom:10px;
}

.why-unique .section-subtitle{
    font-size:14px;
}

.why-unique .section-desc{
    max-width:650px;
    margin:10px auto 25px;
    font-size:16px;
}
.feature-item{
    background:#f8fbf5;
    padding:12px 18px;
    border-radius:10px;
    font-weight:500;
}

.highlight-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.highlight-icon{
    font-size:50px;
    margin-bottom:15px;
}

.room-gallery img{
    height:280px;
    width:100%;
    object-fit:cover;
    transition:.3s;
}

.room-gallery img:hover{
    transform:scale(1.03);
}
.farm-experiences{
    background:#f8fbf5;
    padding:60px 0 !important;
}

.activity-card{
    background:#fff;
    border-radius:15px;
    padding:22px 18px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.activity-card:hover{
    transform:translateY(-5px);
}

.activity-icon{
    font-size:38px;
    margin-bottom:12px;
}

.activity-card h4{
    color:#224a2b;
    font-weight:700;
    font-size:20px;
    margin-bottom:10px;
}
.activity-card p{
    color:#000;
    line-height:1.8;
}
.farm-experiences .section-title{
    font-size:36px;
}

.farm-experiences .section-subtitle{
    font-size:14px;
}

.farm-experiences .section-desc{
    font-size:16px;
    max-width:650px;
    margin:10px auto 25px;
}
.amenity-item{
    background:#fff;
    padding:12px 18px;
    margin-bottom:10px;
    border-left:4px solid #6d8f3f;
    border-radius:8px;
    box-shadow:0 4px 12px rgba(0,0,0,.06);
    font-size:15px;
    font-weight:500;
}
.amenities{
    padding:60px 0 !important;
}
.amenities .row{
    align-items:center;
}
.amenities img{
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover;
    border-radius:15px;
}
.amenities .section-title{
    font-size:36px;
}

.amenities .section-subtitle{
    font-size:14px;
}
.gallery-section{
    background:#ffffff;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.gallery-item img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.8),
        rgba(0,0,0,.1)
    );
    display:flex;
    align-items:flex-end;
    padding:25px;
}

.gallery-overlay h5{
    color:#fff;
    margin:0;
    font-weight:600;
}

.gallery-item:hover img{
    transform:scale(1.1);
}
.testimonials-section{
    background:#f8fbf5;
}

.testimonial-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
}

.stars{
    font-size:20px;
    margin-bottom:20px;
}

.testimonial-card p{
    color:#666;
    line-height:1.9;
    font-style:italic;
}

.guest-info{
    margin-top:25px;
    padding-top:20px;
    border-top:1px solid #eee;
}

.guest-info h5{
    margin-bottom:5px;
    color:#224a2b;
    font-weight:700;
}

.guest-info span{
    color:#888;
    font-size:14px;
}
.booking-cta-section{
    background:
    linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.55)
    ),
    url('../images/farmstay/Farm_Gallery/img-10.jpeg');

    background-size:cover;
    background-position:center;

}

.cta-overlay{
    padding:120px 0;
}

.cta-subtitle{
    color:#f4d35e;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.cta-title{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin:20px 0;
}

.cta-text{
    color:rgba(255,255,255,.9);
    font-size:18px;
    line-height:1.8;
    max-width:700px;
    margin:0 auto 40px;
}

.contact-details{
    margin-bottom:40px;
}

.contact-item{
    color:#fff;
    margin-bottom:12px;
    font-size:18px;
}

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

.btn-book{
    background:#f4d35e;
    color:#224a2b;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
}

.btn-call{
    border:2px solid #fff;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.btn-call:hover{
    background:#fff;
    color:#224a2b;
}

@media(max-width:768px){

    .cta-title{
        font-size:36px;
    }

    .cta-overlay{
        padding:80px 0;
    }

}
@media(max-width:768px){

    .holehundi-hero{
        min-height: 85vh;
    }

    .hero-content h1{
        font-size: 40px;
    }

    .hero-content p{
        font-size: 17px;
    }
}
/* =====================================================
   VANASIRI FARM HOUSE RESPONSIVE CSS
===================================================== */

/* ================= TABLET ================= */

@media (max-width:991px){

    section{
        padding:70px 0 !important;
    }

    .farmstay-navbar .navbar-brand{
        font-size:24px;
    }

    .holehundi-hero{
        min-height:70vh;
        padding:80px 20px;
        text-align:center;
    }

    .hero-content{
        margin:auto;
    }

    .hero-content h1{
        font-size:48px;
    }

    .hero-content p{
        font-size:18px;
    }

    .section-title{
        font-size:34px !important;
    }

    .room-gallery img{
        height:220px;
    }

    .amenities img{
        min-height:350px;
    }

    .cta-title{
        font-size:40px;
    }

}

/* ================= MOBILE ================= */

@media (max-width:767px){

    section{
        padding:55px 0 !important;
    }

    .farmstay-navbar .navbar-brand{
        font-size:18px;
    }

    .holehundi-hero{
        min-height:60vh;
        padding:70px 15px;
        text-align:center;
    }

    .hero-subtitle{
        font-size:12px;
    }

    .hero-content h1{
        font-size:32px;
        line-height:1.3;
    }

    .hero-content p{
        font-size:16px;
        line-height:1.7;
    }

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

    .btn-primary,
    .btn-secondary{
        width:100%;
        max-width:300px;
    }

    .section-title{
        font-size:28px !important;
    }

    .section-desc{
        font-size:15px;
    }

    .room-features{
        grid-template-columns:1fr;
    }

    .feature-item{
        font-size:15px;
    }

    .stats-section{
        row-gap:20px;
    }

    .stats-section h2{
        font-size:28px;
    }

    .feature-box,
    .unique-card,
    .activity-card,
    .highlight-card,
    .testimonial-card{
        padding:25px 20px;
    }

    .room-gallery img{
        height:200px;
    }

    .gallery-item img{
        height:220px;
    }

    .amenities img{
        min-height:250px;
        margin-bottom:30px;
    }

    .amenity-item{
        font-size:15px;
    }

    .cta-title{
        font-size:30px;
    }

    .cta-text{
        font-size:16px;
    }

    .contact-item{
        font-size:15px;
    }

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

    .btn-book,
    .btn-call{
        width:100%;
        max-width:300px;
        text-align:center;
    }

}

/* ================= SMALL MOBILE ================= */

@media (max-width:480px){

    .farmstay-navbar .navbar-brand{
        font-size:16px;
    }

    .hero-content h1{
        font-size:26px;
    }

    .hero-content p{
        font-size:15px;
    }

    .section-title{
        font-size:24px !important;
    }

    .section-subtitle{
        font-size:12px;
    }

    .feature-box h4,
    .unique-card h4,
    .activity-card h4{
        font-size:18px;
    }

    .room-gallery img{
        height:180px;
    }

    .gallery-item img{
        height:180px;
    }

    .cta-title{
        font-size:24px;
    }

}
