.elementor-7636 .elementor-element.elementor-element-065dea3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7636 .elementor-element.elementor-element-065dea3:not(.elementor-motion-effects-element-type-background), .elementor-7636 .elementor-element.elementor-element-065dea3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-7636 .elementor-element.elementor-element-04fc602{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7636 .elementor-element.elementor-element-59d5f423{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7636 .elementor-element.elementor-element-59d5f423:not(.elementor-motion-effects-element-type-background), .elementor-7636 .elementor-element.elementor-element-59d5f423 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-341ec5e *//* ===========================
   RESET
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Inter, Arial, sans-serif;
}

/* ===========================
   HEADER
=========================== */

.header{
    width:100%;
    position:sticky;
    top:0;
    z-index:9999;
}

/* ===========================
   ANNOUNCEMENT BAR
=========================== */

.announcement-bar{

    background:#17a333;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:15px;

    padding:12px 20px;

    font-size:14px;

    font-weight:600;
}

/* ===========================
   NAVBAR
=========================== */

.navbar{

    background:#000;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:18px 50px;

    border-bottom:1px solid rgba(255,255,255,.08);
}

/* ===========================
   LOGO
=========================== */

.logo img{
    height:65px;
    width:auto;
    display:block;
}

/* ===========================
   MENU
=========================== */

.nav-menu{

    display:flex;

    align-items:center;

    gap:35px;
}

.nav-menu a{

    color:#fff;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    position:relative;

    transition:.3s;
}

/* Hover Underline */

.nav-menu a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#f4c400;

    transition:.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after{

    width:100%;
}

.nav-menu a:hover{
    color:#f4c400;
}

/* ===========================
   ICONS
=========================== */

.header-icons{

    display:flex;

    align-items:center;

    gap:12px;
}

.icon-btn{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#111;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    font-size:18px;

    transition:.3s;
}

.icon-btn:hover{

    background:#f4c400;

    color:#000;

    transform:translateY(-2px);
}

/* ===========================
   CART
=========================== */

.cart-btn{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#f4c400;

    color:#000;

    text-decoration:none;

    display:flex;

    align-items:center;

    justify-content:center;

    position:relative;

    font-size:20px;

    transition:.3s;
}

.cart-btn:hover{

    transform:scale(1.08);
}

.cart-count{

    position:absolute;

    top:-5px;

    right:-5px;

    width:20px;

    height:20px;

    border-radius:50%;

    background:#22c55e;

    color:#fff;

    font-size:10px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:1200px){

    .nav-menu{
        gap:20px;
    }

    .nav-menu a{
        font-size:13px;
    }
}

@media(max-width:992px){

    .navbar{
        flex-direction:column;
        gap:20px;
        padding:20px;
    }

    .nav-menu{
        flex-wrap:wrap;
        justify-content:center;
    }
}

@media(max-width:768px){

    .announcement-bar{
        flex-direction:column;
        gap:5px;
        text-align:center;
        font-size:12px;
    }

    .logo img{
        height:55px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-097921f */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    color:#222;
}

.container{
    max-width:1400px;
    margin:auto;
    padding:0 25px;
}

/* HERO */

.about-hero{
    position:relative;
    min-height:650px;
    background:url('YOUR_HERO_IMAGE') center center/cover;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.hero-content{
    position:relative;
    text-align:center;
    color:#fff;
    max-width:850px;
    z-index:2;
}

.hero-tag{
    color:#f4c400;
    font-weight:700;
    letter-spacing:2px;
}

.hero-content h1{
    font-size:68px;
    font-weight:900;
    margin:20px 0;
    line-height:1.1;
}

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

.hero-buttons{
    margin-top:35px;
}

.btn-primary,
.btn-secondary{
    display:inline-block;
    padding:15px 35px;
    text-decoration:none;
    border-radius:8px;
    font-weight:700;
    margin:8px;
}

.btn-primary{
    background:#f4c400;
    color:#000;
}

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

/* STORY */

.story-section{
    padding:100px 0;
}

.story-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.story-image img,
.promise-image img{
    width:100%;
    border-radius:20px;
}

.story-content span,
.promise-content span{
    color:#16a637;
    font-weight:700;
}

.story-content h2,
.promise-content h2{
    font-size:48px;
    margin:15px 0 25px;
}

.story-content p,
.promise-content p{
    line-height:1.8;
    margin-bottom:15px;
}

/* FEATURES */

.features-section{
    background:#f8f8f8;
    padding:100px 0;
}

.features-section h2{
    text-align:center;
    font-size:48px;
    margin-bottom:50px;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.feature-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    text-align:center;
    transition:.3s;
}

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

.feature-icon{
    font-size:48px;
    margin-bottom:20px;
}

/* STATS */

.stats-section{
    background:#16a637;
    color:#fff;
    padding:80px 0;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    text-align:center;
}

.stat h3{
    font-size:58px;
    font-weight:800;
}

.stat p{
    margin-top:10px;
}

/* PROMISE */

.promise-section{
    padding:100px 0;
}

.promise-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

/* TESTIMONIALS */

.testimonial-section{
    background:#111;
    color:#fff;
    padding:100px 0;
}

.testimonial-section h2{
    text-align:center;
    font-size:48px;
    margin-bottom:50px;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.testimonial-card{
    background:#1b1b1b;
    padding:30px;
    border-radius:15px;
}

.stars{
    color:#f4c400;
    margin-bottom:15px;
}

/* CTA */

.cta-section{
    background:#f4c400;
    text-align:center;
    padding:100px 20px;
}

.cta-section h2{
    font-size:52px;
    margin-bottom:15px;
}

.cta-section p{
    font-size:18px;
    margin-bottom:30px;
}

.cta-button{
    background:#000;
    color:#fff;
    text-decoration:none;
    padding:16px 40px;
    border-radius:8px;
    font-weight:700;
}

/* MOBILE */

@media(max-width:768px){

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

    .story-grid,
    .promise-grid,
    .features-grid,
    .stats-grid,
    .testimonial-grid{
        grid-template-columns:1fr;
    }

    .story-content h2,
    .promise-content h2,
    .features-section h2,
    .testimonial-section h2{
        font-size:34px;
    }

    .cta-section h2{
        font-size:36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78851ab9 *//* ==========================
   FOOTER
========================== */

.footer{

    background:#000;

    color:#fff;

    padding:60px 40px 20px;
}

/* ==========================
   GRID
========================== */

.footer-container{

    max-width:1500px;

    margin:auto;

    display:grid;

    grid-template-columns:
    1.5fr
    1fr
    1fr
    1fr
    1fr
    1fr;

    gap:40px;
}

/* ==========================
   LOGO
========================== */

.footer-logo{

    max-width:150px;

    margin-bottom:15px;
}

.footer-about p{

    color:#cfcfcf;

    font-size:14px;

    line-height:1.7;

    margin-bottom:20px;
}

/* ==========================
   HEADINGS
========================== */

.footer-column h4{

    color:#fff;

    font-size:14px;

    font-weight:700;

    margin-bottom:18px;

    text-transform:uppercase;
}

/* ==========================
   LINKS
========================== */

.footer-column ul{

    list-style:none;
}

.footer-column ul li{

    margin-bottom:10px;

    color:#bdbdbd;

    font-size:13px;
}

.footer-column ul li a{

    color:#bdbdbd;

    text-decoration:none;

    transition:.3s;
}

.footer-column ul li a:hover{

    color:#f4c400;

    padding-left:4px;
}

/* ==========================
   SOCIAL
========================== */

.social-icons{

    display:flex;

    gap:12px;
}

.social-icons a{

    width:36px;

    height:36px;

    border-radius:50%;

    background:#111;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    transition:.3s;
}

.social-icons a:hover{

    background:#f4c400;

    color:#000;
}

/* ==========================
   BOTTOM
========================== */

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.1);

    margin-top:35px;

    padding-top:20px;

    display:flex;

    justify-content:space-between;

    align-items:center;
}

.footer-bottom p{

    font-size:13px;

    color:#aaa;
}

.payment-icons{

    display:flex;

    gap:10px;

    font-size:24px;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:1200px){

    .footer-container{

        grid-template-columns:
        repeat(3,1fr);
    }
}

@media(max-width:768px){

    .footer-container{

        grid-template-columns:1fr;
    }

    .footer-bottom{

        flex-direction:column;

        gap:15px;

        text-align:center;
    }
}/* End custom CSS */