/* ===============================
   KK INDICA TEA CO.
   Premium Homepage CSS
================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
}

/*================ NAVBAR ================*/

.navbar{
    background:rgba(0,0,0,0.35);
    backdrop-filter:blur(10px);
    transition:.4s;
}

.navbar-brand h5{
    font-size:20px;
}

.nav-link{
    color:white !important;
    font-weight:500;
    margin-left:18px;
    transition:.3s;
}

.nav-link:hover{
    color:#ffc107 !important;
}

/*================ HERO ================*/

.hero{
    background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
                url("../images/hero/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

.overlay{
    display: none;
}

.overlay{

    position:absolute;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.55);

}

.hero .container{

    position:relative;

    z-index:10;

}

.hero h1{

    line-height:1.2;

}

.hero p{

    max-width:650px;

}

.btn-warning{

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

}

.btn-outline-light{

    padding:15px 35px;

    border-radius:50px;

}

.badge{

    font-size:16px;

    letter-spacing:1px;

}

/*================ MOBILE ================*/

@media(max-width:992px){

.hero{

text-align:center;

}

.hero h1{

font-size:40px;

}

.hero p{

font-size:18px;

margin:auto;

}

.navbar{

background:#0b3d1d;

}

}
.company-name{
    font-size:22px;
    white-space:nowrap;
    letter-spacing:1px;
}
/* WhatsApp Button */

.whatsapp-btn{

    animation: blink 1.5s infinite;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 28px;
    transition: 0.3s;
}

.whatsapp-btn:hover{

    transform: scale(1.08);
}

@keyframes blink{

    0%{
        opacity: 1;
        box-shadow: 0 0 5px #25D366;
    }

    50%{
        opacity: 0.6;
        box-shadow: 0 0 20px #25D366;
    }

    100%{
        opacity: 1;
        box-shadow: 0 0 5px #25D366;
    }
}
/* Call To Action */

.cta-section{

    background: linear-gradient(rgba(0,80,0,0.8), rgba(0,80,0,0.8)),
                url("../images/hero/hero-bg.jpg");

    background-size: cover;
    background-position: center;
    text-align: center;

}

.cta-section h2{

    font-size: 40px;
    font-weight: 700;

}

.cta-section p{

    font-size: 18px;

}

.cta-section .btn{

    padding: 12px 28px;
    border-radius: 50px;
    margin: 10px;

}
/* ================= FOOTER ================= */

.footer-section{

    background:#0b2e13;

    color:white;

    padding:60px 0 20px;

}

.footer-section h5,
.footer-section h4{

    margin-bottom:20px;

}

.footer-section a{

    color:white;

    text-decoration:none;

    display:block;

    margin-bottom:10px;

    transition:.3s;

}

.footer-section a:hover{

    color:#ffc107;

    padding-left:8px;

}

.footer-section ul{

    padding-left:0;

}

.footer-section li{

    list-style:none;

    margin-bottom:10px;

}

.social-icons a{

    display:inline-block;

    width:42px;

    height:42px;

    line-height:42px;

    text-align:center;

    background:#198754;

    border-radius:50%;

    margin-right:10px;

    color:white;

    transition:.3s;

}

.social-icons a:hover{

    background:#ffc107;

    color:#000;

    transform:translateY(-5px);

}

.footer-section hr{

    border-color:rgba(255,255,255,.2);

}
/* ================= ABOUT HERO ================= */

.about-hero{

    background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
                url("../images/hero/hero-bg.jpg");

    background-size: cover;
    background-position: center;

    min-height: 60vh;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    color: white;

}
/* ================= COMPANY STORY ================= */

.company-story{

    background:#ffffff;

}

.company-story img{

    border-radius:20px;

}

.company-story p{

    font-size:17px;

    line-height:1.8;

    color:#555;

}
/* ================= MISSION & VISION ================= */

.value-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:.4s;

}

.value-card:hover{

    transform:translateY(-10px);

    box-shadow:0 15px 35px rgba(0,0,0,.2);

}

.value-card p{

    color:#555;

    line-height:1.8;

}
/* ================= WHY CHOOSE ================= */

.why-choose{

    background:#f8f9fa;

}

.choose-card{

    background:white;

    padding:30px;

    border-radius:18px;

    text-align:center;

    transition:.4s;

    height:100%;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.choose-card:hover{

    transform:translateY(-10px);

    box-shadow:0 15px 30px rgba(0,0,0,.15);

}

.choose-card p{

    color:#666;

    line-height:1.8;

}
/* ================= ABOUT CTA ================= */

.about-cta{

    background:linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)),
               url("../images/hero/hero-bg.jpg");

    background-size:cover;
    background-position:center;

}
/* CONTACT */

.contact-section{

    background:#fff;

}

.contact-section p{

    font-size:18px;

    margin-bottom:20px;

}

.contact-section i{

    width:30px;

}
/* ================= GOOGLE MAP ================= */

.map-section iframe{

    width:100%;

    border:0;

}
/* ================= GALLERY ================= */

.gallery-section{

    background:#f8f9fa;

}

.gallery-img{

    width:100%;

    height:300px;

    object-fit:cover;

    border-radius:15px;

    transition:.4s;

    box-shadow:0 8px 20px rgba(0,0,0,.1);

}

.gallery-img:hover{

    transform:scale(1.05);

    box-shadow:0 15px 30px rgba(0,0,0,.2);

}
/* ================= BACK TO TOP ================= */

#topBtn{

    display:none;

    position:fixed;

    bottom:25px;

    right:25px;

    z-index:999;

    border:none;

    outline:none;

    background:#198754;

    color:#fff;

    cursor:pointer;

    padding:15px 18px;

    border-radius:50%;

    font-size:20px;

    box-shadow:0 8px 20px rgba(0,0,0,.3);

    transition:.3s;

}

#topBtn:hover{

    background:#14532d;

    transform:scale(1.1);

}
/* ================= PRELOADER ================= */

#preloader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.loader-content{
    text-align:center;
}

.loader-content img{
    width:100px;
    animation:spin 2s linear infinite;
}

.loader-content h3{
    margin-top:20px;
    color:#198754;
    font-weight:700;
}

.loader-content p{
    color:#666;
}

@keyframes spin{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
/* ================= WHATSAPP FLOAT BUTTON ================= */

.whatsapp-float{

    position:fixed;

    bottom:25px;

    left:25px;

    width:60px;

    height:60px;

    background:#25D366;

    color:white;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    z-index:999;

    text-decoration:none;

    animation:pulse 1.5s infinite;

}


.whatsapp-float:hover{

    transform:scale(1.1);

    color:white;

}


@keyframes pulse{

    0%{

        box-shadow:0 0 0 0 rgba(37,211,102,0.7);

    }

    70%{

        box-shadow:0 0 0 20px rgba(37,211,102,0);

    }

    100%{

        box-shadow:0 0 0 0 rgba(37,211,102,0);

    }

}
/*================ COMPANY IMAGE SECTION ================*/

.company-main-img{

    width:100%;

    height:420px;

    object-fit:cover;

    border-radius:20px;

    transition:.4s;

}

.company-small-img{

    width:100%;

    height:220px;

    object-fit:cover;

    border-radius:20px;

    transition:.4s;

}

.company-main-img:hover,

.company-small-img:hover{

    transform:scale(1.03);

    box-shadow:0 15px 40px rgba(0,0,0,.25);

}
/* ================= PRODUCTS ================= */

.product-card{

    border:none;

    border-radius:20px;

    overflow:hidden;

    transition:.4s;

}

.product-card:hover{

    transform:translateY(-10px);

    box-shadow:0 15px 35px rgba(0,0,0,.2);

}

/* Home Product Images */



.product-card{
    border-radius:15px;
    overflow:hidden;
    transition:0.3s;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}

.product-img{
    width:100%;
    height:280px;
    object-fit:cover;
}
.wholesale-img{
    width:100%;
    height:420px;
    object-fit:cover;
}

.product-img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.product-card{
    border-radius:15px;
    overflow:hidden;
}

.product-card:hover{
    transform:translateY(-8px);
    transition:.3s;
}
.product-card{
    transition:0.3s ease;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,0.2);
}
/* ================= 5 KG WHOLESALE IMAGE ================= */

.five-kg-img {
    width: 320px;
    height: 320px;
    object-fit: contain;
    display: block;
    margin: 25px auto 10px;
}
/* ================= SPECIAL PACKS ================= */

.special-pack-img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    display: block;
    margin: 15px auto;
    padding: 10px;
}
/* ================= CUSTOMER REVIEWS ================= */

.reviews-section {
    background: #f8f9fa;
}

.review-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    transition: .4s;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,.15);
}

.review-card p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.stars {
    color: #ffc107;
    font-size: 24px;
    margin-bottom: 15px;
}