/* Netflix-style Preloader Animation */
#preloader {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s;
  overflow: hidden;
}

#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}

#container netflixintro {
  display: block;
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  animation-name: zoom-in;
  animation-delay: 1.5s;
  animation-duration: 3.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  background-image: url('https://i.ibb.co/cKTDT1rQ/IMG-20260318-WA0000.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  border: 5px solid var(--primary);
  box-shadow: 0 0 50px rgba(0, 242, 255, 0.4);
}

#container netflixintro::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #000;
  width: 150%;
  height: 30%;
  left: -25%;
  bottom: -27%;
  border-radius: 50%;
  z-index: 5;
  transform-origin: left center;
}

#container netflixintro[letter=N] {
  transform-origin: center center;
}

#container netflixintro [class*=helper-] {
  position: absolute;
  z-index: 10;
}

#container netflixintro[letter=N] .helper-1 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 242, 255, 0.2);
  left: 0;
  top: 0;
  animation-name: fading-lumieres-box;
  animation-duration: 2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

#container netflixintro [class*=helper-] .effect-brush {
  position: absolute;
  width: 100%;
  height: 300%;
  top: 0;
  overflow: hidden;
}

#container netflixintro [class*=helper-] .effect-brush::before {
  display: block;
  content: "";
  position: absolute;
  background-color: var(--primary);
  width: 100%;
  height: 70%;
  box-shadow: 0px 0px 29px 24px var(--primary);
}

#container netflixintro .helper-1 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

#container netflixintro [class*=helper-] .effect-brush [class*=fur-] {
  display: block;
  position: absolute;
  bottom: 0%;
  height: 30%;
}

/* Fur positions (simplified for brevity but covering the requested effect) */
#container netflixintro [class*=helper-] .effect-brush .fur-1 { left: 0%; width: 3.8%; background: linear-gradient(to bottom, var(--primary) 0%, rgba(0,0,0,0) 100%); }
#container netflixintro [class*=helper-] .effect-brush .fur-2 { left: 5%; width: 5%; background: linear-gradient(to bottom, var(--primary) 0%, rgba(0,0,0,0) 100%); }
#container netflixintro [class*=helper-] .effect-brush .fur-3 { left: 15%; width: 8%; background: linear-gradient(to bottom, var(--primary) 0%, rgba(0,0,0,0) 100%); }
#container netflixintro [class*=helper-] .effect-brush .fur-4 { left: 30%; width: 4%; background: linear-gradient(to bottom, var(--primary) 0%, rgba(0,0,0,0) 100%); }
#container netflixintro [class*=helper-] .effect-brush .fur-5 { left: 45%; width: 10%; background: linear-gradient(to bottom, var(--primary) 0%, rgba(0,0,0,0) 100%); }
#container netflixintro [class*=helper-] .effect-brush .fur-6 { left: 60%; width: 2.5%; background: linear-gradient(to bottom, var(--primary) 0%, rgba(0,0,0,0) 100%); }
#container netflixintro [class*=helper-] .effect-brush .fur-7 { left: 70%; width: 5%; background: linear-gradient(to bottom, var(--primary) 0%, rgba(0,0,0,0) 100%); }
#container netflixintro [class*=helper-] .effect-brush .fur-8 { left: 85%; width: 15%; background: linear-gradient(to bottom, var(--primary) 0%, rgba(0,0,0,0) 100%); }

#container netflixintro [class*=helper-] .effect-lumieres {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation-name: showing-lumieres;
  animation-duration: 2s;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
}

#container netflixintro [class*=helper-] .effect-lumieres [class*=lamp-] {
  position: absolute;
  display: block;
  height: 100%;
  box-shadow: 0px 0px 10px 0px var(--primary);
  background: var(--color);
}

#container netflixintro [class*=helper-] .effect-lumieres .lamp-1 { --color: #ff0100; left: 5%; width: 2%; animation: lumieres-moving-left 5s forwards; }
#container netflixintro [class*=helper-] .effect-lumieres .lamp-2 { --color: #00f2ff; left: 15%; width: 1.5%; animation: lumieres-moving-right 5s forwards; }
#container netflixintro [class*=helper-] .effect-lumieres .lamp-3 { --color: #64ffda; left: 25%; width: 2.5%; animation: lumieres-moving-left 5s forwards; }
#container netflixintro [class*=helper-] .effect-lumieres .lamp-4 { --color: #ffffff; left: 40%; width: 1%; animation: lumieres-moving-right 5s forwards; }
#container netflixintro [class*=helper-] .effect-lumieres .lamp-5 { --color: #00f2ff; left: 60%; width: 2%; animation: lumieres-moving-left 5s forwards; }
#container netflixintro [class*=helper-] .effect-lumieres .lamp-6 { --color: #64ffda; left: 75%; width: 1.8%; animation: lumieres-moving-right 5s forwards; }
#container netflixintro [class*=helper-] .effect-lumieres .lamp-7 { --color: #00f2ff; left: 85%; width: 2.2%; animation: lumieres-moving-left 5s forwards; }

@keyframes brush-moving {
  0% { transform: translateY(0); }
  100% { transform: translateY(-100%); }
}

@keyframes lumieres-moving-right {
  0% { transform: translate(0); }
  100% { transform: translate(-120px) scaleX(3); }
}

@keyframes lumieres-moving-left {
  0% { transform: translate(0); }
  100% { transform: translate(120px) scaleX(3); }
}

@keyframes zoom-in {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(15); opacity: 0; }
}

@keyframes showing-lumieres {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fading-lumieres-box {
  0% { background-color: rgba(0, 242, 255, 0.4); }
  100% { background-color: rgba(0, 242, 255, 0); }
}

:root {
  --primary: #00f2ff;
  --primary-dark: #00c2cc;
  --secondary: #64ffda;
  --bg-dark: #020c1b;
  --bg-navy: #0a192f;
  --bg-light-navy: #112240;
  --text-white: #e6f1ff;
  --text-slate: #8892b0;
  --text-light-slate: #ccd6f6;
  --white: #ffffff;
  --shadow: rgba(2, 12, 27, 0.7);
  --transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  --border-radius: 8px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', 'Outfit', sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-light-slate);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4 {
  color: var(--text-white);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.gradient-text {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--bg-dark);
}
::-webkit-scrollbar-thumb {
  background: var(--bg-light-navy);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--text-slate);
}

/* Components */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding: 100px 0;
}

.section-label {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-header h2 {
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 20px;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: var(--border-radius);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition);
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
}

.btn-primary {
  background: rgba(0, 242, 255, 0.1);
  color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  background: var(--primary);
  color: var(--bg-dark);
  box-shadow: 0 10px 30px -10px var(--primary);
  transform: translateY(-3px);
}

.btn-outline {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn-outline:hover {
  background: rgba(0, 242, 255, 0.1);
  transform: translateY(-3px);
}

/* Navbar */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1000;
  background: rgba(2, 12, 27, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: var(--transition);
}

nav.scrolled {
  padding: 12px 0;
  background: var(--bg-dark);
  box-shadow: 0 10px 30px -10px var(--shadow);
}

nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  transition: var(--transition);
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  color: var(--text-light-slate);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: var(--transition);
}

.nav-links a:hover {
  color: var(--primary);
}

/* Hero */
.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: #D6923B url('https://i.ibb.co/nNLnCBYX/IMG-20251110-163016-1.jpg') no-repeat center center / contain;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(rgba(2, 12, 27, 0.55), rgba(2, 12, 27, 0.85));
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-label {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  margin-bottom: 20px;
}

.hero-label .line {
  width: 40px;
  height: 2px;
  background: var(--primary);
}

.hero h1 {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero p {
  font-size: 18px;
  max-width: 540px;
  margin-bottom: 40px;
  color: var(--text-slate);
}

.hero-btns {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .hero .container {
    padding-top: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hero-btns {
    justify-content: center;
    width: 100%;
  }
}

.hero-stats {
  display: flex;
  gap: 60px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stat strong {
  display: block;
  font-size: 32px;
  color: var(--text-white);
}

.hero-stat span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
}

/* Service Cards */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.service-card {
  background: var(--bg-light-navy);
  padding: 40px;
  border-radius: var(--border-radius);
  border: 1px solid transparent;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary);
  box-shadow: 0 20px 30px -15px var(--shadow);
}

.service-img {
  width: 100%;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

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

.service-price {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  margin-bottom: 30px;
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 15px;
}

.service-features li {
  font-size: 14px;
  color: var(--text-slate);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-features li i {
  color: var(--primary);
  font-size: 14px;
}

/* Addons */
.additional-services {
  background: var(--bg-navy);
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.addon-card {
  background: var(--bg-light-navy);
  border-radius: var(--border-radius);
  overflow: hidden;
  transition: var(--transition);
}

.addon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -15px var(--shadow);
}

.ba-container {
  height: 200px;
  overflow: hidden;
}

.ba-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.addon-content {
  padding: 24px;
}

.addon-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addon-flex h3 {
  font-size: 16px;
}

.addon-price {
  color: var(--primary);
  font-weight: 700;
  font-size: 18px;
}

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

.feature-card {
  text-align: center;
  padding: 40px;
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 242, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 32px;
}

/* Booking */
.booking-section {
  background: var(--bg-navy);
}

.booking-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.booking-form {
  background: var(--bg-light-navy);
  padding: 40px;
  border-radius: var(--border-radius);
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-light-slate);
  font-size: 14px;
}

input, select, textarea {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-dark);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: var(--text-white);
  font-family: inherit;
  font-size: 16px;
  transition: var(--transition);
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--primary);
}

/* Footer */
footer {
  padding: 80px 0 40px;
  background: var(--bg-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 50px;
  margin-bottom: 60px;
}

.footer-desc {
  color: var(--text-slate);
  margin-top: 20px;
  max-width: 300px;
}

.footer-column h4 {
  margin-bottom: 30px;
  font-size: 18px;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 15px;
}

.footer-column a {
  color: var(--text-slate);
  text-decoration: none;
  transition: var(--transition);
}

.footer-column a:hover {
  color: var(--primary);
}

.footer-info p {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  color: var(--text-slate);
}

.footer-info i {
  color: var(--primary);
}

.footer-socials {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.footer-socials a {
  font-size: 20px;
  color: var(--text-slate);
}

.footer-socials a:hover {
  color: var(--primary);
}

.footer-bottom {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  color: var(--text-slate);
}

/* WhatsApp Float */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #25d366;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: var(--transition);
}

.whatsapp-float:hover {
  transform: translateY(-5px);
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate {
  opacity: 0;
}

.is-visible {
  animation: fadeInUp 0.8s ease forwards;
}

/* Instagram Section */
.instagram-section {
  background: radial-gradient(circle at top right, #112240, #020c1b);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.reels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.reel-container {
  background: var(--bg-light-navy);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  height: 480px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.reel-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.reel-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reel-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0.9;
  transition: var(--transition);
}

.reel-overlay i {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  font-size: 50px;
  color: white;
  opacity: 0;
  transition: all 0.4s ease;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}

.reel-container:hover .reel-overlay i {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.reel-container:hover img {
  transform: scale(1.1);
}

.reel-info {
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.reel-info span {
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.reel-container:hover .reel-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.2) 100%);
}

.reel-container iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.insta-footer {
  text-align: center;
  margin-top: 40px;
}

.insta-footer p {
  color: var(--text-slate);
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: lowercase;
}

.btn-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white !important;
  border: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-instagram:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(188, 24, 136, 0.4);
  color: white !important;
}

.btn-instagram i {
  font-size: 1.2em;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .booking-container { grid-template-columns: 1fr; }
  .reels-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .reels-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hero-stats { display: none; }
  .hero-btns { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  section { padding: 80px 0; }
}

/* Desktop vs Mobile sizing */
.hero h1 {
  font-size: 64px;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
    line-height: 1.3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo img {
    width: 56px;
    height: 56px;
  }
  /* Make the hero car big and visible on phones */
  .hero {
    height: 80vh;
    background-color: #D6923B;
    background-image: url('https://i.ibb.co/nNLnCBYX/IMG-20251110-163016-1.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .hero p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  .hero::before {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(2, 12, 27, 0.9));
  }
  .hero .container {
    padding-top: 100px;
  }
  /* Keep service cards visible and comfy on mobile */
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 28px;
  }
  .service-img {
    height: 180px;
  }
  /* Disable opacity gating if animations fail on some phones */
  .animate {
    opacity: 1;
  }
  .is-visible {
    animation: none;
  }
}
