body{

font-family:'Poppins',sans-serif;

background:#FFFDF7;

}

.navbar{

border-bottom:1px solid #eeeeee;

}

.logo-title{

font-family:'Playfair Display',serif;

font-weight:800;

font-size:32px;

color:#2E7D32;

line-height:1;

}

.logo-subtitle{

font-size:13px;

letter-spacing:1px;

color:#666;

}

.navbar-nav .nav-link{

font-size:16px;

font-weight:500;

color:#333;

margin:0 12px;

transition:.3s;

position:relative;

}

.navbar-nav .nav-link:hover{

color:#2E7D32;

}

.navbar-nav .active{

color:#2E7D32!important;

}

.navbar-nav .active::after{

content:"";

position:absolute;

left:0;

bottom:-8px;

width:100%;

height:3px;

background:#2E7D32;

border-radius:20px;

}

.btn-success{

background:#2E7D32;

border:none;

padding:12px 25px;

font-weight:600;

}

.btn-success:hover{

background:#1B5E20;

}
/*=============================
 HERO SECTION
==============================*/

.hero-section{

padding:100px 0;

background:linear-gradient(
135deg,
#FFF9EF 0%,
#FFF4D6 45%,
#FFECC7 100%
);

overflow:hidden;

position:relative;

}

.hero-section::before{

content:"";

position:absolute;

right:-150px;

top:-120px;

width:450px;

height:450px;

background:rgba(255,180,0,.15);

border-radius:50%;

}

.hero-section::after{

content:"";

position:absolute;

left:-120px;

bottom:-120px;

width:320px;

height:320px;

background:rgba(46,125,50,.08);

border-radius:50%;

}

/* Heading */

.welcome-text{

font-family:cursive;

font-size:32px;

color:#E67E22;

font-weight:600;

display:block;

margin-bottom:15px;

}

.hero-section h1{

font-family:'Playfair Display',serif;

font-size:64px;

font-weight:800;

line-height:1.15;

color:#1E3D28;

margin-bottom:20px;

}

.hero-section h5{

color:#2E7D32;

font-weight:600;

font-size:26px;

margin-bottom:25px;

}

.hero-section p{

font-size:18px;

line-height:1.9;

color:#555;

max-width:550px;

}

/* Buttons */

.hero-buttons{

margin-top:35px;

display:flex;

gap:15px;

flex-wrap:wrap;

}

.btn-success{

background:#2E7D32;

border:none;

padding:15px 35px;

font-weight:600;

border-radius:40px;

}

.btn-success:hover{

background:#1B5E20;

}

.btn-outline-success{

padding:15px 35px;

border-radius:40px;

}

/* Hero Image */

.hero-image{

max-width:520px;

position:relative;

z-index:2;

animation:float 5s ease-in-out infinite;

}

/* Floating Badge */

.fresh-badge{

position:absolute;

top:30px;

left:50px;

background:#fff;

padding:14px 28px;

border-radius:40px;

box-shadow:0 15px 35px rgba(0,0,0,.12);

font-weight:700;

color:#2E7D32;

z-index:5;

}

/* Animation */

@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0px);

}

}

/* Responsive */

@media(max-width:992px){

.hero-section{

padding:70px 0;

text-align:center;

}

.hero-section h1{

font-size:42px;

}

.hero-section h5{

font-size:22px;

}

.hero-buttons{

justify-content:center;

}

.hero-image{

margin-top:50px;

max-width:380px;

}

.fresh-badge{

left:50%;

transform:translateX(-50%);

}
.google-map iframe{
    display:block;
    width:100%;
    border:0;
}

.location-section{
    background:#f8f9fa;
}

.location-section h2{
    color:#1E3D28;
    font-weight:700;
}

.location-section p{
    color:#666;
    max-width:700px;
    margin:auto;
}

.location-section .btn{
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
}
/*==========================
Gallery Banner
==========================*/

.gallery-banner{

background:
linear-gradient(rgba(20,45,20,.75),rgba(20,45,20,.75)),
url('../images/about-farm.jpg');

background-size:cover;

background-position:center;

padding:120px 0;

color:#fff;

}

.gallery-banner h1{

font-size:60px;

font-weight:700;

font-family:'Playfair Display',serif;

margin-bottom:10px;

}

.gallery-banner p{

font-size:18px;

}

.gallery-banner span{

color:#FFC107;

}
/*=================================
Gallery
=================================*/

.section-subtitle{

color:#2E7D32;

font-weight:600;

text-transform:uppercase;

letter-spacing:2px;

}

.section-title{

font-size:42px;

font-weight:700;

margin:15px 0;

}

.filter-btn{

padding:12px 28px;

margin:5px;

border-radius:50px;

border:2px solid #2E7D32;

background:#fff;

color:#2E7D32;

font-weight:600;

transition:.3s;

}

.filter-btn:hover,

.filter-btn.active{

background:#2E7D32;

color:#fff;

}

.gallery-card{

position:relative;

overflow:hidden;

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.gallery-card img{

width:100%;

height:300px;

object-fit:cover;

transition:.4s;

}

.gallery-overlay{

position:absolute;

left:0;

right:0;

bottom:0;

padding:25px;

background:linear-gradient(transparent,rgba(0,0,0,.85));

color:#fff;

opacity:0;

transition:.4s;

}

.gallery-card:hover img{

transform:scale(1.1);

}

.gallery-card:hover .gallery-overlay{

opacity:1;

}
/*==========================
Gallery Overlay
==========================*/

.gallery-overlay{

position:absolute;

left:0;

right:0;

top:0;

bottom:0;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

background:rgba(0,0,0,.65);

opacity:0;

transition:.4s;

color:#fff;

}

.gallery-card:hover .gallery-overlay{

opacity:1;

}

.gallery-overlay i{

font-size:42px;

background:#2E7D32;

width:80px;

height:80px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:20px;

transition:.3s;

}

.gallery-overlay i:hover{

transform:scale(1.15);

background:#FFC107;

color:#000;

}

.gallery-popup{

color:#fff;

text-decoration:none;

}

.gallery-card{

cursor:pointer;

}
@keyframes fadeIn{

from{

opacity:0;

transform:translateY(20px);

}

to{

opacity:1;

transform:translateY(0);

}

}
/*====================================
Hero Section
====================================*/

.hero-section{

padding:120px 0;

background:linear-gradient(135deg,#f6fff5 0%,#e6f8e6 100%);

overflow:hidden;

}

.hero-subtitle{

display:inline-block;

background:#E8F5E9;

padding:10px 20px;

border-radius:50px;

color:#2E7D32;

font-weight:600;

margin-bottom:20px;

}

.hero-title{

font-size:60px;

font-weight:800;

color:#1E5631;

line-height:1.2;

margin-bottom:20px;

}

.hero-title span{

display:block;

color:#F4B400;

}

.hero-text{

font-size:18px;

line-height:32px;

color:#666;

margin-bottom:30px;

}

.hero-features div{

margin-bottom:12px;

font-size:17px;

font-weight:500;

}

.hero-buttons .btn{

padding:14px 35px;

border-radius:40px;

font-size:18px;

font-weight:600;

}

.hero-image{

max-width:100%;

animation:float 5s ease-in-out infinite;

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0);

}

}
/*====================================
HOME ABOUT
====================================*/

.about-home{

background:#fff;

padding:100px 0;

}

.about-image{

position:relative;

}

.about-image img{

border-radius:25px;

}

.experience-box{

position:absolute;

bottom:30px;

right:-20px;

background:#2E7D32;

color:#fff;

padding:25px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.experience-box h2{

font-size:42px;

font-weight:700;

margin-bottom:5px;

}

.section-subtitle{

display:inline-block;

color:#2E7D32;

font-weight:700;

text-transform:uppercase;

letter-spacing:2px;

margin-bottom:10px;

}

.section-title{

font-size:42px;

font-weight:700;

color:#1E5631;

margin-bottom:25px;

}

.about-text{

font-size:17px;

line-height:30px;

color:#666;

margin-bottom:20px;

}

.feature-box{

background:#F8F9FA;

padding:20px;

border-radius:15px;

text-align:center;

transition:.3s;

height:100%;

box-shadow:0 5px 15px rgba(0,0,0,.05);

}

.feature-box:hover{

background:#2E7D32;

color:#fff;

transform:translateY(-8px);

}

.feature-box h5{

margin-top:12px;

font-size:18px;

font-weight:600;

}

.about-home .btn{

padding:14px 35px;

border-radius:50px;

font-weight:600;

}
/*====================================
FEATURED PRODUCTS
====================================*/

.featured-products{

background:#F8FBF6;

padding:100px 0;

}

.section-description{

max-width:700px;

margin:0 auto;

font-size:18px;

color:#666;

}

.product-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.product-card:hover{

transform:translateY(-10px);

box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.product-image{

position:relative;

overflow:hidden;

}

.product-image img{

width:100%;

height:260px;

object-fit:cover;

transition:.5s;

}

.product-card:hover img{

transform:scale(1.08);

}

.product-badge{

position:absolute;

top:15px;

left:15px;

background:#F4B400;

color:#fff;

padding:8px 16px;

border-radius:30px;

font-size:14px;

font-weight:600;

}

.product-content{

padding:30px;

}

.product-content h3{

font-size:26px;

font-weight:700;

color:#1E5631;

margin-bottom:15px;

}

.product-content p{

color:#666;

line-height:28px;

}

.product-content ul{

padding-left:20px;

margin:20px 0;

}

.product-content li{

margin-bottom:8px;

color:#444;

}

.product-content .btn{

border-radius:40px;

padding:12px;

font-weight:600;

}
/*==========================
FOOTER
===========================*/

.footer-section{
    background:#1E5631;
    color:#fff;
    padding:70px 0 25px;
}

.footer-section h5{
    color:#FFC107;
    margin-bottom:20px;
    font-weight:700;
}

.footer-section p{
    color:#ddd;
    line-height:28px;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#FFC107;
    padding-left:8px;
}

.footer-section a{
    color:#ddd;
    text-decoration:none;
}

.footer-section a:hover{
    color:#FFC107;
}

.social-icons{
    margin-top:20px;
}

.social-icons a{
    width:45px;
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#2E7D32;
    border-radius:50%;
    color:#fff;
    margin-right:10px;
    transition:.3s;
    font-size:18px;
}

.social-icons a:hover{
    background:#FFC107;
    color:#1E5631;
    transform:translateY(-5px);
}

.footer-section hr{
    border-color:rgba(255,255,255,.15);
    margin:35px 0 20px;
}
.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    width:60px;
    height:60px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    z-index:999;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.whatsapp-float:hover{
    color:#fff;
    transform:scale(1.1);
}
/*=========================
PREMIUM FOOTER
=========================*/

.footer{

background:linear-gradient(135deg,#173b22,#2E7D32);

color:#fff;

padding:80px 0 25px;

margin-top:80px;

}

.footer-logo{

height:70px;

margin-bottom:20px;

}

.footer h3{

font-size:28px;

font-weight:700;

margin-bottom:20px;

}

.footer h4{

margin-bottom:25px;

color:#FFC107;

}

.footer p{

color:#ddd;

line-height:28px;

}

.footer ul{

list-style:none;

padding:0;

}

.footer li{

margin-bottom:12px;

}

.footer a{

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer a:hover{

color:#FFC107;

padding-left:8px;

}

.social{

margin-top:30px;

}

.social a{

width:45px;

height:45px;

display:inline-flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:rgba(255,255,255,.1);

margin-right:10px;

font-size:18px;

transition:.3s;

}

.social a:hover{

background:#FFC107;

color:#173b22;

transform:translateY(-6px);

}

.newsletter{

margin-top:20px;

display:flex;

}

.newsletter input{

flex:1;

padding:12px;

border:none;

border-radius:50px 0 0 50px;

}

.newsletter button{

border:none;

padding:12px 25px;

background:#FFC107;

color:#173b22;

border-radius:0 50px 50px 0;

font-weight:700;

}

.copyright{

text-align:center;

padding-top:20px;

color:#ccc;

}

.whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:60px;

height:60px;

border-radius:50%;

background:#25D366;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

box-shadow:0 10px 25px rgba(0,0,0,.3);

z-index:999;

}

#topBtn{

position:fixed;

right:25px;

bottom:100px;

width:50px;

height:50px;

border:none;

border-radius:50%;

background:#FFC107;

color:#173b22;

display:none;

font-size:20px;

cursor:pointer;

z-index:998;

}
/*==============================
Premium Footer Menu
===============================*/

.footer-title{

    color:#FFC107;

    font-size:24px;

    font-weight:700;

    margin-bottom:25px;

}

.footer-menu{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-menu li{

    margin-bottom:15px;

}

.footer-menu li a{

    display:flex;

    align-items:center;

    gap:12px;

    padding:12px 18px;

    background:rgba(255,255,255,.08);

    border-left:4px solid transparent;

    border-radius:12px;

    color:#fff;

    text-decoration:none;

    transition:.35s ease;

}

.footer-menu li a i{

    width:22px;

    text-align:center;

    color:#FFC107;

    font-size:18px;

}

.footer-menu li a:hover{

    background:#FFC107;

    color:#1E5631;

    border-left:4px solid #fff;

    transform:translateX(8px);

    box-shadow:0 8px 20px rgba(0,0,0,.25);

}

.footer-menu li a:hover i{

    color:#1E5631;

}
/*==============================
TOP BAR
==============================*/

.top-bar{

    background:linear-gradient(90deg,#1b5e20,#2e7d32);

    padding:8px 0;

    font-size:14px;

}

.top-link{

    color:#fff;

    text-decoration:none;

    margin-left:25px;

    display:flex;

    align-items:center;

    transition:.3s;

}

.top-link i{

    color:#FFC107;

    margin-right:8px;

}

.top-link:hover{

    color:#FFC107;

}

.top-social{

    display:flex;

    margin-left:30px;

}

.top-social a{

    width:36px;

    height:36px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-left:8px;

    transition:.35s;

}

.top-social a:hover{

    background:#FFC107;

    color:#1B5E20;

    transform:translateY(-3px);

}

@media(max-width:991px){

.top-bar .d-flex{

    justify-content:center !important;

    gap:10px;

}

.top-link{

    margin-left:10px;

    font-size:13px;

}

.top-social{

    margin-left:10px;

}

}

@media(max-width:576px){

.top-bar .d-flex{

    flex-direction:column;

}

.top-link{

    margin:5px 0;

}

.top-social{

    margin:10px 0 0;

}

}
/*==================================
Premium Social Icons
==================================*/

.top-social{

    display:flex;
    align-items:center;
    gap:12px;
    margin-left:30px;

}

.top-social a{

    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    font-size:22px;

    color:#fff;

    text-decoration:none;

    transition:all .35s ease;

    box-shadow:0 8px 20px rgba(0,0,0,.20);

}

/* Facebook */

.top-social a:nth-child(1){

    background:#1877F2;

}

/* Instagram */

.top-social a:nth-child(2){

    background:linear-gradient(45deg,#F58529,#DD2A7B,#8134AF,#515BD4);

}

/* YouTube */

.top-social a:nth-child(3){

    background:#FF0000;

}

/* WhatsApp */

.top-social a:nth-child(4){

    background:#25D366;

}

.top-social a:hover{

    transform:translateY(-5px) scale(1.12);

    box-shadow:0 15px 35px rgba(0,0,0,.35);

    color:#fff;

}
/*==================================
Navigation
==================================*/

.navbar-nav .nav-link{

    font-weight:600;

    color:#333;

    margin:0 8px;

    padding:10px 18px;

    border-radius:30px;

    transition:all .35s ease;

}

.navbar-nav .nav-link:hover{

    color:#fff;

    background:#2E7D32;

}

.navbar-nav .nav-link.active{

    background:linear-gradient(135deg,#2E7D32,#66BB6A);

    color:#fff !important;

    box-shadow:0 8px 20px rgba(46,125,50,.35);

}
}