/* Smart Pool / EcoPool – mavi, turkuaz, beyaz; sari ve kirmizi yok */
:root {
  --smartpool-primary: #1a5f9e;
  --smartpool-primary-dark: #144a7a;
  --smartpool-teal: #0d9488;
  --smartpool-cyan: #06b6d4;
  --smartpool-light: #e0f2fe;
  --smartpool-dark: #0f172a;
  --smartpool-navy: #1e3a5f;
  --smartpool-muted: #64748b;
}

/* Slider / hero ustte */
.menu-wrap-smartpool {
  display: flex;
  flex-direction: column;
}
.menu-wrap-smartpool .hero-wrap,
.menu-wrap-smartpool .ecopool-hero {
  order: -1;
}
.menu-wrap-smartpool .hero-wrap.js-fullheight,
.menu-wrap-smartpool .ecopool-hero {
  min-height: 60vh;
}

/* Logo – header (üst bar) */
.wrap-smartpool .smartpool-logo {
  height: 58px;
  max-width: 220px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.smartpool-logo-footer {
  height: 42px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}
.wrap-smartpool .navbar-brand {
  padding: 0.5rem 0;
}

/* Navbar – koyu mavi */
.smartpool-nav.ftco_navbar,
.smartpool-nav.bg-dark {
  background: var(--smartpool-primary) !important;
}
.smartpool-nav .nav-link { color: rgba(255,255,255,0.9) !important; }
.smartpool-nav .nav-link:hover,
.smartpool-nav .nav-item.active > .nav-link {
  color: #fff !important;
}
.smartpool-nav .nav-link:hover:before,
.smartpool-nav .nav-item.active > .nav-link:before {
  background-color: var(--smartpool-teal) !important;
  visibility: visible;
  transform: scaleX(1);
}
/* Header nav link hover animasyonu – sari yerine mavi/turkuaz */
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before,
.smartpool-nav .navbar-nav > .nav-item > .nav-link:before {
  background-color: var(--smartpool-cyan) !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus,
.smartpool-nav .navbar-nav > .nav-item > .nav-link:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus:before,
.ftco-navbar-light .navbar-nav > .nav-item.active > a:before,
.smartpool-nav .navbar-nav > .nav-item > .nav-link:hover:before,
.smartpool-nav .navbar-nav > .nav-item.active > .nav-link:before {
  background-color: var(--smartpool-cyan) !important;
  visibility: visible !important;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #fff !important;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: var(--smartpool-cyan) !important;
  }
}

/* Butonlar – mavi / turkuaz (sari-kirmizi yok) */
.btn.btn-primary,
.btn-primary,
.heading-title.bg-primary,
.smartpool-nav .nav-item.cta a {
  background-color: var(--smartpool-primary) !important;
  border-color: var(--smartpool-primary) !important;
  color: #fff !important;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  background: var(--smartpool-primary) !important;
  border-color: var(--smartpool-primary) !important;
  color: #fff !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--smartpool-primary-dark) !important;
  border-color: var(--smartpool-primary-dark) !important;
  color: #fff !important;
}
.btn.btn-primary.btn-outline-primary {
  background: transparent !important;
  border-color: var(--smartpool-primary) !important;
  color: var(--smartpool-primary) !important;
}
.btn.btn-primary.btn-outline-primary:hover,
.btn.btn-primary.btn-outline-primary:focus {
  background: var(--smartpool-primary) !important;
  border-color: var(--smartpool-primary) !important;
  color: #fff !important;
}
.ecopool-btn-teal {
  background: linear-gradient(135deg, var(--smartpool-teal), var(--smartpool-cyan)) !important;
  border: none !important;
  color: #fff !important;
}
.ecopool-btn-teal:hover {
  opacity: 0.95;
  color: #fff !important;
}
.ftco-section .heading-section h2,
a:hover { color: var(--smartpool-primary) !important; }
.hero-wrap .slider-text h1 span,
.hero-wrap .slider-text .subheading,
.ecopool-hero .text-muted,
.ftco-footer-social a:hover { color: var(--smartpool-teal) !important; }
.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
  color: var(--smartpool-cyan) !important;
}
.social-media p a {
  background: var(--smartpool-primary) !important;
}
.social-media p a:hover {
  background: var(--smartpool-teal) !important;
}
.social-media p a span,
.social-media p a:hover span {
  color: #fff !important;
}

/* Loader */
#ftco-loader .path { stroke: var(--smartpool-primary); }

/* Footer – koyu lacivert */
.smartpool-footer {
  background-color: var(--smartpool-dark);
  color: rgba(255,255,255,0.85);
}
.smartpool-footer-nav-label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.smartpool-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.smartpool-footer-links li { margin: 0 1.25rem 0.5rem 0; }
.smartpool-footer-links li:last-child { margin-right: 0; }
.smartpool-footer-links a {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  font-size: 0.95rem;
}
.smartpool-footer-links a:hover { color: var(--smartpool-cyan) !important; }
.smartpool-footer-logo-wrap {
  display: inline-block;
  line-height: 0;
}
.smartpool-footer .smartpool-logo-footer {
  height: 64px;
  max-width: 240px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.smartpool-footer .ftco-heading-2,
.smartpool-footer .logo a { color: #fff; }
.smartpool-footer a { color: rgba(255,255,255,0.8); }
.smartpool-footer a:hover { color: var(--smartpool-cyan) !important; }
.smartpool-footer .block-23 .icon { color: var(--smartpool-cyan); }

/* Anasayfa – hero / slider arka plan */
.ecopool-hero {
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
  background-color: var(--smartpool-navy);
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, 0.75) 0%, rgba(26, 95, 158, 0.5) 50%, rgba(14, 116, 144, 0.35) 100%),
    url("https://images.unsplash.com/photo-1708178663378-147d0474ee2d?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  min-height: 55vh;
  display: flex;
  align-items: center;
}
.ecopool-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, transparent 50%);
  pointer-events: none;
}
.ecopool-hero .container { position: relative; z-index: 1; }
.ecopool-hero h1 { color: #fff !important; font-weight: 700; text-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.ecopool-hero .lead.text-muted { color: rgba(255,255,255,0.9) !important; text-shadow: 0 1px 4px rgba(0,0,0,0.25); }
.ecopool-panels { padding: 2rem 0 4rem; }
.ecopool-panel-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
  padding: 2rem;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.ecopool-panel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}
.ecopool-panel-media {
  height: 220px;
  border-radius: 14px;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -80px 120px rgba(15, 23, 42, 0.18);
}
.ecopool-panel-media::after,
.ecopool-visual-card::after,
.ecopool-service-card-media::after,
.ecopool-project-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 116, 144, 0.04) 0%, rgba(15, 23, 42, 0.42) 100%);
}
.ecopool-panel-media--leak {
  background-image:
    linear-gradient(135deg, rgba(26, 95, 158, 0.34), rgba(6, 182, 212, 0.16)),
    url("https://images.unsplash.com/photo-1526898943670-92bfa9f94c12?auto=format&fit=crop&w=1200&q=80");
}
.ecopool-panel-media--repair {
  background-image:
    linear-gradient(135deg, rgba(15, 23, 42, 0.34), rgba(26, 95, 158, 0.2)),
    url("https://images.unsplash.com/photo-1742353980377-b8e42932c590?auto=format&fit=crop&w=1200&q=80");
}
.ecopool-panel-media--monitoring {
  background-image:
    linear-gradient(135deg, rgba(14, 116, 144, 0.18), rgba(26, 95, 158, 0.28)),
    url("https://images.unsplash.com/photo-1708178663378-147d0474ee2d?auto=format&fit=crop&w=1200&q=80");
}
.ecopool-media-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--smartpool-navy);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ecopool-panel-card .ecopool-panel-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--smartpool-light);
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--smartpool-primary);
}
.ecopool-panel-card h3 { color: var(--smartpool-navy); font-weight: 700; margin-bottom: 0.75rem; }
.ecopool-panel-card p { color: var(--smartpool-muted); margin-bottom: 1.25rem; }
.ecopool-panel-card .btn { padding: 0.6rem 1.25rem; font-weight: 600; }
.ecopool-panel-card .small { color: var(--smartpool-muted); font-size: 0.875rem; margin-top: 0.5rem; }

/* Feature icons & alternate section */
.ecopool-features { padding: 3rem 0; background: #fff; }
.ecopool-section-alt { background: var(--smartpool-light); }
.ecopool-content-img { max-width: 100%; height: auto; }
.ecopool-feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: var(--smartpool-light);
  color: var(--smartpool-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin: 0 auto 1rem;
}
.ecopool-feature-icon.fa { font-size: 1.5rem; }
.ecopool-why { padding: 4rem 0; background: var(--smartpool-light); }
.ecopool-visual-card {
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
}
.ecopool-visual-card--insight {
  background-image:
    linear-gradient(135deg, rgba(12, 74, 110, 0.08), rgba(14, 116, 144, 0.24)),
    url("https://images.unsplash.com/photo-1708178663378-147d0474ee2d?auto=format&fit=crop&w=1200&q=80");
}
.ecopool-media-badge--card {
  top: 16px;
  left: 16px;
  right: auto;
}
.ecopool-visual-card-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.ecopool-visual-card-content h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff !important;
}
.ecopool-why h2.overline { color: var(--smartpool-teal); font-size: 0.9rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.5rem; }
.ecopool-why h3 { color: var(--smartpool-navy); font-weight: 700; }
.ecopool-why ul { list-style: none; padding-left: 0; }
.ecopool-why ul li { position: relative; padding-left: 1.75rem; margin-bottom: 0.75rem; color: var(--smartpool-muted); }
.ecopool-why ul li::before { content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; color: var(--smartpool-teal); font-size: 1rem; }

.ecopool-service-card,
.ecopool-project-card {
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
.ecopool-service-card-media,
.ecopool-project-card-media {
  min-height: 220px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.ecopool-service-card-body,
.ecopool-project-card-body {
  padding: 1.5rem;
}
.ecopool-service-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--smartpool-teal);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ecopool-service-card h3,
.ecopool-project-card h3 {
  color: var(--smartpool-navy);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.ecopool-service-card p,
.ecopool-project-card p {
  color: var(--smartpool-muted);
  margin-bottom: 0;
}

/* Website genelinde sari/turuncu kaldir – animate + style.css override */
.wrap-smartpool .navbar-brand .icon {
  background: var(--smartpool-primary) !important;
}
.menu-wrap-smartpool .req-button a,
.menu-wrap-smartpool .btn-warning,
.menu-wrap-smartpool .breadcrumbs a:hover,
.menu-wrap-smartpool .breadcrumbs a:hover i,
.menu-wrap-smartpool .opening-hours h4,
.menu-wrap-smartpool .footer .ftco-footer-widget ul li a:hover,
.menu-wrap-smartpool .footer .ftco-footer-widget ul li a:hover span,
.menu-wrap-smartpool .footer-small-nav > li a:hover,
.menu-wrap-smartpool .tagcloud a:hover,
.menu-wrap-smartpool .categories li a:hover,
.menu-wrap-smartpool .blog-entry .text .heading a:hover,
.menu-wrap-smartpool .block-21 .text .heading a:hover {
  color: var(--smartpool-cyan) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.menu-wrap-smartpool .req-button a,
.menu-wrap-smartpool .btn-warning {
  background: var(--smartpool-primary) !important;
  border-color: var(--smartpool-primary) !important;
  color: #fff !important;
}
.menu-wrap-smartpool .req-button a:hover,
.menu-wrap-smartpool .btn-warning:hover {
  background: var(--smartpool-primary-dark) !important;
  border-color: var(--smartpool-primary-dark) !important;
  color: #fff !important;
}
.smartpool-footer .ftco-footer-widget ul li a:hover,
.smartpool-footer .ftco-footer-widget ul li a:hover span,
.smartpool-footer .footer-small-nav > li a:hover,
.smartpool-footer .opening-hours h4 {
  color: var(--smartpool-cyan) !important;
}

/* İletişim sayfası – daha büyük başlık, metin ve ikonlar */
.contact-hero.hero-wrap-2 .slider-text h1.bread {
  font-size: 2.75rem;
  font-weight: 700;
}
.contact-hero .breadcrumbs {
  font-size: 1.15rem;
}
.contact-section .contact-heading h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--smartpool-navy);
}
.contact-section .contact-intro {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--smartpool-muted);
}
.contact-section .contact-info-block .ecopool-feature-icon--contact {
  width: 72px;
  height: 72px;
  font-size: 2rem;
}
.contact-section .contact-info-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--smartpool-navy);
  margin-bottom: 0.5rem;
}
.contact-section .contact-info-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--smartpool-muted);
  margin-bottom: 0;
}
.contact-section .contact-info-text a {
  color: var(--smartpool-primary);
  font-weight: 500;
}
.contact-section .contact-info-text a:hover {
  color: var(--smartpool-teal);
  text-decoration: underline;
}
.contact-section .contact-form .form-control-lg {
  font-size: 1.05rem;
  padding: 0.75rem 1rem;
}
.contact-section .contact-form .btn-lg {
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .contact-hero.hero-wrap-2 .slider-text h1.bread {
    font-size: 2rem;
  }
  .contact-hero .breadcrumbs {
    font-size: 1rem;
  }
  .contact-section .contact-heading h2 {
    font-size: 1.75rem;
  }
  .contact-section .contact-intro {
    font-size: 1.05rem;
  }
}
