/*
=========================================================
  FABRI APPARELS - MAIN STYLESHEET
=========================================================
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #F8F8F8;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; color: #0B3D2E; }
.container { width: 90%; max-width: 1200px; margin: auto; }

/* ================== TOP BAR ================== */
.topbar { background: #0B3D2E; color: #fff; padding: 12px 0; font-size: 14px; }
.topbar-inner { display: flex; justify-content: center; align-items: center; } 
.top-social-icons a { color: #fff; margin: 0 12px; font-size: 18px; transition: 0.3s; }
.top-social-icons a:hover { color: #D4AF37; transform: translateY(-2px); display: inline-block; }

/* Email & WhatsApp Highlight & Blink */
.whatsapp-highlight-blink {
    color: #25D366 !important;
    font-size: 1.2em;
    animation: blinker 1.5s linear infinite;
    display: inline-block;
}

.email-blink {
    color: #D4AF37 !important; /* Golden theme color */
    font-size: 1.2em;
    animation: blinker 1.5s linear infinite;
    display: inline-block;
}

@keyframes blinker {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1); }
}

/* ================== HEADER, PREMIUM LOGO & MENU ================== */
header { background: #fff; border-bottom: 1px solid #e5e7eb; position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
.nav-wrapper { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }

/* Logo Styling */
.logo { text-align: center; display: inline-block; text-decoration: none; }
.logo-main { display: block; font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 800; color: #0B3D2E; letter-spacing: 2px; line-height: 1; text-transform: uppercase; }
.logo-sub { display: block; font-family: 'Inter', sans-serif; font-size: 10px; letter-spacing: 6px; color: #D4AF37; font-weight: 600; text-transform: uppercase; margin-top: 4px; }

/* Global Menu Responsive Fix */
.menu { display: flex; flex-wrap: wrap; list-style: none; gap: 0; justify-content: center; align-items: center; }
.menu li { display: inline-flex; align-items: center; flex-shrink: 0; margin-bottom: 4px; }
.menu a, .menu .quote-btn { text-decoration: none; color: #111827 !important; font-weight: 600; font-size: 14px; transition: 0.3s; white-space: nowrap; background: transparent; padding: 0; border-radius: 0; }
.menu a:hover, .menu .quote-btn:hover { color: #D4AF37 !important; }
.menu li:not(:last-child)::after {
    content: "|";
    color: #b1b5bc;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.7;
}

/* General Buttons */
.btn { display: inline-block; padding: 12px 24px; text-decoration: none; border-radius: 4px; margin: 5px; font-weight: 600; transition: 0.3s ease; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.btn-primary { background: #D4AF37; color: #0B3D2E !important; }
.btn-primary:hover { background: #c59b27; transform: translateY(-2px); }
.btn-secondary { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-secondary:hover { background: #fff; color: #0B3D2E; }
.hero-buttons { text-align: center; width: 100%; margin-top: 15px; }

/* ================== HERO ================== */
.hero { padding: 140px 0 100px; text-align: center; }
.hero h1 { font-size: 52px; line-height: 1.2; max-width: 850px; margin: 0 auto 15px; color: #fff; }
.hero p { font-size: 18px; max-width: 700px; margin: 0 auto 30px; font-weight: 400; color: #f1f5f9; }

/* ================== GENERAL SECTIONS & GRIDS ================== */
.section { padding: 70px 0; }
.section:nth-child(even) { background: #fff; }
.section-title { text-align: center; margin-bottom: 45px; }
.section-title h2 { font-size: 38px; margin-bottom: 10px; position: relative; display: inline-block; }
.section-title h2::after { content: ''; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); width: 50px; height: 3px; background: #D4AF37; }
.section-title p { font-size: 16px; color: #555; max-width: 600px; margin: 15px auto 0; }

.grid { display: grid; gap: 25px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.card { background: #fff; border-radius: 8px; padding: 30px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); transition: 0.4s ease; border: 1px solid #f0f0f0; text-align: center; display: flex; flex-direction: column; justify-content: flex-start; }
.card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08); border-color: #D4AF37; }
.card img { width: 100%; object-fit: cover; border-radius: 6px; margin-bottom: 15px; }
.card h3 { margin-bottom: 10px; font-size: 20px; color: #0B3D2E; }
.card p { font-size: 15px; color: #666; }

/* ================== SPECIFIC SECTIONS ================== */
/* Stats */
.stats-grid { grid-template-columns: repeat(4, 1fr); }
.stats-section .card h2 { font-size: 48px; color: #D4AF37; margin-bottom: 5px; border: none; }
.stats-section .card h2::after { display: none; }

/* Swiper Slider */
.productSwiper { width: 100%; padding-bottom: 50px; }
.swiper-slide { height: auto; display: flex; }
.productSwiper .card { width: 100%; padding: 20px; }
.productSwiper .card img { height: 300px; object-position: center; }
.swiper-button-next, .swiper-button-prev { color: #0B3D2E !important; transform: scale(0.8); background: #fff; width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.swiper-pagination-bullet-active { background: #D4AF37 !important; }

/* Why Choose Us */
.feature-icon { font-size: 35px; color: #D4AF37; margin-bottom: 15px; }

/* Process Section */
.process-grid { grid-template-columns: repeat(4, 1fr); }
.step-card { background: #fff; padding: 20px 15px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); display: flex; align-items: center; gap: 15px; text-align: left; border: 1px solid #eee; transition: 0.3s; }
.step-card:hover { border-color: #D4AF37; transform: translateX(5px); }
.process-icon { background: rgba(212, 175, 55, 0.1); color: #D4AF37; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 18px; flex-shrink: 0; }
.step-card span { font-size: 16px; font-weight: 600; color: #0B3D2E; }

/* CTA Section */
.cta-section { background: linear-gradient(135deg, #0B3D2E, #082c21); color: #fff; text-align: center; padding: 80px 20px; position: relative; }
.cta-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.12), transparent 60%); }
.cta-section h2, .cta-section p, .cta-section .btn { position: relative; z-index: 2; }
.cta-section h2 { font-size: 38px; margin-bottom: 15px; color: #fff; border: none; }
.cta-section h2::after { display: none; }
.cta-section p { font-size: 17px; max-width: 600px; margin: 0 auto 30px; color: #cbd5e1; }

/* ================== FOOTER ================== */
footer { background: #041f17; color: #cbd5e1; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-grid h3 { color: #fff; margin-bottom: 20px; font-size: 20px; position: relative; display: inline-block; }
.footer-grid h3::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 30px; height: 2px; background: #D4AF37; }
.footer-grid p, .footer-grid ul { font-size: 15px; line-height: 1.8; }
.footer-grid ul { list-style: none; }
.footer-grid a { color: #cbd5e1; text-decoration: none; transition: 0.3s; }
.footer-grid a:hover { color: #D4AF37; padding-left: 5px; }
.copyright { text-align: center; padding-top: 25px; margin-top: 50px; border-top: 1px solid rgba(255, 255, 255, 0.05); font-size: 14px; color: #94a3b8; }

/* =========================================================
   MOBILE RESPONSIVENESS (SMARTPHONES & TABLETS)
========================================================= */
@media (min-width: 769px) {
    .menu li { margin-bottom: 0; }
}

@media (max-width: 768px) {
    /* Header & Menu Wrap Fix */
    .nav-wrapper { flex-direction: column; gap: 15px; padding: 15px 0 10px 0; width: 100%; }
    .logo-main { font-size: 30px; } 
    
    /* MENU FIX: Wrap without sliding */
    .menu { 
        justify-content: center;
        padding: 0 10px; 
        width: 100%;
        overflow: visible; /* NO SLIDING */
    }
    .menu a, .menu .quote-btn { font-size: 14px; padding: 2px 0; }
    
    .menu li:not(:last-child)::after {
        margin-left: 7px;
        margin-right: 7px;
        font-size: 12px;
    }

    /* Hero */
    .hero { padding: 80px 0 60px; }
    .hero h1 { font-size: 34px; }
    .hero p { font-size: 15px; padding: 0 10px; }

    /* Section Gaps */
    .section { padding: 40px 0; }
    .section-title { margin-bottom: 30px; }
    .section-title h2 { font-size: 28px; }

    /* 2-Column Grids */
    .stats-grid, .why-choose-grid, .process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
    
    .stats-section .card { padding: 15px; }
    .stats-section .card h2 { font-size: 30px; }
    .stats-section .card p { font-size: 13px; }

    .why-card { padding: 15px 10px; text-align: center; }
    .feature-icon { font-size: 28px; margin-bottom: 10px; }
    .why-card h3 { font-size: 15px; margin-bottom: 5px; }
    .why-card p { font-size: 12px; line-height: 1.4; }

    .step-card { 
        flex-direction: column; 
        text-align: center; 
        padding: 12px 8px; 
        font-size: 13px; 
        border-top: 3px solid #D4AF37;
        border-left: none; 
        gap: 4px; 
    }

    /* Swiper Mobile */
    .productSwiper .card img { height: 220px; }

    /* Footer Layout */
    .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .footer-grid h3::after { left: 50%; transform: translateX(-50%); }
    .footer-grid div { display: flex; flex-direction: column; align-items: center; }
    
    /* Footer Quick Links Inline Fix */
    .footer-grid ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 8px; }
    .footer-grid ul li { display: flex; align-items: center; }
    .footer-grid ul li:not(:last-child)::after { content: "|"; color: #94a3b8; margin-left: 8px; font-size: 14px; }
    .footer-grid a:hover { padding-left: 0; color: #D4AF37; }
}