body {
  font-family: 'Montserrat', sans-serif;
  background: #f4f6fb;
  color: #1f2937;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(13,110,253,0.08), transparent 40%),
    radial-gradient(circle at 90% 20%, rgba(25,135,84,0.06), transparent 45%),
    radial-gradient(circle at 50% 100%, rgba(0,0,0,0.03), transparent 50%);
  z-index: -1;
}


section {
  padding: 90px 0;
}

.section-alt {
  background: #ffffff;
}

.section-soft {
  background: #f4f6fb;
}

.container {
  position: relative;
}

h2 {
  letter-spacing: -0.5px;
}

.text-muted {
  color: #6b7280 !important;
}

.room-card,
.hall-card,
.card {
  backdrop-filter: blur(6px);
}

section:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.hero { 
    background: url('assets/Homepage.jpg') center/cover no-repeat; 
    height: 100vh; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: #fff; 
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.hero h1 { 
  font-size: 3rem; 
}

.hero p { 
  font-size: 1.2rem; 
  margin-bottom: 2rem; 
}

.rooms .card { 
  transition: transform 0.3s; 
}

.rooms .card:hover { 
  transform: scale(1.05); 
}

@keyframes fadeSlide{
    from{
        opacity:0;
        transform:translateY(15px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media (max-width:768px){
    .search-btn{
        margin-top:10px;
    }
}

.hero-modern { height:100vh; overflow:hidden; font-family:'Montserrat',sans-serif; }

.hero-video { width:100%; height:100%; object-fit:cover; }

.hero-title { font-size:3rem; animation:fadeSlideUp 1s ease forwards; }
.hero-subtitle { font-size:1.5rem; animation:fadeSlideUp 1.2s ease forwards; }

@keyframes fadeSlideUp {
  from { opacity:0; transform:translateY(20px); }
  to { opacity:1; transform:translateY(0); }
}

.floating-shapes span.shape {
  position:absolute;
  border-radius:50%;
  background:rgba(255,255,255,0.1);
  animation:float 10s linear infinite;
}

.floating-shapes .shape1 { width:50px; height:50px; top:10%; left:20%; animation-delay:0s; }
.floating-shapes .shape2 { width:30px; height:30px; top:50%; left:70%; animation-delay:2s; }
.floating-shapes .shape3 { width:40px; height:40px; top:80%; left:40%; animation-delay:4s; }

@keyframes float {
  0% { transform:translateY(0) translateX(0); }
  50% { transform:translateY(-20px) translateX(10px); }
  100% { transform:translateY(0) translateX(0); }
}

@media (max-width:768px){
  .hero-title { font-size:2rem; }
  .hero-subtitle { font-size:1.2rem; }
}

.room-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
}

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

.room-image {
  position: relative;
  height: 340px;
  overflow: hidden;
}

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

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

.room-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55), transparent 60%);
}

.room-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(25, 135, 84, 0.9);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600;
}

.room-price {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 600;
}

.room-body {
  padding: 18px;
}

.room-title {
  font-weight: 700;
  margin-bottom: 6px;
}

.room-desc {
  font-size: 13px;
  color: #6c757d;
  height: 40px;
  overflow: hidden;
}

.room-info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #495057;
  margin: 10px 0;
}

.room-info i {
  color: #0d6efd;
  margin-right: 4px;
}

.btn-book {
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
  border: none;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(13,110,253,0.3);
}

.halls-section {
  background: #f8fafc;
}

.hall-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: all 0.35s ease;
}

.hall-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.hall-image {
  position: relative;
  height: 340px;
  overflow: hidden;
}

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

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

.hall-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent 60%);
}

.hall-price {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 600;
}

.hall-body {
  padding: 18px;
}

.hall-title {
  font-weight: 700;
  margin-bottom: 6px;
}

.hall-desc {
  font-size: 13px;
  color: #6c757d;
  height: 42px;
  overflow: hidden;
}

.hall-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  justify-content: center;
}

.chip {
  font-size: 12px;
  background: #f1f5f9;
  color: #334155;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
}

.chip i {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #0d6efd;
}

.chip:hover {
  background: #e2e8f0;
}

.btn-hall {
  background: linear-gradient(135deg, #1709e0, #2905ca);
  border: none;
  border-radius: 12px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}

.btn-hall:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(25, 32, 135, 0.3);
}

.amenity-card{
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
}

.amenity-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.amenity-img{
    position: relative;
    height: 320px;
    overflow: hidden;
}

.amenity-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.amenity-card:hover .amenity-img img{
    transform: scale(1.1);
}

.overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.45), transparent);
}

.amenity-body{
    padding: 15px;
    text-align: center;
}

.amenity-body h6{
    margin: 0;
    font-weight: 600;
    color: #333;
}

/* Responsive fix */
@media (max-width: 576px){
    .amenity-img{
        height: 140px;
    }
}

.amenity-icon{
    width:45px;
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#e9f2ff;
    color:#0d6efd;
    font-size:20px;
}
