/*==================================
        GOOGLE FONT
==================================*/

:root{

    --primary:#2E7D32;
    --secondary:#4CAF50;
    --dark:#1B4332;
    --light:#F8FDF8;
    --white:#ffffff;
    --gray:#777777;
    --text:#222222;
    --border:#e9ecef;
    --shadow:0 10px 35px rgba(0,0,0,.08);
    --radius:18px;
    --transition:.35s ease;

}

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Poppins',sans-serif;
    color:var(--text);
    background:#fff;
    overflow-x:hidden;

}

a{

    text-decoration:none;

}

ul{

    list-style:none;
    padding:0;
    margin:0;

}

img{

    max-width:100%;
    display:block;

}

.section-padding{

    padding:100px 0;

}

.section-badge{

    display:inline-block;
    background:#e8f5e9;
    color:var(--primary);
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;

}

.section-title{

    font-family:'Playfair Display',serif;
    font-size:46px;
    font-weight:700;
    color:var(--dark);
    margin-bottom:20px;

}

.section-description{

    max-width:700px;
    color:var(--gray);
    line-height:1.8;

}

.btn-main{

    background:var(--primary);
    color:#fff;
    border-radius:50px;
    padding:14px 35px;
    font-weight:600;
    transition:.4s;

}

.btn-main:hover{

    background:var(--dark);
    color:#fff;
    transform:translateY(-3px);

}

.btn-outline-main{

    border:2px solid var(--primary);
    color:var(--primary);
    border-radius:50px;
    padding:14px 35px;
    font-weight:600;
    margin-left:15px;
    transition:.4s;

}

.btn-outline-main:hover{

    background:var(--primary);
    color:#fff;

}
/*==================================
            NAVBAR
==================================*/

.navbar-custom{

    padding:18px 0;
    transition:.4s;
    z-index:999;

}
.navbar-scrolled{

background:rgba(255,255,255,.85);

backdrop-filter:blur(12px);

-webkit-backdrop-filter:blur(12px);

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.navbar-brand{

    display:flex;
    align-items:center;
    gap:10px;

    font-weight:700;

    color:var(--primary);

    font-size:26px;

}

.navbar-brand img{

    width:48px;

}

.navbar-nav .nav-link{

    color:#333;
    margin:0 14px;
    font-weight:500;
    transition:.3s;

}

.navbar-nav .nav-link:hover{

    color:var(--primary);

}

.navbar-nav .active{

    color:var(--primary)!important;

}

.btn-wa{

    background:var(--primary);
    color:#fff;
    border-radius:50px;
    padding:12px 28px;
    font-weight:600;

}

.btn-wa:hover{

    background:var(--dark);
    color:#fff;

}
/*==================================
            HERO
==================================*/

#hero{

    padding-top:170px;
    padding-bottom:120px;

    background:linear-gradient(
    135deg,
    #f8fff8 0%,
    #ffffff 50%,
    #eef8ef 100%
    );

    position:relative;

    overflow:hidden;

}
#hero::after{

content:"";

position:absolute;

left:-200px;

bottom:-200px;

width:450px;

height:450px;

border-radius:50%;

background:#E8F5E9;

opacity:.4;

}

#hero::before{

content:"";

position:absolute;

width:600px;

height:600px;

background:#d8f3dc;

border-radius:50%;

right:-200px;

top:-200px;

opacity:.5;

}

.hero-badge{

display:inline-block;

padding:10px 20px;

background:#e8f5e9;

border-radius:50px;

color:var(--primary);

font-weight:600;

margin-bottom:25px;

}

#hero h1{

font-size:62px;

font-family:'Playfair Display',serif;

font-weight:700;

line-height:1.2;

color:var(--dark);

margin-bottom:25px;

}

#hero h1 span{

color:var(--primary);

}

#hero p{

font-size:17px;

line-height:1.9;

color:#666;

margin-bottom:35px;

}

.hero-button{

display:flex;

gap:15px;

margin-bottom:50px;

}

.hero-counter{

display:flex;

gap:50px;

}

.counter-item h2{

font-size:42px;

color:var(--primary);

font-weight:700;

margin-bottom:5px;

}

.counter-item span{

color:#777;

}

.hero-image{

position:relative;

text-align:center;

}

.hero-image img{

width:90%;

animation:float 4s ease-in-out infinite;

}

.floating-card{

position:absolute;

background:#fff;

padding:18px 22px;

border-radius:18px;

box-shadow:var(--shadow);

display:flex;

align-items:center;

gap:15px;

}

.floating-card i{

font-size:28px;

color:var(--primary);

}

.floating-card h6{

margin:0;

font-weight:600;

}

.floating-card p{

margin:0;

font-size:13px;

}

.one{

left:-20px;

top:120px;

}

.two{

right:-10px;

bottom:80px;

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0);

}

}
.statistic{
background:#2E7D32;
color:white;
padding:70px 0;
}

.stat-item h2{
font-size:48px;
font-weight:700;
}

.stat-item p{
margin-top:10px;
font-size:18px;
}
/*==================================================
                ROOT
==================================================*/

:root{
    --primary:#2E7D32;
    --secondary:#43A047;
    --dark:#1B4332;
    --light:#F8FDF8;
    --white:#ffffff;
    --text:#222;
    --gray:#777;
    --border:#ececec;
    --shadow:0 15px 40px rgba(0,0,0,.08);
    --radius:20px;
    --transition:.35s ease;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    color:var(--text);
    overflow-x:hidden;
    background:#fff;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

.section-padding{
    padding:100px 0;
}

.section-badge{
    display:inline-block;
    padding:8px 20px;
    background:#E8F5E9;
    color:var(--primary);
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title{
    font-size:44px;
    font-family:'Playfair Display',serif;
    font-weight:700;
    color:var(--dark);
    margin-bottom:20px;
}

.section-description{
    color:#666;
    line-height:1.9;
    max-width:700px;
}

/*==================================================
                BUTTON
==================================================*/

.btn-main{

    background:var(--primary);
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;

}

.btn-main:hover{

    background:var(--dark);
    color:#fff;
    transform:translateY(-3px);

}

.btn-outline-main{

    border:2px solid var(--primary);
    color:var(--primary);
    padding:15px 35px;
    border-radius:50px;
    margin-left:15px;
    transition:.4s;

}

.btn-outline-main:hover{

    background:var(--primary);
    color:white;

}

/*==================================================
                NAVBAR
==================================================*/

.navbar-custom{

    padding:20px 0;
    transition:.4s;
    z-index:999;

}

.navbar-scrolled{

    background:white;
    box-shadow:var(--shadow);
    padding:14px 0;

}

.navbar-brand{

    display:flex;
    align-items:center;
    gap:10px;

    font-size:28px;
    font-weight:700;
    color:var(--primary);

}

.navbar-brand span{

    color:var(--primary);

}

.navbar-brand img{

    width:50px;

}

.navbar-nav .nav-link{

    color:#333;
    margin:0 15px;
    font-weight:500;
    transition:.3s;

}

.navbar-nav .nav-link:hover{

    color:var(--primary);

}

.navbar-nav .active{

    color:var(--primary)!important;

}

.btn-wa{

    background:var(--primary);
    color:white;
    border-radius:50px;
    padding:13px 28px;
    font-weight:600;

}

.btn-wa:hover{

    background:var(--dark);
    color:white;

}

/*==================================================
                HERO
==================================================*/

#hero{

    padding-top:180px;
    padding-bottom:120px;

    position:relative;

    overflow:hidden;

    background:linear-gradient(135deg,#F8FFF8,#FFFFFF);

}

#hero::before{

content:"";

position:absolute;

width:700px;

height:700px;

background:#D8F3DC;

right:-250px;

top:-250px;

border-radius:50%;

opacity:.4;

}

.hero-badge{

display:inline-block;

background:#E8F5E9;

padding:10px 22px;

border-radius:50px;

font-weight:600;

color:var(--primary);

margin-bottom:25px;

}

#hero h1{

font-family:'Playfair Display',serif;

font-size:64px;

font-weight:700;

line-height:1.2;

color:var(--dark);

margin-bottom:25px;

}

#hero h1 span{

color:var(--primary);

}

#hero p{

line-height:2;

color:#666;

margin-bottom:35px;

}

.hero-button{

display:flex;

gap:15px;

margin-bottom:50px;

}

.hero-counter{

display:flex;

gap:50px;

}

.counter-item h2{

font-size:42px;

font-weight:700;

color:var(--primary);

}

.counter-item span{

color:#666;

}

/*==================================================
                HERO IMAGE
==================================================*/

.hero-image{

position:relative;

text-align:center;

}

.hero-image img{

width:90%;

animation:float 5s infinite ease-in-out;

}

.floating-card{

position:absolute;

background:white;

padding:18px 25px;

border-radius:18px;

box-shadow:var(--shadow);

display:flex;

align-items:center;

gap:15px;

}

.floating-card i{

font-size:30px;

color:var(--primary);

}

.one{

left:-20px;

top:100px;

}

.two{

right:-20px;

bottom:80px;

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-20px);

}

100%{

transform:translateY(0);

}

}

/*==================================================
                ABOUT
==================================================*/

.about{
    background:#fff;
}

.about-image{
    display:flex;
    justify-content:center;
    position:relative;
}

/* Wrapper video — frame persegi, profesional */
.video-frame{
    position:relative;
    width:100%;
    max-width:420px;
    aspect-ratio:1/1;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 25px 50px rgba(0,0,0,.18);
    background:#0e2a1a;
    cursor:pointer;
}

.video-frame video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Overlay gelap tipis biar tombol play kebaca di foto apapun */
.video-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s ease;
}

.video-frame.is-playing .video-overlay{
    opacity:0;
    pointer-events:none;
}

/* Tombol play */
.play-btn{
    width:78px;
    height:78px;
    border-radius:50%;
    background:rgba(255,255,255,.95);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    transition:.3s ease;
}

.video-frame:hover .play-btn{
    transform:scale(1.08);
    background:#fff;
}

.play-btn i{
    font-size:30px;
    color:var(--primary);
    margin-left:5px; /* biar icon segitiga keliatan center */
}

/* Tombol mute/unmute kecil pas video sudah play */
.video-sound-btn{
    position:absolute;
    bottom:16px;
    right:16px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(0,0,0,.55);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    opacity:0;
    pointer-events:none;
    transition:.3s ease;
    z-index:5;
}

.video-frame.is-playing .video-sound-btn{
    opacity:1;
    pointer-events:auto;
}

.experience-box{
    position:absolute;
    bottom:-20px;
    right:20px;
    background:var(--primary);
    padding:25px;
    color:white;
    border-radius:20px;
    text-align:center;
    box-shadow:var(--shadow);
    z-index:6;
}

.experience-box h2{
    font-size:42px;
    margin:0;
    font-weight:700;
}

.about-item{
    display:flex;
    align-items:center;
    margin-bottom:20px;
    font-weight:500;
}

.about-item i{
    color:var(--primary);
    margin-right:12px;
    font-size:22px;
}

/*==================================================
                STATISTIC
==================================================*/

.statistic{

background:linear-gradient(135deg,#2E7D32,#1B4332);

padding:80px 0;

color:white;

}

.stat-item{

text-align:center;

}

.stat-item h2{

font-size:48px;

font-weight:700;

margin-bottom:10px;

}

.stat-item p{

font-size:18px;

opacity:.9;

}
/*==================================================
                    WHY
==================================================*/

.why{
    background:#f8fdf8;
}

.why-card{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    height:100%;
    border:1px solid #edf3ed;
}

.why-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.10);
}

.why-icon{
    width:80px;
    height:80px;
    background:#E8F5E9;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 25px;
}

.why-icon i{
    font-size:36px;
    color:var(--primary);
}

.why-card h4{
    font-size:22px;
    font-weight:600;
    color:var(--dark);
    margin-bottom:15px;
}

.why-card p{
    color:#666;
    line-height:1.8;
}




/*==========================
        PRODUCT
==========================*/
/*==========================================
        PRODUCT SECTION
==========================================*/

.product{
    background:#f8fdf8;
}

.product .row{
    justify-content:center;
}

.product-card{
    position:relative;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    height:100%;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s ease;
}

.product-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* IMAGE — foto penuh, rasio konsisten */
.product-image{
    position:relative;
    aspect-ratio:1/1;
    background:#f3f8f3;
    overflow:hidden;
}

.product-image img{
    width:100%;
    height:100%;
    object-fit:cover;      /* ganti "contain" kalau foto belum seragam */
    object-position:center;
    border-radius:0;
    transition:.5s ease;
}

.product-card:hover .product-image img{
    transform:scale(1.06);
}

.product-content{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:24px;
}

.product-rating{
    display:flex;
    align-items:center;
    gap:2px;
    color:#FFC107;
    font-size:13px;
    margin-bottom:10px;
}

.product-rating span{
    margin-left:6px;
    color:#888;
    font-size:13px;
}

.product-content h5{
    font-size:19px;
    font-weight:700;
    color:#222;
    margin-bottom:8px;
    line-height:1.4;
}

.product-content p{
    color:#777;
    font-size:14px;
    line-height:1.7;
    margin-bottom:16px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.product-price{
    margin-top:auto;
    margin-bottom:18px;
    font-size:24px;
    font-weight:700;
    color:var(--primary);
}

.btn-product{
    width:100%;
    padding:12px;
    border-radius:50px;
    background:var(--primary);
    color:#fff;
    font-weight:600;
    text-align:center;
    transition:.3s;
}

.btn-product:hover{
    background:var(--dark);
    color:#fff;
}

.product-badge{
    position:absolute;
    top:16px;
    left:16px;
    z-index:10;
    display:flex;
    align-items:center;
    gap:6px;
    padding:7px 14px;
    border-radius:50px;
    background:#ff9800;
    color:#fff;
    font-size:12px;
    font-weight:600;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.product-badge.new{
    background:var(--primary);
}

/*==================================================
                    TEAM
==================================================*/

.team{
    background:#ffffff;
}

.team-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 15px 35px rgba(0,0,0,.06);
    height:100%;
}

.team-card:hover{
    transform:translateY(-10px);
}

.team-image{
    overflow:hidden;
}

.team-image img{
    width:100%;
    height:360px;
    object-fit:cover;
    transition:.5s;
}

.team-card:hover .team-image img{
    transform:scale(1.08);
}

.team-content{
    padding:30px;
    text-align:center;
}

.team-content h4{
    font-size:24px;
    font-weight:700;
    color:var(--dark);
    margin-bottom:5px;
}

.team-content span{
    display:block;
    color:var(--primary);
    margin-bottom:20px;
    font-weight:600;
}

.team-content p{
    color:#666;
    line-height:1.8;
}

.team-social{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:25px;
}

.team-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#E8F5E9;
    display:flex;
    justify-content:center;
    align-items:center;
    color:var(--primary);
    transition:.3s;
}

.team-social a:hover{
    background:var(--primary);
    color:#fff;
}


/*==================================================
                TESTIMONIAL
==================================================*/

.testimonial{
    background:#F8FDF8;
}

.testimonial-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    height:100%;
}

.testimonial-rating{
    color:#ffc107;
    font-size:22px;
    margin-bottom:20px;
}

.testimonial-card p{
    line-height:1.9;
    color:#666;
    min-height:120px;
}

.testimonial-user{
    display:flex;
    align-items:center;
    margin-top:25px;
}

.testimonial-user img{
    width:65px;
    height:65px;
    object-fit:cover;
    border-radius:50%;
    margin-right:15px;
}

.testimonial-user h6{
    margin:0;
    font-weight:600;
}

.testimonial-user small{
    color:#777;
}

.carousel-indicators{
    margin-top:30px;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
    border:none;
    background:#2E7D32;
}


/*==================================================
                    CTA
==================================================*/

.cta{
    padding:100px 0;
}

.cta-wrapper{
    background:linear-gradient(135deg,#2E7D32,#1B4332);
    color:#fff;
    padding:70px;
    border-radius:25px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.cta-badge{
    display:inline-block;
    padding:8px 20px;
    background:rgba(255,255,255,.15);
    border-radius:50px;
    margin-bottom:20px;
}

.cta h2{
    font-family:'Playfair Display',serif;
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.cta p{
    line-height:1.9;
    opacity:.9;
}

.btn-cta{
    background:#fff;
    color:var(--primary);
    padding:16px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-cta:hover{
    background:#F4F4F4;
    color:var(--dark);
    transform:translateY(-3px);
}


/*==================================================
                    FOOTER
==================================================*/

.footer{
    background:#102A1E;
    color:#fff;
    padding:90px 0 30px;
}

.footer-logo{
    color:#fff;
}

.footer-logo h4{
    font-weight:700;
}

.footer p{
    color:#d8d8d8;
    line-height:1.9;
}

.footer h5{
    margin-bottom:25px;
    font-weight:600;
}

.footer-link li{
    margin-bottom:14px;
}

.footer-link a{
    color:#d8d8d8;
    transition:.3s;
}

.footer-link a:hover{
    color:#7ED957;
    padding-left:8px;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    margin-bottom:18px;
    color:#d8d8d8;
}

.footer-contact i{
    color:#7ED957;
    margin-right:12px;
    margin-top:4px;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.1);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    transition:.3s;
}

.footer-social a:hover{
    background:#2E7D32;
}

.footer hr{
    border-color:rgba(255,255,255,.15);
    margin:45px 0 25px;
}

.copyright,
.developer{
    color:#bbb;
    margin:0;
}


/*==================================================
                BACK TO TOP
==================================================*/

#topBtn{

    position:fixed;
    right:25px;
    bottom:25px;

    width:50px;
    height:50px;

    border:none;
    border-radius:50%;

    background:#2E7D32;
    color:white;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:22px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

    cursor:pointer;

    z-index:999;

    transition:.35s;

}

#topBtn:hover{

    transform:translateY(-5px);

    background:#1B4332;

}
/*=============================
        LOADER
=============================*/

#loader{
    position:fixed;
    inset:0;
    background:#ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    z-index:99999;
    opacity:1;
    visibility:visible;
    transition:opacity .5s ease, visibility .5s ease;
}

#loader.fade-out{
    opacity:0;
    visibility:hidden;
}

.loader-circle{
    width:64px;
    height:64px;
    border-radius:50%;
    border:5px solid #e6f0e6;
    border-top:5px solid var(--primary);
    animation:spin .9s linear infinite;
    margin-bottom:18px;
}

#loader h3{
    font-family:'Playfair Display',serif;
    font-weight:700;
    color:var(--dark);
    font-size:22px;
    letter-spacing:.5px;
    opacity:.9;
}

@keyframes spin{
    100%{ transform:rotate(360deg); }
}

/*=============================
    SCROLL ANIMATION
=============================*/

.hidden{

opacity:0;

transform:translateY(70px);

transition:1s;

}

.show{

opacity:1;

transform:translateY(0);

}

/*=============================
        SCROLLBAR
=============================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-thumb{

background:#2E7D32;

border-radius:30px;

}

::-webkit-scrollbar-track{

background:#f3f3f3;

}
/*==========================================
        PREMIUM BACKGROUND
==========================================*/

body{
    background:#fcfdf9;
}

section{
    position:relative;
    overflow:hidden;
}

section::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(46,125,50,.03);
    top:-120px;
    right:-120px;
    z-index:0;
}

.container{
    position:relative;
    z-index:2;
}


/*==========================================
        CARD HOVER
==========================================*/

.product-card,
.category-card,
.team-card,
.testimonial-card,
.why-card{

    transition:.45s ease;

}

.product-card:hover,
.category-card:hover,
.team-card:hover,
.testimonial-card:hover,
.why-card:hover{

    transform:translateY(-12px);
    box-shadow:0 30px 60px rgba(0,0,0,.12);

}


/*==========================================
        IMAGE ZOOM
==========================================*/

.product-image,
.category-card,
.team-image{

overflow:hidden;

}

.product-image img,
.category-card img,
.team-image img{

transition:.6s;

}

.product-card:hover img,
.category-card:hover img,
.team-card:hover img{

transform:scale(1.08);

}


/*==========================================
        BUTTON
==========================================*/

.btn{

transition:.35s;

}

.btn:hover{

transform:translateY(-3px);

}

.btn-main{

box-shadow:0 15px 35px rgba(46,125,50,.25);

}

.btn-main:hover{

box-shadow:0 20px 40px rgba(46,125,50,.35);

}


/*==========================================
        TITLE
==========================================*/

.section-title{

position:relative;

display:inline-block;

padding-bottom:15px;

}

.section-title::after{

content:"";

position:absolute;

left:50%;

bottom:0;

transform:translateX(-50%);

width:80px;

height:4px;

background:#2E7D32;

border-radius:50px;

}


/*==========================================
        ICON
==========================================*/

.category-icon,
.why-icon{

transition:.4s;

}

.category-card:hover .category-icon,
.why-card:hover .why-icon{

transform:rotate(10deg) scale(1.1);

}


/*==========================================
        SHADOW
==========================================*/

img{

border-radius:18px;

}

.about-image img{

box-shadow:0 20px 50px rgba(0,0,0,.08);

}


/*==========================================
        FOOTER
==========================================*/

.footer{

margin-top:0;

}

.footer-social a:hover{

transform:translateY(-5px);

}
/*==================================
        PRODUCT DETAIL
==================================*/

.product-detail{
    background:#f8fdf8;
}

.back-link{
    color:var(--primary);
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.back-link:hover{
    color:var(--dark);
}

.detail-image{
    background:#fff;
    border-radius:24px;
    padding:40px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:520px;
}

.detail-image img{
    max-width:100%;
    max-height:420px;
    object-fit:contain;
    transition:.4s;
}

.detail-image:hover img{
    transform:scale(1.05);
}

.detail-title{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin:18px 0;
    line-height:1.3;
}

.detail-price{
    font-size:38px;
    font-weight:700;
    color:var(--primary);
    margin-bottom:25px;
}

.detail-info{
    background:#fff;
    padding:20px 25px;
    border-radius:16px;
    margin-bottom:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.detail-info p{
    margin:0 0 10px;
    color:#555;
}

.detail-info p:last-child{
    margin-bottom:0;
}

.detail-description{
    color:#666;
    line-height:1.9;
}

.detail-description p:last-child{
    margin-bottom:0;
}

/* Related Product */

.related-product{
    margin-top:90px;
}

.related-product .section-title{
    margin-bottom:40px;
}

/* Responsive */

@media(max-width:991px){

    .detail-image{
        min-height:380px;
        padding:30px;
    }

    .detail-image img{
        max-height:300px;
    }

    .detail-title{
        font-size:30px;
    }

    .detail-price{
        font-size:30px;
    }

}

@media(max-width:768px){

    .detail-image{
        min-height:300px;
        padding:20px;
    }

    .detail-title{
        font-size:26px;
    }

    .detail-price{
        font-size:28px;
    }

}
/*==================================================
                PAGE HEADER (Inner Page)
==================================================*/

.page-header{
    padding-top:170px;
    padding-bottom:90px;
    text-align:center;
    color:#fff;
    background:linear-gradient(135deg,#2E7D32,#1B4332);
    position:relative;
    overflow:hidden;
}

.page-header::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    right:-140px;
    top:-180px;
}

.page-header::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    left:-100px;
    bottom:-130px;
}

.page-header .container{
    position:relative;
    z-index:2;
}

.page-header .section-badge{
    background:rgba(255,255,255,.15);
    color:#fff;
}

.page-header h1{
    font-family:'Playfair Display',serif;
    font-size:46px;
    font-weight:700;
    color:#fff;
    margin:15px 0 20px;
    position:relative;
    display:inline-block;
    padding-bottom:15px;
}

.page-header h1::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:70px;
    height:4px;
    background:#7ED957;
    border-radius:50px;
}

.page-header p{
    max-width:600px;
    margin:0 auto;
    color:rgba(255,255,255,.85);
    line-height:1.9;
}
/*==================================================
                CONTACT
==================================================*/

.contact{
    background:#f8fdf8;
}

.contact-card{
    background:#fff;
    border-radius:22px;
    padding:40px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.contact-card h3{
    font-family:'Playfair Display',serif;
    font-size:26px;
    font-weight:700;
    color:var(--dark);
    margin-bottom:30px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:26px;
}

.contact-item:last-child{
    margin-bottom:0;
}

.contact-item i{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.contact-item h6{
    font-weight:600;
    color:var(--dark);
    margin-bottom:4px;
    font-size:15px;
}

.contact-item a,
.contact-item span{
    color:#666;
    font-size:15px;
    line-height:1.6;
}

.contact-item a{
    transition:.3s;
}

.contact-item a:hover{
    color:var(--primary);
}

.map-card{
    height:100%;
    min-height:420px;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.map-card iframe{
    width:100%;
    height:100%;
    min-height:420px;
    display:block;
    border:0;
}
.testimonial-scroll{

    display:flex;

    gap:25px;

    overflow-x:auto;

    scroll-behavior:smooth;

    padding-bottom:15px;

}

.testimonial-scroll::-webkit-scrollbar{

    height:8px;

}

.testimonial-scroll::-webkit-scrollbar-thumb{

    background:#2E7D32;

    border-radius:20px;

}

.testimonial-card{

    min-width:350px;

    flex-shrink:0;

}