:root{
  --bg:#0b0f14;
  --bg-2:#0f151d;
  --card:#121a24;
  --text:#e8f0fb;
  --muted:#343536;
  --brand:#434445;
  --brand-2:#62e3c6;
  --border: #1f2b3a;
  --shadow: 0 10px 30px rgba(0,0,0,.35);
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body */
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
}

/* Header */
header {
  background: #000;
  padding: 15px 30px;
  border-bottom: 2px solid #f4c542;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* Logo */
.logo img {
  height: 200px;
}

/* Title Section */
.title-container {
  text-align: center;
  flex: 1;
}

.rao-tv {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #fff;
  font-size:40px;
  font-weight: bold;
  letter-spacing: 1px;
}

.rao-studio {
  color: #888888;
  font-size:20px;
  font-weight: 600;
  margin-top: 5px;
}

.underline {
  width: 85%;
  height: 1px;
  background: #888;
  margin: 8px 0 15px 0;
  margin-left: 5%;
}

/* Navigation */
nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 60px;
}

nav ul li {
  margin: 0 20px;
}

nav ul li a {
  font-family: sans-serif;
  text-decoration: none;
  color: #fff;
  font-weight: 990 !important;
  font-size: 20px;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #f4c542;
}

/* Hero Section */
.hero {
  position: relative;
 
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
}


/* Content */
main {
  padding: 40px 20px;
  text-align: center;
  max-width: 900px;
  margin: auto;
}

main h2 {
  font-family:cursive;
  font-size: 25px;
  margin-bottom: 15px;
  color: #111;
  font-weight: 600;
}

main p {
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  font-weight: 400;
}

/* Footer */
footer {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 15px;
  margin-top: 20px;
  font-size: 14px;
}

.form{ display:grid; gap:14px; }
.form input, .form select, .form textarea{
  width:100%; background:#0e1722; color:var(--text); border:1px solid var(--border);
  padding:12px 14px; border-radius:12px; outline:none;
}
.form input:focus, .form select:focus, .form textarea:focus{ border-color: var(--brand); box-shadow: 0 0 0 3px rgba(74,163,255,.2); }
.form label{ display:grid; gap:8px; font-weight:600; }
.form .form-note, .note{ color:var(--muted); }
.tiny{ color:#7d8aa1; font-size:.8rem; }
.small{ color:#9db0c7; font-size:.9rem; }

/* .section.alt{ background:var(--bg-2); border-top:1px solid var(--border); border-bottom:1px solid var(--border); } */

.grid-2{ display:grid; gap:18px; grid-template-columns: repeat(2, 1fr); }

.container{ width:min(1120px, 92%); margin-inline:auto; }

.btn{ background:linear-gradient(135deg, var(--brand), var(--brand-2)); color:#04141d; border:none; padding:12px 18px; border-radius:14px; font-weight:700; box-shadow: var(--shadow); display:inline-block; }

/* Pricing */
.price-card{ background:linear-gradient(180deg, #101825, #0e1722); border:1px solid var(--border); border-radius:18px; padding:18px; text-align:center; box-shadow: var(--shadow); }
.price-card .price{ font-weight:700; font-size:1.6rem; margin:6px 0 4px; }
.price-card .price span{ font-size:.9rem; color:var(--muted); }
.price-card ul{ list-style:none; padding:0; margin:10px 0; color:var(--muted); display:grid; gap:6px; }
.price-card.featured{ outline:2px solid var(--brand); transform: scale(1.02); }

.grid-3{ display:grid; gap:18px; grid-template-columns: repeat(3, 1fr); }


/* Hero */
.hero{ position:relative; min-height:72vh; display:grid; place-items:center; }
.hero-bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter: saturate(0.9) brightness(0.8); }
.hero-overlay{ position:absolute; inset:0; background: radial-gradient(60% 60% at 50% 40%, rgba(6,14,24,.1), rgba(6,14,24,.85)); }
.hero-content{ position:relative; text-align:center; padding:80px 0; }
.hero h1{ font-size:clamp(2rem, 4.5vw, 3.4rem); line-height:1.15; margin:0 0 10px; }
.hero p{ color:var(--muted); margin:0 auto 18px; max-width:760px; }
.hero-actions{ display:flex; gap:12px; justify-content:center; margin-top:10px; }
.hero-badges{ display:flex; gap:22px; justify-content:center; margin-top:28px; }
.hero-badges div{ background:rgba(10,18,28,.6); border:1px solid var(--border); padding:10px 14px; border-radius:12px; }
.hero-badges strong{ font-size:1.1rem; display:block; }

/* Sections */
.section{ padding:70px 0; }
/* .section.alt{ background:var(--bg-2); border-top:1px solid var(--border); border-bottom:1px solid var(--border); } */
.section h2{ font-size:clamp(1.6rem, 3.4vw, 2.2rem); margin:0 0 10px; }
.section-lead{ color:var(--muted); margin-bottom:26px; }

/* Grids */
.grid-2{ display:grid; gap:18px; grid-template-columns: repeat(2, 1fr); }
.grid-3{ display:grid; gap:18px; grid-template-columns: repeat(3, 1fr); }
.grid-4{ display:grid; gap:14px; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 920px){
  .grid-3{ grid-template-columns: 1fr 1fr; }
  .grid-4{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px){
  .grid-2, .grid-3, .grid-4{ grid-template-columns: 1fr; }
}

/* Cards */
.card{ background:var(--card); border:1px solid var(--border); border-radius:18px; padding:18px; box-shadow: var(--shadow); }
.card.media{ padding:0; overflow:hidden; }
.card.media .card-body{ padding:16px; }
.card .meta{ list-style:none; padding:0; margin:12px 0 0; color:var(--muted); display:grid; gap:6px; }

/* Elevated group */
.cards-elevated .card{ transition: transform .2s ease, box-shadow .2s ease; }
.cards-elevated .card:hover{ transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.45); }

/* Amenities */
.amenity{ background:black; border:1px solid var(--border); border-radius:14px; padding:14px; text-align:center; color: white;}

/* Pricing */
.price{
  color: white;
}
.price-card h3{
  color: white;
}
.price-card{ background:black; border:1px solid var(--border); border-radius:18px; padding:18px; text-align:center; box-shadow: var(--shadow); }
.price-card .price{ font-weight:700; font-size:1.6rem; margin:6px 0 4px; }
.price-card .price span{ font-size:.9rem; color:white; }
.price-card ul{ list-style:none; padding:0; margin:10px 0; color:white; display:grid; gap:6px; }
.price-card.featured{ outline:2px solid var(--brand); transform: scale(1.02); }

/* Gallery */
.gallery{ display:grid; grid-template-columns: repeat(3, 1fr); gap:10px; }
@media (max-width: 920px){ .gallery{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px){ .gallery{ grid-template-columns: 1fr; } }
.gallery img{ aspect-ratio: 4 / 3; object-fit: cover; border-radius:12px; }

/* FAQ */
details{ background:var(--card); border:1px solid var(--border); border-radius:14px; padding:14px 16px; margin:10px 0; }
summary{ cursor:pointer; font-weight:600; }
details p{ color:var(--muted); }

/* Form */
.form{ display:grid; gap:14px; }
.form input, .form select, .form textarea{
  width:100%; background:#0e1722; color:var(--text); border:1px solid var(--border);
  padding:12px 14px; border-radius:12px; outline:none;
}
.form input:focus, .form select:focus, .form textarea:focus{ border-color: var(--brand); box-shadow: 0 0 0 3px rgba(74,163,255,.2); }
.form label{ display:grid; gap:8px; font-weight:600; }
.form .form-note, .note{ color:var(--muted); }
.tiny{ color:#7d8aa1; font-size:.8rem; }
.small{ color:#9db0c7; font-size:.9rem; }


.paragraph{
  font-family:cursive;
}


/* Hero Section */
.hero {
  position: relative;
  text-align: center;
}

.hero img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.hero-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}

.hero-text h2 {
  font-size: 3rem;
}

.hero-text .btn {
  background: #e67e22;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  border-radius: 5px;
}

.hero-text .btn:hover {
  background: #cf711f;
}




/* Equipment Page */
.equipments {
  padding: 40px;
  text-align: center;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.equipment-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: left;
  transition: 0.3s;
}

.equipment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.equipment-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.equipment-card h3 {
  margin: 10px 0;
  color: #e67e22;
}

.equipment-card ul {
  padding-left: 20px;
  color: #444;
}

.equipment-card li {
  margin-bottom: 6px;
  font-size: 0.95rem;
}



/* whatsapp logo */

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  background: #25D366;
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.whatsapp-btn:hover {
  background: #1ebe5b;
}

.whatsapp-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
