/*=========================================
        GOOGLE FONT
=========================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*=========================================
            RESET
=========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
    scroll-behavior:smooth;
}

:root{
--purple:#430258;
--pink:#c300fe;
--dark:#1b0124;
background:linear-gradient(135deg,#430258,#c300fe);

}

body{
    background:
    linear-gradient(135deg,
    #1b0124 0%,
    #430258 35%,
    #7c3aed 70%,
    #ff1493 100%);
    color:#fff;
    overflow-x:hidden;
    opacity:0;
    transition:.8s;
}


img{

  
    display:block;

}

a{

    text-decoration:none;

}

ul{

    list-style:none;
    padding:0;
    margin:0;

}

section{

    padding:100px 0;

}

.container{

    position:relative;
    z-index:2;

}

/* =========================================
            ACCESSORIES NAVBAR
========================================= */

.custom-navbar{
    position:static;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    z-index:9999;
    padding:12px 0;
}
/* ===============================
   ACCESSORIES NAVBAR LOGO
================================ */

.custom-navbar .logo-img {
    width: 180px !important;
    height: 130px !important;
    max-width: none !important;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
    transition: .4s;
}

.custom-navbar .logo-img:hover {
    transform: scale(1.08);
}


/* Container */

.custom-navbar .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* Logo */

.navbar-brand{
    display:flex;
    align-items:center;
    text-decoration:none;
    gap:18px;
}

.logo-img{
    width:120px;
    height:120px;
    object-fit:contain;
    transition:.4s;
}

.logo-img:hover{
    transform:scale(1.08);
}

/* Heading */

.acc-store-heading{
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-left:70px;
}

.acc-main-title{

    margin:0;

    font-size:46px;

    font-weight:900;

    letter-spacing:4px;

    color:#231942;

    text-transform:uppercase;

}

.acc-sub-title{

    margin:6px 0 0;

    font-size:13px;

    letter-spacing:6px;

    color:#777;

    text-transform:uppercase;

}

/* Menu */

.navbar-nav{
    display:flex;
    align-items:center;
    gap:18px;
}

/* Links */

.nav-link{

    color:#222 !important;

    font-size:17px;

    font-weight:700;

    padding:12px 18px !important;

    position:relative;

    transition:.35s;

    border-radius:30px;

}

/* Hover */

.nav-link:hover{

    color:#c300fe !important;

    background:#f5ebff;

}

/* Underline */

.nav-link::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:5px;

    width:0;

    height:3px;

    background:#c300fe;

    transform:translateX(-50%);

    transition:.3s;

}

.nav-link:hover::after,
.nav-link.active::after{

    width:70%;

}

.nav-link.active{

    color:#c300fe !important;

}

/* Cart */

.cart-btn{

    background:linear-gradient(135deg,#430258,#c300fe);

    color:#fff !important;

    border-radius:40px;

    padding:12px 25px !important;

}

.cart-btn:hover{

    color:#fff !important;

    transform:scale(1.05);

    box-shadow:0 10px 25px rgba(195,0,254,.35);

}

/* Dropdown */

.dropdown-menu{

    border:none;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}

/* Mobile */

.navbar-toggler{

    border:none;

}

.navbar-toggler:focus{

    box-shadow:none;

}

@media(max-width:991px){

body{
padding-top:90px;
}

.navbar-brand{

flex-direction:column;

align-items:flex-start;

}

.logo-img{

width:90px;
height:90px;

}

.acc-main-title{

font-size:28px;

}

.acc-sub-title{

font-size:10px;
letter-spacing:3px;

}

.navbar-collapse{

margin-top:20px;

background:#fff;

padding:20px;

border-radius:20px;

}

.navbar-nav{

gap:10px;

}

.nav-link{

display:block;

text-align:center;

}

.cart-btn{

justify-content:center;

}

}
/*=========================================
            HERO
=========================================*/
.hero-section{

min-height:100vh;

display:flex;

align-items:center;


background:linear-gradient(
180deg,
#ffffff,
#f7f3ff,
#ffffff
);

}


.hero-bg1{

position:absolute;

width:500px;

height:500px;

background:linear-gradient(135deg,#430258,#c300fe);
opacity:.18;

filter:blur(180px);

top:-150px;

left:-120px;


border-radius:50%;

animation:float1 8s infinite alternate;

}

.hero-bg2{

position:absolute;

width:450px;

height:450px;

background:#8b5cf6;
opacity:.15;

filter:blur(180px);

right:-120px;

bottom:-120px;


border-radius:50%;

animation:float2 9s infinite alternate;

}

.hero-section h5{

color:#c300fe;

font-size:18px;

letter-spacing:3px;

margin-bottom:18px;

}

.hero-section h1{

font-size:68px;


font-weight:800;

line-height:1.2;

margin-bottom:25px;

}


.hero-section p{

font-size:18px;

line-height:1.9;

color:#666;

margin-bottom:35px;

max-width:620px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

margin-bottom:45px;

}

.shop-btn{

padding:16px 42px;

border-radius:50px;

background:linear-gradient(135deg,#430258,#c300fe);

color:#fff;

font-weight:700;

transition:.4s;

display:inline-block;

}

.shop-btn:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(255,0,200,.45);

color:#fff;

}

.contact-btn{

padding:16px 42px;

border:2px solid rgba(255,255,255,.35);

border-radius:50px;

color:#fff;

font-weight:700;

transition:.4s;

display:inline-block;

backdrop-filter:blur(12px);

}

.contact-btn:hover{

background:#fff;

color:#430258;

transform:translateY(-8px);

}

.hero-counter{

display:flex;

gap:45px;

margin-top:30px;

flex-wrap:wrap;

}

.hero-counter h2{

font-size:42px;

font-weight:800;

color:#fff;

}

.hero-counter p{

margin:0;

font-size:15px;

color:#ddd;

}

.floating-box{

position:relative;

animation:floating 4s ease-in-out infinite;

}

.floating-box img{

max-width:100%;

filter:drop-shadow(0 30px 60px rgba(0,0,0,.35));

}

/*=========================================
        HERO ANIMATION
=========================================*/

@keyframes floating{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-20px);

}

100%{

transform:translateY(0);

}

}

@keyframes float1{

from{

transform:translateY(-30px);

}

to{

transform:translateY(30px);

}

}

@keyframes float2{

from{

transform:translateY(20px);

}

to{

transform:translateY(-20px);

}

}

/*=========================================
        END PART 1
=========================================*/
/*=========================================
        SECTION TITLE
=========================================*/

.section-title{

    margin-bottom:70px;
     color:#222;
}

.section-title span{

    display:inline-block;

    padding:8px 22px;

background:#f4e8ff;

color:#7a00b8;

border:none;

    border:1px solid rgba(255,255,255,.2);

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    letter-spacing:2px;

    margin-bottom:18px;

    backdrop-filter:blur(10px);

}

.section-title h2{

    font-size:48px;

    font-weight:800;

    color:#fff;

    margin-bottom:20px;

}

.section-title p{

    max-width:700px;

    margin:auto;

color:#666;

    line-height:1.9;

    font-size:17px;

}


/*=========================================
        CATEGORY SECTION
=========================================*/

.accessories-category{

    background:linear-gradient(180deg,#430258,#5b0478);

}

.category-box{

       background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.2);
    box-shadow:0 10px 40px rgba(0,0,0,.25);

    border-radius:28px;

    text-align:center;

    padding:45px 30px;

    backdrop-filter:blur(18px);

    transition:.45s;

    height:100%;

    overflow:hidden;

    position:relative;

}

.category-box::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(135deg,
    transparent,
    rgba(255,255,255,.08),
    transparent);

    transform:translateX(-100%);

    transition:.8s;

}

.category-box:hover::before{

    transform:translateX(100%);

}

.category-box:hover{

    transform:translateY(-15px);

    box-shadow:0 20px 45px rgba(0,0,0,.35);

    border-color:#c300fe;

}

.category-box i{

    font-size:65px;

    color:#ff66ff;

    margin-bottom:25px;

    transition:.4s;

}

.category-box:hover i{

    transform:scale(1.15) rotate(8deg);

}

.category-box h4{

    color:#fff;

    font-size:25px;

    font-weight:700;

    margin-bottom:15px;

}

.category-box p{

    color:#ddd;

    line-height:1.8;

    margin-bottom:25px;

}

.view-btn{

    display:inline-block;

    padding:12px 35px;

    border-radius:40px;

    background:linear-gradient(45deg,#430258,#c300fe);

    color:#fff;

    font-weight:600;

    transition:.4s;

}

.view-btn:hover{

    color:#fff;

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(195,0,254,.45);

}
.category-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(130px,1fr));
    gap:25px;
    margin-top:50px;
}

.category-circle{
    background:#fff;
    padding:25px 15px;
    border-radius:20px;
    text-align:center;
    color:#430258;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
    transition:.4s;
}

.category-circle i{
    font-size:35px;
    margin-bottom:15px;
    display:block;
    color:#c300fe;
}

.category-circle span{
    display:block;
    font-size:15px;
    font-weight:600;
}

.category-circle:hover{
    transform:translateY(-10px);
    background:linear-gradient(45deg,#ff1493,#7c3aed);
    color:#fff;
}

.category-circle:hover i{
    color:#fff;
}

/*=========================================
        PRODUCT SECTION
=========================================*/




/*=========================================
        PRODUCT IMAGE
=========================================*/

.product-img{

    height:250px;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

    background:rgba(255,255,255,.04);

}

.product-img img{

    width:80%;

    transition:.6s;

    object-fit:contain;

}

.product-card:hover .product-img img{

    transform:scale(1.12) rotate(-3deg);

}


/*=========================================
        PRODUCT CONTENT
=========================================*/

.product-content{

    padding:28px;

}

.product-content h3{

    color:#222;

    font-size:24px;

    font-weight:700;

    margin-bottom:20px;

}

.product-content ul{

    padding-left:0;

    margin-bottom:25px;

}

.product-content ul li{

   
color:#555;

    margin-bottom:10px;

    font-size:15px;

    display:flex;

    align-items:center;

    gap:10px;

}

.product-content ul li::before{

    content:"✓";

    color:#00ff95;

    font-weight:bold;

    font-size:16px;

}
/*=========================================
        PRICE DESIGN
=========================================*/

.price{

display:flex;

align-items:center;

justify-content:space-between;

margin:25px 0;

padding:15px 18px;

background:#fafafa;

border-radius:16px;

}

.price span{

font-size:16px;

color:#cfcfcf;

text-decoration:line-through;

font-weight:500;

}

.price h4{

margin:0;

font-size:30px;

font-weight:800;

color:#7c00ff;

text-shadow:0 0 15px rgba(255,221,87,.4);

}


/*=========================================
        PRODUCT BADGE
=========================================*/

.product-card{

position:relative;

overflow:hidden;

}

.product-card::after{

content:"HOT";

position:absolute;

top:18px;

right:-40px;

background:linear-gradient(45deg,#ff006e,#ff4d6d);

color:#fff;

font-size:12px;

font-weight:700;

padding:8px 45px;

transform:rotate(45deg);

letter-spacing:1px;

box-shadow:0 8px 18px rgba(0,0,0,.25);

}


/*=========================================
        ADD TO CART BUTTON
=========================================*/

.add-cart{
    width:100%;
    padding:15px;
    border:none;
    border-radius:50px;
    background:linear-gradient(45deg,#ff1493,#7c3aed);
    color:#fff;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    transition:.4s;
}

.add-cart:hover{
    transform:translateY(-5px);
    background:linear-gradient(45deg,#7c3aed,#ff1493);
    box-shadow:0 15px 35px rgba(124,58,237,.45);
}

/*=========================================
        RIPPLE EFFECT
=========================================*/

.ripple{

position:absolute;

width:20px;

height:20px;

background:rgba(255,255,255,.6);

border-radius:50%;

transform:translate(-50%,-50%);

animation:ripple .7s linear;

pointer-events:none;

}

@keyframes ripple{

0%{

width:0;

height:0;

opacity:.8;

}

100%{

width:420px;

height:420px;

opacity:0;

}

}


/*=========================================
        PRODUCT HOVER EFFECT
=========================================*/

.product-card:hover h3{

color:#ffd6ff;

transition:.4s;

}

.product-card:hover .price h4{

transform:scale(1.08);

transition:.4s;

}

.product-card:hover ul li{

transform:translateX(5px);

transition:.35s;

}


/*=========================================
        PRODUCT IMAGE GLOW
=========================================*/

.product-img{

position:relative;

}

.product-img::before{

content:"";

position:absolute;

width:180px;

height:180px;

background:rgba(195,0,254,.18);

border-radius:50%;

filter:blur(45px);

z-index:0;

}

.product-img img{

position:relative;

z-index:2;

}


/*=========================================
        PRODUCT SHINE
=========================================*/

.product-card::before{

content:"";

position:absolute;

top:-120%;

left:-40%;

width:70%;

height:240%;

background:linear-gradient(

90deg,

transparent,

rgba(255,255,255,.22),

transparent

);

transform:rotate(25deg);

transition:.9s;

}

.product-card:hover::before{

left:130%;

}


/*=========================================
        PRODUCT APPEAR ANIMATION
=========================================*/

.product-card{

opacity:0;

transform:translateY(60px);

animation:cardShow .8s forwards;

}

.product-card:nth-child(2){

animation-delay:.15s;

}

.product-card:nth-child(3){

animation-delay:.3s;

}

.product-card:nth-child(4){

animation-delay:.45s;

}

@keyframes cardShow{

to{

opacity:1;

transform:translateY(0);

}

}


/*=========================================
        END PART 2B
=========================================*/
/*=========================================
        COMBO OFFER SECTION
=========================================*/

.combo-section{

padding:120px 0;

background:linear-gradient(135deg,#430258,#c300fe,#430258);

position:relative;

overflow:hidden;

}

.combo-section::before{

content:"";

position:absolute;

width:600px;

height:600px;

background:rgba(255,255,255,.08);

border-radius:50%;

top:-250px;

left:-250px;

filter:blur(100px);

}

.combo-section::after{

content:"";

position:absolute;

width:500px;

height:500px;

background:rgba(255,255,255,.08);

border-radius:50%;

bottom:-220px;

right:-220px;

filter:blur(100px);

}

.combo-box{
   background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.2);
    box-shadow:0 10px 40px rgba(0,0,0,.25);

border-radius:35px;

padding:60px;

backdrop-filter:blur(20px);

box-shadow:0 25px 60px rgba(0,0,0,.35);

transition:.5s;

}

.combo-box:hover{

transform:translateY(-12px);

}

.combo-box img{

max-width:100%;

animation:comboFloat 4s ease-in-out infinite;

}

@keyframes comboFloat{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

}

.offer-tag{

display:inline-block;

padding:10px 22px;

border-radius:30px;

background:#ff0066;

color:#fff;

font-size:14px;

font-weight:700;

margin-bottom:20px;

letter-spacing:1px;

}

.combo-box h2{

font-size:48px;

font-weight:800;

margin-bottom:20px;

color:#fff;

}

.combo-box p{

font-size:18px;

line-height:1.8;

color:#f3e8ff;

margin-bottom:25px;

}

.combo-box h1{

font-size:60px;

font-weight:800;

color:#ffe066;

margin-bottom:10px;

}

.combo-box .old-price{

font-size:22px;

text-decoration:line-through;

color:#ddd;

}


/*=========================================
        SERVICE SECTION
=========================================*/

.service-section{

background:#4b0264;

padding:110px 0;

}

.service-card{

   background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.2);
    box-shadow:0 10px 40px rgba(0,0,0,.25);
border-radius:30px;

padding:45px 30px;

text-align:center;

backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,.12);

transition:.45s;

height:100%;

}

.service-card:hover{

transform:translateY(-12px);

background:rgba(255,255,255,.12);

box-shadow:0 20px 45px rgba(0,0,0,.35);

}

.service-card i{
    font-size:50px;
      background:linear-gradient(45deg,#c300fe,#7c3aed);
    display:block;
    margin-bottom:25px;
    max-width: 100px;
    max-height: 100px;
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
      margin: 0 auto 25px;
   
    
}

.service-card h3{

font-size:26px;

font-weight:700;

color:#fff;

margin-bottom:15px;

}

.service-card p{

font-size:16px;

color:#ddd;

line-height:1.8;

}


/*=========================================
        FLOATING BACKGROUND SHAPES
=========================================*/

.service-section::before,

.product-section::before{

content:"";

position:absolute;

width:250px;

height:250px;

background:rgba(255,255,255,.04);

border-radius:50%;

top:80px;

left:-80px;

filter:blur(60px);

animation:floatBg 8s infinite alternate;

}

.product-section::after{

content:"";

position:absolute;

width:220px;

height:220px;

background:rgba(255,255,255,.05);

border-radius:50%;

right:-80px;

bottom:80px;

filter:blur(60px);

animation:floatBg2 8s infinite alternate;

}

@keyframes floatBg{

from{

transform:translateY(0);

}

to{

transform:translateY(50px);

}

}

@keyframes floatBg2{

from{

transform:translateY(40px);

}

to{

transform:translateY(-30px);

}

}


/*=========================================
        GLASS HOVER EFFECT
=========================================*/

.category-box,

.product-card,

.service-card,

.combo-box{

position:relative;

overflow:hidden;

}

.category-box::after,

.service-card::after,

.combo-box::after{

content:"";

position:absolute;

top:0;

left:-120%;

width:60%;

height:100%;

background:linear-gradient(

90deg,

transparent,

rgba(255,255,255,.18),

transparent

);

transform:skewX(-25deg);

transition:1s;

}

.category-box:hover::after,

.service-card:hover::after,

.combo-box:hover::after{

left:160%;

}


/*=========================================
        END PART 3
=========================================*/
/*=========================================
        BRAND MARQUEE
=========================================*/

.brand-section{

padding:110px 0;

background:linear-gradient(180deg,#430258,#5f037d,#430258);

overflow:hidden;

}

.brand-marquee{

width:100%;

overflow:hidden;

position:relative;

padding:30px 0;

}

.brand-track{
    display:flex;
    gap:20px;
    animation:brandScroll 5s linear infinite;
}
.brand-marquee:hover .brand-track{

animation-play-state:paused;

}

.brand-box{
    min-width:180px;
    height:90px;
    margin:0 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg,#430258,#5f037d,#430258);
    border-radius:22px;
    font-size:28px;
    font-weight:700;
    color:#fff;
    box-shadow:0 15px 35px rgba(124,58,237,.4);
    transition:.3s;
    opacity:1;
    transform:none;
    animation:none;
}

.brand-box:hover{
    transform:translateY(-10px) scale(1.1);
    background:linear-gradient(180deg,#430258,#5f037d,#430258);
}
.brand-box{
    opacity:1 !important;
    transform:translateY(0) !important;
    animation:none !important;
}
@keyframes brandScroll{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-50%);

}

}


/*=========================================
        WHY CHOOSE SECTION
=========================================*/

.why-section{

padding:120px 0;

background:linear-gradient(180deg,#4a0262,#430258);

}

.why-card{

   background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.2);
    box-shadow:0 10px 40px rgba(0,0,0,.25);

border-radius:28px;

padding:45px 30px;

text-align:center;

transition:.45s;

backdrop-filter:blur(18px);

height:100%;

}

.why-card:hover{

transform:translateY(-15px);

background:rgba(255,255,255,.12);

box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.why-card i{

font-size:60px;

margin-bottom:22px;

color:#ff66ff;

transition:.4s;

}

.why-card:hover i{

transform:rotate(8deg) scale(1.15);

}

.why-card h3{

color:#fff;

font-size:25px;

margin-bottom:15px;

font-weight:700;

}

.why-card p{

color:#ddd;

line-height:1.8;

}


/*=========================================
        REVIEW SECTION
=========================================*/

.review-section{

padding:120px 0;

background:#430258;

}

.review-card{

   background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.2);
    box-shadow:0 10px 40px rgba(0,0,0,.25);

border-radius:28px;

padding:35px;

text-align:center;

backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.15);

transition:.45s;

height:100%;

}

.review-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 45px rgba(0,0,0,.35);

}

.review-card img{

width:100px;

height:100px;

border-radius:50%;

margin:auto;

object-fit:cover;

border:4px solid #c300fe;

margin-bottom:20px;

}

.review-card h3{

color:#fff;

font-size:24px;

margin-bottom:10px;

}

.stars{

color:#ffd700;

font-size:22px;

margin-bottom:18px;

letter-spacing:3px;

}

.review-card p{

color:#ddd;

line-height:1.8;

font-size:16px;

}


/*=========================================
        REVIEW HOVER GLOW
=========================================*/

.review-card::before{

content:"";

position:absolute;

top:-100%;

left:-40%;

width:70%;

height:220%;

background:linear-gradient(

90deg,

transparent,

rgba(255,255,255,.15),

transparent

);

transform:rotate(25deg);

transition:.8s;

}

.review-card{

position:relative;

overflow:hidden;

}

.review-card:hover::before{

left:150%;

}


/*=========================================
        CARD REVEAL ANIMATION
=========================================*/

.why-card,

.review-card,

.brand-box{

opacity:0;

transform:translateY(70px);

animation:fadeCard .9s forwards;

}

@keyframes fadeCard{

to{

opacity:1;

transform:translateY(0);

}

}


/*=========================================
        END PART 4
=========================================*/
/*=========================================
        CONTACT BANNER
=========================================*/

.contact-banner{

padding:100px 0;

background:linear-gradient(135deg,#430258,#c300fe,#430258);

position:relative;
 z-index: 2;
overflow:hidden;

}

.contact-banner::before{

content:"";

position:absolute;
  z-index: 1;
width:450px;

height:450px;

background:rgba(255,255,255,.08);

border-radius:50%;

top:-180px;

left:-180px;

filter:blur(80px);

}

.contact-banner::after{

content:"";

position:absolute;
  z-index: 1;
width:380px;

height:380px;

background:rgba(255,255,255,.08);

border-radius:50%;

bottom:-150px;

right:-150px;

filter:blur(80px);

}

.contact-banner h2{

font-size:48px;

font-weight:800;

color:black;

margin-bottom:15px;
position: relative;
    z-index: 2;
    opacity: 1;

}

.contact-banner p{

font-size:18px;

color:#1b0124;

line-height:1.8;

margin:0;
position: relative;
    z-index: 2;
    opacity: 1;

}

.contact-banner .contact-btn{

display:inline-flex;

align-items:center;

justify-content:center;

gap:12px;

padding:18px 45px;

background:#25D366;

color:#fff;

border-radius:50px;

font-size:18px;

font-weight:700;

transition:.4s;

box-shadow:0 15px 35px rgba(37,211,102,.35);
position: relative;
    z-index: 2;
    opacity: 1;

}

.contact-banner .contact-btn:hover{

background:#1ebe5d;

transform:translateY(-8px) scale(1.05);

color:#fff;

box-shadow:0 25px 45px rgba(37,211,102,.45);

}

/*=========================================
        FOOTER
=========================================*/

.footer{


   background: #000; 

padding:80px 0 30px;
color:#fff;
border-top:2px solid rgba(255,255,255,.08);

}

.footer h3{

color:#fff;

font-size:30px;

font-weight:700;

margin-bottom:20px;

}

.footer h4{

color:#fff;

font-size:22px;

margin-bottom:20px;

}

.footer p{

color:#cfcfcf;

line-height:1.9;

font-size:15px;

}

.footer ul li{

margin-bottom:14px;

}

.footer ul li a{

color:#ddd;

transition:.35s;

}

.footer ul li a:hover{

color:#ff66ff;

padding-left:8px;

}

.footer hr{

border-color:rgba(255,255,255,.12);

margin:45px 0 25px;

}

.copyright{

text-align:center;

color:#bbb;

font-size:15px;

}

/*=========================================
        SOCIAL ICONS
=========================================*/

.social-links{

display:flex;

gap:15px;

margin-top:20px;

}

.social-links a{

width:50px;

height:50px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:rgba(255,255,255,.08);

color:#fff;

font-size:20px;

transition:.4s;

}

.social-links a:hover{

background:#c300fe;

transform:translateY(-8px) rotate(360deg);

box-shadow:0 15px 35px rgba(195,0,254,.45);

}

/*=========================================
        SCROLL TO TOP
=========================================*/

.top-btn{

position:fixed;

right:25px;

bottom:25px;

width:55px;

height:55px;

border:none;

border-radius:50%;

background:linear-gradient(45deg,#430258,#c300fe);

color:#fff;

font-size:20px;

cursor:pointer;

display:flex;

align-items:center;

justify-content:center;

opacity:0;

visibility:hidden;

transition:.4s;

z-index:9999;

box-shadow:0 15px 35px rgba(195,0,254,.35);

}

.top-btn.show{

opacity:1;

visibility:visible;

}

.top-btn:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(195,0,254,.45);

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.hero-section{

text-align:center;

padding-top:140px;

}

.hero-section h1{

font-size:48px;

}

.hero-buttons{

justify-content:center;

}

.hero-counter{

justify-content:center;

}

.section-title h2{

font-size:36px;

}

.combo-box{

padding:35px;

text-align:center;

}

.combo-box h2{

font-size:34px;

}

.contact-banner{

text-align:center;

}

.contact-banner h2{

font-size:34px;

margin-bottom:20px;

}

.footer{

text-align:center;

}

.social-links{

justify-content:center;

margin-top:30px;

}

}

@media(max-width:768px){

.hero-section h1{

font-size:38px;

}

.hero-section p{

font-size:16px;

}

.section-title h2{

font-size:30px;

}

.product-content h3{

font-size:20px;

}

.combo-box h1{

font-size:42px;

}

.contact-banner h2{

font-size:28px;

}

.contact-banner .contact-btn{

width:100%;

margin-top:25px;

}

.brand-box{

min-width:140px;

font-size:22px;

height:70px;

}

}

@media(max-width:576px){

section{

padding:70px 0;

}

.logo-img{

width:150px;

}

.hero-section{

padding-top:120px;

}

.hero-section h1{

font-size:32px;

}

.hero-buttons{

flex-direction:column;

}

.shop-btn,

.contact-btn{

width:100%;

text-align:center;

}

.hero-counter{

gap:20px;

}

.hero-counter h2{

font-size:30px;

}

.product-img{

height:180px;

}

.combo-box{

padding:25px;

}

.review-card,

.why-card,

.product-card{

border-radius:20px;

}

.top-btn{

width:48px;

height:48px;

font-size:18px;

right:15px;

bottom:15px;

}

}
/* MOBILE VIEW */
@media (max-width:768px){

    /* Hamburger icon visible */
    .navbar-toggler{
        border:2px solid #430258;
        padding:8px 10px;
        background:#fff;
    }

    .navbar-toggler i,
    .navbar-toggler-icon{
        color:#430258 !important;
        filter: brightness(0);
    }

    /* Navbar height */
    .navbar{
        padding:15px 20px;
        background:#fff;
    }

    /* Navbar content gap */
    .hero-section,
    .banner-section,
    .main-section{
        margin-top:80px;
    }

    /* Logo size */
    .logo img{
        width:80%;
    }
}

@media (max-width:768px){

    .navbar-brand img,
    .logo img{
        width:120px !important;
        height:120px !important;
        max-width:none !important;
        object-fit:contain;
    }

}
/*=========================================
        END CSS
=========================================*/
/* ===========================
   WHITE THEME FIX
=========================== */

body{
    background:#f5f7fb;
    
}

/* Sections */
.hero-section,
.accessories-category,
.product-section,
.product-section.purple-bg,
.combo-section,
.service-section,
.brand-section,
.why-section,
.review-section,
.contact-banner,
.footer{
    background:#ffffff !important;
}

/* Section Title */
.section-title h2,
.section-title p,
.section-title span{
    color:#222 !important;
}

.section-title span{
   background:linear-gradient(135deg,#430258,#c300fe);
    border:1px solid #dce7ff;
}

/* Cards */

.category-box,
.product-card,
.service-card,
.combo-box,
.review-card,
.why-card{

    background:#ffffff !important;
    border:1px solid #e5e5e5;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.category-box h4,
.product-content h3,
.service-card h3,
.combo-box h2,
.review-card h3,
.why-card h3{

    color:#222 !important;

}

.category-box p,
.product-content ul li,
.service-card p,
.combo-box p,
.review-card p,
.why-card p{

    color:#666 !important;

}

/* Price */

.price{

    background:#f4f4f4;

}

.price h4{

    color:#6a00ff;

}

/* Buttons */

.shop-btn,
.view-btn,
.add-cart,
.contact-banner .contact-btn,
.cart-btn{

  background:linear-gradient(135deg,#430258,#c300fe);
    color:#fff !important;
    border:none;

}

.shop-btn:hover,
.view-btn:hover,
.add-cart:hover,
.cart-btn:hover{

   background:linear-gradient(135deg,#430258,#c300fe) !important;
    color:#fff !important;

}


/* Navbar */

.custom-navbar{

    background:#ffffffee;
    border-bottom:1px solid #ddd;

}

.custom-navbar.scrolled{

    background:#fff;

}

.nav-link{

    color:#222 !important;

}

.nav-link:hover,
.nav-link.active{

    color:#c300fe !important;

}

/* Footer */

.footer{
    background-color: #000 !important;
    background-image: none !important;
    color: #fff !important;
}

.footer h3,
.footer h4,
.footer p,
.footer a,
.footer li,
.copyright{
    color: #fff !important;
}

.footer hr{
    border-color: rgba(255,255,255,0.2) !important;
}



/* Social */

.social-links a{

  background:linear-gradient(135deg,#430258,#c300fe);
    color:#fff;

}

.social-links a:hover{
background:linear-gradient(135deg,#430258,#c300fe);

}

/* Scroll Button */

.top-btn{

    background:#6a00ff !important;

}

/* Product Image */

.product-img{

    background:#f8f9fc;

}

/* Hero Text */

.hero-section h1,
.hero-section h5,
.hero-section p{

    color:#222 !important;

}

.hero-counter h2{

    color:#6a00ff;

}

.hero-counter p{

    color:#666;

}
.stock-info {
    margin: 10px 0;
}

.in-stock {
    color: #19c37d;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.out-stock {
    color: #ff4d6d;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}

.out-of-stock-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: #777;
    color: #ddd;
    cursor: not-allowed;
    opacity: 0.7;
}