:root{
    --orange:#F5821F;
    --orange-dark:#e0741a;
    --dark:#14161B;
    --dark-2:#1c1f26;
    --muted:#6c7280;
    --cream:#fafafa;
  }
  *{box-sizing:border-box;}
  body{
    font-family:'Inter', sans-serif;
    color:#1c1f26;
    background:#fff;
  }
  h1,h2,h3,h4,.font-display{
    font-family:'Poppins', sans-serif;
  }
  .btn-orange{
    background:var(--orange);
    border-color:var(--orange);
    color:#fff;
    font-weight:600;
  }
  .btn-orange:hover{
    background:var(--orange-dark);
    border-color:var(--orange-dark);
    color:#fff;
  }
  .text-orange{color:var(--orange) !important;}
  .bg-dark-custom{background:var(--dark);}
  .section-eyebrow{
    display:flex;
    align-items:center;
    gap:14px;
    color:var(--muted);
    letter-spacing:2px;
    font-weight:600;
    font-size:.8rem;
    text-transform:uppercase;
    margin-bottom:2rem;
  }
  .section-eyebrow::before,.section-eyebrow::after{
    content:"";
    height:1px;
    width:40px;
    background:var(--orange);
  }
  /* NAVBAR */
  .navbar-brand-logo{
    width:38px;height:38px;background:var(--dark);border-radius:8px;
    display:flex;align-items:center;justify-content:center;color:var(--orange);font-weight:800;
  }
  .navbar .nav-link{font-weight:500;color:#2b2d33 !important;}
  .navbar .nav-link.active, .navbar .nav-link:hover{color:var(--orange) !important;}

  /* HERO */
  .hero{
    background:linear-gradient(180deg,#fff 0%, #fdf6ee 100%);
    overflow:hidden;
  }
  .hero-title{
    font-size:3.2rem;
    font-weight:700;
    line-height:1.1;
  }
  .search-card{
    background:#fff;
    border-radius:16px;
    box-shadow:0 20px 45px rgba(20,22,27,.10);
    padding:1.5rem;
  }
  .hero-img-wrap{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    min-height:420px;
  }
  .hero-img-wrap img{
    width:100%;height:100%;object-fit:cover;
  }
  .hero-badge-price{
    position:absolute;
    top:20px;right:20px;
    background:#fff;
    border-radius:14px;
    padding:1.1rem 1.3rem;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
    width:230px;
  }
  .hero-caption{
    position:absolute;
    left:24px;bottom:24px;
    background:rgba(20,22,27,.75);
    color:#fff;
    padding:.6rem 1rem;
    border-radius:8px;
    font-weight:600;
    font-size:.8rem;
    letter-spacing:.5px;
  }
  .avatar-stack img{
    width:34px;height:34px;border-radius:50%;
    border:2px solid #fff;object-fit:cover;
    margin-left:-10px;
  }
  .avatar-stack img:first-child{margin-left:0;}

  /* SERVICES */
  .service-card{
    border:1px solid #eee;
    border-radius:14px;
    padding:1.6rem 1rem;
    text-align:center;
    transition:.25s;
    height:100%;
  }
  .service-card:hover{
    box-shadow:0 15px 30px rgba(20,22,27,.08);
    transform:translateY(-4px);
    border-color:#fff;
  }
  .service-icon{
    width:56px;height:56px;
    border-radius:50%;
    background:#fdf1e4;
    color:var(--orange);
    display:flex;align-items:center;justify-content:center;
    font-size:1.4rem;
    margin:0 auto .9rem;
  }

  /* PROPERTY CARDS */
  .property-card{
    border-radius:16px;
    overflow:hidden;
    border:1px solid #eee;
    box-shadow:0 10px 25px rgba(20,22,27,.05);
    height:100%;
  }
  .property-img{
    position:relative;
    height:190px;
  }
  .property-img img{width:100%;height:100%;object-fit:cover;}
  .rating-badge{
    position:absolute;top:10px;right:10px;
    background:rgba(20,22,27,.8);
    color:#fff;
    font-size:.75rem;font-weight:600;
    padding:.2rem .55rem;
    border-radius:20px;
  }
  .property-body{padding:1rem 1.1rem 1.2rem;}
  .property-amenities{font-size:.78rem;color:var(--muted);}
  .property-amenities i{color:var(--orange);}
  .price-row{
    display:flex;align-items:center;justify-content:space-between;
    margin-top:.6rem;
  }
  .price-row .price{font-weight:700;color:var(--orange);font-size:1.05rem;}
  .arrow-btn{
    width:34px;height:34px;border-radius:50%;
    background:var(--orange);color:#fff;
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;
  }
  .scroll-btn{
    width:42px;height:42px;border-radius:50%;
    border:1px solid #e2e2e2;background:#fff;
    display:flex;align-items:center;justify-content:center;
    color:#2b2d33;
  }
  .scroll-btn:hover{background:var(--orange);color:#fff;border-color:var(--orange);}

  /* CTA BANNER */
  .cta-banner{
    background:linear-gradient(100deg, var(--dark) 55%, var(--orange) 100%);
    border-radius:18px;
    color:#fff;
    padding:2.4rem 2.5rem;
    position:relative;
    overflow:hidden;
  }

  /* AMENITIES ICONS */
  .amenity-tile{
    background:var(--dark);
    color:#fff;
    border-radius:14px;
    aspect-ratio:1/1;
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:.5rem;
    font-size:.8rem;
    font-weight:500;
  }
  .amenity-tile i{font-size:1.5rem;color:var(--orange);}

  /* TESTIMONIALS */
  .testimonial-card{
    border:1px solid #eee;
    border-radius:14px;
    padding:1.4rem;
    height:100%;
  }
  .testimonial-card i.bi-quote{color:var(--orange);font-size:1.6rem;}
  .testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;}

  /* BOOKING FORM + MAP */
  .booking-card{
    border:1px solid #eee;border-radius:16px;padding:1.8rem;height:100%;
  }
  .map-wrap{
    position:relative;border-radius:16px;overflow:hidden;height:100%;min-height:380px;
    background:#dfe6ea;
  }
  .map-pin-card{
    position:absolute;top:20px;left:20px;
    background:#fff;border-radius:12px;padding:1rem 1.2rem;
    box-shadow:0 15px 30px rgba(0,0,0,.15);
    width:230px;
  }

  /* NEARBY AMENITIES */
  .nearby-tile{
    border:1px solid #eee;border-radius:12px;
    padding:1rem .5rem;text-align:center;
  }
  .nearby-tile .icon-circle{
    width:44px;height:44px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    margin:0 auto .5rem;color:#fff;font-size:1.1rem;
  }

  /* WHY CHOOSE */
  .why-choose{
    background:var(--dark);border-radius:18px;color:#fff;
    padding:2rem;
  }
  .stat-box{text-align:center;border-right:1px solid rgba(255,255,255,.15);}
  .stat-box:last-child{border-right:none;}
  .stat-box h3{color:var(--orange);font-weight:700;}

  /* BLOG */
  .blog-card{border-radius:14px;overflow:hidden;border:1px solid #eee;height:100%;}
  .blog-card img{height:180px;width:100%;object-fit:cover;}

  /* FOOTER */
  footer{background:var(--dark);color:#c7c9cf;}
  footer a{color:#c7c9cf;text-decoration:none;}
  footer a:hover{color:var(--orange);}
  footer h6{color:#fff;font-weight:600;margin-bottom:1.1rem;}
  .footer-social{
    width:36px;height:36px;border-radius:50%;
    background:rgba(255,255,255,.08);
    display:flex;align-items:center;justify-content:center;color:#fff;
  }
  .footer-social:hover{background:var(--orange);}

  @media (max-width:768px){
    .hero-title{font-size:2.1rem;}
    .stat-box{border-right:none;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:1rem;margin-bottom:1rem;}
    .stat-box:last-child{border-bottom:none;}
  }


  .hostel-carousel .item{
    padding:10px;
}

.hostel-carousel .owl-stage{
    display:flex;
}

.hostel-carousel .owl-item{
    display:flex;
}

.hostel-carousel .property-card{
    width:100%;
    height:100%;
}

.hostel-carousel .owl-nav{
    margin-top:25px;
    text-align:center;
}

.hostel-carousel .owl-nav button{
    width:45px;
    height:45px;
    border-radius:50%!important;
    background:#fff!important;
    box-shadow:0 5px 20px rgba(0,0,0,.12);
    margin:0 5px;
    transition:.3s;
}

.hostel-carousel .owl-nav button:hover{
    background:#ff6b35!important;
    color:#fff!important;
}

.hostel-carousel .owl-nav i{
    font-size:20px;
}



.section-title{
display:flex;
align-items:center;
gap:18px;
}

.section-title span{
font-size:28px;
font-weight:700;
letter-spacing:3px;
color:#4f6178;
}

.section-title:before,
.section-title:after{
content:"";
width:60px;
height:2px;
background:#ff7b22;
}

.view-all{
color:#ff7b22;
font-size:28px;
font-weight:600;
text-decoration:none;
}

.flat-item{
padding:8px;
}

.flat-card{

background:#fff;
border-radius:25px;
overflow:hidden;
box-shadow:0 10px 35px rgba(0,0,0,.08);
transition:.35s;
height:100%;
}

.flat-card:hover{
transform:translateY(-8px);
}

.flat-img{
position:relative;
overflow:hidden;
}

.flat-img img{
height:285px;
width:100%;
object-fit:cover;
transition:.5s;
}

.flat-card:hover img{
transform:scale(1.08);
}

.rating{

position:absolute;
top:18px;
right:18px;

background:#343434;

padding:8px 15px;

border-radius:30px;

color:#fff;

font-weight:600;

font-size:18px;
}

.rating i{
color:#ff8d18;
}

.flat-body{
padding:28px;
}

.flat-body h4{
font-size:34px;
font-weight:700;
margin-bottom:12px;
}

.details{

display:flex;
flex-wrap:wrap;
gap:10px;
font-size:20px;
color:#6b6b6b;
margin-bottom:18px;
}

.details i{
color:#ff8d18;
}

.price{

font-size:42px;
font-weight:700;
color:#ff7b22;
}

.price small{
font-size:20px;
color:#555;
font-weight:400;
}

.flat-carousel .owl-stage{
display:flex;
}

.flat-carousel .owl-item{
display:flex;
}

.flat-carousel .flat-card{
width:100%;
}

/* Navigation */

.flat-carousel .owl-nav{

margin:0;
}

.flat-carousel .owl-prev,
.flat-carousel .owl-next{

position:absolute;

top:42%;

transform:translateY(-50%);

width:72px;

height:72px;

border-radius:50%!important;

background:#fff!important;

box-shadow:0 8px 30px rgba(0,0,0,.15)!important;

font-size:34px!important;

}

.flat-carousel .owl-prev{

left:-25px;
}

.flat-carousel .owl-next{

right:-25px;
}

.flat-carousel .owl-prev:hover,
.flat-carousel .owl-next:hover{

background:#ff7b22!important;
color:#fff!important;
}

.owl-dots{
display:none;
}

.google-review-section{
background:#f8f9fa;
}

.section-heading h2{
font-weight:700;
margin-top:15px;
}

.review-card{

background:#fff;
border-radius:18px;
padding:25px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
height:100%;
transition:.35s;
border:1px solid #eee;
}

.review-card:hover{
transform:translateY(-8px);
}

.review-top{

display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
}

.review-user{
display:flex;
align-items:center;
gap:12px;
}

.avatar{

width:50px;
height:50px;
border-radius:50%;
background:#4285F4;
color:#fff;
font-weight:700;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
}

.google-logo{
width:28px!important;
}

.review-user h6{
margin:0;
font-weight:600;
}

.review-user small{
color:#777;
}

.stars{

color:#FBBC04;
font-size:18px;
letter-spacing:2px;
margin-bottom:15px;
}

.review-card p{

color:#555;
line-height:1.7;
margin:0;
}

.google-review-carousel .item{
padding:10px;
}

.google-review-carousel .owl-nav{
margin-top:35px;
text-align:center;
}

.google-review-carousel .owl-nav button{

width:48px;
height:48px;
border-radius:50%!important;
background:#fff!important;
box-shadow:0 6px 20px rgba(0,0,0,.12)!important;
margin:0 8px;
}

.google-review-carousel .owl-nav button:hover{
background:#4285F4!important;
color:#fff!important;
}

.google-review-carousel .owl-dots{
margin-top:25px;


.review-top img {width:30px;}
}


.call-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #F5821F;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}

.call-btn:hover {
    background: #218838;
    color: #fff;
}