*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Comfortaa', sans-serif; color: #333; background: #fff; overflow-x: hidden; }

/* LOADER */
#page-loader {
  position: fixed; inset: 0; z-index: 9999;
  background: #fff; display: flex; align-items: center; justify-content: center;
  transition: opacity .5s ease;
}
#page-loader.hidden { opacity: 0; pointer-events: none; }
#page-loader img { width: 160px; animation: pulse 1.2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:.5} 50%{opacity:1} }

/* TOP BAR */
.top-bar {
  background: #00c6ff; color: #fff; font-size: 13px;
  padding: 7px 30px;
  display: flex; justify-content: space-between; align-items: center;
}
.top-bar a { color: #fff; text-decoration: none; margin-left: 20px; }
.top-bar-content {
  width: 1175px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
/* HEADER */
header {
  position: sticky; top: 0; z-index: 1000;
  background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.header-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 30px;
  display: flex; align-items: center; justify-content: space-between;
  height: 82px;
}
.logo img { height: 56px; object-fit: contain; }

.nav-menu { list-style: none; display: flex; gap: 0; }
.nav-menu > li { position: relative; }
.nav-menu > li > a {
  display: block; padding: 30px 16px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .6px;
  text-transform: uppercase; color: #333; text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color .2s, border-color .2s;
}
.nav-menu > li:hover > a { color: #00c6ff; border-color: #00c6ff; }

.nav-menu .dropdown {
  display: none; position: absolute; top: 100%; left: 0;
  background: #fff; min-width: 270px;
  box-shadow: 0 8px 30px rgba(0,0,0,.12);
  border-top: 3px solid #00c6ff; list-style: none; z-index: 200;
}
.nav-menu > li:hover .dropdown { display: block; }
.nav-menu .dropdown li a {
  display: block; padding: 11px 18px;
  font-size: 12px; color: #444; text-decoration: none;
  border-bottom: 1px solid #f5f5f5; transition: all .2s;
}
.nav-menu .dropdown li a:hover { background: #e6f9ff; color: #00c6ff; padding-left: 24px; }

.nav-right { display: flex; align-items: center; gap: 12px; }
.search-form { display: flex; align-items: center; }
.search-form input {
  border: 1px solid #ddd; padding: 7px 10px; font-size: 12px;
  outline: none; width: 130px; border-radius: 2px 0 0 2px; font-family: 'Comfortaa',sans-serif;
}
.search-form button {
  background: #00c6ff; border: none; color: #fff;
  padding: 7px 11px; cursor: pointer; border-radius: 0 2px 2px 0; font-size: 12px;
}

.btn-booking {
  background: #00c6ff; color: #fff;
  padding: 11px 22px; font-size: 11.5px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  text-decoration: none; display: inline-block;
  border-radius: 2px; transition: background .2s; white-space: nowrap;
}
.btn-booking:hover { background: #0099cc; }

/* HERO SLIDER */
.hero-slider {
  position: relative; overflow: hidden; height: 600px;
}
.slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity .9s ease; display: flex; align-items: center;
}
.slide.active { opacity: 1; }
.slide-bg-1 { background-image: url('images/banner01.png'); }
.slide-bg-2 { background-image: url('images/banner02.png'); }
.slide-bg-3 { background-image: url('images/banner03.png'); }
.slide-bg-1,
.slide-bg-2,
.slide-bg-3 {
  background-size: cover;
  background-position: center;
}
.slide-content {
  max-width: 1240px; margin: 0 auto; padding: 0 60px;
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.slide-text { flex: 0 0 55%; }
.slide-eyebrow {
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  color: #00c6ff; font-weight: 700; margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}
.slide-eyebrow::before { content:''; display:block; width:30px; height:1px; background:#00c6ff; }
.slide-text h1 {
  font-family: 'Comfortaa', sans-serif;
  font-size: 50px; line-height: 1.12; color: #2a1a1a; margin-bottom: 20px;
}
.slide-text h1 span { color: #00c6ff; }
.slide-text p { font-size: 14.5px; color: #666; line-height: 1.75; margin-bottom: 32px; max-width: 455px; }
.slide-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-hero-main {
  background: #00c6ff; color: #fff; padding: 13px 32px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background .2s;
}
.btn-hero-main:hover { background: #0099cc; }
.btn-hero-out {
  border: 2px solid #00c6ff; color: #00c6ff; background: transparent;
  padding: 11px 28px; font-size: 11.5px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: all .2s;
}
.btn-hero-out:hover { background: #00c6ff; color: #fff; }

.slide-image { flex: 0 0 38%; display: flex; align-items: center; justify-content: center; }
.slide-placeholder {
  width: 310px; height: 410px;
  background: linear-gradient(135deg,#cdf3ff 0%,#99e6ff 60%,#66d9ff 100%);
  border-radius: 6px;
  box-shadow: 0 20px 70px rgba(0,153,204,.2);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Comfortaa', sans-serif; font-size: 22px;
  color: rgba(255,255,255,.75); letter-spacing: 2px; text-align: center;
  animation: float 5s ease-in-out infinite;
}
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }

.slider-dots {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 10;
}
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(0,198,255,.35); cursor: pointer; transition: background .3s; }
.dot.active { background: #00c6ff; }

.slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; background: rgba(255,255,255,.8);
  border: none; cursor: pointer; font-size: 22px; color: #00c6ff;
  display: flex; align-items: center; justify-content: center;
  z-index: 10; transition: background .2s; border-radius: 2px;
}
.slider-arrow:hover { background: #fff; }
.arrow-prev { left: 18px; }
.arrow-next { right: 18px; }

/* BOOKING STRIP */
.booking-strip { background: #fff; box-shadow: 0 5px 30px rgba(0,0,0,.08); padding: 30px 0; }
.booking-strip-inner { max-width: 1140px; margin: 0 auto; padding: 0 30px; }
.booking-strip h3 {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #00c6ff; margin-bottom: 6px;
}
.step-label { font-size: 11px; color: #999; margin-bottom: 16px; }
.booking-form-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1.3fr auto;
  gap: 12px; align-items: end;
}
.bf-group { display: flex; flex-direction: column; gap: 5px; }
.bf-group label { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: #aaa; font-weight: 700; }
.bf-input-wrap { position: relative; display: flex; align-items: center; }
.bf-input-wrap input,
.bf-input-wrap select {
  border: 1px solid #e0e0e0; padding: 9px;
  font-size: 13px; font-family: 'Comfortaa', sans-serif;
  outline: none; width: 100%; border-radius: 2px;
  transition: border-color .2s; color: #333;
}
.bf-input-wrap input:focus, .bf-input-wrap select:focus { border-color: #00c6ff; }
.bf-input-wrap select { appearance: none; padding-right: 28px; cursor: pointer; }
.btn-register {
  background: #00c6ff; color: #fff; border: none;
  padding: 0 28px; height: 40px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; border-radius: 2px; transition: background .2s; white-space: nowrap;
}
.btn-register:hover { background: #0099cc; }

/* STATS */
.stats-bar { background: #6ec1e4; padding: 45px 30px; }
.stats-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; justify-content: space-around; align-items: center;
}
.stat-block { text-align: center; }
.stat-block img {
  width: 40%; filter: brightness(0) invert(1); margin-bottom: 8px;
}
.stat-block h5 {
  font-family: 'Comfortaa', sans-serif; font-size: 44px; color: #fff; line-height: 1;
}
.stat-block p {
  font-size: 10.5px; letter-spacing: 1.8px; text-transform: uppercase;
  color: rgba(255,255,255,.82); margin-top: 10px; line-height: 1.6; font-weight: 600;
}
.stat-sep { width: 1px; height: 64px; background: rgba(255,255,255,.22); }

/* ABOUT */
.about-wrap {
  max-width: 1200px; margin: 0 auto; padding: 80px 30px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.about-photo img { width: 100%; border-radius: 4px; box-shadow: 0 16px 55px rgba(0,0,0,.12); display: block; }
.about-body h6 {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: #00c6ff; font-weight: 700; margin-bottom: 14px;
}
.about-body h3 {
  font-family: 'Comfortaa', sans-serif;
  font-size: 30px; color: #2a1a1a; margin-bottom: 26px; line-height: 1.3;
}
.feat-list { list-style: none; margin-bottom: 34px; }
.feat-list li {
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid #e6f9ff;
  font-size: 13.5px; color: #555; line-height: 1.65;
  position: relative;
}
.feat-list li::before { content:'✦'; position:absolute; left:0; color:#00c6ff; font-size:10px; top:14px; }
.btn-dat {
  display: inline-block; background: #00c6ff; color: #fff;
  padding: 13px 34px; font-size: 11.5px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; text-decoration: none;
  border-radius: 2px; transition: background .2s;
}
.btn-dat:hover { background: #0099cc; }

/* SERVICES */
.services-wrap { background: #f0fbff; padding: 72px 30px; }
.services-inner { max-width: 1200px; margin: 0 auto; }
.sec-header { text-align: center; margin-bottom: 48px; }
.sec-header h6 {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: #00c6ff; font-weight: 700; margin-bottom: 10px;
}
.sec-header h2 { font-family: 'Comfortaa', sans-serif; font-size: 34px; color: #2a1a1a; }

.svc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.svc-card {
  background: #fff; border-radius: 4px; overflow: hidden;
  box-shadow: 0 4px 22px rgba(0,0,0,.07);
  transition: transform .3s, box-shadow .3s;
}
.svc-card:hover { transform: translateY(-7px); box-shadow: 0 14px 44px rgba(0,0,0,.13); }
.svc-card img { width: 100%; height: 218px; object-fit: cover; display: block; }
.svc-body { padding: 20px; }
.svc-body h5 {
  font-family: 'Comfortaa', sans-serif; font-size: 16px; color: #2a1a1a; margin-bottom: 10px;
}
.svc-body p { font-size: 12.5px; color: #666; line-height: 1.75; }

/* VIDEO + ABOUT2 */
.about2-wrap {
  max-width: 1200px; margin: 0 auto; padding: 80px 30px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center;
}
.vid-thumb { position: relative; cursor: pointer; border-radius: 4px; overflow: hidden; box-shadow: 0 16px 55px rgba(0,0,0,.14); }
.vid-thumb img { width: 100%; display: block; }
.play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(0,198,255,.88);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 26px; text-indent: 5px;
  box-shadow: 0 8px 30px rgba(0,198,255,.5);
  transition: transform .2s, background .2s;
}
.vid-thumb:hover .play-btn { transform: translate(-50%,-50%) scale(1.1); background: #0099cc; }
.about2-body h6 {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: #00c6ff; font-weight: 700; margin-bottom: 14px;
}
.about2-body h3 { font-family: 'Comfortaa', sans-serif; font-size: 28px; color: #2a1a1a; margin-bottom: 20px; line-height: 1.35; }
.about2-body p { font-size: 13.5px; color: #666; line-height: 1.85; margin-bottom: 26px; }
.btn-more {
  display: inline-block; border: 2px solid #00c6ff; color: #00c6ff;
  padding: 11px 28px; font-size: 11.5px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none;
  border-radius: 2px; transition: all .2s;
}
.btn-more:hover { background: #00c6ff; color: #fff; }

/* BRANDS */
.brands-bar {
  padding: 46px 30px; background: #fff;
  border-top: 1px solid #cceeff; border-bottom: 1px solid #cceeff;
  background: #00c6ff;
}
.brands-center { max-width: 960px; margin: 0 auto; text-align: center; }
.brands-center h6 {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: #bbb; font-weight: 700; margin-bottom: 26px;
}
.brands-row {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
}
.brands-row a img { height: 48px; object-fit: contain; filter: grayscale(20%); transition: all .2s; opacity: .85; }
.brands-row a:hover img { filter: none; transform: scale(1.06); opacity: 1; }

/* TESTIMONIALS */
.testi-wrap { background: #f0fbff; padding: 72px 30px; }
.testi-inner { max-width: 1100px; margin: 0 auto; }
.testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 42px; }
.testi-card {
  background: #fff; padding: 32px; border-radius: 4px;
  box-shadow: 0 4px 22px rgba(0,0,0,.07); border-left: 4px solid #00c6ff;
  transition: transform .2s;
}
.testi-card:hover { transform: translateY(-3px); }
.testi-card > p { font-size: 13.5px; color: #555; line-height: 1.82; margin-bottom: 22px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-author img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 2.5px solid #e6f9ff; }
.testi-info h5 { font-size: 14px; font-weight: 700; color: #2a1a1a; }
.testi-info span { font-size: 12px; color: #00c6ff; font-weight: 500; }

/* FOOTER */
footer { background: #14457b; color: #fff; padding: 60px 30px 0; }
.footer-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px;
  padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-brand .flogo img { height: 46px; filter: brightness(2); margin-bottom: 16px; display: block; }
.footer-brand p { font-size: 13px; line-height: 1.8; max-width: 300px; }
.footer-col h4 {
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  font-weight: 700; margin-bottom: 20px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; font-size: 13px; }
.footer-col ul li a { text-decoration: none; transition: color .2s; color: #fff; }
.footer-col ul li a:hover { color: #00c6ff; }
.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  padding: 20px 0; text-align: center; font-size: 16px; color: #fff;
}

/* STICKY PHONE */
.sticky-phone {
  position: fixed; bottom: 28px; right: 28px; z-index: 500;
  background: #00c6ff; color: #fff; width: 52px; height: 52px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 22px; box-shadow: 0 6px 26px rgba(0,198,255,.5);
  text-decoration: none; animation: ring 2.4s ease-in-out infinite;
}
@keyframes ring {
  0%,100%{transform:scale(1) rotate(0)} 8%{transform:scale(1.12) rotate(-12deg)} 16%{transform:scale(1.12) rotate(12deg)} 24%{transform:scale(1) rotate(0)}
}

/* RESPONSIVE */
@media(max-width:1024px){ .svc-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:768px){
  .nav-menu,.nav-right .search-form{display:none}
  .hero-slider{height:auto}
  .slide-content{flex-direction:column;padding:40px 20px;gap:26px}
  .slide-text h1{font-size:30px}
  .about-wrap,.about2-wrap{grid-template-columns:1fr;gap:28px;padding:44px 20px}
  .svc-grid{grid-template-columns:1fr}
  .testi-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:30px}
  .booking-form-grid{grid-template-columns:1fr}
  .stats-inner{flex-direction:column;gap:24px}
  .stat-sep{display:none}
}
