/*
Theme Name: 7Hills International School
Theme URI: https://7hillskampala.com
Author: MGZ Benjie
Description: A custom WordPress theme for 7Hills International School with a modern, green design.
Version: 1.0.0
License: GPL v2 or later
Text Domain: 7hills
*/

/* ============================================
   GLOBAL RESET & BASE
   ============================================ */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background: #f0f2f5;
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* ============================================
   STICKY HEADER SYSTEM
   ============================================ */
.sticky-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.social-bar {
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 40px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    width: 100%;
    transition: all 0.3s ease;
    min-height: 40px;
    align-items: center;
}

.social-bar a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.social-bar a:hover {
    color: #009933;
}

.nav-main {
    background: white;
    border-bottom: 3px solid #009933;
    padding: 14px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-main.scrolled {
    padding: 6px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* ============================================
   MAIN CONTAINER
   ============================================ */
.main-container {
    font-family: Arial, Helvetica, sans-serif;
    background: white;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    margin-top: 133px;
    position: relative;
    z-index: 1;
}

/* ============================================
   LOGO
   ============================================ */
.logo-area {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo-image-container {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.logo-image-container img,
.logo-image-container .custom-logo,
.logo-image-container .site-logo {
    max-height: 74px;
    max-width: 300px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.custom-logo-link {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
}

.custom-logo-link img {
    max-height: 74px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.nav-main.scrolled .logo-image-container {
    height: 56px;
}

.nav-main.scrolled .logo-image-container img,
.nav-main.scrolled .logo-image-container .custom-logo,
.nav-main.scrolled .logo-image-container .site-logo,
.nav-main.scrolled .custom-logo-link img {
    max-height: 56px;
}

/* ============================================
   NAVIGATION - FIXED ALIGNMENT
   ============================================ */
.nav-main {
    background: white;
    border-bottom: 3px solid #009933;
    padding: 14px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-main.scrolled {
    padding: 6px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Logo */
.logo-area {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* Navigation Wrapper - Menu stays left, button on right */
.nav-links-wrapper {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    margin-left: auto;
}

/* Navigation Links */
.nav-links {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link {
    font-size: 13px;
    color: #333;
    padding: 14px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    background: none;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

.nav-link.active {
    background: #e0e0e0;
    border-radius: 4px;
}

.nav-link:hover {
    color: #009933;
}

/* APPLY NOW Button */
.nav-apply {
    background: #003366;
    color: white !important;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 20px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    margin-left: 12px;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    list-style: none !important;
    white-space: nowrap;
    flex-shrink: 0;
}

.nav-apply:hover {
    background: #002244;
    color: white !important;
}

/* Dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 210px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border-top: 2px solid #009933;
    padding: 6px 0;
    list-style: none;
    margin: 0;
}

.dropdown-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: 10px 16px;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    background: none;
    border: none;
}

.dropdown-menu a:hover {
    background: #f5f5f5;
    color: #009933;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.nav-item:hover .nav-link {
    color: #009933;
}

/* No bullet points */
.nav-links ul,
.nav-links li,
.dropdown-menu ul,
.dropdown-menu li,
.nav-links-wrapper ul,
.nav-links-wrapper li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ============================================
   MOBILE BURGER & NAVIGATION
   ============================================ */
.menu-toggle,
.burger-btn {
    display: none;
}

@media (max-width: 1024px) {
    .burger-btn {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        padding: 10px;
        z-index: 1002;
    }
    .burger-btn span {
        display: block;
        width: 25px;
        height: 3px;
        background: #333;
        border-radius: 2px;
        transition: transform 0.3s, opacity 0.3s;
    }

    .nav-links-wrapper {
        position: static;
        width: auto;
        margin-left: 0;
        flex: 0 1 auto;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        border-top: 1px solid #eee;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, opacity 0.3s ease;
        z-index: 1001;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav-item {
        border-bottom: 1px solid #f5f5f5;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .nav-link {
        padding: 16px 24px;
        width: 100%;
        justify-content: space-between;
        font-size: 14px;
        background: none;
        border: none;
        text-align: left;
        white-space: normal;
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        background: #fafafa;
        padding: 0;
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        list-style: none;
        margin: 0;
    }

    .dropdown-menu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .dropdown-menu a {
        padding: 12px 36px;
        border-left: 3px solid transparent;
        display: block;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
    }

    .dropdown-menu a:hover {
        border-left-color: #009933;
        background: #f0f0f0;
    }

    .nav-item:hover .dropdown-menu {
        max-height: 350px;
    }

    .nav-apply {
        margin: 16px 24px;
        text-align: center;
        display: block;
        width: auto;
    }

    .menu-toggle:checked ~ .nav-links-wrapper .nav-links {
        max-height: 85vh;
        opacity: 1;
        overflow-y: auto;
    }

    .menu-toggle:checked ~ .burger-btn span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background: #009933;
    }
    .menu-toggle:checked ~ .burger-btn span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle:checked ~ .burger-btn span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background: #009933;
    }
}
/* ============================================
   MOBILE BURGER
   ============================================ */
.menu-toggle,
.burger-btn {
    display: none;
}

/* ============================================
   HERO - VIDEO WITH BANNER BELOW
   ============================================ */
.hero-video-wrapper {
    position: relative;
    width: 100%;
    background: #0a200a;
}

.hero-video-container {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: #0a200a;
}

.hero-video-container iframe,
.hero-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.hero-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 12, 0, 0.4);
    z-index: 1;
}

.video-badge {
    position: absolute;
    top: 18px;
    left: 24px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 2;
}

.video-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff3333;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.video-badge span {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mute-btn {
    position: absolute;
    bottom: 16px;
    right: 20px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 6px 14px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s ease;
}

.mute-btn:hover {
    background: rgba(0, 0, 0, 0.75);
}

.hero-banner {
    background: #003366;
    padding: 28px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.hero-banner-content {
    max-width: 900px;
    width: 100%;
}

.hero-banner .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 5px;
    color: #7bc843;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
}

.hero-banner .hero-h1 {
    font-size: 32px;
    font-weight: 900;
    color: white;
    line-height: 1.2;
    font-family: Georgia, serif;
    margin-bottom: 8px;
}

.hero-banner .hero-h1 span {
    color: #ccdd00;
}

.hero-banner .hero-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.hero-banner .hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
}

.hero-banner .btn-primary {
    background: #009933;
    color: white;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.hero-banner .btn-primary:hover {
    background: #007a28;
}

.hero-banner .btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.55);
    color: white;
    font-size: 13px;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-banner .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
}

/* ============================================
   TRUST BAR
   ============================================ */
.trust-bar {
    background: #EDF2F7;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-partners-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

.partners-image {
    max-height: 50px;
    width: auto;
    display: block;
    object-fit: contain;
}

/* ============================================
   SECTION BASE
   ============================================ */
.section {
    padding: 60px 40px;
}

.section-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #009933;
    font-weight: 700;
    margin-bottom: 8px;
}

.section-h2 {
    font-size: 32px;
    font-weight: 900;
    color: #111;
    font-family: Georgia, serif;
    margin-bottom: 20px;
}

/* ============================================
   HEAD OF SCHOOL
   ============================================ */
.hos-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 44px;
    align-items: start;
}

.hos-photo {
    width: 100%;
    height: 340px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(135deg, #b8d4a8 0%, #8dae79 100%);
}

.hos-actual-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hos-photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(0, 35, 0, 0.85) 0%, rgba(0, 35, 0, 0.4) 70%, rgba(0, 35, 0, 0) 100%);
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.hos-photo-name {
    padding: 14px;
    width: 100%;
}

.hos-photo-name p {
    font-size: 13px;
    font-weight: 700;
    color: white;
}

.hos-photo-name span {
    font-size: 11px;
    color: #7bc843;
}

.hos-body {
    font-size: 14px;
    color: #444;
    line-height: 1.85;
}

.hos-body p {
    margin-bottom: 14px;
}

.hos-sig {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.hos-sig-line {
    width: 3px;
    height: 38px;
    background: #009933;
    border-radius: 2px;
}

.hos-sig-name {
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.hos-sig-title {
    font-size: 12px;
    color: #009933;
}

.read-more {
    display: inline-block;
    margin-top: 14px;
    font-size: 13px;
    color: #009933;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.read-more:hover {
    color: #007a28;
}

/* ============================================
   7 REASONS
   ============================================ */
.reasons-section {
    background: #f0f7ea;
    padding: 60px 40px;
}

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

.reasons-grid-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.reasons-grid-bot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.reason-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #cde3be;
    padding: 20px 16px;
    text-align: center;
}

.reason-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #003366;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.reason-title {
    font-size: 13px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 5px;
}

.reason-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

/* ============================================
   BENTO
   ============================================ */
.bento-section {
    padding: 60px 40px;
    background: white;
}

.bento-header {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 32px;
}

.bento-header .section-eyebrow {
    text-align: center;
    margin-bottom: 8px;
}

.bento-header .section-h2 {
    text-align: center;
    margin-bottom: 0;
}

.bento-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr;
    grid-template-rows: 160px 160px;
    gap: 8px;
}

.bento-cell {
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bento-cell.large {
    grid-row: span 2;
}

.bento-cell a {
    position: absolute;
    inset: 0;
    z-index: 3;
    text-decoration: none;
}

.bento-cell img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.bento-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 20, 40, 0.75);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.bento-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 16px 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.bento-label {
    font-size: 13px;
    color: white;
    font-weight: 700;
    display: block;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.bento-hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    width: 90%;
    line-height: 1.4;
}

.bento-cell:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.bento-cell:hover img {
    transform: scale(1.08);
    filter: brightness(0.5) saturate(0.7);
}

.bento-cell:hover .bento-overlay {
    opacity: 1;
}

.bento-cell:hover .bento-caption {
    opacity: 0;
    transform: translateY(10px);
}

.bento-cell:hover .bento-hover-text {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.b1 {
    background: #2a5a2a;
}
.b2 {
    background: #1e4a2a;
}
.b3 {
    background: #3a6a1a;
}
.b4 {
    background: #4a7a3a;
}
.b5 {
    background: #5a8a4a;
}

.bento-footer {
    text-align: center;
    margin-top: 32px;
    padding-top: 8px;
}

.bento-btn {
    display: inline-block;
    background: #009933;
    color: white !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.bento-btn:hover {
    background: #007a28;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 153, 51, 0.3);
    color: white !important;
}

.bento-btn:active {
    transform: translateY(0);
}

/* ============================================
   SCROLLABLE GALLERY
   ============================================ */
.gallery-section {
    padding: 60px 0;
    background: #f8fafc;
    overflow: hidden;
    position: relative;
}

.gallery-header {
    text-align: center;
    padding: 0 40px;
    margin-bottom: 32px;
}

.gallery-header .section-eyebrow {
    text-align: center;
    margin-bottom: 8px;
}

.gallery-header .section-h2 {
    text-align: center;
    margin-bottom: 0;
}

.gallery-track-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gallery-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: galleryScroll var(--scroll-speed, 40s) linear infinite;
    will-change: transform;
}

.gallery-track:hover {
    animation-play-state: paused;
}

.gallery-item {
    flex: 0 0 280px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
}

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

.gallery-item-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
    color: white;
    font-size: 13px;
    font-weight: 600;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.gallery-item:hover .gallery-item-caption {
    transform: translateY(0);
}

@keyframes galleryScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ============================================
   VIDEO SECTION
   ============================================ */
.video-section {
    background: #001505;
    padding: 60px 40px;
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
}

.video-player {
    background: #0a200a;
    border-radius: 12px;
    aspect-ratio: 16/9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(123, 200, 67, 0.25);
    overflow: hidden;
}

.video-player iframe,
.video-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.play-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(123, 200, 67, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.3s;
}

.play-btn:hover {
    transform: scale(1.1);
}

.play-triangle {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #003300;
    margin-left: 5px;
}

.video-caption {
    position: absolute;
    bottom: 12px;
    left: 14px;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 1px;
    z-index: 2;
}

.video-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7bc843;
    font-weight: 700;
    margin-bottom: 10px;
}

.video-h2 {
    font-size: 26px;
    font-weight: 900;
    color: white;
    font-family: Georgia, serif;
    margin-bottom: 16px;
    line-height: 1.3;
}

.video-body {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
    margin-bottom: 20px;
}

.btn-green {
    background: #009933;
    color: white;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 24px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.btn-green:hover {
    background: #007a28;
    color: white;
}

/* ============================================
   TESTIMONIALS - CAROUSEL
   ============================================ */
.testi-section {
    background: #003366;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.testi-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7bc843;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

.testi-h2 {
    font-size: 28px;
    font-weight: 900;
    color: white;
    font-family: Georgia, serif;
    text-align: center;
    margin-bottom: 32px;
}

.testi-carousel-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
    overflow: hidden;
}

.testi-carousel {
    display: flex;
    transition: transform 0.6s ease-in-out;
    gap: 20px;
}

.testi-slide {
    flex: 0 0 calc(50% - 10px);
    min-width: calc(50% - 10px);
    padding: 0 5px;
}

.testi-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.quote-mark {
    font-size: 52px;
    color: #7bc843;
    line-height: 0.7;
    font-family: Georgia, serif;
    margin-bottom: 12px;
    display: block;
}

.testi-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.75;
    margin-bottom: 20px;
    flex: 1;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.testi-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    flex-shrink: 0;
}

.testi-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.av1 {
    background: #7bc843;
    color: #003300;
}
.av2 {
    background: #ccdd00;
    color: #333300;
}

.testi-name {
    font-size: 13px;
    font-weight: 700;
    color: white;
}

.testi-role {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
}

.testi-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.testi-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.testi-dot:hover {
    background: rgba(255, 255, 255, 0.5);
}

.testi-dot.active {
    background: #7bc843;
    transform: scale(1.2);
}

.testi-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    padding: 0;
    line-height: 1;
}

.testi-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.testi-prev {
    left: 0;
}

.testi-next {
    right: 0;
}

/* ============================================
   CTA BAND
   ============================================ */
.cta-band {
    background: #7bc843;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-title {
    font-size: 22px;
    font-weight: 900;
    color: #003300;
    font-family: Georgia, serif;
}

.cta-sub {
    font-size: 13px;
    color: rgba(0, 40, 0, 0.65);
    margin-top: 5px;
}

.cta-btns {
    display: flex;
    gap: 12px;
}

.btn-navy {
    background: #003366;
    color: white;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.btn-navy:hover {
    background: #002244;
    color: white;
}

.btn-ghost {
    background: rgba(0, 0, 0, 0.1);
    color: #003300;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 6px;
    border: 1px solid rgba(0, 40, 0, 0.2);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.btn-ghost:hover {
    background: rgba(0, 0, 0, 0.15);
}

/* ============================================
   FOOTER
   ============================================ */
.footer-main {
    background: #00111e;
    padding: 48px 40px 28px;
    display: grid;
    grid-template-columns: 1.9fr 1fr 1fr 1fr;
    gap: 24px;
}

.footer-logo-name {
    font-size: 14px;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
}

.footer-info {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 2.1;
}

.footer-info a {
    color: #7bc843;
    text-decoration: none;
}

.footer-info a:hover {
    text-decoration: underline;
}

.footer-email {
    color: #7bc843;
}

.footer-hours {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.25);
    margin-top: 12px;
    line-height: 1.8;
}

.footer-socials {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.social-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #7bc843;
}

.footer-col-title {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #7bc843;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-links {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 2.3;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    display: block;
}

.footer-links a:hover {
    color: #7bc843;
}

.footer-bottom {
    background: #000c16;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
}

.footer-copy {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.2);
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */
@media (max-width: 1280px) {
    .social-bar,
    .nav-main,
    .section,
    .reasons-section,
    .bento-section,
    .video-section,
    .testi-section,
    .cta-band,
    .footer-main,
    .footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-container {
        margin-top: 133px;
    }
}

@media (max-width: 1024px) {
    .social-bar {
        display: none;
    }
    .main-container {
        margin-top: 105px;
    }

    .nav-main {
        padding: 14px 20px;
    }
    .nav-main.scrolled {
        padding: 10px 20px;
    }
    .nav-main.scrolled .logo-image-container {
        height: 60px;
    }
    .nav-main.scrolled .logo-image-container img,
    .nav-main.scrolled .logo-image-container .custom-logo,
    .nav-main.scrolled .logo-image-container .site-logo,
    .nav-main.scrolled .custom-logo-link img {
        max-height: 60px !important;
    }

    .burger-btn {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        padding: 10px;
        z-index: 1002;
    }
    .burger-btn span {
        display: block;
        width: 25px;
        height: 3px;
        background: #333;
        border-radius: 2px;
        transition: transform 0.3s, opacity 0.3s;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        border-top: 1px solid #eee;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, opacity 0.3s ease;
        z-index: 1001;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav-item {
        border-bottom: 1px solid #f5f5f5;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .nav-link {
        padding: 16px 24px;
        width: 100%;
        justify-content: space-between;
        font-size: 14px;
        background: none;
        border: none;
        text-align: left;
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        background: #fafafa;
        padding: 0;
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        list-style: none;
        margin: 0;
    }

    .dropdown-menu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .dropdown-menu a {
        padding: 12px 36px;
        border-left: 3px solid transparent;
        display: block;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
    }

    .dropdown-menu a:hover {
        border-left-color: #009933;
        background: #f0f0f0;
    }

    .nav-item:hover .dropdown-menu {
        max-height: 350px;
    }

    .nav-apply {
        margin: 16px 24px;
        text-align: center;
        display: block;
    }

    .menu-toggle:checked~.nav-links {
        max-height: 85vh;
        opacity: 1;
        overflow-y: auto;
    }

    .menu-toggle:checked~.burger-btn span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        background: #009933;
    }
    .menu-toggle:checked~.burger-btn span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle:checked~.burger-btn span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        background: #009933;
    }

    .hero-video-container {
        height: 300px;
    }

    .hero-banner {
        padding: 24px 20px;
    }

    .hero-banner .hero-h1 {
        font-size: 26px;
    }

    .hero-banner .hero-sub {
        font-size: 13px;
    }

    .trust-bar {
        padding: 20px 20px;
    }
    .partners-image {
        max-height: 40px;
    }

    .hos-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .hos-photo {
        height: 380px;
        max-width: 340px;
        margin: 0 auto;
    }

    .reasons-grid-top,
    .reasons-grid-bot {
        grid-template-columns: repeat(2, 1fr);
    }

    .bento-section {
        padding: 40px 20px;
    }
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 140px);
    }
    .bento-cell.large {
        grid-row: span 1;
        grid-column: span 2;
    }
    .bento-hover-text {
        font-size: 13px;
    }
    .bento-header .section-h2 {
        font-size: 28px;
    }
    .bento-btn {
        padding: 10px 26px;
        font-size: 13px;
    }

    .gallery-item {
        flex: 0 0 220px;
        height: 160px;
    }
    .gallery-header {
        padding: 0 20px;
    }
    .gallery-section {
        padding: 40px 0;
    }

    .video-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }

    .testi-carousel-wrapper {
        padding: 0 40px;
    }
    .testi-slide {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
    .testi-arrow {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .cta-band {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .cta-btns {
        width: 100%;
        justify-content: center;
    }

    .footer-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .bento-section {
        padding: 30px 16px;
    }
    .bento-header .section-h2 {
        font-size: 24px;
    }
    .testi-carousel-wrapper {
        padding: 0 30px;
    }
    .testi-slide {
        flex: 0 0 100%;
        min-width: 100%;
    }
    .testi-arrow {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .testi-card {
        padding: 18px;
    }
    .testi-text {
        font-size: 12px;
    }
    .gallery-item {
        flex: 0 0 180px;
        height: 140px;
    }
    .gallery-item-caption {
        font-size: 11px;
        padding: 10px 12px;
    }
    .gallery-section {
        padding: 30px 0;
    }
}

@media (max-width: 600px) {
    .reasons-grid-top,
    .reasons-grid-bot {
        grid-template-columns: 1fr;
    }

    .bento-section {
        padding: 24px 12px;
    }
    .bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 140px);
    }
    .bento-cell.large {
        grid-column: span 1;
    }
    .bento-label {
        font-size: 12px;
    }
    .bento-hover-text {
        font-size: 12px;
        padding: 12px;
    }
    .bento-header .section-h2 {
        font-size: 20px;
    }
    .bento-btn {
        padding: 10px 20px;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }
    .bento-footer {
        margin-top: 24px;
    }

    .gallery-item {
        flex: 0 0 150px;
        height: 120px;
    }
    .gallery-track {
        gap: 10px;
    }
    .gallery-item-caption {
        font-size: 10px;
        padding: 8px 10px;
    }
    .gallery-section {
        padding: 24px 0;
    }
    .gallery-header {
        padding: 0 16px;
        margin-bottom: 24px;
    }

    .hero-video-container {
        height: 220px;
    }
    .hero-banner {
        padding: 20px 16px;
    }
    .hero-banner .hero-h1 {
        font-size: 22px;
    }
    .hero-banner .hero-eyebrow {
        font-size: 10px;
        letter-spacing: 3px;
    }
    .hero-banner .hero-sub {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .hero-banner .hero-btns {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    .hero-banner .btn-primary,
    .hero-banner .btn-outline {
        width: 100%;
        text-align: center;
        padding: 10px 20px;
        font-size: 12px;
    }
    .mute-btn {
        bottom: 10px;
        right: 12px;
        font-size: 10px;
        padding: 4px 10px;
    }

    .testi-carousel-wrapper {
        padding: 0 20px;
    }
    .testi-arrow {
        width: 26px;
        height: 26px;
        font-size: 10px;
    }
    .testi-dot {
        width: 10px;
        height: 10px;
    }

    .cta-btns {
        flex-direction: column;
        width: 100%;
    }
    .btn-navy,
    .btn-ghost {
        width: 100%;
        text-align: center;
    }

    .footer-main {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-socials {
        justify-content: center;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .social-bar {
        padding: 4px 10px;
        gap: 8px;
        min-height: 30px;
    }
    .social-bar a {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .trust-bar {
        padding: 16px 16px;
    }
    .partners-image {
        max-height: 32px;
    }
}

@media (max-width: 480px) {
    .hero-video-container {
        height: 180px;
    }
    .hero-banner .hero-h1 {
        font-size: 18px;
    }
    .hero-banner .hero-sub {
        font-size: 11px;
    }
    .hero-banner .hero-eyebrow {
        font-size: 9px;
        letter-spacing: 2px;
    }
    .hero-banner {
        padding: 16px 12px;
    }
}