#content > div > div.elementor-element.elementor-element-0fb90b3.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding: 60px 0;
   
}
.elementor-element-27c673f{
    background: #fafafa;
    padding: 60px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 280px;
}
#content > div > div.elementor-element.elementor-element-0fb90b3.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > div {
    max-width: 1200px;
    padding: 0 16px;
}

/* Contact Form Styles */
.contact-form-wrapper {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.contact-form-title {
    text-align: start;
    font-size: 24px;
    font-weight: 700;
    color: #4a3426;
    margin: 0 0 40px 0;
font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-group.full-width {
    width: 100%;
}
#contact-form > div:nth-child(1) {
    display: flex;
    gap: 20px;
 width: 100%;
}
#contact-form > div:nth-child(2) {
    display: flex ;
    flex-direction: column;
    gap: 20px;
    
}
.form-group select,
.form-group textarea {
    padding: 14px 18px;
    font-size: 15px;
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    transition: all 0.3s ease;
    font-family: inherit;
}


.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #b87939;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(184, 121, 57, 0.1);
}


.form-group textarea::placeholder {
    color: #aaa;
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    padding-right: 40px;
}

.form-group select option {
    padding: 10px;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.form-response {
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.form-response.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-response.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.field-error {
    border-color: #dc3545 !important;
}

.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}
.contact-submit-btn {
    width: 100%;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #b87939;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.contact-submit-btn:hover {
    background: #a06830;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(184, 121, 57, 0.3);
}

.contact-submit-btn:active {
    transform: translateY(0);
}

.contact-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.contact-submit-btn .btn-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.contact-submit-btn:hover .btn-icon {
    transform: translateX(3px);
}

/* Loading State */
.contact-submit-btn.loading {
    pointer-events: none;
}

.contact-submit-btn.loading .btn-text::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
    #content > div > div.elementor-element.elementor-element-0fb90b3.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > div {
    padding: 0 12px;
}

    .elementor-element-27c673f{
    min-height: 250px;
}
    .contact-form-wrapper {
        padding: 30px 20px;
        margin: 0;
    }
    
    .contact-form-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    

    .form-group select,
    .form-group textarea {
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .contact-submit-btn {
        padding: 14px 25px;
        font-size: 15px;
    }
}

@media (max-width: 448px) {
 
    #content > div > div.elementor-element.elementor-element-0fb90b3.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        padding: 40px 0;
    }
    .elementor-9169 .elementor-element.elementor-element-47dede8.elementor-element, .elementor-9169 .elementor-element.elementor-element-6cfcb2d {
        padding: 0 0 1rem 0 !important;
    }
    .elementor-element-27c673f{
        min-height: 200px;
    }
    .elementor-9169 .elementor-element.elementor-element-2ce4e83 .elementor-heading-title {
        font-size: 28px !important;
    }
    .elementor-9169 .elementor-element.elementor-element-78caab7 .elementor-heading-title {
        font-size: 15px !important;
    }
    .elementor-9169 .elementor-element.elementor-element-47dede8 .elementor-heading-title {
        font-size: 22px !important;
    }
    .elementor-9169 .elementor-element.elementor-element-6cfcb2d .elementor-heading-title {
        font-size:14px !important;
        line-height: normal !important;
    }
    .elementor-9169 .elementor-element.elementor-element-576c532 {
        gap: 10px !important;
    }
    .elementor-element-576c532 > div {
        padding: 16px;
    }
      .elementor-element-576c532 > div h5 {
        font-size: 16px !important;
    }
     .elementor-element-576c532 > div p {
        font-size: 12px !important;
    }
    .elementor-element-576c532 > div a {
        font-size: 14px !important;
    }
    .elementor-element-576c532 > div .elementor-icon svg {
        height: 20px !important;
    }
    .elementor-element-576c532 > div > div:nth-child(1) {
        width: 4rem !important;
    }
    .elementor-9169 .elementor-element.elementor-element-1834754 .elementor-heading-title {
        font-size: 14px !important;
    }
    .elementor-9169 .elementor-element.elementor-element-787f146 {
        gap: 10px !important;
    }

    .elementor-9169 .elementor-element.elementor-element-787f146 > div svg {
        height: 17px !important;
        width: 17px !important;
    }
    contact
        .contact-form-wrapper {
        padding: 15px 10px;
        margin: 0;
    }
        .contact-form-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .contact-form {
        gap: 10px !important;
    }
    #contact-form > div:nth-child(1) {
        flex-wrap: wrap;
        gap: 10px;
    }
    .form-group select, .form-group textarea {
        font-size: 12px;
        padding-top: 9px;
        padding-bottom: 9px ;
    }
    /*button*/
    .contact-submit-btn {
        padding: 12px 16px;
        font-size: 13px;
    }
    
}