

.homenest_contact-banner {
    background-image: url(/wp-content/uploads/2025/06/page-header-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 20px;
    text-align: center;
    color: #000;
    margin-top: -100px;
}

.homenest_contact-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.homenest_contact-banner-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-title a {
    display: inline-block;
    font-size: 70px;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    cursor: none;
    text-decoration: none;
    color: #333;
}

.gradient-text {
    background:linear-gradient(53deg, #091586 3% 2%, #1A85F8 91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb {
    font-size: 16px;
    color: #333;
    opacity: 0.7;
    font-size: 18px;
    text-transform: capitalize;
    line-height: normal;
}

.breadcrumb a{
    text-decoration:none;
    color: #333;
}

.homenest_contact-information {
    min-height: 100%;
    margin-bottom: 70px;
    margin-top: 70px;
}

.col-container {
    width: 72%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.info-box {
    flex: 1 1 22%;
    background: #f2f4f6;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    min-width: 250px;
}

.info-box .icon {
    background-size: 200% auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to left, #020C6A, #1A85F8, #66E5FB);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.info-box .icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #020C6A, #1A85F8, #66E5FB);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: -1;
}

.info-box:hover .icon::before {
    opacity: 1;
}

.info-box .info {
    width: calc(100% - 65px);
}
.info-box .info h4 {
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    text-transform: capitalize;

}

.info-box .info p {
    margin: 5px 0 0;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.homenest_contact-form-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.homenest_contact-form-wrapper {
    display: flex;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 40px 60px;
    background-image: url(/wp-content/uploads/2025/06/page-header-bg.webp);
    border-radius: 20px;
    padding: 40px;
}

.contact-form-map {
    width: 50%;
}

iframe {
    width: 100%;
    height: 520px;
    border-radius: 20px;
    border: 1px solid white;
}

form.wpcf7-form {
    border-radius: 15px;
    padding: 0 30px;

    max-width: 600px;
    color: #fff;
}

.form-row.two-columns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-group {
    margin-bottom: 15px;
    flex: 1;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    outline: none;
    box-sizing: border-box;
}

.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
}

.form-group textarea {
    resize: none;
    min-height: 100px;
}

.form-group.text-right {
    text-align: right;
    height: 44px;
    margin-bottom: 0;
}

.btn.btn-submit {
    margin-top:39px;
    padding: 12px 25px;
    background: linear-gradient(to right, #0044ff, #00cfff);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.btn.btn-submit:hover {
    background: linear-gradient(to right, #0033cc, #00b8e6);
}

/*RESPONSIVE */
@media (max-width: 1480px){
    .homenest_contact-form-wrapper
    {
        display: flex;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
        flex-wrap: wrap;
        gap: 40px 60px;
        background-image: url(/wp-content/uploads/2025/06/page-header-bg.webp);
        border-radius: 20px;
        padding: 40px;
    }

    .col-container {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }
}

@media (max-width: 1324px) {

    .col-container
    {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }

    .homenest_contact-form-wrapper {

        width: 95%;
        padding: 30px;
    }

    .contact-form-map,
    .contact-form-wrapper-container {
        width: 50%;
    }

    .homenest_contact-form-container {
        display: flex;
        width: 100%;
        justify-content: center;

    }
}
@media (max-width: 1199px){
    .homenest_contact-banner {
        background-image: url(/wp-content/uploads/2025/06/page-header-bg.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 160px 20px;
        text-align: center;
        color: #000;
        margin-top: 0;
    }
}

@media (max-width: 991px){

    .homenest_contact-banner img {
        position: absolute;
        left: 0;
        top: 49px;
        width: 100%;
    }

    .col-container {
        width: 75%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }

    .contact-form-map,
    .contact-form-wrapper-container {
        width: 100%;
    }

    .homenest_contact-form-container {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: column-reverse;
    }

    form.wpcf7-form {
        border-radius: 15px;
        padding: 0 30px;
        padding-top: 60px;
        max-width: 100%;
        color: #fff;
        margin-bottom: 70px;
    }
}

@media (max-width: 768px) {


    .homenest_contact-banner {
        padding: 100px 15px 60px;
    }

    .contact-title a {
        font-size: 40px;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .col-container {
        width: 90%;
        height: auto;
        padding: 0;
    }

    .info-box {
        min-width: auto;
        width: 100%;
    }

    iframe {
        height: 300px;
    }

    .form-row.two-columns {
        flex-direction: column;
        gap: 10px;
    }

    .btn.btn-submit {
        width: 100%;
        margin-top: 20px;
    }

    .form-group.text-right {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .col-container {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .homenest_contact-banner img {
        position: absolute;
        left: 0;
        top: 150px;
        width: 100%;
    }
    .contact-title a {
        font-size: 30px;
    }

    .info-box .info h4 {
        font-size: 18px;
    }

    .info-box .info p {
        font-size: 13px;
    }

    .btn.btn-submit {
        font-size: 14px;
        padding: 10px 20px;
    }

    form.wpcf7-form {
        padding: 0 10px;
    }
}
