/* CSS Document */
/* 01 - General Styles & Typography
/* ------------------------------------------ */

body,
html {
    height: 100%;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    color: #555;
    margin-top: 25px;
}

@media (min-width: 768px) {
    body {
        margin-top: 65px;
    }
}
/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin-top: 0px;
    font-weight: 600;
}

h1,
h2 {
    color: #0066cc;
}

h3,
h4,
h5,
h6 {
    color: #333;
}

h1 {
    font-size: 24px;
    line-height: 55px;
}

h2 {
    font-size: 22px;
    line-height: 40px;
}

h3 {
    font-size: 20px;
    line-height: 20px;
}

h4 {
    font-size: 17px;
    line-height: 14px;
}

h5 {
    font-size: 16px;
    line-height: 12px;
}

h6 {
    font-size: 14px;
    line-height: 10px;
}

p {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #7a7c82;
    font-weight: 400;
    margin-bottom: 15px;
}

span {
    color: #0066cc;
}

a {
    color: #0066cc;
}

#new{
    color:#000000;

}

a:hover,
a:focus {
    color: #7bc143;
    text-decoration: none;
    outline: none
}

/* Titles */

.title-section {
    font-size: 42px;
}

.title-regular {
    font-weight: 500;
    color: #333;
}

.title-underline {
    height: 3px;
    width: 70px;
    background-color: #0066cc;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: 0px;
}

/* Alternate Text-Styles */

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}


/* 02 -  (Bootstrap) Components
/* ------------------------------------------ */
/* Buttons */

.btn-primary {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    border: none;
    color: #FFF;
    outline: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 102, 204, 0.3);
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background: linear-gradient(135deg, #0052a3 0%, #0066cc 100%);
    border: none;
    cursor: pointer;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.4);
}

.btn-primary:hover {
    color: #fff;
    background: linear-gradient(135deg, #0052a3 0%, #0066cc 100%);
    border: none;
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.4);
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #0052a3 0%, #0066cc 100%);
    border: none;
    outline: none;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
    color: #fff;
    background: linear-gradient(135deg, #0052a3 0%, #0066cc 100%);
    border: none;
    outline: none;
}

.btn-default {
    background: linear-gradient(135deg, #7bc143 0%, #5fa32d 100%);
    border: none;
    color: #FFF;
    outline: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(123, 193, 67, 0.3);
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background: linear-gradient(135deg, #5fa32d 0%, #7bc143 100%);
    border: none;
    cursor: pointer;
    outline: none;
    box-shadow: 0 5px 15px rgba(123, 193, 67, 0.4);
}

.btn-default:hover {
    color: #fff;
    background: linear-gradient(135deg, #5fa32d 0%, #7bc143 100%);
    border: none;
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(123, 193, 67, 0.4);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background: linear-gradient(135deg, #5fa32d 0%, #7bc143 100%);
    border: none;
    outline: none;
}

.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
    color: #fff;
    background: linear-gradient(135deg, #5fa32d 0%, #7bc143 100%);
    border: none;
    outline: none;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    padding: 3px 5px;
}

.btn-link {
    color: #0066cc;
}
/* 03 - General Section Stylings
/* ------------------------------------------ */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.divider {
    margin: 0;
    border-top: 1px solid #eee;
}

.page-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 130px 0;
}

.section-grey {
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
}

.page-section-no-padding {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

.padding-0 {
    padding: 0;
}

.margin-0 {
    margin: 0;
}


/* Margins */
.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

/* Generalized Paddings for smaller Sections */

.padding-30 {
    padding: 30px 0;
}

.padding-60 {
    padding: 60px 0;
}

@media (max-width: 991px) {
    .container-fluid,
    .row {
        margin: 0;
        padding: 0;
    }
}


/* 04 - Navbar-Header, Navigation, Logo
/* ------------------------------------------ */


/* Logo (change width here) */
.logo{
    padding: auto;
    text-align: center;
    max-width: 90px;
    height: auto;
}
/* Navbar */

@media(min-width:768px) {
    .navbar {
        padding: 5px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-nav {
    margin-top: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: initial;
    color: #0066cc;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #0066cc;
}

.navbar-default .navbar-nav > li > a {
    color: #7a7c82;
    font-size: 15px;
    font-weight: 700;
    margin: 2px 3px;
}


/* 05 - Headers
/* ------------------------------------------ */

/* Hero Header */

.hero-header {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}

.hero-header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

.hero-header .intro-text .intro-lead-in {
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

.hero-header .intro-text .intro-heading {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .hero-header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    .hero-header .intro-text .intro-lead-in {
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .hero-header .intro-text .intro-heading {
        font-weight: 700;
        font-family: arial;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px;
    }
}
/* 08_01 - Call to Action
-------------------------------------------------- */

.cta {
    padding: 20px 15px;
}

.cta p{
    margin: 0 0 15px 0;
    text-align: center;
}

.cta-button {
    margin: 5px 0;
    text-align: center;
}

.cta-button a {
    margin-right: 15px;
}

.cta-primary .btn-primary {
    background-color: #fff;
    border-color: #c84600;
    color: #ff5800;
    outline: none;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #c84600;
    border-color: #FF5800;
    cursor: pointer;
    outline: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c84600;
    border-color: #FF5800;
    outline: none;
}

.btn-primary:active
{
    color: #fff;
    background-color: #c84600;
    border-color: #FF5800;
    outline: none;
}

.btn-primary:active:hover
.btn-primary:active:focus
.btn-primary:active.focus
 {
    color: #fff;
    background-color: #c84600;
    border-color: #FF5800;
    outline: none;
}

@media (min-width: 992px) {
    .cta p
    {
        text-align: left;
        margin: 0;
    }
    .cta-button {
        text-align: right
    }
}
/* 08_02 - Intro
-------------------------------------------------- */

.intro .fa {
    display: block;
    font-size: 42px;
    color: #0066cc;
}

.intro label {
    font-size: 18px;
    margin: 0;
}

.intro label strong {
    font-size: 52px;
}
/* 08_03 - Footer
-------------------------------------------------- */

footer {
    background-color: #0066cc;
    padding: 50px 0 0 0;
}

footer p {
    color: #fff;
}

footer a {
    color: #fff;
}

footer ul {
    padding: 0;
}

footer h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-logo {
    width: 100px;
    margin-bottom: 20px;
    background: white;
    padding: 10px;
    border-radius: 5px;
}

.footer-menu h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-menu ul li {
    list-style: none;
    padding: 0 0 10px 0;
}

.footer-menu ul li:before {
    content: "›";
    margin-right: 8px;
    color: #fff;
    font-weight: bold;
}

footer a:visited,
footer a:link,
footer a:active {
    text-decoration: none;
}

footer a:hover {
    color: #7bc143;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .col-md-4 {
    margin-bottom: 20px;
}

/* Footer Social Icons in Connect Section */
.footer-social-icons {
    margin-top: 20px;
}

.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin: 0 8px 8px 0;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 16px;
}

.footer-social-icons a i {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}

/* Individual brand colors for footer social icons */
.footer-social-icons a[title="Facebook"] {
    background-color: #1877f2 !important;
}

.footer-social-icons a[title="Instagram"] {
    background-color: #e4405f !important;
}

.footer-social-icons a[title="X"] {
    background-color: #000000 !important;
}

.footer-social-icons a[title="Twitter"] {
    background-color: #000000 !important;
}

.footer-social-icons a[title="LinkedIn"] {
    background-color: #0077b5 !important;
}

/* Center all Font Awesome icons in footer */
.footer-social-icons a i::before {
    display: block;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
}

/* Override Twitter icon to display X */
.footer-social-icons .fa-twitter::before {
    content: "𝕏" !important;
    font-family: inherit !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.footer-social-icons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

/* Footer Copyright Section */
.footer-copyright {
    background-color: #7bc143;
    margin: 30px 0 0 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #fff;
}

.footer-copyright p {
    margin: 0;
    color: #fff;
}
.nav-item{
    padding: 5px 8px;
}
.navbar{
    height:auto;
}

/* Get Involved Button - Global Style */
.btn-get-involved {
    background: #7bc143;
    color: #fff !important;
    padding: 6px 18px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    margin-left: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(123, 193, 67, 0.3);
}

.btn-get-involved:hover {
    background: #5fa32d;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(123, 193, 67, 0.4);
    color: #fff !important;
}

/* Glass Background Section */
.glass-background-section {
    background: url('img/homepg2.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.glass-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.glass-content {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 50px;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.glass-content h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.glass-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .glass-background-section {
        min-height: 400px;
        padding: 60px 0;
    }

    .glass-content {
        padding: 30px 20px;
    }

    .glass-content h2 {
        font-size: 28px;
    }

    .glass-content p {
        font-size: 16px;
    }
}

/* Mission Text Overlay */
.mission-text-overlay {
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 40px 20px;
    position: relative;
    z-index: 2;
}

.mission-text-overlay h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.mission-text-overlay p {
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

@media (max-width: 768px) {
    .mission-text-overlay h2 {
        font-size: 32px;
    }

    .mission-text-overlay p {
        font-size: 16px;
    }
}

/* Donation Section */
.donate-section {
    padding: 80px 0;
    background: #f8f9fa;
    font-family: 'Poppins', sans-serif;
}

.donate-section .title-section {
    color: #0066cc;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
}

.donate-section .title-regular {
    font-weight: 300;
    color: #333;
}

.donate-section .title-underline {
    width: 80px;
    height: 4px;
    background: #7bc143;
    border: none;
    margin: 20px 0 30px 0;
}

.donate-section p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
}

.donate-section .form-group {
    margin-bottom: 20px;
}

.donate-section .form-group label {
    color: #333;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
    font-weight: 400;
}

.donate-section .form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    width: 100%;
}

.donate-section .form-control:focus {
    border-color: #0066cc;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.15);
    outline: none;
}

/* Donation Amount Input with Currency */
.donation-amount-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
}

.currency-symbol {
    padding: 15px 0 15px 15px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.donation-input {
    border: none !important;
    padding: 15px 10px !important;
    flex: 1;
    box-shadow: none !important;
}

.currency-label {
    padding: 15px 15px 15px 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

.currency-selector {
    padding: 15px 15px 15px 10px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: white;
    cursor: pointer;
    outline: none;
    font-family: 'Poppins', sans-serif;
}

/* Donor Name Input */
.donor-name-input {
    min-height: 50px;
    resize: none;
}

/* PayPal Button */
.btn-paypal {
    background: #FFC439;
    color: #003087;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    margin-bottom: 15px;
}

.btn-paypal:hover {
    background: #FFB800;
    transform: translateY(-1px);
}

.btn-paypal i {
    margin-right: 8px;
}

/* Checkout Button */
.btn-checkout {
    background: #003087;
    color: #fff;
    width: 100%;
    padding: 18px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-checkout:hover {
    background: #002366;
    transform: translateY(-1px);
}

/* GoFundMe Button */
.btn-gofundme {
    background: #02D86F;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-shadow: 0 2px 8px rgba(2, 216, 111, 0.3);
}

.btn-gofundme:hover {
    background: #00B964;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 185, 100, 0.4);
    color: #fff;
    text-decoration: none;
}

.btn-gofundme i {
    margin-right: 8px;
}

/* Home Page Donation Card */
.home-donation-card {
    background: white;
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.home-donation-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 35px;
    text-align: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: -0.02em;
}

.form-group-custom {
    margin-bottom: 20px;
}

.form-group-custom label {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    display: block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.donate-video-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.donate-hero-video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    object-fit: contain;
    background: #000;
}

@media (max-width: 991px) {
    .donate-section {
        padding: 60px 0;
    }

    .donate-section .title-section {
        font-size: 32px;
    }

    .donate-video-wrapper {
        margin-top: 40px;
    }
}

/* ========================================
   COMPREHENSIVE MOBILE RESPONSIVENESS
   ======================================== */

/* Tablets and Small Laptops (768px - 991px) */
@media (max-width: 991px) {
    /* General adjustments */
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 28px;
        line-height: 36px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3 {
        font-size: 20px;
    }

    /* Container padding */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Section padding */
    section {
        padding: 40px 0;
    }
}

/* Mobile Devices (577px - 767px) */
@media (max-width: 767px) {
    /* Typography */
    body {
        font-size: 14px;
        margin-top: 20px;
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    h4 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    /* Container */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Navigation */
    .navbar {
        padding: 10px 15px;
    }

    .navbar-brand {
        font-size: 18px;
    }

    .navbar-toggler {
        padding: 5px 10px;
        font-size: 18px;
    }

    .navbar-nav {
        margin-top: 15px;
    }

    .nav-link {
        padding: 10px 0;
        font-size: 16px;
    }

    /* Hero sections */
    .hero-section,
    .glass-background-section {
        min-height: 350px;
        padding: 40px 0;
    }

    .hero-content h1,
    .glass-content h2 {
        font-size: 24px;
    }

    .hero-content p,
    .glass-content p {
        font-size: 14px;
    }

    /* Sections */
    section {
        padding: 30px 0;
    }

    /* Cards */
    .card {
        margin-bottom: 20px;
    }

    .pillar-card,
    .program-card {
        margin-bottom: 30px;
    }

    /* Pillar icons */
    .pillar-icon {
        width: 100px;
        height: 100px;
    }

    .pillar-icon i {
        font-size: 50px;
    }

    .pillar-title {
        font-size: 18px;
    }

    /* Buttons */
    .btn {
        padding: 12px 25px;
        font-size: 14px;
    }

    .btn-lg {
        padding: 14px 30px;
        font-size: 16px;
    }

    /* Donation section */
    .donate-section {
        padding: 40px 0;
    }

    .donate-section .title-section {
        font-size: 28px;
    }

    .btn-gofundme {
        font-size: 16px;
        padding: 12px;
    }

    /* Forms */
    .form-control {
        font-size: 14px;
        padding: 10px;
    }

    /* Impact Stats */
    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 14px;
    }

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

    /* Tables */
    table {
        font-size: 13px;
    }

    /* Footer */
    footer {
        padding: 30px 0;
        text-align: center;
    }

    footer .col-md-3,
    footer .col-md-4 {
        margin-bottom: 20px;
    }
}

/* Small Mobile Devices (up to 576px) */
@media (max-width: 576px) {
    /* Typography - Even smaller for tiny screens */
    body {
        font-size: 13px;
        margin-top: 15px;
    }

    h1 {
        font-size: 20px;
        line-height: 28px;
    }

    h2 {
        font-size: 18px;
        line-height: 24px;
    }

    h3 {
        font-size: 16px;
        line-height: 22px;
    }

    h4 {
        font-size: 15px;
    }

    p {
        font-size: 13px;
        line-height: 20px;
    }

    /* Container - Tighter padding */
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Navigation */
    .navbar {
        padding: 8px 10px;
    }

    .navbar-brand {
        font-size: 16px;
    }

    .nav-link {
        font-size: 15px;
        padding: 8px 0;
    }

    /* Hero sections */
    .hero-section,
    .glass-background-section {
        min-height: 300px;
        padding: 30px 0;
    }

    .hero-content h1,
    .glass-content h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .hero-content p,
    .glass-content p {
        font-size: 13px;
    }

    /* Mission overlay */
    .mission-text-overlay h2 {
        font-size: 24px;
    }

    .mission-text-overlay p {
        font-size: 14px;
    }

    /* Sections - Reduced padding */
    section {
        padding: 25px 0;
    }

    /* Pillar section */
    .pillars-section .main-title {
        font-size: 24px;
    }

    .pillars-section .subtitle {
        font-size: 18px;
    }

    .pillar-icon {
        width: 80px;
        height: 80px;
    }

    .pillar-icon i {
        font-size: 40px;
    }

    .pillar-title {
        font-size: 16px;
    }

    .pillar-description {
        font-size: 13px;
    }

    /* Buttons - Smaller but still tappable */
    .btn {
        padding: 10px 20px;
        font-size: 13px;
        min-height: 44px; /* iOS recommended tap target */
    }

    .btn-lg {
        padding: 12px 25px;
        font-size: 14px;
    }

    .btn-gofundme {
        font-size: 15px;
        padding: 12px;
        min-height: 48px;
    }

    /* Donation section */
    .donate-section {
        padding: 30px 0;
    }

    .donate-section .title-section {
        font-size: 24px;
        line-height: 1.3;
    }

    .donate-section .title-regular {
        font-size: 18px;
    }

    .title-underline {
        width: 60px;
        height: 3px;
    }

    /* Forms */
    .form-control {
        font-size: 13px;
        padding: 10px;
        min-height: 44px;
    }

    .form-group-custom label {
        font-size: 13px;
    }

    .donor-name-input {
        font-size: 14px;
    }

    /* Impact Stats */
    .impact-stats {
        padding: 30px 15px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 12px;
    }

    /* CTA Section */
    .cta-section {
        padding: 30px 15px;
    }

    .cta-section h2 {
        font-size: 20px;
    }

    .cta-section p {
        font-size: 13px;
    }

    /* Cards - Full width on small screens */
    .card {
        margin-bottom: 15px;
    }

    .card-body {
        padding: 15px;
    }

    /* Tables - Better mobile view */
    table {
        font-size: 12px;
    }

    table thead {
        display: none; /* Hide headers on very small screens */
    }

    table td {
        display: block;
        text-align: right;
        padding: 8px;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    /* Footer */
    footer {
        padding: 20px 0;
        font-size: 13px;
    }

    footer h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    /* Social icons */
    .social-icons a {
        font-size: 18px;
        margin: 0 8px;
    }

    /* Images */
    .donate-video-wrapper,
    .donate-hero-video {
        margin-top: 20px;
    }

    /* Hide/Show elements on mobile */
    .desktop-only {
        display: none !important;
    }
}

/* Very Small Devices (up to 375px) */
@media (max-width: 375px) {
    body {
        font-size: 12px;
    }

    h1 {
        font-size: 18px;
        line-height: 24px;
    }

    h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .pillars-section .main-title {
        font-size: 20px;
    }

    .donate-section .title-section {
        font-size: 20px;
    }

    .pillar-icon {
        width: 70px;
        height: 70px;
    }

    .pillar-icon i {
        font-size: 35px;
    }
}
/* Mobile Heading Styles - Smaller Titles */
@media (max-width: 768px) {
    h1 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    h2 {
        font-size: 17px !important;
        line-height: 25px !important;
    }

    h3 {
        font-size: 16px !important;
        line-height: 23px !important;
    }

    h4 {
        font-size: 15px !important;
        line-height: 21px !important;
    }

    h5, h6 {
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .section-title {
        font-size: 22px !important;
    }

    .title-section {
        font-size: 20px !important;
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 576px) {
    h1 {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    h2 {
        font-size: 17px !important;
        line-height: 24px !important;
    }

    h3 {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    h4 {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .section-title {
        font-size: 20px !important;
    }

    .title-section {
        font-size: 18px !important;
    }
}

/* Mobile Side Navigation */
.mobile-sidenav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-sidenav-overlay.active {
    display: block;
    opacity: 1;
}

.mobile-sidenav {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.mobile-sidenav.active {
    left: 0;
}

.mobile-sidenav-header {
    padding: 20px;
    background: linear-gradient(135deg, #0066cc 0%, #7bc143 100%);
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.mobile-nav-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.mobile-nav-title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.mobile-nav-title p {
    margin: 0;
    font-size: 12px;
    opacity: 0.9;
    color: white;
}

.mobile-nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.mobile-nav-menu {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.mobile-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.mobile-nav-item i {
    color: #7bc143;
    font-size: 18px;
    width: 24px;
}

.mobile-nav-item:hover {
    background: #f5f5f5;
    color: #0066cc;
}

.mobile-nav-item.active {
    background: #e8f5e9;
    color: #7bc143;
    border-left: 4px solid #7bc143;
}

.mobile-nav-contact {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.mobile-contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.mobile-contact-item:last-child {
    margin-bottom: 0;
}

.mobile-contact-item i {
    color: #0066cc;
    font-size: 18px;
    width: 24px;
    margin-top: 2px;
}

.mobile-contact-item strong {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
}

.mobile-contact-item a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    margin: 2px 0;
}

.mobile-contact-item a:hover {
    color: #7bc143;
}

.mobile-contact-item p {
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.mobile-nav-cta {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-cta-btn {
    display: block;
    text-align: center;
    padding: 12px 20px;
    background: #7bc143;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.3s ease;
}

.mobile-cta-btn:hover {
    background: #5fa32d;
    color: white;
}

.mobile-cta-btn.secondary {
    background: #0066cc;
}

.mobile-cta-btn.secondary:hover {
    background: #0052a3;
}

.mobile-nav-social {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.mobile-nav-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.mobile-nav-social a[title="Facebook"] {
    background: #1877f2;
    color: white;
}

.mobile-nav-social a[title="Instagram"] {
    background: #e4405f;
    color: white;
}

.mobile-nav-social a[title="X"] {
    background: #000000;
    color: white;
}

.mobile-nav-social a:hover {
    transform: scale(1.1);
}

.mobile-nav-social a i {
    font-size: 18px;
}

/* Hide on desktop */
@media (min-width: 769px) {
    .mobile-sidenav,
    .mobile-sidenav-overlay {
        display: none !important;
    }
}
