.contact-section {
    background-color: white;
    width: 100%;
    /* height: auto; */
    padding: 4rem 2rem;
    padding-top: 12%;
    padding-bottom: 12%;
    font-family: 'Poppins', sans-serif;
    color: black;
}

.contact-us-title {
    font-size: 2rem;
    font-weight: 400;
    color: black;
    font-family: 'Poppins', sans-serif;
}

.contact-left-header {
    font-size: 4.8rem;
    width: 70%;
    font-weight: 400;
}

.contact-left-paragraph {
    font-size: 1.6rem;
    margin: 2rem 0;
    font-weight: 400;
    width: 70%;
}

.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
}

.contact-images img:nth-of-type(odd) {
    height: 14rem;
    width: 12rem;
}

.contact-images img:nth-of-type(even) {
    height: 10rem;
    width: 8.5rem;
}

/* .contact-left {
    padding-top: 8rem;
} */

.contact-left,
.contact-right {
    /* flex: 1;
    min-width: 300px; */
    width: 48%;
}

.contact-images {
    display: flex;
    gap: 1rem;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-top: 2rem;
    width: 100%;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}



.contact-images img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    border-radius: 6px;
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;   
}

.form-group.select-group {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

.required {
    color: red;
}

.form-group.select-group .custom-select-wrapper {
    position: relative;
}

.select-icon {
    position: absolute;
    right: 0%;
    top: 0;
    pointer-events: none;

}

.form-group.select-group .custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    font-size: 16px;
    color: #888;
    /* Placeholder-like */
    cursor: pointer;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    line-height: 110%;
    font-family: inherit;
}

.form-group.select-group .custom-select:focus {
    outline: none;
    border-bottom: 2px solid #000;
    color: #000;
}

.form-row input:focus,
.form-row select:focus {
    border-bottom-color: #000;
}

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

}

.input-label {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    padding-left: 1.2rem;
}


.form-group label .star {
    color: red;
}

.form-group.text-group {
    width: 48%;
}

.form-row {
    display: flex;
    justify-content: space-between;
}

.form-row input,
.form-row textarea {
    border: none;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    font-family: inherit;
    font-size: 1.6rem;
	width:100%;
}
.form-row input[type=file]{
	border:0px !important;
}
.form-row input::placeholder {
    padding-left: 1.5rem;
    color: #919191;
}


/* checkbox */

.checkbox-wrapper {
    display: flex;
    align-items: center;
    color: black;
    font-size: 1.4rem;
    font-family: inherit;

}

.custom-checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    gap: 10px;
}

/* .checkbox-image {
    width: 20px;
    height: 20px;
    background-image: url('./assets/unchecked-checkbox.png');
    background-size: cover;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: 1%;
}

.checkbox-image {
    max-width: 10%;
}

.checkbox-label-text {
    width: 100%;
    margin-top: .5rem;
}

.custom-checkbox:checked+.checkbox-label .checkbox-image {
    background-image: url('./assets/checked-checkbox.png');
}
*/
.contact-us-button-container {
    /* width: 100%;
    display: flex;
    justify-content: center; */
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.contact-us-button {
    background-color: white;
    color: black;
    border: 1px solid black;
    width: max-content;
    font-size: 1.6rem;
}

.contact-us-button:hover {
    background-color: black;
    color: white;
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
}

/* button {
    padding: 1.5rem 2rem;
    border: 1px solid black;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
} */

.checkbox-wrapper {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 1.4rem;
    font-family: inherit;
    gap: 10px;
    margin: 1rem 0;
}

.checkbox-wrapper input[type="checkbox"] {
    accent-color: black;
    /* width: 18px;
    height: 18px; */
    width: 13px;
    height: 25px;
    /* margin-top: 2px; */
}

.checkbox-wrapper label {
    display: flex;
    align-items: flex-start;
    /* gap: 0.8rem; */
    gap:10px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.text-group {
    width: 48%;
}

.input-label {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    padding-left: 1.2rem;
}

.required,
.star {
    color: red;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
    border: none;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    font-family: inherit;
    font-size: 1.6rem;
    width: 100%;
    color: #000;
}

.form-group input::placeholder {
    color: #919191;
    padding-left: 1.5rem;
}

.form-group input:focus {
    outline: none;
    border-bottom: 2px solid #000;
}


.form-group.select-group .custom-select-wrapper {
    position: relative;
}

.form-group.select-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    font-size: 16px;
    color: #888;
    cursor: pointer;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    line-height: 110%;
    font-family: inherit;
}

.form-group.select-group select:focus {
    outline: none;
    border-bottom: 2px solid #000;
    color: #000;
}
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

/* Style the select box */
.custom-select-wrapper select {
    appearance: none; /* Removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    font-size: 16px;
    color: #888;
    cursor: pointer;
    padding: 1rem 3rem 1rem 1.5rem; /* right padding for arrow */
    line-height: 120%;
    font-family: inherit;
}

/* Add the custom arrow image */
.custom-select-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 20px;
    height: 20px;
    background-image: url('../carret-down-icon.png'); /* down arrow image */
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
}

.wpcf7-list-item{
    margin:0;
}

@media (max-width: 1024px) {
    .contact-section {
        padding-top: 20%;
    }
}

/* Tablet and below */
@media (max-width: 768px) {
    .contact-section {
        /* height: 10000px; */
        padding-top: 25%;
    }

    .contact-wrapper {
        flex-direction: column;
        height: auto;
    }

    .form-row {
        flex-direction: column;
        gap: 2rem;
    }

    .select-group {
        margin-bottom: 1rem;
    }


    .form-group.text-group,
    .form-group.select-group {
        width: 100%;
    }

    .contact-us-button-container {
        margin-top: 2rem;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }
}

/* 
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}




 
*/
