 :root {
            /*--theme-purple: #6f42c1;*/
            --theme-purple1: #2596be;
            --theme-purple: #262261;
            --theme-purple-dark1: #4b208c;
            --theme-purple-dark: #3d6c7f;
            /*--brac-dark: #1e1e1c;*/
            --brac-dark: #2596be;
        }

        .sectionMargin{
            margin-top:120px;
        }

        body, html { margin: 0; padding: 0; font-family: 'Arial', sans-serif; color: #333; overflow-x: hidden; }

        /* --- Header/Navbar --- */
        .main-header {
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            max-width: 1300px!important;
            z-index: 1000;
            background: rgba(255,255,255,.9);
            border-radius: 10px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        }

        .top-nav { display: flex; justify-content: flex-end; }
        .top-nav-item {
            padding: 8px 18px;
            font-size: 13px;
            border-left: 1px solid #f0f0f0;
            cursor: pointer;
            color: #333;
            text-decoration: none;
            display: flex;
            align-items: center;
            transition: 0.3s;
        }

        /* Purple Theme for Top Bar */
        .top-nav-item.region-btn { background: var(--brac-dark); color: #fff; border-left: none; }
        .top-nav-item.donate-btn { 
            background: var(--theme-purple); 
            color: #fff; 
            font-weight: bold; 
            border-radius: 0 10px 0 0; 
        }
        .top-nav-item.donate-btn:hover { background: var(--theme-purple-dark); color: #fff; }
        
        /* Dropdown Style */
        .dropdown-toggle::after { border: none; content: none; }
        .dropdown-menu { border: none; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
        .dropdown-item:active { background-color: var(--theme-purple); }

        .bottom-nav { display: flex; justify-content: space-between; align-items: center; padding: 0 25px; height: 65px; }
        .nav-item .nav-link { 
            color: #333 !important; 
            font-weight: 500; 
            padding: 15px 12px !important; 
            font-size: 18px;
            transition: 0.2s;
        }
        .nav-item .nav-link:hover { color: var(--theme-purple) !important; }

        /*.shebaLogo{
            margin-top:-40px;
        }*/

 

/* Desktop View Header Fix */
    .main-header {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 1300px;
        z-index: 1050; /* Z-index barano hoyeche */
         background: rgba(255,255,255,.9);
        border-radius: 10px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    }

    .shebaLogo { margin-top: -40px; height: 80px; transition: 0.3s; }
    .bottom-nav { padding: 0 25px; min-height: 65px; }

    /* --- RESPONSIVE FIXES --- */
    @media (max-width: 991px) {
        .main-header {
            width: 95% !important;
            top: 10px !important;
            position: fixed; /* Mobile-e fixed thakle scroll korle subidha hoy */
        }
        
        .top-nav { display: none !important; } /* Mobile e top bar lagbe na */

        .shebaLogo {
            margin-top: 0 !important;
            height: 50px; 
        }

        .navbar-toggler {
            border: none !important;
            padding: 0;
            color: var(--theme-purple);
        }

        .navbar-toggler:focus { box-shadow: none; }

        /* Menu background fix */
        .navbar-collapse {
            background: #ffffff;
            margin: 10px -25px 0 -25px; /* Container er baire jate na jay */
            padding: 20px;
            border-radius: 0 0 10px 10px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        /* Menu items style in mobile */
        .nav-item .nav-link {
            padding: 10px 0 !important;
            border-bottom: 1px solid #f0f0f0;
        }

        /* Hero Text Card Responsive */
        .hero-content-card {
            width: 90% !important;
            top: 70% !important;
            padding: 20px !important;
            border-radius: 0 20px 20px 0 !important;
        }
        .hero-content-card h1 { font-size: 24px !important; }
    }

        /* --- Slider (Solid - Straight) --- */
        .hero-slider { position: relative; height: 100vh; width: 100%; overflow: hidden; }
        .carousel-inner, .carousel-item { height: 100vh; }
        
        .carousel-item { 
            background-size: cover; 
            background-size: 100% 100%;
            background-position: center center; 
        }

        /* Text Card */
        .hero-content-card {
            position: absolute;
            top: 80%;
            left: 0;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.55);
            padding: 30px 30px;
            width: 42%;
            border-radius: 0 40px 40px 0;
            z-index: 10;
            border-left: 6px solid var(--theme-purple); /* Purple accent on card */
        }

        .hero-content-card h1 { font-size: 40px; font-weight: 800; color: #111; margin-bottom: 20px; text-transform: uppercase; }
        .hero-content-card p { font-size: 16px; color: #444; line-height: 1.7; }

        /* Controls Position */
        .slider-controls {
            position: absolute;
            bottom: 40px;
            right: 50px;
            z-index: 20;
            display: flex;
            gap: 12px;
        }

        .btn-circle {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: var(--theme-purple); /* Purple Controls */
            color: #fff;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            opacity: 0.9;
        }
        .btn-circle:hover { background: var(--theme-purple-dark); opacity: 1; transform: scale(1.05); }


        /* --- 3. Footer --- */
        footer {
            background-color: var(--theme-purple);
            color: #fff;
            padding: 80px 0 40px;
            font-size: 14px;
        }
        footer h5 {
            color: white;
            font-weight: bold;
            margin-bottom: 10px;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
        }
        footer h5::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background: var(--theme-purple);
        }
        .contactF p{
            font-size:16px;
        }
        .googleMap iframe{
            height:300px;
            width:100%;
            border:3px solid #fff;
        }
        footer ul { list-style: none; padding: 0; }
        footer ul li { margin-bottom: 5px; }
        footer ul li a { color: #fff; text-decoration: none; transition: 0.3s;font-size:16px; }
        footer ul li a::before { content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 8px; color: var(--teal-color); }
        footer ul li a:hover { color: white; padding-left: 5px; }

        /* Newsletter */
        .newsletter-box {
            display: flex;
            background: white;
            padding: 2px;
        }
        .newsletter-box input {
            border: none;
            padding: 10px;
            flex-grow: 1;
            outline: none;
        }
        .newsletter-box button {
            background: var(--theme-purple);
            border: none;
            color: white;
            padding: 10px 15px;
        }

        /* --- 4. Copyright Area --- */
        /*.footer-bottom {*/
        /*    background: #111;*/
        /*    padding: 25px 0;*/
        /*    border-top: 1px solid #333;*/
        /*    font-size: 14px;*/
        /*}*/
        .copyright {
            padding: 25px 0;
            border-top: 1px solid #fff;
            font-size: 14px;
        }
        .social-bottom a {
            color: #fff;
            /*margin-left: 15px;*/
            font-size: 16px;
            padding: 0px 20px 0px 0px;
        }
    /* Section General Styling */
    .section-padding { padding: 80px 0; }
    .btn-learn { border: 1px solid var(--theme-purple); padding: 12px 35px; border-radius: 50px; color: #333; font-weight: 600; text-decoration: none; transition: 0.3s; }
    .btn-learn:hover { background: var(--theme-purple-dark); color: white; border-color: var(--theme-purple-dark); }

    /* 1. About Section Styling */
    .about-img-container { position: relative; }
    .experience-box {
        position: absolute;
        bottom: 20px;
        left: -30px;
        background: var(--theme-purple);
        color: white;
        padding: 30px;
        text-align: center;
        border: 5px solid white;
    }
    .experience-box h2 { font-size: 40px; font-weight: 700; margin: 0; }

    /* 2. Feature Icons Styling */
    .feature-item { text-align: center; padding: 20px; transition: 0.3s; }
    .icon-circle {
        width: 140px; height: 140px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center; justify-content: center;
        margin: 0 auto 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
    .icon-circle img { width: 60px; }
    .feature-item h6 { font-weight: 700; color: #2c3e50; }

    /* 3. Blog Section Styling */
    .blog-card { border: none; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
    .blog-img { position: relative; }
    .date-badge {
        position: absolute; top: 0; left: 0;
        background: var(--theme-purple);
        color: white; padding: 8px 15px; font-size: 14px;
    }
    .blog-meta { font-size: 13px; color: #888; margin: 15px 0; }
    .blog-title { font-size: 18px; font-weight: 700; color: #333; text-decoration: none; }
    .read-more { font-weight: 700; color: #333; text-decoration: underline; font-size: 14px; }

    /* --- Our Causes (image_ca4c01) --- */
        .cause-card { border: none; background: #f4f4f4; text-align: center; transition: 0.3s; }
        .cause-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
        .cause-content { padding: 30px 20px; }
        .cause-content h5 { font-weight: 700; margin-bottom: 15px; }
        .btn-outline-donate { border: 1px solid #333; color: #333; padding: 5px 20px; text-decoration: none; font-weight: 600; }
        .goal-text { font-weight: 700; color: #555; }
 .donation-section {
        background-color: #5cb85c; /* Exact green from image */
        /* Background e hand icon pattern thakle niche image path add korben */
        background-image: url('images/donation_bg.jpg'); 
        padding: 100px 0;
        color: white;
        font-family: 'Roboto', sans-serif;
        overflow: hidden;
    }

    .donation-content h1 {
        font-size: 4.5rem;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 25px;
    }

    .donation-content p {
        font-size: 1.1rem;
        opacity: 0.9;
        margin-bottom: 30px;
        max-width: 500px;
    }

    .amount-text {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 15px;
    }

    /* Progress Bar */
    .custom-progress {
        height: 12px;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        width: 80%;
        margin-bottom: 40px;
        position: relative;
    }
    .progress-fill {
        height: 100%;
        background-color: #3e7e3e; /* Darker green fill */
        border-radius: 10px;
        width: 75%; /* Image e jemon ache */
    }

    .btn-make-donation {
        background-color: #3e7e3e;
        color: white;
        padding: 15px 45px;
        border-radius: 50px;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        transition: 0.3s;
    }
    .btn-make-donation:hover {
        background-color: #2d5a2d;
        color: white;
    }

    /* Right Side 3-Image Layout */
    .image-grid {
        position: relative;
        height: 450px;
    }
    .img-box {
        position: absolute;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    }
    .img-main {
        width: 300px;
        height: 400px;
        left: 0;
        top: 0;
        z-index: 2;
    }
    .img-middle {
        width: 250px;
        height: 250px;
        left: 240px;
        top: 100px;
        z-index: 3;
        border: 8px solid #5cb85c; /* Section background color border */
    }
    .img-last {
        width: 280px;
        height: 380px;
        right: 0;
        top: 20px;
        z-index: 1;
    }
    .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Responsive */
    @media (max-width: 991px) {
        .image-grid { height: 600px; margin-top: 50px; }
        .donation-content h1 { font-size: 3rem; }
        .img-main { width: 200px; height: 300px; }
        .img-middle { width: 180px; height: 180px; left: 150px; top: 80px; }
        .img-last { width: 180px; height: 280px; }
    }


    /*gallery*/
      :root { --teal: #00a99d; }
    .gallery-section { padding: 0px 0; }
    
    /* Filter Buttons */
    .filter-btns { text-align: center; margin-bottom: 40px; }
    .btn-filter {
        border: 1px solid #ddd; background: none; padding: 8px 25px;
        margin: 5px; border-radius: 50px; font-weight: 600; cursor: pointer;
    }
    .btn-filter.active { background: var(--theme-purple); color: white; border-color: var(--theme-purple-dark); }

    /* Gallery Items */
    .gallery-item { margin-bottom: 30px; }
    .gallery-container { position: relative; overflow: hidden; border-radius: 10px; cursor: pointer; }
    .gallery-img { width: 100%; height: 280px; object-fit: cover; transition: 0.5s; }
    
    .gallery-overlay {
        position: absolute; top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(255,255,255, .5);
        display: flex; align-items: center; justify-content: center;
        opacity: 0; transition: 0.5s;
    }
    .gallery-container:hover .gallery-overlay { opacity: 1; }
    .gallery-overlay i { color: white; font-size: 2.5rem; }
    /*gallery*/


    .vission_mission_goal .vmg-container { padding: 0px 0; }

      /*  .vission_mission_goal .section-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.8rem;
            color: var(--primary-color);
            position: relative;
            margin-bottom: 50px;
        }

        .vission_mission_goal .section-title::after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--accent-color);
            border-radius: 2px;
        }*/

        .vission_mission_goal .vmg-item { 
            background: #ffffff; 
            border-radius: 0px; 
            overflow: hidden; 
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
            margin-bottom: 60px;
            border: 1px solid rgba(0,0,0,0.03);
            transition: all 0.4s ease;
        }

        .vission_mission_goal .vmg-item:hover { 
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0,0,0,0.1);
        }

        /* Image Styling with Overlay */
        .vission_mission_goal .image-container {
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .vission_mission_goal .vmg-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .vission_mission_goal .vmg-item:hover .vmg-image {
            transform: scale(1.1);
        }

        /* Content Styling */
        .vission_mission_goal .vmg-content { 
            padding: 0px 60px; 
        }

        .vission_mission_goal .vmg-title { 
            font-family: 'Playfair Display', serif;
            font-weight: 700; 
            color: var(--theme-purple); 
            margin-bottom: 25px; 
            font-size: 2.2rem;
            display: flex;
            align-items: center;
        }

        /* Accent Line before title */
        .vission_mission_goal .vmg-title::before {
            content: "";
            width: 40px;
            height: 2px;
            background: var(--theme-purple);
            display: inline-block;
            margin-right: 15px;
        }

        .vission_mission_goal .vmg-text { 
            font-size: 1.1rem; 
            line-height: 1.9; 
            color: #636e72; 
            font-weight: 400;
        }

        /* Responsive Fixes */
        @media (max-width: 768px) {
            .vission_mission_goal .vmg-content { padding: 30px; }
            /*.vission_mission_goal .section-title { font-size: 2rem; }*/
            .vission_mission_goal .vmg-title { font-size: 1.8rem; }
            .vission_mission_goal .image-container { min-height: 250px; }
        }
        
         .history-title { 
            font-family: 'Playfair Display', serif;
            font-weight: 700; 
            color: var(--theme-purple); 
            margin-bottom: 25px; 
            font-size: 2.2rem;
            display: flex;
            align-items: center;
        }

        /* Accent Line before title */
        .history-title::before {
            content: "";
            width: 40px;
            height: 2px;
            background: var(--theme-purple);
            display: inline-block;
            margin-right: 15px;
        }


        /*partner donar*/
         .section-title {
            font-weight: 700;
            color: var(--theme-purple);
            margin-bottom: 10px;
        }

        .underline {
            width: 60px;
            height: 3px;
            background-color: var(--theme-purple);
            margin: 0 auto 40px;
        }

        /* Logo Card Style */
        .partner-box {
            background: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            padding: 30px;
            text-align: center;
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .partner-box:hover {
            border-color: #28a745;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .partner-box img {
            max-width: 100%;
            max-height: 70px;
            filter: grayscale(100%);
            opacity: 0.8;
            transition: 0.3s;
        }

        .partner-box:hover img {
            filter: grayscale(0%);
            opacity: 1;
        }

        .category-label {
            font-size: 1.2rem;
            font-weight: 600;
            color: #555;
            margin: 40px 0 20px;
            padding-left: 10px;
            border-left: 4px solid #28a745;
        }
        /*partner donar*/


        /*committee*/
        .header-section {
            padding: 80px 0 50px;
            background: #fff;
            border-bottom: 1px solid #eee;
        }

        .team-card {
            background: #fff;
            border: none;
            border-radius: 0px;
            overflow: hidden;
            transition: all 0.3s ease;
            text-align: center;
            padding: 30px 20px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);
            height: 100%;
            border:1px solid rgba(0,0,0,.1);
        }

        .team-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(13, 68, 28, 0.08);
        }

        .member-img {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 20px;
            border: 4px solid #f0fdf4;
            display: inline-block;
        }

        .member-name {
            font-weight: 700;
            color: #000;
            margin-bottom: 5px;
            font-size: 1.25rem;
        }

        .member-role {
            font-size: 0.9rem;
            color: var(--theme-purple);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
            display: block;
        }

        .social-links a {
            color: #adb5bd;
            margin: 0 8px;
            font-size: 1.1rem;
            transition: 0.3s;
            text-decoration: none;
        }

        .social-links a:hover {
            color: #1a5928;
        }

        .section-tag {
            color: #28a745;
            font-weight: 700;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        /*committee*/


        /*history*/
         .history-section { padding: 100px 0; overflow: hidden; }

        /* Uncommon Title Style */
        .rotated-title {
            font-size: 5rem;
            color: rgba(13, 68, 28, 0.05);
            position: absolute;
            text-transform: uppercase;
            white-space: nowrap;
            z-index: -1;
            transform: rotate(-90deg) translateX(-150px);
            left: -150px;
        }

        /* The History Block */
        .history-block {
            position: relative;
            margin-bottom: 150px;
        }

        .year-bg {
            font-size: 10rem;
            font-weight: 900;
            color: #f0fdf4;
            line-height: 1;
            position: absolute;
            top: -50px;
            left: -20px;
            z-index: 0;
            font-family: 'Playfair Display', serif;
        }

        .content-card {
            background: #fff;
            padding: 50px;
            border-radius: 0px 50px 0px 50px; /* Unique Shape */
            box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff; /* Neumorphic touch */
            position: relative;
            z-index: 2;
            margin-left: 100px;
            border-left: 8px solid var(--theme-purple);
        }

        .history-image-wrapper {
            position: relative;
            z-index: 3;
            margin-top: -80px;
            margin-left: -50px;
        }

        .history-image-wrapper img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            border-radius: 20px;
            box-shadow: 0 25px 50px rgba(0,0,0,0.15);
        }

        .history-tag {
            background: var(--primary);
            color: #fff;
            padding: 5px 20px;
            display: inline-block;
            margin-bottom: 20px;
            font-weight: 600;
            letter-spacing: 2px;
        }

        /* Alternating layout for even blocks */
        .history-block.even .year-bg { left: auto; right: -20px; }
        .history-block.even .content-card { margin-left: 0; margin-right: 100px; border-left: none; border-right: 8px solid var(--theme-purple); text-align: right; }
        .history-block.even .history-image-wrapper { margin-left: auto; margin-right: -50px; }

        @media (max-width: 992px) {
            .content-card { margin: 0 !important; padding: 30px; border-radius: 20px; }
            .history-image-wrapper { margin: 20px 0 0 0 !important; }
            .year-bg { font-size: 5rem; top: -30px; }
            .rotated-title { display: none; }
        }
        /*history*/


       /* priority*/
        /* Spacing Utilities */
/*        .section-py { padding-top: 100px; padding-bottom: 100px; }*/
        .mb-6 { margin-bottom: 4rem !important; }

        /* Typography */
        .display-heading {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }

        .section-subtitle {
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--accent-color);
            font-weight: 700;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
            display: block;
        }

        /* Priority Cards Design */
        .priority-wrapper {
/*            background: var(--light-gray);*/
/*            border-radius: 40px;*/
            padding: 80px 40px;
        }

        .p-card {
            background: #fff;
            padding: 50px 35px;
            border-radius: 25px;
            border: 1px solid var(--theme-purple);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            height: 100%;
        }

        .p-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 50px rgba(13, 68, 28, 0.1);
            border-color: var(--accent-color);
        }

        .icon-circle {
            width: 80px;
            height: 80px;
            background: rgba(40, 167, 69, 0.1);
            color: var(--theme-purple);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            margin-bottom: 25px;
        }

        /* Strategy Roadmap Design */
        .strategy-container { padding: 40px 0; }
        
        .strategy-step {
            position: relative;
            padding-left: 50px;
            margin-bottom: 10px;
            border-left: 2px dashed var(--theme-purple);
        }

        .strategy-step::before {
            content: "";
            position: absolute;
            left: -11px;
            top: 0;
            width: 20px;
            height: 20px;
            background: var(--theme-purple);
            border: 4px solid #fff;
            border-radius: 50%;
            box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.1);
        }

        .step-number {
            font-size: 0.85rem;
            font-weight: 800;
            color: var(--theme-purple);
            margin-bottom: 8px;
            display: block;
        }

        .strategy-img-wrapper {
            position: relative;
            padding: 15px;
        }

        .strategy-img-wrapper img {
            border-radius: 10px;
            height: 400px;
        }

        /* Floating Animation */
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
        .float-anim { animation: float 4s ease-in-out infinite; }
       /* priority*/


       /* Sticky Year Styling */
        .year-column {
            position: sticky;
            top: 100px;
            height: fit-content;
        }

        .year-display {
            font-size: 5rem;
            font-weight: 900;
            color: var(--theme-purple); /* Background e thakbe */
            line-height: 1;
            letter-spacing: -3px;
        }

        /* Milestone Card */
        .milestone-content {
            border-left: 5px solid #000; /* Minimalist Bold Line */
            padding-left: 30px;
            margin-bottom: 120px; /* Onekkhani space for uniqueness */
        }

        .milestone-tag {
            background: var(--theme-purple);
            color: #fff;
            padding: 5px 15px;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            display: inline-block;
            margin-bottom: 15px;
        }

        .milestone-title {
            font-weight: 800;
            font-size: 2.2rem;
            margin-bottom: 20px;
            color: #212529;
        }

        .impact-number {
            font-size: 3rem;
            font-weight: 700;
            color: var(--theme-purple);
        }

        /* Background Text Effect */
        .bg-watermark {
            position: absolute;
            right: 0;
            font-size: 15rem;
            font-weight: 900;
            color: rgba(0,0,0,0.02);
            z-index: -1;
            user-select: none;
        }