/* --- BOLD NOTIFICATION BAR --- */
.notification-bar {
    background-color: #222;
    color: #fff;
    font-size: 1rem; /* Bara Size */
    border-bottom: 3px solid var(--accent-yellow); /* Bold Branding Line */
}

.text-game-yellow { color: var(--accent-yellow) !important; }

/* --- BIG MAIN MENU (NAVBAR) --- */

.main-navigation {
    background: #ffffff;
    min-height: 70px; /* Menu ki height barhayi gayi hai */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

/* Big Logo Style */
.logo-main {
    font-size: 2.2rem; /* Bara Logo */
    font-weight: 800;
    color: var(--primary-blue);
    letter-spacing: -1.5px;
    line-height: 1;
}

.logo-tagline {
    font-size: 0.85rem;
    background: var(--primary-blue);
    color: #fff;
    padding: 4px 10px;
    margin-left: 8px;
    font-weight: 900;
    border-radius: 2px;
}

/* Nav Links Styling */
.main-navigation .nav-link {
    color: #333 !important;
    font-size: 0.80rem;
    letter-spacing: 0.5px;
    transition: 0.2s;
    position: relative;
}

.main-navigation .nav-link:hover {
    color: var(--primary-blue) !important;
}

/* Bold Cart Button */
.cart-btn-bold {
    background-color: #f8f9fa;
    border: 2px solid var(--primary-blue) !important;
    color: var(--primary-blue) !important;
    border-radius: 4px;
    font-weight: 800 !important;
    font-size: 0.9rem !important;
    transition: all 0.3s;
}

.cart-btn-bold:hover {
    background-color: var(--primary-blue) !important;
    color: #fff !important;
}

/* Responsive Fix */
@media (max-width: 991px) {
    .main-navigation { min-height: 70px; }
    .logo-main { font-size: 1.8rem; }
}


/* --- PREMIUM HERO SLIDER STYLING --- */
.home-slider .swiper {
    width: 100%;
    height: 85vh; /* Microsoft & iRepair Standard Height */
}


.slide-ms {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background-color: #1a4184; /* Image na dikhne ki surat mein blue color */
}

/* Gradient Overlay for Text Clarity */
.slide-ms::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, rgba(26, 65, 132, 0.85) 0%, rgba(26, 65, 132, 0.4) 60%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

/* Text Wrapper for better Left Spacing */
.ms-hero-content-wrapper {
    position: relative;
    z-index: 10;
    padding-left: 20px; /* Container ke andar mazeed thora gap */
    color: #ffffff !important; /* Ab ye black nahi, hamesha white nazar aayega */
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 300;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.hero-title strong {
    font-weight: 800;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 520px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* 2. "Repair My Device" Button ka Color (Always White and Sharp) */
.btn-game-yellow {
    background-color: #ffffff !important; /* Button background ab white hoga */
    color: #1a4184 !important;          /* Text color primary blue taake readable ho */
    padding: 12px 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    border: none !important;
}

.btn-game-yellow:hover {
    background-color: #ece129 !important; /* Hover par yellow ho jaye ga */
    color: #000000 !important;           /* Hover par text black ho jaye ga */
    transform: translateY(-3px);
}

.btn-outline-white {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 12px 32px !important;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: 0.3s ease;
    display: inline-block;
}

.btn-outline-white:hover {
    background-color: #b91823 !important;
    color: var(--primary-blue) !important;
}

/* Swiper Pagination & Navigation */
.swiper-pagination-bullet { background: #fff !important; }
.swiper-pagination-bullet-active { background: var(--accent-yellow) !important; }















/* --- PREMIUM REPAIR SERVICES GRID --- */
.repair-services-section { background: #f8f9fa; }

.repair-card-premium {
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    z-index: 1;
}

.device-badge {
    position: absolute;
    top: 15px; right: 15px;
    background: #f0f2f5;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.65rem;
    font-weight: 800;
    color: #1a4184;
    text-transform: uppercase;
}

.repair-icon-box {
    width: 65px; height: 65px;
    background: #f8fbff;
    color: #1a4184;
    display: flex; align-items: center; justify-content: center;
    border-radius: 18px;
    margin: 0 auto;
    font-size: 1.6rem;
    transition: 0.4s;
}

.price-tag .amount { color: #1a4184; letter-spacing: -1px; }

/* HOVER EFFECTS */
.repair-card-premium:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(26, 65, 132, 0.1) !important;
    border-color: #1a4184;
}

.repair-card-premium:hover .repair-icon-box {
    background: #1a4184; color: #fff;
    transform: rotate(15deg);
}

/* MULTI-ACTION BUTTONS */
.repair-actions { margin-top: 10px; }

.action-btn {
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 12px;
    font-size: 1.1rem;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    border: 1px solid #f0f0f0;
}

/* WhatsApp Styling */
.btn-whatsapp { color: #25D366; background: #f0fff5; }
.btn-whatsapp:hover { background: #25D366; color: #fff; border-color: #25D366; transform: scale(1.1); }

/* Call Styling */
.btn-call { color: #1a4184; background: #f0f4ff; }
.btn-call:hover { background: #1a4184; color: #fff; border-color: #1a4184; transform: scale(1.1); }

/* Email Styling */
.btn-email { color: #ea4335; background: #fff5f4; }
.btn-email:hover { background: #ea4335; color: #fff; border-color: #ea4335; transform: scale(1.1); }

/* --- GAMEXP PREMIUM FOOTER STYLING --- */
.main-footer {
    background-color: #111; /* Sleek Dark Background */
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 30px;
    position: relative;
    border-top: 4px solid var(--primary-blue); /* Top Blue Line */
}

/* Yellow Accent Detail */
.main-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 35%; height: 4px;
    background: var(--accent-yellow);
    z-index: 10;
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.footer-logo span {
    color: var(--accent-yellow);
}

.footer-about {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.8;
}

/* Footer Heading Style */
.footer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; width: 40px; height: 2px;
    background: var(--accent-yellow);
}

/* Links Styling */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: 0.3s all ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--accent-yellow);
    transform: translateX(8px);
}

/* Contact Info Icons */
.footer-contact-info i {
    width: 35px;
    color: var(--accent-yellow);
    font-size: 1.1rem;
}

/* Social Media Icons - Premium Style */
.social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    margin-right: 12px;
    text-decoration: none;
    transition: 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
    background: var(--primary-blue);
    color: #fff;
    transform: translateY(-5px);
    border-color: var(--primary-blue);
}

/* Bottom Copyright Bar */
.footer-bottom {
    background: #0a0a0a;
    padding: 25px 0;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin: 0;
}


/* =======================================================
   FIX: GOOGLE REVIEWS (Logo & Hover Cut Fix)
   ======================================================= */

.testimonials-section {
    padding: 60px 0;
    overflow: visible !important; /* Box ko upar se cutne se rokne ke liye */
}

/* Container ko thora padding dein taake hover effect ko jagah mile */
.swiper-wrapper {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.premium-review-card {
    background: #ffffff;
    border: 1px solid #eee !important;
    border-radius: 15px !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
}

/* Hover Effect Fix: Translate ki jagah scale use karein agar cut raha ho */
.premium-review-card:hover {
    transform: translateY(-10px); /* Upward move */
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    border-color: #1a4184 !important;
    z-index: 10; /* Card ko front par laane ke liye */
}

/* Google Logo Fix (Fallback URLs) */
.google-g-icon {
    width: 20px;
    height: 20px;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/c/c1/Google_Logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

/* --- MODERN SOCIAL ICONS (MATCHING THEME) --- */
.social-icon-btn {
    width: 50px; /* Size matched with your contact cards */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Circle shape */
    font-size: 1.3rem;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.social-icon-btn:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
    color: white;
}

/* Official Brand Colors */
.badge-fb  { background-color: #1877F2; }
.badge-ig  { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.badge-tk  { background-color: #000000; }
.badge-yt  { background-color: #FF0000; }
.badge-x   { background-color: #000000; }
.badge-pin { background-color: #E60023; }




/* =======================================================
   LUXURY REPAIR SELECTION SYSTEM (UK STANDARD)
   ======================================================= */

/* --- MICROSOFT ELITE UI --- */
.fw-800 { font-weight: 800; }
.fw-700 { font-weight: 700; }

/* 1. Search Box (Centered & Wide) */
.ms-search-box {
    background: #fff;
    border: 1px solid #0067b8; /* Microsoft Blue */
    padding: 8px 15px 8px 25px;
    display: flex;
    align-items: center;
    border-radius: 2px;
}
.ms-search-box input {
    border: none;
    outline: none;
    width: 100%;
    padding: 12px 0;
    font-size: 1.1rem;
    color: #333;
}
.ms-search-btn {
    background: none;
    border: none;
    color: #0067b8;
    font-size: 1.2rem;
    padding-left: 15px;
}

/* 2. Grid Services (4 per row) */
.ms-grid-item {
    text-decoration: none !important;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
    transition: 0.3s;
    border: 2px solid transparent;
}
.ms-grid-icon {
    font-size: 3.5rem; /* Large Icons */
    color: #333;
    margin-bottom: 15px;
    transition: 0.3s;
}
.ms-grid-text {
    font-size: 1rem;
    font-weight: 600;
    color: #0067b8; /* Links color */
}
.ms-grid-item:hover .ms-grid-text { text-decoration: underline; }
.ms-grid-item:hover .ms-grid-icon { transform: scale(1.1); color: #0067b8; }

/* Active Category Grid Style */
.ms-grid-active {
    background: #f2f2f2;
    border-bottom: 3px solid #0067b8;
}

/* 3. Models Grid Cards */
.ms-model-card {
    background: #fff;
    padding: 25px;
    border: 1px solid #e1e1e1;
    transition: 0.3s;
}
.ms-model-card:hover {
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    border-color: #0067b8;
}
.ms-card-icon {
    font-size: 2rem;
    color: #ccc;
    margin-bottom: 15px;
}
.ms-link {
    color: #0067b8;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
}
.ms-link:hover { text-decoration: underline; }

/* Row fixes for 4 items */
@media (min-width: 768px) {
    .col-md-3 { width: 25% !important; }
}





/* --- GameXP Repair Process Section Styles --- */
.fw-800 { 
    font-weight: 800; 
}

.process-card {
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.process-card:hover {
    background: #fff;
    border-color: #1a4184;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: translateY(-10px);
}

.process-icon-box {
    width: 70px;
    height: 70px;
    background: #1a4184;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    box-shadow: 0 8px 15px rgba(26, 65, 132, 0.2);
    transition: 0.6s;
}

.process-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.process-list li {
    position: relative;
    padding-left: 20px;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.4;
}

/* Custom Bullet Point Styling */
.process-list li::before {
    content: "•";
    color: #1a4184;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    font-size: 1.2rem;
    position: absolute;
    top: -3px;
}

/* Icon Animation on Hover */
.process-card:hover .process-icon-box {
    background: #000;
    transform: rotateY(360deg);
}

/* Responsive adjustments for small screens */
@media (max-width: 768px) {
    .process-card {
        margin-bottom: 20px;
    }
}




/* --- GameXP Premium Dynamic Hero Section --- */
.dynamic-hero {
    height: 500px;
    background: linear-gradient(135deg, #0f172a 0%, #1a4184 100%);
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
    text-align: center;
}

/* Background Texture and Glows */
.dynamic-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    opacity: 0.1;
    z-index: 1;
}

.hero-glow-1 {
    position: absolute;
    top: -100px; right: -100px;
    width: 400px; height: 400px;
    background: #38bdf8;
    filter: blur(150px);
    opacity: 0.15;
    z-index: 2;
}

.hero-glow-2 {
    position: absolute;
    bottom: -100px; left: -100px;
    width: 400px; height: 400px;
    background: #1a4184;
    filter: blur(150px);
    opacity: 0.2;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-title {
    font-size: 5.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -3px;
    margin-bottom: 10px;
    background: linear-gradient(to bottom, #ffffff 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    color: #cbd5e1;
    max-width: 700px;
    margin: 0 auto 30px;
    letter-spacing: 0.5px;
}

/* Premium Badges Styling */
.badge-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.gx-badge {
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.gx-badge-info {
    background: #38bdf8;
    color: #0f172a;
}

.gx-badge-outline {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.gx-badge:hover {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-title { font-size: 3rem; letter-spacing: -1px; }
    .dynamic-hero { height: 400px; }
    .hero-subtitle { font-size: 1rem; }
}





















/* --- Home Page Repair Services Section --- */
.fw-800 { font-weight: 800; }
.text-primary { color: #1a4184 !important; }

.gx-main-services {
    background: #ffffff;
    position: relative;
}

/* Grid Item Styling */
.ms-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

.ms-grid-icon {
    font-size: 2.5rem;
    color: #1a4184;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.ms-grid-text {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    transition: all 0.4s ease;
}

/* Hover Effects */
.ms-grid-item:hover {
    background: #1a4184;
    border-color: #1a4184;
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(26, 65, 132, 0.2);
}

.ms-grid-item:hover .ms-grid-icon,
.ms-grid-item:hover .ms-grid-text {
    color: #ffffff;
    transform: scale(1.1);
}

/* Responsive fixes */
@media (max-width: 768px) {
    .ms-grid-item {
        padding: 20px 10px;
    }
    .ms-grid-icon {
        font-size: 2rem;
    }
    .ms-grid-text {
        font-size: 0.85rem;
    }
}



/* --- Clean Minimalist Header Styles --- */
.gx-section-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #0f172a; /* Deep Dark Blue */
    letter-spacing: -2px;
    margin-bottom: 15px;
}

.gx-subtitle {
    font-size: 1.2rem;
    color: #64748b; /* Soft Gray Blue */
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.gx-badge-top {
    background: #f1f5f9;
    color: #1a4184;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
}




/* --- GameXP Core Services Premium Styles --- */
.about-core-services {
    background: #ffffff;
}

.premium-service-card {
    position: relative;
    padding: 40px 30px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    z-index: 1;
}

/* Background Icon Effect */
.card-bg-icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 8rem;
    color: rgba(26, 65, 132, 0.03); /* Very subtle brand color */
    transform: rotate(-15deg);
    transition: 0.5s;
    z-index: -1;
}

/* Icon Wrap Styling */
.icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.bg-primary-gradient { background: linear-gradient(135deg, #1a4184, #38bdf8); }
.bg-dark-gradient { background: linear-gradient(135deg, #0f172a, #334155); }
.bg-gaming-gradient { background: linear-gradient(135deg, #7c3aed, #c026d3); }

/* Card Content Styling */
.premium-service-card h4 {
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
}

.premium-service-card p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
}

.card-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.card-list li {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-list li i {
    color: #1a4184;
}

/* Hover & Active State */
.premium-service-card:hover, .active-focus {
    transform: translateY(-12px);
    border-color: #1a4184;
    box-shadow: 0 25px 50px -12px rgba(26, 65, 132, 0.15);
}

.premium-service-card:hover .card-bg-icon {
    color: rgba(26, 65, 132, 0.08);
    transform: rotate(0deg) scale(1.1);
}

.active-focus {
    background: linear-gradient(to bottom, #ffffff, #f8fafc);
    border-width: 2px;
}

.bg-soft-blue {
    background: rgba(26, 65, 132, 0.08);
}



/* --- GameXP Premium Navbar Styling --- */
.main-navigation {
    background-color: #14428a !important; /* Your Brand Color */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Logo & Tagline Styles */
.logo-img {
    height: 45px; /* Ideal Logo Size */
    width: auto;
    margin-right: 12px;
    object-fit: contain;
}

.logo-main {
    font-size: 1.5rem;
    font-weight: 900;
    color: #ffffff !important;
    letter-spacing: -1px;
}

.text-red {
    color: #ff3131 !important; /* Sharp Red for XP */
}

.logo-tagline {
    font-size: 0.7rem;
    background: #ffffff;
    color: #14428a;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
    font-weight: 800;
}

/* Menu Links */
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.85rem;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Cart Button Styling */
.cart-btn-bold {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.cart-btn-bold:hover {
    background: #ffffff !important;
    color: #14428a !important;
}

/* Mobile Toggler */
.navbar-toggler i {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #14428a;
        padding: 20px;
        border-radius: 15px;
        margin-top: 10px;
    }
}






/* --- Updated Notification Bar Style --- */
.notification-bar {
    background-color: #b91823 !important; /* GameXP Red */
    color: #ffffff;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ls-2 {
    letter-spacing: 1.5px;
}

.text-game-yellow {
    color: #ffcc00; /* Bright yellow for icons to pop on red */
}

.social-quick a {
    transition: all 0.3s ease;
    display: inline-block;
}

.social-quick a:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .notification-bar p {
        font-size: 0.75rem;
        text-align: center;
    }
}




/* --- GameXP Premium Footer Styling --- */
.main-footer {
    background-color: #14428a !important; /* Header Match */
    color: #ffffff;
    border-top: 4px solid #b91823; /* Top Red Border for Brand Look */
}

.footer-logo-img {
    height: 50px;
    width: auto;
    margin-bottom: 15px;
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.footer-heading {
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #b91823; /* Brand Red */
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.9rem;
}

.footer-links li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.icon-box-small {
    color: #ffcc00; /* Yellow icons like notification bar */
    font-size: 1.1rem;
}

.social-btn {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    transition: 0.3s;
    text-decoration: none;
}

.social-btn:hover {
    background: #b91823;
    color: white;
    transform: translateY(-5px);
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);  
}

.status-badge {
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.status-dot {
    height: 8px;
    width: 8px;
    background-color: #22c55e; /* Green for Open */
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}



/* --- Footer Logo & Tagline Alignment --- */
.footer-logo {
    display: flex;
    flex-direction: column; /* Tagline niche lane ke liye */
    align-items: flex-start; /* Left alignment ke liye */
}

.footer-logo-img {
    height: 90px; /* Size yahan se mazeed barra ya chota kar sakte hain */
    width: auto;
    margin-bottom: 5px; /* Tagline se gap */
    object-fit: contain;
}

.footer-tagline {
    display: block;
    font-size: 0.9rem; /* Professional size */
    font-weight: 400;
    opacity: 0.8;
    color: #ffffff;
    letter-spacing: 1px;
    padding-left: 15px; /* Logo ke edges se align karne ke liye */
}


/* --- Footer Bottom Section (Copyright Area) --- */
.footer-bottom-area {
    background-color: #14428a !important; /* Black khatam, Brand Blue apply */
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); /* Halka sa separation */
}

/* Agar aapne HTML mein footer-bottom class use ki hai */
.footer-bottom {
    background-color: transparent !important; /* Taake main container ka color nazar aaye */
    color: rgba(255, 255, 255, 0.8);
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent !important; /* Background khtm */
    margin-top: 40px;
    margin-bottom: 0;
}


/* --- GameXP Professional Alignment --- */

/* 1. Navbar ki height aur padding ko original rakhein */
.main-navigation {
    margin-bottom: 0 !important;
    /* Yahan se padding-bottom wala code hamesha ke liye nikal dein */
}

/* 2. Slider ko upar shift karne ka sahi tareeka */
.mainSwiper {
    /* Sirf margin use karein, transform height disturb kar sakta hai */
    margin-top: -32px !important; 
    position: relative;
    z-index: 1;
}

/* 3. Browser ki invisible gap ko khatam karein */
header, nav, .mainSwiper {
    display: block;
}

/* 4. Swiper ke default margins khatam karein jo gap dalte hain */
.swiper, .swiper-container {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

/* 5. Mobile optimization (Gap mobile par kam hota hai) */
@media (max-width: 768px) {
    .mainSwiper {
        margin-top: -20px !important;
    }
}















/* Repair Selection Page Custom Styles */

.fw-800 { font-weight: 800; }
.text-primary { color: #1a4184 !important; }
.ls-1 { letter-spacing: 1px; }

/* Grid Items Styling */
.ms-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
}

.ms-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(26, 65, 132, 0.1);
    border-color: #1a4184;
    color: #1a4184;
}

.ms-grid-icon {
    font-size: 2.5rem;
    color: #1a4184;
    margin-bottom: 15px;
    transition: 0.3s;
}

.ms-grid-text {
    font-weight: 700;
    font-size: 0.95rem;
    color: #333;
    text-align: center;
}

.ms-grid-active {
    background: #1a4184;
    border-color: #1a4184;
}

.ms-grid-active .ms-grid-icon,
.ms-grid-active .ms-grid-text {
    color: #fff !important;
}

/* Repair Process Cards */
.process-card {
    background: #fff;
    border: 1px solid #eef0f2 !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(26, 65, 132, 0.1);
    border-color: #1a4184 !important;
}

.process-icon-box {
    width: 80px;
    height: 80px;
    background: rgba(26, 65, 132, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: 0.3s;
}

.process-icon-box i {
    font-size: 2rem;
    color: #1a4184;
}

.process-card:hover .process-icon-box {
    background: #1a4184;
}

.process-card:hover .process-icon-box i {
    color: #fff;
}

.process-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.process-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #6c757d;
    line-height: 1.5;
}

.process-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #1a4184;
    font-size: 0.9rem;
}









/* Shop Page Custom Styles */
.shop-banner {
    background: linear-gradient(rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.8)), url('../images/shop-bg.jpg') center/cover;
    padding: 100px 0;
    color: white;
}

/* Sidebar Styling */
.filter-sidebar {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #eee;
    position: sticky;
    top: 100px;
}

.filter-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #14428a;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

/* Product Card Styling */
.device-card {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.device-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.device-img-container {
    height: 220px;
    padding: 20px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.device-img-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.condition-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.badge-used { background: #ffc107; color: #000; }
.badge-new { background: #198754; color: #fff; }

.device-info {
    padding: 20px;
}

.device-brand {
    font-size: 0.8rem;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
}

.device-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1c1c1c;
    margin: 5px 0;
}

.device-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #14428a;
}

.btn-buy {
    background: #14428a;
    color: white;
    border-radius: 8px;
    width: 100%;
    font-weight: 600;
    padding: 10px;
    margin-top: 15px;
    border: none;
    transition: 0.3s;
}

.btn-buy:hover {
    background: #b91823;
    color: white;
}




/* Professional Marketplace Banner */
.shop-banner {
    position: relative;
    padding: 120px 0;
    /* Gradient matching your Repair Selection page */
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.9) 0%, rgba(26, 65, 132, 0.7) 100%), 
                url('../images/marketplace-bg.jpg') center/cover no-repeat;
    color: white;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}

.shop-banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('https://www.transparenttextures.com/patterns/cubes.png');
    opacity: 0.1;
}

.banner-badge {
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.banner-title {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -1px;
}

.banner-title span {
    color: #ffc107; /* GameXP Yellow/Gold touch */
}

.banner-desc {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
    opacity: 0.9;
}








/* Product Details Styles */
.product-main-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #eef0f2;
}

.product-gallery {
    background: #f8f9fa;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.product-gallery img {
    max-width: 100%;
    height: auto;
    transition: 0.3s;
}

.product-meta-badge {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(26, 65, 132, 0.1);
    color: #14428a;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.75rem;
    margin-bottom: 15px;
}

.product-title-detail {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.product-price-detail {
    font-size: 2rem;
    font-weight: 800;
    color: #14428a;
    margin: 20px 0;
}

.specs-list {
    list-style: none;
    padding: 0;
}

.specs-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    display: flex;
    justify-content: space-between;
}

.specs-list li span:first-child {
    color: #64748b;
    font-weight: 600;
}

.btn-add-cart {
    background: #14428a;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 700;
    width: 100%;
    transition: 0.3s;
}

.btn-add-cart:hover {
    background: #b91823;
    color: #fff;
    transform: translateY(-3px);
}

.whatsapp-btn {
    background: #25D366;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    margin-top: 10px;
}


/* --- GameXP Global Scaling Fix for Live Server --- */

/* 1. Root Scaling: Sab cheezon ko 10% chota karega taake professional lage */
html {
    zoom: 0.9; /* Standard browsers ke liye */
    -moz-transform: scale(0.9); /* Firefox ke liye */
    -moz-transform-origin: 0 0;
}

/* 2. Container Width Lock: Localhost wala look laane ke liye width restrict ki */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important; /* Standard Desktop Width */
    }
}

/* 3. Header Navigation One-Line Fix */
.nav-link {
    font-size: 13px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    white-space: nowrap !important;
}

.logo-img {
    max-height: 40px !important; /* Logo oversized na ho */
}

/* 4. Hero Section Scaling */
.hero-title {
    font-size: 42px !important; /* Heading ko moderate kiya */
    line-height: 1.2 !important;
}

.hero-subtitle {
    font-size: 16px !important;
}

/* 5. Sections Spacing Fix: Boht zyada white space khatam karne ke liye */
section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* 6. Footer Professional Alignment */
.main-footer {
    padding-top: 50px !important;
}

.footer-links a {
    font-size: 13px !important;
    line-height: 2 !important;
}

/* 7. Image Scaling: Marketplace aur Slider ki images oversized na hon */
.device-card img {
    max-height: 160px !important;
    object-fit: contain;
}

/* 8. Fix for full-width stretch issues */
.row {
    margin-right: -15px;
    margin-left: -15px;
}





/* --- Dynamic Banner Style (Matching index.php Slider) --- */
.dynamic-hero {
    height: 350px; /* Height kam kar di gayi hai standard size ke liye */
    background: linear-gradient(135deg, #0f172a 0%, #14428a 100%); /* Same as index.php theme */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

/* Background Texture matching main slider */
.dynamic-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    opacity: 0.1;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-title { 
    font-size: 3.5rem !important; 
    font-weight: 800 !important; 
    letter-spacing: -2px; 
    text-transform: uppercase; 
    background: linear-gradient(to bottom, #ffffff 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.hero-subtitle { 
    font-size: 1.1rem !important; 
    font-weight: 400; 
    color: rgba(255, 255, 255, 0.8) !important;
    max-width: 700px;
    margin: 0 auto;
}

/* Glow Effects taake main slider jaisa attractive lagay */
.hero-glow-1 {
    position: absolute;
    top: -50px; left: -50px;
    width: 300px; height: 300px;
    background: #14428a;
    filter: blur(100px);
    opacity: 0.4;
    z-index: 2;
}

.hero-glow-2 {
    position: absolute;
    bottom: -50px; right: -50px;
    width: 300px; height: 300px;
    background: #3b82f6;
    filter: blur(100px);
    opacity: 0.3;
    z-index: 2;
}







/* --- Professional Testimonials Fix --- */

.reviewSwiperPremium {
    padding: 20px 10px 50px 10px !important; /* Pagination ke liye jagah */
}

.premium-review-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px; /* Sab cards aik size ke lagein */
    transition: 0.3s ease;
}

/* Mobile par text thoda chota taake card neat lagay */
@media (max-width: 768px) {
    .review-text {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }
    .hero-title {
        font-size: 2rem !important; /* Mobile par headings adjustment */
    }
    .google-summary-card {
        flex-direction: column; /* Mobile par summary card ko upar niche karna */
        text-align: center;
        gap: 15px;
    }
}