/*
Theme Name: Basic Elementor Theme
Theme URI: mailto:raselbiswas098@gmail.com?subject=Basic%20Elementor%20Theme
Author: Rasel Bisswas
Author URI: mailto:raselbiswas098@gmail.com?subject=Basic%20Elementor%20Theme
Description: A super clean and minimal WordPress starter theme built for Elementor. Lightweight, fast, and perfect for creating custom layouts with Elementor without any extra styling or structure.
Version: 1.0
Text Domain: basic-elementor-theme
*/


*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}



@font-face {
    font-family: 'Droid Sans';
    src: url('assets/droid-sans/DroidSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('assets/droid-sans/DroidSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.droid-sans-normal {
    font-family: 'Droid Sans', sans-serif !important;
    font-weight: normal !important;
}

.droid-sans-bold {
    font-family: 'Droid Sans', sans-serif !important;
    font-weight: bold !important;
}

.img100 a{
    width: 100%!important
}

.abosouteholder{
    position: relative;
}


.absolutecontent{
    position: absolute!important;
    top: 50%;
    transform: translate(0, -50%)
}


.elementor-editor-active .absolutecontent{
    position: relative;
    transform: unset;
    top: unset; 
}


.custom-search-form-wrapper {
    position: relative;
    width: 100%;
}

.custom-search-form-wrapper .searchform {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.custom-search-form-wrapper .searchsubmit {
    display: block;
    position: absolute;
    right: 18px;
    top: 0;
    font-family: "elusive";
    font-size: 17px;
    border: none;
    height: 50px;
    vertical-align: middle;
    background: none;
    box-shadow: none;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.custom-search-form-wrapper .searchform input[type="search"] {
    display: block;
    float: left;
    padding: 0 30px 0 10px;
    height: 50px;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
     transition: all .3s ease-in-out;
}

.custom-search-form-wrapper .searchform input[type="search"]:hover {
    background-color: rgba(253, 255, 231, 0.4);
}

.custom-search-form-wrapper .searchform:hover .searchsubmit {
    right: -35px;
}

.breadcrumbs {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
    line-height: 1;
}

.breadcrumbs a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #1a305e;
    transition: opacity 0.2s ease;
}

.breadcrumbs a:hover {
    opacity: 0.8;
}

.breadcrumbs .breadcrumb-home-icon {
    fill: #0066cc;
}

.breadcrumbs .breadcrumb-arrow-icon {
    fill: #5f6368;
    margin: 0 2px;
}

.breadcrumbs .current {
    color: #1a305e;
    font-weight: normal;
}

.breadcrumbs .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



.property-pricing-container {
    font-family: 'Droid Sans', sans-serif;
}

.property-pricing-container .single-property-block {
    margin-bottom: 35px;
}

.property-pricing-container .property-title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: normal;
}

.property-pricing-container .property-title a {
    text-decoration: underline;
    color: #0066cc;
    transition: opacity 0.2s ease;
    font-size: 16px;
}

.property-pricing-container .property-title a:hover {
    opacity: 0.8;
}

.property-pricing-container .property-pricing-content {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
}

.property-pricing-container .property-pricing-content p {
    margin-top: 0;
    margin-bottom: 18px;
}

.property-pricing-container .property-pricing-content p:last-child {
    margin-bottom: 0;
}

.property-pricing-container .property-pricing-content a {
    color: #0066cc;
    text-decoration: underline;
}

.nav-item.has-dropdown a {
    display: flex;
    align-items: center;
}

.mobile-arrow {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-left: 4px !important;
    margin-bottom: 1px !important;
    transition: transform 0.3s ease;
}

.nav-item.has-dropdown:hover .mobile-arrow {
    transform: rotate(-135deg);
    margin-bottom: -2px;
}




.property-single-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    font-family: 'Droid Sans', sans-serif;
}

.property-single-container {
    
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}

.property-main-content {
    width: 68%;
    flex: 0 0 68%;
    box-sizing: border-box;
}

.property-sidebar-content {
    width: 28%;
    flex: 0 0 28%;
    box-sizing: border-box;
}

.property-breadcrumb {
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.property-breadcrumb a {
    color: #0066cc;
    text-decoration: none;
}

.property-breadcrumb .separator {
    margin: 0 8px;
    color: #999999;
}

.property-breadcrumb .current-page {
    color: #444444;
}

.property-single-title {
    font-size: 32px;
    color: #d9383a;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
}

.property-full-image-holder {
    width: 100%;
    margin-bottom: 25px;
}

.property-full-image-holder img {
    width: 100%;
    height: auto;
    display: block;
}

.property-editor-content {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    font-family: "Ubuntu";
    font-weight: 300;
}

.property-editor-content p {
    margin-top: 0;
    margin-bottom: 18px;
}

.property-editor-content p:last-child {
    margin-bottom: 0;
}

.property-editor-content a {
    color: #0066cc;
    text-decoration: underline;
}

.property-editor-content ul {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .property-single-container {
        flex-direction: column;
        padding: 0 20px;
    }
    .property-main-content {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
    .property-sidebar-content {
        width: 100%;
        flex: 0 0 100%;
    }
}


.property-search-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    font-family: 'Droid Sans', sans-serif;
}

.property-search-container {
  
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}

.search-main-content {
    width: 68%;
    flex: 0 0 68%;
    box-sizing: border-box;
}

.search-sidebar-content {
    width: 28%;
    flex: 0 0 28%;
    box-sizing: border-box;
}

.search-breadcrumb {
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.search-breadcrumb a {
    color: #0066cc;
    text-decoration: none;
}

.search-breadcrumb .separator {
    margin: 0 8px;
    color: #999999;
}

.search-breadcrumb .current-page {
    color: #444444;
}

.search-notice-bar {
    background-color: #ffffdd;
    border-left: 4px solid #00bcff;
    padding: 15px 20px;
    font-size: 18px;
    color: #444444;
    margin-bottom: 20px;
}

.search-form-header {
    margin-bottom: 40px;
    position: relative;
}

.search-page-form {
    display: flex;
    align-items: center;
    background-color: #ffffdd;
    padding: 8px 12px;
    border: 1px solid #e2e2d0;
}

.search-field {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #444444;
    outline: none;
    padding: 5px;
}

.search-submit {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #666666;
}

.search-results-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.search-result-item {
    width: 100%;
}

.result-title {
    font-size: 32px;
    color: #d9383a;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: normal;
}

.result-title a {
    color: #d9383a;
    text-decoration: none;
}

.result-title a:hover {
    text-decoration: underline;
}

.result-body {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.result-thumbnail {
    width: 250px;
    flex: 0 0 250px;
}

.result-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.result-content-area {
    flex: 1;
}

.result-excerpt {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    margin-bottom: 20px;
}

.result-readmore {
    display: inline-block;
    background-color: #79c95b;
    color: #ffffff;
    padding: 10px 24px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.result-readmore:hover {
    background-color: #66b24a;
}

.result-readmore .arrow {
    margin-left: 5px;
    font-weight: bold;
}

.search-pagination {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #dddddd;
}

.search-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin-right: 5px;
    background-color: #f5f5f5;
    color: #333333;
    text-decoration: none;
}

.search-pagination .page-numbers.current {
    background-color: #79c95b;
    color: #ffffff;
}

@media (max-width: 991px) {
    .property-search-container {
        flex-direction: column;
        padding: 0 20px;
    }
    .search-main-content {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
    .search-sidebar-content {
        width: 100%;
        flex: 0 0 100%;
    }
    .result-body {
        flex-direction: column;
    }
    .result-thumbnail {
        width: 100%;
        flex: 0 0 100%;
    }
}


body.error404 {
    background-color: #f9f9f9;
    font-family: 'Droid Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.ae404{
    background-color: #f9f9f9;
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 10px;
}

body.error404 .ae404 h1 {
    font-size: 120px;
    color: #d9383a;
    text-align: center;
    
    line-height: 1;
    font-weight: bold;
    letter-spacing: -2px;
}

body.error404 .ae404 p {
    font-size: 22px;
    color: #444444;
    text-align: center;
    margin-top: 0;
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    body.error404 .ae404 h1 {
        font-size: 80px;
        margin-top: 60px;
    }
    body.error404 .ae404 p {
        font-size: 18px;
        margin-bottom: 80px;
    }
}