/* AquaPro — style.css  (full responsive) */

:root {
    --primary: #29A9B1;
    --primary-dark: #1e8a91;
    --primary-light: #3cc3cb;
    --primary-glow: rgba(41, 169, 177, 0.25);
    --dark: #1a1a2e;
    --dark-3: #16213e;
    --light: #f4f8f9;
    --white: #ffffff;
    --body-text: #666666;
    --heading-text: #222222;
    --border: rgba(0, 0, 0, 0.08);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Open Sans', sans-serif;
    --transition: all 0.35s ease;
    --radius: 4px;
    --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 10px 35px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.15);
    --navbar-height: 72px;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: var(--font-body);
    color: var(--body-text);
    line-height: 1.7;
    overflow-x: hidden;
    max-width: 100%;
    background-color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--heading-text);
    font-weight: 700;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: var(--primary);
    transition: var(--transition);
}

a:hover {
    color: var(--primary-dark);
}

img {
    max-width: 100%;
    height: auto;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.section-title .wave-line {
    display: inline-block;
    width: 40px;
    height: 10px;
}

.section-subtitle {
    color: var(--body-text);
    font-size: 1rem;
    margin-top: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ===============================================
   NAVBAR
   =============================================== */
.navbar-aquapro {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    padding: 16px 0;
    background-color: transparent;
    transition: background-color .4s ease, box-shadow .4s ease, padding .4s ease;
}

.navbar-aquapro.scrolled {
    background-color: rgba(15, 15, 30, .96);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
    backdrop-filter: blur(8px);
    padding: 6px 0;
}

.navbar-aquapro .container-fluid {
    min-height: var(--navbar-height);
    display: flex;
    align-items: center;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    text-decoration: none;
}

.brand-seahorse {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.brand-seahorse .logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-name {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.brand-aqua {
    color: #aa1414;
}

.brand-pro {
    color: var(--white);
}

.brand-sub {
    color: rgba(255, 255, 255, .55);
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 3px;
}

.navbar-aquapro .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .85);
    font-family: var(--font-heading);
    font-size: .88rem;
    font-weight: 700;
    text-transform: capitalize;
    padding: 16px 14px;
    letter-spacing: .5px;
    transition: var(--transition);
    position: relative;
}

.navbar-aquapro .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 2px;
    background-color: var(--primary);
    transform: scaleX(0);
    transition: transform .3s ease;
}

.navbar-aquapro .navbar-nav .nav-link:hover::after,
.navbar-aquapro .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

.navbar-aquapro .navbar-nav .nav-link:hover,
.navbar-aquapro .navbar-nav .nav-link.active {
    color: var(--white);
}

.navbar-phone {
    color: var(--white);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: .82rem;
    display: flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
}

.phone-icon {
    width: 34px;
    height: 34px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: .8rem;
    transition: var(--transition);
}

.navbar-phone:hover .phone-icon {
    background-color: var(--primary);
    color: var(--white);
}

.nav-search-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, .75);
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
    padding: 4px 6px;
    display: flex;
    align-items: center;
}

.nav-search-btn:hover {
    color: var(--primary);
}

.navbar-aquapro .navbar-toggler {
    border-color: rgba(255, 255, 255, .4);
    padding: 7px 10px;
}

.navbar-aquapro .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Collapsed menu dark bg */
.navbar-aquapro .navbar-collapse {
    background-color: rgba(10, 10, 25, .98);
    margin-top: 8px;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

@media(min-width:992px) {
    .navbar-aquapro .navbar-collapse {
        background-color: transparent;
        margin-top: 0;
        padding: 0;
        border-top: none;
    }
}

/* ── Mobile navbar: logo centered, toggler centered below ── */
@media(max-width:767.98px) {
    .navbar-aquapro .container-fluid {
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 8px;
        min-height: auto;
    }

    .navbar-brand-mobile-center {
        margin-right: 0 !important;
        margin-left: 0 !important;
        justify-content: center;
    }

    .navbar-toggler-mobile-center {
        margin-top: 4px;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-aquapro .navbar-collapse {
        width: 100%;
    }
}

/* ===============================================
   HERO
   =============================================== */
.hero-section {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    min-height: 560px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.4s ease;
    will-change: transform, opacity;
}

.hero-slide.active {
    opacity: 1;
    animation: kenBurnsZoom 8000ms ease-out forwards;
}

@keyframes kenBurnsZoom {
    0% {
        transform: scale(1);
        background-position: center center;
    }

    100% {
        transform: scale(1.12);
        background-position: center center;
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(105deg, rgba(5, 5, 15, .88) 0%, rgba(5, 5, 15, .50) 42%, rgba(5, 5, 15, .10) 100%);
}

.hero-left {
    position: relative;
    z-index: 2;
    padding-left: 80px;
    padding-top: var(--navbar-height);
    max-width: 580px;
}

.hero-content h1 {
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1.12;
    margin-bottom: 22px;
}

.hero-content p {
    font-size: 1rem;
    color: rgba(255, 255, 255, .78);
    line-height: 1.85;
    margin-bottom: 38px;
}

.btn-primary-aqua {
    display: inline-block;
    background-color: var(--primary);
    color: var(--white);
    border: 2px solid var(--primary);
    padding: 14px 36px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: var(--transition);
    cursor: pointer;
}

.btn-primary-aqua:hover {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
    transform: translateY(-2px);
}

.btn-outline-aqua {
    display: inline-block;
    background-color: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
    padding: 11px 32px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: var(--transition);
    cursor: pointer;
}

.btn-outline-aqua:hover {
    background-color: var(--primary);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(41, 169, 177, .28);
}

.hero-social {
    position: absolute;
    bottom: 38px;
    left: 60px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-social a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .65);
    font-size: .85rem;
    transition: var(--transition);
}

.hero-social a:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

/* Hero cards panel */
.hero-cards-panel {
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 540px;
    display: flex !important;
    align-items: center;
    padding-top: var(--navbar-height);
}

.hcp-inner {
    position: relative;
    width: 95%;
    height: 420px;
}

.hcp-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
    pointer-events: none;
    gap: 10px;
}

.hcp-slide.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.hcp-slide.slide-out {
    opacity: 0;
    transform: translateY(-20px);
}

.hcp-top {
    flex: 0 0 55%;
    background-color: var(--white);
    display: flex;
    flex-direction: row;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
}

.hcp-top-img {
    width: 200px;
    min-width: 200px;
    overflow: hidden;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hcp-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .5s ease;
}

.hcp-top:hover .hcp-top-img img {
    transform: scale(1.06);
}

.hcp-top-body {
    flex: 1;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hcp-top-body h5 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--heading-text);
    margin-bottom: 10px;
    line-height: 1.3;
}

.hcp-top-body p {
    font-size: .8rem;
    color: var(--body-text);
    line-height: 1.65;
    margin-bottom: 18px;
}

.hcp-bottom-row {
    flex: 0 0 45%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.hcp-bottom-text {
    flex: 1;
    background-color: var(--white);
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
}

.hcp-bottom-text h5 {
    font-size: .95rem;
    font-weight: 800;
    color: var(--heading-text);
    margin-bottom: 8px;
    line-height: 1.3;
}

.hcp-bottom-text p {
    font-size: .76rem;
    color: var(--body-text);
    line-height: 1.6;
    margin-bottom: 14px;
}

.hcp-bottom-teal {
    flex: 1;
    position: relative;
    overflow: hidden;
    background-color: var(--primary);
    cursor: pointer;
}

.hcp-teal-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .28;
    transition: opacity .4s ease;
}

.hcp-bottom-teal:hover .hcp-teal-bg {
    opacity: .45;
}

.hcp-teal-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hcp-play {
    width: 62px;
    height: 62px;
    background: rgba(255, 255, 255, .15);
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
    padding-left: 4px;
    cursor: pointer;
    transition: var(--transition);
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.hcp-bottom-teal:hover .hcp-play {
    background-color: var(--white);
    color: var(--primary);
    transform: scale(1.12);
    box-shadow: 0 6px 25px rgba(0, 0, 0, .3);
}

.hcp-btn {
    display: inline-block;
    background-color: var(--primary);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 20px;
    transition: var(--transition);
    align-self: flex-start;
}

.hcp-btn:hover {
    background-color: var(--primary-dark);
    color: var(--white);
    transform: translateY(-1px);
}

.hcp-nav {
    position: absolute;
    right: -44px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 5;
}

.hcp-nav-btn {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .4);
    color: rgba(255, 255, 255, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    font-size: .85rem;
    border-radius: 2px;
    backdrop-filter: blur(4px);
}

.hcp-nav-btn:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.hero-sidebar {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    flex-direction: column;
    gap: 0;
}

.hero-sidebar-icon {
    width: 50px;
    height: 50px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.05rem;
    transition: var(--transition);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.hero-sidebar-icon:hover {
    background-color: var(--primary-dark);
    color: var(--white);
}

.scroll-indicator {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    animation: scrollBounce 2s infinite;
}

.scroll-mouse {
    width: 26px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-radius: 13px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 2px;
    animation: scrollWheel 2s infinite;
}

@keyframes scrollBounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0)
    }

    50% {
        transform: translateX(-50%) translateY(6px)
    }
}

@keyframes scrollWheel {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(10px)
    }
}

/* ===============================================
   INSTALLATION / MAINTENANCE
   =============================================== */
.feature-section {
    background-color: var(--white);
    overflow: hidden;
    padding: 80px 300px;
    width: 100%;
    height: auto;
}

.bg-light-alt {
    background-color: var(--light);
}

/* Mobile blocks */
.feature-mobile-block {
    overflow: hidden;
}

.feature-mobile-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.feature-mobile-text {
    padding: 36px 24px;
}

.feature-mobile-text h2 {
    font-size: 1.5rem;
    margin-bottom: 14px;
}

/* Desktop 2×2 grid */
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

.feature-col-img {
    overflow: hidden;
    display: flex;
}

.feature-image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
    flex: 1;
}

.feature-col-text {
    display: flex;
    align-items: center;
}

.feature-content {
    display: flex;
    align-items: center;
    padding: 50px 55px;
    width: 100%;
}

.vertical-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    color: var(--primary);
    font-family: var(--font-heading);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 3px;
    white-space: nowrap;
    margin-right: 32px;
    position: relative;
    text-transform: uppercase;
    flex-shrink: 0;
}

.vertical-label::after {
    content: '';
    position: absolute;
    bottom: 134px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    background-color: var(--primary);
}

.feature-text h2 {
    font-size: 1.9rem;
    margin-bottom: 16px;
    line-height: 1.25;
}

.feature-text p {
    margin-bottom: 22px;
    font-size: .9rem;
    line-height: 1.85;
}

.teal-divider {
    width: 3px;
    height: 36px;
    background-color: var(--primary);
    margin-bottom: 18px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.feature-list li {
    padding: 6px 0;
    font-size: .88rem;
    color: var(--body-text);
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-list li i {
    color: var(--primary);
    font-size: .9rem;
    flex-shrink: 0;
}

/* ===============================================
   SERVICES
   =============================================== */
.services-section {
    background-color: var(--primary);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/colorful-fish.png') center/cover no-repeat;
    opacity: .1;
}

.services-section .section-title h2 {
    color: var(--white);
}

.service-item {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 30px 20px;
    transition: var(--transition);
}

.service-item:hover {
    transform: translateY(-5px);
}

.service-icon {
    width: 170px;
    height: 170px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    transition: var(--transition);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    position: relative;
    overflow: hidden;
}

.service-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0;
    transition: var(--transition);
}

.service-icon-badge {
    position: relative;
    z-index: 2;
    width: 90px;
    height: 90px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.service-icon-badge i {
    font-size: 2rem;
    color: var(--primary);
    transition: var(--transition);
}

.service-item:hover .service-icon {
    transform: scale(1.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

.service-item:hover .service-bg-img {
    opacity: 1;
    transform: scale(1.15);
}

.service-item:hover .service-icon-badge {
    transform: scale(0.75);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}

.service-item h4 {
    color: var(--white);
    font-size: 1.1rem;
    margin-bottom: 14px;
    font-weight: 700;
}

.service-item p {
    color: rgba(255, 255, 255, .85);
    font-size: .88rem;
    line-height: 1.7;
}

/* ===============================================
   STATS
   =============================================== */
.stats-section {
    background-color: var(--dark);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--dark-3) 100%);
    opacity: .08;
}

.stat-item {
    text-align: center;
    padding: 40px 20px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    z-index: 1;
    transition: var(--transition);
}

.stat-item:last-child {
    border-right: none;
}

.stat-item:hover {
    background-color: rgba(41, 169, 177, .08);
}

.stat-icon {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 12px;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-number .counter {
    color: var(--primary);
}

.stat-label {
    color: rgba(255, 255, 255, .6);
    font-size: .75rem;
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ===============================================
   BLOG
   =============================================== */
.blog-section {
    padding: 80px 0;
    background-color: var(--light);
}

.blog-card {
    background-color: var(--white);
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius);
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.blog-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: var(--transition);
    display: block;
}

.blog-card:hover .blog-card-image {
    transform: scale(1.06);
}

.blog-card .image-wrapper {
    overflow: hidden;
    position: relative;
}

.blog-category-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: var(--primary);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: var(--radius);
}

.blog-card-body {
    padding: 22px;
}

.blog-card-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    font-size: .78rem;
    color: var(--body-text);
    flex-wrap: wrap;
}

.blog-card-meta i {
    color: var(--primary);
    margin-right: 4px;
}

.blog-card-body h4 {
    font-size: 1.05rem;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: var(--transition);
}

.blog-card:hover .blog-card-body h4 {
    color: var(--primary);
}

.blog-card-body p {
    font-size: .88rem;
    line-height: 1.7;
    margin-bottom: 18px;
    color: var(--body-text);
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--primary);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}

.btn-read-more:hover {
    color: var(--primary-dark);
    border-color: var(--primary-dark);
    gap: 10px;
}

/* ===============================================
   OVERVIEW / ABOUT
   =============================================== */
.overview-section {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.overview-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .48) 58%, rgba(0, 0, 0, .08) 100%);
    z-index: 1;
}

.overview-section .container-fluid {
    position: relative;
    z-index: 2;
}

.overview-content {
    display: flex;
    align-items: flex-start;
}

.overview-content .vertical-label {
    color: rgba(255, 255, 255, .5);
}

.overview-content .vertical-label::after {
    background-color: var(--primary);
}

.overview-text h2 {
    font-size: 2.2rem;
    color: var(--white);
    margin-bottom: 22px;
    line-height: 1.3;
}

.overview-text p {
    color: rgba(255, 255, 255, .8);
    font-size: .95rem;
    line-height: 1.9;
    margin-bottom: 32px;
}

.overview-text .btn-outline-aqua {
    border-color: rgba(255, 255, 255, .6);
    color: var(--white);
}

.overview-text .btn-outline-aqua:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

/* ===============================================
   TESTIMONIALS
   =============================================== */
.testimonials-section {
    padding: 80px 0;
    background-color: var(--white);
}

.testimonial-item {
    padding: 36px 48px;
}

.testimonial-item .quote-icon {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 18px;
    opacity: .4;
}

.testimonial-item blockquote {
    font-size: 1rem;
    line-height: 1.9;
    font-style: italic;
    color: var(--body-text);
    margin-bottom: 22px;
    border: none;
    padding: 0;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    color: var(--white);
    margin: 0 auto 12px;
}

.testimonial-item .client-name {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--heading-text);
    font-size: 1rem;
}

.testimonial-item .client-role {
    color: var(--primary);
    font-size: .85rem;
    margin-bottom: 10px;
}

.testimonial-stars {
    color: #f0a500;
    font-size: .9rem;
    margin-top: 8px;
}

.testimonials-section .carousel-control-prev,
.testimonials-section .carousel-control-next {
    width: 46px;
    height: 46px;
    background-color: var(--primary);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.testimonials-section .carousel-control-prev {
    left: -23px;
}

.testimonials-section .carousel-control-next {
    right: -23px;
}

/* ===============================================
   GALLERY
   =============================================== */
.gallery-section {
    padding: 80px 0;
    background-color: var(--light);
}

.filter-btn {
    background: transparent;
    border: 2px solid var(--border);
    color: var(--body-text);
    font-family: var(--font-heading);
    font-size: .78rem;
    font-weight: 600;
    padding: 7px 20px;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--radius);
}

.filter-btn:hover,
.filter-btn.active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: var(--radius);
}

.gallery-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: var(--transition);
    display: block;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-video {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: var(--transition);
}

.gallery-item:hover .gallery-video {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 26, 46, 0) 0%, rgba(26, 26, 46, .85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    opacity: 0;
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 48px;
    height: 48px;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.1rem;
    transition: var(--transition);
    opacity: 0;
}

.gallery-item:hover .gallery-zoom {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.gallery-overlay span {
    color: rgba(255, 255, 255, .75);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.gallery-overlay h5 {
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.gallery-col.hidden {
    display: none;
}

.gallery-modal .modal-content {
    background-color: var(--dark);
    border: none;
    border-radius: var(--radius);
}

.gallery-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 20px;
}

.gallery-modal .modal-title {
    color: var(--white);
    font-size: 1rem;
    margin: 0;
}

.modal-cat-label {
    color: var(--primary);
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

/* ===============================================
   CONTACT
   =============================================== */
.contact-section {
    padding: 80px 0;
    background-color: var(--light);
}

.contact-info-card {
    background-color: var(--dark);
    padding: 85px 28px;
    height: 100%;
    border-radius: var(--radius);
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.contact-info-item:first-child {
    padding-top: 0;
}

.contact-info-item:last-of-type {
    border-bottom: none;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: .95rem;
    flex-shrink: 0;
}

.contact-info-item h6 {
    color: var(--white);
    font-size: .83rem;
    margin-bottom: 3px;
}

.contact-info-item p {
    color: rgba(255, 255, 255, .6);
    font-size: .83rem;
    margin: 0;
    line-height: 1.6;
}

.contact-info-item p a {
    color: rgba(255, 255, 255, .6);
}

.contact-info-item p a:hover {
    color: var(--primary);
}

.contact-social {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.contact-social a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .6);
    font-size: .85rem;
    transition: var(--transition);
}

.contact-social a:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.contact-form-card {
    background-color: var(--white);
    padding: 40px 36px;
    box-shadow: var(--shadow-md);
    border-radius: var(--radius);
    height: 100%;
}

.contact-form-card h4 {
    margin-bottom: 26px;
    font-size: 1.4rem;
}

.form-label {
    font-family: var(--font-heading);
    font-size: .78rem;
    font-weight: 600;
    color: var(--heading-text);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.aqua-input {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 11px 14px;
    font-size: .88rem;
    color: var(--heading-text);
    transition: var(--transition);
    font-family: var(--font-body);
}

.aqua-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-glow);
    outline: none;
}

.aqua-input::placeholder {
    color: #bbb;
}

textarea.aqua-input {
    resize: vertical;
    min-height: 120px;
}

.form-success-msg {
    background-color: rgba(41, 169, 177, .12);
    color: var(--primary-dark);
    border: 1px solid var(--primary);
    border-radius: var(--radius);
    padding: 14px 18px;
    font-size: .88rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ===============================================
   FOOTER
   =============================================== */
.footer {
    background-color: var(--dark);
    padding: 70px 0 0;
}

.footer-logo{
    height: auto;
    width: 20%;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-brand i {
    color: var(--primary);
    font-size: 1.8rem;
}

.footer-brand .brand-text {
    color: var(--white);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 2px;
    display: block;
}

.footer-brand .brand-sub-footer {
    color: var(--primary);
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-top: -2px;
}

.footer p {
    color: rgba(255, 255, 255, .5);
    font-size: .86rem;
    line-height: 1.8;
}

.footer h5 {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: var(--primary);
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    font-size: .85rem;
    transition: var(--transition);
}

.footer-social a:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 9px;
}

.footer-links li a {
    color: rgba(255, 255, 255, .5);
    font-size: .86rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-links li a i {
    color: var(--primary);
    font-size: .68rem;
}

.footer-links li a:hover {
    color: var(--primary);
    padding-left: 5px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 14px;
}

.footer-contact-item i {
    color: var(--primary);
    font-size: .95rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-item p {
    color: rgba(255, 255, 255, .5);
    font-size: .84rem;
    margin: 0;
    line-height: 1.6;
}

.footer-contact-item a {
    color: rgba(255, 255, 255, .5);
}

.footer-contact-item a:hover {
    color: var(--primary);
}

.footer-post {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.footer-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-post-img {
    width: 58px;
    height: 48px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: var(--radius);
}

.footer-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.footer-post:hover .footer-post-img img {
    transform: scale(1.1);
}

.footer-post-info a {
    color: rgba(255, 255, 255, .7);
    font-size: .83rem;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin-bottom: 3px;
    transition: var(--transition);
}

.footer-post-info a:hover {
    color: var(--primary);
}

.footer-post-info .post-meta {
    color: rgba(255, 255, 255, .35);
    font-size: .73rem;
}

.footer-post-info .post-meta span {
    color: var(--primary);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding: 20px 0;
    margin-top: 50px;
}

.footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom .copyright {
    color: rgba(255, 255, 255, .4);
    font-size: .8rem;
}

.footer-bottom .copyright a {
    color: var(--primary);
}

.footer-bottom-links {
    color: rgba(255, 255, 255, .35);
    font-size: .8rem;
}

/* ===============================================
   SCROLL TO TOP
   =============================================== */
.scroll-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 1000;
    border: none;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(41, 169, 177, .35);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(41, 169, 177, .4);
}

/* ===============================================
   SCROLL ANIMATIONS
   =============================================== */
.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s ease, transform .8s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity .8s ease, transform .8s ease;
}

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity .8s ease, transform .8s ease;
}

.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* ===============================================
   RESPONSIVE BREAKPOINTS
   =============================================== */

/* ── xl ≤ 1499 ── */
@media(max-width:1499.98px) {
    .hero-cards-panel {
        width: 490px;
        right: 54px;
    }

    .hcp-top-img {
        width: 170px;
        min-width: 170px;
    }
}

/* ── xl → lg (hide cards panel) ── */
@media(max-width:1199.98px) {
    .hero-cards-panel {
        display: none !important;
    }

    .hero-sidebar {
        display: none !important;
    }

    .hero-social {
        left: 28px;
        bottom: 28px;
    }

    .hero-left {
        padding-left: 40px;
    }
}

/* ── md ── */
@media(max-width:991.98px) {
    .hero-content h1 {
        font-size: 2.4rem;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .feature-content {
        padding: 36px 30px;
    }

    .feature-text h2 {
        font-size: 1.65rem;
    }

    .overview-text h2 {
        font-size: 1.9rem;
    }

    .navbar-aquapro {
        padding: 10px 0;
    }

    .navbar-aquapro.scrolled {
        padding: 5px 0;
    }

    .navbar-aquapro .navbar-nav .nav-link {
        padding: 10px 16px;
        font-size: .85rem;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
    }

    .navbar-aquapro .navbar-nav .nav-link::after {
        display: none;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .testimonial-item {
        padding: 28px 24px;
    }

    .contact-form-card {
        padding: 32px 24px;
    }
}

/* ── sm / mobile ── */
@media(max-width:767.98px) {
    .hero-section {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 600px;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding-bottom: 0;
    }

    .hero-slides {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }

    .hero-slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(5, 5, 15, .65) 0%, rgba(5, 5, 15, .45) 50%, rgba(5, 5, 15, .55) 100%);
    }

    .hero-left {
        position: relative;
        z-index: 2;
        padding: 130px 24px 60px;
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: flex-start;
    }

    .hero-content {
        width: 100%;
    }

    .hero-content h1 {
        font-size: 2.6rem;
        line-height: 1.1;
        margin-bottom: 28px;
        color: #fff;
    }

    .hero-content p {
        display: none !important;
    }

    .hero-social {
        display: none !important;
    }

    .scroll-indicator {
        display: none;
    }

    .nav-mobile-search {
        display: none !important;
    }

    /* Feature section stacks on mobile via d-md-none / d-none d-md-grid classes */
    .feature-mobile-text {
        padding: 28px 20px;
    }

    .feature-mobile-text h2 {
        font-size: 1.35rem;
    }

    .feature-mobile-img {
        height: 220px;
    }

    .feature-section {
        padding: 48px 0;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .feature-section {
        padding: 70px 50px;
        width: 100%;
        height: auto;
    }

    .services-section {
        padding: 60px 0;
    }

    .service-icon {
        width: 100px;
        height: 100px;
    }

    .service-icon i {
        font-size: 2.2rem;
    }

    .blog-section {
        padding: 60px 0;
    }

    .blog-card-image {
        height: 200px;
    }

    .overview-section {
        padding: 80px 0;
        background-attachment: scroll;
    }

    .overview-text h2 {
        font-size: 1.5rem;
    }

    .testimonials-section {
        padding: 60px 0;
    }

    .testimonials-section .carousel-control-prev,
    .testimonials-section .carousel-control-next {
        display: none;
    }

    .gallery-section {
        padding: 60px 0;
    }

    .gallery-item img {
        height: 200px;
    }

    .contact-section {
        padding: 60px 0;
    }

    .contact-info-card {
        margin-bottom: 0;
    }

    .contact-form-card {
        padding: 28px 18px;
    }

    .section-title {
        margin-bottom: 36px;
    }

    .section-title h2 {
        font-size: 1.7rem;
    }

    .footer {
        padding: 50px 0 0;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom {
        margin-top: 36px;
    }

    .stat-item {
        padding: 30px 16px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-icon {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: .68rem;
    }
}

/* ── xs ── */
@media(max-width:575.98px) {
    .hero-content h1 {
        font-size: 2.1rem;
    }

    .brand-name {
        font-size: 1.1rem;
    }

    .brand-seahorse {
        width: 70px;
        height: 70px;
    }

    .overview-text h2 {
        font-size: 1.35rem;
    }

    .section-title h2 {
        font-size: 1.55rem;
    }

    .feature-text h2 {
        font-size: 1.3rem;
    }

    .btn-primary-aqua,
    .btn-outline-aqua {
        padding: 11px 26px;
        font-size: .78rem;
    }

    .hcp-top-body h5 {
        font-size: .95rem;
    }

    .hcp-bottom-text h5 {
        font-size: .88rem;
    }

    .footer-social {
        gap: 8px;
    }
}

/* ── tiny ── */
@media(max-width:400px) {
    .hero-content h1 {
        font-size: 1.85rem;
    }

    .stat-item {
        padding: 24px 8px;
    }

    .stat-number {
        font-size: 1.7rem;
    }

    .stat-label {
        font-size: .62rem;
        letter-spacing: .5px;
    }
}
