/* Scope of Work Page Styles */

.section-title {
    color: #333;
    font-size: 2.2em;
    margin-bottom: 1.5em;
    text-align: center;
    font-weight: 600;
}

.lead {
    font-size: 1.2em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0.5em;
    text-align: center;
    padding: 0 2em;
}

/* Service Cards */
.container-fluid .service-item .service-card {
    border: 3px solid #d90429 !important;
    background: #fff !important;
    padding: 20px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    background-clip: padding-box !important;
}

.container-fluid .service-item .service-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

.container-fluid .service-item .service-card img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    margin-bottom: 15px !important;
    border-radius: 6px !important;
}

.container-fluid .service-item .service-card h4 {
    color: #333 !important;
    margin-bottom: 10px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.container-fluid .service-item .service-card .service-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 !important;
}

.container-fluid .service-item .service-card .service-features li {
    padding: 5px 0 !important;
    color: #666 !important;
}

.container-fluid .trust-badge {
    background: #f8f9fa !important;
    padding: 40px !important;
    text-align: center !important;
    margin-top: 50px !important;
    border-radius: 8px !important;
}

.container-fluid .trust-badge .trust-item {
    padding: 20px !important;
}

.container-fluid .trust-badge .trust-item i {
    font-size: 40px !important;
    color: #28a745 !important;
    margin-bottom: 15px !important;
}

/* Trust Badge Section */
.trust-badge {
    background: #f9f9f9;
    padding: 3em 2em;
    border-radius: 8px;
    margin: 2em 0;
    background: #f8f9fa !important;
    padding: 40px !important;
    text-align: center !important;
    margin-top: 50px !important;
}

.trust-badge h2 {
    text-align: center;
    color: #333;
    font-size: 1.8em;
    margin-bottom: 1.5em;
    font-weight: 600;
}

.trust-item {
    text-align: center;
    padding: 1.5em;
    padding: 20px !important;
}

.trust-item i {
    font-size: 2.5em;
    color: #a91605;
    margin-bottom: 0.5em;
    font-size: 40px !important;
    color: #28a745 !important;
    margin-bottom: 15px !important;
}

.trust-item h4 {
    color: #333;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    font-weight: 500;
}

.trust-item p {
    color: #666;
    font-size: 0.95em;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.8em;
    }
    
    .lead {
        font-size: 1.1em;
        padding: 0 1em;
    }
    
    .service-card {
        padding: 1.2em;
    }
    
    .service-card h4 {
        font-size: 1.3em;
    }
    
    .trust-badge {
        padding: 2em 1em;
    }
    
    .trust-badge h2 {
        font-size: 1.5em;
    }
    
    .trust-item {
        padding: 1em;
    }
}

/* Animation */
.wow {
    visibility: hidden;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

.custom-red-border-card {
    border: 4px solid #ff2222 !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08) !important;
    padding: 40px 36px 36px 36px !important;
    margin: 24px 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
}

.custom-red-border-card h4 {
    font-size: 2em !important;
    font-weight: 700 !important;
    margin: 32px 0 18px 0 !important;
    color: #222 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.01em !important;
    font-family: 'Montserrat', sans-serif !important;
}

.custom-red-border-card p,
.custom-red-border-card ul,
.custom-red-border-card li {
    font-size: 1.25em !important;
    color: #555 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 18px !important;
}

.custom-red-border-card ul {
    margin-left: 1.2em !important;
    margin-bottom: 24px !important;
}

.custom-red-border-card li {
    margin-bottom: 8px !important;
}

.service-section {
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    background: #fcfcfc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 24px 24px 18px 24px;
    margin-bottom: 32px;
    transition: box-shadow 0.3s;
    font-size: 1.13em;
}

.service-section:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.service-section h4,
.service-section h3 {
    font-size: 1.25em;
}

.service-section ul,
.service-section li,
.service-section p {
    font-size: 1.08em;
}

.fraud-warning-box {
    border: 3px solid #d90429;
    background: #fff8f6;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(217,4,41,0.07);
    padding: 32px 28px 28px 28px;
    margin: 36px 0 36px 0;
}

.fraud-warning-box h1 {
    font-size: 2.1em;
    color: #b1001a;
    margin-bottom: 18px;
    text-align: center;
}

.fraud-warning-box p,
.fraud-warning-box ul,
.fraud-warning-box li {
    font-size: 1.25em !important;
    color: #333 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.fraud-warning-box ul {
    margin-left: 1.2em !important;
    margin-bottom: 20px !important;
}

.fraud-warning-box li {
    margin-bottom: 10px !important;
    list-style: disc inside;
}

/* FAQ Section Styles */
.faq-section {
    background: #fcfcfc;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 56px 80px;
    margin: 16px auto 40px auto;
    max-width: 1200px;
}
.faq-question {
    font-size: 1.35em;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 12px;
    color: #222;
    padding-top: 24px;
    border-top: 1.5px solid #e0e0e0;
}
.faq-question:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.faq-answer {
    font-size: 1.18em;
    color: #444;
    margin-bottom: 28px;
    margin-left: 12px;
}
@media (max-width: 900px) {
    .faq-section {
        padding: 24px 10px;
        margin: 24px 8px 24px 8px;
    }
} 