body{
    background:#f5f5f5;
}

.section-title{
    margin-top:50px;
    margin-bottom:20px;
    font-weight:bold;
}

/*------------------------------------
Hero Section
------------------------------------*/

.hero-wrapper{

    width:100%;

    margin-top:0;

}

.hero-section{

    position:relative;

    overflow:hidden;

    width:100%;

    min-height:620px;

    background:#111;

    border-radius:0;

    box-shadow:none;

}

.hero-image{

    width:100%;

    height:650px;

    display:block;

    object-fit:cover;

    transition:transform .7s ease;

}

.hero-section:hover .hero-image{

    transform:scale(1.05);

}

.hero-overlay{

    position:absolute;

    inset:0;

    display:flex;

    align-items:center;

    background:
    linear-gradient(

        90deg,

        rgba(0,0,0,.86) 0%,

        rgba(0,0,0,.55) 38%,

        rgba(0,0,0,.18) 70%,

        rgba(0,0,0,.0) 100%

    );

}

.hero-content{

    max-width:560px;

    color:#fff;

    padding:45px;

    background:rgba(12,12,12,.42);

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.10);

    border-radius:28px;

    box-shadow:
        0 20px 50px rgba(0,0,0,.35);

}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:10px 18px;

    margin-bottom:28px;

    border-radius:40px;

    background:rgba(220,53,69,.15);

    border:1px solid rgba(220,53,69,.40);

    color:#fff;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.hero-content h1{

    font-size:4.1rem;

    font-weight:800;

    line-height:1.02;

    margin-bottom:25px;

    color:#fff;

    letter-spacing:-1px;

}

.hero-content p{

    font-size:1.08rem;

    line-height:2;

    color:rgba(255,255,255,.88);

    margin-bottom:35px;

}

.hero-buttons{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

    margin-bottom:35px;

}

.hero-btn-primary{

    min-width:210px;

    height:58px;

    border-radius:50px;

    font-weight:700;

    display:flex;

    justify-content:center;

    align-items:center;

}

.hero-btn-primary:hover{

    transform:translateY(-8px);

}

.hero-btn-secondary{

    min-width:210px;

    height:58px;

    border-radius:50px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:700;

}

.hero-btn-secondary:hover{

    background:#fff;

    color:#111;

    transform:translateY(-4px);

}

.hero-features{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

    margin-top:10px;

}

.hero-feature{

    display:flex;

    align-items:center;

    gap:8px;

    font-size:.95rem;

    color:#fff;

    font-weight:600;

}

.hero-feature i{

    color:#ff4d5a;

    font-size:18px;

}

/*------------------------------------
Our Services
------------------------------------*/

.service-card{

    background:#fff;

    border-radius:16px;

    padding:35px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.service-icon{

    width:72px;

    height:72px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#f8f9fa;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#dc3545;

    transition:.3s;

}

.service-card:hover .service-icon{

    background:#dc3545;

    color:#fff;

    transform:scale(1.15);

}

.service-card h5{

    font-weight:700;

    margin-bottom:15px;

}

.service-card p{

    color:#666;

    line-height:1.7;

}

.services-title::after{

    content:"";

    display:block;

    width:80px;

    height:4px;

    background:#dc3545;

    margin:15px auto 0;

    border-radius:20px;

}

/*------------------------------------
Hero Responsive
------------------------------------*/

@media (max-width:991px){

    .hero-section{

        min-height:auto;

    }

    .hero-image{

        height:520px;

    }

    .hero-content{

        padding:40px 20px;

        max-width:100%;

    }

    .hero-content h1{

        font-size:3rem;

    }

}

@media (max-width:768px){

    .hero-image{

        height:650px;

    }

    .hero-overlay{

        background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.82),
            rgba(0,0,0,.88)
        );

    }

    .hero-content{

        text-align:center;

        padding:30px;

    }

    .hero-content h1{

        font-size:2.4rem;

    }

    .hero-buttons{

        justify-content:center;

    }

    .hero-features{

        justify-content:center;

        gap:18px;

    }

}

/*--------------------------------------
Premium Navbar
--------------------------------------*/

.navbar-premium{

    background:#181b1f;

    height:96px;

    padding:0;

    border-bottom:1px solid rgba(255,255,255,.08);

    box-shadow:0 10px 30px rgba(0,0,0,.25);

}

.navbar-logo{

    width:215px;

    height:auto;

    display:block;

}

.navbar-brand{

    display:flex;

    align-items:center;

    padding-left:8px;

    margin:0;

    flex-shrink:0;

}

.navbar-premium > .container{

    height:96px;

    display:flex;

    align-items:center;

    justify-content:space-between;

}

.brand-text{

    display:flex;

    flex-direction:column;

    line-height:1.05;

}

.brand-title{

    font-size:1.15rem;

    font-weight:800;

    color:#fff;

    letter-spacing:.3px;

}

.brand-subtitle{

    font-size:.72rem;

    text-transform:uppercase;

    letter-spacing:2px;

    color:#b9b9b9;

}

.navbar-nav{

    gap:26px;

}

.nav-link{

    position:relative;

    font-weight:600;

    padding:.75rem 1rem !important;

    transition:.3s;

}

.nav-link:hover{

    color:#fff !important;

}

.nav-link.active{

    color:#fff !important;

}

.nav-link.active::after{

    content:"";

    position:absolute;

    left:16px;

    right:16px;

    bottom:6px;

    height:3px;

    background:#dc3545;

    border-radius:50px;

}

.navbar-toggler{

    border:none;

}

.navbar-toggler:focus{

    box-shadow:none;

}

/*--------------------------------------
Navbar Actions
--------------------------------------*/

.navbar-actions{

    display:flex;

    align-items:center;

    gap:18px;

}

/*--------------------------------------
Search Box
--------------------------------------*/

.navbar-search{

    position:relative;

    width:290px;

}

.navbar-search .form-control{

    height:46px;

    border-radius:30px;

    background:#23272b;

    border:1px solid rgba(255,255,255,.10);

    color:#fff;

    padding-left:18px;

    padding-right:50px;

}

.navbar-search .form-control::placeholder{

    color:#9ea3a8;

}

.navbar-search .form-control:focus{

    background:#23272b;

    color:#fff;

    border-color:#dc3545;

    box-shadow:none;

}

.navbar-search i{

    position:absolute;

    right:18px;

    top:50%;

    transform:translateY(-50%);

    color:#bdbdbd;

    pointer-events:none;

}

/*--------------------------------------
Navbar Icons
--------------------------------------*/

.navbar-icon{

    width:44px;

    height:44px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    color:#fff;

    text-decoration:none;

    transition:.30s;

    background:rgba(255,255,255,.05);

}

.navbar-icon:hover{

    background:#dc3545;

    color:#fff;

    transform:translateY(-3px);

}

.navbar-premium > .container{

    max-width:1400px;

}

/*--------------------------------------
Premium Product Card
--------------------------------------*/

.product-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

    border:none;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.product-card:hover{

    transform:translateY(-10px);

    box-shadow:0 22px 45px rgba(0,0,0,.15);

}

.product-image-wrapper{

    position:relative;

    overflow:hidden;

}

.home-product-image{

    width:100%;
    height:240px;

    object-fit:contain;

    padding:18px;

    background:#fff;

    transition:.45s;

}

.product-card:hover .home-product-image{

    transform:scale(1.08);

}

.product-badge{

    position:absolute;

    top:18px;

    left:18px;

    background:#dc3545;

    color:#fff;

    padding:6px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

    letter-spacing:.5px;

}

.product-body{

    padding:24px;

}

.product-chip{

    display:inline-block;

    padding:6px 14px;

    border-radius:30px;

    background:#fff4f5;

    color:#dc3545;

    border:1px solid rgba(220,53,69,.20);

    font-size:12px;

    font-weight:700;

    margin-bottom:14px;

}

.product-title{

    font-size:1.35rem;

    font-weight:700;

    margin-bottom:12px;

    min-height:60px;

}

.product-description{

    color:#6c757d;

    line-height:1.8;

    min-height:72px;

}

.product-footer{

    margin-top:20px;

}

.product-price{

    font-size:1.8rem;

    font-weight:800;

    color:#212529;

}

.product-stock{

    margin-top:8px;

    font-size:15px;

    font-weight:600;

    color:#198754;

}

.product-stock i{

    margin-right:6px;

}

.product-btn{

    height:52px;

    border-radius:50px;

    background:#dc3545;

    color:#fff;

    font-weight:700;

    border:none;

    transition:.30s;

}

.product-btn:hover{

    background:#bb2d3b;

    color:#fff;

    transform:translateY(-3px);

}

.product-card .btn{

    width:100%;

    border-radius:40px;

    height:48px;

    font-weight:700;

    transition:.30s;

}

.product-card .btn:hover{

    transform:translateY(-3px);

    box-shadow:

        0 12px 28px rgba(220,53,69,.30);

}

/*--------------------------------------
Featured Products Header
--------------------------------------*/

.featured-header{

    margin-bottom:55px;

}

.featured-badge{

    display:inline-block;

    padding:10px 24px;

    border-radius:50px;

    background:rgba(220,53,69,.08);

    border:1px solid rgba(220,53,69,.25);

    color:#dc3545;

    font-size:12px;

    font-weight:700;

    letter-spacing:3px;

}

.featured-title{

    font-size:48px;

    font-weight:800;

    margin-top:20px;

    margin-bottom:18px;

}

.featured-title::after{

    content:"";

    display:block;

    width:90px;

    height:4px;

    background:#dc3545;

    border-radius:20px;

    margin:18px auto 0;

}

.featured-subtitle{

    max-width:700px;

    margin:auto;

    color:#6c757d;

    line-height:1.9;

    font-size:18px;

}

/*--------------------------------------
Our Services Header
--------------------------------------*/

.services-header{

    margin-bottom:55px;

}

.services-badge{

    display:inline-block;
    padding:10px 24px;
    border-radius:50px;
    background:rgba(220,53,69,.08);
    border:1px solid rgba(220,53,69,.25);
    color:#dc3545;
    font-size:12px;
    font-weight:700;
    letter-spacing:3px;

}

.services-title{

    font-size:48px;
    font-weight:800;
    margin-top:20px;
    margin-bottom:18px;

}

.services-title::after{

    content:"";
    display:block;
    width:90px;
    height:4px;
    background:#dc3545;
    border-radius:20px;
    margin:18px auto 0;

}

.services-description{

    max-width:700px;
    margin:auto;
    color:#6c757d;
    line-height:1.9;
    font-size:18px;

}

/*--------------------------------------
Product Search
--------------------------------------*/

.product-search{

    margin:60px 0 80px;

}

/*--------------------------------------
Premium Footer
--------------------------------------*/

.footer-premium{

    margin-top:100px;
    padding:80px 0 25px;
    background:#181b1f;
    color:#fff;

}

.footer-logo{

    width:190px;

    max-width:100%;

    display:block;

}

.footer-description{

    color:#b9b9b9;
    line-height:1.9;
    margin-bottom:25px;
    max-width:320px;

}

.footer-premium h5{

    font-size:18px;
    font-weight:700;
    margin-bottom:22px;
    color:#fff;

}

/*--------------------------------------
Footer Links
--------------------------------------*/

.footer-links{

    list-style:none;
    padding:0;
    margin:0;

}

.footer-links li{

    margin-bottom:12px;

}

.footer-links a{

    color:#b9b9b9;
    text-decoration:none;
    transition:.30s;

}

.footer-links a:hover{

    color:#dc3545;
    padding-left:8px;

}

/*--------------------------------------
Footer Contact
--------------------------------------*/

.footer-contact{

    list-style:none;
    padding:0;
    margin:0;

}

.footer-contact li{

    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
    color:#b9b9b9;

}

.footer-contact i{

    color:#dc3545;
    width:18px;

}

/*--------------------------------------
Footer Social
--------------------------------------*/

.footer-social{

    display:flex;
    gap:15px;

}

.footer-social a{

    width:42px;
    height:42px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#23272b;

    color:#fff;

    text-decoration:none;

    transition:.30s;

}

.footer-social a:hover{

    background:#dc3545;

    transform:translateY(-4px);

}

/*--------------------------------------
Footer Bottom
--------------------------------------*/

.footer-divider{

    margin:55px 0 25px;

    border-color:rgba(255,255,255,.08);

}

.footer-bottom{

    text-align:center;

    color:#9ea3a8;

    font-size:14px;

}

.footer-logo{

    width:220px;

    max-width:100%;

    display:block;

}

/*--------------------------------------
Responsive Footer
--------------------------------------*/

@media (max-width:991px){

    .footer-premium{

        text-align:center;

        padding:60px 0 25px;

    }

    .footer-logo{

        margin:0 auto 25px;

    }

    .footer-description{

        margin:0 auto 30px;

        max-width:520px;

    }

    .footer-social{

        justify-content:center;

        margin-bottom:35px;

    }

    .footer-links{

        margin-bottom:35px;

    }

    .footer-contact li{

        justify-content:center;

    }

}

@media (max-width:767px){

    .footer-premium{

        padding:50px 0 20px;

    }

    .footer-logo{

        width:180px;

    }

    .footer-premium h5{

        margin-top:20px;

        margin-bottom:18px;

    }

    .footer-links li{

        margin-bottom:10px;

    }

    .footer-contact li{

        font-size:14px;

    }

    .footer-bottom{

        font-size:13px;

        line-height:1.8;

    }

}

/*--------------------------------------
Payment Method
--------------------------------------*/

.payment-method{

    display:flex;

    flex-direction:column;

    gap:15px;

}

.payment-card{

    display:block;

    cursor:pointer;

    margin:0;

}

.payment-card input{

    display:none;

}

.payment-content{

    border:1px solid #dee2e6;

    border-radius:10px;

    padding:15px 18px;

    transition:.25s;

    background:#fff;

}

.payment-title{

    font-weight:600;

    margin-bottom:4px;

}

.payment-card:hover .payment-content{

    border-color:#dc3545;

}

.payment-card input:checked + .payment-content{

    border:2px solid #dc3545;

    background:#fff5f5;

}

@media (min-width: 992px){

    .order-summary{

        position: sticky;

        top: 120px;

    }

}

