body {
    margin:0px;
    padding:0px;
    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    scroll-behavior: smooth;
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}
.custom-nav .nav-item {
    margin: 0 15px;
}
.custom-nav .nav-link {
    font-weight: 600;
    color: #5a5757 !important;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 5px;
}
.change-text-1{
    color: #ef7f1a !important;
}
.change-text-2{
    color: #0e0254 !important;
}
.custom-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #ef7f1a; 
    transition: width 0.3s ease;
}
.custom-nav .nav-link:hover::after {
    width: 100%;
}
.custom-nav .nav-link.active {
    color: #ef7f1a !important;
}
.custom-nav .nav-link.active::after {
    width: 100%;
}
.post-btn-1 {
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    padding: 10px 0;
    font-weight: 600;
    border-radius: 30px;
    background-color: #0e0254 !important;
    border-color: #0e0254 !important;
    box-shadow: 0 3px 8px rgb(14 2 84 / 50%);
    color: #fff;
    transition: all 0.3s ease;
    text-align: center;
}
.post-btn-1 i {
    font-size: 0.9rem;
    margin-left: 8px;
    transition: transform 0.3s ease;
}
.post-btn-1:hover {
    background-color: #d86e14 !important;
    border-color: #d86e14 !important;
    box-shadow: 0 5px 15px rgba(239, 127, 26, 0.4);
    color: #fff;
}   
.post-btn-1:hover i {
    transform: translateX(4px);
}
@media (max-width: 992px) {
    .post-btn-1 {
        width: 60%;
    }
}
@media (max-width: 768px) {
    .post-btn-1 {
        width: 80%;
    }
}
@media (max-width: 576px) {
    .post-btn-1 {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 1rem;
    }
}
.post-btn:hover {
    background-color: #d86e14 !important; 
    border-color: #d86e14 !important;
    box-shadow: 0 5px 15px rgba(239, 127, 26, 0.4);
}
.hero-section {
    background: 
    linear-gradient(rgba(54, 54, 54, 0.7), rgba(14, 12, 12, 0.8)),
    url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1200&q=80') center/cover no-repeat;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    color: #fff;
}
.search-box {
    max-width: 1100px;
    margin: 0 auto;
}
.search-box input,
.search-box select {
    border: none;
    outline: none;
    box-shadow: none !important;
    background: transparent;
    font-size: 15px;
}
.search-bar {
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap; 
    padding: 12px 16px;
    box-sizing: border-box;
}
.search-item {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
}
.search-item.flex-grow-1 {
    flex: 1 1 350px;
}
.search-bar .dropdown.position-relative {
    flex: 0 1 260px; 
}
.btn-search {
    background-color: #ef7f1a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all 0.3s ease;
    flex: 0 0 auto;
}
@media (max-width: 992px) {
    .search-bar .dropdown.position-relative {
        flex: 1 1 45%;
    }

    .search-item.flex-grow-1 {
        flex: 1 1 45%;
    }

    .search-item:not(.flex-grow-1) {
        flex: 1 1 45%;
    }
}
@media (max-width: 576px) {
    .search-bar .dropdown.position-relative,
    .search-item.flex-grow-1,
    .search-item,
    .btn-search {
        flex: 1 1 100%;
        width: 100%;
    }

    .btn-search {
        padding: 12px;
    }
}
.btn-search:hover {
    background-color: #d86c12;
    transform: translateY(-1px);
}
.navbar-brand {
    font-size: 1.5rem;
}
.property-tabs {
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.property-tabs .tab-btn {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    padding: 6px 16px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.property-tabs .tab-btn i {
    color: #ef7f1a;
    font-size: 16px;
    margin-right: 8px;
}
.property-tabs .tab-btn.active,
.property-tabs .tab-btn:hover {
    background-color: #ef7f1a;
    color: #fff;
    border-color: #ef7f1a;
}
.property-tabs .tab-btn.active i,
.property-tabs .tab-btn:hover i {
    color: #fff;
}
.post-btn {
background-color: #ef7f1a !important;
    color: #fff !important;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    /* box-shadow: 0 3px 6px rgba(239, 127, 26, 0.4); */
    transition: all 0.3s ease;
}
.post-btn:hover {
    background-color: #d86e12 !important;
    transform: translateY(-2px);
}
.property-tabs .dot {
    height: 8px;
    width: 8px;
    background-color: #ef7f1a;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}
.dropdown-toggle {
    background: transparent;
    border: none;
    font-size: 15px;
}
.dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.dropdown-item {
    font-size: 14px;
    padding: 8px 16px;

    transition: all 0.2s ease;
}
.dropdown-item:hover {
    background: #f9f3ec;
    color: #ef7f1a;
}
.category-card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}
.hero-section button.active {
    background-color: #0f0354;
    color: white;
    border: none;
}
.themed-footer {
    background: linear-gradient(180deg, #0f0354 0%, #06002a 100%);
    color: #ddd;
    font-size: 14px;
}
.themed-footer h6 {
    color: #ef7f1a;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.footer-links li {
    margin-bottom: 6px;
}
.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-links a:hover {
    color: #ef7f1a;
    padding-left: 4px;
}
.social-icons a {
    font-size: 18px;
    transition: 0.3s;
}
.social-icons a:hover {
    color: #ef7f1a;
    transform: translateY(-3px);
}
.themed-footer img {
    display: block;
}
.themed-footer p {
    color: #bbb;
}
.themed-footer .small {
    font-size: 13px;
}
.themed-footer .qr-code img {
    border-radius: 6px;
}
#citySearchInput {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 15px;
}
#citySearchInput:focus {
    border-color: #ef7f1a;
    box-shadow: 0 0 0 0.15rem rgba(239,127,26,0.25);
}
#citySuggestionBox {
    border-radius: 10px;
    border: 1px solid #eee;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}

#citySuggestionBox .dropdown-item:hover {
    background-color: #ef7f1a;
    color: #fff;
}
.property-tabs .tab-btn {
    text-decoration: none !important;
}
.section-heading {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.section-heading small {
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.section-heading h1 {
    font-weight: 700;
    color: #0d1b2a;
    margin-top: 10px;
}
.home-property-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 40px;
}
.home-property-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.property-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 40px;
}
.property-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.property-img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    cursor: zoom-in;
}
.property-card img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.property-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.property-content small {
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
}
.property-content h3 {
    font-weight: 700;
    margin-top: 10px;
    color: #0d1b2a;
}
.property-content p {
    color: #6c757d;
    margin-top: 10px;
    font-size: 15px;
}
.btn-primary {
    background-color: #0056d2;
    border-color: #0056d2;
    padding: 7px 24px;
    border-radius: 50px;
    font-weight: 500;
}
.btn-primary:hover {
    background-color: #003d99;
    border-color: #003d99;
}
@media (max-width: 768px) {
    .property-content {
        padding: 20px;
    }
}
.site-watermark {
    position: fixed;
    bottom: 360px;
    rotate: -90deg;
    left: -200px;
    opacity: 0.10;
    pointer-events: none;
}
.site-watermark img {
    width: 750px;
    height: auto;
    filter: grayscale(100%) brightness(10%);
}
@media (max-width: 767px) {
    .site-watermark {
        display: none !important;
    }
}
.text-theme {
    color: #0e0254 !important;
}
.detail-page-title{
    font-size: 16px !important;
}
.btn-theme-outline {
    color: #909094;
    border: 1px solid #909094;
    /* font-weight: 500; */
    border-radius: 25px;
        font-size: 14px;
    transition: all 0.3s ease;
    padding: 4px 13px;
    background-color: #fff;
}
.btn-theme-outline:hover,
.btn-theme-outline.active {
    background-color: #d86e14;
    border-color: #d86e14;
    color: #fff;
    /* box-shadow: 0 4px 10px rgba(216, 110, 20, 0.3); */
}
.change-text-1 {
    color: #0e0254;
    position: relative;
}
.change-text-1::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #d86e14;
    margin: 8px auto 0;
    border-radius: 5px;
}
.category-card {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
}
.category-card:hover {
    transform: translateY(-5px);
    border-color: #d86e14;
    box-shadow: 0 6px 15px rgba(216, 110, 20, 0.2);
}
.category-card:hover i {
    color: #d86e14;
}
@media (max-width: 768px) {
    .category-card {
        padding: 1.5rem 1rem;
    }
    .category-card i {
        font-size: 1.7rem;
    }
}
.modal-content {
    border-radius: 12px;
}
.nav-tabs .nav-link {
    color: #555;
    font-weight: 500;
}
.nav-tabs .nav-link.active {
    color: #007bff;
    border-bottom: 2px solid #007bff;
}
.input-group .form-select, .input-group .form-control {
    border-right: none;
}
.search-bar input:focus, .search-bar button:focus {
    box-shadow: none !important;
}
.form-select:focus,.form-control:focus{
    border-color: #d86e14;
    box-shadow: none !important;
}
.form-select{color: #909094;
}
.search-bar {
    border: 1px solid #eee;
}
@media (min-width: 992px) {
    #exploreModal .modal-dialog {
        max-width: 1200px;
    }
}
.filter-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    padding: 20px;
}
.filter-card h5 {
    font-weight: bold;
}
.filter-tag {
    /* background-color: #0e0254; */
    background-color: #c8dbfb;
    color: black;
    border-radius: 20px;
    font-weight: 600;
    padding: 4px 10px;
    font-size: 13px;
    border: 1px solid #c8dbfb;
}
.filter-tag .fa.fa-times:hover {
    color: red;
    cursor: pointer;
}
.agent-badge {
    background-color: #f8f9fa;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    color: #555;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}
.property-details{
    padding: 8px 13px;
}
.property-details h5 {
    color: #0e0254;
    font-weight: 600;
    font-size: medium;
}
.property-details h5:hover {
    color: #d86e14;
}
.property-details .text-success {
    color: #2a8c2a !important;
}
.highlight-badges {
    font-size: 13px;
    color: #666;
    margin-top: -10px;
}
.highlight-badges span {
    margin-right: 6px;
}
.info-box {
    font-size: 13px;
    color: #666;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.info-box .flex-fill {
    padding: 8px 10px;
}
.info-box .text-muted {
    font-size: 12px;
}
.agent-section {
    border-top: 1px solid #eee;
    padding-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.agent-info .avatar {
    width: 42px;
    height: 42px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.agent-info .agent-name {
    font-weight: 600;
    font-size: 14px;
        margin-bottom: -9px;
}
.agent-info small {
    font-size: 13px;
    color: #777;
}
.btn-contact {
    background-color: #0e0254;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 4px 18px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.btn-contact:hover {
    background-color: #d86e14;
    color: #fff;
    /* box-shadow: 0 4px 10px rgba(216, 110, 20, 0.3); */
}
.badge-new {
    background: #0e0254 !important;
    font-weight: 500;
    font-size: 13px;
}
.location-text {
    font-size: small;
}
.fa-location-dot{
    color: #d86e14 !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: transparent !important;
    filter: invert(1) brightness(90%); /* keeps white arrow visible */
}
.carousel-control-prev,
.carousel-control-next {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.carousel-control-prev,
.carousel-control-next {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
background-color: transparent !important;
    filter: invert(1) brightness(90%);
    width: 20px;   
    height: 20px; 
    background-size: 100% 100%; 
}
.property-tabs {
    margin-top: 20px;
    border-bottom: 2px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}
.property-tabs .nav-link {
    font-weight: 500;
    color: #000;
        font-size: 14px;
    cursor: pointer;
}
.property-tabs .nav-link.active {
    border-bottom: 3px solid #000;
    color: #000;
}
.key-details-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 25px;
    margin-top: 25px;
}
.key-details-section h4 {
    font-weight: 700;
    color: #004aad;
    margin-bottom: 20px;
}
.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}
.detail-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.detail-label {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 2px;
}
.detail-value {
    font-weight: 600;
    color: #000;
}
.detail-value a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}
.similar-property {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}
.similar-property img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.similar-property .card-body {
    padding: 10px;
}
.sticky-tabs {
    position: sticky;
    top: 70px; 
    z-index: 1020;
    background-color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.property-tabs .nav-link {
    font-weight: 500;
    color: #555;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.property-tabs .nav-link.active {
    color: #0e0254;
    border-bottom: 3px solid #0e0254;
    background: none;
}
.property-tabs .nav-link:hover {
    color: #0e0254;
}
.main-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 40px 0;
}
.info-box-log {
    flex: 1;
    padding: 50px;
}
.info-box-log h1 {
    font-weight: 700;
    font-size: 40px;
    color: #111;
    line-height: 1.3;
}
.info-box-log h1 span {
    color: #0e0254;
}
.info-box-log ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.info-box-log li {
    font-size: 16px;
    margin-bottom: 10px;
}
.info-box-log li::before {
    content: "✔";
    color: #d86e14;
    font-weight: bold;
    margin-right: 10px;
}
.illustration {
    width: 85%;
    max-width: 450px;
    margin-top: 20px;
    opacity: 0.95;
}
.form-card {
    flex: 1;
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    max-width: 420px;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.form-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.form-card h4 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #111;
}
.option-btn input {
    display: none;
}
.form-label {
    margin-bottom:0px !important;
}
.option-btn label {
    border: 1px solid #ccc;
    padding: 6px 14px;
    border-radius: 25px;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    background: #f8f9ff;
    transition: 0.3s;
}
.option-btn input:checked + label {
    background: #0e0254;
    color: #fff;
    border-color: #0e0254;
}
@media (max-width: 992px) {
    .main-section {
        flex-direction: column;
        padding: 30px;
    }
    .info-box-log {
        text-align: center;
        padding: 0;
    }
    .illustration {
        margin: 20px auto;
    }
}
.otp-input-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #ccc;
    border-radius: 8px;
    transition: all 0.2s;
}
.otp-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0,123,255,0.5);
    outline: none;
}
.nav-link.no-caret::after {
    display: none !important;
}
.custom-user-dropdown {
    right: -25px !important;
    left: auto !important;
}
.thankyou-wrapper{
  .thankyou-hero {
    background: linear-gradient(90deg, #0e0254, #5d99ab);
    color: #fff;
    padding: 100px 30px 80px;
    text-align: center;
    position: relative;
  }

  .thankyou-hero i {
    font-size: 70px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 18px;
    border-radius: 50%;
  }

  .thankyou-hero h1 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 2rem;
  }

  .thankyou-hero p {
    opacity: 0.9;
    font-size: 1.1rem;
  }

  .property-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: -60px auto 0;
    padding: 30px;
    width: 90%;
    position: relative;
    z-index: 2;
  }

  .property-card img {
    width: 100%;
    border-radius: 10px;
    /* height: 180px; */
    height: 234px;
    object-fit: cover;
  }

  .property-info {
    padding-top: 15px;
  }

  .property-info h5 {
    font-weight: 600;
    color: #333;
  }

  .property-info p {
    color: #666;
    margin-bottom: 4px;
  }

  .property-info .price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0e0254;
  }

  .btn-custom {
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 500;
  }

  .actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
  }

  .bottom-note {
    text-align: center;
    margin-top: 50px;
    color: #666;
    font-size: 14px;
  }

  @media (max-width: 768px) {
    .property-card img {
      height: 150px;
    }
  }
}
.contact-container {
  margin: 60px auto;
  /* background: #fff; */
}

.contact-left small {
  color: #0e0254;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-left h2 {
  font-size: 2rem;
  margin-bottom: 5px;
  color: #1a1a1a;
}

.contact-left p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.contact-form {
  background: linear-gradient(135deg, #f1f1f1, #efefef, #dbdbdb, #e6e7e7, #dfeef8);
  padding: 28px;
  border-radius: 12px;
  color: #fff;
  position: relative;
}

.contact-form input,
.contact-form textarea {
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 15px;
}

.contact-form button {
  background: #0e0254;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #7a7696;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 40px 25px;
  }
  .contact-form {
    margin-top: 40px;
  }
}

.icon-box {
  background-color: #0e0254;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  font-size: 22px;
  flex-shrink: 0;
}
.info-item h6 {
  color: #000;
  font-size: 16px;
}
.info-item p {
  font-size: 14px;
  line-height: 1.6;
}
.policy-section h5 {
  margin-top: 25px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}
.policy-section p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}
.icon-box {
    width: 45px;
    height: 45px;
    background-color: #f3f4f6;
    border-radius: 50%;
}

.icon-box i {
    color: #d86e14; /* your brand color */
}
.custom-pagination .page-item .page-link {
    border-radius: 50px;
    background-color: #f8f9fa;
    margin: 0 5px;
    padding: 4px 12px;
    color: #444;
    font-weight: 500;
    border: 1px solid #ddd;
}

.custom-pagination .page-item.active .page-link {
    background-color: #0e0254;
    color: #fff;
    border-color: #0e0254;
}

.custom-pagination .page-item .page-link:hover {
    background-color: #d86e14;
    border-color: #d86e14;
    color: white;
}
.skeleton {
    background: #e2e2e2;
    border-radius: 6px;
    animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

/* Image skeleton */
.skeleton-img {
    height: 220px;
}

/* Title */
.skeleton-title {
    height: 20px;
    width: 70%;
}

/* Text */
.skeleton-text {
    height: 15px;
    width: 90%;
}

.skeleton-text.short {
    width: 50%;
}

/* Buttons */
.skeleton-btn, .skeleton-btn-large {
    height: 40px;
    width: 120px;
}

.skeleton-btn-large {
    width: 100px;
}

/* Avatar */
.skeleton-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

/* Badge */
.skeleton-badge {
    width: 60px;
    height: 22px;
    border-radius: 20px;
}

/* Carousel arrows */
.skeleton-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.skeleton-arrow-left {
    left: 10px;
}

.skeleton-arrow-right {
    right: 10px;
}
.btn-theme-outline.active {
    background-color: #c8dbfb;
    border-color: #c8dbfb;
    color: black;
}
.no-data-wrapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.no-data-icon i {
    opacity: 0.6;
}
.input-error {
    border: 2px solid #e74c3c !important;
}

.key_detail_title{
        color: #0e0254;
    font-size: 13px !important;
}
.key_detail_data{
    font-size: 12px !important;
}

#keywordSuggestionBox {
    border-radius: 8px;
    padding: 0;
}
#property_responses_list .table-hover tbody tr:hover {
    background-color: #f8f9fc;
}

#property_responses_list .pagination .page-link {
    border-radius: 8px;
    margin: 0 2px;
}

#property_responses_list .form-select {
    cursor: pointer;
}

#property_responses_list .card {
    transition: all 0.2s ease;
}

#property_responses_list .card:hover {
    transform: translateY(-2px);
}

#keywordSuggestionBox li {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
}

#keywordSuggestionBox li:last-child {
    border-bottom: none;
}

#keywordSuggestionBox li:hover {
    background: #f6f6f6;
}

#keywordSuggestionBox::-webkit-scrollbar {
    width: 6px;
}
#keywordSuggestionBox::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.keyword-item{
    font-size: 15px;
    font-weight: 500;
    text-shadow: none;
    color: #0e0254;
}
.premium-owner-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(216,110,20,0.25);
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}
.premium-owner-card:hover {
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.owner-avatar {
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.owner-title {
    color: #0e0254 !important;
    letter-spacing: 1px;
}
.owner-name {
    font-size: 18px;
    color: #222;
}
.owner-info {
    font-size: 14px;
    color: #666 !important;
}
.contact-btn {
    border-radius: 10px;
    border: 1px solid #0e0254;
    color: #0e0254;
    background: #fff;
    transition: 0.3s;
}
.contact-btn:hover {
    background: #0e0254;
    color: #fff;
    box-shadow: 0 6px 14px rgba(14,2,84,0.3);
}
.is-invalid {
    border: 2px solid #dc3545 !important;
    border-radius: 6px;
}
.locality-suggestion-box {
    background: #c0c1c2; 
    border: 1px solid #ddd;
    border-radius: 8px;
    z-index: 9999;
    max-height: 250px;
    overflow-y: auto;
    top: 100%;
}

.locality-suggestion-box li {
    padding: 10px 12px;
    cursor: pointer;
}

.locality-suggestion-box li:hover {
    background: #e9ecef; 
}
.reset-filters:hover{
    color:#0e0254 !important ;
}
.form_lable{
    font-weight: 500;
}
.wishlistBtn:hover {
    transform: scale(1.2);
    transition: 0.2s ease-in-out;
}

.wishlistBtn {
    transition: 0.2s ease;
}

.wishlistBtn.fa-solid {
    transform: scale(1.2);
}
.skeleton-image {
    background: #e2e2e2;
    border-radius: 0.5rem;
    animation: pulse 1.5s infinite;
}
.skeleton-text {
    background: #e2e2e2;
    border-radius: 4px;
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

.blog-banner {
    position: relative;
    height: 380px;
    overflow: hidden;
    /* border-radius: 0 0 40px 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.blog-banner .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-banner .overlay {
    position: absolute;
    color: #f08321;
}

.blog-banner .banner-content {
    position: absolute;
    bottom: 50px;
    z-index: 2;
}

.blog-banner h2,
.blog-title {
    font-size: 23px;
    font-weight: bold;
    margin: 0;
}

.blog-banner p {
    margin-top: 10px;
    font-size: 17px;
}

.blog-banner p a {
    color: #fff;
    text-decoration: none;
}

.blog-section .blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    border: 1px solid #e8e8e8;
}

.blog-section .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.blog-section .blog-img {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.blog-section .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-section .blog-date {
    position: absolute;
    top: 30px;
    left: 0;
    background: #f08321;
    color: #fff;
    padding: 20px 8px;
    font-size: 12px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    border-radius: 0 0 8px 0;
}

.blog-body {
    padding: 20px;
}

.blog-body h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-body p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    min-height: 70px;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    color: #000;
    /* font-weight: bold; */
    text-decoration: none;
}

.read-more:hover {
    color: #8c6340;
}

.blog-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #606060;
}

.post-author-box {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 15px;
}

.author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}
.sticky-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-box {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.sidebar-title {
    font-size: 22px;
    font-weight: 700;
}

.recent-post-item {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 18px;
}

.recent-post-item a {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: #000;
}

.rp-img {
    width: 90px;
    height: 75px;
    border-radius: 5px;
    object-fit: cover;
}

.rp-date {
    font-size: 14px;
    color: #7f7f7f;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.rp-date i {
    margin-right: 5px;
    font-size: 14px;
}

.rp-title {
    font-size: 13px;
    font-weight: 600;
    color: #0e0254 ;
    line-height: 1.3;
}

.share-box {
    margin-top: 30px;
}

.share-icons a {
    display: inline-block;
    margin-right: 12px;
    font-size: 20px;
    color: #000;
    transition: 0.3s;
}

.share-icons .share-icon:hover {
    color: #f08321;
    transform: translateY(-4px);
    opacity: 0.85;
}

.posted-details{
    color: #f08321;
}

.feature-img-wrapper {
    width: 100%;
    max-width: 850px;
    aspect-ratio: 16 / 9; 
    overflow: hidden;
    border-radius: 12px;
    margin: 0 auto;
}

.feature-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


.amenities-wrapper {
    position: relative;
}

.amenities-hover {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    min-width: 260px;
    max-width: 550px;
    border: 1px solid #ddd;
}

.amenities-wrapper:hover .amenities-hover {
    display: block;
}

.amenities-hover .badge {
    margin: 4px;
}

@media (max-width: 768px) {
    .amenities-wrapper:hover .amenities-hover {
        display: none;
    }
}
