/* =========================================================
   Green Pakistan - Theme stylesheet
   Green & white, Pakistan flag inspired NGO/welfare look
   ========================================================= */

:root {
    --pk-green: #01411C;
    --pk-green-mid: #0a6b35;
    --pk-green-light: #0a8754;
    --pk-white: #ffffff;
    --pk-gold: #e8c84a;          /* accent, like the crescent */
    --pk-light-bg: #f4faf6;

    --pk-text: #1c2b22;
    --pk-muted: #5c6b62;
    --pk-radius: 14px;
    --pk-shadow: 0 6px 22px rgba(1, 65, 28, 0.10);
    --pk-shadow-hover: 0 14px 34px rgba(1, 65, 28, 0.18);
}

/* ---------- Base ---------- */
* {
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
    color: var(--pk-text);
    background-color: var(--pk-white);
    line-height: 1.65;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

a {
    color: var(--pk-green-light);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--pk-green);
}

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

/* ---------- Navbar ---------- */
.navbar.pk-navbar {
    background-color: var(--pk-green);
    box-shadow: 0 2px 12px rgba(1, 65, 28, 0.25);
}

.pk-navbar .navbar-brand {
    display: flex;
    align-items: center;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.pk-navbar .navbar-brand .pk-logo {
    height: 48px;
    width: auto;
    max-width: 180px;
    display: block;
    object-fit: contain;
}

.pk-navbar .navbar-brand:hover .pk-logo {
    opacity: 0.92;
}

@media (max-width: 575.98px) {
    .pk-navbar .navbar-brand .pk-logo {
        height: 40px;
        max-width: 150px;
    }
}

.pk-navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
    position: relative;
    transition: color 0.2s ease;
}

.pk-navbar .navbar-nav .nav-link:hover,
.pk-navbar .navbar-nav .nav-link:focus,
.pk-navbar .navbar-nav .nav-link.active {
    color: var(--pk-gold);
}

.pk-navbar .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0.95rem;
    right: 0.95rem;
    bottom: 2px;
    height: 2px;
    background: var(--pk-gold);
    border-radius: 2px;
}

.pk-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.4);
}

.pk-navbar .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='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ---------- Buttons ---------- */
.btn-pk-green {
    background-color: var(--pk-green);
    border: 2px solid var(--pk-green);
    color: var(--pk-white);
    font-weight: 700;
    border-radius: 50px;
    padding: 0.55rem 1.5rem;
    transition: all 0.2s ease;
}

.btn-pk-green:hover,
.btn-pk-green:focus {
    background-color: var(--pk-green-light);
    border-color: var(--pk-green-light);
    color: var(--pk-white);
    box-shadow: var(--pk-shadow);
}

.btn-pk-outline {
    background-color: transparent;
    border: 2px solid var(--pk-green);
    color: var(--pk-green);
    font-weight: 700;
    border-radius: 50px;
    padding: 0.55rem 1.5rem;
    transition: all 0.2s ease;
}

.btn-pk-outline:hover,
.btn-pk-outline:focus {
    background-color: var(--pk-green);
    color: var(--pk-white);
}

/* ---------- Hero ---------- */
.pk-hero {
    background: linear-gradient(135deg, var(--pk-green) 0%, var(--pk-green-mid) 55%, var(--pk-green-light) 100%);
    color: var(--pk-white);
    padding: 6rem 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pk-hero::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(232, 200, 74, 0.18) 0%, transparent 70%);
    border-radius: 50%;
}

.pk-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.pk-hero p {
    font-size: 1.2rem;
    max-width: 640px;
    color: rgba(255, 255, 255, 0.92);
}

.pk-hero .btn-pk-green {
    background-color: var(--pk-white);
    border-color: var(--pk-white);
    color: var(--pk-green);
}

.pk-hero .btn-pk-green:hover {
    background-color: var(--pk-gold);
    border-color: var(--pk-gold);
    color: var(--pk-green);
}

/* ---------- Sections ---------- */
.pk-section {
    padding: 4rem 0;
}

.pk-section.bg-light-green {
    background-color: var(--pk-light-bg);
}

.pk-section-heading {
    color: var(--pk-green);
    font-weight: 800;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    padding-bottom: 0.6rem;
}

.pk-section-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    border-radius: 4px;
    background: var(--pk-gold);
}

.pk-section-heading.text-center {
    display: block;
}

.pk-section-heading.text-center::after {
    left: 50%;
    transform: translateX(-50%);
}

/* ---------- Cards ---------- */
.pk-card {
    background-color: var(--pk-white);
    border: 1px solid rgba(1, 65, 28, 0.08);
    border-top: 4px solid var(--pk-green-light);
    border-radius: var(--pk-radius);
    box-shadow: var(--pk-shadow);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

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

.pk-card .card-body {
    padding: 1.3rem;
}

.pk-card .card-title {
    color: var(--pk-green);
    font-weight: 700;
}

.pk-card img {
    width: 100%;
    object-fit: cover;
}

/* ---------- Progress bars ---------- */
.pk-progress {
    height: 14px;
    background-color: rgba(1, 65, 28, 0.10);
    border-radius: 50px;
    overflow: hidden;
}

.pk-progress .progress-bar,
.progress-bar.pk-fill {
    background: linear-gradient(90deg, var(--pk-green-mid), var(--pk-green-light));
    color: var(--pk-white);
    font-size: 0.7rem;
    font-weight: 700;
}

/* ---------- Gallery grid ---------- */
.pk-gallery-item {
    border-radius: var(--pk-radius);
    overflow: hidden;
    box-shadow: var(--pk-shadow);
    position: relative;
    display: block;
}

.pk-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

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

.pk-gallery-item .pk-gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.7rem 1rem;
    color: var(--pk-white);
    background: linear-gradient(transparent, rgba(1, 65, 28, 0.85));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pk-gallery-item:hover .pk-gallery-caption {
    opacity: 1;
}

/* ---------- Footer ---------- */
.pk-footer {
    background-color: var(--pk-green);
    color: rgba(255, 255, 255, 0.85);
    padding: 3.5rem 0 0;
    margin-top: auto;
}

.pk-footer .pk-footer-logo {
    height: 42px;
    width: auto;
    max-width: 160px;
    display: block;
    object-fit: contain;
}

.pk-footer h5 {
    color: var(--pk-white);
    font-weight: 700;
    margin-bottom: 1.1rem;
}

.pk-footer a {
    color: var(--pk-gold);
}

.pk-footer a:hover {
    color: var(--pk-white);
}

.pk-footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.pk-footer ul li {
    margin-bottom: 0.5rem;
}

.pk-footer .pk-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 2.5rem;
    padding: 1.2rem 0;
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

/* ---------- Utility ---------- */
.text-pk-green {
    color: var(--pk-green) !important;
}

.bg-pk-green {
    background-color: var(--pk-green) !important;
}

.pk-page-title {
    color: var(--pk-green);
    font-weight: 800;
}

/* =========================================================
   Home & About page components
   ========================================================= */

.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: #01411C;
    padding: 100px 0 80px;
    overflow: hidden;
}

.hero-section > .container,
.hero-content {
    position: relative;
    z-index: 2;
}

/* Full-bleed looping hero video — covers entire section */
.hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-video__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.hero-video__overlay {
    position: absolute;
    inset: 0;
    /* Soft green tint so text stays readable over the video */
    background: linear-gradient(
        180deg,
        rgba(1, 40, 18, 0.55) 0%,
        rgba(1, 65, 28, 0.50) 45%,
        rgba(1, 40, 18, 0.65) 100%
    );
}

@media (prefers-reduced-motion: reduce) {
    .hero-video__media {
        display: none;
    }
}

.hero-stats span {
    display: inline-block;
    margin: 0 20px;
    font-weight: 700;
    font-size: 1.1rem;
}

.section-title {
    color: var(--pk-green);
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--pk-gold);
    margin: 10px auto 0;
}

.impact-section {
    background: var(--pk-green);
    color: white;
}

.impact-section .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--pk-gold);
}

.plant-card img {
    height: 200px;
    object-fit: cover;
}

.gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

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

/* =========================================================
   Gallery & Media page
   ========================================================= */

.gm-hero {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0 5rem;
    color: #fff;
    background: linear-gradient(145deg, #012810 0%, var(--pk-green) 42%, var(--pk-green-mid) 78%, #0d8f4a 100%);
}

.gm-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 85% 15%, rgba(232, 200, 74, 0.18), transparent 55%),
        radial-gradient(ellipse 50% 40% at 10% 90%, rgba(255, 255, 255, 0.06), transparent 50%);
    pointer-events: none;
}

.gm-hero__leaf {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 40% 60% 55% 45%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
    animation: gmDrift 12s ease-in-out infinite;
}

.gm-hero__leaf--1 {
    top: -40px;
    left: -30px;
    transform: rotate(-18deg);
}

.gm-hero__leaf--2 {
    right: 4%;
    bottom: 10%;
    width: 140px;
    height: 140px;
    animation-delay: -4s;
    animation-duration: 16s;
}

@keyframes gmDrift {
    0%, 100% { transform: translateY(0) rotate(-18deg); }
    50% { transform: translateY(18px) rotate(-8deg); }
}

.gm-hero__brand {
    display: inline-block;
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--pk-gold);
    animation: gmRise 0.7s ease both;
}

.gm-hero__title {
    margin: 0 0 0.85rem;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    animation: gmRise 0.75s 0.08s ease both;
}

.gm-hero__lead {
    max-width: 34rem;
    margin: 0 auto 2rem;
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.88);
    animation: gmRise 0.75s 0.16s ease both;
}

.gm-hero__switch {
    display: inline-flex;
    gap: 0.4rem;
    padding: 0.35rem;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    animation: gmRise 0.75s 0.24s ease both;
}

.gm-switch-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.92rem;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.gm-switch-btn i {
    font-size: 0.85rem;
    opacity: 0.9;
}

.gm-switch-btn em {
    font-style: normal;
    font-size: 0.75rem;
    min-width: 1.5rem;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
}

.gm-switch-btn:hover {
    color: #fff;
}

.gm-switch-btn.active {
    background: #fff;
    color: var(--pk-green);
}

.gm-switch-btn.active em {
    background: rgba(1, 65, 28, 0.1);
    color: var(--pk-green);
}

.gm-hero__wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    line-height: 0;
}

.gm-hero__wave svg {
    display: block;
    width: 100%;
    height: 56px;
}

@keyframes gmRise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.gm-body {
    background: var(--pk-light-bg);
    padding: 2.5rem 0 4.5rem;
}

.gm-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.75rem;
}

.gm-chip {
    border: 1px solid rgba(1, 65, 28, 0.18);
    background: #fff;
    color: var(--pk-green);
    font-weight: 600;
    font-size: 0.86rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.gm-chip:hover {
    border-color: var(--pk-green-mid);
    transform: translateY(-1px);
}

.gm-chip.active {
    background: var(--pk-green);
    border-color: var(--pk-green);
    color: #fff;
}

.gm-mosaic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0.9rem;
}

.gm-tile {
    grid-column: span 4;
    min-height: 230px;
    border-radius: 18px;
    overflow: hidden;
    animation: gmRise 0.7s ease both;
}

.gm-tile.is-hidden {
    display: none;
}

.gm-tile--wide {
    grid-column: span 8;
    min-height: 280px;
}

.gm-tile--tall {
    min-height: 320px;
}

.gm-tile__hit {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    padding: 0;
    border: 0;
    background: #0b2e1a;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
}

.gm-tile__hit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

.gm-tile__hit:hover img,
.gm-tile__hit:focus-visible img {
    transform: scale(1.08);
    filter: brightness(1.05);
}

.gm-tile__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(1, 30, 14, 0.78) 100%);
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.gm-tile__hit:hover .gm-tile__shade {
    opacity: 1;
}

.gm-tile__meta {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
    color: #fff;
    transform: translateY(6px);
    transition: transform 0.3s ease;
}

.gm-tile__hit:hover .gm-tile__meta {
    transform: translateY(0);
}

.gm-tile__cat {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pk-gold);
}

.gm-tile__title {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
}

.gm-tile__zoom {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    z-index: 1;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.gm-tile__hit:hover .gm-tile__zoom {
    opacity: 1;
    transform: scale(1);
}

.gm-empty {
    text-align: center;
    padding: 4rem 1.5rem;
    background: #fff;
    border-radius: 20px;
    border: 1px dashed rgba(1, 65, 28, 0.2);
}

.gm-empty__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(1, 65, 28, 0.08);
    color: var(--pk-green);
    font-size: 1.4rem;
}

.gm-empty h2 {
    color: var(--pk-green);
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.gm-empty p {
    color: var(--pk-muted);
    margin: 0;
}

.gm-feature {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 1.75rem;
    align-items: center;
    margin-bottom: 2.75rem;
    padding: 1.25rem;
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--pk-shadow);
}

.gm-feature__player {
    min-width: 0;
}

.gm-feature__copy {
    padding: 0.5rem 0.75rem 0.5rem 0;
}

.gm-feature__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pk-green-light);
}

.gm-feature__copy h2 {
    margin: 0 0 0.85rem;
    color: var(--pk-green);
    font-weight: 800;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    line-height: 1.25;
}

.gm-feature__copy p {
    margin: 0;
    color: var(--pk-muted);
}

.gm-feature__fallback {
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b2e1a;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 2rem;
}

.gm-section-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.gm-section-head h3 {
    margin: 0;
    color: var(--pk-green);
    font-weight: 800;
    font-size: 1.2rem;
    white-space: nowrap;
}

.gm-section-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, var(--pk-gold), transparent);
}

.gm-videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
}

.gm-vcard {
    animation: gmRise 0.7s ease both;
}

.gm-vcard__thumb {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #0b2e1a;
    cursor: pointer;
}

.gm-vcard__thumb img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease, filter 0.3s ease;
}

.gm-vcard__thumb:hover img {
    transform: scale(1.06);
    filter: brightness(0.9);
}

.gm-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gm-play i {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--pk-green);
    font-size: 0.95rem;
    padding-left: 3px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, background 0.2s ease;
}

.gm-vcard__thumb:hover .gm-play i {
    transform: scale(1.08);
    background: var(--pk-gold);
}

.gm-vcard__body {
    padding: 0.9rem 0.15rem 0.25rem;
}

.gm-vcard__body h4 {
    margin: 0 0 0.35rem;
    color: var(--pk-green);
    font-size: 1.02rem;
    font-weight: 700;
}

.gm-vcard__body p {
    margin: 0;
    color: var(--pk-muted);
    font-size: 0.88rem;
}

.featured-video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
}

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

.gm-lightbox {
    background: #0a1a10;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

.gm-lightbox__img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    display: block;
    background: #000;
}

.gm-lightbox__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    backdrop-filter: blur(4px);
    transition: background 0.2s ease;
}

.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }

.lightbox-nav:hover {
    background: rgba(232, 200, 74, 0.85);
    color: var(--pk-green);
}

@media (max-width: 991.98px) {
    .gm-tile,
    .gm-tile--wide,
    .gm-tile--tall {
        grid-column: span 6;
        min-height: 220px;
    }

    .gm-feature {
        grid-template-columns: 1fr;
    }

    .gm-feature__copy {
        padding: 0 0.25rem 0.5rem;
    }

    .gm-videos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .gm-hero {
        padding: 3.25rem 0 4rem;
    }

    .gm-tile,
    .gm-tile--wide,
    .gm-tile--tall {
        grid-column: span 12;
        min-height: 210px;
    }

    .gm-videos {
        grid-template-columns: 1fr;
    }

    .gm-switch-btn span {
        display: none;
    }

    .gm-switch-btn {
        padding: 0.55rem 0.85rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gm-hero__leaf,
    .gm-hero__brand,
    .gm-hero__title,
    .gm-hero__lead,
    .gm-hero__switch,
    .gm-tile,
    .gm-vcard {
        animation: none !important;
    }

    .gm-tile__hit img,
    .gm-vcard__thumb img {
        transition: none;
    }
}

.progress {
    height: 10px;
    border-radius: 5px;
}

.progress-bar {
    background-color: var(--pk-green-light);
}

.team-avatar {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--pk-green);
}

.cta-banner {
    background: linear-gradient(135deg, var(--pk-green-mid), var(--pk-green));
    padding: 80px 0;
    text-align: center;
    color: white;
}

.btn-pk-gold {
    background-color: var(--pk-gold);
    color: var(--pk-green);
    font-weight: 700;
    border: none;
}

.btn-pk-gold:hover {
    background-color: #d4af37;
    color: var(--pk-green);
}

.wave-divider {
    position: relative;
    z-index: 2;
}

.wave-divider svg {
    display: block;
}

.partner-box {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 20px 30px;
    text-align: center;
    font-weight: 600;
    color: #555;
}

/* =========================================================
   Plants, Plant detail, Donate & Thank-you pages
   ========================================================= */

.text-pk-green {
    color: var(--pk-green) !important;
}

.bg-pk-green {
    background-color: var(--pk-green) !important;
}

.plant-card-img {
    height: 220px;
    object-fit: cover;
}

.donation-box {
    background: var(--pk-light-bg);
    border-left: 4px solid var(--pk-green-light) !important;
}

.quick-qty {
    margin: 2px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: var(--pk-green);
}

.donor-list .fa-user-circle {
    color: var(--pk-green-light);
}

.thankyou-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
}

.thankyou-icon {
    font-size: 5rem;
    color: var(--pk-gold);
    margin-bottom: 20px;
}

.next-steps {
    text-align: left;
    background: var(--pk-light-bg);
    border-left: 4px solid var(--pk-green);
    padding: 20px 25px;
    border-radius: 8px;
}

.next-steps ol {
    margin: 0;
    padding-left: 20px;
}

.next-steps li {
    margin-bottom: 8px;
}

/* circle step numbers (How It Works) */
.step-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--pk-green);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* =========================================================
   Blog, Post & Contact pages
   ========================================================= */

/* Blog */
.blog-card { transition: box-shadow 0.3s; }
.blog-card:hover { box-shadow: 0 8px 25px rgba(1,65,28,0.15) !important; }
.blog-list-img { width:100%; height:180px; object-fit:cover; }
.blog-title-link:hover { color: var(--pk-green-light) !important; }
.sidebar-widget { background:#fff; border:1px solid #e8f5ee; border-radius:10px; padding:20px; margin-bottom:24px; }
.widget-title { color:var(--pk-green); font-weight:700; border-bottom:2px solid var(--pk-gold); padding-bottom:8px; margin-bottom:15px; }
.sidebar-thumb { width:60px; height:60px; object-fit:cover; border-radius:6px; flex-shrink:0; }
.sidebar-post-link { color:var(--pk-green); font-weight:600; font-size:0.9rem; text-decoration:none; }
.sidebar-post-link:hover { color:var(--pk-green-light); }
.sidebar-plant-promo { background:var(--pk-light-bg); }

/* Post */
.post-featured-img { width:100%; max-height:450px; object-fit:cover; border-radius:10px; }
.post-title { color:var(--pk-green); font-weight:800; font-size:2rem; margin-bottom:1rem; }
.post-meta { color:#777; font-size:0.9rem; }
.post-content { font-size:1.05rem; line-height:1.8; color:#333; }
.post-content h2,.post-content h3 { color:var(--pk-green); margin-top:2rem; }
.post-content img { max-width:100%; border-radius:8px; margin:1rem 0; }
.post-content blockquote { border-left:4px solid var(--pk-green-light); padding:10px 20px; background:var(--pk-light-bg); border-radius:0 8px 8px 0; color:#555; font-style:italic; }
.post-content a { color:var(--pk-green-light); }
.share-strip { color:#555; }

/* Contact */
.contact-info-card { display:flex; align-items:flex-start; gap:15px; padding:15px; background:var(--pk-light-bg); border-radius:8px; margin-bottom:12px; }
.contact-info-card .fa { font-size:1.4rem; color:var(--pk-green); margin-top:2px; }
.contact-info-card h6 { margin:0 0 4px; font-weight:700; color:var(--pk-green); }

/* Pagination accent */
.pagination .page-item.active .page-link { background-color: var(--pk-green); border-color: var(--pk-green); }
.pagination .page-link { color: var(--pk-green); }

/* Products */
.product-card { transition: box-shadow 0.3s, transform 0.2s; }
.product-card:hover { box-shadow: 0 8px 30px rgba(1,65,28,0.15) !important; transform: translateY(-2px); }
.product-img-wrap { position:relative; overflow:hidden; }
.product-card-img { width:100%; height:220px; object-fit:cover; transition:transform 0.4s; }
.product-card:hover .product-card-img { transform:scale(1.04); }
.out-of-stock-overlay { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.45); display:flex; align-items:center; justify-content:center; color:white; font-weight:700; font-size:1.1rem; }
.sale-badge { position:absolute; top:12px; left:12px; background:#dc3545; color:white; font-size:0.75rem; font-weight:700; padding:4px 10px; border-radius:20px; }
.price-sale { color:var(--pk-green); font-size:1.2rem; font-weight:800; }
.price-regular { color:var(--pk-green); font-size:1.2rem; font-weight:800; }
.price-sale-lg { color:var(--pk-green); font-size:1.8rem; font-weight:800; }
.price-original-lg { font-size:1.2rem; }
.product-title-link:hover { color:var(--pk-green-light) !important; }
.product-detail-title { color:var(--pk-green); font-weight:800; }
.order-box { border-radius:10px; }
.product-thumb-strip { display:flex; gap:8px; margin-top:10px; flex-wrap:wrap; }
.product-thumb { width:70px; height:70px; object-fit:cover; border-radius:6px; cursor:pointer; border:2px solid transparent; transition:border-color 0.2s; }
.product-thumb:hover,.product-thumb.active { border-color:var(--pk-green); }
.category-pill { display:inline-flex; align-items:center; padding:6px 16px; border-radius:20px; font-size:0.9rem; font-weight:600; text-decoration:none; transition:all 0.2s; }
.category-pill.active { background:var(--pk-green); color:white; }
.category-pill:not(.active) { border:2px solid var(--pk-green); color:var(--pk-green); background:transparent; }
.category-pill:hover { background:var(--pk-green); color:white; }

/* Volunteer page */
.volunteer-feature-card { background:var(--pk-light-bg); border-radius:12px; padding:28px 20px; text-align:center; }
.volunteer-feature-card .icon-wrap { width:64px; height:64px; background:var(--pk-green); color:white; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.5rem; margin:0 auto 16px; }
.success-card { background:var(--pk-light-bg); border-radius:12px; padding:40px; text-align:center; border:2px solid var(--pk-green-light); }
