/* Global */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    margin: 0;
    background-color: #f8faf9;
    color: #1b2a2f;
}
a {
    color: #ffffff;
    text-decoration: none;
}

/* Top Bar */
.top-bar {
    background: #0f3b2b;
    color: #e7f7f0;
    font-size: 0.85rem;
}

.top-bar-link {
    color: #e7f7f0;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.top-bar-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.top-bar-text {
    font-weight: 400;
    opacity: 0.85;
}

.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(231, 247, 240, 0.5);
    color: #e7f7f0;
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-icon:hover {
    background-color: #e7f7f0;
    color: #0f3b2b;
}

/* Navbar */
.site-header {
    position: relative;
    z-index: 100;
}

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 59, 43, 0.08);
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #0f3b2b;
    font-size: 1rem;
    text-transform: uppercase;
}

.navbar-brand:hover {
    color: #146842;
}

/* Desktop hover dropdown */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
.dropdown-menu {
    transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition: all 0.25s ease;
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}



.brand-mark {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1b8a5a, #4cc3a1);
    box-shadow: 0 6px 16px rgba(27, 138, 90, 0.4);
}

.brand-text {
    line-height: 1.2;
    font-size: 0.95rem;
}

.brand-sub {
    font-weight: 400;
    font-size: 0.8rem;
    color: #6b8d7e;
}

.navbar-nav .nav-link {
    font-size: 0.95rem;
    font-weight: 500;
    color: #314447;
    padding: 0.6rem 0.9rem;
    position: relative;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.2rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1b8a5a, #4cc3f2);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #146842;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

/* Donate Button */
.btn-donate {
    border-radius: 999px;
    padding: 0.55rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    background: linear-gradient(135deg, #f58f3b, #e7563b);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(231, 86, 59, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.btn-donate:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(231, 86, 59, 0.5);
    filter: brightness(1.03);
    color: #ffffff;
}

/* Navbar Toggler */
.navbar-toggler-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f3b2b;
    font-size: 1.2rem;
}

/* Hero Section */
.hero-section {
    position: relative;
}

.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item {
    height: calc(100vh - 120px);
    min-height: 520px;
}

/* Background images per slide - replace with your own images */
.hero-slide-1 {
    position: relative;
    min-height: 85vh;
    background-image: 
        linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
        ),
        url("../photos/Homepage/Jan/Homepage.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


.hero-slide-2 {
    position: relative;
    min-height: 85vh;
    background-image: 
        linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
        ),
        url("../photos/Homepage/Jal/Homepage1.JPG");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero-slide-3 {
    position: relative;
    min-height: 85vh;
    background-image: 
        linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
        ),
        url("../photos/Homepage/Jangal/Homepage1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.hero-slide-4{
    position: relative;
    min-height: 85vh;
    background-image: 
        linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
        ),
        url("../photos/Homepage/Janwar/Home2.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.hero-slide-5{
    position: relative;
    min-height: 85vh;
    background-image: 
        linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
        ),
        url("../photos/Homepage/jameen/homepage.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

/* Dark gradient overlay for readability */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(
            circle at top left,
            rgba(13, 71, 46, 0.75) 0%,
            rgba(10, 40, 28, 0.9) 45%,
            rgba(5, 20, 15, 0.96) 100%
        );
}

/* Content */
.hero-content {
    position: relative;
    color: #f7fff9;
    max-width: 640px;
    padding: 1rem 0;
    animation: heroFadeUp 0.8s ease-out;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 500;
    color: #b5f1d5;
    margin-bottom: 0.8rem;
}

.hero-kicker::before {
    content: "";
    width: 26px;
    height: 1px;
    background: rgba(181, 241, 213, 0.7);
}

.hero-title {
    font-size: clamp(2rem, 3vw + 1rem, 3.1rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0.9rem;
}

.hero-text {
    font-size: 0.98rem;
    max-width: 520px;
    margin-bottom: 1.4rem;
    color: #deefe5;
}

/* Hero Buttons */
.btn-hero-primary,
.btn-hero-outline {
    border-radius: 999px;
    padding: 0.8rem 1.6rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.btn-hero-primary {
    border: none;
    background: linear-gradient(135deg, #1b8a5a, #4cc3a1);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(11, 80, 52, 0.5);
    transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.btn-hero-primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    color: #ffffff;
}

.btn-hero-outline {
    border: 1px solid rgba(230, 245, 238, 0.8);
    color: #eaf8f0;
    background: transparent;
    backdrop-filter: blur(6px);
    transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}

.btn-hero-outline:hover {
    background: rgba(234, 248, 240, 0.12);
    border-color: #eaf8f0;
    color: #ffffff;
}

/* Carousel Controls */
.carousel-control-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(234, 248, 240, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 24, 16, 0.45);
    backdrop-filter: blur(6px);
    color: #eaf8f0;
    font-size: 0.9rem;
    transition: all 0.18s ease;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    padding: 0 1.3rem;
}

.carousel-control-prev:hover .carousel-control-icon,
.carousel-control-next:hover .carousel-control-icon {
    background: rgba(234, 248, 240, 0.18);
    border-color: #eaf8f0;
}

/* Carousel Indicators */
.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: 1px solid rgba(234, 248, 240, 0.7);
    background-color: transparent;
    margin: 0 4px;
}

.carousel-indicators .active {
    width: 22px;
    background: #eaf8f0;
}

/* Hero animation only when active */
.carousel-item .hero-content {
    opacity: 0;
    transform: translateY(16px);
}

.carousel-item.active .hero-content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Keyframes (backup for non-JS cases) */
@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .main-nav {
        box-shadow: 0 4px 16px rgba(15, 59, 43, 0.15);
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .hero-section .carousel,
    .hero-section .carousel-inner,
    .hero-section .carousel-item {
        height: auto;
        min-height: 520px;
    }

    .hero-content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (max-width: 575.98px) {
    .top-bar {
        text-align: center;
    }

    .hero-title {
        font-size: 1.9rem;
    }

    .btn-hero-primary,
    .btn-hero-outline {
        width: 100%;
        justify-content: center;
    }
}
/* ===== ABOUT SECTION ===== */
.about-section {
    padding: 80px 0;
    background: #ffffff;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #103325;
}

.section-brief {
    font-size: 1rem;
    max-width: 800px;
    margin: 10px auto 0;
    color: #556964;
}

/* IMAGE */
.about-image-wrapper {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

.about-image {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.8s ease;
}

.about-image-wrapper:hover .about-image {
    transform: scale(1.07);
}

/* VISION + MISSION CARDS */
.vm-block {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 26px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 12px 35px rgba(0,0,0,0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vm-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.1);
}

.vm-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #1B4332;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 14px;
}

.vm-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.vm-text {
    font-size: 1rem;
    color: #445954;
    line-height: 1.6;
}

/* Fade-in Scroll Animation */
.reveal-item {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.7s ease-out;
}

.reveal-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== GOALS SECTION ===== */
.goals-section {
    padding: 80px 0;
    background: #f8faf9;
}

.goal-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px 22px 20px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.goal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.10);
}

.goal-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #103325;
    color: #e7f7f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 10px;
}

.goal-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #123328;
}

.goal-card p {
    font-size: 0.95rem;
    color: #536662;
    margin: 0;
}

/* =================================== */
/* ===== GOALS SECTION ===== */
.goals-section {
    background: #ffffff;
}

.section-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #103325;
}

.section-subtitle {
    max-width: 760px;
    margin: 6px auto 0;
    font-size: 0.95rem;
    color: #5f7a6f;
}

/* Goal Card */
.goal-card {
    background: #f4fbf7;
    padding: 22px 20px;
    border-radius: 14px;
    height: 100%;
    font-size: 0.92rem;
    color: #4f6a60;
    line-height: 1.55;
    border-left: 4px solid #0077B6;
    transition: 0.3s ease;
}

.goal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}



/* ===== OBJECTIVES SECTION (NEW STYLE) ===== */

.objectives-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #e9f4ef 0%, #f8faf9 100%);
}

.objectives-panel {
    background: #ffffff;
    border-radius: 22px;
    padding: 32px 28px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.10);
}

/* Each objective row */
.objective-line {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.objective-line:last-child {
    border-bottom: none;
}

/* Icon bullet */
.objective-bullet {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #103325;
    color: #e7f7f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* Text side */
.objective-text h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 3px;
    color: #113528;
}

.objective-text p {
    font-size: 0.9rem;
    color: #4b605a;
    margin: 0;
}

/* Section heading reused */
.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #103325;
}

.section-brief {
    font-size: 1rem;
    max-width: 800px;
    margin: 10px auto 0;
    color: #556964;
}

/* Scroll reveal (same as before) */
.reveal-item {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.7s ease-out;
}

.reveal-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== STRATEGIES SECTION ===== */
.strategies-section {
    padding: 80px 0;
    background: #ffffff;
}

/* Timeline container */
.strategy-timeline {
    position: relative;
    padding-left: 28px;
    margin-top: 10px;
}



/* Each strategy row */
.strategy-item {
    position: relative;
    padding: 16px 16px 16px 40px;
    margin-bottom: 12px;
    border-radius: 16px;
    background: #f7fbf9;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Circle badge with number on the line */
.strategy-badge {
    position: absolute;
    left: -2px;
    top: 18px;
    transform: translateX(-50%);
}

.strategy-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #103325;
    color: #e7f7f0;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Icon within tile */
.strategy-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #e1f2ea;
    color: #1b8a5a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}

/* Text content */
.strategy-content h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #123328;
}

.strategy-content p {
    font-size: 0.94rem;
    color: #536662;
    margin: 0;
}

/* Hover effect */
.strategy-item:hover {
    background: #eef7f3;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

/* Responsive tweaks */
@media (max-width: 575.98px) {
    .strategy-timeline {
        padding-left: 20px;
    }

    .strategy-timeline::before {
        left: 12px;
    }

    .strategy-item {
        padding-left: 34px;
    }

    .strategy-badge {
        left: 0;
    }
}


/* ===== FOCUS AREAS ===== */
.focus-section {
    padding: 80px 0;
    background: #f8faf9;
}

.focus-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 14px 32px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.focus-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Image */
.focus-img {
    height: 220px;
    overflow: hidden;
}
.focus-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.focus-card:hover img {
    transform: scale(1.08);
}

/* Content */
.focus-body {
    padding: 18px 22px 26px;
}

.focus-icon {
    width: 42px;
    height: 42px;
    background: #103325;
    color: #e7f7f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.focus-body h3 {
    font-size: 1.25rem;
    color: #103325;
    font-weight: 600;
    margin-bottom: 8px;
}

.focus-body p {
    font-size: 0.95rem;
    color: #4a5d58;
}

.focus-btn {
    display: inline-block;
    padding: 8px 18px;
    color: #ffffff;
    background: #A0522D;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 10px;
    transition: 0.2s ease;
}

.focus-btn:hover {
    background: #136a46;
}


/* ===== ACTIVITIES SECTION v2 (NO DEPENDENCIES) ===== */

.activities2-section {
    padding: 80px 0;
    background: #1B4332; /* rich green */
    color: #f3fbf7;
}

.activities2-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.activities2-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.activities2-intro {
    font-size: 0.98rem;
    max-width: 720px;
    margin: 0 auto;
    color: #d5efe2;
}

/* Lists */
.activities2-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.activities2-list li {
    padding-left: 18px;
    border-left: 2px solid rgba(234, 250, 242, 0.5);
    margin-bottom: 18px;
}

.activities2-list li:last-child {
    margin-bottom: 0;
}

.activities2-list h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #ffffff;
}

.activities2-list p {
    font-size: 0.92rem;
    margin: 0;
    color: #d3ede0;
}

/* Mobile: stack nicely */
@media (max-width: 767.98px) {
    .activities2-section {
        padding: 60px 0;
    }
    .activities2-list li {
        margin-bottom: 16px;
    }
}


/* ===== HOMEPAGE GALLERY (4x2) ===== */
.gallery-home-section {
    padding: 60px 0;
    background: #ffffff;
  }
  
  .gallery-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #103325;
  }
  
  .gallery-intro {
    color: #546b64;
    max-width: 760px;
    margin: 6px auto 0;
    font-size: 0.95rem;
  }
  
  /* gallery boxes: fixed height so all images appear same */
  .gallery-box {
    width: 100%;
    height: 200px; /* change height if you want taller */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    cursor: pointer;
    background: #f2f5f3;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures uniform cropping */
    display: block;
    transition: transform 0.5s ease;
  }
  
  .gallery-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  }
  
  .gallery-box:hover img {
    transform: scale(1.06);
  }
  
  /* See more button */
  .gallery-see-more {
    display: inline-block;
    background: #A0522D;
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.18s ease;
  }
  
  .gallery-see-more:hover {
    background: #136a46;
  }
  
  /* ===== LIGHTBOX STYLES ===== */
  .lightbox {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(6,8,7,0.92);
    z-index: 99999;
    padding: 36px 18px;
    box-sizing: border-box;
  }
  
  .lightbox.show { display: flex; }
  
  .lb-image-wrap {
    max-width: 1100px;
    width: 100%;
    max-height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .lb-image {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 220px);
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.6);
    background: #000;
  }
  
  /* caption */
  .lb-caption {
    margin-top: 12px;
    color: #dceee4;
    font-size: 0.95rem;
    text-align: center;
  }
  
  /* controls */
  .lb-close, .lb-prev, .lb-next {
    position: absolute;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    padding: 8px 12px;
    transition: color .12s ease, transform .12s ease;
    user-select: none;
    z-index: 100000;
  }
  
  .lb-close { top: 20px; right: 28px; font-size: 44px; }
  .lb-prev { left: 18px; top: 50%; transform: translateY(-50%); font-size: 52px; }
  .lb-next { right: 18px; top: 50%; transform: translateY(-50%); font-size: 52px; }
  
  .lb-close:hover, .lb-prev:hover, .lb-next:hover { color: #9fe6bf; transform: translateY(-50%) scale(1.03); }
  
  @media (max-width: 767.98px) {
    .gallery-box { height: 160px; }
    .lb-prev, .lb-next { font-size: 40px; left: 8px; right: 8px; }
    .lb-close { top: 12px; right: 12px; font-size: 36px; }
  }
  

  /* ===== VOLUNTEER & DONATE SECTION ===== */

.volunteer-donate-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f3f2c, #176948, #1b8a5a);
    color: #f4fbf7;
}

.vd-box {
    background: rgba(255, 255, 255, 0.06);
    padding: 28px 26px;
    border-radius: 18px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.14);
    height: 100%;
}

.vd-box h2 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

.vd-box p {
    font-size: 0.96rem;
    color: #d8efe4;
    margin-bottom: 18px;
}

.vd-btn {
    display: inline-block;
    padding: 10px 24px;
    background: #1b8a5a;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.25s ease;
}

.vd-btn:hover {
    background: #146a46;
}

.vd-btn.donate {
    background: #ffc107;
    color: #0c2f22;
}

.vd-btn.donate:hover {
    background: #e0a800;
}

/* Mobile spacing */
@media (max-width: 767px) {
    .vd-box { text-align: center; }
}


/* ===== FORM STYLES ===== */

.form-section {
    padding: 70px 0;
    background: #ffffff;
}

.form-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 18px;
    color: #103325;
}

.form-box {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-box input,
.form-box textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #d1ded8;
    font-size: 0.95rem;
}

.submit-btn {
    padding: 12px 22px;
    background: #1b8a5a;
    border-radius: 8px;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

/* ========== TESTIMONIALS SLIDER STYLES ========== */
.testimonials-slider-section {
    padding: 70px 0;
    background: #f4fbf7;
  }
  
  .test-title { font-size: 1.9rem; font-weight:700; color:#103325; }
  .test-subtitle { color:#587267; max-width:700px; margin:0 auto 18px; }
  
  /* Slider layout */
  .slider-wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .slider-viewport {
    overflow: hidden;
    width: 100%;
    outline: none;
  }
  
  .slider-track {
    display: flex;
    gap: 18px;
    transition: transform 0.45s cubic-bezier(.22,.9,.31,1);
    will-change: transform;
  }
  
  /* slide sizing — JS will calculate visiblePerView and width */
  .slide {
    min-width: 100%;
    box-sizing: border-box;
  }
  
  /* Card inside slide */
  .test-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .test-content p { color:#476154; font-size:0.95rem; line-height:1.6; margin:0 0 12px; }
  .test-author { display:flex; align-items:center; gap:12px; margin-top:8px; }
  .test-author img { width:56px; height:56px; border-radius:50%; object-fit:cover; border:3px solid rgba(27,138,90,0.12); }
  .author-name { font-size:1rem; margin:0; color:#103325; font-weight:600; }
  .author-role { font-size:0.82rem; margin:0; color:#6f8c81; }
  
  /* buttons */
  .slider-btn {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    width:44px; height:44px; border-radius:10px;
    display:flex; align-items:center; justify-content:center;
    cursor:pointer; font-size:22px; color:#1b8a5a;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    transition: transform .12s ease, background .12s ease;
  }
  .slider-btn:hover { transform: translateY(-3px); background:#f6fff8; }
  
  /* dots */
  .slider-dots { display:flex; gap:8px; justify-content:center; margin-top:18px; }
  .slider-dots button { width:10px; height:10px; border-radius:50%; border:none; background:#d9e9e0; cursor:pointer; transition:all .15s ease; }
  .slider-dots button.active { background:#1b8a5a; transform:scale(1.15); }
  
  /* Responsive behavior */
  /* default: 1 slide visible (min-width applied by JS) */
  @media (min-width: 768px) {
    /* tablet we'll show 2 slides side-by-side — JS handles widths */
  }
  @media (min-width: 992px) {
    /* desktop we'll show 3 slides side-by-side — JS handles widths */
  }
  
  /* small screens tweaks */
  @media (max-width: 576px) {
    .slider-wrap { gap:8px; }
    .slider-btn { width:40px; height:40px; font-size:20px; }
    .test-author img { width:48px; height:48px; }
  }

  .map-container iframe {
    height: 550px;
}
@media (min-width: 992px) {
    .map-container iframe {
        border-radius: 12px;
    }
}


/* ========== FOOTER ========== */

.main-footer {
    background: #0e2f24;
    color: #dceee4;
    padding: 60px 0 0;
    margin-top: 40px;
}

.footer-logo {
    width: 130px;
    margin-bottom: 15px;
}

.footer-text {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #cde4d8;
    margin-bottom: 0;
}

/* Titles */
.footer-title {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li { margin-bottom: 8px; }

.footer-links a {
    color: #b7d3c9;
    text-decoration: none;
    font-size: 0.92rem;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact i {
    color: #1bbf77;
    font-size: 1rem;
    margin-top: 4px;
}

.footer-contact a {
    color: #b7d3c9;
    font-size: 0.92rem;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #ffffff;
}

/* Bottom strip */
.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 12px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.85rem;
    color: #9fc3b6;
}

/* Responsive */
@media (max-width: 767px) {
    .footer-logo {
        width: 110px;
    }
}

.footer-bottom {
    width: 100%;
    text-align: center;
    padding: 12px 0 20px;
    background: #0e2f24; /* match footer */
    color: #a8c9bd;
    font-size: 0.88rem;
    border-top: 1px solid rgba(255,255,255,0.18);
}

.footer-bottom a {
    color: #ccefe4;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s ease;
}

.footer-bottom a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* TOP ROW CONTACT LINKS */
.top-header a {
    color: #ffffff !important;     /* change to your desired color */
    text-decoration: none !important;
}

.top-header a:hover {
    color: #ccefe4 !important;      /* hover color */
}


/* ========================JAL============================ */
/* ===== HERO ===== */
.vertical-hero {
    padding: 100px 0 80px;
    color: #fff;
    text-align: left;
}

.water-hero {
    background:
      linear-gradient(rgba(15,63,44,0.75), rgba(27,138,90,0.75)),
      url("..//images/") center/cover no-repeat;
}

.vertical-title {
    font-size: 2.6rem;
    font-weight: 700;
}

.vertical-subtitle {
    max-width: 720px;
    font-size: 1.05rem;
    color: #d9f3e8;
}

/* ===== SECTIONS ===== */
.vertical-section {
    padding: 80px 0;
}

.vertical-section.alt-bg {
    background: #f4fbf7;
}

.section-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1B4332;
}

/* ===== INFO CARD ===== */
.info-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
}

.info-card h2 {
    font-size: 1.45rem;
    margin-bottom: 12px;
    color: #103325;
}

.info-card ul {
    padding-left: 18px;
}

.info-card li {
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #4f6a60;
}

/* ===== ACTIVITY CARDS ===== */
.activity-card {
    background: #ffffff;
    padding: 22px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.activity-card:hover {
    transform: translateY(-6px);
}

.activity-card h3 {
    font-size: 1.05rem;
    margin-bottom: 6px;
    color: #103325;
}

.jan-hero {
    background:
      linear-gradient(rgba(15,63,44,0.75), rgba(27,138,90,0.75)),
      url("images/jan-hero.jpg") center/cover no-repeat;
}

.jungle-hero {
    background:
      linear-gradient(rgba(15,63,44,0.75), rgba(27,138,90,0.75)),
      url("images/jan-hero.jpg") center/cover no-repeat;
}
.janvar-hero {
    background:
      linear-gradient(rgba(15,63,44,0.75), rgba(27,138,90,0.75)),
      url("images/jan-hero.jpg") center/cover no-repeat;
}
.water-hero {
    background:
      linear-gradient(rgba(15,63,44,0.75), rgba(27,138,90,0.75)),
      url("images/20170810_101052.jpg") center/cover no-repeat;
}
.jameen-hero {
    background:
      linear-gradient(rgba(15,63,44,0.75), rgba(27,138,90,0.75)),
      url("images/20170810_101052.jpg") center/cover no-repeat;
}
.about-hero {
    background:
      linear-gradient(rgba(15,63,44,0.75), rgba(27,138,90,0.75)),
      url("images/jan-hero.jpg") center/cover no-repeat;
}
.contact-hero {
    background:
      linear-gradient(rgba(15,63,44,0.75), rgba(27,138,90,0.75)),
      url("images/jan-hero.jpg") center/cover no-repeat;
}
.donate-hero {
    background:
      linear-gradient(rgba(15,63,44,0.75), rgba(27,138,90,0.75)),
      url("images/jan-hero.jpg") center/cover no-repeat;
}



/* ===== VALUE CARDS ===== */
.value-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0,0,0,0.05);
    font-size: 0.95rem;
    color: #4f6a60;
    transition: 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
}
.activity-icon {
    font-size: 32px;
    color: #1b8a5a;
    margin-bottom: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .vertical-title {
        font-size: 2rem;
    }
    .vertical-section {
        padding: 60px 0;
    }
}

/* ========================JAL============================ */

.donate-section {
    background: linear-gradient(135deg, #1b8a5a, #14563b);
    padding: 60px 0;
    margin-top: 60px;
    color: #ffffff;
}

.donate-section h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.donate-section p {
    font-size: 0.95rem;
    max-width: 720px;
    margin: 0;
    color: #e6f5ee;
}

.donate-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #ffffff;
    color: #14563b;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: 0.3s ease;
}

.donate-btn:hover {
    background: #e6f5ee;
    color: #14563b;
}
.donate-btn-strong {
    background: linear-gradient(135deg, #1b8a5a, #0f3f2c);
    color: #ffffff;
    padding: 16px 44px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 999px;
    letter-spacing: 0.5px;
    box-shadow: 0 12px 28px rgba(27, 138, 90, 0.35);
}

.donate-btn-strong:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(27, 138, 90, 0.45);
}

/* ================= IMPACT HIGHLIGHTS ================= */

.impact-highlight {
    height: 100%;
    padding: 28px 24px;
    background: linear-gradient(135deg, #ffffff, #f4fbf7);
    border-radius: 18px;
    border: 1px solid rgba(27, 138, 90, 0.15);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* subtle accent line */
.impact-highlight::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #1b8a5a, #0f3f2c);
}

/* number / heading */
.impact-highlight h3 {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0f3f2c;
    letter-spacing: 0.3px;
}

/* description */
.impact-highlight p {
    font-size: 0.95rem;
    color: #4e6b60;
    margin: 0;
    line-height: 1.4;
}

/* hover effect */
.impact-highlight:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(27, 138, 90, 0.18);
    background: linear-gradient(135deg, #f0faf6, #ffffff);
}

/* mobile tweaks */
@media (max-width: 575.98px) {
    .impact-highlight {
        padding: 22px 20px;
    }

    .impact-highlight h3 {
        font-size: 1.3rem;
    }
}



/* ================= OUR APPROACH SECTION ================= */

.approach-section {
    background: #f4faf7;
}

.section-subtitle {
    max-width: 720px;
    margin: 0 auto;
    font-size: 0.95rem;
    color: #5a6f66;
}

.approach-card {
    height: 100%;
    background: #ffffff;
    padding: 30px 26px;
    border-radius: 20px;
    border: 1px solid rgba(27, 138, 90, 0.12);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    position: relative;
}

/* top accent */
.approach-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
    right: 26px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1b8a5a, #0f3f2c);
}

/* title */
.approach-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0f3f2c;
}

/* text */
.approach-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4e6b60;
    margin: 0;
}

/* hover */
.approach-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(27, 138, 90, 0.18);
}

/* mobile spacing */
@media (max-width: 767.98px) {
    .approach-card {
        padding: 26px 22px;
    }
}

/* ================= HOME PAGE IMPACT ================= */

.impact-home-section {
    background: linear-gradient(180deg, #f5fbf8, #ffffff);
}

.section-subtitle {
    max-width: 680px;
    margin: 0 auto;
    font-size: 0.95rem;
    color: #5c7068;
}

.impact-home {
    height: 100%;
    padding: 28px 24px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.impact-home h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0f3f2c;
    margin-bottom: 6px;
}

.impact-home p {
    font-size: 0.95rem;
    color: #4e6b60;
    margin: 0;
}

.impact-home:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(27, 138, 90, 0.18);
}


/* ================= GALLERY ================= */

.gallery-section img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 14px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-section img:hover {
    transform: scale(1.03);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

/* Filter buttons */
.gallery-filters .filter-btn {
    margin: 6px;
    padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid #1b8a5a;
    background: transparent;
    color: #1b8a5a;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}

.gallery-filters .filter-btn.active,
.gallery-filters .filter-btn:hover {
    background: #1b8a5a;
    color: #ffffff;
}

/* Hide items */
.gallery-item {
    display: none;
}

/* Show active */
.gallery-item.show {
    display: block;
}

/* Responsive */
@media (max-width: 575.98px) {
    .gallery-section img {
        height: 180px;
    }
}


/* ================= LIGHTBOX ================= */

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}


/* Close button */
.lightbox-close {
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 34px;
    color: #ffffff;
    cursor: pointer;
}

/* Arrows */
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #ffffff;
    cursor: pointer;
    padding: 16px;
    user-select: none;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

/* Mobile tweaks */
@media (max-width: 575.98px) {
    .lightbox-prev,
    .lightbox-next {
        font-size: 30px;
    }
}


/* ================= HOME PROJECTS ================= */

.projects-home {
    background: #f6fbf8;
}

.section-subtitle {
    max-width: 720px;
    margin: 0 auto;
    font-size: 0.95rem;
    color: #5a6f66;
}

.project-card {
    height: 100%;
    background: #ffffff;
    padding: 28px 26px;
    border-radius: 20px;
    border: 1px solid rgba(27, 138, 90, 0.12);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    position: relative;
}

.project-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1B4332;
    margin-bottom: 8px;
}

.project-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4e6b60;
    margin-bottom: 12px;
}

/* metric */
.project-metric {
    font-size: 0.9rem;
    font-weight: 600;
    color: #A0522D;
    margin-bottom: 12px;
}

/* link */
.project-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0077B6;
    text-decoration: none;
}

.project-link:hover {
    text-decoration: underline;
}

/* hover */
.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(27, 138, 90, 0.18);
}

/* mobile */
@media (max-width: 767.98px) {
    .project-card {
        padding: 24px 22px;
    }
}

/* ================= JAN PROJECTS ================= */

.jan-projects-section {
    background: linear-gradient(180deg, #f2faf6, #ffffff);
}

/* Project block */
.jan-project {
    background: #ffffff;
    padding: 36px;
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.07);
}

/* Image */
.project-image img {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    border-radius: 20px;
}

/* Content */
.project-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f3f2c;
    margin-bottom: 12px;
}

.project-intro {
    font-size: 0.98rem;
    color: #4e6b60;
    margin-bottom: 16px;
    line-height: 1.6;
}

.project-points {
    padding-left: 18px;
    margin-bottom: 18px;
}

.project-points li {
    font-size: 0.95rem;
    color: #445f55;
    margin-bottom: 6px;
}

/* Impact badge */
.project-impact span {
    display: inline-block;
    background: #e6f5ef;
    color: #1b8a5a;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
    .jan-project {
        padding: 24px;
    }
}

/* =========================
   Sticky Donate Button
========================= */

.sticky-donate-btn {
    position: fixed;
    right: 25px;
    bottom: 30px;
    background: #1b8a5a; /* your green theme */
    color: #fff;
    padding: 14px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

/* Hover Effect */
.sticky-donate-btn:hover {
    background: #14563b;
    transform: translateY(-3px);
}

/* Mobile optimization */
@media (max-width: 768px) {
    .sticky-donate-btn {
        right: 15px;
        bottom: 20px;
        padding: 12px 16px;
        font-size: 14px;
    }
}

.sticky-donate-btn {
    animation: donatePulse 2s infinite;
}

@keyframes donatePulse {
    0% { box-shadow: 0 0 0 0 rgba(27,138,90,0.6); }
    70% { box-shadow: 0 0 0 12px rgba(27,138,90,0); }
    100% { box-shadow: 0 0 0 0 rgba(27,138,90,0); }
}


/* =========================
   Back To Top Button
========================= */

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 90px; /* above donate button */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #103325;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    z-index: 9998;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background: #1b8a5a;
    transform: translateY(-3px);
}

/* Mobile */
@media (max-width:768px){
    .back-to-top{
        right:15px;
        bottom:80px;
    }
}


/* Impact Spotlight Section */
.impact-spotlight {
    background: #f4f9f6;
    padding: 60px 40px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.impact-image img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.impact-content {
    padding: 20px;
}

.impact-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #A0522D;
    font-weight: 600;
    margin-bottom: 15px;
}

.impact-number {
    font-size: 64px;
    font-weight: 800;
    color: #A0522D;
    margin-bottom: 20px;
}

.impact-text {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .impact-spotlight {
        padding: 40px 20px;
    }

    .impact-number {
        font-size: 42px;
    }

    .impact-text {
        font-size: 16px;
    }
}

/* Success Story Section */
.brand-success-story {
    background: linear-gradient(135deg, #f8f9f7, #edf4f1);
    padding: 80px 0;
}

/* Main Title */
.success-main-title {
    font-size: 48px;
    font-weight: 800;
    color: #1B4332;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

/* Profile Image */
.success-profile img {
    width: 450px;
    height: 350px;
    border-radius: 20px !important;
    object-fit: cover;
    border: 2px solid #A0522D;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

/* Name */
.success-name {
    font-size: 28px;
    font-weight: 700;
    color: #1B4332;
    margin-bottom: 5px;
}

/* Location */
.success-location {
    font-size: 16px;
    font-weight: 600;
    color: #0077B6;
    margin-bottom: 40px;
}

/* Story Card */
.success-story-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}

/* Before/After Label */
.story-phase {
    font-size: 18px;
    font-weight: 700;
    color: #A0522D;
    margin-bottom: 10px;
}

/* Story Text */
.success-story-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .success-main-title {
        font-size: 32px;
    }

    .success-story-card {
        padding: 30px 20px;
    }
}