/*
Theme Name: Balm Pools Theme
Author: Balm Pools
Version: 3.1
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #102030;
  background: #ffffff;
  overflow-x: hidden;
}

.top-bar {
  background: #06293d;
  color: #ffffff;
  padding: 9px 8%;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.site-header {
  padding: 12px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 8px 25px rgba(0,0,0,0.07);
}

.logo img {
  height: 46px;
  max-width: 155px;
  width: auto;
  object-fit: contain;
  display: block;
}

nav a {
  margin-left: 24px;
  text-decoration: none;
  color: #102030;
  font-weight: 700;
  font-size: 14px;
}

nav a:hover {
  color: #0099cc;
}

.hero {
  min-height: 500px;
  background: linear-gradient(rgba(4,31,48,.62), rgba(4,31,48,.62)),
              url("images/hero-indoor-pool.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 40px 8%;
}

.hero-content {
  max-width: 720px;
}

.hero-label,
.section-label {
  display: inline-block;
  color: #00a6d6;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 13px;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: 46px;
  line-height: 1.1;
  margin: 0 0 18px;
}

.hero p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 660px;
  margin: 0 0 28px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 13px 28px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 800;
}

.primary-btn {
  background: #0099cc;
  color: #ffffff;
}

.primary-btn:hover {
  background: #007fa8;
}

.secondary-btn {
  background: #ffffff;
  color: #102030;
}

.secondary-btn:hover {
  background: #eaf7fb;
}

.section {
  padding: 75px 8%;
}

.section h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 26px;
  color: #082c42;
}

.center {
  display: block;
  text-align: center;
}

.services-section h2,
.projects h2,
.contact h2,
.process-section h2 {
  text-align: center;
}

.section-text {
  max-width: 860px;
  margin: 0 auto 36px;
  color: #425466;
  line-height: 1.8;
  font-size: 16px;
}

.section-text.center {
  text-align: center;
}

.intro-section {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 40px;
  align-items: center;
  background: #ffffff;
}

.intro-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #425466;
}

.highlight-box {
  background: linear-gradient(180deg, #eef8fc, #ffffff);
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #dbeef5;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

.highlight-box h3 {
  margin-top: 0;
  color: #082c42;
  font-size: 23px;
}

.highlight-box p {
  color: #425466;
  line-height: 1.7;
}

.highlight-box li {
  margin-bottom: 10px;
  font-weight: 700;
  color: #18384a;
}

.services-section {
  background: #f7fbfd;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #e1edf2;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.09);
}

.card span {
  color: #00a6d6;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.card h3 {
  color: #082c42;
  font-size: 21px;
  margin: 10px 0;
}

.card p {
  color: #425466;
  line-height: 1.7;
  margin-bottom: 0;
}

.stats-section {
  background: #082c42;
  color: #ffffff;
  padding: 45px 8%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: center;
}

.stats-section h3 {
  font-size: 25px;
  margin: 0 0 8px;
  color: #6ed9ff;
}

.stats-section p {
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
}

.process-section {
  background: #ffffff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-card {
  background: #eef8fc;
  padding: 24px;
  border-radius: 15px;
  border-bottom: 4px solid #0099cc;
}

.process-card h3 {
  margin-top: 0;
  color: #082c42;
  font-size: 20px;
}

.process-card p {
  color: #425466;
  line-height: 1.7;
  font-size: 15px;
}

.projects {
  background: #f7fbfd;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.project-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.07);
}

.project-card:hover {
  transform: translateY(-4px);
}

.project-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.project-card div {
  padding: 18px;
}

.project-card h3 {
  margin: 0 0 7px;
  color: #082c42;
  font-size: 19px;
}

.project-card p {
  margin: 0;
  color: #425466;
  line-height: 1.55;
  font-size: 14px;
}

.cta {
  background: linear-gradient(rgba(8,44,66,.9), rgba(8,44,66,.9)),
              url("images/gallery-rooftop-city.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
  padding: 75px 8%;
}

.cta span {
  color: #6ed9ff;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

.cta h2 {
  font-size: 36px;
  margin: 12px 0;
}

.cta p {
  max-width: 720px;
  margin: 0 auto 24px;
  font-size: 17px;
  line-height: 1.7;
}

.contact {
  background: #eef8fc;
  text-align: center;
}

.contact-intro {
  color: #425466;
  font-size: 16px;
  margin-top: -12px;
  margin-bottom: 30px;
}

.form-box {
  max-width: 720px;
  margin: 0 auto;
  background: #ffffff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  text-align: left;
}

footer {
  padding: 26px;
  background: #06293d;
  color: #ffffff;
  text-align: center;
}

.whatsapp-btn {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background: #25D366;
  color: #ffffff;
  font-size: 15px;
  padding: 13px 18px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  z-index: 999999;
  font-weight: bold;
}

@media (max-width: 900px) {
  .top-bar {
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 9px 5%;
    line-height: 1.7;
  }

  .site-header {
    display: block;
    text-align: center;
    padding: 10px 5%;
    position: relative;
  }

  .logo img {
    height: 40px;
    max-width: 130px;
    margin: 0 auto;
  }

  nav {
    margin-top: 9px;
  }

  nav a {
    display: inline-block;
    margin: 5px 6px;
    font-size: 12px;
  }

  .hero {
    min-height: 390px;
    padding: 32px 5%;
    text-align: center;
    justify-content: center;
    background-position: center;
  }

  .hero h1 {
    font-size: 27px;
    line-height: 1.2;
  }

  .hero p {
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-buttons {
    justify-content: center;
  }

  .btn {
    width: 100%;
    max-width: 240px;
    text-align: center;
    padding: 12px 18px;
  }

  .section {
    padding: 50px 5%;
  }

  .section h2 {
    font-size: 25px;
  }

  .section-text,
  .intro-text p {
    font-size: 14px;
  }

  .intro-section,
  .services,
  .stats-section,
  .process-grid,
  .gallery {
    display: grid;
    grid-template-columns: 1fr;
  }

  .highlight-box,
  .card,
  .process-card,
  .form-box {
    padding: 20px;
  }

  .stats-section {
    padding: 35px 5%;
  }

  .project-card img {
    height: 155px;
  }

  .cta {
    padding: 55px 5%;
  }

  .cta h2 {
    font-size: 26px;
  }

  .cta p {
    font-size: 14px;
  }

  .whatsapp-btn {
    bottom: 16px;
    right: 16px;
    font-size: 13px;
    padding: 11px 15px;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 360px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .section h2 {
    font-size: 23px;
  }

  .project-card img {
    height: 145px;
  }

  .form-box {
    padding: 18px;
  }
}