/*
Theme Name: Rakshana Water Solutions Pro
Theme URI: https://example.com/rakshana-water-solutions-pro
Author: WordPress Theme Builder
Author URI: https://app.clickup.com/90161708147/ai/agents/2kz0wz3k-516
Description: Multi-page Rakshana Water Solutions WordPress theme with WhatsApp booking, call actions, editable service management, and full imagery support.
Version: 6.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shine-up-urban-pro
*/

:root {
  --su-primary: #b78a2f;
  --su-primary-2: #d7b46a;
  --su-secondary: #5fb8b0;
  --su-accent: #7fd9d1;
  --su-bg: #0b1220;
  --su-bg-2: #111a2b;
  --su-bg-3: #172235;
  --su-panel: rgba(255,255,255,.06);
  --su-panel-strong: rgba(255,255,255,.1);
  --su-line: rgba(255,255,255,.1);
  --su-text: #f6f3ee;
  --su-muted: #bcc5d1;
  --su-shadow: 0 24px 70px rgba(0,0,0,.24);
  --su-radius-xl: 30px;
  --su-radius-lg: 22px;
  --su-radius-md: 16px;
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--su-text);
  background:
    radial-gradient(circle at left top, rgba(183,138,47,.14), transparent 32%),
    radial-gradient(circle at right top, rgba(95,184,176,.12), transparent 28%),
    linear-gradient(180deg, #08101b 0%, #0d1625 48%, #0a111d 100%);
}
a { color: inherit; text-decoration: none; }
img, svg, canvas { max-width: 100%; height: auto; display: block; }
body, .site-main, .container-soft, .hero, .page-hero { overflow-x: clip; }
#three-hero canvas { width: 100% !important; height: 100% !important; }
.site-main { position: relative; z-index: 2; }
.su-grid-noise,
.su-glow-layer { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.su-grid-noise { opacity: .04; background-image: radial-gradient(circle,#fff 1px,transparent 1px); background-size: 18px 18px; }
.su-glow-layer::before,
.su-glow-layer::after { content:""; position:absolute; border-radius:50%; filter:blur(95px); }
.su-glow-layer::before { width:280px; height:280px; left:-70px; top:140px; background:rgba(183,138,47,.18); }
.su-glow-layer::after { width:360px; height:360px; right:-80px; top:380px; background:rgba(95,184,176,.14); }
.container-soft { width: min(1180px, calc(100vw - 24px)); margin: 0 auto; }
.section-space { padding: 88px 0; }
.section-head { margin-bottom: 28px; }
.section-tag {
  display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:999px;
  background:rgba(255,255,255,.06); border:1px solid var(--su-line); color:var(--su-secondary);
  text-transform:uppercase; letter-spacing:.08em; font-weight:700; font-size:.76rem;
}
.section-title { font-size:clamp(2rem,4vw,3.15rem); font-weight:900; line-height:1.04; letter-spacing:-.04em; margin:16px 0 12px; }
.section-copy { max-width:700px; color:var(--su-muted); font-size:1rem; line-height:1.82; }
.site-header {
  position:sticky; top:0; z-index:40; background:rgba(8,14,24,.86); backdrop-filter:blur(18px); border-bottom:1px solid var(--su-line);
}
.navbar-brand { display:flex; align-items:center; gap:14px; color:#fff; min-width:0; }
.brand-logo { width:56px; height:56px; border-radius:50%; object-fit:contain; background:#fff; padding:4px; box-shadow:0 10px 24px rgba(0,0,0,.16); }
.brand-meta { min-width:0; }
.brand-meta strong { display:block; font-size:1.06rem; line-height:1.15; word-break:break-word; }
.brand-meta small { display:block; color:var(--su-secondary); font-size:.72rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.nav-link { color:rgba(255,255,255,.82) !important; font-weight:600; }
.nav-link:hover,.nav-link:focus { color:#fff !important; }
.btn-sun,.btn-frost,.btn-linkline,.btn-outline-shell {
  display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:14px 22px; border-radius:999px; font-weight:800; border:0;
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease;
}
.btn-sun { color:#fff; background:linear-gradient(135deg,var(--su-primary),var(--su-primary-2)); box-shadow:0 14px 34px rgba(183,138,47,.28); }
.btn-frost,.btn-outline-shell { color:#fff; background:rgba(255,255,255,.05); border:1px solid var(--su-line); }
.btn-linkline { padding:0; background:transparent; color:var(--su-secondary); }
.btn-sun:hover,.btn-frost:hover,.btn-linkline:hover,.btn-outline-shell:hover { color:#fff; transform:translateY(-2px); }
.hero { position:relative; min-height:calc(100vh - 82px); display:flex; align-items:center; overflow:hidden; }
.hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,14,24,.94) 0%, rgba(8,14,24,.72) 48%, rgba(8,14,24,.34) 100%); z-index:1; }
#three-hero { position:absolute; inset:0; z-index:0; }
.hero-content { position:relative; z-index:2; padding:36px 0; }
.hero-kicker { color:var(--su-secondary); text-transform:uppercase; letter-spacing:.16em; font-weight:700; font-size:.8rem; }
.hero-title { font-size:clamp(3rem,6vw,5rem); line-height:.97; font-weight:900; margin:18px 0 18px; letter-spacing:-.055em; max-width:760px; }
.hero-copy { max-width:630px; color:#d6dee7; font-size:1.04rem; line-height:1.88; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:28px; }
.hero-quick-book,.service-card,.photo-card,.summary-card,.package-card,.step-card,.blog-card,.contact-card,.nav-card,.testimonial-card {
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04)); border:1px solid var(--su-line); box-shadow:var(--su-shadow); border-radius:var(--su-radius-lg); backdrop-filter:blur(16px);
}
.hero-quick-book { padding:24px; max-width:420px; margin-top:30px; }
.hero-quick-book h3 { margin:0 0 10px; font-size:1.15rem; }
.hero-quick-book p { margin:0 0 16px; color:var(--su-muted); line-height:1.7; }

.hero-logo-card {
  background: linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.04));
  border: 1px solid var(--su-line);
  box-shadow: var(--su-shadow);
  border-radius: var(--su-radius-lg);
  backdrop-filter: blur(16px);
  padding: 28px;
}
.hero-logo-large {
  width: min(260px, 100%);
  margin: 0 auto 18px;
  border-radius: 24px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.hero-logo-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.hero-logo-card p {
  color: var(--su-muted);
  line-height: 1.7;
  margin-bottom: 18px;
}
.meta-pill-row,.info-list { display:flex; flex-wrap:wrap; gap:10px; }
.meta-pill,.info-chip,.quick-pill,.addon-chip { padding:10px 14px; border-radius:999px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); color:#dfe8f1; font-size:.9rem; }
.services-grid { display:grid; gap:22px; grid-template-columns:repeat(3,minmax(0,1fr)); }
.service-card { overflow:hidden; transition:transform .28s ease, border-color .28s ease; }
.service-card:hover { transform:translateY(-6px); border-color:rgba(95,184,176,.34); }
.service-media { position:relative; aspect-ratio:4/3; overflow:hidden; }
.service-media img { width:100%; height:100%; object-fit:cover; }
.service-media::after { content:""; position:absolute; inset:auto 0 0 0; height:55%; background:linear-gradient(180deg,transparent,rgba(8,14,24,.92)); }
.service-badge { position:absolute; top:16px; left:16px; z-index:2; padding:8px 12px; border-radius:999px; background:rgba(8,14,24,.76); border:1px solid rgba(255,255,255,.14); font-size:.75rem; font-weight:700; }
.service-body { padding:22px; }
.service-body h3 { font-size:1.3rem; margin-bottom:10px; }
.service-body p { color:var(--su-muted); line-height:1.75; }
.service-meta { display:flex; justify-content:space-between; gap:12px; align-items:center; margin-top:18px; padding-top:16px; border-top:1px solid rgba(255,255,255,.08); flex-wrap:wrap; }
.price-pill { display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:999px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); font-weight:800; }
.photo-showcase { display:grid; grid-template-columns:1.2fr .8fr; gap:22px; }
.photo-card { overflow:hidden; }
.photo-card img { width:100%; height:100%; object-fit:cover; }
.photo-stack { display:grid; gap:22px; }
.page-hero { position:relative; overflow:hidden; padding:86px 0 66px; }
.page-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,14,24,.94) 0%, rgba(8,14,24,.7) 52%, rgba(8,14,24,.28) 100%); z-index:1; }
.page-hero-media { position:absolute; inset:0; z-index:0; }
.page-hero-media img { width:100%; height:100%; object-fit:cover; filter:saturate(.9) brightness(.6); }
.page-hero-content { position:relative; z-index:2; }
.layout-two { display:grid; gap:26px; grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr); align-items:start; }
.package-filter { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:20px; }
.filter-chip { border:1px solid var(--su-line); background:rgba(255,255,255,.04); color:#fff; padding:10px 14px; border-radius:999px; font-weight:700; cursor:pointer; }
.filter-chip.active,.package-card.active { border-color:rgba(95,184,176,.55); box-shadow:0 0 0 1px rgba(95,184,176,.16), var(--su-shadow); }
.package-grid { display:grid; gap:18px; grid-template-columns:repeat(2,minmax(0,1fr)); }
.package-card { padding:22px; transition:transform .24s ease, border-color .24s ease; overflow:hidden; }
.package-card:hover { transform:translateY(-4px); }
.package-top { display:flex; justify-content:space-between; gap:12px; align-items:start; }
.package-card h3 { font-size:1.12rem; margin-bottom:10px; }
.package-card p { color:var(--su-muted); line-height:1.7; margin-bottom:14px; }
.package-points { list-style:none; padding:0; margin:0 0 18px; }
.package-points li { padding:7px 0; color:#dce6ef; border-bottom:1px solid rgba(255,255,255,.06); }
.package-price { font-size:1.42rem; font-weight:900; }
.package-select { width:100%; }
.summary-card,.contact-card,.nav-card,.testimonial-card,.step-card { padding:26px; }
.booking-panel { position:sticky; top:100px; }
.summary-card h3,.contact-card h3,.nav-card h3,.testimonial-card h3,.step-card h3 { font-size:1.35rem; margin-bottom:16px; }
.form-label { color:#e5eef5; font-weight:700; }
.form-control,.form-select,textarea.form-control { min-height:54px; border-radius:14px; padding:12px 16px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12); color:#fff; max-width:100%; }
.form-control::placeholder { color:#9db0c0; }
.form-control:focus,.form-select:focus { color:#fff; background:rgba(255,255,255,.08); border-color:rgba(95,184,176,.42); box-shadow:0 0 0 .25rem rgba(95,184,176,.12); }
.form-select option { color:#07111d; }
.summary-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-bottom:16px; }
.summary-mini { padding:16px; border-radius:16px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); min-width:0; }
.summary-mini small { display:block; color:var(--su-secondary); text-transform:uppercase; font-size:.72rem; margin-bottom:6px; }
.summary-table { width:100%; border-collapse:collapse; table-layout:fixed; }
.summary-table td { padding:12px 6px; border-bottom:1px solid rgba(255,255,255,.08); color:#e7eef5; word-break:break-word; }
.summary-total { display:flex; justify-content:space-between; gap:12px; padding-top:16px; margin-top:12px; border-top:1px solid rgba(255,255,255,.1); font-weight:900; font-size:1.15rem; flex-wrap:wrap; }
.summary-note,.entry-summary,.entry-meta,.archive-description,.not-found-copy { color:var(--su-muted); line-height:1.8; }
.step-grid,.testimonial-grid,.service-navigation { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.step-card strong { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(135deg,var(--su-primary),var(--su-primary-2)); margin-bottom:14px; }
.step-card p,.nav-card p,.testimonial-card p { margin:0; color:var(--su-muted); line-height:1.75; }
.nav-card h3 { font-size:1.12rem; }
.footer-shell { padding:28px 0 40px; border-top:1px solid var(--su-line); background:rgba(6,12,21,.74); }
.footer-links { display:flex; flex-wrap:wrap; gap:16px; color:#dce5ef; word-break:break-word; }
.pagination-shell .page-numbers { display:inline-flex; align-items:center; justify-content:center; min-width:42px; height:42px; margin:0 6px 6px 0; border-radius:999px; border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.05); }
.pagination-shell .current { background:linear-gradient(135deg,var(--su-primary),var(--su-primary-2)); }
@media (max-width: 1199.98px) {
  .services-grid,.step-grid,.testimonial-grid,.service-navigation { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 991.98px) {
  .hero { min-height:auto; padding:84px 0 64px; }
  .layout-two,.photo-showcase,.summary-grid,.step-grid,.testimonial-grid,.service-navigation { grid-template-columns:1fr; }
  .services-grid,.package-grid { grid-template-columns:1fr 1fr; }
  .booking-panel { position:static; top:auto; }
}
@media (max-width: 767.98px) {
  .section-space { padding:70px 0; }
  .hero-title { font-size:2.5rem; }
  .container-soft { width: calc(100vw - 20px); }
  .services-grid,.package-grid,.photo-showcase,.step-grid,.testimonial-grid,.service-navigation,.summary-grid { grid-template-columns:1fr; }
  .summary-card,.contact-card,.nav-card,.testimonial-card,.step-card,.package-card,.service-body,.hero-quick-book { padding:20px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .btn-sun,.btn-frost,.btn-outline-shell { width:100%; }
  .service-meta { flex-direction:column; align-items:flex-start; }
  .navbar-brand { max-width: calc(100% - 60px); }
  .brand-logo { width:48px; height:48px; }
  .page-hero { padding:74px 0 54px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation:none !important; transition:none !important; }
  .service-card:hover,.package-card:hover { transform:none !important; }
}
