/* =======================================
   BABA TECH HUB
   Premium Dark Theme
======================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
scroll-behavior:smooth;
}

body{

background:#050816;
color:#fff;
overflow-x:hidden;

}

img{

max-width:100%;
display:block;

}

a{

text-decoration:none;

}

ul{

list-style:none;

}

/* Scrollbar */

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#111827;

}

::-webkit-scrollbar-thumb{

background:#00b7ff;
border-radius:20px;

}

/* Navbar */

header{

width:100%;
position:fixed;
top:0;
left:0;
z-index:999;
background:rgba(10,10,20,.75);
backdrop-filter:blur(20px);
box-shadow:0 8px 25px rgba(0,0,0,.4);

}

.navbar{

max-width:1300px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
padding:18px 40px;

}

.logo h2{

font-size:30px;
font-weight:800;
color:white;

}

.logo span{

color:#00bfff;

}

.nav-links{

display:flex;
gap:35px;

}

.nav-links a{

color:white;
font-size:16px;
font-weight:500;
transition:.35s;

}

.nav-links a:hover{

color:#00bfff;

}

.active{

color:#00bfff !important;

}

.nav-icons{

display:flex;
align-items:center;
gap:20px;

}

.nav-icons i{

font-size:22px;
color:white;
cursor:pointer;
transition:.3s;

}

.nav-icons i:hover{

color:#00bfff;
transform:scale(1.15);

}

.login-btn{

padding:11px 24px;
border-radius:40px;
background:#00bfff;
color:white;
font-weight:600;
transition:.3s;

}

.login-btn:hover{

background:white;
color:#111;

}

/* Hero */

.hero{

min-height:100vh;
display:flex;
justify-content:space-between;
align-items:center;
padding:130px 8%;
gap:60px;

}

.hero-left{

flex:1;

}

.hero-left h1{

font-size:65px;
line-height:1.2;
font-weight:800;

}

.hero-left span{

color:#00bfff;

}

.hero-left p{

margin:25px 0;
font-size:18px;
color:#bdbdbd;
line-height:1.8;

}

.hero-buttons{

display:flex;
gap:20px;

}

.btn-primary{

padding:16px 38px;
background:#00bfff;
color:white;
border-radius:40px;
font-weight:600;
transition:.35s;

}

.btn-primary:hover{

transform:translateY(-5px);

box-shadow:0 15px 35px rgba(0,183,255,.45);

}

.btn-secondary{

padding:16px 38px;
border:2px solid #00bfff;
color:#00bfff;
border-radius:40px;
font-weight:600;
transition:.35s;

}

.btn-secondary:hover{

background:#00bfff;
color:white;

}

.hero-right{

flex:1;
display:flex;
justify-content:center;

}

.hero-right img{

width:95%;
animation:float 4s ease-in-out infinite;
filter:drop-shadow(0 20px 40px rgba(0,183,255,.35));

}

@keyframes float{

0%{transform:translateY(0);}
50%{transform:translateY(-20px);}
100%{transform:translateY(0);}

}
/*=========================
FEATURES
=========================*/

.features{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
padding:80px 8%;
background:#0b1023;

}

.feature{

background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
padding:35px 25px;
text-align:center;
border-radius:20px;
transition:.4s;
backdrop-filter:blur(12px);

}

.feature:hover{

transform:translateY(-12px);
border-color:#00bfff;
box-shadow:0 20px 40px rgba(0,191,255,.25);

}

.feature i{

font-size:45px;
color:#00bfff;
margin-bottom:20px;

}

.feature h3{

font-size:22px;
margin-bottom:12px;

}

.feature p{

color:#b5b5b5;
line-height:1.7;

}

/*=========================
SECTION TITLE
=========================*/

.section-title{

text-align:center;
margin-bottom:60px;

}

.section-title h2{

font-size:42px;
font-weight:700;

}

.section-title p{

margin-top:12px;
color:#9ca3af;
font-size:18px;

}

/*=========================
CATEGORY
=========================*/

.categories{

padding:100px 8%;

}

.category-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;

}

.category-card{

background:#10172d;
border-radius:20px;
overflow:hidden;
transition:.4s;
cursor:pointer;
border:1px solid rgba(255,255,255,.05);

}

.category-card:hover{

transform:translateY(-12px);
box-shadow:0 25px 45px rgba(0,191,255,.25);

}

.category-card img{

height:230px;
width:100%;
object-fit:cover;

}

.category-card h3{

padding:25px;
font-size:22px;
text-align:center;

}

/*=========================
PRODUCTS
=========================*/

.featured-products{

padding:100px 8%;

}

.products-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;

}

.product-card{

position:relative;
background:#111827;
border-radius:20px;
padding:20px;
overflow:hidden;
transition:.35s;
border:1px solid rgba(255,255,255,.05);

}

.product-card:hover{

transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,191,255,.25);

}

.product-card img{

height:220px;
width:100%;
object-fit:contain;
margin-bottom:20px;

}

.badge{

position:absolute;
top:15px;
left:15px;
background:#00bfff;
padding:6px 14px;
border-radius:30px;
font-size:13px;
font-weight:600;

}

.product-card h3{

font-size:22px;
margin-bottom:12px;

}

.price{

font-size:28px;
font-weight:700;
color:#00bfff;

}

.price span{

font-size:16px;
margin-left:10px;
text-decoration:line-through;
color:#888;

}

.rating{

margin:18px 0;
color:#ffd54f;
font-size:18px;

}

.product-buttons{

display:flex;
gap:12px;
margin-top:20px;

}

.buy-btn{

flex:1;
background:#00bfff;
color:white;
padding:14px;
border-radius:40px;
text-align:center;
font-weight:600;
transition:.3s;

}

.buy-btn:hover{

background:#0095d9;

}

.cart-btn{

width:55px;
height:55px;
display:flex;
align-items:center;
justify-content:center;
background:#1f2937;
border-radius:50%;
color:white;
transition:.3s;

}

.cart-btn:hover{

background:#00bfff;

}
/*========================================
 WHY CHOOSE US
========================================*/

.why-us{
padding:100px 8%;
background:#0b1020;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:50px;
}

.why-card{
background:#12192e;
padding:35px;
border-radius:20px;
text-align:center;
transition:.35s;
border:1px solid rgba(255,255,255,.06);
}

.why-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,191,255,.25);
}

.why-card i{
font-size:55px;
color:#00bfff;
margin-bottom:20px;
}

.why-card h3{
font-size:24px;
margin-bottom:15px;
}

.why-card p{
color:#b9b9b9;
line-height:1.8;
}

/*========================================
 REVIEWS
========================================*/

.reviews{
padding:100px 8%;
}

.review-container{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.review-card{
background:#12192e;
padding:35px;
border-radius:20px;
text-align:center;
transition:.35s;
}

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

.review-card img{
width:90px;
height:90px;
border-radius:50%;
margin:auto;
margin-bottom:20px;
border:4px solid #00bfff;
}

.review-card h3{
margin-bottom:10px;
}

.review-card p{
color:#c7c7c7;
line-height:1.8;
}

/*========================================
 CONTACT BANNER
========================================*/

.contact-banner{
padding:90px 8%;
background:linear-gradient(135deg,#009dff,#004cff);
text-align:center;
}

.contact-banner h2{
font-size:45px;
margin-bottom:20px;
}

.contact-banner p{
max-width:750px;
margin:auto;
font-size:18px;
line-height:1.8;
margin-bottom:35px;
}

.contact-btn{
display:inline-block;
padding:18px 45px;
background:white;
color:#111;
border-radius:50px;
font-weight:700;
transition:.3s;
}

.contact-btn:hover{
transform:scale(1.05);
}

/*========================================
 CONTACT INFO
========================================*/

.contact-info{
padding:90px 8%;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.info-box{
background:#10182c;
padding:35px;
border-radius:18px;
text-align:center;
transition:.35s;
}

.info-box:hover{
transform:translateY(-10px);
}

.info-box i{
font-size:42px;
color:#00bfff;
margin-bottom:18px;
}

.info-box h3{
margin-bottom:15px;
}

/*========================================
 GOOGLE MAP
========================================*/

.map-section{
padding:100px 8%;
}

.map-section h2{
text-align:center;
margin-bottom:35px;
font-size:40px;
}

.map-section iframe{
width:100%;
height:450px;
border:none;
border-radius:20px;
overflow:hidden;
}

/*========================================
 FOOTER
========================================*/

footer{
background:#060b16;
padding-top:80px;
}

.footer-container{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:50px;
padding:0 8% 60px;
}

.footer-box h2,
.footer-box h3{
margin-bottom:25px;
}

.footer-box p{
line-height:1.9;
color:#bfbfbf;
}

.footer-box ul li{
margin-bottom:15px;
}

.footer-box ul li a{
color:#bfbfbf;
transition:.3s;
}

.footer-box ul li a:hover{
color:#00bfff;
padding-left:8px;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,.08);
padding:25px;
text-align:center;
color:#999;
}

/*========================================
 FLOATING WHATSAPP
========================================*/

.whatsapp{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
color:white;
z-index:999;
box-shadow:0 10px 25px rgba(0,0,0,.4);
transition:.3s;
}

.whatsapp:hover{
transform:scale(1.12);
}

/*========================================
 BACK TO TOP
========================================*/

#topBtn{
position:fixed;
left:25px;
bottom:25px;
width:55px;
height:55px;
border:none;
border-radius:50%;
background:#00bfff;
color:white;
font-size:22px;
cursor:pointer;
display:none;
transition:.3s;
}

#topBtn:hover{
transform:scale(1.1);
}
