body{
    font-family:'Segoe UI, sans-serif';
    background:#f8fafc;
}
.navbar{
    background:#0f172a !important;

}
.nav-link{
    color:white !important;
    margin-left:20px;
}
.nav-link:hover{
    color:#F59E0B !important;
}
.navbar-brand{
    font-size:28px;
    font-weight:bold;
}
.hero{
    position: relative;
    width:100%;
    min-height: calc(100vh - 76px);
    
  overflow:hidden;
    display:flex;
    align-items:center;
}
.hero-slideshow{
    position: absolute;
    inset:0;
    width:100%;
    height:100%;
    z-index:0;
}
.hero-slide{
    position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   object-fit:cover;
   opacity:0;
   transition:opacity 1.5s ease-in-out;

}
.hero-slide.active{
    opacity:1;
}

.hero-overlay{
    position: absolute;
    inset:0;
    background: rgba(0,0,0,.55);
    z-index:1;
}

.hero-content{
    position:relative;
    z-index:2;
}
.hero h1{
    color: #ffffff !important;
    font-size: clamp(2.8rem,6vw,5rem);
    font-weight:800;
    line-height:1.1;
}
.hero-p{
    color: rgba(255,255,255,0.9) !important;
    font-size:1.3rem;
    margin:25px 0 40px;
}
.search-box{
    background: rgba(255,255,255,0.95);
    padding:25px;
    border-radius:15px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.search-box .form-control, .search-box .form-select{
    min-height:55px;
    border-radius:8px;
}
.btn-search{
    min-height:55px;
    background:#f59e0b;
    color:#ffffff;
    font-weight:600;
    border-radius:8px;
}
.btn-search:hover{
    background:#d97706;
    color:#ffffff;
}
.btn-primary{
    background:#F59E08;
    border:none;
}
.btn-primary:hover{
    background:#d97706;
}
.btn-outline:hover{
    color:#0F766E;
}
.hero-img{

    width:100%;
    border-radius:20px;
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.featured-properties{
    background: #f8fafc;
}
.section-title{
    font-size:38px;
    font-weight:700;
    color:#0f172a;
}
.section-subtitle{
   color:#64748b;
}
.property-card{
    background: white;
    border-radius:16px;
    overflow:hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.property-card:hover{
    transform: translateY(-8PX);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}
.property-card img{
    width:100%;
    height:230px;
    object-fit:cover;

}
.property-content{
    padding:22px;
}
.property-type{
    display:inline-block;
    background:#f59e0b;
    color:white;
    padding:5px 12px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom:12px;
}
.property-content h4{
    color:#0f172a;
    font-weight:700;
}
.property-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
}
.view-btn{
    background:#0f172a;
    color:white;
    text-decoration:none;
    padding:8px 18px;
    border-radius:8px;
}
.view-btn:hover{
    background:#F59E0B;
    color:white;
}
.categories-section{
    background:#ffffff;

}
.category-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:22px;
}
.category-card{
    position:relative;
    height:300px;
    border-radius:18px;
    overflow:hidden;
    background-size:cover;
    background-position: center;
    text-decoration: none;
    transition: transform 0.4s ease;
}
.category-card:hover{
    transform:translateY(-8px);
}
.category-card:hover .category-overlay{
    background:rgba(15,23,42,0.62);
   
}
.category-overlay{
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,0.45);
    transition: background 0.4s ease;
}
.category-content {
    position:absolute;
    bottom:30px;
    left:30px;
    right:25px;
    color:white;
    z-index:2;
}
.category-content h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:5px;
}
.category-content p{
    margin:0;
    color: rgba(255,255,255,0.85);
}
.why-us{
    background:#f8fafc;
}
.feature-box{
    background:#fff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}
.feature-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);

}
.feature-icon{
    font-size:50px;
    margin-bottom:20px;
}
.feature-box h4{
    font-weight:700;
    color:#0f172a;
}
.feature-box p{
    color:#64748b;
}
.destinations{
    background:#fff;
    padding:100px 0;
}
.destination-card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:20px;
    height:320px;
    transition:.4s;
}
.destination-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.25);
}
.destination-card.small{
    height:240px;
}
.destination-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:5s;
    border-radius:24px;
}
.destination-card:hover img{
    transform:scale(1.08);

}
.destination-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.45), rgba(0,0,0,.10));
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:25px;
}
.destination-overlay h3{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin-bottom:5px;
}
.destination-overlay p{
    color:#f59e0b;
    font-weight:600;
}
.experiences{
    background:#f8fafc;
    padding:100px 0;
}
.experience-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    height:350px;
    cursor:pointer;
    transition:.4s;
}
.experience-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;

}
.experience-card:hover img{
    transform:scale(1.08);
}
.experience-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.25);
}
.experience-overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:25px;
    background:linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.2));
}
.experience-overlay h4{
    color:white;
    font-size:28px;
    font-weight:bold;
    margin-bottom:10px;
}
.experience-overlay .btn{
    width:140px;
}
/* =========================================
   FEATURED PROPERTIES
   ========================================= */

.featured-scroll {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.featured-page {
    flex: 0 0 100%;
    width: 100%;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.featured-page .property-card {
    height: 100%;
}

.property-card-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.property-content {
    padding: 22px;
}

.property-location {
    color: #64748b;
    margin-bottom: 10px;
}

.property-description {
    color: #64748b;
    line-height: 1.5;
}

.property-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.property-price {
    color: #198754;
    margin: 0;
}

.property-price small {
    color: #64748b;
    font-size: 13px;
}

.view-btn {
    background: #f59e0b;
    color: white;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 8px;
    transition: 0.3s ease;
}

.view-btn:hover {
    background: #d97706;
    color: white;
}


/* =========================================
   MOBILE FEATURED PROPERTIES
   2 x 2 CARDS PER HORIZONTAL PAGE
   ========================================= */

@media (max-width: 767px) {

    .featured-scroll {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;

        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;

        gap: 0;

        scrollbar-width: none;
    }

    .featured-scroll::-webkit-scrollbar {
        display: none;
    }

    .featured-page {
        flex: 0 0 100%;

        display: grid;

        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, auto);

        gap: 15px;

        scroll-snap-align: start;
    }

    .featured-page .property-card {
        min-width: 0;
        overflow: hidden;
    }

    .property-card-image {
        height: 140px;
    }

    .property-content {
        padding: 14px;
    }

    .property-type {
        font-size: 11px;
        padding: 5px 8px;
    }

    .property-content h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .property-location {
        font-size: 13px;
    }

    .property-description {
        font-size: 12px;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .property-footer {
        margin-top: 12px;
        gap: 5px;
    }

    .property-price {
        font-size: 15px;
    }

    .property-price small {
        display: none;
    }

    .view-btn {
        padding: 6px 10px;
        font-size: 12px;
    }
}
/* =========================================
   FINAL FEATURED PROPERTIES LAYOUT
   ========================================= */

.featured-scroll {
    display: flex !important;
    width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden;
    gap: 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.featured-scroll::-webkit-scrollbar {
    display: none;
}

.featured-page {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;

    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px;

    box-sizing: border-box;
}

.featured-page .property-card {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}


/* =========================================
   FEATURED PROPERTIES
   MOBILE: 4 PER PAGE (2 x 2)
   HORIZONTAL PAGE SCROLL
========================================= */

@media (max-width: 767px) {

    /* Horizontal scrolling container */
    .featured-scroll {
        display: flex !important;
        width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;

        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;

        gap: 0 !important;

        scrollbar-width: none;
    }

    .featured-scroll::-webkit-scrollbar {
        display: none;
    }


    /* Each page = exactly one mobile screen */
    .featured-page {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;

        display: grid !important;

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(2, auto) !important;

        gap: 15px !important;

        scroll-snap-align: start;

        box-sizing: border-box;
    }


    /* Property cards inside each page */
    .featured-page .property-card {
        width: 100% !important;
        min-width: 0 !important;

        margin: 0 !important;

        box-sizing: border-box;
    }


    /* Property image */
    .featured-page .property-card-image {
        width: 100% !important;
        height: 140px !important;

        object-fit: cover;
        display: block;
    }


    /* Card content */
    .featured-page .property-content {
        padding: 14px !important;
    }


    /* Property type */
    .featured-page .property-type {
        font-size: 11px !important;
        padding: 5px 8px !important;
    }


    /* Property name */
    .featured-page .property-content h4 {
        font-size: 16px !important;
        margin-top: 10px !important;

        line-height: 1.2;
    }


    /* Location */
    .featured-page .property-location {
        font-size: 13px !important;
    }


    /* Description */
    .featured-page .property-description {
        font-size: 12px !important;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    /* Footer */
    .featured-page .property-footer {
        margin-top: 12px;
        gap: 5px;
    }


    /* Price */
    .featured-page .property-price {
        font-size: 15px !important;
    }


    .featured-page .property-price small {
        display: none;
    }


    /* View button */
    .featured-page .view-btn {
        padding: 6px 10px !important;
        font-size: 12px !important;
    }
}
}