/* Theme Name: SwimTech - Pool Service Management Landing Page
   Author: Stratus One AI
   Version: 1.0.0
   Created: April 2026
   File Description: Main CSS file - based on Stratus One AI template with aqua/teal theme
*/

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #4c5667;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: inherit;
}

a {
  text-decoration: none !important;
  outline: none;
}

html {
  scroll-padding-top: 59px;
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.bg-light {
  background-color: #eef2f5 !important;
}

.text-muted {
  color: #9aa7af !important;
}

.section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  position: relative;
}

/* SwimTech brand color: teal/aqua */
.text-custom {
  color: #0891b2 !important;
}

.bg-custom {
  background-color: #0891b2 !important;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(1, 50, 80, 0.15);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-custom-dark {
  background-image: linear-gradient(#1e3a4f, #0c2d3f);
}

.title {
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  margin-top: 0px;
}

.f-12 { font-size: 12px; }
.f-13 { font-size: 13px; }
.f-14 { font-size: 14px; }
.f-16 { font-size: 16px; }
.f-17 { font-size: 17px; }
.f-18 { font-size: 18px; }
.f-24 { font-size: 24px; }
.f-36 { font-size: 36px; }

/* Buttons */
.btn {
  padding: 11px 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.btn:focus {
  box-shadow: none;
}

.btn-custom {
  background-color: #0891b2;
  border: 1px solid #0891b2;
  color: #fff;
}

.btn-custom:hover, .btn-custom.active {
  background-color: #06b6d4;
  border: 1px solid #06b6d4;
  color: #fff;
}

.btn-outline-custom {
  background-color: transparent;
  border: 2px solid #0891b2;
  color: #0891b2;
}

.btn-outline-custom:hover {
  background-color: #0891b2;
  border: 2px solid #0891b2;
  color: #fff;
}

.border-custom {
  border: 2px solid #0891b2 !important;
}

/* Contact form */
.contact-form {
  padding-top: 30px;
}
.contact-form .form-label {
  font-weight: 700;
}
.contact-form .form-control {
  box-shadow: none !important;
  outline: none !important;
  border: 2px solid #97a0af;
  height: 38px;
}
.contact-form .form-control:focus, .contact-form .form-control:hover {
  border-color: #0891b2;
}
.contact-form textarea.form-control {
  height: auto;
}

/* Navbar */
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.navbar-custom.sticky-dark {
  position: fixed;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 20px;
  color: #ced4da;
  font-size: 16px;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 18px 0;
  margin: 0 15px;
  font-weight: 500;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover {
  color: #06b6d4 !important;
}

.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0 !important;
}
.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}
.navbar-toggler:focus {
  outline: none;
}

.navbar.navbar-light {
  background-color: #fff;
  color: #333333 !important;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #333333;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #333333;
}

/* Sticky navbar */
.nav-sticky.navbar-custom {
  transition: all 0.3s ease-in-out;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #333333 !important;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: #333333;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #333333;
}

.logo {
  font-weight: 700;
  font-size: 22px;
  color: #fff !important;
  letter-spacing: 1px;
}

.nav-sticky .logo {
  color: #333333 !important;
}

/* Responsive navbar */
@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    background-color: #fff !important;
    box-shadow: 0 10px 33px rgba(51, 51, 51, 0.1);
    color: #333333 !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    transition: all 0.4s;
    color: #333333 !important;
    padding: 10px 0;
    margin: 0px;
  }
  .navbar-toggler {
    color: #333333;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .logo {
    color: #333333 !important;
  }
}

/* Hero */
.hero-custom {
  padding: 220px 0px 140px 0px;
}

.bg-img {
  background: linear-gradient(135deg, #0a1628 0%, #0c3547 30%, #0e4d64 50%, #082838 100%);
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 100%),
    radial-gradient(1px 1px at 60% 70%, rgba(255,255,255,0.1) 0%, transparent 100%),
    radial-gradient(1px 1px at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 100%);
  background-size: 200px 200px;
  opacity: 0.6;
  z-index: 0;
}

.bg-img .container {
  position: relative;
  z-index: 1;
}

/* Footer */
.footer ul li {
  margin: 5px 0px;
}
.footer .footer-link-title {
  color: #333333;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer .footer-link {
  color: #aaaaaa;
}
.footer .footer-link:hover {
  color: #0891b2;
}
.footer .footer-alt {
  border-top: 1px solid rgba(170, 170, 170, 0.2);
  margin-top: 30px;
  padding-top: 20px;
}

/* Pricing badge */
.badge.bg-custom {
  background-color: #0891b2 !important;
  font-size: 0.75rem;
  padding: 6px 12px;
}

/* Video button */
.video-btn {
  color: #fff;
  letter-spacing: 1px;
  padding-top: 20px;
  outline: none !important;
}

/* Nav pills for tabs */
.nav-pills .nav-link {
  background-color: #f8f9fa;
  color: #333;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.nav-pills .nav-link.active {
  background-color: #0891b2;
  border: 1px solid #0891b2;
  color: #fff;
}

.nav-pills .nav-link:hover:not(.active) {
  background-color: #f1f1f1;
  color: #0891b2;
}

.nav-pills .nav-item {
  margin-right: 15px;
}

.nav-pills .nav-item:last-child {
  margin-right: 0;
}

/* =============================================
   Navbar logo & CTA button
   ============================================= */
.navbar-logo-img {
  height: 75px;
  width: auto;
}

.navbar-cta {
  margin-left: 20px;
}

.navbar-cta .btn {
  padding: 8px 24px;
  font-size: 13px;
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-cta {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* =============================================
   Hero floating orbs
   ============================================= */
@keyframes heroFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-22px); }
}

.hero-float-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero-float-orb-1 {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(8,145,178,0.18) 0%, transparent 70%);
  top: -100px;
  right: -100px;
  animation: heroFloat 7s ease-in-out infinite;
}

.hero-float-orb-2 {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(6,182,212,0.14) 0%, transparent 70%);
  bottom: -60px;
  left: 8%;
  animation: heroFloat 9s ease-in-out infinite 2.5s;
}

/* =============================================
   Story section
   ============================================= */
.story-section {
  background: linear-gradient(135deg, #0a1628 0%, #0c3547 50%, #082838 100%);
}

.story-stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(8, 145, 178, 0.3);
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  transition: border-color 0.3s ease;
}

.story-stat-card:hover {
  border-color: rgba(8, 145, 178, 0.7);
}

.story-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0891b2;
  line-height: 1;
  margin-bottom: 8px;
}

.story-stat-label {
  font-size: 13px;
  color: #9aa7af;
}

/* =============================================
   Use cases
   ============================================= */
.use-case-list li {
  padding: 7px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
}

/* App mockup card */
.app-mockup-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(8, 145, 178, 0.12);
  padding: 24px;
  border: 1px solid rgba(8, 145, 178, 0.1);
}

.app-mockup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef2f5;
  margin-bottom: 14px;
}

.app-mockup-title {
  font-weight: 700;
  font-size: 15px;
  color: #333;
}

.app-mockup-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  color: #4c5667;
}

.app-mockup-item:last-child {
  border-bottom: none;
}

/* =============================================
   Testimonial section
   ============================================= */
.testimonial-section {
  background-color: #eef2f5;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 52px 48px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.testimonial-text {
  font-size: 1.15rem;
  line-height: 1.85;
  color: #4c5667;
  font-style: italic;
}

@media (max-width: 576px) {
  .testimonial-card {
    padding: 36px 24px;
  }
  .testimonial-text {
    font-size: 1rem;
  }
}

/* =============================================
   Footer logo image
   ============================================= */
.footer-logo-img {
  height: 24px;
  width: auto;
  opacity: 0.45;
}
