body, html {
font-family: 'Proxima Nova Condensed', sans-serif !important;
}

.navbar {
    position: absolute;
top: 0 !important;
    /* bottom: 1 !important; */
    z-index: 99;
    display: flex;
    height: 10vh !important;
    width: 100%;
    background-image: linear-gradient(to right, #1352AE, #082248);
    transition: top 0.3s ease-in-out, position 0.3s ease-in-out;
}
.header{
    height: 80vh !important;
}


/* form */
.touch {
margin: 8% 0;
}

.touch-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
}
.touch-head h2{
    font-size: 28px;
    font-weight: 700;
}
.touch-head p{
    color: #6084A4;
    font-size: 16px;
    font-weight: lighter;
}
.line {
    height: 5px;
    width: 100px;
    background-color: #082248;
    margin: 1rem 0;
}

.getin {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    align-items: center;
}

.getin-img {
    height: auto;
    width: 100%;
}

.getin-img img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.getin-form {
    /* padding: 2rem; */
    border-radius: 10px;
    /* background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.control-form {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #EEEEEE !important;
    border: none !important;
}

/* New styles for row layout */
.form-row {
    display: flex;
    gap: 1rem;
}

.form-row > * {
    flex: 1;
}
.form-row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* .control-form:focus {
    outline: none;
    border-color: #082248;
    box-shadow: 0 0 0 2px rgba(8, 34, 72, 0.2);
} */

textarea.control-form {
    resize: vertical;
    min-height: 120px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.checkbox-container label{
    margin-bottom: 0;
}
.checkbox-container input {
    margin-right: 10px;
    border: 1px solid #DEE2E6;
}
.contact-submitbtn{
    text-align: start !important;
}

.contact-submitbtn button {
    background-color: #082248;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-submitbtn button:hover {
    background-color: #0a2c5e;
}







/* form end */

.threeofthem{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
    margin: 0 100px;
}
.mail, .location, .call{
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    text-align: center;
    position: relative;
    top: -50%;
    right: 0;
    z-index: 1;
}
.mailicon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
    }
    .mailicon i{
        background-color: #F7FAFD;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
}
.text-head{
    margin-bottom: 5%;
    font-size: 24px;
    font-weight: 600;
    color: #0E314C;
}
.mailacc{
    color: #6084A4;
    font-weight: lighter;
    font-size: 16px;

}


.map-location{
    height: 60vh;
    background-color: #0a2c5e;
}
.map-here{
    height: 100%;
    width: 100%;
}
.map-here iframe{
    height: 100%;
    width: 100%;

}
.map-location{
    margin-bottom: 10%;
}
.terms{
    color:#0E314C ;
}

@media only screen and (max-width:1700px) {
    .mailicon{
        margin-bottom: 10%;
        }
        .mailicon i{
            width: 80px;
            height: 80px;
            border-radius: 50%;
            font-size: 32px;
    }
    .text-head{
        margin-bottom: 10%;
        font-size: 28px;
    }
    .mailacc{
        font-size: 22px;
    }
    .map-location{
        height: 80vh;
    }
    .touch-head h2{
        font-size: 42px;
    }
    .touch-head p{
        font-size: 22px;
    }
    .control-form{
        padding: 1rem;
    }
    ::placeholder{
        font-size: 18px;
    }
    .terms{
        font-size: 18px;
    }
  .contact-submitbtn button{
    padding: 1rem 2.5rem;
    font-size: 22px;
  }
}

@media only screen and (max-width:1550px) {}

@media only screen and (max-width:1440px) {
    .mailicon{
        margin-bottom: 8%;
        }
        .mailicon i{
            width: 80px;
            height: 80px;
            border-radius: 50%;
            font-size: 30px;
    }
    .text-head{
        margin-bottom: 8%;
        font-size: 20px;
    }
    .mailacc{
        font-size: 14px;
    }
    .map-location{
        height: 80vh;
    }
    .touch-head h2{
        font-size: 30px;
    }
    .touch-head p{
        font-size: 14px;
    }
    .control-form{
        padding: 1rem;
    }
    ::placeholder{
        font-size: 16px;
    }
    .terms{
        font-size: 16px;
    }
  .contact-submitbtn button{
    padding: 0.75rem 2rem;
    font-size: 14px;
  }
}

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:1024px) {
    .mailicon{
        margin-bottom: 5%;
        }
        .mailicon i{
            width: 70px;
            height: 70px;
            border-radius: 50%;
            font-size: 26px;
    }
    .text-head{
        margin-bottom: 5%;
        font-size: 20px;
    }
    .mailacc{
        font-size: 16px;
    }
    .map-location{
        height: 70vh;
    }
    .touch-head h2{
        font-size: 36px;
    }
    .touch-head p{
        font-size: 16px;
    }
    .control-form{
        padding: 0.75rem;
    }
    ::placeholder{
        font-size: 14px;
    }
    .terms{
        font-size: 14px;
    }
  .contact-submitbtn button{
    padding: 0.75rem 2rem;
    font-size: 16px;
  }
}
@media only screen and (max-width:992px) {
.mail, .location, .call{
    padding: 10px;
}
}
@media only screen and (max-width:768px) {
    .mailicon{
        margin-bottom: 5%;
        }
        .mailicon i{
            width: 60px;
            height: 60px;
            border-radius: 50%;
            font-size: 22px;
    }

    .threeofthem{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        margin: 0px 180px;
        gap: 2%;
    }

    .location{
        margin: 8% 0%;
    }

    .mail, .location, .call {
        padding: 15%;
    }

    .mail{
        margin-bottom: 5%;
    }


    .text-head{
        margin-bottom: 5%;
        font-size: 18px;
    }
    .mailacc{
        font-size: 10px;
    }
    .map-location{
        height: 60vh;
    }
    .touch-head h2{
        font-size: 20px;
    }
    .touch-head p{
        font-size: 14px;
    }
    .control-form{
        padding: 10px;
    }
    ::placeholder{
        font-size: 14px;
    }
    .terms{
        font-size: 12px;
    }
  .contact-submitbtn button{
    padding: 10px 20px;
    font-size: 14px;
  }

    .getin-img img {
        width: 90%;
        max-height: 500px;
        object-fit: contain;
    }


    /* form */
    .getin {
        grid-template-columns: 1fr;
    }
    .getin-img {
        margin-bottom: 1rem;
    }
    /* ===== */
}
@media only screen and (max-width:569px) {

    .threeofthem{
        margin: 0px 150px;
    }

    .mailacc {
        font-size: 10px;
    }

}
@media only screen and (max-width:526px) {

    .threeofthem {
        margin: 0px 125px;
    }



}
@media only screen and (max-width:475px) {


    .threeofthem {
        margin: 0px 120px;
    }

}

@media only screen and (max-width:435px) {
    .threeofthem {
        margin: 0px 100px;
    }
}
@media only screen and (max-width:385px) {
    .threeofthem {
        margin: 0px 85px;
    }
}
@media only screen and (max-width:355px) {
    .threeofthem {
        margin: 0px 73px;
    }
}



