@charset "utf-8";
/* CSS Document */

body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #3d4f60;
  background: #ffffff;
  font-size: 15px;
  line-height: 1.7;
}

/* ── NAVBAR ── */
.navbar {
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2ecf5;
  padding: 14px 0;
  transition: box-shadow 0.3s;
}

.navbar.scrolled {
  box-shadow: 0 2px 20px rgba(26,127,189,0.10);
}

.navbar-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1A7FBD !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-icon {
  width: 38px;
  height: 38px;
  background: #1A7FBD;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-icon i {
  color: #ffffff;
  font-size: 18px;
}

.nav-link {
  color: #3d4f60 !important;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 14px !important;
  border-radius: 6px;
  transition: all 0.2s;
}

.nav-link:hover {
  color: #1A7FBD !important;
  background: #F0F8FF;
}

.btn-book {
  background: #1A7FBD;
  color: #ffffff !important;
  padding: 9px 22px !important;
  border-radius: 50px !important;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s;
}

.btn-book:hover {
  background: #145f8e;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(26,127,189,0.3);
} 




 /* ── HERO ── */
    .hero {
      background: linear-gradient(135deg, #f0f8ff 0%, #e8f4fd 60%, #d6eefa 100%);
      min-height: 92vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      padding: 100px 0 60px;
    }
    .hero::before {
      content: '';
      position: absolute;
      top: -80px; right: -80px;
      width: 420px; height: 420px;
      background: radial-gradient(circle, rgba(46,196,182,0.12) 0%, transparent 70%);
      border-radius: 50%;
    }
    .hero::after {
      content: '';
      position: absolute;
      bottom: -60px; left: -60px;
      width: 320px; height: 320px;
      background: radial-gradient(circle, rgba(26,127,189,0.08) 0%, transparent 70%);
      border-radius: 50%;
    }
    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(46,196,182,0.12);
      color: #2EC4B6;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 7px 16px;
      border-radius: 50px;
      margin-bottom: 18px;
    }
    .hero h1 {
      font-size: clamp(2.2rem, 5vw, 3.4rem);
      font-weight: 700;
      line-height: 1.2;
      color: #1e2d3d;
      margin-bottom: 18px;
    }
    .hero h1 span { color: #1A7FBD; }
    .hero p {
      font-size: 16px;
      color: #7a8fa0;
      max-width: 490px;
      margin-bottom: 32px;
    }
    .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
    .btn-primary-custom {
      background: #1A7FBD;
      color: white;
      padding: 14px 32px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 14px;
      text-decoration: none;
      border: none;
      transition: all 0.25s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .btn-primary-custom:hover { background: #145f8e; color: white; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,127,189,0.35); }
    .btn-outline-custom {
      background: transparent;
      color: #1A7FBD;
      padding: 13px 30px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 14px;
      text-decoration: none;
      border: 2px solid #1A7FBD;
      transition: all 0.25s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .btn-outline-custom:hover { background: #1A7FBD; color: white; transform: translateY(-2px); }
    .hero-stats {
      display: flex;
      gap: 32px;
      margin-top: 40px;
      flex-wrap: wrap;
    }
    .stat-item { text-align: center; }
    .stat-num {
      font-family:'Playfair Display', Georgia, serif;
      font-size: 2rem;
      font-weight: 700;
      color: #1A7FBD;
      line-height: 1;
    }
    .stat-label { font-size: 12px; color: #7a8fa0; margin-top: 4px; font-weight: 500; }
    .hero-image-wrap {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .hero-img-placeholder {
      width: 100%;
      max-width: 460px;
      height: 480px;
      background: linear-gradient(145deg, #c8e6f8 0%, #a0d4ef 100%);
      border-radius: 30px 30px 80px 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #145f8e;
      font-size: 14px;
      font-weight: 500;
      position: relative;
      overflow: hidden;
    }
    .hero-img-placeholder i { font-size: 80px; margin-bottom: 16px; opacity: 0.5; }
    .hero-badge {
      position: absolute;
      bottom: 28px;
      left: -18px;
      background: white;
      border-radius: 14px;
      padding: 12px 18px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.10);
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 13px;
      font-weight: 600;
    }
    .hero-badge i { color: #f9a825; font-size: 18px; }
    .hero-badge-top {
      position: absolute;
      top: 28px;
      right: -18px;
      background: #1A7FBD;
      color: white;
      border-radius: 14px;
      padding: 12px 18px;
      box-shadow: 0 8px 30px rgba(26,127,189,0.25);
      font-size: 12px;
      font-weight: 600;
      text-align: center;
    }


/* ── SECTION COMMON ── */
    .section-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #145f8e;
      color:#2EC4B6;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 50px;
      margin-bottom: 12px;
    }
    .section-title {
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 700;
      margin-bottom: 12px;
    }
    .section-sub {
      font-size: 15px;
      color: #7a8fa0;
      max-width: 520px;
      margin: 0 auto 40px;
    }

    /* ── SERVICES ──---------------------------------------- sec3 */
    .services-section { padding: 90px 0; background:#ffffff; }
    .service-card {
      background: #ffffff;
      border: 1px solid #e2ecf5;
      border-radius: 18px;
      padding: 30px 24px;
      transition: all 0.3s;
      height: 100%;
      cursor: pointer;
    }
    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(26,127,189,0.12);
      border-color: #1A7FBD;
    }
    .service-icon {
      width: 58px; height: 58px;
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
      font-size: 24px;
      transition: all 0.3s;
    }
    .service-card:hover .service-icon {
		transform: scale(1.1); 
}
    .service-card h5 {
		font-family:'Playfair Display', Georgia, serif; font-size: 1.1rem; margin-bottom: 10px; 
}
    .service-card p { 
		font-size: 13px; color: #7a8fa0; margin: 0; line-height: 1.6; 
}
    .service-link { 
		font-size: 13px;
		font-weight: 600; color:#1A7FBD; text-decoration: none;
		margin-top: 14px; display: inline-flex;
		align-items: center; gap: 5px;
}
    .service-link:hover { 
		gap: 10px; 
}

  /* ── WHY CHOOSE US ── */
    .why-section { padding: 90px 0; background: #F0F8FF; }
    .why-card {
      background: white;
      border-radius: 18px;
      padding: 28px 24px;
      text-align: center;
      height: 100%;
      border: 1px solid #e2ecf5;
      transition: all 0.3s;
    }
    .why-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 12px 35px rgba(26,127,189,0.10); 
}
    .why-icon {
		font-size: 2.2rem; 
		margin-bottom: 16px;
}
    .why-card h5 {
		font-family: 'Playfair Display', Georgia, serif;
		font-size: 1.1rem;
		margin-bottom: 8px; }
    .why-card p { font-size: 13px;
		color: #7a8fa0;
		margin: 0;
}
    .big-stat {
		font-family:'Playfair Display', Georgia, serif;
		font-size: 2.8rem;
		font-weight: 700; color: #1A7FBD;
}

 /* ── TESTIMONIALS ── */
    .testimonials-section { padding: 90px 0; background: #ffffff; }
    .testimonial-card {
      background: #F0F8FF;
      border-radius: 20px;
      padding: 32px 28px;
      border: 1px solid #e2ecf5;
      height: 100%;
    }
    .stars { color: #f9a825; font-size: 15px; margin-bottom: 14px; }
    .testimonial-text { font-size: 14px; color: #3d4f60; line-height: 1.8; font-style: italic; margin-bottom: 20px; }
    .testimonial-author { display: flex; align-items: center; gap: 12px; }
    .author-avatar {
      width: 46px; height: 46px;
      border-radius: 50%;
      background: #1A7FBD;
      color: white;
      display: flex; align-items: center; justify-content: center;
      font-weight: 600;
      font-size: 16px;
      font-family: 'Playfair Display', Georgia, serif;
    }
    .author-name { font-weight: 600; font-size: 14px; }
    .author-meta { font-size: 12px; color: #7a8fa0; }
    .carousel-indicators button {
      width: 8px; height: 8px;
      border-radius: 50%;
      background-color: #e2ecf5 !important;
      border: none;
    }
    .carousel-indicators .active { background-color: #1A7FBD !important; }

   .gallery-section{
  background:#eef4f8;
}

.gallery-card{
  height:220px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  transition:0.3s ease;
  cursor:pointer;
}

.gallery-card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 20px rgba(0,0,0,0.08);
}

.card1{
  background:#b9dff5;
}

.card2{
  background:#c6ece7;
}

.gallery-card .content i{
  font-size:30px;
  color:#2878c8;
  margin-bottom:10px;
  display:block;
}

.gallery-card h6{
  font-weight:700;
  margin-bottom:5px;
  color:#1f4d7a;
}

.gallery-card p{
  font-size:14px;
  color:#35566d;
  margin:0;
}

/* Mobile = 1 Card */
@media(max-width:767px){
  .gallery-card{
    height:200px;
  }
}

    /* ── CTA BANNER ── */
    .cta-section {
      padding: 80px 0;
      background: linear-gradient(135deg, #1A7FBD 0%, #145f8e 100%);
      position: relative;
      overflow: hidden;
    }
    .cta-section::before {
      content: '';
      position: absolute;
      top: -50px; right: -50px;
      width: 280px; height: 280px;
      background: rgba(255,255,255,0.06);
      border-radius: 50%;
    }
    .cta-section h2 { color: white; font-size: clamp(1.6rem, 3vw, 2.4rem); }
    .cta-section p { color: rgba(255,255,255,0.8); font-size: 15px; }
    .btn-white {
      background: white;
      color: #1A7FBD;
      padding: 14px 34px;
      border-radius: 50px;
      font-weight: 700;
      font-size: 14px;
      text-decoration: none;
      transition: all 0.25s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: none;
    }
    .btn-white:hover { background: #F0F8FF; color: #145f8e; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
    .btn-outline-white {
      background: transparent;
      color: white;
      padding: 13px 30px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 14px;
      text-decoration: none;
      border: 2px solid rgba(255,255,255,0.6);
      transition: all 0.25s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .btn-outline-white:hover { background: rgba(255,255,255,0.15); color: white; border-color: white; }


 /* ── FOOTER ── */
    footer {
      background: #1e2d3d;
      color: rgba(255,255,255,0.75);
      padding: 60px 0 0;
    }
    .footer-brand {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 1.4rem;
      color: white;
      margin-bottom: 14px;
    }
    .footer-desc { 
		font-size: 13px; line-height: 1.8; margin-bottom: 20px;
}
    .footer-title {
		color: white;
		font-weight: 600;
		font-size: 14px;
		margin-bottom: 16px;
		letter-spacing: 0.5px;
    }
    .footer-links { 
		list-style: none; 
		padding: 0; 
		margin: 0; }
    .footer-links li {
		margin-bottom: 10px;
      }
    .footer-links a { 
		color: rgba(255,255,255,0.65);
		font-size: 13px; text-decoration: none;
		transition: color 0.2s; }
    .footer-links a:hover {
		color: #2EC4B6;
    }
    .footer-contact-item { display: flex; gap: 12px; margin-bottom: 14px; font-size: 13px; }
    .footer-contact-item i { color: #2EC4B6;
		margin-top: 3px; flex-shrink: 0;
  }
    .social-links { display: flex; gap: 10px; margin-top: 16px; }
    .social-link {
      width: 36px; height: 36px;
      border-radius: 9px;
      background: rgba(255,255,255,0.08);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,0.7);
      transition: all 0.2s;
      text-decoration: none;
      font-size: 15px;
    }
    .social-link:hover { background: #1A7FBD; color: white; }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.08);
      padding: 18px 0;
      margin-top: 48px;
      font-size: 12px;
      text-align: center;
      color: rgba(255,255,255,0.4);
    }
    .map-embed {
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.1);
    }

    /* ── FLOATING BUTTONS ── */
    .float-btns {
      position: fixed;
      bottom: 28px;
      right: 22px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      z-index: 999;
    }
    .float-wa {
      width: 52px; height: 52px;
      background: #25D366;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: white;
      font-size: 24px;
      text-decoration: none;
      box-shadow: 0 4px 16px rgba(37,211,102,0.4);
      transition: transform 0.2s;
    }
    .float-wa:hover { transform: scale(1.1); color: white; }
    .float-call {
      width: 52px; height: 52px;
      background: #1A7FBD;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: white;
      font-size: 20px;
      text-decoration: none;
      box-shadow: 0 4px 16px rgba(26,127,189,0.4);
      transition: transform 0.2s;
    }
    .float-call:hover { transform: scale(1.1); color: white; }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .hero { min-height: auto; padding: 90px 0 50px; }
      .hero-image-wrap { margin-top: 40px; }
      .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gallery-item {
  width: 48%;
}
      .hero-stats { gap: 20px; }
      .hero-badge, .hero-badge-top { display: none; }
    }
    
	  
	  
	  /* ===== RESPONSIVE FIX ===== */

@media (max-width: 991px){
  .navbar-nav{
    align-items: flex-start !important;
    padding-top: 10px;
  }
}

@media (max-width: 768px){

  .hero{
    min-height: auto;
    padding: 90px 0 50px;
  }

  .hero-image-wrap{
    margin-top: 35px;
  }

  .hero-img-placeholder{
    height: 320px;
    max-width: 100%;
  }

  .hero-stats{
    gap: 18px;
  }

  h1{
    font-size: 32px !important;
  }

  .section-title{
    font-size: 28px !important;
  }

  .hero p,
  .section-sub{
    font-size: 14px;
  }

  .btn-primary-custom,
  .btn-outline-custom,
  .btn-white,
  .btn-outline-white{
    width: 100%;
    justify-content: center;
  }

  .hero-badge,
  .hero-badge-top{
    display: none;
  }
}

@media (max-width: 576px){

  .hero-stats{
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stats .stat-item{
    border: none !important;
    padding-left: 0 !important;
    text-align: left;
  }

  

  .float-btns{
    bottom: 15px;
    right: 15px;
  }

  .float-wa,
  .float-call{
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

