        body {
            font-family: 'Inter', sans-serif;
            color: #1E293B;
            background: #F8FAFC;
        }

        h1,
        h2,
        h3,
        h4,
        h5 {
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
        }

        .navbar {
            background: #fff;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
        }

        .navbar-brand {
            font-size: 28px;
            font-weight: 700;
            color: #0B5ED7 !important;
        }

        .nav-link {
            font-weight: 500;
            color: #1E293B !important;
            margin-left: 15px;
        }

        .hero-section {
            min-height: 100vh;
            background:
                linear-gradient(rgba(11, 94, 215, 0.75),
                    rgba(11, 94, 215, 0.75)),
                url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?q=80&w=1400&auto=format&fit=crop');
            background-size: cover;
            background-position: center;
            color: white;
            display: flex;
            align-items: center;
            padding-top: 100px;
        }

        .hero-section h1 {
            font-size: 65px;
            line-height: 1.1;
        }

        .hero-section p {
            font-size: 20px;
            color: #E2E8F0;
        }

        .btn-primary-custom {
            background: #16A34A;
            border: none;
            color: white;
            padding: 14px 30px;
            border-radius: 50px;
            font-weight: 600;
        }

        .btn-primary-custom:hover {
            background: #12803a;
            color: #fff;
        }

        .page-banner {
            background: linear-gradient(rgba(11, 94, 215, 0.8), rgba(11, 94, 215, 0.8)), url(https://images.unsplash.com/photo-1529156069898-49953e39b3ac?q=80&w=1400&auto=format&fit=crop);
            background-size: cover;
            background-position: center;
            color: white;
            padding: 180px 0 100px;
            text-align: center;
        }


        .donation-card {
            background: white;
            border-radius: 25px;
            padding: 45px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
        }

        .donation-option {
            border: 2px solid #E2E8F0;
            border-radius: 18px;
            padding: 22px;
            text-align: center;
            cursor: pointer;
            transition: 0.3s;
            font-weight: 600;
            background: #fff;
        }

        .donation-option:hover,
        .donation-option.active {
            border-color: #0B5ED7;
            background: #EFF6FF;
            color: #0B5ED7;
        }

        .donation-option h4 {
            margin: 0;
            font-size: 28px;
        }


        .impact-card {
            background: white;
            border-radius: 25px;
            padding: 40px;
            height: 100%;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: 0.3s;
        }

        .impact-card:hover {
            transform: translateY(-8px);
        }

        .impact-icon {
            width: 80px;
            height: 80px;
            background: #0B5ED7;
            color: white;
            font-size: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            margin-bottom: 25px;
        }

        .impact-card p {
            color: #64748B;
        }

        .donation-info {
            background: #0B5ED7;
            color: white;
            border-radius: 25px;
            padding: 45px;
            height: 100%;
        }

        .donation-info ul {
            padding-left: 18px;
        }

        .donation-info li {
            margin-bottom: 15px;
        }



        @media(max-width: 991px) {


            .donation-card,
            .donation-info {
                padding: 30px;
            }
        }

        .success-slider-row {
            display: flex;
            gap: 20px;
        }

        .success-slide-item {
            flex: 0 0 25%;
        }

        @media (max-width: 991px) {

            .success-slide-item {
                flex: 0 0 50%;
            }

        }

        @media (max-width: 575px) {

            .success-slide-item {
                flex: 0 0 100%;
            }

        }

        .btn-outline-custom {
            border: 2px solid white;
            color: white;
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 600;
        }

        .btn-outline-custom:hover {
            background: white;
            color: #0B5ED7;
        }

        .section-padding {
            padding: 40px 0;
        }

        .section-title {
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-size: 45px;
        }

        .program-card {
            background: white;
            border-radius: 25px;
            padding: 40px;
            height: 100%;
            transition: 0.3s;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
            border-top: 5px solid #0B5ED7;
        }

        .program-card:hover {
            transform: translateY(-10px);
        }

        .program-icon {
            width: 80px;
            height: 80px;
            background: #0B5ED7;
            color: white;
            font-size: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }

        .program-card p {
            color: #64748B;
            margin-bottom: 25px;
        }

        .impact-section {
            background: white;
        }

        .impact-box {
            background: #F8FAFC;
            padding: 40px 25px;
            text-align: center;
            border-radius: 20px;
            height: 100%;
        }

        .impact-box h3 {
            font-size: 42px;
            color: #0B5ED7;
        }

        .stats-box {
            background: white;
            padding: 40px 20px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
        }

        .stats-box h3 {
            color: #0B5ED7;
            font-size: 42px;
            margin-bottom: 10px;
        }

        .about-img img {
            border-radius: 25px;
        }

        .program-card {
            background: white;
            padding: 35px;
            border-radius: 20px;
            transition: 0.3s;
            height: 100%;
            border-top: 5px solid #0B5ED7;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        }

        .program-card:hover {
            transform: translateY(-8px);
        }

        .volunteer-img img {
            border-radius: 25px;
        }

        .feature-card {
            background: white;
            border-radius: 25px;
            padding: 40px;
            text-align: center;
            height: 100%;
            transition: 0.3s;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
        }

        .feature-card:hover {
            transform: translateY(-10px);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: #0B5ED7;
            color: white;
            font-size: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            margin-bottom: 25px;
        }

        .stats-section {
            background: white;
        }

        .stats-box {
            background: #F8FAFC;
            padding: 40px 25px;
            text-align: center;
            border-radius: 20px;
            height: 100%;
        }

        .stats-box h3 {
            font-size: 42px;
            color: #0B5ED7;
        }

        .testimonial-card {
            background: white;
            border-radius: 25px;
            padding: 35px;
            height: 100%;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
        }

        .testimonial-card img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 20px;
        }

        .volunteer-form {
            background: white;
            padding: 50px;
            border-radius: 25px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
        }

        .form-control,
        .form-select {
            height: 55px;
            border-radius: 12px;
            border: 1px solid #CBD5E1;
        }

        textarea.form-control {
            height: 150px;
            resize: none;
        }


        /* Testimonial Card */

        .testimonial-card {
            background: #fff;
            padding: 35px 30px;
            border-radius: 18px;
            text-align: center;
            box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
            height: 100%;
            transition: 0.4s ease;
            margin: 10px;
        }

        .testimonial-card:hover {
            transform: translateY(-8px);
        }

        .testimonial-card img {
            width: 90px !important;
            height: 90px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 20px;
        }

        .testimonial-card h5 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .testimonial-card p {
            font-size: 15px;
            line-height: 1.8;
            color: #666;
        }

        /* Owl Dots */

        .volunteer-story-slider .owl-dots {
            margin-top: 35px;
            text-align: center;
        }


        .contact-info-card {
            background: white;
            border-radius: 25px;
            padding: 40px;
            height: 100%;
            transition: 0.3s;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
            text-align: center;
        }

        .contact-info-card:hover {
            transform: translateY(-8px);
        }

        .contact-icon {
            width: 80px;
            height: 80px;
            background: #0B5ED7;
            color: white;
            font-size: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            margin-bottom: 25px;
        }

        .contact-form-box {
            background: white;
            padding: 50px;
            border-radius: 25px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
        }


        .map-box iframe {
            width: 100%;
            height: 500px;
            border: 0;
            border-radius: 25px;
        }

        .faq-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
        }

        .accordion-button {
            font-weight: 600;
            padding: 22px 25px;
        }

        .accordion-button:not(.collapsed) {
            background: #0B5ED7;
            color: white;
        }

        .accordion-body {
            padding: 25px;
            color: #64748B;
        }

        @media(max-width: 991px) {


            .contact-form-box {
                padding: 30px;
            }

            .map-box iframe {
                height: 350px;
            }
        }


        .program-image img {
            border-radius: 25px;
        }

        .training-form {
            background: white;
            border-radius: 25px;
            padding: 50px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
        }


        /* Desktop Hover Dropdown */
        @media (min-width: 992px) {

            .navbar .dropdown:hover .dropdown-menu {
                display: block;
                margin-top: 0;
            }

        }

        .dropdown-item:focus,
        .dropdown-item:hover {
            color: #ffffff;
            background-color: #16a34a !important;
        }


        .class-card {
            background: white;
            border-radius: 25px;
            padding: 35px;
            height: 100%;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
        }

        .class-card h4 {
            margin-bottom: 20px;
        }

        .class-card ul {
            padding-left: 18px;
        }

        .class-card li {
            margin-bottom: 12px;
            color: #64748B;
        }

        .registration-form {
            background: white;
            border-radius: 25px;
            padding: 50px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
        }


        .help-form {
            background: white;
            border-radius: 25px;
            padding: 50px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
        }

        .service-card {
            background: white;
            border-radius: 25px;
            padding: 35px;
            height: 100%;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
        }

        .service-card ul {
            padding-left: 18px;
        }

        .service-card li {
            margin-bottom: 12px;
            color: #64748B;
        }

        .program-image img {
            border-radius: 25px;
        }

        .support-form {
            background: white;
            border-radius: 25px;
            padding: 50px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
        }


        @media(max-width: 991px) {


            .support-form {
                padding: 30px;
            }
        }

        .story-card img {
            height: 350px;
            object-fit: cover;
        }

        .guidance-form {
            background: white;
            border-radius: 25px;
            padding: 50px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
        }


        @media(max-width: 991px) {



            .guidance-form {
                padding: 30px;
            }
        }

        @media(max-width: 991px) {
            .help-form {
                padding: 30px;
            }
        }

        @media(max-width: 991px) {

            .registration-form {
                padding: 30px;
            }
        }



        @media(max-width: 991px) {

            .training-form {
                padding: 30px;
            }
        }

        .volunteer-story-slider .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 5px;
            background: #d0d0d0 !important;
            transition: 0.3s;
        }

        .volunteer-story-slider .owl-dot.active span {
            background: #0d6efd !important;
        }

        .program-icon {
            width: 70px;
            height: 70px;
            background: #0B5ED7;
            color: white;
            font-size: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
        }

        .donation-section {
            background:
                linear-gradient(rgba(0, 0, 0, 0.7),
                    rgba(0, 0, 0, 0.7)),
                url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?q=80&w=1400&auto=format&fit=crop');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: white;
            text-align: center;
        }

        .donation-section h2 {
            font-size: 55px;
        }

        .story-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            height: 100%;
        }

        .story-card img {
            width: 100%;
        }

        .volunteer-section {
            background: #0B5ED7;
            color: white;
        }

        .volunteer-section img {
            border-radius: 25px;
        }

        .blog-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            height: 100%;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        }

        .blog-card img {
            height: 250px;
            object-fit: cover;
        }

        .newsletter-section {
            background: linear-gradient(to right, #0B5ED7, #2563EB);
            color: white;
            text-align: center;
        }

        .newsletter-input {
            height: 55px;
            border-radius: 50px;
            border: none;
            padding-left: 20px;
        }

        footer {
            background: #111827;
            color: #CBD5E1;
        }

        footer h5 {
            color: white;
            margin-bottom: 25px;
        }

        footer a {
            color: #CBD5E1;
            text-decoration: none;
            display: block;
            margin-bottom: 12px;
        }

        footer a:hover {
            color: white;
        }

        .footer-bottom {
            border-top: 1px solid #334155;
        }

        .mission-card {
            background: white;
            padding: 40px 20px;
            border-radius: 20px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
            height: 100%;
            transition: 0.3s;
        }

        .mission-card:hover {
            transform: translateY(-8px);
        }

        .mission-icon {
            width: 75px;
            height: 75px;
            background: #0B5ED7;
            color: white;
            font-size: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
        }

        .team-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            height: 100%;
        }



        .team-card .content {
            padding: 25px;
        }

        .team-card span {
            color: #0B5ED7;
            font-weight: 600;
        }

        .cta-section {
            background:
                linear-gradient(rgba(0, 0, 0, 0.7),
                    rgba(0, 0, 0, 0.7)),
                url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?q=80&w=1400&auto=format&fit=crop');
            background-size: cover;
            background-position: center;
            color: white;
            text-align: center;
        }

        .section-title {
            margin-top: 20px;
        }

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

        @media(max-width: 991px) {
            .hero-section {
                text-align: center;
                padding: 140px 0 100px;
            }

            .hero-section h1 {
                font-size: 35px;
            }

            .section-title h2 {
                font-size: 24px;
            }

            .donation-section h2 {
                font-size: 40px;
            }
        }



        /* =========================
   Services Section
========================= */

        .hm-services-section {
            padding: 50px 0;
            background: #f7f7f7;
        }

        .hm-services-subtitle {
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #c48b2b;
            margin-bottom: 15px;
        }

        section.bottom-content {
            padding-bottom: 50px;
        }

        .hm-services-title {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            color: #0d223f;
            margin-bottom: 25px;
        }

        .hm-services-text {
            font-size: 17px;
            line-height: 1.9;
            color: #666;
        }

        .hm-service-item {
            background: #fff;
            border-radius: 16px;
            padding: 20px 20px;
            height: 100%;
            display: flex;
            gap: 18px;
            align-items: center;
            transition: 0.4s ease;
            border: 1px solid #ececec;
        }

        .hm-service-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        }

        .hm-service-number {
            min-width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #0d223f;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            font-weight: 700;
        }

        .hm-service-item h4 {
            font-size: 16px;
            line-height: 1.5;
            color: #222;
            font-weight: 600;
            margin: 0;
        }

        /* =========================
   Responsive
========================= */

        @media(max-width:991px) {

            .hm-services-title {
                font-size: 38px;
            }

            .hm-service-item h4 {
                font-size: 18px;
            }
        }

        @media(max-width:767px) {

            .hm-services-section {
                padding: 70px 0;
            }

            .hm-services-title {
                font-size: 30px;
            }

            .hm-services-text {
                font-size: 15px;
            }

            .hm-service-item {
                padding: 22px 20px;
            }

            .hm-service-number {
                min-width: 48px;
                height: 48px;
                font-size: 16px;
            }

            .hm-service-item h4 {
                font-size: 16px;
            }
        }







        /* =========================
   Chairman Message Section
========================= */

        .hm-chairman-section {
            background: #f4f4f4;
            padding: 90px 0;
            overflow: hidden;
        }

        .hm-chairman-wrapper {
            position: relative;
        }

        .hm-quote-top {
            position: absolute;
            top: -30px;
            left: 0;
            font-size: 60px;
            font-weight: 700;
            line-height: 1;
            color: #0d223f;
            opacity: 0.9;
        }

        .hm-quote-bottom {
            position: absolute;
            right: 0;
            bottom: -70px;
            font-size: 60px;
            font-weight: 700;
            line-height: 1;
            color: #0d223f;
            opacity: 0.9;
        }

        .hm-chairman-content {
            max-width: 1100px;
            margin: auto;
            padding: 0 40px;
        }

        .hm-chairman-text {
            font-size: 20px;
            line-height: 1.7em;
            font-style: italic;
            color: #5c5c5c;
            margin-bottom: 30px;
            font-weight: 400;
        }

        .hm-chairman-name {
            text-align: right;
            font-size: 25px;
            font-weight: 700;
            color: #0d223f;
            margin-top: 30px;
        }

        .contenting-wrapper {
            margin-top: 70px;
        }

        /* =========================
   Responsive
========================= */

        @media (max-width: 991px) {

            .hm-chairman-text {
                font-size: 22px;
                line-height: 1.7;
            }

            .hm-chairman-name {
                font-size: 24px;
            }

            .hm-quote-top,
            .hm-quote-bottom {
                font-size: 70px;
            }
        }

        .mission-card h4 {
            font-size: 20px;
        }

        @media (max-width: 767px) {

            .hm-chairman-section {
                padding: 70px 0;
            }

            .hm-chairman-content {
                padding: 0 15px;
            }

            .hm-chairman-text {
                font-size: 18px;
                line-height: 1.8;
            }

            .hm-chairman-name {
                font-size: 20px;
                text-align: left;
            }

            .hm-quote-top {
                top: -20px;
                font-size: 55px;
            }

            .hm-quote-bottom {
                bottom: -40px;
                font-size: 55px;
            }
        }


        @media (min-width: 1600px) {

            .container,
            .container-lg,
            .container-md,
            .container-sm,
            .container-xl,
            .container-xxl {
                max-width: 1420px;
            }
        }

        .social-icons a {
            width: 42px;
            height: 42px;
            background: rgba(255, 255, 255, 0.1);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 10px;
            color: #fff;
        }