.abc {
    max-width: 1364px;
    width: 200%;
    background: linear-gradient(90deg, #B8F2E6 0%, #A7EADC 25%, #96E2D3 50%, #85DBC9 75%, #75D3BF 100%);
    margin-left: auto;
    margin-top: 95px;
    margin-bottom: 50px;
    border-radius: 12px;
    padding: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.top-text {
    text-align: center;
    margin-bottom: 50px;
}

    .top-text h2 {
        font-size: 45px;
        font-weight: 600;
        margin-bottom: 14px;
        color: #3b3b3b;
        line-height: 1.2;
        margin-top: -2rem;
        margin-left: 35rem;
        white-space: nowrap;
        font-family: unset;
    }

    .top-text p {
        font-size: 20px;
        color: #3b3b3b;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.6;
        font-family: unset;
        font-weight: 500;
    }

.content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
   
}

.left {
    flex: 1;
}

    .left h3 {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 6px;
        color: #3b3b3b;
        line-height: 1.2;
        font-family: unset;
    }

  .left p {
        font-size: 20px;
        color: #3b3b3b;
        margin-bottom: 25px;
        margin-inline: auto;
        line-height: 1.6;
        margin-right: 26px;
        text-align: justify;
        font-family: unset;
    }



.image-logo {
       width: 400px;
    height: 280px;

}


 .contact-form {
/*        flex: 1;*/
      background-color: #fefefe;
        width: 110%;
        min-height:675px;
        max-width: 1200px;
        border-radius:10px;
    }
.form-container{
   width:auto;
}


.form-row {
    display: flex;
    gap: 47px;
    margin-bottom: -15px;
    flex-wrap: wrap;
    margin-right: 75px;
    margin-left: 54px;
    border-radius:10px;
}


    .form-row input, .form-row textarea {
        flex: 1;
        padding: 13px 14px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 16px;
        outline: none;
        transition: border-color 0.2s ease;
    }
   
 .form-row input:focus, .form-row textarea:focus {
            border-color: #4F6F90;
        }


textarea {
    resize: none;
    height: 140px;
    font-size: 18px;
}

    textarea::placeholder {
        font-size: 20px;
        color: #555;
        height: 150px;
        width: 200px;
        opacity: 1;
    }

.captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left:20px;
    margin-bottom: 10px;
}


.captcha {
    background: #ffe1e1;
    color: #d9534f;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    font-family: monospace;
    font-size:17px;
    width:116px;
}

.captcha-input {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .form-group label {
        margin-bottom: 6px;
        font-size: 16px;
        color: #3b3b3b;
        font-family: unset;
    }

p {
    font-size: 17px;
    color: #3b3b3b;
    text-align: center;
    margin-right: 214px;
    margin-top: -5px;
    font-family: unset;
}

.col-sm-9 label {
    font-size: 15px;
    font-family: unset;
    margin-left: -60px;
}

.privacy-link {
    color: red;
    text-decoration: none;
    font-weight: bold;
}


.checkbox-container {
    display: flex;
    align-items: flex-start;
    margin: 18px 0;
    font-size: 13px;
    color: #444;
}

    .checkbox-container input {
        margin-right: 8px;
        margin-top: 3px;
    }

.custom-select {
    height: 3.6rem;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #ddd;
}


    /* Placeholder color */
    .custom-select option[value=""] {
        color: #999;
    }
    /* Option color */
    .custom-select option {
        color: #3b3b3b;
    }

        /* Placeholder (disabled option) */
        .custom-select option[value=""] {
            color: #999;
        }

.submit-btn {
    width: 80%;
    padding: 14px;
    background: #3b3b3b;
    color: #fbfbfb;
    font-size: 20px;
    margin-left: 50px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: unset;
}

    .submit-btn:hover {
        background: #111;
    }


input::placeholder {
    color: #d9d9d9;
    opacity: 1;
}

textarea::placeholder {
    color: #d9d9d9;
    opacity: 1;
}

/* Responsive */
@media (max-width: 1100px) {
    .container {
        padding: 40px;
    }

    .content {
        gap: 30px;
        flex-direction: column;
    }

    .image-box {
        width: 100%;
        height: 220px;
    }

    .form-container {
        width: 100%;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .captcha-row {
        flex-direction: column;
        align-items: stretch;
    }

    .captcha-btn {
        width: 100%;
        min-width: 0;
    }
}



/* =========================
   RESPONSIVE MEDIA QUERIES
   ========================= */

/* Tablet View (max-width: 1024px) */
@media (max-width: 1024px) {
    .abc {
      
        width: 94%;
        padding: 60px 30px;
        border-radius: 2rem;
        margin-top: 10rem;
    }

    .top-text h2 {
        font-size: 60px !important;
        margin-left: 0 !important;
        white-space: normal;
        text-align: center;
        margin-top: 2rem;
        font-family: 'Lato';
    }

    .top-text p {
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
        margin-top: 2rem;
        font-family: 'Lato';
    }

    .content {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .left {
        text-align: center;
    }

        .left h3 {
            margin-right: 32rem;
            font-size: 39px;
            margin-top: 3rem;
            display: none;
        }

        .left p {
            font-size: 25px;
            text-align: center;
            margin: 0 auto;
            margin-left: 35rem;
            margin-top: -8rem;
            display: none;
        }

    .image-logo {
        width: 100%;
        height: auto;
        display: none;
        justify-content: center;
    }

    .form-container {
        width: 104%;
    }

    .contact-form {
        width: 100%;
        padding: 30px 20px;
        min-height: auto;
        margin-top: -3rem;
    }

    /* Keep 2-column layout for tablet */
    .form-row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
        margin: 0;
    }

    .form-group {
        flex: 0 0 48%;
    }

    .submit-btn {
        width: 88%;
        margin-top: 25px;
    }

    p {
        text-align: center;
        margin: 10px 0;
        font-size: 30px;
        font-family: 'Lato';
    }

    .form-group label {
        margin-bottom: 6px;
        font-size: 28px;
        font-weight: 500;
        color: #3b3b3b;
    }
    .form-row input, .form-row textarea {
        flex: 1;
        padding: 13px 14px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 24px;
        outline: none;
        transition: border-color 0.2s ease;
    }

    .col-sm-9 label {
        font-size: 30px;
        /* font-family: unset; */
        margin-left: -60px;
        font-family: lato;
    }
    .custom-select {
        height: 3.6rem;
        border-radius: 8px;
        border: 1px solid #ddd;
        font-size: 24px;
        color: #ddd;
    }
}


/* Mobile View (max-width: 600px) */
@media (max-width: 600px) {
    .abc {
       
        width: 96%;
        padding: 60px 30px;
        border-radius: 2rem;
    }

    .top-text h2 {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

    .top-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .left h3 {
        font-size: 20px;
    }

    .left p {
        font-size: 14px;
    }

    /* One column on mobile */
    .form-row {
        flex-direction: column;
        gap: 15px;
        margin: 0;
    }

    .form-group {
        flex: 1 1 100%;
        width: 100%;
    }

        .form-group label {
            font-size: 13px;
        }

    .form-row input {
        font-size: 13px;
        padding: 10px;
    }

    .captcha {
        font-size: 14px;
        padding: 8px 14px;
    }

   

    p {
        font-size: 12px;
        text-align: center;
        margin: 8px 0;
    }
    .submit-btn {
        width: 88%;
        margin-top: 25px;
    }
}









/* Dropdown open position */
.select2-container--open .select2-dropdown {
    top: 100% !important;
    bottom: auto !important;
}

/* Footer area */
.select2-extra {
    padding: 10px;
    border-top: 1px solid #ddd;
    background: #fafafa;
}

/* Select2 container width & background */
.product-select + .select2-container {
    width: 80% !important;
    margin-left: 4rem;
    background: #fafafa !important;
}


    .product-select + .select2-container .select2-selection--multiple {
        min-height: 2.5rem !important;
        height: 2.5rem !important;
        background-color: #fafafa !important;
        border: var(--bs-border-width) solid var(--bs-border-color) !important;
        border-radius: var(--bs-border-radius) !important;
        display: flex;
        align-items: center;
        padding: 0 !important;
    }

    .product-select + .select2-container .select2-selection__rendered {
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        padding: 0 0.5rem !important;
        margin: 0 !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
    }


        .product-select + .select2-container .select2-selection__rendered::-webkit-scrollbar {
            height: 4px;
        }

.select2-selection__choice {
    background-color: #e9ecef !important;
    border: none !important;
    color: #333;
    height: 1.8rem;
    line-height: 1.8rem;
    margin: 0 2px !important;
    padding: 0 6px !important;
    border-radius: var(--bs-border-radius-sm);
}