/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

.sect1{
    background-image: url(../img/84af44c33573ec82f71c515e4a4b1d39b41b72ca\ \(1\).jpg);
    width: 100%;
    padding: 32px 60px;
    height: 560px;
    background-size: calc(100%);
    background-position: center;
    line-height: 100%;
}

/* Contact Us Header */
.sect1 .text{
    
    text-align: center;
    margin: 8% auto 0;   /* centers the whole box */
    font-style: bold;
    width: 70;
    letter-spacing: -0.5px;
    gap: 8px;
    margin-top: 10.5%;
}

.sect1 .text h1{
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.5px;
}

.nav-link:nth-child(4){
    /* background-color: rgba(255, 255, 255, 0.1); */
    color: #FFF94D;
    font-size: 17px;  
    font-weight: 600;
}
/* section2 */
.sect2 {
    padding: 100px 70px;
    background-color: #FFF;
    text-align: center;
}

.sect2 h1 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 20px;
    color: black;
    font-family: "Overpass", sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 52px;
    text-transform: capitalize;
}

.sect2 h1 i {
    color: #141414;

    text-shadow:
        0 0 10px #FFF837,
        0 0 20px #E617F2,
        0 0 40px #FFF837;
}

.sect2 h1 p {
    text-align: center;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;


}

/* Contact form */
.sect2 .contact-form {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

form {
    width: 100%;
}

/* form label */
.sect2 .contact-form label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;

}

.sect2 .contact-form span {
    color: #F90000;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;

}

/* form input and textarea*/
.sect2 .contact-form input,
.sect2 .contact-form textarea {
    width: 95%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    gap: 32px;
    border-radius: 8px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 16px;
}

/* inputs and textarea placeholder */
.sect1 .contact-form input::placeholder,
.sect1 .contact-form textarea::placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #D9D9D9;
}

.sect2 .contact-form textarea {
    height: 72px;
    resize: vertical;
}

.sect2 .contact-form input:focus,
.sect2 .contact-form textarea:focus {
    border-color: #141414;
    outline: none;
}

/* form button */
.sect2 .contact-form button {
    background-color: #141414;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    width: 95%;
    text-align: center;
    background-color: #D60088;
    margin-top: 20px;
    white-space: nowrap;
}

.sect2 .contact-form button:hover {
    background-color: #FF007F;
}
/* Status Messages */
.status-message {
    max-width: 70%;
    margin: 20px auto;
    padding: 15px 13px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    display: none;
    line-height: 24px;
}

.status-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block !important;
}

.status-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block !important;
}

.status-warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
    display: block !important;
}


/* Spinner for loading */
.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Button loading state */
button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* section3 */

.sect3{
    padding: 100px 120px;
    text-align: center;
}

.sect3 .map-box{
    margin-top: 50px;
    width: 100%;
    height: 635px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(20, 20, 20, 0.1);
}

.sect3 .map-box iframe{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
}


.sect3text{
    margin-top: 40px;
    text-align: left;
}

.sect3text h2{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 10px;

}

.sect3text a{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #595959;
    text-decoration: none;
    display: block;

}



@media (max-width: 1200px) {
    .sect1, .sect2, .sect3{
        padding: 80px 5%;
    }

    /* setion1 */
    .sect1 {
        height: 480px;
        padding: 24px 40px;
    }

    .sect1 .text h1 {
        font-size: 36px;
        line-height: 44px;
    }

    /* section2 */
    .sect2 .contact-form{
        width: 100%;
    }

    

    
}



@media screen and (max-width: 780px) {
    /* section1 */
    .sect1 {
        height: 370px;
        padding: 20px 30px;
    }


    .sect1 h1 {
        font-size: clamp(30px, 5vw, 30px) !important;
        line-height: 1.2;
    }

    .sect2, .sect3 {
        padding: 70px 30px;
    }

    .sect2 h1 {
        font-size: clamp(28px, 5vw, 36px) !important;
        line-height: 1.2;
    }

    .sect2 .contact-form {
        width: 100%;
    }

    /* section 5 */
    .sect3 .map-box {
    height: clamp(345px, 40vw, 620px);
    }

    .sect3text h2{
        font-size: 16px;
    }

    .sect3text a{
        font-size: 14px;
    }

    .sect2 .contact-form input,
    .sect2 .contact-form textarea {
        padding: 10px 14px;
        font-size: 14px;
    }


}

@media (max-width: 480px) {


    .sect1 {
        height: 260px;
        padding: 16px 20px;
    }

    .sect1 h1 {
        font-size: clamp(23px, 6vw, 26px) !important;
        line-height: 1.2;
    }

    /* section2 */

    .sect2 h1{
        font-size: clamp(23px, 4.5vw, 27px) !important;
        line-height: 1.2;
    }

    .sect2 p{
        font-size: 14px;
    }


}