#contact-banner {
    position: relative;
    background-image: url(/static/images/contact_back.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    color: white;
    text-align: center;
}

#contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#contact-content {
    width: 55%;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    padding-left: 150px;
    padding-top: 50px;
    text-align: start;
}
#contact-home a{
    color: white;
}
#contact-content h1 {
    font-size: 60px;
    margin: 0;
    font-weight: 700;
}

#contact-home1 {
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 2px;
}
#contact-home{
    font-size: 13px;
    font-weight: 500;
}

#left-jumbo{
    height: 740px;
    background-color: #379dd2;
    color: white;
    border-radius: 20px;
    padding: 70px;
    padding-top: 90px;
}
#left-jumbo h3{
    font-size: 2.5rem;
    /* text-align: center; */
}
#left-jumbo p{
    font-size: 1.2rem;
}
#left-jumbo i{
    padding-right: 1vw;
}
#left-jumbo ul{
    padding-top: 40px;
}
#left-jumbo li{
    font-size: 1.2rem;
    margin-bottom: 4vh;
}
#ring-back{
    color: white;
    background-color: #31679f;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    font-size: 30px;
    width: 90px;
    transform: rotate(0deg);
    text-align: center;
}
#contact-card h3{
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
#contact-card p{
    font-size: 1.2rem;
}
#phone-back{
    color: white;
    background-color: #64c8d3;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    font-size: 30px;
    width: 90px;
    transform: rotate(0deg);
    text-align: center;
}
#hr-back{
    color: white;
    background-color: #379dd2;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    font-size: 30px;
    width: 90px;
    transform: rotate(0deg);
    text-align: center;
}
#main{
    display: flex;
    max-width: 1100px;
    border-style: solid;
    border-color: white;
    border-radius: 20px;
    border-width: 15px;
    box-shadow: 0px 0px 15px rgba(108, 117, 143, 0.33);
}
#right-jumbo-content{
    padding: 80px 30px 80px 30px;
}
form {
    width: 100%;
    max-width: 500px;
}
form textarea{
    resize: none;
    max-height: 200px;
}
form input,
form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px ;
    border-radius: 5px;
    background-color: #6767672a;
}

form input :hover,
form textarea :hover {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f5f3f32a;
}

form input[type="text"],
form input[type="email"] {
    flex: 1;
    display: flex;
}

.form-row {
    display: flex;
    gap: 10px;
}

form textarea {
    height: 300px;
}

form label {
    margin-bottom: 5px;
    color: #747070;
    font-size: 15px;
    font-weight: 700;
}

form button {
    width: 30%;
    padding: 15px;
    border: none;
    background-color: #00bfff;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

form button:hover {
    background-color: #009fcc;
}
#success-headings{
    text-align: center;
}
#success-home-btn-div{
    text-align: center;
    padding: 20px;
}
#success-home-btn{
    background-color: #379dd2;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 25px;
    cursor: pointer;
    border-radius: 10px;
}

@media (max-width: 768px) {
    #contact-banner {
        height: 500px;
    }

    #contact-content {
        width: 80%;
        padding-left: 20px;

    }

    #contact-content h1 {
        font-size: 40px;
    }

    #contact-home1 {
        font-size:20px;
        font-weight: 600;
    }

    #contact-home {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #contact-banner {
        height: 350px;
    }

    #contact-content {
        width: 90%;
        padding-left: 10px;
        text-align: center;
    }

    #contact-content h1 {
        font-size: 30px;
    }

    #contact-home1 {
        font-size: 18px;
        font-weight: 500;
    }

    #contact-home {
        font-size: 5px;
    }

}
