
.contact-box {
    font-family: 'Poppins', sans-serif;
    background: #fff; 
    border: 1px solid #ddd; 
    border-radius: 12px; 
    padding: 40px;
    text-align: center;
    transition: all 0.3s ease-in-out; 
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); 
    position: relative;
    min-height: 320px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}


.contact-box h4 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 20px;
    color: #003366; 
    transition: color 0.3s ease; 
}





.contact-box p {
    font-size: 0.8rem;
    color: #000000;
    margin-bottom: 8px;
    transition: color 0.3s ease; 
}



.contact-box i {
    font-size: 3rem; 
    margin-bottom: 15px;
    color: black; 
    transition: color 0.3s ease; 
}



.contact-box .cta-text {
    font-size: 0.9rem;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #003366; 
    transition: color 0.3s ease; 
    cursor: pointer; 
}

.map-section {
    padding: 60px 20px;
    text-align: center;
    background:#ECF3F9;
    font-family: 'Poppins', sans-serif;
}

.map-section h2 {
    font-size: 2.2rem;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 20px;
    color: black;
}


.map {
    width: 100%;
    max-width: 100%; 
    border-radius: 10px;
    height:550px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
}

.map iframe {
    border-radius: 10px;
}

.final-contact{
    background-colors: #ECF3F9;
}

.map-heading {
    color: black;
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}


@media screen and (max-width: 768px) {
    .map-container-fluid {
        padding: 0 10px;
    }

    .contact-box {
        padding: 20px; 
    }

    .contact-box i {
        font-size: 2.5rem; 
    }

    .contact-box h4 {
        font-size: 1rem; 
    }

    .contact-box p {
        font-size: 0.9rem; 
    }

    .cta-text {
        font-size: 0.8rem; 
    }
}


.row .contact-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 320px; 
}
