/* ================= GLOBAL ================= */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  padding-top: 80px;
  color: #222;
}

.section {
  padding: 80px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

/* ================= NAVBAR ================= */
.navbar {
  background: #f2f2f2;
  height: 80px;
}

.navbar-brand img {
  height: 50px;
}

.nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 0 12px;
  color: rgb(34, 123, 191) !important;
}

.donate-btn,
.btn-donate {
  background: #1f7acb;
  color: #fff;
  padding: 10px 26px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}
/* ===== NAVBAR ACTIVE LINK ===== */
.nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 0 12px;
  color: rgb(34, 123, 191) !important;
  position: relative;
}

/* Active page */
.nav-link.active {
  color: #000 !important;
  font-weight: 600;
}

/* Underline effect */
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #000;
}

/* ================= TITLES ================= */
.main-title {
  font-size: 42px;
  font-weight: 700;
}

/* ================= HERO ================= */
.hero {
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 140px 0;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 42px;
  font-weight: 700;
}

.hero p {
  max-width: 700px;
  margin: auto;
  font-size: 15px;
}

/* ================= ABOUT ================= */
.about-text {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  max-width: 1000px;
  margin: auto;
  text-align: justify !important;
}

.rounded-img {
  border-radius: 16px;
}

/* ================= BLUE SECTION ================= */
.blue-section {
  background: #1f7acb;
  color: #fff;
  padding: 80px 0;
}

.blue-section p {
  color: #e9f2fa;
  font-size: 14px;
  line-height: 1.8;
}

.blue-section .card {
  border: none;
}

/* ================= CTA ================= */
.cta {
  background: #1f7acb;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

/* ================= VALUES ================= */
.values-section {
  background: url("../images/Background-Image.png") center/cover no-repeat;
  position: relative;
  padding: 100px 0;
}

.values-img {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0;
}

.values-overlay,
.values-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.values-content,
.values-section .container {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.values-content p,
.values-text {
  font-size: 20px;
  line-height: 1.9;
  color: #ddd;
  text-align: justify !important;
}

/* ================= SERVICES / CARDS ================= */
.service-card {
  background: #f8f9fa;
  border-radius: 16px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.service-card h5 {
  font-weight: 600;
}

.service-card p {
  font-size: 14px;
  color: #555;
}

/* ================= GALLERY ================= */
.page-title {
  text-align: center;
  padding: 60px 0 40px;
}

.page-title h1 {
  font-size: 36px;
  font-weight: 600;
}

.page-title p {
  font-size: 14px;
  color: #666;
}

.gallery {
  padding-bottom: 80px;
}

.gallery-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 18px;
}

/* ================= CONTACT ================= */
.contact-hero {
  background: #4b7f9e;
  padding: 90px 0 160px;
  position: relative;
  color: #fff;
}

.contact-hero h1 {
  font-size: 38px;
  font-weight: 600;
}

.contact-hero p {
  font-size: 14px;
  line-height: 1.7;
  max-width: 360px;
}

.contact-form {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
}

.form-label {
  font-size: 13px;
  font-weight: 500;
}

.form-control {
  font-size: 13px;
  border-radius: 8px;
  padding: 10px 12px;
}

.submit-btn {
  background: #1f7acb;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 14px;
}

.form-image-wrap {
  position: relative;
  margin-top: -150px;
  z-index: 1;
}

.form-image-wrap img {
  width: 100%;
  border-radius: 16px;
}

/* ================= FOOTER ================= */
footer {
  background: #1f3656;
  padding: 60px 0 20px;
  color: #fff;
}

footer h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left !important;
}

footer p {
  font-size: 13px;
  color: #d8e2ef;
  line-height: 1.6;
}

.footer-input {
  font-size: 13px;
  border-radius: 8px;
  padding: 10px;
}

.footer-btn {
  background: #4b7f9e;
  border: none;
  border-radius: 30px;
  padding: 10px 26px;
  font-size: 13px;
  color: #fff;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .main-title {
    font-size: 30px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .page-title h1 {
    font-size: 26px;
  }

  .gallery-item img {
    height: 200px;
  }

  .contact-form {
    margin-bottom: 70px;
  }

  .form-image-wrap {
    margin-top: -70px;
  }
}
/* ===== DONATION HERO ===== */
.donation-hero {
  background: url("https://images.unsplash.com/photo-1521791136064-7986c2920216")
    center/cover no-repeat;
  padding: 120px 0;
  position: relative;
  color: #fff;
}

.donation-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.donation-hero .container {
  position: relative;
  z-index: 2;
}

.donation-hero h1 {
  font-size: 42px;
  font-weight: 700;
}

.donation-hero p {
  font-size: 14px;
  margin-top: 10px;
}

/* ===== DONATION SECTION ===== */
.donation-section {
  padding: 80px 0;
}

.donation-section h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.donation-phone {
  font-size: 16px;
  font-weight: 600;
  color: #1f7acb;
}

.donation-qr {
  width: 260px;
  border: 6px solid #f2f2f2;
  border-radius: 12px;
  margin-top: 20px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .donation-hero h1 {
    font-size: 28px;
  }

  .donation-section {
    text-align: center;
  }
}

.vm-title {
  text-align: left !important;
}

.sp-container {
  padding: 100px;
}

.sp-container h6 p {
  margin-bottom: 30px;
}

.img-fluid-founder {
  width: 60%;
  height: auto;
}
