
.contact-header {
    position: relative;
    margin-bottom: 0;
}
    
.contact-header img {
    width: 100%;
    height: clamp(200px, 100vh, 625px) !important;
    object-fit: cover;
    object-position: center;
}
    
.contact-header h1 {
    position: absolute;
    top: 40%;
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: clamp(3.5rem, 7vw, 4em); /* Slightly larger */
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    text-align: center; /* Ensure text itself is centered */
    text-shadow: 0 2px 10px rgba(0,0,0,0.25);
    margin-bottom: 0; /* Remove negative margin */
}

    
.contact-header p {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: clamp(0.9rem, 2vw, 1.02rem);
    width: 100%;
    text-align: center;
    margin-top: 20px;
    max-width: 700px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}


.contact-icon {
    flex: 1;
    text-align: center;
    min-width: 160px;
    width: 100%;
}

.contact-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #5e7e80;
    background: #c3d6d7;
    border-radius: 50%;
    width: clamp(80px, 40vw, 94px);
    height: clamp(80px, 40vw, 94px);
    margin: 0 auto 90px auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
    border: 8px solid #fff;   
}

.contact-icon h3 {
    font-size: clamp(1rem, 2vw, 1.08rem);
    font-weight: 600;
    color: #0c3c47;
    text-align: center;
    margin-bottom: 7px;
}

.contact-icon p {
    font-size: clamp(0.9rem, 1.8vw, 0.98rem);
    color: #444;
    margin: 0 5px 7px auto;
    text-align: left;
    word-break: break-word;
}
