/*
 Theme Name:   NoFees Booking
 Theme URI:    https://nofeesbooking.in/
 Description:  India's Free Packers & Movers Booking Platform. SEO-optimized, mobile-first WordPress theme.
 Author:       NoFees Booking Team
 Author URI:   https://nofeesbooking.in/
 Version:      1.0
 Tags:         packers-movers, booking, responsive, seo-optimized, mobile-first
 Text Domain:  nofeesbooking
*/

/* ========================================
   NOFEES BOOKING — COMPLETE STYLESHEET
   ======================================== */

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --primary: #0a1628;
    --accent: #e63c00;
    --accent2: #ff9900;
    --green: #28a745;
    --whatsapp: #25D366;
    --white: #ffffff;
    --light: #f8f9fa;
    --light2: #eef2f7;
    --gray: #6c757d;
    --dark: #1a1a2e;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.12);
    --radius: 12px;
    --transition: all 0.3s ease;
}

body {
    font-family: 'Lato', 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
    padding-bottom: 65px; /* mobile sticky CTA */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', 'Segoe UI', sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: var(--accent); }
ul { list-style: none; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Accessibility */
.sr-only {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ===== HERO SECTION ===== */
.nfb-hero {
    background: linear-gradient(135deg, #0a1628 0%, #1a3d6e 50%, #0d2640 100%);
    padding: 60px 20px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.nfb-hero::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }

.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #90cdf4;
    font-size: 0.85rem; font-weight: 600;
    padding: 8px 18px; border-radius: 25px;
    margin-bottom: 20px;
}
.hero-content h1 {
    font-size: 2.8rem; color: #fff;
    margin-bottom: 16px; line-height: 1.2;
}
.hero-content h1 em { color: var(--accent2); font-style: normal; }
.hero-content h1 span { color: #90cdf4; }

.hero-sub {
    font-size: 1.1rem; color: rgba(255,255,255,0.8);
    margin-bottom: 36px; max-width: 650px; margin-left: auto; margin-right: auto;
}

/* Quote Form Box */
.quote-form-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    max-width: 580px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    text-align: left;
}
.form-title {
    font-size: 1.1rem; font-weight: 700;
    color: var(--primary); text-align: center;
    margin-bottom: 20px;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.form-badge {
    background: #e8f5e9; color: #2e7d32;
    font-size: 0.7rem; font-weight: 700;
    padding: 3px 10px; border-radius: 20px;
}
.form-assurance {
    font-size: 0.8rem; color: var(--gray);
    text-align: center; margin-top: 12px;
}

/* ===== TRUST STRIP ===== */
.nfb-trust-strip {
    background: #fff;
    border-bottom: 3px solid var(--light);
    padding: 18px 0;
    box-shadow: var(--shadow);
}
.trust-items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 12px;
}
.trust-item {
    display: flex; align-items: center; gap: 12px;
    padding: 8px 16px;
}
.trust-item i { font-size: 1.5rem; color: var(--accent); }
.trust-item strong { display: block; font-size: 0.9rem; color: var(--primary); font-weight: 700; }
.trust-item span { font-size: 0.75rem; color: var(--gray); }

/* ===== SECTIONS ===== */
.nfb-section { padding: 60px 0; }
.section-head { text-align: center; margin-bottom: 40px; }
.section-head h2 { font-size: 2rem; color: var(--primary); margin-bottom: 10px; }
.section-head p { font-size: 1rem; color: var(--gray); max-width: 600px; margin: 0 auto; }
.section-head::after {
    content: '';
    display: block;
    width: 50px; height: 4px;
    background: var(--accent);
    border-radius: 2px;
    margin: 16px auto 0;
}

/* ===== WHY SECTION ===== */
.nfb-why { background: var(--light2); }
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}
.why-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 28px 24px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border-top: 4px solid transparent;
}
.why-card:hover {
    transform: translateY(-5px);
    border-top-color: var(--accent);
    box-shadow: var(--shadow-lg);
}
.why-icon {
    width: 60px; height: 60px;
    background: linear-gradient(135deg, var(--accent), #ff6600);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.4rem; color: #fff;
}
.why-card h3 { font-size: 1.1rem; color: var(--primary); margin-bottom: 8px; }
.why-card p { font-size: 0.9rem; color: var(--gray); line-height: 1.6; }

/* ===== SERVICES ===== */
.nfb-services { background: #fff; }
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
}
.service-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid #eee;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.svc-img img { width: 100%; height: 200px; object-fit: cover; }
.svc-body { padding: 24px; }
.svc-icon {
    width: 48px; height: 48px;
    background: linear-gradient(135deg, var(--accent), #ff6600);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; color: #fff;
    margin-bottom: 14px;
}
.svc-body h3 { font-size: 1.2rem; color: var(--primary); margin-bottom: 8px; }
.svc-body p { font-size: 0.9rem; color: var(--gray); margin-bottom: 14px; }
.svc-body ul { margin-bottom: 18px; }
.svc-body ul li {
    font-size: 0.88rem; color: #444;
    padding: 4px 0;
    display: flex; align-items: center; gap: 8px;
}
.svc-body ul li i { color: var(--green); font-size: 0.8rem; }
.svc-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: linear-gradient(135deg, var(--accent), #ff6600);
    color: #fff; padding: 10px 20px;
    border-radius: 25px; font-weight: 700; font-size: 0.9rem;
    transition: var(--transition);
}
.svc-btn:hover { transform: translateY(-2px); opacity: 0.9; }

/* ===== STATS ===== */
.nfb-stats {
    background: linear-gradient(135deg, var(--primary) 0%, #1a3d6e 100%);
    padding: 60px 0;
    text-align: center;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-bottom: 36px;
}
.stat-box {
    padding: 28px;
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius);
    border: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition);
}
.stat-box:hover { background: rgba(255,255,255,0.1); }
.stat-icon { font-size: 2rem; color: var(--accent2); margin-bottom: 12px; }
.stat-box h3 { font-size: 2.2rem; color: var(--accent2); font-weight: 800; }
.stat-box p { font-size: 0.9rem; color: rgba(255,255,255,0.7); margin-top: 6px; }
.stats-cta { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-stats {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 24px; border-radius: 25px;
    font-weight: 700; font-size: 0.95rem;
    transition: var(--transition);
}
.btn-stats:hover { transform: translateY(-2px); }
.btn-call { background: var(--green); color: #fff; }
.btn-wa { background: var(--whatsapp); color: #fff; }
.btn-quote { background: var(--accent); color: #fff; }

/* ===== CITIES ===== */
.nfb-cities { background: var(--light2); }
.city-grid {
    display: flex; flex-wrap: wrap; gap: 12px;
    justify-content: center; margin-top: 24px;
}
.city-tag {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff; color: var(--primary);
    border: 1px solid #ddd;
    padding: 8px 18px; border-radius: 25px;
    font-size: 0.9rem; font-weight: 600;
    transition: var(--transition);
}
.city-tag:hover {
    background: var(--accent); color: #fff;
    border-color: var(--accent);
    transform: translateY(-2px);
}
.city-tag i { color: var(--accent); font-size: 0.8rem; }
.city-tag:hover i { color: #fff; }

/* ===== HOW IT WORKS ===== */
.nfb-process { background: #fff; }
.process-steps {
    display: flex; align-items: center; justify-content: center;
    gap: 16px; flex-wrap: wrap; margin-top: 24px;
}
.process-step {
    text-align: center; flex: 1;
    min-width: 200px; max-width: 280px;
    padding: 32px 24px;
    background: var(--light2);
    border-radius: var(--radius);
    position: relative;
}
.step-num {
    position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
    width: 32px; height: 32px;
    background: var(--accent); color: #fff;
    border-radius: 50%; font-weight: 800; font-size: 0.9rem;
    display: flex; align-items: center; justify-content: center;
}
.step-icon { font-size: 2rem; color: var(--accent); margin-bottom: 12px; }
.process-step h3 { font-size: 1rem; color: var(--primary); margin-bottom: 8px; }
.process-step p { font-size: 0.85rem; color: var(--gray); }
.step-arrow { font-size: 1.5rem; color: var(--accent); flex-shrink: 0; }

/* ===== REVIEWS ===== */
.nfb-reviews { background: var(--light2); }
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.review-card {
    background: #fff; border-radius: var(--radius);
    padding: 24px; box-shadow: var(--shadow);
    border-top: 4px solid var(--accent2);
    transition: var(--transition);
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.review-stars { color: var(--accent2); font-size: 1.1rem; margin-bottom: 10px; }
.review-text { font-size: 0.9rem; color: #555; line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
    width: 40px; height: 40px;
    background: linear-gradient(135deg, var(--accent), #ff6600);
    color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem; font-weight: 700; flex-shrink: 0;
}
.reviewer strong { font-size: 0.9rem; color: var(--primary); display: block; }
.reviewer span { font-size: 0.8rem; color: var(--gray); }

/* ===== FAQ ===== */
.nfb-faq { background: #fff; }
.faq-list { max-width: 750px; margin: 0 auto; }
.faq-item {
    border: 1px solid #e0e0e0; border-radius: var(--radius);
    margin-bottom: 12px; overflow: hidden;
    transition: var(--transition);
}
.faq-item summary {
    padding: 18px 24px; cursor: pointer;
    font-size: 0.95rem; color: var(--primary);
    list-style: none;
    display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.4rem; color: var(--accent); }
.faq-item[open] summary::after { content: '−'; }
.faq-item[open] { border-color: var(--accent); }
.faq-item p {
    padding: 0 24px 18px;
    font-size: 0.9rem; color: var(--gray); line-height: 1.7;
}

/* ===== FINAL CTA ===== */
.nfb-final-cta {
    background: linear-gradient(135deg, var(--accent) 0%, #c0392b 100%);
    padding: 60px 20px; text-align: center;
}
.nfb-final-cta h2 { font-size: 2rem; color: #fff; margin-bottom: 12px; }
.nfb-final-cta p { color: rgba(255,255,255,0.85); font-size: 1rem; margin-bottom: 28px; }
.final-cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-final {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px; border-radius: 30px;
    font-weight: 700; font-size: 1rem;
    transition: var(--transition);
}
.btn-final:hover { transform: translateY(-3px); }
.btn-primary-final { background: #fff; color: var(--accent); }
.btn-call-final { background: rgba(255,255,255,0.15); color: #fff; border: 2px solid rgba(255,255,255,0.5); }

/* ===== FOOTER ===== */
.nfb-footer { background: var(--primary); color: #fff; }
.footer-top { padding: 60px 0 40px; }
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}
.footer-col h3 {
    font-size: 1rem; font-weight: 700; color: #fff;
    margin-bottom: 20px; padding-bottom: 10px;
    border-bottom: 3px solid var(--accent);
    display: inline-block;
}
.footer-col p { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 10px; }
.fc-about p i { color: var(--accent2); margin-right: 4px; }

.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a {
    width: 36px; height: 36px;
    border-radius: 50%; background: rgba(255,255,255,0.1);
    color: #fff; display: flex; align-items: center; justify-content: center;
    transition: var(--transition); font-size: 0.9rem;
}
.footer-social a:hover { transform: translateY(-3px); }
.footer-social a[href*="facebook"]:hover { background: #1877f2; }
.footer-social a[href*="whatsapp"]:hover { background: var(--whatsapp); }
.footer-social a[href*="instagram"]:hover { background: #e1306c; }
.footer-social a[href*="twitter"]:hover { background: #1da1f2; }
.footer-social a[href*="youtube"]:hover { background: #ff0000; }

.footer-links li { margin-bottom: 10px; }
.footer-links a {
    color: rgba(255,255,255,0.65); font-size: 0.88rem;
    display: inline-flex; align-items: center; gap: 8px;
    transition: var(--transition);
}
.footer-links a i { color: var(--accent); font-size: 0.8rem; }
.footer-links a:hover { color: var(--accent2); transform: translateX(4px); }

.footer-contact-list li {
    display: flex; align-items: flex-start; gap: 10px;
    margin-bottom: 12px; font-size: 0.88rem; color: rgba(255,255,255,0.65);
}
.footer-contact-list i { color: var(--accent); margin-top: 2px; flex-shrink: 0; }
.footer-contact-list a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.footer-contact-list a:hover { color: var(--accent2); }
.footer-contact-btns { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.fcta-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 16px; border-radius: 20px;
    font-size: 0.82rem; font-weight: 700; transition: var(--transition);
}
.fcta-call { background: var(--green); color: #fff; }
.fcta-wa { background: var(--whatsapp); color: #fff; }
.fcta-btn:hover { transform: translateY(-2px); opacity: 0.9; }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    text-align: center;
}
.copyright-text { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.8; }
.copyright-text a { color: rgba(255,255,255,0.5); }
.copyright-text a:hover { color: var(--accent2); }

.footer-keywords {
    display: flex; flex-wrap: wrap; gap: 8px;
    justify-content: center; margin: 12px 0;
    font-size: 0.78rem;
}
.footer-keywords strong { color: rgba(255,255,255,0.4); }
.footer-keywords a {
    color: rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 3px 10px; border-radius: 12px;
    transition: var(--transition);
}
.footer-keywords a:hover { color: var(--accent2); border-color: var(--accent2); }

.footer-sticky-bar {
    font-size: 0.82rem; color: rgba(255,255,255,0.4);
    margin-top: 10px;
}
.footer-sticky-bar a { color: rgba(255,255,255,0.5); transition: color 0.3s; }
.footer-sticky-bar a:hover { color: var(--accent2); }

/* ===== MOBILE STICKY CTA ===== */
.nfb-mobile-cta {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0;
    background: var(--primary);
    border-top: 2px solid var(--accent);
    z-index: 9999;
}
.mcta-btn {
    flex: 1; display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 10px 6px; gap: 3px;
    font-size: 0.72rem; font-weight: 700; color: #fff;
    transition: opacity 0.2s;
}
.mcta-btn i { font-size: 1.2rem; }
.mcta-call { background: var(--green); }
.mcta-wa { background: var(--whatsapp); }
.mcta-quote { background: var(--accent); }
.mcta-btn:hover { opacity: 0.9; }

/* ===== ANIMATIONS ===== */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .hero-content h1 { font-size: 2rem; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .process-steps { flex-direction: column; align-items: center; }
    .step-arrow { transform: rotate(90deg); }
}

@media (max-width: 768px) {
    .nfb-mobile-cta { display: flex; }
    body { padding-bottom: 65px; }
    .nfb-hero { padding: 40px 16px 36px; }
    .hero-content h1 { font-size: 1.7rem; }
    .hero-sub { font-size: 0.95rem; }
    .quote-form-wrap { padding: 20px 16px; }
    .trust-items { justify-content: flex-start; gap: 8px; overflow-x: auto; }
    .trust-item { flex-shrink: 0; }
    .section-head h2 { font-size: 1.5rem; }
    .why-grid, .services-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
    .reviews-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .hero-content h1 { font-size: 1.4rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .city-grid { gap: 8px; }
    .city-tag { font-size: 0.82rem; padding: 6px 14px; }
    .final-cta-btns { flex-direction: column; align-items: center; }
    .btn-final { width: 100%; justify-content: center; }
    .nfb-final-cta h2 { font-size: 1.4rem; }
}
