/* ==========================================
   DOMESTIC & LONG-DISTANCE SHIFTING PAGE - STYLES
   Nationwide, Professional, Reliable Design
========================================== */

/* Domestic Hero Specific Styling */
.domestic-hero {
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.92), rgba(178, 34, 34, 0.88));
}

/* Coverage Section */
.coverage-section {
    padding: 70px 0;
    background: #003399;
}

.coverage-section h2 {
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 50px 0;
}

.coverage-card {
    background: #FFFFFF;
    padding: 35px 30px;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.coverage-card:hover {
    border-color: #8B0000;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transform: translateY(-5px);
}

.coverage-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #8B0000, #B22222);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.coverage-icon i {
    font-size: 32px;
    color: #FFFFFF;
}

.coverage-card h3 {
    font-size: 22px;
    color: #003399;
    margin-bottom: 12px;
}

.coverage-card > p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Coverage Cities */
.coverage-cities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.coverage-cities span {
    background: #F8F9FB;
    color: #003399;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #E0E0E0;
    transition: all 0.3s ease;
}

.coverage-cities span:hover {
    background: #8B0000;
    color: #FFFFFF;
    border-color: #8B0000;
    transform: scale(1.05);
}

/* Coverage Routes */
.coverage-routes {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.route-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: #F8F9FB;
    border-radius: 8px;
    border-left: 3px solid #25D366;
}

.route-item i {
    color: #8B0000;
    font-size: 14px;
}

.route-item span {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

/* Coverage Info Box */
.coverage-info-box {
    margin-top: 50px;
    padding: 40px;
    background: linear-gradient(135deg, #F8F9FB, #E8EDF5);
    border-radius: 15px;
    text-align: center;
    border: 2px solid #E0E0E0;
}

.coverage-info-box h3 {
    font-size: 24px;
    color: #003399;
    margin-bottom: 20px;
}

.coverage-info-box h3 i {
    color: #8B0000;
    margin-right: 10px;
}

.coverage-info-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 25px;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: transparent;
    color: #003399;
    border: 2px solid #003399;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #003399;
    color: #FFFFFF;
    transform: translateY(-2px);
}

/* Override Feature Icons for Domestic Theme */
.why-choose-service .feature-icon {
    background: linear-gradient(135deg, #8B0000, #B22222);
}

/* Process Step Numbers - Domestic Red */
.process-step .step-number {
    background: linear-gradient(135deg, #8B0000, #B22222);
}

/* Pricing Icons - Domestic Theme */
.pricing-icon {
    background: #8B0000;
}

.pricing-card:hover .pricing-icon {
    background: linear-gradient(135deg, #8B0000, #25D366);
    transform: scale(1.1);
}

/* Trust Indicators - Domestic Theme */
.trust-indicators .trust-item i {
    color: #8B0000;
}

/* Quote Form Section - No Form, Only Contact Options */
.quote-form-section {
    padding: 70px 0;
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.95), rgba(178, 34, 34, 0.92));
    color: #FFFFFF;
}

.contact-options {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.contact-options h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.contact-options > p {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.95;
}

.contact-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 35px;
    background: #FFFFFF;
    color: #003399;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.contact-btn.whatsapp {
    background: #25D366;
    color: #FFFFFF;
}

.contact-btn.email {
    background: #8B0000;
    color: #FFFFFF;
}

.contact-btn i {
    font-size: 20px;
}

.quote-info {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px 30px;
    margin-top: 30px;
}

.quote-info p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #FFFFFF;
    opacity: 0.95;
}

.quote-info i {
    color: #FFD700;
    margin-right: 8px;
    font-size: 18px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .coverage-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .coverage-card {
        padding: 25px 20px;
    }
    
    .coverage-icon {
        width: 60px;
        height: 60px;
    }
    
    .coverage-icon i {
        font-size: 28px;
    }
    
    .coverage-info-box {
        padding: 30px 20px;
    }
    
    .contact-buttons {
        flex-direction: column;
    }
    
    .contact-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .coverage-section h2 {
        font-size: 28px;
    }
    
    .coverage-card h3 {
        font-size: 20px;
    }
    
    .coverage-info-box h3 {
        font-size: 20px;
    }
    
    .contact-options h2 {
        font-size: 28px;
    }
    
    .contact-options > p {
        font-size: 16px;
    }
}

/* ==========================================
   REUSE BASE STYLES
========================================== */

/* Service Page Hero */
.service-page-hero {
    background: linear-gradient(135deg, rgba(0, 31, 84, 0.92), rgba(0, 51, 153, 0.88)),
                url('../images/service-hero.jpg') center/cover no-repeat;
    color: #FFFFFF;
    padding: 80px 0 60px;
    text-align: center;
}

.breadcrumb-nav {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.breadcrumb-nav a {
    color: #FFFFFF;
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    text-decoration: underline;
}

.breadcrumb-nav span {
    margin: 0 8px;
}

.service-page-hero h1 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 18px;
    max-width: 850px;
    margin: 0 auto 30px;
    line-height: 1.7;
    opacity: 0.95;
}

.hero-cta {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Why Choose Service Section */
.why-choose-service {
    padding: 70px 0;
    background: #003399;
}

.why-choose-service h2 {
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.section-intro {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-box {
    background: #FFFFFF;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.feature-box:hover {
    border-color: #25D366;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    transform: translateY(-5px);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #003399, #25D366);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-icon i {
    font-size: 32px;
    color: #FFFFFF;
}

.feature-box h3 {
    font-size: 20px;
    color: #003399;
    margin-bottom: 12px;
}

.feature-box p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* Process Section */
.process-section {
    padding: 70px 0;
    background: #003399;
}

.process-section h2 {
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.process-timeline {
    max-width: 900px;
    margin: 50px auto 0;
}

.process-step {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #003399, #25D366);
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
    padding-top: 8px;
    color:white;
    background:#003399;
}

.step-content h3 {
    font-size: 22px;
   
    margin-bottom: 10px;
}

.step-content p {
    font-size: 15px;
    
    line-height: 1.7;
}

/* Included Section */
.included-section {
    padding: 70px 0;
    background: #003399;
}

.included-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.included-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.included-text h2 {
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.included-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.included-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.included-list li i {
    font-size: 24px;
    color: #FFFFFF;
    flex-shrink: 0;
    margin-top: 3px;
}

.included-list li strong {
    display: block;
    font-size: 17px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.included-list li p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.6;
    margin: 0;
}

/* Pricing Section */
.pricing-section {
    padding: 70px 0;
    background: #003399;
}

.pricing-section h2 {
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.pricing-card {
    background: #F8F9FB;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    border-color: #003399;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.pricing-icon {
    width: 60px;
    height: 60px;
    background: #003399;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.pricing-icon i {
    font-size: 28px;
    color: #FFFFFF;
}

.pricing-card h3 {
    font-size: 18px;
    color: #003399;
    margin-bottom: 10px;
}

.pricing-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.pricing-cta {
    text-align: center;
    padding: 30px;
    background: #F8F9FB;
    border-radius: 12px;
    margin-top: 40px;
}

.pricing-cta p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

/* FAQ Section */
.faq-section {
    padding: 70px 0;
    background: #003399;
}

.faq-section h2 {
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #F8F9FB;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.faq-item.active {
    border-color: #25D366;
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.faq-question h3 {
    font-size: 18px;
    color: #003399;
    margin: 0;
    font-weight: 600;
}

.faq-toggle {
    font-size: 28px;
    color: #003399;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 25px 20px;
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* Trust Indicators */
.trust-indicators {
    padding: 50px 0;
    background: #003399;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.trust-item {
    text-align: center;
    padding: 25px 15px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #E0E0E0;
}

.trust-item i {
    font-size: 42px;
    color: #25D366;
    margin-bottom: 15px;
}

.trust-item h4 {
    font-size: 16px;
    color: #003399;
    margin: 0;
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: #25D366;
    color: #FFFFFF;
}

.btn-primary:hover {
    background: #1fb854;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.btn-secondary {
    background: #FFFFFF;
    color: #003399;
}

.btn-secondary:hover {
    background: #F8F9FB;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .included-content {
        grid-template-columns: 1fr;
    }
    
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service-page-hero h1 {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .features-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .process-step {
        flex-direction: column;
        gap: 15px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .trust-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .service-page-hero {
        padding: 60px 0 40px;
    }
    
    .service-page-hero h1 {
        font-size: 28px;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .hero-cta .btn {
        width: 100%;
        justify-content: center;
    }
    
    .why-choose-service h2,
    .process-section h2,
    .pricing-section h2,
    .faq-section h2 {
        font-size: 28px;
    }
    
    .feature-box,
    .pricing-card {
        padding: 25px 20px;
    }
}