 
         /* ================================
         NGO CONTENT – PREMIUM HIERARCHY
         ================================ */
         /* Container */
         .ngo-content-box {
         background: #ffffff;
         border-radius: 16px;
         box-shadow: 0 12px 35px rgba(0,0,0,0.06);
         border-left: 3px solid #ff7a18;
         padding: 8px;
         }
         /* Base paragraph */
         .ngo-content-box p {
         font-size: 15.8px;
         line-height: 1.8;
         color: #444;
         margin-bottom: 14px;
         }
         /* Lead intro */
         .ngo-content-box .lead {
         font-size: 17px;
         font-weight: 500;
         color: #222;
         }
         /* ===== H2 ===== */
         .ngo-content-box h2 {
         font-size: 30px;
         font-weight: 700;
         color: #0d6efd;
         margin-top: 48px;
         margin-bottom: 18px;
         position: relative;
         }
         .ngo-content-box h2::after {
         content: "";
         display: block;
         width: 60px;
         height: 4px;
         background: linear-gradient(90deg,#ff7a18,#0d6efd);
         margin-top: 10px;
         border-radius: 5px;
         }
         /* ===== H3 ===== */
         .ngo-content-box h3 {
         font-size: 23px;
         font-weight: 600;
         color: #212529;
         margin-top: 40px;
         margin-bottom: 14px;
         }
         /* ===== H4 ===== */
         .ngo-content-box h4 {
         font-size: 19px;
         font-weight: 600;
         color: #0d6efd;
         margin-top: 32px;
         margin-bottom: 12px;
         }
         /* ===== H5 ===== */
         .ngo-content-box h5 {
         font-size: 16.5px;
         font-weight: 600;
         color: #333;
         margin-top: 26px;
         margin-bottom: 10px;
         border-left: 3px solid #ff7a18;
         padding-left: 10px;
         }
         /* ===== H6 ===== */
         .ngo-content-box h6 {
         font-size: 15px;
         font-weight: 600;
         color: #555;
         margin-top: 22px;
         margin-bottom: 12px;
         text-align: center;
         }
         /* ================================
         LISTS – ICON STYLE
         ================================ */
         .ngo-content-box ul {
         padding-left: 0;
         margin: 18px 0 26px;
         }
         .ngo-content-box ul li {
         list-style: none;
         position: relative;
         padding-left: 32px;
         margin-bottom: 10px;
         font-size: 15.5px;
         color: #444;
         }
         .ngo-content-box ul li::before {
         content: "\f058";
         font-family: "Font Awesome 5 Free";
         font-weight: 900;
         color: #ff7a18;
         position: absolute;
         left: 0;
         top: 2px;
         }
         /* ================================
         CTA BUTTON
         ================================ */
         .ngo-cta-btn {
         background: linear-gradient(135deg,#ff7a18,#0d6efd);
         color: #fff;
         font-size: 16px;
         font-weight: 600;
         padding: 15px 25px;
         border-radius: 50px;
         border: none;
         box-shadow: 0 10px 25px rgba(13,110,253,0.25);
         transition: all 0.3s ease;
         }
         .ngo-cta-btn:hover {
         transform: translateY(-2px);
         box-shadow: 0 14px 35px rgba(255,122,24,0.35);
         color: #fff;
         }
         /* ================================
         FAQ BOX
         ================================ */
         .faq-box p {
         background: #f8f9fa;
         padding: 14px 18px;
         border-radius: 10px;
         border-left: 4px solid #0d6efd;
         margin-bottom: 14px;
         font-size: 15.2px;
         }
         /* ================================
         MOBILE OPTIMIZATION
         ================================ */
         @media (max-width: 768px) {
         .ngo-content-box h2 { font-size: 25px; }
         .ngo-content-box h3 { font-size: 21px; }
         .ngo-content-box h4 { font-size: 18px; }
         }
         /* NGO Intro Box */
         .ngo-intro-box {
         background: linear-gradient(135deg, #fff7f0, #f8faff);
         padding: 28px 32px;
         border-radius: 14px;
         box-shadow: 0 8px 30px rgba(0,0,0,0.06);
         position: relative;
         }
         /* Intro paragraph */
         .ngo-intro-text {
         font-size: 16.5px;
         line-height: 1.75;
         color: #333;
         margin-bottom: 14px;
         }
         .ngo-intro-text a {
         color: #0d6efd;
         text-decoration: none;
         font-weight: 600;
         }
         .ngo-intro-text a:hover {
         color: #ff7a18;
         text-decoration: underline;
         }
         /* Divider */
         .ngo-divider {
         width: 80px;
         height: 4px;
         background: linear-gradient(90deg, #ff7a18, #0d6efd);
         border: none;
         border-radius: 5px;
         margin: 18px 0;
         }
         /* Main Heading */
         .ngo-main-heading {
         font-size: 30px;
         font-weight: 800;
         color: #1a1a1a;
         line-height: 1.35;
         margin-bottom: 12px;
         }
         .ngo-main-heading span {
         display: block;
         font-size: 18px;
         font-weight: 600;
         color: #ff7a18;
         margin-top: 6px;
         }
         /* Supporting text */
         .ngo-support-text {
         font-size: 15.5px;
         color: #555;
         line-height: 1.7;
         max-width: 720px;
         }
         /* Shapes positioning safety */
         .section-title-shape-1,
         .section-title-shape-2 {
         pointer-events: none;
         }
         /* Mobile optimization */
         @media (max-width: 768px) {
         .ngo-intro-box {
         padding: 22px;
         }
         .ngo-main-heading {
         font-size: 24px;
         }
         .ngo-main-heading span {
         font-size: 16px;
         }
         .ngo-intro-text,
         .ngo-support-text {
         font-size: 15px;
         }
         }
   