*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.hover-gray:hover {
    background-color: rgba(96, 92, 92, 0.7);
    color: #fcfcfc;
}

.benefit-card {
    transition: transform 0.2s, box-shadow 0.2s;
}
.benefit-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 8px 32px rgba(33, 150, 243, 0.15), 0 2px 8px rgba(0,0,0,0.08);
    border: 1px solid #f37021;
}
.benefit-card i {
    transition: color 0.2s;
}
.benefit-card:hover i {
    color: #f37021;
}
.steps-list {
    position: relative;
    padding-left: 40px;
    max-width: 800px;
    margin: 0 auto;
}
.steps-line {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f37021;
    z-index: 0;
}
.step-item {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(33,150,243,0.05);
    padding: 16px 12px;
    transition: box-shadow 0.2s, transform 0.2s;
    z-index: 1;
}
.step-item:hover {
    box-shadow: 0 8px 32px rgba(33,150,243,0.12), 0 2px 8px rgba(0,0,0,0.08);
    transform: translateY(-4px) scale(1.01);
}
.step-circle {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #1976d2;
    color: #1976d2;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(33,150,243,0.08);
    position: relative;
    z-index: 2;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.step-item:hover .step-circle {
    background: #1976d2;
    color: #fff;
    border-color: #f37021;
}
@media (max-width: 991px) {
    .steps-list {
        max-width: 100%;
        padding-left: 0;
    }
    .steps-line {
        left: 20px;
    }
    .step-item:hover .step-circle {
    background: #1976d2;
    color: #fff;
    border-color: #f37021;
}
.floating-buttons {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    z-index: 1002;
}
.call-btn, .whatsapp-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transition: transform 0.2s;
}
.call-btn:hover { background: #ff4d4d; }
.whatsapp-btn:hover { background: #25d366; }
.call-btn img, .whatsapp-btn img {
    width: 28px;
    height: 28px;
}

@media (max-width: 600px) {
    .floating-buttons {
        right: 10px;
        bottom: 10px;
        gap: 50px;
    }
}

}
@media (max-width: 767px) {
    .steps-list {
        padding-left: 0;
    }
    .steps-line {
        left: 20px;
    }
    .step-item {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 12px 8px;
    }
    .step-circle {
        margin-bottom: 8px;
    }
    .step-item:hover .step-circle {
    background: #1976d2;
    color: #fff;
    border-color: #f37021;
    
    
}
.hover-gray:hover{
    background-color: rgba(96, 92, 92, 0.7);
    color: #fcfcfc;
}

}
.service-card {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(33,150,243,0.08), 0 2px 8px rgba(0,0,0,0.08);
    transition: box-shadow 0.2s, transform 0.2s;
}
.service-card:hover {
    box-shadow: 0 12px 40px rgba(243,112,33,0.15), 0 2px 8px rgba(0,0,0,0.12);
    transform: translateY(-6px) scale(1.02);
}
.service-icon {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 24px rgba(243,112,33,0.12);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .service-card {
        margin-bottom: 24px;
    }
    .service-icon {
        width: 80px;
        height: 80px;
    }
}
 .testimonial-card {
                border-radius: 16px;
                box-shadow: 0 8px 32px rgba(33, 150, 243, 0.08), 0 2px 8px rgba(0, 0, 0, 0.08);
                transition: box-shadow 0.2s, transform 0.2s;
                background: #fff;
            }

            .testimonial-card:hover {
                box-shadow: 0 12px 40px rgba(243, 112, 33, 0.15), 0 2px 8px rgba(0, 0, 0, 0.12);
                transform: translateY(-6px) scale(1.02);
            }

            @media (max-width: 767px) {
                .testimonial-card {
                    margin-bottom: 24px;
                }
            }


            .footer-section {
    font-family: 'Inter', Arial, sans-serif;
}
.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.08rem;
    transition: color 0.2s;
}
.footer-link:hover {
    color: #143b7d;
    text-decoration: underline;
}
@media (max-width: 991px) {
    .footer-section .col-lg-4, .footer-section .col-lg-2, .footer-section .col-lg-3 {
        text-align: center;
    }
    .footer-section img {
        margin-bottom: 12px;
    }
}

.apply-form-wrapper {
                background: #fff;
                border-radius: 22px;
                box-shadow: 0 4px 32px rgba(20, 59, 125, 0.08);
                border: 4px solid #0c4a99;
                max-width: 900px;
            }
            .apply-form-wrapper h2 {
                color: #0c4a99;
                letter-spacing: 1px;
            }
            .form-label {
                color: #143b7d;
                font-size: 1rem;
            }
            .form-control, .form-select {
                border-radius: 10px;
                border: 1.5px solid #e0e0e0;
                font-size: 1rem;
                background: #f8f9fa;
                transition: border-color 0.2s;
            }
            .form-control:focus, .form-select:focus {
                border-color: #f37021;
                box-shadow: 0 0 0 2px rgba(243,112,33,0.12);
            }
            .btn-warning {
                background: #f37021;
                border: none;
                border-radius: 24px;
                color: #fff;
                transition: background 0.2s;
            }
            .btn-warning:hover, .btn-warning:focus {
                background: #143b7d;
                color: #fff;
            }
            .form-check-input:checked {
                background-color: #f37021;
                border-color: #f37021;
            }
            @media (max-width: 991.98px) {
                .apply-form-wrapper {
                    padding: 2rem 1rem;
                }
            }
            @media (max-width: 767.98px) {
                .apply-form-wrapper {
                    border-width: 2.5px;
                    padding: 1.2rem 0.5rem;
                }
                .form-label, .form-control, .form-select {
                    font-size: 0.98rem;
                }
            }
            @media (max-width: 575.98px) {
                .apply-form-wrapper {
                    border-radius: 12px;
                    padding: 0.7rem 0.2rem;
                }
                .btn-warning {
                    font-size: 1rem;
                    padding: 0.6rem 2rem;
                }
            }



/* Contact Section Styles */
.contact-section {
    background: #fafbfc;
}
.contact-section .form-label {
    color: #444;
    font-weight: 500;
}
.contact-section .form-control {
    border-radius: 6px;
    border: 1.5px solid #d1d5db;
    font-size: 1.08rem;
    color: #222;
    background: #fff;
}
.contact-section .form-control:focus {
    border-color: #23489b;
    box-shadow: 0 0 0 0.15rem rgba(35,72,155,0.08);
}
.contact-section .btn-primary {
    background: #23489b;
    border: none;
    font-weight: 500;
    font-size: 1.1rem;
    border-radius: 6px;
    transition: background 0.2s;
}
.contact-section .btn-primary:hover {
    background: #143b7d;
}
@media (max-width: 991px) {
    .contact-section .row > div {
        margin-bottom: 32px;
    }
}


