/* GLOBAL */
html {
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #2f3640;
  line-height: 1.7;
  letter-spacing: 0.2px;

}

.active {
  border-bottom: 2px solid red;
}

body {
  background: url('../images/bg-water.jpg') no-repeat top center;
  background-size: cover;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3 {
  color: #ff7a00 !important;
  text-shadow: -6px 4px 12px #ffffff;
  font-weight: 700;
  letter-spacing: -0.5px;
}


h1 {
  font-size: 42px;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
}

p {
  font-size: 15px;
  color: #5f6f81;
}


section {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 50px;
}


/* HEADER */
.header {
  background: #ffffff;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.logo {
  display: flex;
  align-items: center;
}

.logo-name {
  font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #153565;
}
.logo-icon {

}
.logo-tag{
    font-size: .7rem;
    font-weight: 600;
    margin-top: -7px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    color: #6c6c6c;
}

.logo img {
  height: 80px;
}

.nav-menu a {
  margin: 0 15px;
  text-decoration: none;
  color: #0a3d62;
  font-weight: 500;
}

.nav-menu a:hover {
  color: #00a8e8;
}


/* DROPDOWN WRAPPER */
.nav-menu .dropdown {
  position: relative;
}

/* DROPDOWN MENU */
.nav-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 999;
}

/* DROPDOWN LINKS */
.dropdown-menu a {
  display: block;
  padding: 10px 15px;
  color: #0a3d62;
  text-decoration: none;
  font-size: 14px;
}

.dropdown-menu a:hover {
  background: #f5f7fa;
  color: #ff7a00;
}

/* SHOW ON HOVER (DESKTOP) */
.nav-menu .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



.nav-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Prevent wrapping */
.nav-menu a,
.nav-menu .dropdown {
  white-space: nowrap;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Prevent wrapping */
.nav-menu a,
.nav-menu .dropdown {
  white-space: nowrap;
}

.nav-menu .dropdown {
  position: relative;
  display: inline-block;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* MOBILE FIX */
@media (max-width: 768px) {
  .nav-menu .dropdown-menu {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .nav-menu .dropdown.active .dropdown-menu {
    display: block;
  }
}



.header-contact span {
  font-weight: 600;
  color: #0a3d62;
}

.btn-primary {
  background: #ff7a00;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
}

/* HERO */


/* HERO WITH BACKGROUND IMAGE */
.hero {
  position: relative;
  padding: 140px 0 120px;
  background: url('../images/bg-water.jpg') no-repeat center/cover;
  z-index: 1;
  overflow: hidden;
}

/* SINGLE CLEAN OVERLAY */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.85) 40%,
      rgba(10, 61, 98, 0.35) 70%,
      rgba(10, 61, 98, 0.55) 100%);
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;

  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 60%,
      #f5f7fa 100%);
}




.hero-text h1 {
  font-size: 42px;
  font-weight: 700;
  color: #0a3d62;
}

.hero-text p {
  font-size: 18px;
  margin: 15px 0;
}

.hero-buttons {
  margin: 20px 0;
}

.btn-call {
  background: #ff7a00;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  margin-right: 10px;
}




.hero-subtext {
  display: block;
  margin-top: 10px;
  color: #555;
  font-size: 1.10rem !important;
  font-weight: 600;
  text-shadow: -1px 1px 4px #ffffff;
    /* color: orange; */
}

.hero-img {
  max-width: 100%;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 28px;
  }

  .nav-menu {
    display: none;
  }

  .amc-card {
    margin-bottom: 25px;
  }
}












/* TRUST STRIP */



.trust-strip {
  position: relative;
  margin-top: -160px;
  /* stronger overlap */
  z-index: 50;

  width: 88%;
  margin-left: auto;
  margin-right: auto;

  padding: 28px 20px;

  border-radius: 18px;

  /* GLASS EFFECT */
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.3);

  /* SHADOW (soft + wide like mockup) */
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.12),
    0 5px 20px rgba(0, 0, 0, 0.05);
}

.trust-item img {
  width: 40px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.trust-item p {
  font-weight: 500;
  color: #0a3d62;
  font-size: 14px;
  font-weight: 500;
  color: #0a3d62;
  margin: 0;
}



.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trust-item svg,
.trust-item img {
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
}



/* SERVICES */
.services {
  /* padding: 100px 80px; */
  background: transparent;
  background: #f5f7fa url('../images/bg-light-water.jpg') no-repeat center/cover;
  position: relative;
}

.services::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  /* height: 150px; */
  background: linear-gradient(to bottom, transparent, #f5f7fa);
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0a3d62;
  position: relative;
  display: inline-block;
}

.section-title h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ff7a00;
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
}

.section-title p {
  margin-bottom: 40px;
  color: #555;
}

/* SERVICE CARD */
.service-card {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 16px;
  transition: 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.service-card img {
  width: 60px;
  margin-bottom: 15px;
}

.service-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #666;
}

/* HOVER EFFECT */
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}




/* How it works */
/* HOW IT WORKS */
.how-it-works {
  padding: 80px 0;
  background: #ffffff;
}

.step {
  margin-bottom: 30px;
  position: relative;
}

.step::after {
  top: 40px;
  right: -40%;
}

.step-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  background: #f0faff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.step p {
  font-size: 14px;
  color: #666;
}

/* CONNECTOR LINE (Desktop only) */
@media (min-width: 992px) {
  .step::after {
    content: "";
    position: absolute;
    top: 40px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    z-index: -1;
  }

  .step:last-child::after {
    display: none;
  }
}

/* CTA BANNER */
.cta-banner {
  background: linear-gradient(90deg, #0a3d62, #0077b6);
  background: linear-gradient(90deg, #0a3d628f, #0077b670);
  padding: 35px 0;
  color: #fff;
  /* border-radius: 12px;
  width: 90%; */
  margin: auto;
}

.cta-banner h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0a3d62;
  color: white !important;
  text-shadow: none;
}

.cta-banner p {
  color: white;
}

.cta-buttons .btn-call {
  background: #ff7a00;
  color: #fff;
  padding: 10px 20px;
  margin-right: 10px;
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  padding: 10px 20px;
}


.btn-call {
  background: #ff7a00;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  transition: 0.3s;
}

.btn-call:hover {
  background: #e56b00;
}



/* FINAL CTA */
/* FINAL CTA CLEAN FIX */
.final-cta {
  padding: 100px 0;
  text-align: center;
  color: #fff;
  position: relative;

  background: linear-gradient(135deg, #0a3d62 0%, #00a8e8 100%);
  overflow: hidden;


}

/* REMOVE HARD SQUARES */
.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
}

/* LEFT SOFT GLOW */
.final-cta::before {
  width: 300px;
  height: 300px;
  background: #ffffff;
  top: -100px;
  left: -100px;
}

/* RIGHT SOFT GLOW */
.final-cta::after {
  width: 250px;
  height: 250px;
  background: #ffffff;
  bottom: -80px;
  right: -80px;
}

.final-cta::before,
.final-cta::after {
  max-width: 100%;
  overflow: hidden;
}

/* CONTENT */
.final-cta h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.final-cta p {
  color: #e0f7ff;
  margin-bottom: 25px;
}

/* BUTTONS */
.final-cta .btn-call {
  background: #ff7a00;
  padding: 12px 25px;
  border-radius: 8px;
  margin-right: 10px;
}

.final-cta .btn-book {
  background: #08324f;
  padding: 12px 25px;
  border-radius: 8px;
}

.final-cta h2 {
  text-shadow: none !important;
  color: white !important;
}


.final-cta svg {
  max-width: 100%;
  display: block;
}

/* MOBILE */
@media (max-width: 768px) {
  .cta-banner {
    text-align: center;
  }

  .cta-buttons {
    margin-top: 15px;
  }
}




/* Testimonials */
/* TESTIMONIALS */
.testimonials {
  padding: 80px 0;
  background: #f5f7fa;
}

.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  transition: 0.3s;
}

.testimonial-card {
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.testimonial-card h5 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #0a3d62;
}

/* BRANDS */
.brands {
  padding: 60px 0;
  background: #ffffff;
}

.brands h3 {
  font-weight: 600;
  margin-bottom: 30px;
  color: #0a3d62;
}

.brand-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;

  max-height: 50px;
  opacity: 0.8;
  /* filter: grayscale(100%); */

  transition: all 0.4s ease;
}

.brand-logos img {
  max-height: 50px;
  opacity: 0.7;
  transition: 0.3s;
}

.brand-logos img:hover {
  opacity: 1;
  transform: scale(1.1);
  opacity: 1;
  /* filter: grayscale(0%); */
  transform: translateY(-5px) scale(1.05);
}

.brand-logos img {
  animation: floatBrand 4s ease-in-out infinite;
}

/* delay each logo */
.brand-logos img:nth-child(2) {
  animation-delay: 0.5s;
}

.brand-logos img:nth-child(3) {
  animation-delay: 1s;
}

.brand-logos img:nth-child(4) {
  animation-delay: 1.5s;
}

@keyframes floatBrand {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}



/* CONTACT */
.contact {
  padding: 80px 0;
  background: #f5f7fa;
}

.contact h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #0a3d62;
}

.contact p {
  margin-bottom: 10px;
  color: #555;
}

.contact-buttons {
  margin-top: 20px;
}

/* FOOTER */
/* FOOTER */
.footer {
  background: #0a3d62;
  color: #fff;
  padding: 70px 0 20px;
}

.footer {
  background: linear-gradient(180deg, #0a3d62, #072c47);
}

.footer-col {
  margin-bottom: 30px;
}

/* LOGO */
.footer-logo {
  height: 50px;
  margin-bottom: 15px;
}

/* TEXT */
.footer-text {
  font-size: 14px;
  color: #cfd8dc;
}

.footer-tagline {
  margin-top: 10px;
  font-weight: 600;
}

/* HEADINGS */
.footer h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* LINKS */
.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: #cfd8dc;
  text-decoration: none;
  transition: 0.3s;
}

.footer ul li a:hover {
  color: #00a8e8;
  padding-left: 5px;
}

/* BUTTONS */
.footer-buttons .btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  font-size: 14px;
  color: #bbb;
}

/* FLOATING BUTTONS */
.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.float-whatsapp,
.float-call {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.float-whatsapp {
  background: #25D366;
}

.float-call {
  background: #ff7a00;
}

/* HOVER */
.float-whatsapp:hover,
.float-call:hover {
  transform: scale(1.1);
}


/* @media (max-width: 768px) {

  .hero {
    padding: 100px 0 60px;
    text-align: center;
  }

  .trust-strip {
    margin-top: 20px;
  }

  .cta-banner {
    text-align: center;
  }

} */




/* Why us */
/* .why-us {
  padding: 80px 0;
  background: #ffffff;
}

.why-card {
  padding: 25px;
  border-radius: 12px;
  background: #f9fbfd;
  transition: 0.3s;
}

.why-card:hover {
  transform: translateY(-8px);
} */
/* WHY US */
.why-us {
  padding: 100px 0;
  position: relative;

  background: url('../images/bg-light-water.jpg') no-repeat center/cover;
}

/* optional overlay for softness */
.why-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
}

/* keep content above overlay */
.why-us .container {
  position: relative;
  z-index: 1;
}

/* CARD STYLE (same language as services) */
.why-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  padding: 30px 20px;
  text-align: center;
  border-radius: 16px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;

  margin-bottom: 25px;
}

/* ICON */
.why-card svg {
  margin-bottom: 12px;
}

/* TITLE */
.why-card h5 {
  font-weight: 600;
  color: #0a3d62;
  margin-bottom: 8px;
}

/* TEXT */
.why-card p {
  font-size: 14px;
  color: #555;
}

/* HOVER EFFECT (same feel as services) */
.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* faq */
.faq {
  padding: 80px 0;
  background: #f5f7fa;
  background: linear-gradient(180deg, #ffffff, #ffffff, #ffffff, #ffffff);
}


/* service areas */
/* SERVICE AREAS */
.areas {
  padding: 100px 0;
  text-align: center;
  position: relative;
  background: #f8fbff;
}

/* subtle background wave feel */
.areas::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/bg-light-water.jpg') center/cover;
  opacity: 0.15;
}

/* keep content above */
.areas .container {
  position: relative;
  z-index: 1;
}

/* TITLE */
.areas h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ff7a00;
  margin-bottom: 10px;
}

.areas p {
  color: #555;
}

/* AREA LIST */
.areas-list {
  max-width: 800px;
  margin: 30px auto 0;
  line-height: 1.8;
  font-size: 15px;
  color: #444;
}

.areas-tags {
  margin-top: 30px;
}

.areas-tags span {
  display: inline-block;
  background: #ffffff;
  padding: 8px 15px;
  margin: 6px;
  border-radius: 20px;
  font-size: 14px;
  color: #0a3d62;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.areas-tags span:hover {
  background: #00a8e8;
  color: #fff;
}



/* GLASS CTA CARD */
.cta-glass {
  max-width: 700px;
  margin: auto;
  padding: 40px 30px;
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.2);

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* WAVE CONTAINERS */
.wave-top,
.wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
}

.wave-top {
  top: 0;
}

.wave-bottom {
  bottom: 0;
}

/* SVG FULL WIDTH */
.wave-top svg,
.wave-bottom svg {
  display: block;
  width: 100%;
  height: 80px;
}



/* REsponsive */
/* MOBILE HEADER */
@media (max-width: 768px) {

  .header {
    padding: 10px 0;
  }

  .logo img {
    height: 40px;
  }

  .menu-toggle {
    font-size: 25=6px;
    cursor: pointer;
    color: #0a3d62;
  }


  /* MOBILE MENU */
  .nav-menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    text-align: center;
    display: none;
    padding: 15px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu a {
    padding: 10px 0;
    display: block;
  }

  .header .container {
    flex-wrap: wrap;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .nav-menu {
    width: 100%;
    margin-top: 10px;
  }
}





@media (max-width: 768px) {

  .hero {
    padding: 100px 0 40px;
    text-align: center;
  }

  .hero .row {
    flex-direction: column;
    /* margin-left: 0;
    margin-right: 0; */
  }

  .hero-text {
    order: 1;
  }

  .hero-img {
    order: 2;
    /* max-width: 75%; */
    margin: 20px auto 0;
    max-width: 100%;
    width: 100%;
  }

  .hero-text h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 14px;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hero-buttons a {
    width: 100%;
  }

  .hero-subtext {
    font-size: 13px;
  }
}


@media (max-width: 768px) {

  .trust-strip {
    margin-top: 20px;
    /* REMOVE overlap */
    width: 95%;
    padding: 20px 10px;
  }

  .trust-item p {
    font-size: 12px;
  }

  .trust-item svg {
    width: 32px;
    height: 32px;
  }
}




/* =========================
   GLOBAL MOBILE FIX (CORE)
========================= */
@media (max-width: 768px) {

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  section {
    padding: 50px !important;
  }

  h1 {
    font-size: 1.8rem !important;
  }

  h2 {
    font-size: 22px !important;
  }

  p {
    font-size: 14px;
  }
}


@media (max-width: 768px) {

  .hero {
    padding: 90px 0 40px;
    text-align: center;
  }

  .hero .row {
    display: flex;
    flex-direction: column;
  }

  .hero-text {
    width: 100%;
  }

  .hero .container {
    padding-left: 10px;
    padding-right: 10px;
  }


  .hero-img {
    width: 80%;
    max-width: 260px;
    margin: 20px auto 0;
    display: block;
    max-width: 260px;
    margin: 20px auto;
    display: block;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hero-buttons a {
    width: 100%;
    text-align: center;
  }

  .hero-subtext {
    font-size: 13px;
  }
}

@media (max-width: 768px) {

  .trust-strip {
    position: static;
    width: 95%;
    margin: 20px auto;
    padding: 15px;
  }

  .trust-strip .row {
    display: flex;
    flex-wrap: wrap;
  }

  .trust-item {
    width: 50%;
    margin-bottom: 15px;
  }

  .trust-item p {
    font-size: 12px;
  }

  .trust-item svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {

section {

  padding:10px !important;
}

  .services .row {
    row-gap: 15px;
    padding: 0px !important;
  }

  .service-card {
    padding: 20px;
  }

  .service-card h4 {
    font-size: 16px;
  }

  .service-card p {
    font-size: 13px;
  }
}

@media (max-width: 768px) {

  .services .row {
    row-gap: 15px;
  }

  .service-card {
    padding: 20px;
  }

  .service-card h4 {
    font-size: 16px;
  }

  .service-card p {
    font-size: 13px;
  }
}




/* About */
.hero-mini {
  background: linear-gradient(90deg, #0a3d62, #00a8e8);
  padding: 120px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 140px 0 90px;
  background: url('../images/bg-water.jpg') no-repeat center/cover;
  color: #fff;
  text-align: center;
}

.hero-mini h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff !important;
  text-shadow: none;

}

.hero-mini p {
  color: #dbefff;
  max-width: 600px;
  margin: 10px auto 0;
}


.hero-mini::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.85) 0%,
      rgba(255, 255, 255, 0.75) 40%,
      rgba(10, 61, 98, 0.3) 70%,
      rgba(10, 61, 98, 0.6) 100%);
}

.hero-mini .container {
  position: relative;
  z-index: 2;
}

.hero-mini h1 {
  color: #0a3d62;
}

.hero-mini p {
  color: #3c5872;
}

.about-section {
  padding: 80px 0;
  background: url('../images/bg-light-water.jpg') no-repeat center/cover;
}

.about-story {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.about-story:hover {
  transform: translateY(-5px);
}

.stats-section {
  background: linear-gradient(90deg, #0a3d62, #00a8e8);
  padding: 70px 0;
  padding: 80px 0;
  background: linear-gradient(90deg, #0a3d62, #00a8e8);
  color: #fff;
  text-align: center;
}

.stat-box {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 25px;
  backdrop-filter: blur(6px);
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 25px;
  backdrop-filter: blur(6px);
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #ff7a00;
}

.stat-label {
  font-size: 14px;
  color: #dbefff;
}

.values-section {
  padding: 80px 0;
  background: #f5f7fa;
}

.team-section {
  padding: 80px 0;
  background: url('../images/bg-light-water.jpg') no-repeat center/cover;
}

.team-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.team-card:hover {
  transform: translateY(-6px);
}

.team-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
}



.glass-card {
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(45deg, #fffffff2, #ffffff2b, transparent, #ffffffa8, #ffffff2b) !important;
  backdrop-filter: blur(10px);
  border-radius: 14px;
  /* padding: 30px 20px; */
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #f0faff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon-circle svg {
  stroke: #00a8e8;
}


@media (max-width: 768px) {

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }

  .glass-card {
    /* padding: 20px; */
  }
}
















/* ================= GLOBAL IMPROVEMENTS ================= */

section {
  position: relative;
  padding: 90px 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.5px;
}

p {
  line-height: 1.7;
  color: #5a6a7a;
}

/* ================= HERO ================= */

.hero-mini {
  background: url('../images/bg-water.jpg') center/cover no-repeat;
  position: relative;
  padding: 120px 0;
  color: #fff;
  text-align: center;
}

.hero-mini::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 61, 98, 0.85), rgba(0, 168, 232, 0.6));
}

.hero-mini .container {
  position: relative;
  z-index: 2;
}

.hero-mini h1 {
  font-size: 42px;
  font-weight: 700;
}

.hero-mini p {
  color: #eaf6ff;
  margin-top: 10px;
}

/* ================= GLASS CARD ================= */

.glass-card {
  /* background: rgba(255,255,255,0.85); */
  backdrop-filter: blur(10px);
  border-radius: 16px;
  /* padding: 35px; */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* ================= ICON SYSTEM ================= */

.icon-circle {
  width: 70px;
  height: 70px;
  background: #f0faff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 22px;
  color: #00a8e8;
}

/* ================= SECTION TITLES ================= */

.section-title h2 {
  font-size: 32px;
  color: #0a3d62;
  font-weight: 700;
}

.section-title p {
  color: #6c7a89;
  margin-top: 8px;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ff7a00;
  display: block;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* ================= JOURNEY + MISSION ================= */

.about-section {
  background: url('../images/bg-light-water.jpg') center/cover no-repeat;
}

.about-section .glass-card {
  height: 100%;
}

/* ================= STATS ================= */

.stats-section {
  background: linear-gradient(90deg, #0a3d62, #00a8e8);
  padding: 70px 0;
}

.stat-box {
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  transition: 0.3s;
}

.stat-box:hover {
  background: rgba(255, 255, 255, 0.15);
}

.stat-number {
  font-size: 34px;
  font-weight: 700;
  color: #ff7a00;
}

.stat-label {
  color: #eaf6ff;
}

/* ================= VALUES ================= */

.values-section {
  background: #f5f7fa;
}

.values-section .glass-card {
  text-align: center;
  height: 100%;
}


.value-card {
  padding: 25px;
}

/* ================= TEAM ================= */

.team-section {
  background: url('../images/bg-light-water.jpg') center/cover no-repeat;
}

.team-card {
  text-align: center;
}

.team-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

/* ================= PROMISE ================= */

.promise-list {
  list-style: none;
  padding: 0;
}

.promise-list li {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.promise-list li::before {
  content: "✔";
  color: #ff7a00;
  font-weight: bold;
  margin-right: 10px;
}

/* ================= FAQ ================= */

.faq-section {
  background: #f5f7fa;
}

.accordion-button {
  font-weight: 600;
  color: #0a3d62;
}

.accordion-button:not(.collapsed) {
  background: #eaf6ff;
}

/* ================= CTA ================= */

.cta-section {
  background: #ff7a00;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.cta-section h2 {
  font-weight: 700;
}

.cta-section .btn {
  margin-top: 15px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {

  .hero-mini h1 {
    font-size: 28px;
  }

  .glass-card {
    /* padding: 25px; */
  }

  

  .stat-number {
    font-size: 26px;
  }
}








/* QR section */


/* QR SECTION */

/* .qr-booking {
  background: linear-gradient(135deg, #0a3d62, #00a8e8);
  color: #fff;
  padding: 80px 0;
}

.qr-box {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  display: inline-block;
}

.qr-box img {
  max-width: 180px;
}

.qr-box p {
  margin-top: 10px;
  color: #0a3d62;
  font-weight: 600;
} */

/* QR BOOKING SECTION */
.qr-booking {
  padding: 80px 0;
  background: linear-gradient(90deg, #0a3d62, #00a8e8);
  color: #fff;
}

.qr-booking h2 {
  color: #ff7a00;
  font-weight: 700;
  text-shadow: none !important;
}

.qr h2,
.qr-booking p {
  color: white;
}

.qr-benefits {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.qr-benefits li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* BOX */
.booking-box {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* QR */
.qr-box img {
  width: 150px;
  margin-bottom: 10px;
}

/* FORM */
.booking-box form input,
.booking-box form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.booking-box form input:focus,
.booking-box form select:focus {
  outline: none;
  border-color: #00a8e8;
}

/* BUTTON */
.btn-book {
  background: none;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
  border: 2px solid #ff7a00;
  /* background: #0a3d62; */
  color: #0a3d62;
  padding: 12px 25px;
  border-radius: 6px;
  background: linear-gradient(45deg, #fffffff2, #ffffff2b, transparent, #ffffffa8, #ffffff2b) !important;
  backdrop-filter: blur(10px);
}

.btn-book:hover {
  border: 2px solid #ff7a00;
  background: #ff7a00 !important;
  /* background: linear-gradient(45deg, #fffffff2, #ffffff2b, transparent, #ffffffa8, #ffffff2b) !important; */
  color: white;
}



/* ADVANCED SERVICE CARDS */

.service-card-advanced {
  /* background: #fff; */
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card-advanced:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.service-img img {
  width: 100%;
  /* height: 180px; */
  object-fit: cover;
}

.service-content {
  padding: 20px;
  flex-grow: 1;
}

.service-content h4 {
  color: #0a3d62;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.service-content ul {
  padding-left: 0;
  list-style: none;
  font-size: 13px;
  color: #555;
  margin-bottom: 15px;
}

.service-content ul li {
  margin-bottom: 6px;
}

.service-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  font-weight: 700;
  color: #ff7a00;
}

.btn-call-sm {
  background: #ff7a00;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  transition: 0.3s;
}

.btn-call-sm:hover {
  background: #e56b00;
  color: #fff;
}

/* Highlight card (AMC) */
.service-card-advanced.highlight {
  border: 2px solid #ff7a00;
  transform: scale(1.02);
}


.no-text-shadow {
  text-shadow: none !important;
}

/* AMC */
.amc-preview {
  padding: 80px 0;
  background: #f5f7fa url('../images/bg-light-water.jpg') no-repeat center/cover;
}

.amc-card {
  background: #fff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: 0.3s;
}

.amc-card.highlight {
  border: 2px solid #ff7a00;
  transform: scale(1.03);
}

.amc-card h3 {
  color: #0a3d62;
  font-weight: 700;
}

.amc-card ul {
  padding-left: 0;
  list-style: none;
}

.amc-card ul li {
  margin-bottom: 10px;
  font-size: 14px;
}



.amc-detailed {
  padding: 80px 0;
  background: #ffffff;
}

.amc-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.amc-box.premium {
  border: 2px solid #ff7a00;
}

.amc-box h3 {
  color: #0a3d62;
  margin-bottom: 15px;
}

.amc-box ul {
  list-style: none;
  padding-left: 0;
}

.amc-box ul li {
  margin-bottom: 8px;
}

.not-covered {
  color: #e74c3c;
}

/* RO sales */
/* RO SALES SECTION */
.ro-sales {
  padding: 100px 0;
  position: relative;
  background: url('../images/bg-water.jpg') no-repeat center/cover;
}

.ro-sales::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.85) 40%,
      rgba(10, 61, 98, 0.25) 70%,
      rgba(10, 61, 98, 0.45) 100%);
}

/* CONTENT */
.sales-content {
  position: relative;
  z-index: 2;
}

.sales-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ff7a00;
  margin-bottom: 10px;
}

.sales-content .subtitle {
  color: #555;
  margin-bottom: 20px;
}

.product-title {
  font-size: 24px;
  font-weight: 700;
  color: #0a3d62;
  margin-bottom: 20px;
}

/* FEATURES */
.sales-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.sales-features li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

/* HIGHLIGHT */
.highlight-text {
  font-weight: 600;
  color: #0a3d62;
  margin-bottom: 20px;
}

/* CTA */
.sales-cta .btn {
  margin-right: 10px;
  padding: 12px 22px;
  border-radius: 6px;
}

/* IMAGE */
.sales-image img {
  max-width: 80%;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2));
}

/* MOBILE */
@media (max-width: 768px) {
  .ro-sales {
    padding: 60px 0;
    text-align: center;
  }

  .sales-image img {
    margin-top: 30px;
    max-width: 100%;
  }

  .sales-cta .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}



/* DROPDOWN BASE */
.dropdown {
  position: relative;
}

/* HIDE BY DEFAULT */
.dropdown-menu {
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  min-width: 180px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
}

/* SHOW ON CLICK */
.dropdown.active .dropdown-menu {
  display: block;
}

/* OPTIONAL: DESKTOP HOVER */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* LINK STYLE */
.dropdown-toggle {
  cursor: pointer;
  font-weight: 500;
}