* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
}

.bgm-charity {
    background-color: #fff;
}


/* Navigation Styles */
.bgm-charity .navbar {
    padding: 15px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.bgm-charity .navbar-brand img {
    height: 100px;
    width: auto;
}

.bgm-charity .navbar-nav {
    margin-left: auto;
}

.bgm-charity .nav-link {
    color: #218fce !important;
    font-weight: 500;
    font-size: 20px ;
    margin: 0 15px;
    padding: 10px 0 !important;
    transition: color 0.3s ease;
    position: relative;
}

.bgm-charity .nav-link:hover {
    color: #b6d553 !important;
}

/* Navigation Styles */
.bgm-charity .navbar {
    padding: 5px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

.bgm_band{
  background: linear-gradient(45deg, #c0392b, #a93226) !important;
}

/* Add padding to body to compensate for fixed navbar */
body.bgm-charity {
    padding-top: 90px;
}


/* Dropdown Styles */
.bgm-charity .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.bgm-charity .dropdown-menu {
    background-color: #b6d553;
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    margin-top: 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.bgm-charity .dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
}

.bgm-charity .dropdown-item {
    color: #21618c;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.bgm-charity .dropdown-item:hover {
    color: #21618c;
}



/* Donate Button */
.bgm-charity .donate-btn {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    color: #ffffff !important;
    padding: 12px 25px !important;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.bgm-charity .donate-btn:hover {
    background: linear-gradient(45deg, #c0392b, #a93226);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
    color: #ffffff !important;
}

/* Image Slider */
/* Image Slider */
.bgm-charity .hero-slider {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bgm-charity .carousel-inner {
    height: 100vh;
}

.bgm-charity .carousel-item {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.bgm-charity .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block;
}

.bgm-charity .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.bgm-charity .btn-primary {
    background: linear-gradient(45deg, #3498db, #2980b9);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.bgm-charity .btn-primary:hover {
    background: linear-gradient(45deg, #2980b9, #21618c);
    transform: translateY(-2px);
}

/* Carousel Controls */
.bgm-charity .carousel-control-prev,
.bgm-charity .carousel-control-next {
    width: 5%;
}

.bgm-charity .carousel-control-prev-icon,
.bgm-charity .carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .bgm-charity .navbar-nav {
        margin-left: 0;
        text-align: center;
    }

    .bgm-charity .donate-btn {
        margin-left: 0;
        margin-top: 10px;
        display: inline-block;
    }

    .bgm-charity .carousel-caption h1 {
        font-size: 2rem;
    }

    .bgm-charity .carousel-caption p {
        font-size: 1rem;
    }
}

/* Content Section */
.bgm-charity .content-section {
    padding: 80px 0;
}

.bgm-charity .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.bgm-charity .section-title h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.bgm-charity .section-title p {
    font-size: 1.1rem;
    color: #7f8c8d;
}




/* Mobile Responsive Banner */
@media (max-width: 768px) {
    .bgm-charity .navbar-nav {
        margin-left: 0;
        text-align: center;
    }

    .bgm-charity .donate-btn {
        margin-left: 0;
        margin-top: 10px;
        display: inline-block;
    }

    /* Mobile Banner Adjustments */
    .bgm-charity .hero-slider {
        height: 60vh;
    }

    .bgm-charity .carousel-inner {
        height: 60vh;
    }

    .bgm-charity .carousel-item {
        height: 60vh;
    }

    .bgm-charity .carousel-item img {
        height: 60vh;
    }

    .bgm-charity .carousel-caption h1 {
        font-size: 1.8rem;
    }

    .bgm-charity .carousel-caption p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .bgm-charity .btn-primary {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    /* Extra small mobile devices */
    .bgm-charity .hero-slider {
        height: 40vh;
        width: 100%;
    }

    .bgm-charity .carousel-inner {
        height: 50vh;
    }

    .bgm-charity .carousel-item {
        height: 50vh;
    }

    .bgm-charity .carousel-item img {
        height: 50vh;
    }

    .bgm-charity .carousel-caption h1 {
        font-size: 1.5rem;
    }

    .bgm-charity .carousel-caption p {
        font-size: 0.8rem;
    }
}

/* Add padding to body for white navbar */
body.bgm-charity {
    padding-top: 90px;
}


/* =======================About US=========================== */

/* About Us Section */
.bgm-charity .about-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.bgm-charity .about-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.bgm-charity .about-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.bgm-charity .about-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.bgm-charity .about-image:hover img {
    transform: scale(1.05);
}

.bgm-charity .about-text {
    flex: 1;
}

.bgm-charity .about-text h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: bold;
}

.bgm-charity .about-text p {
    font-size: 1.1rem;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.bgm-charity .read-more-btn {
    background-color: #3498db;
    color: #ffffff;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.bgm-charity .read-more-btn:hover {
    background-color: #27ae60;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
}

/* Mobile Responsive for About Section */
@media (max-width: 768px) {
    .bgm-charity .about-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .bgm-charity .about-text h2 {
        font-size: 2rem;
        text-align: center;
    }
    
    .bgm-charity .about-text {
        text-align: center;
    }
    
    .bgm-charity .about-image img {
        height: 300px;
    }
}


/* =======================About US=========================== */



/* =========================Programs=============================== */

/* Programs Section */
.bgm-charity .programs-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.bgm-charity .programs-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #2c3e50;
    font-weight: bold;
}

.bgm-charity .programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.bgm-charity .program-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    overflow: hidden;
}

.bgm-charity .program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.bgm-charity .program-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.bgm-charity .program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bgm-charity .program-card:hover .program-image img {
    transform: scale(1.05);
}

.bgm-charity .program-content {
    padding: 25px;
}

.bgm-charity .program-content h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
}

.bgm-charity .program-content p {
    font-size: 1rem;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.bgm-charity .program-read-more {
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.bgm-charity .program-read-more:hover {
    background: linear-gradient(45deg, #27ae60, #229954);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .bgm-charity .programs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }
}

/* =========================Programs=============================== */


/* =========================Impact=============================== */
/* Our Impact Section */
.bgm-charity .impact-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.bgm-charity .impact-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    gap: 50px;
}

.bgm-charity .impact-title {
    flex: 1;
}

.bgm-charity .impact-title .impact-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #9b59b6;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.bgm-charity .impact-title .impact-label::before {
    content: "🤝";
    font-size: 1.2rem;
}

.bgm-charity .impact-title h2 {
    font-size: 3rem;
    color: #2c3e50;
    font-weight: bold;
    margin: 0;
}

.bgm-charity .impact-description {
    flex: 1.5;
}

.bgm-charity .impact-description p {
    font-size: 1.1rem;
    color: #7f8c8d;
    line-height: 1.8;
    margin: 0;
}

.bgm-charity .impact-circles {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.bgm-charity .impact-circle {
    width: 180px;
    height: 180px;
    background: #218fce;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.bgm-charity .impact-circle::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: rotate(45deg);
    transition: transform 0.6s ease;
}

.bgm-charity .impact-circle:hover::before {
    transform: rotate(45deg) translate(100px, 100px);
}

.bgm-charity .impact-circle:hover {
    transform: translateY(-10px);
}

.bgm-charity .impact-number {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}

.bgm-charity .impact-label-text {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .bgm-charity .impact-header {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .bgm-charity .impact-circles {
        gap: 40px;
    }
    
    .bgm-charity .impact-circle {
        width: 150px;
        height: 150px;
    }
    
    .bgm-charity .impact-number {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .bgm-charity .impact-circles {
        flex-direction: column;
        gap: 30px;
    }
    
    .bgm-charity .impact-title h2 {
        font-size: 2.5rem;
    }
    
    .bgm-charity .impact-description p {
        font-size: 1rem;
    }
    
    .bgm-charity .impact-circle {
        width: 200px;
        height: 200px;
    }
    
    .bgm-charity .impact-number {
        font-size: 3.5rem;
    }
}

@media (max-width: 480px) {
    .bgm-charity .impact-circles {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 20px;
    }
    
    .bgm-charity .impact-circle {
        width: 140px;
        height: 140px;
    }
    
    .bgm-charity .impact-number {
        font-size: 2.5rem;
    }
}

/* =========================Impact=============================== */

.bgm_sgd {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.sdg{
    margin: 50px 0px 10px;
}

.Sdg_titles h2{
    font-size: 40px;
    font-weight: 800;
    color: #21618c;
}
.Sdg_titles h5{
    font-size: 28px;
    margin-top: 20px;
    line-height: 38px;
}

.Sdg_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    padding: 8px 80px 8px 80px;
    margin-top: 40px;
  }

  /* Make sure images use the required class names */
  .bgm_sgd.goals {
    width: 100%;
    height: 100%; /* adjust as needed */
    object-fit: cover;
    display: block;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    transition: transform 200ms ease, box-shadow 200ms ease;
  }

  .bgm_sgd.goals:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  }

  
  /* Responsive: 2 columns on small screens, 1 column on very small */
  @media (max-width: 900px) {
    .gallery { grid-template-columns: repeat(2, 1fr); }
    .bgm_sgd.goals { height: 200px; }
  }

  @media (max-width: 400px) {
    .gallery { grid-template-columns: 1fr; }
    .bgm_sgd.goals { height: 150px; }
  }

  

  /* =============Social Medai======================= */
  .social-icons {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 1000;
  }
 

  .social-icons a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    background: #222;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    transition: background 0.3s ease, transform 0.2s ease;
  }

  .social-icons a:hover {
    background: #0077ff;
    transform: scale(1.1);
  }
   /* =============Social Medai======================= */


   .volunteer_bgm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 500px;
    background: url("images/volunteer_bg.png") no-repeat center center/cover;
    padding: 40px;
    margin: 100px 0px;
  }

  .volunteer_bgm::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4); /* dark overlay */
  }

  .volunteer_bgm .whatsapp-container {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 100px;
    margin-right: 100px;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  }

  .volunteer_bgm h2 {
    margin-bottom: 20px;
    color: #222;
    font-size: 1.8rem;
  }

  .volunteer_bgm .whatsapp-btn {
    display: inline-block;
    padding: 14px 24px;
    background: #25D366;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .volunteer_bgm .whatsapp-btn:hover {
    background: #1ebe5d;
  }

  @media screen and (max-width: 500px) {
    .volunteer_bgm .whatsapp-container {
      position: relative;
      z-index: 1;
      background: #fff;
      padding: 10px;
      margin-right: 10px;
      border-radius: 8px;
      width: 100%;
      max-width: 500px;
      text-align: center;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  }
  .volunteer_bgm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 227px;
    background: url(images/volunteer_bg.png) no-repeat center center / cover;
    padding: 40px;
    margin: 100px 0px;
}
.aboutus_objective .h2 {
  text-align: start;
  font-size: 1.5rem !important;
  margin-bottom: 50px;
  color: #2c3e50;
  font-weight: bold;
}
.aboutus_objective ul li {
  text-align: start;
  font-size: 1rem !important;
  margin-bottom: 10px;
  color: #2c3e50;
  font-weight: bold;
}
.qr-box img {
  width: 220px !important;
  height: auto;
  margin-top: 10px;
}
.social-icons a {
  display: none !important;
}
}

  /* =================Gallery============================ */

  .gallery_bgm {
    padding: 60px 20px;
    background: #f5f5f5;
    text-align: center;
  }
  .gallery_bgm h2{
    font-size: 38px !important ;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #2c3e50 !important;
    font-weight: bold;
  }

  .gallery_bgm h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #222;
  }

  .gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .gallery-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gallery-container img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(0,0,0,0.2);
  }

  /* Lightbox */
  .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    flex-direction: column;
  }

  .lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .lightbox .controls {
    display: flex;
    gap: 20px;
  }

  .lightbox button {
    background: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .lightbox button:hover {
    background: #0077ff;
    color: #fff;
  }

  /* Tablet */
@media (max-width: 1024px) {
  .gallery-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Small tablet / large mobile */
@media (max-width: 768px) {
  .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 480px) {
  .gallery-container {
    grid-template-columns: 1fr;
  }
}






  /* ======================================= */

  
  .footer_bgm {
    background: #222;
    color: #fff;
    padding: 60px 20px;
  }

  .footer_bgm h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #fff;
  }

  .footer_bgm p {
    color: #ccc;
    line-height: 1.6;
  }

  .footer_bgm ul {
    list-style: none;
    padding: 0;
  }

  .footer_bgm ul li {
    margin-bottom: 12px;
  }

  .footer_bgm ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .footer_bgm ul li a:hover {
    color: #0077ff;
  }

  .footer_bgm img {
    max-width: 150px;
    margin-bottom: 16px;
  }

  @media (max-width: 768px) {
    .footer_bgm .col {
      margin-bottom: 30px;
      text-align: center; /* centers content on mobile */
    }
  
    .footer_bgm img {
      margin: 0 auto 16px; /* centers logo */
      display: block;
    }
  
    .footer_bgm ul {
      padding-left: 0;
    }
  
    .footer_bgm ul li {
      display: inline-block; /* optional: inline links for compact mobile look */
      margin: 0 10px 10px 10px;
    }
  }


  .aboutus_objective .h2{
    text-align: start;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #2c3e50;
    font-weight: bold;
  }

  .aboutus_objective ul li{
    text-align: start;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: bold;
  }


  .board_bgm {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
  }

  .board_bgm h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #222;
  }

  .board-group {
    margin-bottom: 60px;
  }

  .board-group h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    color: #444;
    text-transform: uppercase;
  }

  .board-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  .board-card {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .board-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

  .board-card h4 {
    font-size: 1.1rem;
    color: #222;
    margin: 0;
  }

  .page-banner {
    width: 100%;
    height: 40vh; /* banner height */
    background: linear-gradient(135deg, #3b3c3e, #488bcd); /* plain gradient background */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 20px;
  }
  
  .banner-content h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  
  .banner-content p {
    font-size: 1.2rem;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .banner-content h1 {
      font-size: 2rem;
    }
    .banner-content p {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 480px) {
    .page-banner {
      height: 30vh;
      padding: 10px;
    }
    .banner-content h1 {
      font-size: 1.5rem;
    }
    .banner-content p {
      font-size: 0.9rem;
    }
    .map-responsive {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; /* 16:9 ratio */
      height: 0;
      overflow: hidden;
      border-radius: 10px; /* optional: rounded corners */
    }
    
    .map-responsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
  }


  .program-images {
    padding: 10px 20px 80px 20px;
    background: #f9f9f9;
  }
  
  .program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  
  .program-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  
  .program-item img:hover {
    transform: scale(1.05);
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .program-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 600px) {
    .program-grid {
      grid-template-columns: 1fr;
    }
  }


  .contact_bgm {
    padding: 60px 20px;
    background: #f5f5f5;
    color: #333;
  }
  
  .contact-container {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .contact-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .contact-left h2 {
    font-size: 2rem;
  }
  
  .contact-left p {
    font-size: 1rem;
  }
  
  .whatsapp-btn {
    background: #25D366;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  }
  
  .contact-info p {
    font-size: 1rem;
    margin: 5px 0;
  }
  
  .contact-right {
    flex: 1;
    min-height: 350px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .contact-container {
      flex-direction: column;
    }
  
    .contact-right {
      min-height: 300px;
    }
  }

  
  .donate_bgm {
    padding: 60px 20px;
    background: #f9f9f9;
    color: #333;
  }
  
  .donate-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .donate-left {
    flex: 1;
  }
  
  .donate-left h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .donate-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  
  .donate-table th, .donate-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
  }
  
  .donate-table th {
    background: #007bff;
    color: #fff;
  }
  
  .donate-table tr:nth-child(even) {
    background: #f2f2f2;
  }
  
  .donate-right {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .donate-right h3 {
    margin-bottom: 15px;
  }
  
  .donate-right p {
    margin: 5px 0;
  }
  
  .qr-box {
    margin-top: 20px;
    text-align: center;
  }
  
  .qr-box img {
    width: 300px;
    height: auto;
    margin-top: 10px;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .donate-container {
      flex-direction: column;
    }
  }
  

  .navbar-toggler{
    color: #000000;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #000000;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 1);
  --bs-navbar-hover-color: rgba(255, 255, 255, 1);
  --bs-navbar-disabled-color: rgba(255, 255, 255,1);
  --bs-navbar-active-color: #000000;
  --bs-navbar-brand-color: #000000;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 1);
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}



.footer_bgm {
  background: #222;
  color: #fff;
  padding: 60px 20px;
}

.footer_bgm h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #fff;
}

.footer_bgm p {
  color: #ccc;
  line-height: 1.6;
}

.footer_bgm ul {
  list-style: none;
  padding: 0;
}

.footer_bgm ul li {
  margin-bottom: 12px;
}

.footer_bgm ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer_bgm ul li a:hover {
  color: #0077ff;
}

.footer_bgm img {
  max-width: 150px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .footer_bgm .col-12 {
    text-align: center;
  }

  .footer_bgm img {
    display: block;
    margin: 0 auto 16px;
  }

  .footer_bgm ul li {
    display: block;
    margin: 8px 0;
  }
}