.contact-section1 {
    background-image: url('/wp-content/uploads/2025/05/header3-bg-scaled.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;

    height:600px;
    margin-bottom:460px;
}
.contact-section1-inner {
    padding:50px 0;
}

.cs1-header {
    text-align: center;
    margin:0 auto 50px auto;
    max-width:600px;
}

.contact-form-box {
    background-color: #fff;
    border-radius: 12px;
    padding:30px;
    box-shadow:0 0 15px rgba(0,0,0,0.15);
}

.cfb-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    align-items : center;
}

.cfb-col1 {
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    background-image: url('../images/contact-form-bg.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding:30px;
    min-height:450px;
    border-radius: 12px;
}

.cfb-col2 {
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
}

.cfb-footer {
    border-top:1px solid #E6E6E6;
    margin-top:35px;
    padding-top:35px;
}

.cfbf-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
}

.cfbf-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cfbf-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cfbf-col3 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.cfbfc-sub-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    align-items : center;
}

.cfbfc-sub-container-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 60px;
    max-width: 60px;
}

.cfbfc-sub-container-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.25em;
}

.cfbfc-sub-container-col1 {
    width:60px;
    height: 60px;
    background-color: #C5FFE2;
    text-align: center;
    border-radius: 60px;
    padding-top:16px;
    font-size: 23px;
    color:var(--dark-green-color);
}

.cfbfc-sub-container a {
    color:inherit;
    text-decoration: none;
}

.cfbfc-sub-container a:hover {
    color:var(--neon-green-color);
}

.cfbfc-sub-container-col2 h6 {
    font-weight: 300;
    color:#00000070;
}


@media only screen and (max-width: 1200px) {
    .cfb-container {
        gap: 50px;
    }
    .cfb-col1,
    .cfb-col2 {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .contact-section1 {
        margin-bottom:470px;
    }
}

@media only screen and (max-width: 1100px) {
    .contact-section1 {
        height: unset;
        margin-bottom: 0;
    }
    .cfbf-container {
        flex-direction: column;
        gap:25px;
    }
    .cfbf-col1,
    .cfbf-col2,
    .cfbf-col3 {
        max-width:335px;
        min-width:335px;
    }
}

@media only screen and (max-width: 1023px) {
    /*.contact-section1 {
        margin-bottom:455px;
    }*/
}

@media only screen and (max-width: 900px) {
    .cfb-container {
        flex-direction: column;
    }
    /*.contact-section1 {
        margin-bottom:700px;
    }*/
    .cfb-col1 {
        min-height: 350px;
    }
}

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

    .cfbf-col1, .cfbf-col2, .cfbf-col3 {
        max-width: 100%;
        min-width: 100%;
    }
    .cfbfc-sub-container-col1 {
        min-width: 40px;
        max-width: 40px;
        height:40px;
        font-size: 17px;
        padding-top: 11px;
    }
    .cfbfc-sub-container-col2 {
        min-width: 100%;
        max-width: 100%;
    }
    .contact-form-box {
        padding: 15px;
    }
}