*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,"Noto Sans Devanagari",sans-serif;
  color:#14233d;
  background:#ffffff;
  line-height:1.6;
}

a{
  text-decoration:none;
  color:inherit;
}

.container{
  width:min(1160px,92%);
  margin:auto;
}

/* ================= HEADER ================= */

.header{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 4%;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(18px);
  position:sticky;
  top:0;
  z-index:100;
  border-bottom:1px solid #e9f0f7;
  box-shadow:0 8px 30px rgba(25,65,105,.07);
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  font-size:27px;
  letter-spacing:-.7px;
  color:#12345b;
}

.brand img{
  width:62px;
  height:62px;
  object-fit:contain;
  display:block;
}

.nav{
  display:flex;
  align-items:center;
  gap:27px;
  font-size:14px;
  font-weight:700;
}

.nav a{
  transition:.25s;
}

.nav a:hover{
  color:#ed7a16;
}

.nav-cta{
  padding:12px 20px;
  border-radius:30px;
  background:linear-gradient(135deg,#ffbd28,#f27b13);
  color:#14233d;
  box-shadow:0 8px 22px rgba(242,123,19,.18);
}

.menu{
  display:none;
  border:0;
  background:none;
  font-size:29px;
  color:#17395f;
}

/* ================= HERO ================= */

.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 85% 20%,rgba(255,196,66,.28),transparent 28%),
    radial-gradient(circle at 10% 80%,rgba(38,174,205,.16),transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#eef9ff 52%,#fff8ec 100%);
  padding:78px 0 95px;
}

.hero-bg{
  position:absolute;
  inset:auto -10% -35% 35%;
  height:550px;
  background:radial-gradient(circle,rgba(255,190,57,.32),transparent 62%);
  filter:blur(25px);
}

.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:60px;
  align-items:center;
  position:relative;
}

.eyebrow{
  display:inline-block;
  font-size:12px;
  letter-spacing:2.5px;
  font-weight:900;
  color:#ee7916;
  margin-bottom:15px;
}

.hero h1{
  font-size:clamp(44px,5vw,72px);
  line-height:1.07;
  margin:0 0 23px;
  letter-spacing:-2.5px;
  color:#112b4d;
}

.hero h1 span,
.section-head span,
.video-copy span,
.booking-copy span{
  background:linear-gradient(90deg,#ed7415,#f3a719,#08a5a5);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero p{
  font-size:18px;
  color:#536a83;
  max-width:650px;
}

.actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:31px 0;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  padding:15px 23px;
  font-weight:850;
  border:1px solid transparent;
  transition:.3s;
  cursor:pointer;
}

.btn:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(22,54,88,.14);
}

.primary{
  background:linear-gradient(135deg,#ffc02b,#f27a12);
  color:#152944;
  box-shadow:0 9px 24px rgba(242,123,18,.18);
}

.ghost{
  background:rgba(255,255,255,.9);
  border-color:#cfdeed;
  color:#173a60;
}

.trust{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  color:#60758c;
  font-size:13px;
}

/* ================= HERO PHOTO ================= */

.hero-visual{
  position:relative;
  min-height:570px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.glow{
  position:absolute;
  width:480px;
  height:480px;
  border-radius:50%;
  background:
    radial-gradient(circle,
    rgba(255,205,91,.55) 0%,
    rgba(81,202,210,.16) 42%,
    transparent 70%);
  filter:blur(5px);
}

.photo-card{
  width:min(390px,78%);
  height:540px;
  border-radius:38px;
  overflow:hidden;
  position:relative;
  z-index:2;
  box-shadow:
    0 30px 80px rgba(24,66,103,.22),
    0 5px 20px rgba(0,0,0,.08);
  border:9px solid #fff;
  background:linear-gradient(145deg,#edf9ff,#fff6e7);
  transform:rotate(2deg);
}

.photo-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  background:linear-gradient(145deg,#eef9ff,#fff8ed);
}

/* ================= FLOATING CARDS ================= */

.floating-card{
  position:absolute;
  z-index:5;
  background:rgba(255,255,255,.96);
  padding:15px 19px;
  border-radius:19px;
  box-shadow:0 18px 45px rgba(25,65,100,.15);
  display:flex;
  flex-direction:column;
  font-size:14px;
  border:1px solid rgba(220,232,243,.8);
  animation:floatCard 4s ease-in-out infinite;
}

.floating-card small{
  color:#71849a;
}

.floating-card.one{
  left:0;
  top:15%;
}

.floating-card.two{
  right:0;
  bottom:15%;
  animation-delay:1s;
}

@keyframes floatCard{
  0%,100%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-9px);
  }
}

/* ================= STATS ================= */

.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  width:min(1040px,90%);
  margin:-30px auto 0;
  background:#fff;
  position:relative;
  z-index:10;
  border-radius:25px;
  box-shadow:0 18px 50px rgba(25,66,104,.13);
  padding:25px;
  border:1px solid #edf3f8;
}

.stats div{
  text-align:center;
  border-right:1px solid #e7edf4;
}

.stats div:last-child{
  border:0;
}

.stats b{
  display:block;
  font-size:27px;
  color:#15345a;
}

.stats span{
  font-size:12px;
  color:#71839a;
}

/* ================= SECTIONS ================= */

.section{
  padding:100px 0;
}

.soft{
  background:
    radial-gradient(circle at 10% 10%,rgba(45,185,211,.08),transparent 28%),
    linear-gradient(180deg,#f8fcff,#f3f9fd);
}

.section-head{
  text-align:center;
  max-width:750px;
  margin:0 auto 45px;
}

.section-head h2,
.video-copy h2,
.booking-copy h2{
  font-size:clamp(33px,4vw,50px);
  line-height:1.15;
  margin:0 0 14px;
  color:#143257;
}

.section-head p,
.video-copy p{
  color:#667b91;
}

/* ================= CARDS ================= */

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.card{
  background:rgba(255,255,255,.95);
  border:1px solid #e2edf5;
  border-radius:24px;
  padding:30px;
  box-shadow:0 9px 28px rgba(20,60,95,.06);
  transition:.3s;
}

.card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 45px rgba(20,60,95,.13);
  border-color:#d3e6f3;
}

.card i{
  font-style:normal;
  font-size:36px;
}

.card h3{
  margin:14px 0 6px;
  color:#17395e;
}

.card p{
  margin:0;
  color:#66798e;
  font-size:14px;
}

/* ================= VIDEO ================= */

.video-wrap{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:50px;
  align-items:center;
}

.video-box{
  min-height:360px;
  border-radius:30px;
  background:
    radial-gradient(circle at 85% 15%,rgba(255,190,43,.35),transparent 25%),
    linear-gradient(135deg,#eaf8ff,#dff5f3);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#163b5d;
  box-shadow:0 22px 60px rgba(25,75,105,.13);
  position:relative;
  overflow:hidden;
  border:1px solid #d8ebf1;
}

.video-box:before{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  border-radius:50%;
  background:rgba(255,187,30,.18);
  filter:blur(30px);
  right:-70px;
  top:-70px;
}

.play{
  width:82px;
  height:82px;
  border-radius:50%;
  background:#fff;
  color:#ef7912;
  display:grid;
  place-items:center;
  font-size:29px;
  margin-bottom:15px;
  box-shadow:0 12px 35px rgba(28,72,102,.16);
}

.video-box small{
  opacity:.65;
}

/* ================= STEPS ================= */

.steps{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.step{
  display:flex;
  gap:18px;
  padding:27px;
  border-radius:21px;
  background:#fff;
  border:1px solid #e2ebf3;
  box-shadow:0 8px 26px rgba(23,56,88,.06);
}

.step>b{
  width:52px;
  height:52px;
  flex:none;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#eaf7ff,#fff5db);
  color:#2670c4;
}

.step h3{
  margin:0 0 4px;
  color:#17395e;
}

.step p{
  margin:0;
  color:#6b7d91;
  font-size:14px;
}

/* ================= BOOKING ================= */

.booking{
  padding:95px 0;
  background:
    radial-gradient(circle at 15% 20%,rgba(66,203,214,.20),transparent 28%),
    radial-gradient(circle at 85% 80%,rgba(255,190,45,.18),transparent 25%),
    linear-gradient(125deg,#12385c,#155b73 55%,#087e7b);
  color:#fff;
}

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

.booking-copy p{
  color:#d2e5f0;
}

.booking-copy ul{
  list-style:none;
  padding:0;
  display:grid;
  gap:11px;
  color:#e7f3fa;
}

.form{
  background:#fff;
  color:#152943;
  border-radius:28px;
  padding:30px;
  box-shadow:0 28px 75px rgba(0,25,50,.28);
}

.price{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:18px;
  margin-bottom:17px;
  border-bottom:1px solid #e7edf3;
}

.price strong{
  font-size:34px;
  color:#ef7912;
}

label{
  display:block;
  font-size:13px;
  font-weight:700;
  margin:13px 0;
}

label small{
  font-weight:400;
  color:#8290a2;
}

input{
  display:block;
  width:100%;
  margin-top:7px;
  padding:14px;
  border:1px solid #d5dfeb;
  border-radius:13px;
  font:inherit;
  outline:none;
}

input:focus{
  border-color:#f19a1b;
  box-shadow:0 0 0 3px rgba(241,154,27,.13);
}

.check{
  display:flex;
  gap:9px;
  align-items:flex-start;
  font-weight:500;
  color:#64758a;
}

.check input{
  width:auto;
  margin-top:4px;
}

.full{
  width:100%;
  margin-top:8px;
}

.form-note{
  font-size:11px;
  text-align:center;
  color:#8b98a8;
}

/* ================= FAQ ================= */

.narrow{
  max-width:850px;
}

.faq{
  border:1px solid #e0e8f1;
  border-radius:17px;
  margin:12px 0;
  padding:19px 21px;
  background:#fff;
  box-shadow:0 5px 18px rgba(25,60,90,.04);
}

.faq summary{
  font-weight:800;
  cursor:pointer;
  color:#17395e;
}

.faq p{
  color:#69798d;
  margin-bottom:0;
}

/* ================= FOOTER ================= */

.footer{
  background:#0b2947;
  color:#dbe8f5;
  padding:58px 0 18px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:45px;
}

.footer .brand{
  color:#fff;
}

.footer .brand img{
  width:58px;
  height:58px;
}

.footer-grid b{
  display:block;
  color:#fff;
  margin-bottom:12px;
}

.footer-grid a,
.footer-grid span{
  display:block;
  color:#a8bfd3;
  margin:7px 0;
  font-size:14px;
}

.copyright{
  width:min(1160px,92%);
  margin:35px auto 0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#829bb2;
  font-size:12px;
}

/* ================= TOAST ================= */

.toast{
  position:fixed;
  bottom:20px;
  left:50%;
  transform:translate(-50%,120px);
  background:#123557;
  color:#fff;
  padding:13px 20px;
  border-radius:14px;
  box-shadow:0 15px 35px rgba(0,26,58,.25);
  transition:.3s;
  z-index:300;
  font-size:13px;
}

.toast.show{
  transform:translate(-50%,0);
}

/* ================= ANIMATION ================= */

.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease,transform .7s ease;
}

.reveal.visible{
  opacity:1;
  transform:none;
}

/* ================= TABLET ================= */

@media(max-width:850px){

  .header{
    height:72px;
  }

  .brand{
    font-size:23px;
  }

  .brand img{
    width:55px;
    height:55px;
  }

  .nav{
    display:none;
    position:absolute;
    left:4%;
    right:4%;
    top:70px;
    background:#fff;
    border-radius:19px;
    padding:15px;
    box-shadow:0 15px 40px rgba(18,52,87,.15);
    flex-direction:column;
    align-items:stretch;
  }

  .nav.open{
    display:flex;
  }

  .nav a{
    padding:9px;
  }

  .menu{
    display:block;
  }

  .hero{
    padding:55px 0 70px;
  }

  .hero-grid,
  .video-wrap,
  .booking-grid{
    grid-template-columns:1fr;
  }

  .hero-visual{
    min-height:570px;
    order:-1;
  }

  .photo-card{
    width:320px;
    height:500px;
  }

  .floating-card.one{
    left:3%;
    top:14%;
  }

  .floating-card.two{
    right:3%;
    bottom:12%;
  }

  .stats{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
  }

  .stats div:nth-child(2){
    border-right:0;
  }

  .stats div{
    padding:7px;
  }

  .cards{
    grid-template-columns:1fr 1fr;
  }

  .steps{
    grid-template-columns:1fr;
  }

  .booking-grid{
    gap:40px;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

/* ================= MOBILE ================= */

@media(max-width:560px){

  .header{
    height:68px;
  }

  .brand{
    font-size:21px;
  }

  .brand img{
    width:51px;
    height:51px;
  }

  .hero{
    padding:42px 0 65px;
  }

  .hero h1{
    font-size:39px;
    letter-spacing:-1.4px;
  }

  .hero p{
    font-size:16px;
  }

  .hero-visual{
    min-height:510px;
  }

  .photo-card{
    width:275px;
    height:430px;
    border-width:7px;
  }

  .floating-card{
    font-size:12px;
    padding:10px 12px;
  }

  .floating-card.one{
    left:0;
    top:12%;
  }

  .floating-card.two{
    right:0;
    bottom:8%;
  }

  .stats{
    width:94%;
    padding:17px 10px;
  }

  .stats b{
    font-size:23px;
  }

  .section{
    padding:72px 0;
  }

  .section-head h2,
  .video-copy h2,
  .booking-copy h2{
    font-size:34px;
  }

  .cards{
    grid-template-columns:1fr;
  }

  .video-box{
    min-height:270px;
  }

  .form{
    padding:22px;
  }

  .footer-grid{
    grid-template-columns:1fr;
  }

  .actions .btn{
    width:100%;
  }
}