
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Segoe UI", Arial, sans-serif;
}

header {
  background-color: #00AEEF;
  padding: 10px 5%;
  color: white;
}

/* Flex container */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LEFT SIDE */
.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 40px;
  margin-right: 10px;
}

.logo .tagline {
  font-size: 18px;
  font-weight: 300;
}

/* RIGHT SIDE */
.trust-name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}




.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
}

.hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  background: #fff;
  padding: 25px 30px;
  max-width: 360px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 10;
}

.hero-content h2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.hero-content h2 span {
  color: #0056b3;
}

.amount-options {
  display: flex;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}

.amount-btn {
  flex: 1;
  border: none;
  padding: 10px;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  border-right: 1px solid #000;
  transition: 0.3s;
}

.amount-btn:last-child {
  border-right: none;
}

.amount-btn.active,
.amount-btn:hover {
  background: #0056b3;
  color: #fff;
}

.custom-amount-wrapper {
  position: relative;
  display: none;
  margin-top: 10px;
}

.custom-amount-wrapper span {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-weight: bold;
  color: #000;
}

#custom-amount {
  width: 100%;
  padding: 10px 10px 10px 25px;
  border: 1px solid #000;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  outline: none;
}

.monthly-text {
  border: 1px solid #000;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.donate-btn {
  background-color: #f26b25;
  color: white;
  border: none;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 5px;
  transition: background 0.3s;
}

.donate-btn:hover {
  background-color: #2159a8;
}

.secure-icon {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  color: #555;
}

.below-hero {
  background-color: #fff;
  text-align: center;
  padding: 25px 20px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  width: 80%;
  margin: -50px auto 40px auto;
  position: relative;
  z-index: 5;
}
/* ---- TABLET FIX (768px–1024px) ---- */
@media (max-width: 1024px) {
  .hero {
    display: block;
  }

  .hero-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 20px auto;
    width: 90%;
    max-width: 400px;
  }

  .below-hero {
    margin-top: 20px !important;
  }
}


.donor-perks {
  text-align: center;
  padding: 50px 5%;
  background-color: #ffffff;
}

.donor-perks h3 {
  font-size: 22px;
  color: #0056b3;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.perks-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.perk {
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  width: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.perk:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.perk img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.perk h4 {
  font-size: 16px;
  color: #009de0;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.perk p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.monthly-giving-text {
  margin-top: 35px;
  font-size: 15px;
  color: #333;
}

.donate-now-btn-orange {
  margin-top: 15px;
  background-color: #f26522;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 12px 40px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.donate-now-btn-orange:hover {
  background-color: #2159a8;
}

.donate-center {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.donate-now {
  background-color: #f26522;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 8px 30px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.donate-now:hover {
  background-color: #2159a8;
}


@media (max-width: 900px) {
  .perks-container {
    flex-direction: column;
    align-items: center;
  }

  .perk {
    width: 90%;
    max-width: 320px;
  }
}

.monthly-giving-text {
  margin-top: 30px;
  font-size: 16px;
}

.why-promise {
  text-align: center;
  margin: 40px auto;
  max-width: 1100px;
  font-family: Arial, sans-serif;
}

.why-promise h2 {
  color: #1a4f9c;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.why-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
}

.why-card {
  flex: 1;
  padding: 0 20px;
}

.why-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.why-icon {
  font-size: 36px;
  color: #009de0;
  margin-bottom: 10px;
}

.divider {
  width: 1px;
  background-color: #ccc;
  margin: 0 10px;
}

.impact-btn {
  margin-top: 35px;
  background-color: #f26522;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 12px 40px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.impact-btn:hover {
  background-color: #2159a8;
}

@media (max-width: 900px) {
  .why-container {
    flex-direction: column;
    padding: 25px;
  }

  .divider {
    display: none;
  }

  .why-card {
    margin-bottom: 20px;
  }
}

.donate-now-btn-orange, .start-impact-btn, .join-community-btn, .donate-now  {
  background-color: #F8971D;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
}

.community {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px 5%;
  text-align: center;
}

.community-card {
  width: 340px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.community-card:hover {
  transform: translateY(-5px);
}

.community-header {
  background-color: #00AEEF;
  color: #fff;
  font-weight: bold;
  padding: 12px 0;
  font-size: 16px;
}

.community-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .community {
    flex-direction: column;
    align-items: center;
  }

  .community-card {
    width: 90%;
  }

  .community-card img {
    height: auto;
  }
}

.unicef-footer {
  background-color: #00AEEF;
  color: #fff;
  padding: 5px 5%;
  font-size: 14px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-left img {
  height: 30px;
  width: auto;
}

.footer-left span {
  font-size: 20px;
  font-weight: 300;
}

.footer-center p {
  text-align: center;
  margin: 5px 0;
  font-size: 13px;
}

.footer-right {
  display: flex;
  gap: 15px;
}

.footer-right a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-right a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-right {
    justify-content: center;
  }
}

/* FAQ */
.faq-link {
  position: fixed;
  right: 0;
  bottom: 20px;
  background-color: #F26B25;
  color: white;
  padding: 12px;
  font-weight: bold;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  cursor: pointer;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 1000;
  transition: background-color 0.3s;
}

.faq-link:hover {
  background-color: #2159a8;
}

.faq-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.faq-modal-content {
  background: #fff;
  width: 90%;
  max-width: 700px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  max-height: 90vh;
}

.faq-modal-content h2 {
  color: #0056b3;
  text-align: center;
  margin-bottom: 25px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item h4 {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}

.faq-item p {
  color: #333;
  line-height: 1.6;
  font-size: 14px;
}

.close-btn {
  float: right;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  font-weight: bold;
}

.close-btn:hover {
  color: #000;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
  }

  .hero-content {
    margin-bottom: 30px;
  }

  .perks-container, .matters-container, .community {
    flex-direction: column;
    align-items: center;
  }

  .perk, .matter, .community-members, .community-cities {
    width: 80%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 20px;
    max-width: 90%;
  }

  .below-hero {
    width: 90%;
    margin-top: -30px;
  }
}

.join-community-section {
  text-align: center;
  margin: 20px 0 20px 0;
}

.join-community-btn {
  background-color: #F26B25;
  color: #fff;
  border: none;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.join-community-btn:hover {
  background-color: #2159a8;
}

/* ✅ Make everything appear larger without changing layout */
body {
  zoom: 1.2; /* Increase page size by 20% */
}

/* Responsive */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  
  .trust-name {
    font-size: 18px;
  }

  .logo .tagline {
    font-size: 16px;
  }
}



/* ================================
   SUPPORT OUR CAUSES – FULL CSS
================================ */

.causes-section {
  text-align: center;
  padding: 50px 5%;
  background-color: #f8f9fa;
}

.causes-section h2 {
  font-size: 28px;
  color: #003366;
  font-weight: 700;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
}

/* ===== GRID SYSTEM ===== */
.causes-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* SHOW 3 PER ROW ON DESKTOP */
  gap: 25px;
}

/* ===== CARD DESIGN ===== */
.cause-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
  text-align: center;
  padding-bottom: 20px;
}

.cause-card img {
  width: 100%;
  height: 180px;          /* card stays equal */
  object-fit: contain;    /* prevents cropping */
  background: #ffffff;    /* clean background */
  padding: 12px;          /* avoids edge touching */
}


.cause-card h3 {
  font-size: 20px;
  padding: 15px 15px 5px;
  color: #0056b3;
}

.cause-card p {
  padding: 0 15px 15px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.cause-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* ================================
   DONATE NOW BUTTON (Centered)
================================ */

.causes-btn-wrapper {
  text-align: center;
  margin-top: 35px;
}

.causes-btn-wrapper .donate-now {
  background-color: #f26522;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 14px 45px;
  font-size: 17px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.causes-btn-wrapper .donate-now:hover {
  background-color: #2159a8;
}

/* ================================
   RESPONSIVE DESIGN
================================ */

/* Tablet – 2 cards per row */
@media (max-width: 900px) {
  .causes-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile – 1 card per row */
@media (max-width: 600px) {
  .causes-container {
    grid-template-columns: 1fr;
  }

  .cause-card img {
    height: 200px;
  }
}


