﻿
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Segoe UI',sans-serif;
    color: #1a1a1a;
    background: #fff
}

a {
    text-decoration: none;
    color: inherit
}

.btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all .2s
}

.btn-primary {
    background: #1a7a4a;
    color: #fff
}

    .btn-primary:hover {
        background: #155f39
    }

.btn-outline {
    background: transparent;
    color: #1a7a4a;
    border: 1.5px solid #1a7a4a
}

    .btn-outline:hover {
        background: #f0faf4
    }

#site-view, #admin-view {
    display: none
}

    #site-view.active, #admin-view.active {
        display: block
    }
.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-img {
    width: 146px;
    height: 47px;
    object-fit: contain;
    display: block;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 5%;
    border-bottom: 0.5px solid #e5e5e5;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    gap: 42px;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px
}

.logo-icon {
    width: 36px;
    height: 36px;
    background: #1a7a4a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .logo-icon svg {
        width: 20px;
        height: 20px;
        fill: #fff
    }

.logo-text {
    font-size: 19px;
    font-weight: 600;
    color: #1a7a4a
}

    .logo-text span {
        color: #c8a84b
    }

nav ul {
    display: flex;
    gap: 22px;
    list-style: none
}

    nav ul a {
        font-size: 13px;
        color: #444;
        transition: .2s
    }

        nav ul a:hover {
            color: #1a7a4a
        }

.nav-right {
    display: flex;
    gap: 8px;
    align-items: center
}

.hero {
    padding: 70px 5% 50px;
    text-align: center;
    background: #f7fcf9
}

.hero-badge {
    display: inline-block;
    background: #f0faf4;
    border: 1px solid #b8dfc8;
    color: #1a7a4a;
    font-size: 12px;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 18px
}

.hero h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 580px;
    margin: 0 auto 14px
}

    .hero h1 span {
        color: #1a7a4a
    }

.hero p {
    font-size: 16px;
    color: #555;
    max-width: 460px;
    margin: 0 auto 28px;
    line-height: 1.7
}

.hero-btns {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap
}

.hero-trust {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #666
}

    .trust-item svg {
        width: 14px;
        height: 14px;
        fill: #1a7a4a
    }

.section {
    padding: 56px 5%
}

.section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 6px
}

.section-sub {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 40px
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 20px;
    max-width: 780px;
    margin: 0 auto
}

.step {
    text-align: center;
    padding: 24px 16px
}

.step-num {
    width: 44px;
    height: 44px;
    background: #1a7a4a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    margin: 0 auto 14px
}

.step h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px
}

.step p {
    font-size: 13px;
    color: #666;
    line-height: 1.6
}

.pkg-tabs {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 32px;
    flex-wrap: wrap
}

.pkg-tab {
    padding: 8px 18px;
    border-radius: 20px;
    border: 1.5px solid #ddd;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: #555;
    transition: .2s
}

    .pkg-tab.active {
        background: #1a7a4a;
        color: #fff;
        border-color: #1a7a4a
    }

.tab-panel {
    display: none
}

    .tab-panel.active {
        display: block
    }

.packages-bg {
    background: #fafafa;
    padding: 56px 5%
}

.packages {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(210px,1fr));
    gap: 18px;
    max-width: 940px;
    margin: 0 auto
}

.pkg-card {
    background: #fff;
    border: 0.5px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    position: relative
}

    .pkg-card.featured {
        border: 2px solid #1a7a4a
    }

.pkg-badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a7a4a;
    color: #fff;
    font-size: 11px;
    padding: 2px 12px;
    border-radius: 20px;
    white-space: nowrap
}

.pkg-icon {
    font-size: 26px;
    margin-bottom: 8px
}

.pkg-card h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px
}

.pkg-card p {
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.6
}

.pkg-price {
    font-size: 22px;
    font-weight: 700;
    color: #1a7a4a;
    margin-bottom: 4px
}

    .pkg-price span {
        font-size: 12px;
        font-weight: 400;
        color: #888
    }

.pkg-goats {
    display: inline-block;
    background: #f0faf4;
    color: #1a7a4a;
    font-size: 11px;
    padding: 2px 9px;
    border-radius: 10px;
    margin-bottom: 10px
}

.pkg-features {
    list-style: none;
    margin-bottom: 14px
}

    .pkg-features li {
        font-size: 12px;
        color: #555;
        padding: 2px 0;
        display: flex;
        align-items: center;
        gap: 5px
    }

        .pkg-features li::before {
            content: '✓';
            color: #1a7a4a;
            font-weight: 600
        }

/* ===== GALLERY ===== */
.gallery-section {
    padding: 56px 5%;
    background: #fff
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    gap: 12px;
    max-width: 1000px;
    margin: 0 auto
}

.gallery-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #e8f5ee
}

    .gallery-item:first-child {
        grid-column: span 2;
        grid-row: span 2
    }

    .gallery-item:nth-child(5) {
        grid-column: span 2
    }

.gallery-placeholder {
    width: 100%;
    height: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#e8f5ee,#c8e6d4);
    transition: .3s;
    gap: 8px
}

.gallery-item:first-child .gallery-placeholder {
    min-height: 320px
}

.gallery-item:nth-child(5) .gallery-placeholder {
    min-height: 140px
}

.gallery-placeholder .g-icon {
    font-size: 28px
}

.gallery-placeholder .g-label {
    font-size: 12px;
    color: #1a7a4a;
    font-weight: 500;
    text-align: center;
    padding: 0 12px
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26,122,74,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    opacity: 0
}

.gallery-item:hover .gallery-overlay {
    background: rgba(26,122,74,.3);
    opacity: 1
}

.gallery-item:hover .gallery-placeholder {
    filter: brightness(.9)
}

.gallery-overlay span {
    color: #fff;
    font-size: 24px
}

.gallery-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    z-index: 300;
    align-items: center;
    justify-content: center
}

    .gallery-lightbox.show {
        display: flex
    }

.lightbox-content {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative
}

.lightbox-close {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 20px;
    cursor: pointer;
    color: #888;
    background: none;
    border: none
}

.lightbox-img {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg,#e8f5ee,#c8e6d4);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin-bottom: 14px
}

.lightbox-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px
}

.lightbox-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    padding: 56px 5%;
    background: #f7fcf9
}

.testimonials-wrapper {
    max-width: 960px;
    margin: 0 auto;
    position: relative
}

.testimonials-track {
    display: flex;
    gap: 20px;
    overflow: hidden
}

.testimonials-slider {
    display: flex;
    gap: 20px;
    transition: transform .4s ease;
    width: 100%
}

.testi-card {
    background: #fff;
    border: 0.5px solid #e0e0e0;
    border-radius: 14px;
    padding: 24px;
    min-width: calc(33.333% - 14px);
    flex-shrink: 0
}

.testi-stars {
    color: #f0c040;
    font-size: 16px;
    margin-bottom: 10px
}

.testi-text {
    font-size: 13px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 16px;
    font-style: italic
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 10px
}

.testi-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg,#1a7a4a,#2ecc71);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0
}

.testi-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a
}

.testi-meta {
    font-size: 11px;
    color: #888
}

.testi-type {
    display: inline-block;
    background: #f0faf4;
    color: #1a7a4a;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 10px;
    margin-top: 3px
}

.testi-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px
}

.testi-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #1a7a4a;
    background: #fff;
    color: #1a7a4a;
    font-size: 16px;
    cursor: pointer;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

    .testi-btn:hover {
        background: #1a7a4a;
        color: #fff
    }

.testi-dots {
    display: flex;
    gap: 6px
}

.testi-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: .2s
}

    .testi-dot.active {
        background: #1a7a4a;
        width: 20px;
        border-radius: 4px
    }

.rating-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 36px;
    flex-wrap: wrap
}

.rating-big {
    text-align: center
}

    .rating-big .num {
        font-size: 48px;
        font-weight: 700;
        color: #1a7a4a;
        line-height: 1
    }

    .rating-big .stars {
        color: #f0c040;
        font-size: 18px;
        margin: 4px 0
    }

    .rating-big .count {
        font-size: 12px;
        color: #888
    }

.rating-bars {
    flex: 1;
    max-width: 280px
}

.rating-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px
}

    .rating-bar-row span:first-child {
        font-size: 11px;
        color: #888;
        width: 30px
    }

.rating-bar-track {
    flex: 1;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden
}

.rating-bar-fill {
    height: 100%;
    background: #1a7a4a;
    border-radius: 3px
}

.rating-bar-row span:last-child {
    font-size: 11px;
    color: #888;
    width: 24px;
    text-align: right
}

/* BOOKING */
.booking {
    padding: 56px 5%;
    max-width: 680px;
    margin: 0 auto
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px
}

    .form-group.full {
        grid-column: 1/-1
    }

label {
    font-size: 12px;
    font-weight: 500;
    color: #444
}

input, select, textarea {
    padding: 9px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 13px;
    color: #1a1a1a;
    outline: none;
    transition: .2s;
    width: 100%;
    background: #fff
}

    input:focus, select:focus {
        border-color: #1a7a4a;
        box-shadow: 0 0 0 3px rgba(26,122,74,.1)
    }

.divider {
    height: 1px;
    background: #eee;
    margin: 20px 0
}

.section-label {
    font-size: 12px;
    font-weight: 600;
    color: #1a7a4a;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 14px
}

.pay-btn {
    width: 100%;
    padding: 13px;
    background: #1a7a4a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 6px;
    transition: .2s
}

    .pay-btn:hover {
        background: #155f39
    }

.pay-note {
    text-align: center;
    font-size: 11px;
    color: #888;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

/* WHATSAPP */
.wa-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 54px;
    height: 54px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37,211,102,.4);
    z-index: 150;
    cursor: pointer;
    transition: .2s
}

    .wa-btn:hover {
        transform: scale(1.1)
    }

    .wa-btn svg {
        width: 28px;
        height: 28px;
        fill: #fff
    }

/* RECEIPT MODAL */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 200;
    align-items: center;
    justify-content: center
}

    .modal-overlay.show {
        display: flex
    }

.modal {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    max-width: 460px;
    width: 92%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #888
}

.receipt-logo {
    text-align: center;
    margin-bottom: 16px
}

    .receipt-logo h2 {
        color: #1a7a4a;
        font-size: 20px;
        font-weight: 700
    }

    .receipt-logo p {
        color: #888;
        font-size: 12px
    }

.receipt-id {
    background: #f0faf4;
    border: 1px dashed #b8dfc8;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    margin-bottom: 16px
}

    .receipt-id p {
        font-size: 11px;
        color: #666
    }

    .receipt-id strong {
        font-size: 17px;
        color: #1a7a4a;
        font-weight: 700
    }

.receipt-row {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 0.5px solid #f0f0f0;
    font-size: 13px
}

    .receipt-row:last-child {
        border: none
    }

    .receipt-row span:first-child {
        color: #666
    }

.receipt-total {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 700;
    color: #1a7a4a;
    border-top: 2px solid #1a7a4a;
    margin-top: 6px
}

.cert-notice {
    background: #fffbea;
    border: 1px solid #f0c040;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    color: #7a5c00;
    margin-top: 14px;
    text-align: center
}

    .cert-notice strong {
        display: block;
        margin-bottom: 3px
    }

.download-btn {
    width: 100%;
    padding: 11px;
    background: #1a7a4a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 14px
}

/* FOOTER */
footer {
    background: #0f2d1c;
    color: #ccc;
    padding: 44px 5% 22px
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
    gap: 28px;
    margin-bottom: 28px
}

.footer-brand h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px
}

    .footer-brand h3 span {
        color: #c8a84b
    }

.footer-brand p {
    font-size: 12px;
    line-height: 1.7
}

.footer-col h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px
}

.footer-col ul {
    list-style: none
}

    .footer-col ul li {
        font-size: 12px;
        padding: 3px 0;
        cursor: pointer;
        transition: .2s
    }

        .footer-col ul li:hover {
            color: #fff
        }

.footer-bottom {
    border-top: 1px solid #1f4a2e;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 11px;
    color: #888
}

/* ===== ADMIN ===== */
.admin-layout {
    display: flex;
    min-height: 100vh
}

.admin-sidebar {
    width: 220px;
    background: #0f2d1c;
    padding: 0;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto
}

.admin-logo {
    padding: 20px 16px;
    border-bottom: 1px solid #1f4a2e
}

    .admin-logo h2 {
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }

        .admin-logo h2 span {
            color: #c8a84b
        }

    .admin-logo p {
        color: #888;
        font-size: 11px;
        margin-top: 2px
    }

.sidebar-menu {
    list-style: none;
    padding: 12px 0
}

    .sidebar-menu li a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 16px;
        color: #aaa;
        font-size: 13px;
        cursor: pointer;
        transition: .2s;
        text-decoration: none
    }

        .sidebar-menu li a:hover, .sidebar-menu li a.active {
            background: #1f4a2e;
            color: #fff
        }

        .sidebar-menu li a span {
            font-size: 15px
        }

.admin-main {
    flex: 1;
    background: #f5f5f5;
    overflow-y: auto
}

.admin-topbar {
    background: #fff;
    padding: 14px 24px;
    border-bottom: 0.5px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .admin-topbar h1 {
        font-size: 18px;
        font-weight: 600
    }

.admin-content {
    padding: 24px
}

.admin-panel {
    display: none
}

    .admin-panel.active {
        display: block
    }

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    gap: 16px;
    margin-bottom: 24px
}

.stat-card {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    border: 0.5px solid #e0e0e0
}

    .stat-card .label {
        font-size: 12px;
        color: #888;
        margin-bottom: 6px
    }

    .stat-card .value {
        font-size: 26px;
        font-weight: 600;
        color: #1a7a4a
    }

    .stat-card .sub {
        font-size: 11px;
        color: #aaa;
        margin-top: 4px
    }

.card {
    background: #fff;
    border-radius: 10px;
    border: 0.5px solid #e0e0e0;
    overflow: hidden;
    margin-bottom: 20px
}

.card-header {
    padding: 14px 18px;
    border-bottom: 0.5px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .card-header h3 {
        font-size: 15px;
        font-weight: 600
    }

table {
    width: 100%;
    border-collapse: collapse
}

th {
    background: #fafafa;
    padding: 10px 14px;
    font-size: 11px;
    font-weight: 600;
    color: #888;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .4px;
    border-bottom: 0.5px solid #eee
}

td {
    padding: 10px 14px;
    font-size: 13px;
    border-bottom: 0.5px solid #f5f5f5;
    vertical-align: middle
}

tr:last-child td {
    border: none
}

.status-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500
}

.status-confirmed {
    background: #f0faf4;
    color: #1a7a4a
}

.status-pending {
    background: #fff8ec;
    color: #8a5c00
}

.status-done {
    background: #e8f4fd;
    color: #1a5276
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(270px,1fr));
    gap: 16px
}

.pricing-card {
    background: #fff;
    border: 0.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 18px
}

    .pricing-card h4 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 4px
    }

    .pricing-card p {
        font-size: 12px;
        color: #888;
        margin-bottom: 12px
    }

.price-input-row {
    display: flex;
    align-items: center;
    gap: 8px
}

.price-prefix {
    font-size: 15px;
    font-weight: 600;
    color: #555
}

.price-input-row input {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #1a7a4a;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 7px 10px
}

.save-price-btn {
    padding: 7px 14px;
    background: #1a7a4a;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer
}

.settings-grid {
    display: grid;
    gap: 16px
}

.settings-card {
    background: #fff;
    border: 0.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px
}

    .settings-card h4 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 14px;
        padding-bottom: 10px;
        border-bottom: 0.5px solid #eee
    }

.setting-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 12px
}

    .setting-row label {
        font-size: 12px;
        font-weight: 500;
        color: #555
    }

    .setting-row input, .setting-row textarea, .setting-row select {
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 13px;
        outline: none;
        width: 100%
    }

    .setting-row textarea {
        resize: vertical;
        min-height: 70px
    }

.toggle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

    .toggle-row label {
        font-size: 13px;
        color: #333
    }

.toggle {
    position: relative;
    width: 40px;
    height: 22px
}

    .toggle input {
        opacity: 0;
        width: 0;
        height: 0
    }

.toggle-slider {
    position: absolute;
    inset: 0;
    background: #ddd;
    border-radius: 22px;
    cursor: pointer;
    transition: .3s
}

    .toggle-slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 3px;
        bottom: 3px;
        background: #fff;
        border-radius: 50%;
        transition: .3s
    }

.toggle input:checked + .toggle-slider {
    background: #1a7a4a
}

    .toggle input:checked + .toggle-slider:before {
        transform: translateX(18px)
    }

.save-settings-btn {
    padding: 10px 22px;
    background: #1a7a4a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px
}

/* ADMIN GALLERY MANAGER */
.gallery-admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    gap: 14px;
    margin-bottom: 20px
}

.gallery-admin-card {
    background: #fff;
    border: 0.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 14px
}

.gallery-admin-thumb {
    width: 100%;
    height: 90px;
    background: linear-gradient(135deg,#e8f5ee,#c8e6d4);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 10px
}

.gallery-admin-card input {
    font-size: 12px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 6px
}

.gallery-admin-card select {
    font-size: 12px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 8px
}

.gallery-admin-card .del-btn {
    font-size: 11px;
    padding: 5px 10px;
    background: #fee2e2;
    color: #e53e3e;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%
}

.add-gallery-btn {
    padding: 10px 20px;
    background: #1a7a4a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer
}

/* ADMIN TESTIMONIAL MANAGER */
.testi-admin-list {
    display: grid;
    gap: 14px;
    margin-bottom: 20px
}

.testi-admin-card {
    background: #fff;
    border: 0.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 16px
}

    .testi-admin-card .row2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 8px
    }

    .testi-admin-card textarea {
        width: 100%;
        font-size: 12px;
        padding: 7px 10px;
        border: 1px solid #ddd;
        border-radius: 6px;
        resize: vertical;
        min-height: 60px;
        margin-bottom: 8px
    }

    .testi-admin-card input, .testi-admin-card select {
        font-size: 12px;
        padding: 6px 10px;
        border: 1px solid #ddd;
        border-radius: 6px;
        width: 100%
    }

    .testi-admin-card .del-btn {
        font-size: 11px;
        padding: 5px 10px;
        background: #fee2e2;
        color: #e53e3e;
        border: none;
        border-radius: 5px;
        cursor: pointer
    }

    .testi-admin-card .save-btn {
        font-size: 11px;
        padding: 5px 10px;
        background: #1a7a4a;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-right: 6px
    }

.add-testi-btn {
    padding: 10px 20px;
    background: #1a7a4a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer
}

@media(max-width:680px) {
    .hero h1 {
        font-size: 26px
    }

    .form-grid {
        grid-template-columns: 1fr
    }

    .form-group.full {
        grid-column: 1
    }

    nav ul {
        display: none
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr
    }

    .gallery-item:first-child {
        grid-column: span 2
    }

    .gallery-item:nth-child(5) {
        grid-column: span 2
    }

    .testi-card {
        min-width: calc(100% - 0px)
    }
}

