/* RESET */
*{margin:0;padding:0;box-sizing:border-box;}

:root{
  --blue:#0b2f4a;
  --orange:#f7931e;
  --light:#f7f9fc;
}

body{
  font-family:Arial,sans-serif;
  background:var(--light);
  color:#0d3d66;
}

/* CONTAINER */
.container{
  max-width:1100px;
  margin:auto;
  padding:0 20px;
}

/* HEADER */
header{
  position:sticky;
  top:0;
  width:100%;
  background:#fff;
  z-index:1000;
  box-shadow:0 2px 12px rgba(0,0,0,0.08);
}

.nav{
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 20px;
}

/* LOGO */
.logo{
  display:flex;
  align-items:center;
  gap:10px;
}

.logo img{
  height:34px;   /* FIXED SIZE */
  width:auto;
  object-fit:contain;
  display:block;
}

.logo span{
  font-weight:bold;
  color:var(--orange);
  font-size:18px;
}

/* NAV LINKS */
.nav-links{
  display:flex;
  align-items:center;
  gap:25px;
}

.nav-links a{
  text-decoration:none;
  color:var(--blue);
  font-weight:500;
  position:relative;
  transition:0.3s;
}

.nav-links a::after{
  content:"";
  position:absolute;
  bottom:-5px;
  left:0;
  width:0;
  height:2px;
  background:var(--orange);
  transition:0.3s;
}

.nav-links a:hover::after{
  width:100%;
}

.nav-links a:hover{
  color:var(--orange);
}

.nav-links .active{
  color:var(--orange);
}

/* BOOK BUTTON */
.btn-book{
  background:var(--orange);
  color:#fff !important;
  padding:10px 18px;
  border-radius:8px;
  font-weight:bold;
}

.btn-book:hover{
  background:#d97706;
}

/* HERO */
.hero{
  height:80vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background:
  linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),
  url("images/photo1.jpg") center/cover;
}

/* SECTION */
.section{
  padding:60px 0;
}

/* CARDS */
.cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:20px;
}

.card{
  background:#fff;
  padding:20px;
  border-radius:12px;
  box-shadow:0 4px 12px rgba(0,0,0,0.06);
  transition:0.3s;
}

.card:hover{
  transform:translateY(-8px);
}

/* INSURANCE SLIDER */
.logo-slider{
  width:100%;
  overflow:hidden;
  background:#fff;
  padding:20px 0;
}

.logo-track{
  display:flex;
  gap:50px;
  width:max-content;
  animation:scroll 25s linear infinite;
}

.logo-track img{
  height:40px;
  flex-shrink:0;
}

@keyframes scroll{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

/* FAQ SECTION */
.faq-section{
  background:linear-gradient(135deg,#0b2f4a,#2f79b5);
  padding:90px 20px;
}

/* CONTAINER */
.faq-container{
  max-width:800px;
  margin:auto;
}

/* TITLE */
.faq-container h2{
  text-align:center;
  color:white;
  margin-bottom:30px;
}

/* ITEM (GLASS EFFECT) */
.faq-item{
  margin-bottom:15px;
  border-radius:12px;
  backdrop-filter:blur(10px);
  background:rgba(255,255,255,0.15);
  border:1px solid rgba(255,255,255,0.2);
  overflow:hidden;
  transition:0.3s;
}

/* QUESTION */
.faq-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:15px;
  cursor:pointer;
  color:white;
  font-weight:500;
}

/* ICON */
.faq-icon{
  margin-right:10px;
  font-size:18px;
}

/* TOGGLE */
.toggle{
  color:#f7931e;
  font-size:20px;
  transition:0.3s;
}

/* ANSWER */
.faq-answer{
  max-height:0;
  overflow:hidden;
  padding:0 15px;
  color:#f1f5f9;
  transition:all 0.4s ease;
}

/* ACTIVE */
.faq-item.active .faq-answer{
  max-height:200px;
  padding:15px;
}

/* ROTATE ICON */
.faq-item.active .toggle{
  transform:rotate(45deg);
}

/* HOVER */
.faq-item:hover{
  transform:translateY(-3px);
}

/* MAPS */
.maps{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:20px;
}

/* WHATSAPP */
.floating{
  position:fixed;
  bottom:25px;
  right:25px;
}

.float-main{
  width:60px;
  height:60px;
  background:#25D366;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* FOOTER */
.footer{
  background:var(--blue);
  color:#fff;
  text-align:center;
  padding:60px 20px 0;
}

.footer-bottom{
  background:var(--orange);
  padding:15px;
  margin-top:40px;
}
.logo img{
  height:34px !important;
  width:auto !important;
  max-width:120px;
}
.faq-question span{
  transition:0.3s;
}

.faq-item.active span{
  transform:rotate(45deg);
}

/* OVERLAY CONTENT */
.kid-overlay{
  color:white;
  max-width:700px;
  padding:20px;
}

.kid-overlay h2{
  font-size:36px;
  margin-bottom:15px;
}

.kid-overlay p{
  font-size:18px;
  line-height:1.6;
}
/* KID SECTION FIX */
.kid-section{
  height:400px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;

  background:
  linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
  url("images/imagekids.jpg") center/cover no-repeat;
}

/* TEXT */
.kid-section h2{
  color:#fff;
  font-size:36px;
  margin-bottom:15px;
}

.kid-section p{
  color:#fff;
  font-size:18px;
  max-width:700px;
}
/* KID SECTION BACKGROUND FIX */
.kid-section{
  height:400px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;

.services-hero{
  height:420px;
  width:100%;

  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;

  background:
    linear-gradient(rgba(11,47,74,0.75), rgba(11,47,74,0.75)),
    url("images/imageswendy.jpg");

  background-size:cover;        /* FULL IMAGE */
  background-position:center;   /* CENTER IMAGE */
  background-repeat:no-repeat;

  position:relative;
}
.services-hero h2,
.services-hero p{
  color:#ffffff;
  position:relative;
  z-index:2;
}