.elementor-1537 .elementor-element.elementor-element-516810b{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-1537 .elementor-element.elementor-element-b4c9eb8{text-align:center;}.elementor-1537 .elementor-element.elementor-element-b4c9eb8 .elementor-heading-title{font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-1537 .elementor-element.elementor-element-8521a74 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1537 .elementor-element.elementor-element-8521a74 .acf-fields{gap:15px;margin:0px 0px 0px 0px;}.elementor-1537 .elementor-element.elementor-element-8521a74 .acf-fields>.acf-field{border-top:none;}.elementor-1537 .elementor-element.elementor-element-8521a74 .acf-field[data-width]+.acf-field[data-width]{border-left:none;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1537 .elementor-element.elementor-element-516810b{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-1537 .elementor-element.elementor-element-b4c9eb8 .elementor-heading-title{font-size:25px;}}/* Start custom CSS for acf_ele_form, class: .elementor-element-8521a74 *//* ========================================
   PROPERTY SUBMISSION FORM STYLES
   ======================================== */

.acf-fields.acf-form-fields {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* --------- ফিল্ড লেবেল --------- */
.acf-label label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
}

/* --------- ইনপুট ফিল্ড --------- */
.acf-input input[type="text"],
.acf-input input[type="number"],
.acf-input input[type="tel"],
.acf-input select,
.acf-input textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
}

.acf-input input:focus,
.acf-input select:focus,
.acf-input textarea:focus {
    outline: none;
    border-color: #0d7a3f;
    box-shadow: 0 0 0 3px rgba(13, 122, 63, 0.1);
}

.acf-input input::placeholder,
.acf-input textarea::placeholder {
    color: #aaa;
}

/* --------- ড্রপডাউন / Select2 --------- */
.acf-related-terms .select2-container {
    min-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
}

.acf-related-terms .select2-selection--single {
    height: 46px !important;
    border: 2px solid #e1e1e1 !important;
    border-radius: 8px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    transition: all 0.3s ease;
    background-color: #fff;
    cursor: pointer;
}

.acf-related-terms .select2-selection--single:hover {
    border-color: #ccc;
}

.acf-related-terms .select2-container--focus .select2-selection--single,
.acf-related-terms .select2-container--open .select2-selection--single {
    border-color: #0d7a3f !important;
    box-shadow: 0 0 0 3px rgba(13, 122, 63, 0.1);
    outline: none;
}

.acf-related-terms .select2-selection__rendered {
    line-height: 42px !important;
    color: #333 !important;
    padding-left: 15px !important;
    padding-right: 30px !important;
    font-size: 15px;
}

.acf-related-terms .select2-selection__placeholder {
    color: #aaa !important;
    font-size: 15px;
}

.acf-related-terms .select2-selection__arrow {
    height: 42px !important;
    right: 10px !important;
    width: 20px !important;
}

.acf-related-terms .select2-selection__arrow b {
    border-width: 6px 5px 0 5px !important;
    margin-left: -6px !important;
    border-color: #888 transparent transparent transparent !important;
}

.acf-related-terms .select2-container--open .select2-selection__arrow b {
    border-width: 0 5px 6px 5px !important;
    border-color: transparent transparent #888 transparent !important;
}

/* Select2 Dropdown */
.select2-container .select2-dropdown {
    border: 2px solid #0d7a3f !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.select2-container .select2-results__option {
    padding: 10px 15px !important;
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s;
}

.select2-container .select2-results__option--highlighted {
    background-color: #e8f5e9 !important;
    color: #0d7a3f !important;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background-color: #0d7a3f !important;
    color: #fff !important;
}

.select2-container .select2-search__field {
    border: 1px solid #e1e1e1 !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-size: 14px;
}

/* --------- গ্রিড লেআউট --------- */
.acf-field[data-width="30"] {
    width: 30% !important;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.acf-field[data-width="24"] {
    width: 24% !important;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.acf-field.-c0 {
    clear: both;
}

.acf-fields::after {
    content: "";
    display: table;
    clear: both;
}

/* --------- Property Title Full Width --------- */
.acf-field-post-title {
    width: 100% !important;
    float: none;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.acf-field-post-title .acf-input input {
    width: 100%;
}

/* --------- ইমেজ আপলোড --------- */
.acf-image-uploader {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    background-color: #fafafa;
    transition: all 0.3s ease;
}

.acf-image-uploader:hover {
    border-color: #0d7a3f;
    background-color: #f0f7f4;
}

.acf-image-uploader .file-custom p {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
}

.acf-image-uploader .acf-button.button {
    background-color: #0d7a3f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.acf-image-uploader .acf-button.button:hover {
    background-color: #0a5c2f;
}

.acf-image-uploader .show-if-value {
    margin: 10px auto;
}

.acf-image-uploader .show-if-value img {
    max-width: 200px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.acf-image-uploader .acf-actions {
    margin-top: 10px;
}

/* --------- এডিটর --------- */
.acf-editor-wrap {
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
}

.acf-editor-wrap .mce-tinymce {
    border: none !important;
}

.acf-editor-wrap .mce-panel {
    background-color: #f5f5f5 !important;
}

.acf-editor-wrap .wp-editor-area {
    min-height: 300px;
    padding: 15px;
    font-size: 15px;
    line-height: 1.6;
    resize: vertical;
}

/* --------- সাবমিট বাটন --------- */
.fea-submit-button.button-primary {
    background-color: #0d7a3f;
    color: #fff;
    border: none;
    padding: 16px 50px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 25px;
    letter-spacing: 0.3px;
}

.fea-submit-button.button-primary:hover {
    background-color: #0a5c2f;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(13, 122, 63, 0.25);
}

.fea-submit-button.button-primary:active {
    transform: translateY(0);
}

/* --------- হিডেন ফিল্ড --------- */
.acf-hidden,
.frontend-admin-hidden {
    display: none !important;
}

/* ========================================
   ট্যাবলেট (768px - 1024px)
   ======================================== */
@media screen and (max-width: 1024px) {
    .acf-field[data-width="30"],
    .acf-field[data-width="24"] {
        width: 48% !important;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* ========================================
   মোবাইল (max-width: 768px)
   ======================================== */
@media screen and (max-width: 768px) {
    .acf-fields.acf-form-fields {
        padding: 15px 10px;
    }

    .acf-field[data-width="30"],
    .acf-field[data-width="24"] {
        width: 100% !important;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .acf-field-post-title {
        padding-right: 0;
        padding-left: 0;
    }

    .acf-label label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .acf-input input[type="text"],
    .acf-input input[type="number"],
    .acf-input input[type="tel"],
    .acf-input select,
    .acf-input textarea {
        padding: 11px 13px;
        font-size: 15px;
    }

    .acf-related-terms .select2-selection--single {
        height: 44px !important;
    }

    .acf-related-terms .select2-selection__rendered {
        line-height: 40px !important;
        font-size: 15px;
        padding-left: 12px !important;
    }

    .acf-image-uploader {
        padding: 20px 15px;
    }

    .fea-submit-button.button-primary {
        width: 100%;
        padding: 15px 20px;
        font-size: 15px;
    }

    .acf-editor-wrap .wp-editor-area {
        min-height: 200px;
    }
}

/* ========================================
   ছোট মোবাইল (max-width: 480px)
   ======================================== */
@media screen and (max-width: 480px) {
    .acf-fields.acf-form-fields {
        padding: 10px 8px;
    }

    .acf-field {
        margin-bottom: 15px;
    }

    .acf-label label {
        font-size: 13px;
    }

    .acf-input input[type="text"],
    .acf-input input[type="number"],
    .acf-input input[type="tel"],
    .acf-input select {
        padding: 12px;
        font-size: 16px;
        height: 48px;
    }

    .acf-related-terms .select2-selection--single {
        height: 48px !important;
    }

    .acf-related-terms .select2-selection__rendered {
        line-height: 44px !important;
        font-size: 16px;
    }

    .acf-related-terms .select2-selection__placeholder {
        font-size: 16px;
    }

    .acf-image-uploader {
        padding: 20px 10px;
    }

    .file-custom p {
        font-size: 13px;
    }

    .fea-submit-button.button-primary {
        padding: 14px 20px;
        font-size: 15px;
    }
}

/* ========================================
   টাচ ডিভাইস অপ্টিমাইজেশন
   ======================================== */
@media (hover: none) and (pointer: coarse) {
    .acf-input input,
    .acf-input select,
    .acf-button.button,
    .fea-submit-button.button-primary {
        min-height: 44px;
    }

    .acf-field {
        margin-bottom: 18px;
    }
}

/* ========================================
   অ্যাক্সেসিবিলিটি
   ======================================== */
.acf-input input:focus-visible,
.acf-input select:focus-visible,
.acf-input textarea:focus-visible,
.fea-submit-button:focus-visible {
    outline: 3px solid #0d7a3f;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */