/* Container */

@media (min-width:1079px) {
    .container-opt4 {

        padding: 40px;
        gap: 20px;
        background-image: url("https://demo-themewinter.com/instive/wp-content/uploads/2019/08/quote_bg_texture.png");
        background-size: cover;
        background-position: center;
    
        background-color: #f0f4f9!important;
        margin: 100px 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:1079px) {
    .container-opt4 {

        padding: 40px;
        gap: 20px;
        background-image: url("https://demo-themewinter.com/instive/wp-content/uploads/2019/08/quote_bg_texture.png");
        background-size: cover;
        background-position: center;
    
        background-color: #f0f4f9!important;
        margin: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


.container-opt4 {

    padding: 40px;
    gap: 20px;
    background-image: url("https://demo-themewinter.com/instive/wp-content/uploads/2019/08/quote_bg_texture.png");
    background-size: cover;
    background-position: center;

    background-color: #f0f4f9!important;
    margin: 100px 0;
}

/* Form Section */
.form-section-opt4 {
    background: #ffffff!important;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 400px;
}

.tabs-opt4 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 2px solid #e0e0e0;
}

.tab-opt4 {
    flex: 1;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #6c757d;
    font-weight: bold;
}

.active-ta {
    color: #004085 !important;
    border-bottom: 2px solid #004085 !important;
}

.form-description-opt4 {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

.form-opt4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-opt4 {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
}

.input-opt4:focus {
    border-color: #004085;
}

.button-opt4 {
    background-color: #004085!important;
    color: #ffffff;
    font-size: 16px;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.button-opt4:hover {
    background-color: #0056b3;
}

.reviews-opt4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    color: #6c757d;
}

.sign-in-opt4 {
    color: #004085;
    font-weight: bold;
    text-decoration: none;
}

.hv-1a:hover {
    text-decoration: underline;
}

/* Image Section */
.image-section-opt4 {
    text-align: left;
    color: #004085;
    max-width: 500px;

    background: transparent !important;

    margin: 0 50px;
}

.title-opt4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #004085;

    background: transparent !important;
}

.description-opt4 {
    font-size: 16px;
    margin-bottom: 30px;
    color: #6c757d;

    background: transparent !important;
}

.images-opt4 {
    display: flex;
    align-items: center;
    gap: 15px;


    background: transparent !important;

}

.image-opt4 {
    width: 100%;
    height: 100%;
    height: auto;
    display: block;
}

.rev-txt {
    font-weight: bold !important;
    color: #004085 !important;
}

.change-txt {
    color: #6c757d !important;
    font-weight: 500 !important;

}