/* ================= THEME ================= */
:root {
    --primary-color: #0b2545;
    --accent: #d4af37;
    --blue: #1e88e5;
    --glass: rgba(255, 255, 255, 0.15);
    --glass2: rgba(81, 68, 68, 0.05);
    --text-muted: #dbe4ea;
    --secondary: #9fa8da;
    --neutral: #f5f7fa;
    --bg: #f3f7fb;
    --border: #e3e3e3;
    --success: #4bb543;
    --danger: #ff3726;
    --warning: #ffa128;
    --info: #005cb5;
    --white: #fff;
    --header: #0c142e;
    --bg2: #18185e;
    --bg3: #ffffff33;
    --box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    --black: #000;
    --text: #77797e;
    --header: #0c142e;
    --ratting: #ffa128;
}

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

body {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    max-width: 100vw;
}

/* Prevent horizontal overflow on all elements */
* {
    max-width: 100%;
    box-sizing: border-box;
}

/* Specific fixes for small screens */
@media (max-width: 749px) {
    html,
    body {
        overflow-x: hidden;
        position: relative;
        width: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        touch-action: pan-y;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
    }

    /* Ensure all form elements don't overflow */
    input,
    select,
    textarea,
    button {
        max-width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    /* Fix any potential overflow from long text */
    .search-tab {
        max-width: 100%;
        word-break: break-word;
        hyphens: auto;
    }

    /* Prevent zoom on input focus */
    .search-row-basic input,
    .search-row-basic select {
        font-size: 16px !important;
        transform-origin: left top;
        transform: scale(0.95);
    }

    /* Fix for iOS Safari */
    @supports (-webkit-touch-callout: none) {
        .mega-search-container {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }
    }
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--primary-color);
    outline: none;
}

input {
    color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lexend", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 110px;
    font-weight: 700;
    line-height: 112%;
}

h2 {
    font-size: 50px;
    line-height: 125%;
    font-weight: 600;
}
@media (max-width: 1199px) {
    h2 {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 22px;
    font-weight: 600;
}
@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

.mt-10 {
    margin-top: 10px;
}

@media (max-width: 575px) {
    br {
        display: none;
    }
}

.header-car-logo {
    height: 60px;
}

.footer-car-logo {
    height: 70px;
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

/* ================= SCROLL UP ================= */
.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--accent);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 25px;
    bottom: 35px;
    height: 50px;
    width: 50px;
    transition: all 0.4s ease-in-out;
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 6 free";
    content: "\f062";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: var(--accent);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
    fill: none;
}

.scroll-up svg.scroll-circle path {
    stroke: var(--primary-color);
    stroke-width: 4px;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* ================= RIGHT SIDE BAR ================= */

.offcanvas__user {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px;
    margin-top: 10px;

    background: var(--primary-color);
    border-radius: 10px;

    font-size: 14px;
    /* Perfect for 320px */
}

/* Links */
.offcanvas__user a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 700;

    padding: 4px 10px;
    border-radius: 6px;

    transition: background 0.2s ease, color 0.2s ease;
}

/* Divider */
.offcanvas__user span {
    color: var(--accent);
    font-size: 16px;
}

/* Hover / Tap effect */
.offcanvas__user a:hover,
.offcanvas__user a:focus {
    background: #fff;
    color: #9ab558;
    /* accent color */
}

/* Active link (optional) */
.offcanvas__user a.active {
    background: #9ab558;
    color: #064035;
}

.offcanvas__info {
    background: var(--bg) none repeat scroll 0 0;
    border-left: 2px solid var(--primary-color);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 150px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--accent);
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--text);
}
.offcanvas__wrapper
    .offcanvas__content
    .offcanvas__contact
    ul
    li:not(:last-child) {
    margin-bottom: 15px;
}
.offcanvas__wrapper
    .offcanvas__content
    .offcanvas__contact
    ul
    li
    .offcanvas__contact-icon {
    margin-right: 20px;
}
.offcanvas__wrapper
    .offcanvas__content
    .offcanvas__contact
    ul
    li
    .offcanvas__contact-icon
    i {
    color: var(--accent);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}
.offcanvas__wrapper
    .offcanvas__content
    .offcanvas__contact
    .header-button
    .car-btn {
    width: 100%;
    padding: 16px 40px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: transparent;
    color: var(--text);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border);
}
.offcanvas__wrapper
    .offcanvas__content
    .offcanvas__contact
    .social-icon
    a:hover {
    background-color: var(--accent);
    color: var(--white);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}
@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* SCROLLER */

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--accent);
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 10px;
}

/* ================= HEADER 1 ================= */
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.header-main .main-menu ul {
    margin-bottom: 0;
}
.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 60px;
    padding: 20px 0;
}
.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}
.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    text-align: left;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}
.header-1 .header-main .main-menu ul li a:hover {
    color: var(--accent) !important;
}
.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    padding: 0 25px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
    background: var(--accent);
    color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:hover > a::after {
    color: var(--accent);
}

.header-main .main-menu ul li .submenu li:hover > .submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--accent);
}

.header-main .main-menu ul li:hover > a {
    color: var(--accent);
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid var(--accent);
}

.header-main .main-menu ul li a.active {
    color: var(--accent) !important;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid var(--accent);
    transition: all 0.4s ease-in-out;
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
}

.header-1 {
    position: relative;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    z-index: 999;
    border-bottom: 3px solid var(--accent);
}
.header-1 .container-fluid {
    padding: 0 60px;
}
@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding: 0 40px;
    }
}
@media (max-width: 991px) {
    .header-1 .container-fluid {
        padding: 0 30px;
    }
}
@media (max-width: 575px) {
    .header-1 .container-fluid {
        padding: 0 15px;
    }
}
.header-1 .header-main .header-left {
    display: flex;
    align-items: center;
    gap: 80px;
}
.header-1 .header-main .main-menu ul li a {
    font-weight: 500;
    color: var(--text);
}
.header-1 .header-1 .header-main .main-menu ul li a:hover {
    color: var(--header) !important;
}
.header-1 .header-main .main-menu ul li .submenu li a {
    font-weight: 500;
    color: var(--text);
}
.header-1 .header-main .header-right {
    gap: 70px;
}
@media (max-width: 1899px) {
    .header-1 .header-main .header-right {
        gap: 30px;
    }
}
@media (max-width: 1199px) {
    .header-1 .header-main .header-right {
        gap: 25px;
    }
}
.header-1 .header-main .header-right .search-icon {
    color: var(--header);
    font-size: 24px;
    border-left: 1px solid var(--border);
    padding-left: 30px;
}
.header-1 .header-main .header-right .search-icon:hover {
    color: var(--theme);
}
@media (max-width: 1199px) {
    .header-1 .header-main .header-right .search-icon {
        border: none;
        padding: 0;
    }
}
.header-1 .header-main .header-right .header-button {
    margin-right: -10%;
}
.header-1 .header-main .header-right .header-button .header-btn {
    padding: 34px 60px;
    background-color: var(--theme);
    color: var(--white);
    font-size: 16px;
    margin-left: 50px;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.header-1 .header-main .header-right .header-button .header-btn:hover {
    background-color: var(--theme2);
}
@media (max-width: 1899px) {
    .header-1 .header-main .header-right .header-button {
        margin-left: 0;
    }
}
@media (max-width: 1600px) {
    .header-1 .header-main .header-right .header-button {
        display: none;
    }
}
.header-1 .header-main .header-right .icon-items {
    display: flex;
    align-items: center;
    gap: 15px;
}
@media (max-width: 1399px) {
    .header-1 .header-main .header-right .icon-items {
        display: none;
    }
}
.header-1 .header-main .header-right .icon-items .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--theme);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.header-1 .header-main .header-right .icon-items .content p {
    color: var(--text);
    font-size: 14px;
}
.header-1 .header-main .header-right .icon-items .content h6 {
    font-size: 16px;
    color: var(--header);
}
.header-1 .header-main .header-right .header__hamburger .sidebar__toggle {
    font-size: 20px;
    color: var(--header);
}

/* ================= SIDE TOGGLE ================= */

.sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--primary-color) !important;
}

.header-1 .header-main .header-right .header__hamburger .sidebar__toggle {
    font-size: 20px;
    color: var(--header);
}

/* ================= TOP HEADER ================= */

.header-top-section {
    background-color: var(--primary-color);
    padding: 10px 60px;
    position: relative;
    z-index: 9;
    border-top: 3px solid var(--primary-color);
}

@media (max-width: 1199px) {
    .header-top-section {
        padding: 10px 20px;
    }
}

@media (max-width: 991px) {
    .mean__menu-wrapper {
        display: none;
    }
}

.header-top-section::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 285px;
    content: "";
    background-color: var(--white);
    z-index: -1;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1399px) {
    .header-top-section::before {
        display: none !important;
    }
}
.header-top-section.style-two {
    border: none;
    background-color: transparent;
}
.header-top-section.style-two::before {
    background-color: #0c142e;
    clip-path: none;
    width: 100%;
    left: 260px;
    border-radius: 0 0 0 10px;
}
@media (max-width: 1899px) {
    .header-top-section.style-two::before {
        display: block !important;
        left: 0;
    }
}

@media (max-width: 630px) {
    .header-top-section {
        display: none !important;
    }
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 230px;
}
@media (max-width: 1399px) {
    .header-top-wrapper .contact-list {
        margin-left: 0;
    }
}
.header-top-wrapper .contact-list li {
    color: #d4eaff;
    font-size: 14px;
}
.header-top-wrapper .contact-list li i {
    color: var(--accent);
    margin-right: 10px;
}
.header-top-wrapper .contact-list li a {
    color: #d4eaff;
}
.header-top-wrapper .header-top-right {
    display: flex;
    align-items: center;
    gap: 70px;
}
@media (max-width: 1199px) {
    .header-top-wrapper .header-top-right {
        gap: 30px;
    }
}
.header-top-wrapper .header-top-right .top-list {
    gap: 15px;
    display: flex;
}
@media (max-width: 1199px) {
    .header-top-wrapper .header-top-right .top-list {
        gap: 20px;
    }
}
.header-top-wrapper .header-top-right .top-list li {
    font-size: 14px;
    color: var(--white);
}
.header-top-wrapper .header-top-right .top-list li a {
    color: #d4eaff;
}
.header-top-wrapper .header-top-right .social-icon {
    gap: 25px;
}
@media (max-width: 1199px) {
    .header-top-wrapper .header-top-right .social-icon {
        gap: 20px;
    }
}
.header-top-wrapper .header-top-right .social-icon a {
    color: var(--white);
    font-size: 14px;
}
.header-top-wrapper.style-2 .contact-list li {
    color: #8e94a5;
}
.header-top-wrapper.style-2 .contact-list li a {
    color: #8e94a5;
}
.header-top-wrapper.style-2 .header-top-right .top-list li a {
    color: #8e94a5;
}

/* ================= HERO ================= */
.hero {
    min-height: 100vh;
    background: linear-gradient(rgba(11, 37, 69, 0.85), rgba(11, 37, 69, 0.9)),
        url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c")
            center/cover;
    color: #fff;
    padding: 70px 5%;
}

.hero-content {
    max-width: 1200px;
    margin: auto;
}

.hero h1 {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    line-height: 1.2;
    color: #fff;
}

.hero h1 span {
    color: var(--accent);
}

.hero p {
    margin: 15px 0 30px;
    color: var(--text-muted);
    max-width: 650px;
}

/* ================= SEARCH ================= */
.mega-search-container {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.search-type-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.search-tab {
    padding: 8px 20px;
    border: 2px solid #e0e0e0;
    background: transparent;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.search-tab.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.search-row-basic {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto auto;
    gap: 12px;
    align-items: center;
}

.search-row-basic input,
.search-row-basic select {
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 0.95rem;
}

.search-btn {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-btn:hover {
    background: #081c34;
}

.advanced-toggle {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 14px 20px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.advanced-toggle:hover {
    background: #e8e8e8;
}

.search-row-advanced {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    align-items: start;
}

.search-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.search-group label {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.price-range,
.property-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.price-range input,
.property-details input,
.search-group input,
.search-group select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 0.9rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.checkbox-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
    cursor: pointer;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

.checkbox-group label:hover,
.checkbox-group label.touch-active {
    background: #e9ecef;
    border-color: var(--primary-color);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.checkbox-group label.checked {
    background: #e3f2fd;
    border-color: var(--primary-color);
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.checkbox-group input[type="checkbox"]:checked + span {
    font-weight: 500;
    color: var(--primary-color);
}

.checkbox-group span {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Legacy search-box styles for backward compatibility */
.search-box {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr auto;
    gap: 12px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.search-box input,
.search-box select {
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 0.95rem;
}

/* ================= CTA ================= */
.cta-buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.cta {
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.cta.buy {
    background: var(--accent);
    color: #000;
}

.cta.rent {
    border: 2px solid #fff;
    color: #fff;
}

/* ================= POPULAR ================= */
.popular-section {
    margin-top: 60px;
}

.popular-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #fff;
}

.popular-title span {
    color: var(--accent);
}

.popular-sub {
    color: var(--text-muted);
    margin-bottom: 30px;
}

.popular-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

/* ================= CARD ================= */
.popular-card {
    background: var(--glass);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    overflow: hidden;
    transition: 0.4s;
    position: relative;
}

.popular-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.popular-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.popular-info {
    padding: 15px;
}

.popular-info h4 {
    color: var(--accent);
    margin-bottom: 6px;
}

.popular-info p {
    font-size: 0.95rem;
}

/* ================= BADGES ================= */
.badge-item {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
}

.badge-item.popular {
    background: var(--accent);
    color: #000;
}

.badge-item.trending {
    background: var(--blue);
}

.badge-item.feature {
    background: var(--primary-color);
}

/* ================= HEADER STICKY ================= */
.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.9s;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky .header-main .main-menu ul li a {
    color: var(--header);
}
.sticky .header-1 .header-main .main-menu ul li a:hover {
    color: var(--primary-color);
}
.sticky .header-main .header-right .search-icon {
    color: var(--header);
}
.sticky .header-main .header-right .search-icon:hover {
    color: var(--primary-color);
}
.sticky .header-main .header-right .icon-items .icon {
    background-color: var(--primary-color);
    color: var(--white);
}
.sticky .header-main .header-right .icon-items .content p {
    color: var(--primary-color);
}
.sticky .header-main .header-right .icon-items .content h6 a {
    color: var(--header);
}
.sticky .header-main .header-right .header__hamburger .sidebar__toggle {
    color: var(--header);
}
.sticky .header-left {
    display: none;
}
.sticky .header-left {
    display: block;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
    .search-box {
        grid-template-columns: 1fr;
    }

    .popular-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-wrap: wrap;
    }
}

/* ================= PRODUCT SECTIONS ================= */
.product-section {
    margin-top: 60px;
}

.product-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #fff;
}

.product-title span {
    color: var(--accent);
}

.product-sub {
    color: var(--text-muted);
    margin-bottom: 30px;
}

.product-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* ================= PRODUCT CARDS ================= */
.product-card {
    background: var(--glass2);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-info {
    padding: 20px;
}

.product-info h4 {
    color: var(--accent);
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 600;
}

.product-info p {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 12px;
}

.product-footer {
    padding: 0 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-footer button {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    border: 2px solid var(--accent);
    background: rgba(255, 255, 255, 0.9);
    color: var(--accent);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.product-footer button:hover {
    background: var(--accent);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.product-footer button:active {
    transform: translateY(0);
}

.product-footer button i {
    transition: transform 0.3s ease;
}

.product-footer button:hover i {
    transform: scale(1.1);
}

.meta {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #000;
    font-weight: 500;
}

.meta.popular {
    color: var(--text-muted);
}

.featured-properties {
    background: var(--secondary);
    padding: 60px 0;
}

.featured-properties .section-title span {
    color: var(--accent);
    font-weight: 600;
    letter-spacing: 2px;
}

.featured-properties .section-title h3 {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 10px;
}

/* ================= DARK THEME ================= */
.featured-properties-dark {
    background-color: rgb(17, 26, 54);
    padding: 60px 0;
}

.featured-properties-dark .section-title span {
    color: var(--accent);
    font-weight: 600;
    letter-spacing: 2px;
}

.featured-properties-dark .section-title h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 10px;
}

.product-card.dark {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    color: #fff;
    border: 1px solid rgba(192, 180, 180, 0.1);
}

.product-card.dark:hover {
    /* background: rgba(255, 255, 255, 0.12); */
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(114, 111, 111, 0.3);
}

.product-card.dark .product-info h4 {
    color: var(--accent);
}

.product-card.dark .product-info p {
    color: var(--text-muted);
}

.product-card.dark .meta {
    color: var(--text-muted);
}

.product-footer.dark {
    background-color: rgba(12, 20, 46, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.product-footer.dark button {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.product-footer.dark button:hover {
    background-color: #fff;
    color: var(--accent);
    border-color: #fff;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 20px;
    }

    .product-card img {
        height: 180px;
    }

    .product-info {
        padding: 15px;
    }

    .product-footer {
        padding: 0 15px 15px;
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .product-info h4 {
        font-size: 1.1rem;
    }

    .product-footer button {
        padding: 10px 16px;
        font-size: 0.85rem;
    }
}

.statistics-dark .stat-item h2 {
    color: #fff;
}

.statistics-dark .stat-item p {
    color: var(--text-muted);
}

/* ================= TESTIMONIALS ================= */
.testimonials {
    background: #f8f9fa;
    padding: 80px 0;
}

.testimonials .section-title span {
    color: var(--accent);
    font-weight: 600;
    letter-spacing: 1px;
}

.testimonials .section-title h3 {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 10px;
}

.testimonial-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-card .card-body {
    padding: 0;
}

.testimonial-card .stars {
    margin-bottom: 20px;
}

.testimonial-card .stars i {
    font-size: 1.1rem;
    margin-right: 3px;
}

.testimonial-card .card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
    font-style: italic;
}

.client-info {
    display: flex;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.client-info img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.client-info h6 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.client-info small {
    color: #888;
    font-size: 0.9rem;
}

/* Testimonials Responsive */
@media (max-width: 768px) {
    .testimonials {
        padding: 60px 0;
    }

    .testimonials .section-title h3 {
        font-size: 2rem;
    }

    .testimonial-card {
        padding: 20px;
    }

    .client-info img {
        width: 50px;
        height: 50px;
    }
}

/* ================= CONTACT section ================= */
.contact-section {
    background: var(--primary-color);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?auto=format&fit=crop&w=1920&h=600")
        center/cover;
    opacity: 0.1;
    z-index: 0;
}

.contact-section-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.contact-section h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-section p {
    color: var(--text-muted);
    font-size: 1rem;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-section .section-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-section .section {
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
}

.contact-section .section.primary {
    background: var(--accent);
    color: #000;
}

.contact-section .section.primary:hover {
    background: #c4a030;
    transform: translateY(-3px);
    color: #fff;
}

.contact-section .section.secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.contact-section .section.secondary:hover {
    background: #fff;
    color: var(--primary-color);
    transform: translateY(-3px);
}

.contact-section .section i {
    font-size: 1rem;
    margin-right: 8px;
}

/* Contact section Responsive */
@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-section h2 {
        font-size: 2rem;
    }

    .contact-section p {
        font-size: 1rem;
    }

    .contact-section .section-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .contact-section .section {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

/* ================= BLOG SECTION ================= */

.blog-header {
    text-align: center;
    margin-bottom: 50px;
}

.blog-header h2 {
    font-size: 2rem;
    color: #fff;
}

.blog-header h2 span {
    color: var(--accent);
}

.blog-header p {
    color: #fff;
    margin-top: 10px;
}

/* ================= BLOG GRID ================= */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* ================= BLOG CARD ================= */
.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    position: relative;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.15);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Badge */
.blog-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--accent);
    color: #1b2b1f;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
}

/* Content */
.blog-content {
    padding: 22px;
}

.blog-content h3 {
    font-size: 1.05rem;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-content p {
    font-size: 0.9rem;
    color: #5f6f6a;
    margin-bottom: 16px;
}

.blog-content a {
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    transition: 0.3s;
}

.blog-content a:hover {
    color: var(--accent);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

.site-btn {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.view-all-button {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-btn:hover {
    background: #fff;
    color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.site-btn:active {
    transform: translateY(0);
}

/* ================= PROPERTY INQUIRY MODAL ================= */
#propertyInquiryModal .modal-content {
    border-radius: 16px;
    overflow: hidden;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.property-modal-image {
    position: relative;
    background: var(--primary-color);
}

.property-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(11, 37, 69, 0.85);
    border-radius: 0;
    min-height: 120px;
}

#propertyInquiryModal .form-control,
#propertyInquiryModal .form-select {
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

#propertyInquiryModal .form-control:focus,
#propertyInquiryModal .form-select:focus {
    background-color: #f8f9fa;
    border-color: var(--blue);
    box-shadow: 0 0 0 0.2rem rgba(30, 136, 229, 0.1);
}

#propertyInquiryModal .form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

#propertyInquiryModal .btn-primary {
    background: var(--accent);
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

#propertyInquiryModal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

#propertyInquiryModal .btn-close {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

#propertyInquiryModal .btn-close:hover {
    opacity: 1;
}

/* #propertyInquiryModal .badge {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
    display: inline-block;
} */

#propertyInquiryModal .form-check-input:checked {
    background-color: var(--accent);
    border-color: var(--accent);
}

/* Mobile responsive adjustments */
@media (max-width: 991.98px) {
    #propertyInquiryModal .modal-dialog {
        margin: 1rem;
    }

    #propertyInquiryModal .modal-body {
        padding: 1.5rem !important;
    }

    #propertyInquiryModal .property-modal-image {
        height: 200px;
        margin-bottom: 1.5rem;
        border-radius: 12px;
        overflow: hidden;
    }

    #propertyInquiryModal .property-modal-image img {
        border-radius: 12px;
    }
}

.property-detail-hero {
    background: var(--primary-color);
    padding: 60px 0 40px;
    color: var(--white-color);
}

.property-detail-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    margin-top: -30px;
    position: relative;
    z-index: 10;
    padding: 40px;
}

.property-image-gallery {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.main-image {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.thumbnail-slider {
    margin-top: 15px;
}

.thumbnail-slide {
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.thumbnail-slide:hover,
.thumbnail-slide.swiper-slide-thumb-active {
    border-color: var(--accent);
    transform: scale(1.05);
}

.property-info-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}

.property-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 20px;
}

.property-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0;
}

.property-features p {
    font-size: 0.9rem;
    color: var(--primary-color);
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}

.feature-badge {
    background: white;
    padding: 10px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.feature-badge i {
    color: var(--accent);
}

.property-description {
    margin: 30px 0;
    line-height: 1.8;
}

.property-description h3 {
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.inquiry-section {
    background: var(--primary-color);
    border-radius: 15px;
    padding: 30px;
    color: #fff;
    margin-top: 30px;
}

.inquiry-section h4 {
    color: #fff;
}

.inquiry-section p {
    color: #fff;
}

.inquiry-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.inquiry-btn {
    flex: 1;
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.inquiry-btn.primary {
    background: white;
    color: var(--primary-color);
}

.inquiry-btn.secondary {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 2px solid white;
}

.inquiry-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.property-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.spec-item {
    text-align: center;
    padding: 10px;
    background: var(--glass2);
    border-radius: 10px;
}

.spec-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.spec-item h6 {
    margin: 0;
    font-weight: 700;
}

.spec-item p {
    margin: 5px 0 0;
    color: var(--primary-color);
    font-size: 0.9rem;
}

.additional-info {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
}

.breadcrumb-custom {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px 20px 25px;
    margin-bottom: 20px;
}

.breadcrumb-custom form {
    margin-top: 20px;
}

.breadcrumb-custom a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.breadcrumb-custom a:hover {
    color: white;
}

.breadcrumb-custom .active {
    color: white;
    font-weight: 600;
}

.search-input-group {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr auto auto;
    gap: 10px;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.search-input-group input[type="text"],
.search-input-group select {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
    background: #fff;
    min-height: 48px;
}

.search-input-group input[type="text"]:focus,
.search-input-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(11, 37, 69, 0.1);
}

.search-input-group .search-btn {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input-group .search-btn:hover {
    background: #081c34;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(11, 37, 69, 0.3);
}

.search-input-group .reset-btn {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}

.search-input-group .reset-btn:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(11, 37, 69, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .search-input-group {
        grid-template-columns: 1.5fr 1fr 1fr 1fr auto auto;
        gap: 8px;
    }
}

@media (max-width: 992px) {
    .search-input-group {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .search-input-group .search-btn,
    .search-input-group .reset-btn {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .search-input-group {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 12px;
    }

    .search-input-group input[type="text"] {
        grid-column: span 2;
    }

    .search-input-group .search-btn,
    .search-input-group .reset-btn {
        grid-column: span 1;
    }
}

@media (max-width: 576px) {
    .search-input-group {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .search-input-group input[type="text"],
    .search-input-group select,
    .search-input-group .search-btn,
    .search-input-group .reset-btn {
        grid-column: span 1;
        width: 100%;
    }
}

.property-modal-image {
    position: relative;
    overflow: hidden;
}

.property-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

/* Features and Amenities Styling */
.features,
.amenities {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.features .title,
.amenities .title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.features .title::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--accent);
    color: white;
    border-radius: 50%;
    font-size: 0.9rem;
}

.amenities .title::before {
    content: "★";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    font-size: 0.9rem;
}

.features .status,
.amenities .status {
    display: inline-block;
    background: white;
    color: #333;
    padding: 8px 16px;
    margin: 5px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.features .status:hover,
.amenities .status:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: var(--accent);
    color: white;
}

.amenities .status {
    position: relative;
    padding-left: 35px;
}

.amenities .status::before {
    content: "✓";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-weight: bold;
}

.amenities .status:hover::before {
    color: white;
}

.reset-btn {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.team-card-items {
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.team-card-items .border-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 355px;
}
.team-card-items .border-shape img {
    width: 100%;
    height: 100%;
}
@media (max-width: 1199px) {
    .team-card-items .border-shape {
        display: none;
    }
}
.team-card-items .team-image {
    position: relative;
    height: 408px;
    margin: 0 auto;
    padding: 13px 13px 0 13px;
}
@media (max-width: 1199px) {
    .team-card-items .team-image {
        padding: 0;
    }
}
.team-card-items .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.team-card-items .team-content {
    margin-top: 25px;
    color: #fff;
}
.team-card-items .team-content h3 a {
    color: #fff;
}

.team-card-items .team-content h3 a:hover {
    color: var(--accent);
}
.team-card-items .team-content p {
    text-transform: uppercase;
}
.team-card-items .team-content .social-icon {
    gap: 10px;
    margin-top: 20px;
}
.team-card-items .team-content .social-icon a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: var(--header);
    background-color: #ecf0f4;
    transition: all 0.4s ease-in-out;
}
.team-card-items .team-content .social-icon a:hover {
    background-color: var(--accent);
    color: var(--white);
}

/* Glassmorphism styles for Why Choose Us section */
.glass-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    transition: all 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.25);
    background: rgba(255, 255, 255, 0.95);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.glass-card:hover .feature-icon {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .glass-card {
        margin-bottom: 20px;
    }
}

.footer-section {
    background-color: #0c142e;
    position: relative;
    z-index: 9;
}
.footer-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../img/footer/bg-light-footer.png);
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: 0.04;
    background-repeat: no-repeat;
}

.footer-widgets-wrapper {
    padding: 50px 0 80px;
    position: relative;
    z-index: 9;
}
.footer-widgets-wrapper .single-footer-widget {
    margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
    font-weight: bold;
    color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
    color: #8e94a5;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 40px;
    gap: 15px;
    position: relative;
    z-index: 9;
}
@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
        margin-top: 20px;
    }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--white);
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(227, 227, 227, 0.2);
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-content
    .social-icon
    a:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
    margin-top: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
    color: var(--white);
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-content
    .contact-info
    li:not(:last-child) {
    margin-bottom: 20px;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-content
    .contact-info
    li
    i {
    font-size: 16px;
    color: var(--theme);
    margin-right: 10px;
    font-size: 20px;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-content
    .contact-info
    li
    a {
    color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
    position: relative;
    margin-top: 40px;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-content
    .footer-input
    input {
    background: var(--white);
    border: none;
    outline: none;
    padding: 18px 20px;
    width: 100%;
    border-radius: 5px;
    color: var(--text);
    font-size: 14px;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-content
    .footer-input
    input::placeholder {
    color: var(--text);
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-content
    .footer-input
    .newsletter-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme2);
    color: var(--white);
    bottom: 5px;
    transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-content
    .footer-input
    .newsletter-btn:hover {
    background-color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget .list-items li {
    text-transform: capitalize;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:not(:last-child) {
    margin-bottom: 15px;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a {
    font-size: 16px;
    color: #8e94a5;
    position: relative;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background-color: var(--theme);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a:hover {
    padding-left: 20px;
    color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget .list-items li a:hover::before {
    opacity: 1;
    visibility: visible;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-gallery
    .gallery-wrap
    .gallery-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-gallery
    .gallery-wrap
    .gallery-item:not(:last-child) {
    margin-bottom: 10px;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-gallery
    .gallery-wrap
    .gallery-item
    .thumb {
    position: relative;
    width: 80px;
    height: 80px;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-gallery
    .gallery-wrap
    .gallery-item
    .thumb
    img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-gallery
    .gallery-wrap
    .gallery-item
    .thumb
    .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-gallery
    .gallery-wrap
    .gallery-item
    .thumb
    .icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 55, 38, 0.8);
    transition: 0.4s;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-gallery
    .gallery-wrap
    .gallery-item
    .thumb
    .icon
    i {
    color: var(--white);
    font-size: 22px;
    z-index: 99;
    position: relative;
    margin-top: 25px;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-gallery
    .gallery-wrap
    .gallery-item
    .thumb:hover
    .icon {
    opacity: 1;
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-gallery
    .gallery-wrap
    .gallery-item
    .thumb:hover
    .icon::after {
    opacity: 1;
}
.footer-widgets-wrapper .single-footer-widget.shape-map {
    position: relative;
}
.footer-widgets-wrapper .single-footer-widget.shape-map::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../img/footer/shape-map.png);
    background-position: center center;
    z-index: -1;
    opacity: 0.04;
    background-repeat: no-repeat;
}

.footer-bottom {
    border-top: 1px solid #2d344a;
    padding: 30px 0;
}
.footer-bottom .footer-wrapper {
    text-align: center;
}
.footer-bottom .footer-wrapper p {
    color: #8e94a5;
}
.footer-bottom .footer-wrapper p a {
    color: #8e94a5;
}

.cta-cheap-rental-section {
    background-color: rgb(17, 26, 54);
    padding: 30px 0;
}

.cta-cheap-rental {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .cta-cheap-rental {
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }
}
.cta-cheap-rental .cta-cheap-rental-left {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 767px) {
    .cta-cheap-rental .cta-cheap-rental-left {
        gap: 20px;
    }
}
.cta-cheap-rental .cta-cheap-rental-left h4 {
    font-weight: 400;
    border-left: 1px solid #29314a;
    padding-left: 30px;
    position: relative;
}
@media (max-width: 767px) {
    .cta-cheap-rental .cta-cheap-rental-left h4 {
        padding-left: 0;
        border: none;
        font-size: 18px;
    }
}
.cta-cheap-rental .social-icon {
    gap: 15px;
    position: relative;
    z-index: 9;
}
@media (max-width: 575px) {
    .cta-cheap-rental .social-icon {
        margin-top: 20px;
    }
}
.cta-cheap-rental .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--header);
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: var(--white);
    border-radius: 50%;
}
.cta-cheap-rental .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.contact-wrapper-area {
    padding: 80px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
    .contact-wrapper-area {
        padding: 50px 50px;
    }
}
@media (max-width: 767px) {
    .contact-wrapper-area {
        padding: 40px 50px;
    }
}
@media (max-width: 575px) {
    .contact-wrapper-area {
        padding: 30px 40px;
    }
}
.contact-wrapper-area .contact-form-items .form-clt span {
    color: var(--header);
    display: inline-block;
    margin-bottom: 10px;
}
.contact-wrapper-area .contact-form-items .form-clt input,
.contact-wrapper-area .contact-form-items .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: var(--bg);
    padding: 16px 20px;
    border-radius: 8px;
    color: var(--text);
}
.contact-wrapper-area .contact-form-items .form-clt input::placeholder,
.contact-wrapper-area .contact-form-items .form-clt textarea::placeholder {
    color: var(--text);
}
.contact-wrapper-area .contact-form-items .form-clt textarea {
    padding-bottom: 110px;
}
.contact-wrapper-area .contact-right-items .contact-img {
    margin-bottom: 10px;
}
.contact-wrapper-area .contact-right-items .contact-img img {
    width: 100%;
    height: 100%;
}
.contact-wrapper-area .contact-right-items .icon-items {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid var(--border);
    padding: 25px 0;
}
.contact-wrapper-area .contact-right-items .social-icon {
    gap: 15px;
    position: relative;
    z-index: 9;
    margin-top: 30px;
}
@media (max-width: 575px) {
    .contact-wrapper-area .contact-right-items .social-icon {
        margin-top: 20px;
    }
}
.contact-wrapper-area .contact-right-items .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--header);
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: var(--bg);
    border-radius: 50%;
}
.contact-wrapper-area .contact-right-items .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.contact-section-1 {
    margin-bottom: -80px;
    position: relative;
    z-index: 9;
}

.map-items .googpemap iframe {
    width: 100%;
    height: 600px;
}
@media (max-width: 575px) {
    .map-items .googpemap iframe {
        height: 400px;
    }
}

.form-clt input,
.form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: var(--bg);
    padding: 16px 20px;
    border-radius: 8px;
    color: var(--white);
}

.form-clt input::placeholder {
    color: var(--white);
}

@media (max-width: 1399px) {
    .form-clt {
        width: initial;
    }
}

.form-clt .list {
    max-height: 15vh;
    background: var(--bg);
    width: 100%;
    padding: 5px 8px;
    overflow-y: scroll;
    right: 0;
    left: 0;
}
.form-clt .list li {
    color: var(--white);
    font-size: 14px;
    border: none;
}

.form-clt span {
    color: var(--white);
}
.form-clt::after {
    right: 25px;
    border-bottom: 2px solid var(--white);
    width: 10px;
    height: 10px;
    top: 35px;
    border-right: 2px solid var(--white);
}
.footer-widgets-wrapper
    .single-footer-widget
    .footer-content
    .footer-input
    .newsletter-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white);
    bottom: 5px;
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper
    .single-footer-widget
    .footer-content
    .footer-input
    .newsletter-btn:hover {
    background-color: var(--accent);
}

.faq-section {
    position: relative;
    margin-top: 60px;
    z-index: 9;
}
@media (max-width: 1199px) {
    .faq-section {
        margin-top: 80px;
    }
}
@media (max-width: 991px) {
    .faq-section {
        margin-top: 42px;
    }
}
@media (max-width: 767px) {
    .faq-section {
        margin-top: 55px;
    }
}
.faq-section::before {
    background-image: url(../img/bg-shape-tire.png);
    background-position: -130px -130px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: float-bob-y 3s linear infinite;
}

.faq-content .accordion-item {
    border: 0;
    background-color: var(--white);
    border-radius: 10px;
}
.faq-content .accordion-item .accordion-header {
    border-radius: 10px;
}
.faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    color: var(--theme);
    letter-spacing: -0.2px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: var(--white);
    padding: 25px 30px 0;
    text-transform: capitalize;
    font-size: 18px;
    border: 1px solid var(--border);
    border-bottom: 1px solid transparent;
}
.faq-content .accordion-item .accordion-header .accordion-button::after {
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    background-image: url(../img/plus.png);
    color: var(--theme2);
}
.faq-content
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.png);
    font-weight: 500;
    color: var(--theme2);
    transform: rotate(0);
}
.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: var(--bg);
    padding: 25px 30px;
    color: var(--header);
    border-radius: 10px;
    border: 1px solid transparent;
}
.faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
    padding-left: 30px;
    padding-top: 15px;
    color: var(--text);
    background-color: var(--white);
    border: 1px solid var(--border);
    border-top: none;
}

.faq-wrapper .faq-image {
    max-width: 580px;
    position: relative;
    z-index: 9;
}
.faq-wrapper .faq-image .color-shape {
    position: absolute;
    top: -7%;
    left: -18%;
    z-index: -1;
}
.faq-wrapper .faq-image .color-shape img {
    width: 100%;
    height: 100%;
}
.faq-wrapper .faq-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.faq-sidebar {
    background-color: var(--bg);
    border-radius: 10px;
    padding: 30px;
}
.faq-sidebar .search-widget {
    margin-bottom: 30px;
}
.faq-sidebar .search-widget form {
    width: 100%;
    position: relative;
}
.faq-sidebar .search-widget form input {
    background-color: var(--white);
    font-size: 16px;
    padding: 22px 40px;
    width: 100%;
    border: none;
    color: var(--text);
    border-radius: 10px;
}
.faq-sidebar .search-widget form input::placeholder {
    color: var(--text);
}
.faq-sidebar .search-widget form button {
    position: absolute;
    right: 40px;
    top: 0;
    font-size: 18px;
    height: 100%;
    color: var(--theme);
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 0 4px 4px 0;
}
.faq-sidebar .search-widget form button:hover {
    background-color: var(--header);
}
.faq-sidebar h3 {
    text-align: center;
}
.faq-sidebar .icon-items {
    text-align: center;
}
.faq-sidebar .icon-items .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--accent);
    margin: 30px auto 0;
    transition: all 0.4s ease-in-out;
}
.faq-sidebar .icon-items .content {
    margin-top: 20px;
}
.faq-sidebar .icon-items .content p {
    margin-bottom: 10px;
}
.faq-sidebar .icon-items .content h6 {
    font-size: 20px;
}
.faq-sidebar .icon-items .content h6 a:hover {
    color: var(--accent);
}
.faq-sidebar .icon-items:hover .icon {
    background-color: var(--accent);
    color: var(--white);
}

.feature-benefit-items {
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 9;
    background-color: var(--white);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    /*height: 100%;*/
}
.feature-benefit-items .icon-box-shape {
    position: absolute;
    top: -35px;
    right: -10px;
}
.feature-benefit-items .feature-content {
    box-shadow: var(--box-shadow);
    background-color: var(--white);
    padding: 40px 50px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .feature-benefit-items .feature-content {
        padding: 40px;
    }
}
@media (max-width: 575px) {
    .feature-benefit-items .feature-content {
        padding: 30px;
    }
}
.feature-benefit-items .feature-content h4 {
    margin-bottom: 15px;
}
.feature-benefit-items .feature-content h4 a:hover {
    color: var(--theme);
}
.feature-benefit-items .feature-content p {
    margin: 0 0 20px 0;
}
.feature-benefit-items .feature-content .icon {
    width: 98px;
    height: 98px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme2);
    border: 9px solid var(--white);
    margin: 0 0 -100px 0;
    z-index: 9;
    position: relative;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
    .feature-benefit-items .feature-content .icon {
        width: 80px;
        height: 80px;
        line-height: 60px;
        margin: 0 0 -70px 0;
    }
}
.feature-benefit-items .feature-button {
    padding: 25px 40px;
    text-align: right;
    background-color: #e4e7eb;
    transition: all 0.4s ease-in-out;
}
.feature-benefit-items .feature-button .link-btn {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: var(--text);
    position: relative;
    z-index: 9;
}
.feature-benefit-items .bg-button-shape {
    position: absolute;
    bottom: -68%;
    right: -31%;
    z-index: 1;
}
.feature-benefit-items:hover .feature-content .icon {
    background-color: var(--theme);
}
.feature-benefit-items:hover .feature-button {
    background-color: var(--theme);
}
.feature-benefit-items:hover .feature-button .link-btn {
    color: var(--white);
}

.funfact-section {
    margin-top: -80px;
    position: relative;
    z-index: -1;
}

.funfact-wrapper {
    margin-top: 80px;
    margin-bottom: -9px;
}
.funfact-wrapper .funfact-counter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 1399px) {
    .funfact-wrapper .funfact-counter-area {
        flex-wrap: wrap;
        justify-content: initial;
    }
}
@media (max-width: 575px) {
    .funfact-wrapper .funfact-counter-area {
        justify-content: center;
    }
}
.funfact-wrapper .funfact-counter-area .funfact-items {
    height: 190px;
    width: 190px;
    border-radius: 50%;
    background-color: var(--header);
    text-align: center;
    padding-top: 45px;
    position: relative;
}
@media (max-width: 575px) {
    .funfact-wrapper .funfact-counter-area .funfact-items {
        width: 180px;
        height: 180px;
    }
}
.funfact-wrapper .funfact-counter-area .funfact-items h2 {
    color: var(--white);
    font-size: 40px;
    margin-bottom: 5px;
}
@media (max-width: 575px) {
    .funfact-wrapper .funfact-counter-area .funfact-items h2 {
        font-size: 30px;
    }
}
.funfact-wrapper .funfact-counter-area .funfact-items p {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3;
}
@media (max-width: 575px) {
    .funfact-wrapper .funfact-counter-area .funfact-items p {
        font-size: 12px;
    }
}
.funfact-wrapper .funfact-counter-area .funfact-items .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--white);
    border-radius: 50%;
}

.gallery-wrapper .gallery-image {
    position: relative;
    overflow: hidden;
}
.gallery-wrapper .gallery-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.gallery-wrapper .gallery-image .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    z-index: 1;
    transform: translateY(-100%);
    cursor: pointer;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.gallery-wrapper .gallery-image .icon-box .icon {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    right: 45px;
    bottom: calc(50% - 67px);
    z-index: 2;
    background: #fff;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
}
.gallery-wrapper .gallery-image .icon-box .icon:hover {
    background-color: var(--theme);
    color: var(--white);
}
.gallery-wrapper .gallery-image .icon-box .icon.style-two {
    bottom: calc(50% - 140px);
}
.gallery-wrapper .gallery-image .mask {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(-100%);
    border-radius: 10px;
}
.gallery-wrapper .gallery-image .mask-second {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: calc(100% - 50px);
    height: 50%;
    background: var(--theme2);
    opacity: 0;
    transform: translateY(100%);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    border-radius: 0 0 10px 0;
}
.gallery-wrapper .gallery-image:hover .icon-box {
    opacity: 1;
    transform: translateY(0);
}
.gallery-wrapper .gallery-image:hover .mask {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    opacity: 1;
    transform: translateY(0);
}
.gallery-wrapper .gallery-image:hover .mask-second {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    opacity: 1;
    transform: translateY(0);
}
.gallery-wrapper .gallery-image.active .icon-box {
    opacity: 1;
    transform: translateY(0);
}
.gallery-wrapper .gallery-image.active .mask {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    opacity: 1;
    transform: translateY(0);
}
.gallery-wrapper .gallery-image.active .mask-second {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    opacity: 1;
    transform: translateY(0);
}
@media (min-width: 1899px) {
    .gallery-wrapper .gallery-image.style-2 {
        height: 642px;
    }
    .gallery-wrapper .gallery-image.style-2 img {
        object-fit: cover;
    }
}
.gallery-wrapper .gallery-image.style-width {
    height: 436px;
}
@media (max-width: 1399px) {
    .gallery-wrapper .gallery-image.style-width {
        height: 330px;
    }
}
.gallery-wrapper .gallery-image.style-width img {
    object-fit: cover;
}
.gallery-wrapper .gallery-content {
    background-color: var(--theme);
    border-radius: 10px;
    padding: 80px 75px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
@media (max-width: 1399px) {
    .gallery-wrapper .gallery-content {
        padding: 60px 40px;
        height: 100%;
    }
}
@media (max-width: 1199px) {
    .gallery-wrapper .gallery-content {
        padding: 50px 50px;
    }
    .gallery-wrapper .gallery-content br {
        display: none;
    }
}
@media (max-width: 767px) {
    .gallery-wrapper .gallery-content {
        padding: 50px 50px;
    }
    .gallery-wrapper .gallery-content br {
        display: block;
    }
}
@media (max-width: 575px) {
    .gallery-wrapper .gallery-content {
        padding: 40px 30px;
        text-align: center;
    }
}
.gallery-wrapper .gallery-content::before {
    position: absolute;
    bottom: -10%;
    right: 0;
    content: "";
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/gallery/bg-gallery-image.png);
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.gallery-wrapper .gallery-content .icon {
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .gallery-wrapper .gallery-content .icon {
        margin-bottom: 20px;
    }
}
.gallery-wrapper .gallery-content h2 {
    color: var(--white);
}
@media (max-width: 1399px) {
    .gallery-wrapper .gallery-content h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .gallery-wrapper .gallery-content h2 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .gallery-wrapper .gallery-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 1899px) {
    .gallery-section-2 {
        padding-bottom: 120px;
    }
}
@media (max-width: 1199px) {
    .gallery-section-2 {
        padding-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .gallery-section-2 {
        padding-bottom: 80px;
    }
}

.galley-wrapper-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 991px) {
    .galley-wrapper-2 {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .galley-wrapper-2 .gallery-items {
        width: 48.5%;
    }
}
@media screen and (max-width: 580px) {
    .galley-wrapper-2 .gallery-items {
        width: 95%;
    }
    .galley-wrapper-2 .gallery-items .g-items {
        margin: 10px;
    }
    .galley-wrapper-2 .gallery-items .g-items:not(:last-child) {
        margin-bottom: 25px;
    }
}
.galley-wrapper-2 .gallery-items .g-items {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 25px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .galley-wrapper-2 .gallery-items .g-items {
        margin: 20px;
    }
}
@media (max-width: 470px) {
    .galley-wrapper-2 .gallery-items .g-items {
        margin: 10px;
    }
}
.galley-wrapper-2 .gallery-items .g-items img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.galley-wrapper-2 .gallery-items .g-items .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    z-index: 1;
    transform: translateY(-100%);
    cursor: pointer;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.galley-wrapper-2 .gallery-items .g-items .icon-box .icon {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    right: 45px;
    bottom: calc(50% - 67px);
    z-index: 2;
    background: #fff;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
}
.galley-wrapper-2 .gallery-items .g-items .icon-box .icon:hover {
    background-color: var(--theme);
    color: var(--white);
}
.galley-wrapper-2 .gallery-items .g-items .icon-box .icon.style-two {
    bottom: calc(50% - 140px);
}
.galley-wrapper-2 .gallery-items .g-items .mask {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(-100%);
    border-radius: 10px;
}
.galley-wrapper-2 .gallery-items .g-items .mask-second {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: calc(100% - 50px);
    height: 50%;
    background: var(--theme2);
    opacity: 0;
    transform: translateY(100%);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    border-radius: 0 0 10px 0;
}
.galley-wrapper-2 .gallery-items .g-items:hover .icon-box {
    opacity: 1;
    transform: translateY(0);
}
.galley-wrapper-2 .gallery-items .g-items:hover .mask {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    opacity: 1;
    transform: translateY(0);
}
.galley-wrapper-2 .gallery-items .g-items:hover .mask-second {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    opacity: 1;
    transform: translateY(0);
}
.galley-wrapper-2 .gallery-items-two {
    margin: 0 20px;
}
.galley-wrapper-2 .gallery-items-three {
    margin: 0 20px;
}

.car-service-wrapper {
    background-color: #edf2f5;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.car-service-wrapper .shape-image {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.1;
}
.car-service-wrapper .service-car-image {
    position: relative;
    overflow: hidden;
}
.car-service-wrapper .service-car-image img {
    width: 100%;
    height: 100%;
}
.car-service-wrapper .service-car-image .color-shape {
    position: absolute;
    bottom: -40px;
    right: 0;
}
.car-service-wrapper .service-car-image .booking-content {
    position: absolute;
    bottom: 50px;
    right: 30px;
}
.car-service-wrapper .service-car-image .booking-content p {
    color: var(--white);
    margin-bottom: 10px;
    text-align: right;
}
.car-service-wrapper .service-car-image .booking-content h3 {
    font-size: 24px;
}
.car-service-wrapper .service-car-image .booking-content h3 a {
    color: var(--white);
}
.car-service-wrapper .service-car-content {
    margin-left: 40px;
}
@media (max-width: 1199px) {
    .car-service-wrapper .service-car-content {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .car-service-wrapper .service-car-content {
        padding: 30px 35px;
    }
}
@media (max-width: 575px) {
    .car-service-wrapper .service-car-content {
        padding: 30px 25px;
    }
}
.car-service-wrapper .service-car-content h2 {
    font-size: 40px;
}
@media (max-width: 1199px) {
    .car-service-wrapper .service-car-content h2 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .car-service-wrapper .service-car-content h2 {
        font-size: 26px;
    }
}
.car-service-wrapper .service-car-content h3 {
    font-size: 40px;
    color: var(--theme);
    margin-top: 20px;
    margin-bottom: 40px;
}
@media (max-width: 575px) {
    .car-service-wrapper .service-car-content h3 {
        font-size: 36px;
        margin-bottom: 30px;
    }
}
.car-service-wrapper .service-car-content h3 sup {
    margin-right: -7px;
}
.car-service-wrapper .service-car-content h3 span {
    font-size: 18px;
    color: var(--text);
    font-weight: 400;
    text-transform: initial;
}
.car-service-wrapper .service-car-content h3 .text {
    margin-left: -10px;
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
    margin-bottom: 20px;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .mean-container .mean-nav > ul .homemenu-items {
        flex-wrap: wrap;
    }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
    position: relative;
}
@media (max-width: 991px) {
    .mean-container .mean-nav > ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border);
        padding: 10px;
    }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb
    .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb
    .demo-button
    .car-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb
    .demo-button
    .car-btn:hover {
    color: var(--white) !important;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(99, 92, 92, 0)),
        to(#5e5ef6)
    );
    background: linear-gradient(
        to bottom,
        rgba(99, 92, 92, 0) 0%,
        #5e5ef6 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb:hover
    .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb:hover
    .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none;
}
.mean-container .mean-nav ul li a:hover {
    color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

/* ================= MEGA SEARCH RESPONSIVE STYLES ================= */

/* Hero Section Responsive Styles */
@media (max-width: 991px) {
    .hero {
        padding: 50px 5%;
        min-height: auto;
    }

    .hero-content {
        text-align: center;
    }

    .hero h1 {
        font-size: clamp(2rem, 4vw, 3rem);
        margin-bottom: 20px;
    }

    .hero p {
        max-width: 100%;
        font-size: 0.95rem;
        margin: 10px 0 25px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 40px 5%;
    }

    .hero h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .hero p {
        font-size: 0.9rem;
        margin: 8px 0 20px;
    }
}

/* Tablet Styles */
@media (max-width: 991px) {
    .mega-search-container {
        padding: 15px;
    }

    .search-row-basic {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .search-row-basic input,
    .search-row-basic select {
        padding: 12px;
        font-size: 0.9rem;
    }

    .search-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .advanced-toggle {
        padding: 12px 15px;
        font-size: 0.85rem;
    }

    .search-type-tabs {
        flex-wrap: wrap;
        gap: 8px;
    }

    .search-tab {
        padding: 6px 16px;
        font-size: 0.9rem;
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .mega-search-container {
        padding: 12px;
        margin: 0 10px;
    }

    .search-type-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 12px;
    }

    .search-tab {
        padding: 8px 12px;
        font-size: 0.85rem;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search-row-basic {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .search-row-basic input,
    .search-row-basic select {
        padding: 14px;
        font-size: 1rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .search-row-basic select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
        background-position: right 10px center;
        background-repeat: no-repeat;
        background-size: 20px;
        padding-right: 40px;
    }

    .search-btn,
    .advanced-toggle {
        width: 100%;
        padding: 14px;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .search-row-advanced {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 2px solid #e9ecef;
    }

    .search-group {
        background: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
        border: 1px solid #e9ecef;
    }

    .search-group label {
        font-weight: 600;
        color: var(--primary-color);
        margin-bottom: 10px;
        display: block;
        font-size: 0.95rem;
    }

    .search-group {
        gap: 6px;
    }

    .search-group label {
        font-size: 0.9rem;
        margin-bottom: 4px;
    }

    .price-range,
    .property-details {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .checkbox-group {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .checkbox-group label {
        padding: 12px 16px;
        background: #f8f9fa;
        border-radius: 8px;
        border: 2px solid #e9ecef;
        font-size: 0.9rem;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        transition: all 0.2s ease;
        position: relative;
    }

    .checkbox-group label:hover {
        background: #e9ecef;
        border-color: var(--primary-color);
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .checkbox-group input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

    .checkbox-group input[type="checkbox"]:checked + span {
        font-weight: 600;
        color: var(--primary-color);
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .mega-search-container {
        padding: 10px;
        margin: 0 5px;
    }

    .search-type-tabs {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .search-tab {
        padding: 10px;
        font-size: 0.9rem;
    }

    .search-row-basic input,
    .search-row-basic select {
        padding: 12px;
        font-size: 0.95rem;
    }

    .search-btn,
    .advanced-toggle {
        padding: 12px;
        font-size: 0.95rem;
    }

    .search-group label {
        font-size: 0.85rem;
    }

    .checkbox-group label {
        padding: 6px 10px;
        font-size: 0.85rem;
    }
}

/* Extra Small Mobile Styles - For devices below 750px */
@media (max-width: 749px) {
    .mega-search-container {
        padding: 8px;
        margin: 0 5px;
        border-radius: 8px;
        width: calc(100% - 10px);
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .search-type-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        margin-bottom: 10px;
    }

    .search-tab {
        padding: 10px 8px;
        font-size: 0.8rem;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-row-basic {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .search-row-basic input,
    .search-row-basic select {
        padding: 12px;
        font-size: 0.95rem;
        border-radius: 6px;
    }

    .search-row-basic select {
        background-position: right 8px center;
        background-size: 18px;
        padding-right: 35px;
    }

    .search-btn,
    .advanced-toggle {
        width: 100%;
        padding: 12px;
        font-size: 0.95rem;
        min-height: 44px;
        border-radius: 6px;
    }

    .search-row-advanced {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 2px solid #e9ecef;
    }

    .search-group {
        background: #f8f9fa;
        padding: 12px;
        border-radius: 6px;
        border: 1px solid #e9ecef;
    }

    .search-group label {
        font-weight: 600;
        color: var(--primary-color);
        margin-bottom: 8px;
        display: block;
        font-size: 0.9rem;
    }

    .search-group {
        gap: 5px;
    }

    .search-group label {
        font-size: 0.85rem;
        margin-bottom: 3px;
    }

    .price-range,
    .property-details {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .checkbox-group {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .checkbox-group label {
        padding: 14px 12px;
        font-size: 0.85rem;
        border-radius: 6px;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border: 2px solid #e9ecef;
        background: #f8f9fa;
        transition: all 0.2s ease;
    }

    .checkbox-group label:hover {
        background: #e9ecef;
        border-color: var(--primary-color);
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .checkbox-group input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin-right: 8px;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

    .checkbox-group input[type="checkbox"]:checked + span {
        font-weight: 600;
        color: var(--primary-color);
    }

    /* Mobile search toggle adjustments */
    .mobile-search-toggle {
        padding: 14px;
        font-size: 0.95rem;
        min-height: 48px;
        border-radius: 6px;
    }

    /* Hero adjustments */
    .hero {
        padding: 30px 3%;
    }

    .hero h1 {
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .hero p {
        font-size: 0.85rem;
        margin: 6px 0 15px;
    }

    /* CTA adjustments */
    .cta-buttons {
        margin-top: 15px;
        gap: 8px;
    }

    .cta {
        padding: 10px 16px;
        font-size: 0.9rem;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Popular section adjustments */
    .popular-section {
        margin-top: 20px;
    }

    .popular-title {
        font-size: 1.3rem;
        margin-bottom: 8px;
    }

    .popular-sub {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }
}

/* Mobile Search Enhancements */
@media (max-width: 767px) {
    /* Mobile search toggle button */
    .mobile-search-toggle {
        width: 100%;
        padding: 16px;
        background: var(--primary-color);
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
    }

    .mobile-search-toggle:hover {
        background: #081c34;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .mobile-search-toggle.active {
        background: var(--danger);
    }

    .mobile-search-toggle.active:hover {
        background: #e02e1f;
    }

    /* Add mobile-specific search container styles */
    .mega-search-container::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 10px;
        right: 10px;
        height: 10px;
        background: inherit;
        z-index: -1;
    }

    /* Improve touch targets */
    .search-row-basic input:focus,
    .search-row-basic select:focus,
    .search-btn:focus,
    .advanced-toggle:focus {
        outline: 2px solid var(--primary-color);
        outline-offset: 2px;
    }

    /* Add subtle animation for mobile */
    .search-row-basic input,
    .search-row-basic select {
        transition: all 0.2s ease;
    }

    .search-row-basic input:focus,
    .search-row-basic select:focus {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    /* CTA Buttons Mobile Styles */
    .cta-buttons {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .cta {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        font-size: 0.95rem;
        transition: all 0.3s ease;
    }

    .cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .cta:active {
        transform: translateY(0);
    }

    /* Popular Section Mobile Styles */
    .popular-section {
        margin-top: 30px;
    }

    .popular-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .popular-sub {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .popular-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Very Old Devices - Below 400px */
@media (max-width: 399px) {
    html,
    body {
        overflow-x: hidden !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .mega-search-container {
        padding: 5px;
        margin: 0 2px;
        border-radius: 6px;
        width: calc(100% - 4px);
        max-width: 100%;
        box-sizing: border-box;
    }

    .search-type-tabs {
        grid-template-columns: 1fr;
        gap: 4px;
        margin-bottom: 8px;
    }

    .search-tab {
        padding: 8px 6px;
        font-size: 0.75rem;
        min-height: 36px;
        line-height: 1.2;
    }

    .search-row-basic {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .search-row-basic input,
    .search-row-basic select {
        padding: 10px;
        font-size: 0.9rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .search-row-basic select {
        background-position: right 6px center;
        background-size: 16px;
        padding-right: 30px;
    }

    .search-btn,
    .advanced-toggle {
        width: 100%;
        padding: 10px;
        font-size: 0.9rem;
        min-height: 40px;
    }

    .search-row-advanced {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 10px;
        padding-top: 10px;
    }

    .search-group {
        background: #f8f9fa;
        padding: 8px;
        border-radius: 4px;
        border: 1px solid #e9ecef;
        width: 100%;
        box-sizing: border-box;
    }

    .search-group label {
        font-weight: 600;
        color: var(--primary-color);
        margin-bottom: 6px;
        display: block;
        font-size: 0.85rem;
    }

    .price-range,
    .property-details {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .price-range input,
    .property-details input,
    .search-group input,
    .search-group select {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 8px;
        font-size: 0.85rem;
    }

    .checkbox-group {
        grid-template-columns: 1fr;
        gap: 5px;
        width: 100%;
    }

    .checkbox-group label {
        padding: 10px 8px;
        font-size: 0.8rem;
        border-radius: 4px;
        min-height: 40px;
        width: 100%;
        box-sizing: border-box;
    }

    .checkbox-group input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    .checkbox-group span {
        font-size: 0.8rem;
        line-height: 1.2;
    }

    /* Mobile search toggle adjustments */
    .mobile-search-toggle {
        padding: 12px;
        font-size: 0.85rem;
        min-height: 44px;
        border-radius: 4px;
    }

    /* Hero adjustments */
    .hero {
        padding: 20px 2%;
    }

    .hero h1 {
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .hero p {
        font-size: 0.8rem;
        margin: 5px 0 12px;
    }

    /* CTA adjustments */
    .cta-buttons {
        margin-top: 12px;
        gap: 6px;
    }

    .cta {
        padding: 8px 12px;
        font-size: 0.85rem;
        min-height: 40px;
    }

    /* Popular section adjustments */
    .popular-section {
        margin-top: 15px;
    }

    .popular-title {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }

    .popular-sub {
        font-size: 0.8rem;
        margin-bottom: 12px;
    }
}

/* Section */
.featured-properties {
    background: linear-gradient(180deg, #f6f8f7, #eef3f1);
}

/* Title */
.section-title h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
}

.section-title p {
    font-size: 1.05rem;
    color: #555;
    max-width: 650px;
    margin: 0 auto;
}

/* Grid */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* Card */
.service-card {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(16px);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.45s ease;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.35)); */
    opacity: 0;
    transition: 0.4s;
}

.service-card:hover::after {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/* Image */
.service-image {
    height: 210px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card:hover img {
    transform: scale(1.08);
}

/* Content */
.service-content {
    padding: 22px;
    position: relative;
    z-index: 2;
}

.service-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 12px;
    text-align: center;
}

.service-content p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
}

.category-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}
.category-card {
    background: var(--glass);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.category-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.category-info {
    padding: 15px;
}

.category-info h4 {
    color: var(--accent);
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 600;
}

.category-info p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
}
