/**
 * Contact Detail Sectoin
 *
 * Generated by Dreamz Page Builder on 2026-08-12.
 */

.contact-detail-sectoin {
	/* Add your styles here */
}
.contactWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}
.contactForm_wrapper {
    background: #F0E4D3;
    padding: 30px;
    border-radius: 20px;
}
.contactWrapper h2 {
  font-family: 'Liberation Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    vertical-align: middle;
    color: #171514;
    margin-bottom: 20px;
}
.contact-items-wrapper p, .contact-items-wrapper a , .contact-items-wrapper li {
	font-family: 'Liberation Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #766C60;
}
.contact_col_wrapper a:hover {
    color: #171514;
}
.contact-items-wrapper + .contact-items-wrapper {
    margin-top: 30px;
}
.contact-map {
    width: 100%;
    aspect-ratio: 541 / 289;
    min-height: 250px;
    overflow: hidden;
    border-radius: 16px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
.contactForm_wrapper input::placeholder,
.contactForm_wrapper textarea::placeholder {
    color: rgba(174, 174, 174, 1) !important;
    opacity: 1;
}
.contactForm_wrapper input , .contactForm_wrapper textarea , .contactForm_wrapper select {
    border: 0.5px solid #9F563980;
    padding: 15px 20px;
    font-family: Liberation Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0%;
    color: #171514 !important;
    width: 100%;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 20px;
}
/* .contactForm_wrapper select option {
    color: #171514;
} */

.contactForm_wrapper select.wpcf7-form-control.wpcf7-select:valid {
    color: #171514 !important;
}

.contactForm_wrapper select option {
    color: #171514;
}
.contactForm_wrapper select.wpcf7-form-control.wpcf7-select {
    text-transform: capitalize;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/angle-small-down.svg) !important;
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 13px;
    cursor: pointer;
    /* padding: 10px 40px 10px 10px; */
    display: flex;
    align-items: center;
    color: #AEAEAE !important;
     text-overflow: ellipsis;
    white-space: nowrap;
        padding: 15px 30px 15px 20px;
}

span.wpcf7-spinner {
    display: none;
}
.contactForm_wrapper input:focus-visible , .contactForm_wrapper textarea:focus-visible , .contactForm_wrapper select:focus-visible {
	outline: none !important;
}

.wpcf7-not-valid-tip {
    margin-top: 0 !important;
    margin-bottom: 10px;
}
.contactForm_wrapper .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input,
.contactForm_wrapper .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) textarea,
.contactForm_wrapper .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) select {
    margin-bottom: 10px;
}
.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
}
.contact-form-row-textarea.contact-form-row  {
	display: block;
}
 .contactForm_wrapper textarea{
	resize: none;
	height: 142px;
 }
 .contactForm_wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 40px;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #ffffff !important;
    background-color: var(--rust);
    border: 1px solid var(--rust);
    transition: all 0.6s;
    text-align: center;
    width: fit-content;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: .01em;
    cursor: pointer;
    padding: 11px 30px;
}
.addmap_wrapper {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}
.wpcf7-response-output {
    font-family: 'Liberation Sans', sans-serif !important;
    color: #171514 !important;
}
.wpcf7-not-valid-tip {
    font-family: 'Liberation Sans', sans-serif !important;

}
.wpcf7-response-output {
    margin: 0 !important;
}
.contact-items-wrapper a[href^="mailto:"] {
    text-decoration: underline !important;
}
@media (min-width: 601px) and (max-width: 991px) {
    .contact-items-wrapper + .contact-items-wrapper {
        margin-top: 0px;
    }
    .contact_col_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 30px;
    }
    .contact-items-wrapper {
        flex: 1;
    }
    .addmap_wrapper {
        width: 100%;
        margin-top: 0;
    }
    .contactWrapper {
        grid-template-columns:1fr; 
     }
}

@media (max-width: 767px) {
    .contactWrapper {
        grid-template-columns:1fr; 
     }
    .contact-map {
        height: 260px;
        border-radius: 12px;
    }

}

@media (max-width: 550px) {

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
}
@media (max-width: 480px) {

    .contact-map {
        height: 220px;
        border-radius: 10px;
    }

}