*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Poppins,sans-serif;
}

body{
background:#fff;
}

header{
padding:2px 0;
background:white;
}

.top-header{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo img{
height:80px;
}

.search-box{
width:50%;
display:flex;
}

.search-box input{

width:100%;
padding:15px;
border-radius:40px 0 0 40px;
border:1px solid #ddd;
outline:none;
}

.search-box button{

width:70px;
border:none;
background:#ff3c4c;
color:#fff;
border-radius:0 40px 40px 0;
}

.header-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.icon {
    height: 45px;
    width: 100%;
    background: #ff6b35;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    color: white;
}

.location{display:flex;gap:10px;font-weight:600;color:#e53935;
}

.navbar{background:white;padding-bottom:20px;
}

.navbar-nav{gap:15px;
}

.nav-item a{background:#ef3a45;padding:12px 20px;border-radius:12px;color:white;text-decoration:none;font-weight:600;
}

.nav-item a:hover{background:#d92530;
}

.hero{padding:20px 80px;
}

.hero img{border-radius:20px;
}

/*==========================
Categories
===========================*/

.categories{

padding:10px 0;

background:#fff;

}

.section-title{

text-align:center;

margin-bottom:40px;
margin-top: 20px;

}

.section-title h2{

font-size:22px;

font-weight:700;

color:#222;

position:relative;

display:inline-block;

}



.category-card{

background:#fff;

border-radius:18px;

padding:18px;

text-align:center;

box-shadow:0 8px 25px rgba(0,0,0,.08);

transition:.35s;

cursor:pointer;

height:100%;

}

.category-card:hover{

transform:translateY(-10px);

box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.category-card img{

width:100%;

height:170px;

object-fit:cover;

border-radius:18px;

}

.category-card h5{

margin-top:18px;

font-size:18px;

font-weight:600;

line-height:28px;

color:#333;

}
/*=========================
Popular Decorations
=========================*/

.popular-section{
    background:#fafafa;
    padding:80px 0;
}

.product-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.35s;
    position:relative;
    height:100%;
}

.product-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.product-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.offer{
    position:absolute;
    top:15px;
    left:15px;
    background:#ff3c4c;
    color:#fff;
    padding:6px 12px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.product-body{
    padding:20px;
}

.product-body h4{
    font-size:22px;
    margin-bottom:12px;
    font-weight:700;
}

.product-body p{
    color:#666;
    font-size:15px;
    margin-bottom:18px;
}

.price-box{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.old-price{
    color:#999;
    text-decoration:line-through;
    font-size:16px;
}

.new-price{
    color:#ef3a45;
    font-size:26px;
    font-weight:700;
}

.product-card button{
    width:100%;
    border:none;
    background:#ef3a45;
    color:#fff;
    padding:14px;
    border-radius:10px;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.product-card button:hover{
    background:#c6202d;
}

/*==================
Why Us
===================*/

.why-us{

padding:80px 0;

background:#fff;

}

.feature-box{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.feature-box:hover{

transform:translateY(-10px);

}

.feature-icon{

height:80px;

width:80px;

margin:auto;

border-radius:50%;

background:#ef3a45;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:32px;

margin-bottom:20px;

}

.feature-box h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

}

.feature-box p{

color:#666;

line-height:28px;

}
/*=====================
Gallery
======================*/

.gallery{

padding:0px 0;

background:#fafafa;

}

.gallery-img{

width:100%;

height:280px;

object-fit:cover;

border-radius:20px;

transition:.4s;

cursor:pointer;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.gallery-img:hover{

transform:scale(1.05);

}
/*==================
Testimonials
===================*/

.testimonials{

padding:90px 0;

background:white;

}

.testimonial-card{

padding:35px;

border-radius:20px;

background:white;

box-shadow:0 10px 30px rgba(0,0,0,.08);

text-align:center;

transition:.3s;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.testimonial-card img{

width:90px;

height:90px;

border-radius:50%;

margin-bottom:20px;

object-fit:cover;

}

.testimonial-card h4{

font-size:22px;

font-weight:700;

}

.stars{

color:#ffc107;

font-size:20px;

margin:15px 0;

}

.testimonial-card p{

color:#666;

line-height:28px;

}
/*==================
Callback
===================*/

.callback{

padding:90px 0;

background:#ef3a45;

color:white;

}

.callback h2{

font-size:42px;

font-weight:700;

margin-bottom:20px;

}

.callback p{

font-size:18px;

}

.callback form{

background:white;

padding:35px;

border-radius:20px;

}

.callback input,
.callback select,
.callback textarea{

width:100%;

padding:15px;

margin-bottom:20px;

border:1px solid #ddd;

border-radius:10px;

outline:none;

}

.callback button{

width:100%;

padding:15px;

background:#ef3a45;

border:none;

color:white;

border-radius:10px;

font-size:18px;

font-weight:600;

}

/*==================
Footer
===================*/

footer{

padding:80px 0 30px;

background:#222;

color:white;

}

footer h3,
footer h4{

margin-bottom:25px;

font-weight:700;

}

footer ul{

padding:0;

list-style:none;

}

footer ul li{

margin-bottom:12px;

}

footer ul li a{

text-decoration:none;

color:#ddd;

}

footer ul li a:hover{

color:#ef3a45;

}

footer hr{

margin:40px 0;

border-color:#555;

}

.copyright{

text-align:center;

color:#ccc;

}

span {
    font-size: 16px;
}

/* ===========================
   MAIN HEADER
=========================== */

.main-header{
    position:sticky;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    z-index:9999;
    box-shadow:0 3px 15px rgba(0,0,0,.08);
}

/* ===========================
   TOP HEADER
=========================== */

.top-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    padding:15px 0;
}

/* ===========================
   LOGO
=========================== */

.logo{
    flex:0 0 auto;
}

.logo img{
    width:170px;
    display:block;
}

/* ===========================
   MARQUEE
=========================== */

.header-marquee{
    flex:1;
    overflow:hidden;
    height:45px;
    border-radius:10px;
    background:linear-gradient(90deg,#e6b9a9,#9f4e6a);
    color:#fff;
    display:flex;
    align-items:center;
    white-space:nowrap;
}

.marquee-content{
    display:inline-block;
    padding-left:100%;
    animation:marquee 18s linear infinite;
    font-size:16px;
    font-weight:600;
}

@keyframes marquee{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-100%);
}

}

/* ===========================
   CONTACT
=========================== */

.header-contact{
    display:flex;
    align-items:center;
    gap:18px;
}

.contact-box{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#222;
    font-weight:600;
    transition:.3s;
}

.contact-box span{
    font-size:15px;
}

.contact-box i{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:20px;
    transition:.3s;
    animation:float 2s infinite;
}

.email-box i{
    background:#ff4d6d;
}

.whatsapp-box i{
    background:#25D366;
}

.contact-box:hover{
    color:#ff6b35;
}

.contact-box:hover i{
    transform:scale(1.1);
}

@keyframes float{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-5px);
}

100%{
transform:translateY(0);
}

}

/* ===========================
   TRUST BAR
=========================== */

.trust-bar{
    background:#fff6ef;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.trust-bar ul{
    margin:0;
    padding:12px 0;
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    /* flex-wrap:wrap; */
    gap:35px;
}

.trust-bar li{
    display:flex;
    align-items:center;
    gap:8px;
    color:#333;
    font-size:15px;
    font-weight:600;
}

.trust-bar li i{
    color:#ef3a45;
    font-size:18px;
}

/* ===========================
   TABLET
=========================== */

@media(max-width:992px){

.top-header{
    gap:15px;
}

.logo img{
    width:150px;
}

.header-marquee{
    height:40px;
}

.marquee-content{
    font-size:14px;
}

.header-contact{
    gap:12px;
}

.contact-box span{
    display:none;
}

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:768px){

.top-header{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    padding:5px 0;
}

.logo{
    flex:1;
}

.logo img{
    width:120px;
}

.header-marquee{
    display:none;
}

.header-contact{
    display:flex;
    align-items:center;
    gap:10px;
}

.contact-box{
    padding:0;
}

.contact-box span{
    display:none;
}

.contact-box i{
    width:42px;
    height:42px;
    font-size:18px;
}

.trust-bar ul{
    gap:12px;
    padding:12px;
}

.trust-bar li{
    width:48%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    gap:6px;
    font-size:10px;
}

.trust-bar li i{
    font-size:22px;
}

}

/* ===========================
   SMALL MOBILE
=========================== */

@media(max-width:480px){

.logo img{
    width:105px;
}

.contact-box i{
    width:38px;
    height:38px;
    font-size:16px;
}

.trust-bar li{
    width:100%;
}

}

.text-warning {
    --bs-text-opacity: 1;
    color: #ef3a45 !important;
}
a.btn.btn-warning.btn-sm {
    background: #ef3a45 !important;
    border: none !important;
}

a.btn.btn-success.btn-sm.me-2 {
border: none;
}
.testimonials{
    background:#f8f9fa;
    padding:70px 0;
}

.testimonial-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin:10px;
}

.testimonial-card img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:15px;
}

.testimonial-card h4{
    font-size:22px;
    margin-bottom:8px;
}

.stars{
    color:#ffc107;
    font-size:20px;
    margin-bottom:15px;
}

.swiper{
    padding-bottom:60px;
}

.swiper-button-next,
.swiper-button-prev{
    color:#ff4d6d;
}

.swiper-pagination-bullet-active{
    background:#ff4d6d;
}