.about-section{

padding:80px 0;
background:#fff;

}

.about-image{

position:relative;

}

.about-image img{

border-radius:20px;
transition:.4s;

}

.about-image:hover img{

transform:scale(1.03);

}

.experience-box{

position:absolute;

bottom:20px;
right:-20px;

background:#dc3545;

color:#fff;

padding:20px 25px;

border-radius:15px;

box-shadow:0 15px 35px rgba(0,0,0,.25);

text-align:center;

}

.experience-box h2{

font-size:42px;
margin:0;
font-weight:bold;

}

.experience-box span{

font-size:15px;

}

.about-tag{

display:inline-block;

background:#ffe6e6;

color:#dc3545;

padding:8px 18px;

border-radius:30px;

font-weight:700;

letter-spacing:1px;

}

.about-title{

font-size:42px;

font-weight:700;

line-height:1.3;

}

.about-title span{

color:#dc3545;

}

.about-text{

font-size:17px;

line-height:1.8;

color:#666;

margin-top:20px;

}

.feature-item{

display:flex;

align-items:center;

gap:15px;

padding:18px;

background:#fff;

border-radius:12px;

box-shadow:0 5px 20px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.feature-item:hover{

transform:translateY(-5px);

box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.feature-item i{

width:60px;

height:60px;

line-height:60px;

text-align:center;

background:#dc3545;

color:#fff;

border-radius:50%;

font-size:24px;

}

.feature-item h5{

margin:0;

font-size:18px;

font-weight:600;

}

.feature-item small{

color:#777;

}

.about-highlights{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:15px;

}

.about-highlights div{

padding:12px 15px;

background:#f8f9fa;

border-left:4px solid #dc3545;

border-radius:8px;

font-size:16px;

}

.btn-danger{

padding:12px 30px;

border-radius:50px;

font-weight:600;

}

@media(max-width:991px){

.about-title{

font-size:32px;

}

.experience-box{

right:10px;

bottom:10px;

padding:15px;

}

.about-highlights{

grid-template-columns:1fr;

}

}

@media(max-width:576px){

.about-title{

font-size:28px;

}

.feature-item{

padding:15px;

}

.feature-item i{

width:50px;

height:50px;

line-height:50px;

font-size:20px;

}

}


.why-us{
    background:#f8f9fa;
}

.section-title .subtitle{
    display:inline-block;
    color:#ff6600;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.section-title h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:10px;
}

.section-title p{
    color:#666;
    max-width:650px;
    margin:auto;
}

.why-card{
    background:#fff;
    padding:35px 25px;
    border-radius:15px;
    text-align:center;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    border-bottom:4px solid transparent;
}

.why-card:hover{
    transform:translateY(-10px);
    border-color:#ff6600;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.icon-box{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    background:linear-gradient(135deg,#ff6600,#ff9900);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-box i{
    font-size:34px;
    color:#fff;
}

.why-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.why-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:768px){

.section-title h2{
    font-size:30px;
}

.why-card{
    margin-bottom:20px;
}

}

.testimonial-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
}

.testimonial-card img{
    width:80px;
    height:80px;
    border-radius:50%;
    margin-bottom:15px;
}

.stars{
    color:#FFC107;
    font-size:18px;
    margin-bottom:10px;
}

#heroSlider{
    position:relative;
}

.hero-image{
    height:650px;
    object-fit:cover;
}

.slider-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.carousel-caption{
    bottom:50%;
    transform:translateY(50%);
    text-align:left;
    max-width:650px;
}

.slider-subtitle{
    display:inline-block;
    background:#ff6600;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.carousel-caption h1{
    font-size:55px;
    font-weight:700;
    margin-bottom:20px;
}

.carousel-caption p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:30px;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
    margin:0 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:#ff6600;
    border-radius:50%;
    padding:22px;
}

@media(max-width:991px){

.hero-image{
    height:500px;
}

.carousel-caption{
    max-width:90%;
}

.carousel-caption h1{
    font-size:36px;
}

}

@media(max-width:576px){

.hero-image{
    height:400px;
}

.carousel-caption{
    text-align:center;
    left:5%;
    right:5%;
}

.carousel-caption h1{
    font-size:28px;
}

.carousel-caption p{
    font-size:15px;
}

}

/*=====================================
        FEATURED PRODUCTS
======================================*/

.featured-products{
    position:relative;
    padding:90px 0;
    background:#f7f8fc;
    overflow:hidden;
}

.featured-products::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(220,53,69,.06);
    border-radius:50%;
    top:-150px;
    left:-150px;
}

.featured-products::after{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(13,110,253,.05);
    border-radius:50%;
    right:-220px;
    bottom:-220px;
}

/*==========================
Section Heading
==========================*/

.section-title{
    position:relative;
    z-index:2;
}

.section-title h6{
    color:#dc3545;
    text-transform:uppercase;
    font-size:15px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:12px;
}

.section-title h2{

    font-size:42px;

    font-weight:800;

    color:#222;

    margin-bottom:18px;

}

.section-title p{

    color:#666;

    font-size:17px;

    max-width:650px;

    margin:auto;

    line-height:30px;

}

/*==========================
Product Card
==========================*/

.product-card{

    position:relative;

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    transition:.45s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    border:1px solid rgba(0,0,0,.05);

    height:100%;

}

.product-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 55px rgba(0,0,0,.15);

}

/*==========================
Image
==========================*/

.product-image{

    position:relative;

    overflow:hidden;

    background:#fff;

}

.product-image img{

    width:100%;

    height:280px;

    object-fit:cover;

    transition:.6s;

}

.product-card:hover img{

    transform:scale(1.08);

}

/*==========================
Overlay
==========================*/

.product-image::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:linear-gradient(to top,
    rgba(0,0,0,.55),
    transparent);

    opacity:0;

    transition:.4s;

    z-index:1;

}

.product-card:hover .product-image::before{

    opacity:1;

}

/*==========================
Featured Badge
==========================*/

.product-badge{

    position:absolute;

    left:15px;

    top:15px;

    z-index:5;

    padding:8px 18px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    box-shadow:0 8px 18px rgba(0,0,0,.15);

}

/*==========================
Body
==========================*/

.product-body{

    padding:25px;

}

.category{

    display:inline-block;

    color:#dc3545;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:10px;

}

.product-body h4{

    font-size:22px;

    font-weight:700;

    color:#222;

    line-height:32px;

    min-height:65px;

    margin-bottom:15px;

}

/*==========================
Price
==========================*/

.price{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:18px;

}

.price del{

    color:#999;

    font-size:16px;

}

.price span{

    font-size:28px;

    font-weight:800;

    color:#dc3545;

}

/*==========================
Discount
==========================*/

.discount{

    display:inline-block;

    background:linear-gradient(45deg,#28a745,#48d368);

    color:#fff;

    padding:6px 15px;

    border-radius:25px;

    font-size:13px;

    font-weight:700;

    margin-bottom:15px;

}

/*==========================
Stock
==========================*/

.stock{

    font-size:15px;

    font-weight:600;

    margin-bottom:20px;

}

.stock i{

    margin-right:6px;

}

/*==========================
Button
==========================*/

.product-body .btn{

    border-radius:50px;

    padding:13px;

    font-size:15px;

    font-weight:700;

    transition:.35s;

    border:none;

    background:linear-gradient(135deg,#dc3545,#b3001b);

    box-shadow:0 10px 20px rgba(220,53,69,.25);

}

.product-body .btn:hover{

    transform:translateY(-3px);

    background:linear-gradient(135deg,#111,#333);

    box-shadow:0 15px 30px rgba(0,0,0,.30);

}

/*==========================
Card Border Animation
==========================*/

.product-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:20px;

    padding:2px;

    background:linear-gradient(135deg,
    transparent,
    rgba(220,53,69,.4),
    transparent);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    opacity:0;

    transition:.4s;

}

.product-card:hover::after{

    opacity:1;

}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

.product-image img{

height:240px;

}

.section-title h2{

font-size:34px;

}

}

@media(max-width:767px){

.featured-products{

padding:60px 0;

}

.product-body{

padding:20px;

}

.product-body h4{

font-size:19px;

min-height:auto;

}

.price span{

font-size:24px;

}

.section-title h2{

font-size:28px;

}

.product-image img{

height:220px;

}

}


/*=============================
GENERAL
=============================*/

body{

font-family:'Segoe UI',sans-serif;

background:#f8f9fa;

color:#333;

}

a{

text-decoration:none;

}

/*=============================
TOP HEADER
=============================*/

.top-header{

background:#b71c1c;

padding:10px 0;

font-size:14px;

}

.top-left,
.top-right{

display:flex;

gap:20px;

align-items:center;

}

.top-right{

justify-content:end;

}

.top-header a{

color:#fff;

}

.top-header i{

margin-right:6px;

}

/*=============================
NAVBAR
=============================*/

.navbar{

padding:12px 0;

}

.logo{

width:60px;

height:60px;

margin-right:15px;

}

.navbar-brand{

display:flex;

align-items:center;

}

.navbar-brand h4{

margin:0;

font-size:24px;

font-weight:bold;

color:#b71c1c;

}

.navbar-brand small{

color:#666;

}

.navbar-nav .nav-link{

font-size:16px;

font-weight:600;

margin-left:18px;

color:#333;

transition:.3s;

}

.navbar-nav .nav-link:hover{

color:#b71c1c;

}

.btn-danger{

background:#b71c1c;

border:none;

padding:10px 20px;

border-radius:8px;

}

.btn-danger:hover{

background:#8e0000;

}



/*==========================
Hero Slider
==========================*/

.hero-image{

    height:650px;

    object-fit:cover;

    filter:brightness(.55);

}

.carousel-caption{

    bottom:20%;

    text-align:left;

}

.carousel-caption h5{

    font-size:24px;

    color:#ffc107;

    margin-bottom:20px;

    text-transform:uppercase;

}

.carousel-caption h1{

    font-size:60px;

    font-weight:700;

    margin-bottom:20px;

}

.carousel-caption p{

    font-size:20px;

    max-width:700px;

    margin-bottom:30px;

}

.carousel-caption .btn{

    padding:15px 40px;

    font-size:18px;

    border-radius:50px;

}

.carousel-control-prev,

.carousel-control-next{

    width:6%;

}

@media(max-width:992px){

.hero-image{

height:500px;

}

.carousel-caption{

bottom:15%;

text-align:center;

}

.carousel-caption h1{

font-size:38px;

}

.carousel-caption p{

font-size:16px;

}

}

@media(max-width:576px){

.hero-image{

height:400px;

}

.carousel-caption h1{

font-size:28px;

}

.carousel-caption h5{

font-size:16px;

}

.carousel-caption .btn{

padding:10px 25px;

font-size:15px;

}

}


/*=================================
Category Section
==================================*/

.category-section{

background:#ffffff;

}

.section-title h6{

color:#c62828;

font-weight:700;

text-transform:uppercase;

}

.section-title h2{

font-size:30px;

font-weight:bold;

margin:5px 0;

}

.section-title p{

color:#666;

}

.category-card{

background:#fff;

border-radius:15px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.category-card:hover{

transform:translateY(-10px);

}

.category-image{

height:230px;

overflow:hidden;

}

.category-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.category-card:hover img{

transform:scale(1.08);

}

.category-content{

padding:25px;

text-align:center;

}

.category-content h4{

font-size:22px;

font-weight:700;

margin-bottom:10px;

}

.category-content p{

color:#777;

margin-bottom:20px;

}

.category-content .btn{

border-radius:30px;

padding:10px 28px;

}

/*=====================================
Featured Products
=====================================*/

.featured-products{
    background:#f8f9fa;
    text-align: center;
}

.product-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.product-card:hover{
    transform:translateY(-8px);
}

.product-image{
    height:240px;
    position:relative;
    overflow:hidden;
}

.product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-badge{
    position:absolute;
    top:15px;
    left:15px;
    padding:8px 14px;
    font-size:13px;
}

.product-body{
    padding:20px;
}

.product-body .category{
    color:#c62828;
    font-weight:600;
    font-size:14px;
}

.product-body h4{
    font-size:20px;
    margin:12px 0;
    min-height:50px;
}

.price del{
    color:#999;
    margin-right:10px;
}

.price span{
    color:#c62828;
    font-size:24px;
    font-weight:700;
}

.discount{
    display:inline-block;
    margin-top:10px;
    background:#198754;
    color:#fff;
    padding:5px 12px;
    border-radius:20px;
    font-size:13px;
}

.stock{
    margin-top:12px;
    font-weight:600;
}

.latest-products{
    background:#fff;
    text-align: center;
}

.product-card{
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
    background:#fff;
}

.product-card:hover{
    transform:translateY(-8px);
}

.product-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.product-body{
    padding:20px;
}

.price{
    font-size:24px;
    color:#c62828;
    font-weight:bold;
}

/*==================================
FOOTER
===================================*/

.footer{

background:#111;

color:#fff;

padding:70px 0 20px;

}

.footer-logo{

width:80px;

margin-bottom:15px;

}

.footer h3{

font-size:28px;

margin-bottom:15px;

font-weight:bold;

color:#fff;

}

.footer h4{

margin-bottom:25px;

position:relative;

padding-bottom:10px;

}

.footer h4::after{

content:'';

width:60px;

height:3px;

background:#c62828;

position:absolute;

left:0;

bottom:0;

}

.footer p{

color:#ccc;

line-height:28px;

}

.footer ul{

padding:0;

margin:0;

list-style:none;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

color:#ccc;

transition:.3s;

text-decoration:none;

}

.footer ul li a:hover{

color:#fff;

padding-left:8px;

}

.footer i{

margin-right:10px;

color:#c62828;

}

.footer a{

color:#ccc;

text-decoration:none;

}

.footer a:hover{

color:#fff;

}

.social-links{

margin-top:25px;

}

.social-links a{

display:inline-flex;

justify-content:center;

align-items:center;

width:42px;

height:42px;

background:#222;

border-radius:50%;

margin-right:10px;

transition:.3s;

}

.social-links a:hover{

background:#c62828;

transform:translateY(-5px);

}

.social-links i{

margin:0;

color:#fff;

}

.footer hr{

border-color:#333;

margin:40px 0 20px;

}

.copyright{

margin:0;

}

/*==========================
WHATSAPP
==========================*/

.whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:60px;

height:60px;

background:#25D366;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:30px;

color:#fff;

z-index:999;

text-decoration:none;

box-shadow:0 10px 20px rgba(0,0,0,.3);

}

/*==========================
BACK TO TOP
==========================*/

#topBtn{

position:fixed;

right:25px;

bottom:100px;

width:50px;

height:50px;

background:#c62828;

border:none;

border-radius:50%;

display:none;

color:#fff;

cursor:pointer;

z-index:999;

}

.contact-section{

background:#f8f9fa;

}

.contact-box{

background:#fff;

padding:30px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.contact-box p{

margin-bottom:20px;

font-size:17px;

}

.contact-box i{

width:30px;

color:#c62828;

}

.card{

border:none;

border-radius:15px;

}

.form-control{

height:50px;

}

textarea.form-control{

height:auto;

}

.about-section{
background:#fff;
}

.section-subtitle{
color:#c62828;
font-weight:bold;
}

.about-box{
padding:20px;
background:#f8f9fa;
border-radius:10px;
text-align:center;
transition:.3s;
}

.about-box:hover{
background:#c62828;
color:#fff;
}

.about-box i{
font-size:35px;
margin-bottom:10px;
}

.counter-section{
background:#c62828;
padding:70px 0;
color:#fff;
}

.counter-box h2{
font-size:45px;
font-weight:bold;
}

.why-us{
background:#fff;
}

.why-card{
padding:35px;
background:#f8f9fa;
text-align:center;
border-radius:15px;
transition:.3s;
height:100%;
}

.why-card:hover{
background:#c62828;
color:#fff;
}

.why-card i{
font-size:50px;
margin-bottom:20px;
}

.testimonial-section{
background:#f8f9fa;
}

.testimonial-card{
max-width:700px;
margin:auto;
padding:40px;
background:#fff;
border-radius:15px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/*==========================
Brand Section
==========================*/

.brands-section{

background:#fff;

}

.brand-box{

background:#fff;

padding:20px;

border-radius:12px;

box-shadow:0 5px 15px rgba(0,0,0,.08);

display:flex;

justify-content:center;

align-items:center;

height:120px;

transition:.3s;

}

.brand-box:hover{

transform:translateY(-6px);

}

.brand-box img{

max-height:70px;

width:auto;

}

/*==========================
CTA
==========================*/

.cta-section{

background:#c62828;

padding:70px 0;

color:#fff;

}

.cta-section h2{

font-size:40px;

font-weight:bold;

}

.cta-section p{

margin-top:15px;

font-size:18px;

}

/*==========================
Newsletter
==========================*/

.newsletter-section{

padding:70px 0;

background:#f8f9fa;

}

.newsletter-form{

margin-top:30px;

}

.newsletter-form .form-control{

height:60px;

}

/*==========================
Call Button
==========================*/

.call-btn{

position:fixed;

left:20px;

bottom:25px;

width:60px;

height:60px;

background:#dc3545;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

font-size:28px;

text-decoration:none;

z-index:999;

box-shadow:0 8px 20px rgba(0,0,0,.3);

}

/*==========================
Loader
==========================*/

#loader{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:#fff;

display:flex;

justify-content:center;

align-items:center;

z-index:99999;

}

.carousel-caption {
    bottom: 25% !important;
    text-align: left;
}

.carousel-caption {
    position: absolute;
    right: 49%;
    bottom: 1.25rem;
    left: 9%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}