/* ======= Base Styles ======= */
body {
  font-family: "Noto Sans Devanagari", Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #faf9f7;
  color: #333;
  line-height: 1.7;
}

/* ======= Hero Section ======= */

.hero-section {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  width: 100%;
  min-height: 60vh;
  background: url("../img/slise 1 image.jpg") no-repeat center center/cover;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

/* Curved white bottom overlay */
.hero-section::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 12vh;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform: scaleX(1.3);
  z-index: 1;
}

/* ======= Logo + Title Section ======= */
.hero-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 30px 20px 10px 20px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.hero-bottom img {
  width: 100px;
  margin-bottom: 0;
  transition: transform 0.3s ease;
}

.hero-bottom img:hover {
  transform: scale(1.05);
}

.hero-bottom h1 {
  font-size: 36px;
  font-weight: 700;
  color: #b22222;
  margin: 0;
}

/* ======= Main Content Box ======= */
.pravasi-container {
  max-width: 950px;
  background: #fff;
  margin: 40px auto 80px auto;
  padding: 50px 60px;
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.pravasi-container h2 {
  color: #b22222;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

p,
.pravasi-container li {
  font-size: 17px;
  color: #444;
}
.pravasi-container a,
.hero-bottom a {
  color: #b22222;
  text-decoration: none;
  font-weight: 600;
}

.pravasi-container a:hover {
  text-decoration: underline;
}

ul {
  margin-left: 25px;
}

.note {
  color: #444;
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 15px;
  font-style: italic;
}


body.page-pravasi-sambal-yojana footer:not(.cs_footer) {
  background: #b22222;
  color: white;
  text-align: center;
  padding: 18px 10px;
  font-size: 15px;
}


/* ======= Responsive Design ======= */
@media (max-width: 992px) {
  .hero-section {
    min-height: 50vh;
  }

  .hero-bottom {
    margin-top: -50px;
    padding: 25px 15px;
  }

  .hero-bottom img {
    width: 120px;
  }

  .hero-bottom h1 {
    font-size: 30px;
  }

  .pravasi-container {
    padding: 40px 35px;
    margin: 30px 20px 70px 20px;
  }

  h2 {
    font-size: 20px;
  }

  p,
  li {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .hero-section {
    min-height: 45vh;
    background-position: center top;
  }

  .hero-section::after {
    height: 8vh;
    transform: scaleX(1.5);
  }

  .hero-bottom {
    margin-top: -35px;
    padding: 20px 15px;
  }

  .hero-bottom img {
    width: 100px;
  }

  .hero-bottom h1 {
    font-size: 24px;
  }

  .pravasi-container {
    padding: 25px 20px;
    margin: 20px 10px 60px 10px;
    border-radius: 14px;
  }

  h2 {
    font-size: 18px;
  }

  p,
  li {
    font-size: 15px;
  }

  footer {
    font-size: 13px;
    padding: 14px 5px;
  }
}



.cs_nav_list a {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}



















/* ----- Popup Fix ----- */
.donationPopup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

.donationPopup-overlay.show {
  display: flex !important;
}

.donationPopup-box {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  border-radius: 10px;
  position: relative;
  z-index: 100000;
}

.donationPopup-close {
  position: absolute;
  top: 10px; 
  right: 15px;
  cursor: pointer;
  font-size: 22px;
}
