/* Reset and Base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #333;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: hidden;
}

/* Colors */
:root {
  --teal-color: #10858b;
  --button-teal: #0d6a6b;
  --black-bg: #111111;
  --light-grey-bg: #f4f4f4;
}

/* Utility */
.text-center {
  text-align: center;
}

/* Hero Section */
.hero-section {
  background-color: var(--black-bg);
  display: flex;
  flex-direction: column;
  position: relative;
}

.hero-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Blend with black background */
}

.top-bar {
  height: 6px;
  background-color: var(--teal-color);
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-content-wrapper {
  padding: 20px;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.logo-container {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.logo {
  max-width: 180px;
  height: auto;
  display: block;
}

.hero-text-container {
  text-align: center;
  color: #fff;
  margin: auto 0;
  padding-bottom: 40px;
}

.main-heading {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(36px, 8vw, 72px);
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.sub-heading {
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 400;
  margin-bottom: 30px;
  color: #f1f1f1;
}

.cta-button {
  background-color: var(--button-teal);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(14px, 3vw, 15px);
  font-weight: 500;
  padding: 14px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 1px;
}

.hero-bottom-bar {
  height: 80px;
  background-color: var(--button-teal);
  width: 100%;
  position: relative;
  z-index: 1;
}

/* Vision Section */
.vision-section {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.vision-heading {
  font-size: clamp(28px, 6vw, 32px);
  font-weight: 400;
  color: #222;
  margin-bottom: 30px;
}

.vision-text {
  font-size: clamp(16px, 4vw, 20px);
  color: #555;
  line-height: 1.6;
}

.desktop-br {
  display: none;
}

/* About Section */
.about-section {
  background-color: var(--light-grey-bg);
  padding: 80px 20px 100px;
  text-align: center;
}

.about-heading {
  font-family: 'Oswald', sans-serif;
  color: var(--button-teal);
  font-size: clamp(36px, 8vw, 52px);
  font-weight: 500;
  letter-spacing: 1px;
}

.about-divider {
  width: 60px;
  height: 2px;
  background-color: #ccc;
  border: none;
  margin: 20px auto 0;
}

/* Features Section */
.features-section {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 60px 20px;
}

.feature-block {
  display: flex;
  flex-direction: column; 
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 80px;
  width: 100%;
}

.feature-text {
  padding: 30px 0 0 0;
  text-align: center;
  width: 100%;
}

.feature-heading {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 500;
  margin-bottom: 20px;
  color: #222;
}

.feature-desc {
  font-size: clamp(16px, 4vw, 17px);
  color: #555;
  line-height: 1.7;
}

.feature-image-container {
  width: 100%;
}

.feature-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}

/* Services Section */
.services-section {
  background-color: #fff;
  padding: 80px 20px 120px;
  text-align: center;
}

.services-header {
  margin-bottom: 60px;
}

.services-main-heading {
  font-family: 'Oswald', sans-serif;
  color: var(--button-teal);
  font-size: clamp(36px, 8vw, 52px);
  font-weight: 500;
  letter-spacing: 1px;
}

.services-divider {
  width: 50px;
  height: 1px;
  background-color: #ccc;
  border: none;
  margin: 20px auto 0;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  border-bottom: 1px solid #eee;
}

.service-card:last-child {
  border-bottom: none;
}

.service-title {
  font-family: 'Roboto', sans-serif;
  color: var(--button-teal);
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
  min-height: 60px; /* Ensure all titles take up the same space even if they wrap */
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  flex: 1; /* Push button to bottom */
}

.service-list li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

.service-list li::before {
  content: '•';
  color: #777;
  position: absolute;
  left: 0;
  font-size: 16px;
}

.service-card .cta-button {
  align-self: center;
  margin-top: auto;
}

/* Gallery Section */
.gallery-section {
  --uxp-icon-window-new: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><g><path d='M21.567 2.524a.782.782 0 00-.109-.103h-.001a.78.78 0 00-.463-.155H14a.75.75 0 100 1.5h5.19l-7.533 7.532a.757.757 0 00-.221.53c0 .198.08.393.22.532s.333.22.53.22a.757.757 0 00.532-.222l7.532-7.532v5.19a.75.75 0 101.5 0v-7.01a.752.752 0 00-.183-.482z'/><path d='M21 13.265a.75.75 0 00-.75.75v4.75a1.502 1.502 0 01-1.5 1.5H5.25a1.502 1.502 0 01-1.5-1.5v-13.5a1.502 1.502 0 011.5-1.5H10a.75.75 0 100-1.5H5.25a3.003 3.003 0 00-3 3v13.5a3.003 3.003 0 003 3h13.5a3.004 3.004 0 003-3v-4.75a.75.75 0 00-.75-.75z'/></g></svg>");
  --uxp-icon-refresh: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 9.75h5a.75.75 0 000-1.5H5.93a7.241 7.241 0 016.13-3.39 7.085 7.085 0 016.71 4.79c.19.54.31 1.1.36 1.67a.75.75 0 00.243.486c.16.145.357.194.567.194a.755.755 0 00.68-.82 8.771 8.771 0 00-.43-2.02 8.595 8.595 0 00-8.13-5.8A8.794 8.794 0 004.75 7.3V4a.75.75 0 00-1.5 0v5a.756.756 0 00.75.75zm15.91 4.5h-5a.75.75 0 100 1.5h3.07a7.254 7.254 0 01-3.73 2.97 7.089 7.089 0 01-9.11-4.37c-.189-.54-.31-1.1-.36-1.67a.759.759 0 00-.82-.68.752.752 0 00-.506.27.752.752 0 00-.164.55c.058.685.203 1.36.43 2.01a8.603 8.603 0 0011.03 5.31 8.819 8.819 0 004.41-3.45V20a.75.75 0 101.5 0v-5a.755.755 0 00-.22-.53.755.755 0 00-.53-.22z'/></svg>");
  --uxp-icon-chevron-left: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10.06 12l5.47-5.47a.75.75 0 00-1.06-1.06l-6 6c-.14.139-.22.333-.22.53s.08.391.22.53l6 6c.139.14.333.221.53.222.198 0 .393-.08.532-.22s.22-.334.22-.531a.756.756 0 00-.222-.531z'/></svg>");
  --uxp-icon-chevron-right: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M15.53 11.47l-6-6a.75.75 0 00-1.06 1.06L13.94 12l-5.47 5.47a.757.757 0 00-.222.53c0 .198.08.393.22.532s.334.22.531.22a.757.757 0 00.531-.222l6-6c.14-.139.22-.333.22-.53s-.08-.391-.22-.53z'/></svg>");
  --uxp-icon-help: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><g><path d='M12 2.25A9.75 9.75 0 1021.75 12 9.761 9.761 0 0012 2.25zm0 18A8.25 8.25 0 1120.25 12 8.26 8.26 0 0112 20.25z'/><path d='M12 7.083a2.753 2.753 0 00-2.75 2.75.75.75 0 101.5 0 1.25 1.25 0 012.5 0c0 .374-.166.613-.658.945A2.595 2.595 0 0011.25 13v.25a.75.75 0 101.5 0V13c0-.39.171-.636.68-.978a2.555 2.555 0 001.32-2.188A2.753 2.753 0 0012 7.084zm-.004 8.042a1.127 1.127 0 10.004 0z'/></g></svg>");
  
  background-color: rgb(246, 246, 246);
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  overflow: hidden;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
}

.gallery-heading {
  font-family: 'Oswald', sans-serif;
  color: var(--button-teal);
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.gallery-divider {
  width: 50px;
  height: 1px;
  background-color: #ccc;
  border: none;
  margin: 0 auto 40px;
}

.gallery-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  margin: 0 auto 40px;
  max-width: 1200px;
  scrollbar-width: thin;
  scrollbar-color: #333 #eee;
}

.gallery-slider::-webkit-scrollbar {
  height: 4px;
}

.gallery-slider::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
  margin: 0 auto;
}

.gallery-slider::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 2px;
}

.gallery-img {
  flex: 0 0 auto;
  width: 85%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  scroll-snap-align: start;
}



.cta-button-outline {
  background-color: transparent;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 32px;
  border: 2px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: background-color 0.3s;
}

.cta-button-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Shared Section Styles for Audio, Video, Contact */
.audio-section, .video-section, .contact-section {
  padding: 80px 20px;
  text-align: center;
}

.audio-section { background-color: #fff; }
.video-section { background-color: var(--light-grey-bg); }
.contact-section { background-color: #fff; }

.section-heading {
  font-family: 'Oswald', sans-serif;
  color: var(--button-teal);
  font-size: clamp(32px, 6vw, 44px);
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.section-divider {
  width: 50px;
  height: 1px;
  background-color: #ccc;
  border: none;
  margin: 0 auto 30px;
}

.section-sub-heading {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(20px, 4vw, 24px);
  font-weight: 500;
  color: #222;
  margin-bottom: 15px;
}

.section-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

/* Audio Section */
.audio-embed-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Video Section */
.video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.video-block {
  text-align: left;
}

.video-embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-promo-title {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 500;
}

.video-promo-desc {
  font-size: 16px;
  color: #555;
}

/* Contact Section Split Layout */
.contact-section {
  padding: 0;
  background-color: var(--button-teal);
  text-align: left;
}

.contact-split {
  display: flex;
  flex-direction: column;
}

.contact-left {
  flex: 1;
  padding: 60px 40px;
  color: #fff;
}

.contact-right {
  flex: 1;
  min-height: 400px;
  position: relative;
}

.contact-heading {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(32px, 6vw, 44px);
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.contact-divider {
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  margin-bottom: 30px;
  margin-left: 0;
}

.contact-sub-text {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.whatsapp-btn {
  background-color: #fff;
  color: #333;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin-bottom: 40px;
  transition: background-color 0.3s;
}

.whatsapp-btn:hover {
  background-color: #f1f1f1;
}

.contact-details h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #fff;
}

.contact-details p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #e0e0e0;
}

.map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.get-directions-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  color: #333;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 10;
  font-family: 'Roboto', sans-serif;
  transition: background-color 0.3s;
}

.get-directions-btn:hover {
  background-color: #f9f9f9;
}

/* Footer Section */
.footer-section {
  background-color: var(--light-grey-bg);
  padding: 60px 20px 20px;
  text-align: center;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.footer-socials {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.footer-socials a {
  color: #555;
  transition: color 0.3s;
}

.footer-socials a:hover {
  color: var(--button-teal);
}

.footer-newsletter h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-newsletter p {
  color: #555;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.newsletter-form input {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.newsletter-form button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}

.newsletter-form button:hover {
  background-color: var(--button-teal);
}

.footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-size: 14px;
  color: #777;
}

/* Desktop Overrides */
@media (min-width: 768px) {
  .hero-content-wrapper {
    padding: 40px 60px;
  }
  .logo-container {
    justify-content: flex-start;
  }
  .logo {
    max-width: 250px;
  }
  .desktop-br {
    display: block;
  }
  .hero-bottom-bar {
    height: 150px;
  }
  .vision-section {
    padding: 80px 20px;
  }
  .about-section {
    padding: 120px 20px 160px;
  }
  
  .gallery-img {
    width: calc(30% - 14px);
  }
  
  .feature-block {
    margin: 0 auto 100px;
    gap: 80px;
  }
  .feature-block.image-left {
    flex-direction: row;
  }
  .feature-block.image-right {
    flex-direction: row-reverse;
  }
  .feature-text {
    flex: 1;
    padding: 0;
    text-align: left; 
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .feature-image-container {
    flex: 1;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .service-card {
    padding: 40px 30px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .service-card:nth-child(3n) {
    border-right: none;
  }
  
  .service-card:nth-last-child(-n+3) {
    border-bottom: none;
  }

  .video-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .contact-split {
    flex-direction: row;
  }

  .contact-left {
    padding: 100px 8%;
  }
  
  .newsletter-form {
    flex-direction: row;
  }
  .newsletter-form input {
    flex: 1;
  }
  .newsletter-form button {
    flex: 0 0 auto;
  }
}

@media (min-width: 1024px) {
  .hero-bottom-bar {
    height: 250px;
  }
}
