.main-logo{
    width: 200px;

}
.hero{
    position:relative;
    padding:120px 0;
    overflow:hidden;
    background:
    linear-gradient(rgba(8,20,10,.72),rgba(8,20,10,.72)),
    url('../img/farm-bg.png') center/cover no-repeat;
}

.hero::after{
    content:"";
    position:absolute;
    left:0;
    bottom: -180px;
    width:100%;
    height:100%;
    z-index: 9;
    background:url('../img/wave.png') no-repeat center bottom;
    background-size:cover;
     z-index:1; 
}

.hero h1{
    font-size:58px;
    font-weight:800;
    line-height:1.15;
    color:#fff;
}

.hero h1 span{
    color:#FFD84D;
}

.hero p{
    color:#e7e7e7;
    font-size:18px;
    margin:25px 0;
}

.hero-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:30px 0;
}

.hero-list div{
    background:rgba(255,255,255,.1);
    backdrop-filter:blur(10px);
    color:#fff;
    padding:12px 18px;
    border-radius:40px;
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
}

.hero-list i{
    color:#39d353;
}

.booking-card{
    position: relative;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(20px);
    border-radius:22px;
    padding:35px;
    box-shadow:0 25px 60px rgba(0,0,0,.18);
      z-index:3;
}

.booking-card h3{
    font-weight:700;
}

.booking-card p{
    color:#666;
}

.booking-card .form-control{
    height:54px;
    border-radius:12px;
    border:1px solid #ddd;
}

.booking-card .form-control:focus{
    border-color:#28a745;
    box-shadow:0 0 0 .15rem rgba(40,167,69,.15);
}

.btn-warning{
    height:55px;
    border-radius:50px;
    font-weight:700;
    font-size:18px;
}

.btn-outline-success{
    height:52px;
    border-radius:50px;
}

.hero-img{
    position:relative;
}

.hero-img img{
    width:100%;
}

.floating-card{
    position:absolute;
    background:#fff;
    padding:12px 20px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    font-weight:700;
}

.card1{
    top:30px;
    left:-20px;
}

.card2{
    bottom:40px;
    right:-10px;
}

@media(max-width:991px){

.hero{

text-align:center;
}

.hero h1{
font-size:40px;
}

.hero-list{
grid-template-columns:1fr;
}

}
.payment-note{
    display:flex;
    align-items:center;
    gap:15px;
    padding:18px 20px;
    margin-top:20px;

    background:#f8f8f4;
    border:1px solid #ebe8dc;
    border-radius:16px;

    box-shadow:0 6px 18px rgba(0,0,0,.05);
}

.payment-icon{
    width:24px;
    height:24px;
    min-width:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#fff;

    color:#15803d;
    font-size:28px;

    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.payment-content{
    flex:1;
}

.payment-content strong{
    display:block;
    color:#222;
    font-size:12px;
    font-weight:700;
    margin-bottom:4px;
}

.payment-content p{
    margin:0;
    color:#444;
    font-size:10px;
    line-height:1.5;
}
/* Tablet */
@media (max-width: 992px){
.arrow-right {
    display: none;
}
    .payment-note{
        padding:16px;
        gap:14px;
    }

    .payment-icon{
        width:44px;
        height:44px;
        min-width:44px;
        font-size:24px;
    }

    .payment-content strong{
        font-size:15px;
    }

    .payment-content p{
        font-size:14px;
    }

}

/* Mobile */
@media (max-width: 576px){

    .payment-note{
        padding:14px;
        gap:12px;
        border-radius:14px;
        align-items:flex-start;
    }

    .payment-icon{
        width:40px;
        height:40px;
        min-width:40px;
        font-size:20px;
    }

    .payment-content{
        flex:1;
    }

    .payment-content strong{
        font-size:14px;
        line-height:1.4;
    }

    .payment-content p{
        font-size:13px;
        line-height:1.5;
    }

}

/* Extra Small Devices */
@media (max-width: 400px){

    .payment-note{
        padding:12px;
        gap:10px;
    }

    .payment-icon{
        width:36px;
        height:36px;
        min-width:36px;
        font-size:18px;
    }

    .payment-content strong{
        font-size:13px;
    }

    .payment-content p{
        font-size:12px;
    }

}
.process-section{

    background:#faf9f2;
    position:relative;
}

.process-title{

    font-size:35px;
    font-weight:700;
    color:#1d4d2e;
}

.process-card{

    position:relative;

    display:flex;
    align-items:flex-start;
    gap:18px;

    background:#fff;

    padding:28px 22px;

    border-radius:18px;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

    transition:.35s;
    height:100%;
}

.process-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.step-number{

    position:absolute;

    top:10px;
    left:10px;
font-size: 12px;
    width:25px;
    height:25px;

    border-radius:50%;

    background:#1b5e20;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:700;
}

.process-icon{

    width:40px;
    height:40px;

    min-width:40px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#f4f8f3;

    color:#1b5e20;

    font-size:20px;
}

.process-content h5{

    font-weight:700;
    color:#1e2b1f;

    margin-bottom:8px;
}

.process-content p{

    margin:0;

    color:#555;

    line-height:1.7;

    font-size:12px;
}

.arrow-right{

    position:absolute;

    right:-22px;
    top:50%;

    transform:translateY(-50%);

    color:#4caf50;

    font-size:28px;

    z-index:5;
}

.col-lg-3:last-child .arrow-right{

    display:none;
}
.about-section{

    background:#f8fcf7;

}

.section-tag{

    display:inline-block;

    padding:8px 20px;

    background:#e8f8ec;

    color:#1a7f37;

    border-radius:50px;

    font-weight:600;

}

.section-title{

    font-size:30px;

    font-weight:700;

    color:#222;

    line-height:1.3;

}

.section-title span{

    color:#1a7f37;

}

.section-text{

    color:#666;

    font-size:15px;

    line-height:32px;

    margin-top:20px;

}

.about-image img{

    border-radius:30px;

}

.feature-box{

    background:#fff;

    padding:22px;

    border-radius:18px;

    text-align:center;

    transition:.3s;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.feature-box:hover{

    transform:translateY(-8px);

}

.feature-box h6{

    margin-top:10px;

    margin-bottom:0;

    font-weight:600;

}
.feature-card{
    border-radius:20px;
    transition:.35s ease;
    background:#fff;
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12)!important;
}

.icon-box{
    width:75px;
    height:75px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#28a745,#6ccf5f);
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-box i{
    font-size:32px;
    color:#fff;
}

.feature-card h5{
    margin-bottom:15px;
    font-weight:700;
}

.feature-card p{
    font-size:15px;
    line-height:1.7;
}
.footer-section{
    background:#152419;
}

.footer-text{
    color:#d6d6d6;
    line-height:1.8;
}

.footer-contact li{
    margin-bottom:18px;
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#d6d6d6;
}

.footer-contact i{
    margin-top:5px;
    font-size:18px;
}

.footer-contact a,
.footer-links a{
    color:#d6d6d6;
    text-decoration:none;
    transition:.3s;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-contact a:hover,
.footer-links a:hover{
    color:#52d869;
    padding-left:5px;
}

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:42px;
    height:42px;
    background:#1f3323;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:.3s;
    text-decoration:none;
}

.social-icons a:hover{
    background:#28a745;
    transform:translateY(-4px);
}

.map-box{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.map-box iframe{
    width:100%;
    height:260px;
    border:0;
}

.footer-section hr{
    opacity:.15;
}