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

:root {
    --primary: #ffffff;
    --secondary: #f0f6ff;
    --accent: #0d6efd;
    --accent-dark: #0050cc;
    --accent-gradient: linear-gradient(135deg, #0d6efd 0%, #00c2ff 100%);
    --blue-gradient: linear-gradient(135deg, #005fad 0%, #0099ff 100%);
    --text-dark: #1a202c;
    --text-muted: #4a5568;
    --glass-bg: rgba(255, 255, 255, 0.9);
    --glass-border: rgba(0, 0, 0, 0.05);
}

* { box-sizing: border-box; }

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    background-color: var(--primary);
    overflow-x: hidden;
}

/* ===================== TOPBAR ===================== */
.topbar-premium {
    background: var(--blue-gradient);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.topbar-item { display: inline-flex; align-items: center; }
.topbar-item i { color: #ffd700; margin-right: 8px; }

/* ===================== NAVBAR ===================== */
.premium-navbar {
    background: var(--primary);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    padding: 15px 0;
    transition: all 0.3s ease;
}
.premium-brand { display: flex; align-items: center; text-decoration: none; }
.brand-icon-wrapper {
    background: var(--accent-gradient);
    padding: 2px;
    border-radius: 12px;
    margin-right: 14px;
}
.brand-icon {
    background: white;
    color: var(--accent);
    width: 46px; height: 46px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
}
.brand-title {
    font-weight: 900; font-size: 24px;
    line-height: 1; color: var(--text-dark); letter-spacing: -1px;
}
.brand-tagline {
    font-size: 10px; font-weight: 700;
    color: var(--text-muted); letter-spacing: 2px;
    text-transform: uppercase; margin-top: 3px;
}
.text-accent { color: var(--accent) !important; }
a { transition: all 0.3s ease; }

.custom-nav-menu .nav-item { margin: 0 4px; }
.custom-nav-menu .nav-link {
    font-weight: 600; font-size: 13px;
    color: var(--text-muted) !important;
    text-transform: uppercase; letter-spacing: 1px;
    padding: 10px 18px !important;
    border-radius: 30px; transition: all 0.3s ease;
}
.custom-nav-menu .nav-link:hover,
.custom-nav-menu .nav-link.active {
    color: var(--accent) !important;
    background: #e8f0ff;
}
.btn-premium-action {
    background: var(--accent-gradient);
    color: white; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    padding: 12px 28px; border-radius: 30px; border: none;
    box-shadow: 0 8px 20px rgba(13,110,253,0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none; display: inline-block;
}
.btn-premium-action:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 28px rgba(13,110,253,0.5);
    color: white;
}

/* ===================== HERO CAROUSEL ===================== */
.hero-carousel { position: relative; }
.carousel-item { height: 620px; background: #000; }
.carousel-item img { object-fit: cover; height: 100%; width: 100%; opacity: 0.55; }
.carousel-caption-custom {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; width: 100%; max-width: 900px;
    padding: 0 20px; z-index: 10;
}
.hero-badge {
    display: inline-block;
    background: var(--accent-gradient);
    color: white; padding: 8px 28px; border-radius: 30px;
    font-size: 13px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; margin-bottom: 22px;
    box-shadow: 0 5px 18px rgba(13,110,253,0.45);
}
.hero-title {
    font-size: 3.8rem; font-weight: 900; line-height: 1.2;
    margin-bottom: 20px; text-transform: uppercase;
    color: #fff; text-shadow: 2px 2px 12px rgba(0,0,0,0.5);
}
.hero-subtitle {
    font-size: 1.2rem; color: #f0f0f0;
    max-width: 680px; margin: 0 auto 36px;
    line-height: 1.8; text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
}
@media (max-width: 768px) {
    .carousel-item { height: 500px; }
    .hero-title { font-size: 2rem; }
    .hero-subtitle { font-size: 0.95rem; }
}

/* ===================== STATS BAR ===================== */
.stats-bar { background: var(--accent-gradient); color: white; padding: 30px 0; }
.stat-item { text-align: center; }
.stat-number { font-size: 2.4rem; font-weight: 900; line-height: 1; }
.stat-label { font-size: 0.85rem; font-weight: 600; opacity: 0.85; text-transform: uppercase; letter-spacing: 1px; }

/* ===================== SECTIONS ===================== */
.section-padding { padding: 100px 0; }
.section-title-wrapper { text-align: center; margin-bottom: 60px; }
.section-title { font-size: 2.8rem; font-weight: 800; color: var(--text-dark); margin-bottom: 15px; letter-spacing: -1px; }
.section-subtitle { color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: 3px; font-size: 13px; }

/* ===================== PREMIUM CARDS ===================== */
.premium-card {
    background: #fff; border: 1px solid var(--glass-border);
    border-radius: 20px; padding: 40px 30px;
    transition: all 0.4s ease; height: 100%;
    position: relative; overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
.premium-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
    background: var(--accent-gradient); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.premium-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(13,110,253,0.12); }
.premium-card:hover::before { transform: scaleX(1); }
.card-icon {
    width: 70px; height: 70px; background: #e8f0ff;
    color: var(--accent); border-radius: 15px;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px; margin-bottom: 22px; transition: all 0.3s ease;
}
.premium-card:hover .card-icon { background: var(--accent-gradient); color: white; transform: rotateY(180deg); }

/* ===================== IMAGES ===================== */
.img-premium {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
}
.img-premium:hover { transform: scale(1.02); }

/* ===================== GALLERY ===================== */
.gallery-img {
    width: 100%; height: 260px !important;
    object-fit: cover !important;
    border-radius: 12px;
    border: 3px solid transparent;
    box-shadow: 0 5px 18px rgba(0,0,0,0.1);
    transition: all 0.35s ease; cursor: pointer;
}
.gallery-img:hover {
    border-color: var(--accent);
    transform: scale(1.04);
    box-shadow: 0 12px 30px rgba(13,110,253,0.2);
}

/* ===================== FOOTER ===================== */
.footer-ultra-premium {
    background: #060c17;
    position: relative;
    border-top: 4px solid var(--accent);
}
.newsletter-card {
    background: var(--blue-gradient);
    padding: 35px 40px; border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,95,173,0.4);
}
.newsletter-form input {
    background: rgba(255,255,255,0.12); color: white;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.6); }
.newsletter-form input:focus { background: rgba(255,255,255,0.18); color: white; }
.newsletter-form .btn-primary { background: var(--accent-gradient); border: none; }

.brand-icon-small {
    background: var(--accent-gradient);
    width: 35px; height: 35px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.footer-heading {
    color: white; font-weight: 700;
    position: relative; padding-bottom: 15px;
}
.footer-heading::after {
    content: ''; position: absolute; left: 0; bottom: 0;
    width: 30px; height: 3px; background: var(--accent); border-radius: 3px;
}
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; transition: all 0.3s ease; display: inline-block; }
.footer-links a:hover { color: var(--accent); transform: translateX(5px); }
.footer-links a i { font-size: 12px; color: var(--accent); }

.footer-social-modern a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; background: rgba(255,255,255,0.06);
    color: white; border-radius: 50%; margin-right: 10px; font-size: 16px; transition: all 0.3s ease;
}
.footer-social-modern a:hover { transform: translateY(-5px); color: white; }
.social-fb:hover { background: #1877F2 !important; box-shadow: 0 5px 15px rgba(24,119,242,0.4); }
.social-ig:hover { background: #E4405F !important; box-shadow: 0 5px 15px rgba(228,64,95,0.4); }
.social-wa:hover { background: #25D366 !important; box-shadow: 0 5px 15px rgba(37,211,102,0.4); }
.social-jd:hover { background: #f96500 !important; box-shadow: 0 5px 15px rgba(249,101,0,0.4); }

.contact-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 25px; }
.contact-icon { width: 36px; height: 36px; background: rgba(13,110,253,0.15); color: var(--accent); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; }

.footer-bottom { background: #040810; border-top: 1px solid rgba(255,255,255,0.05); }

/* ===================== FLOATING SIDEBAR ===================== */
.floating-social-sidebar {
    position: fixed; top: 50%; right: 0;
    transform: translateY(-50%); z-index: 9999;
    display: flex; flex-direction: column; gap: 2px;
}
.floating-item {
    display: flex; align-items: center; justify-content: flex-start;
    width: 46px; height: 46px; background: #333; color: white;
    text-decoration: none; font-size: 20px;
    border-radius: 5px 0 0 5px; transition: all 0.4s ease;
    overflow: hidden; position: relative; box-shadow: -2px 2px 10px rgba(0,0,0,0.12);
}
.floating-item i { width: 46px; text-align: center; flex-shrink: 0; z-index: 2; }
.floating-text { white-space: nowrap; font-size: 13px; font-weight: 600; opacity: 0; transform: translateX(20px); transition: all 0.4s ease; }
.floating-item:hover { width: 150px; color: white; }
.floating-item:hover .floating-text { opacity: 1; transform: translateX(0); }
.btn-whatsapp { background: #25D366; }
.btn-phone { background: #0d6efd; }
.btn-review { background: #f96500; }
.btn-review:hover { color: white; }
.btn-map { background: #ea4335; }

/* ===================== MISC ===================== */
.page-header-bg {
    background: linear-gradient(rgba(6,12,23,0.82), rgba(6,12,23,0.82)), url('https://images.jdmagicbox.com/comp/ludhiana/p5r3/0161px161.x161.1229862347x6p5r3/catalogue/computers-opd-model-gram-ludhiana-computer-repair-and-services-wqh0tpfmfb.jpg') center/cover no-repeat;
    color: white; padding: 90px 0;
}
.testimonial-card { border-radius: 16px; transition: all 0.3s ease; }
.testimonial-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important; }
