@media screen and (min-width: 992px) {
    .header-area .main-menu ul .sub-menu {
        width: 300px !important;
    }
}
p,body,span,li,button,a,.step-description,.author-box *,.fs-mont{
  font-family: 'Montserrat', sans-serif !important;
}
.bg-footer {
    background: #776C64 !important;
}
body{
    padding: 0;
    margin: 0;
}
.text-green{
    color: #3B8565 !important;
}
.btn-green{
    border: 1px solid #3B8565 !important;
    color: #3B8565 !important;
}
.btn-green-out{
    border: 1px solid #3B8565 !important;
    color: #3B8565 !important;
    background-color: #fff !important;
}
.bg-pink{
    background: #F8F1E7 !important;
}
.bg-EFE7DA{
    background: #EFE7DA !important;
}
.bg-3D7441{
    background: #3D7441 !important;
}
.btn-yellow{
    background-color: #ECCD5A !important;
    color: #731F3E !important;
}
.btn-green-bg{
    background-color: #3B8565 !important;
    color: #ECCD5A !important;
}
 .step-icon {
      width: 50px;
      height: 50px;
      object-fit: contain;
    }
    .step {
      border-bottom: 1px solid #EFE7DA;
      padding: 2rem 0;
    }
    .step:last-child {
      border-bottom: none;
    }
    .step-title {
      font-size: 1.25rem;
      font-weight: 500;
    }
    .step-description {
      font-size: 0.95rem;
      color: #040C18;
    }
    .contact-form {
      background-color: #f8f1e6;
      max-width: 600px;
      margin: 5rem auto;
      padding: 2rem;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .contact-form h2 {
      font-size: 2rem;
      font-weight: 500;
      text-align: center;
      margin-bottom: 1rem;
    }
    .form-control,
    .form-select {
      border-radius: 0.375rem;
    }
    .btn-custom {
      background-color: #28a745;
      color: white;
      font-weight: 500;
    }
    .flower {
      position: absolute;
      width: 160px;
      z-index: 1;
    }
    .flower.top-left {
      top: 0px;
      left: 20px;
    }
    .flower.top-right {
      top: -90px;
    right: -80px;
    }
    .flower.bottom-left {
      bottom: -90px;
      left: -80px;
    }
    .flower.bottom-right {
      bottom: 0px;
      right: 0px;
    }
    .thank-you-text-container {
    margin: 0 auto;
  }

  hr {
    border: none;
    border-top: 1px solid #dcdcdc;
    width: 100%;
  }
  .donation-list {
    padding-left: 1.2rem;
    list-style-type: disc;
  }
  .icon-hover-move {
      transition: transform 0.3s ease;
      display: inline-block; /* Important for transform */
    }
   .static-hero-text-h1 {
  font-size: 130px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px;
  color: rgba(65, 65, 65, 1);
  margin-top: 20px;
  /* margin-bottom: 30px; */
}
@media (max-width: 1500px) {
  .static-hero-text-h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .static-hero-text-h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .static-hero-text-h1 {
    font-size: 44px;
    line-height: 44px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.service-left-text-h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 1);
}
@media (max-width: 1399px) {
  .service-left-text-h2 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .service-left-text-h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
 .service-left-text-h2 {
    font-size: 40px;
  }
}
.animate-marque-sec,
.animate-marque-sec-s2,
.animate-marque,
.marquee {
  overflow: hidden;
}
.track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.content {
  display: flex;
  white-space: nowrap;
}

.animate-marque-sec,
.animate-marque,
.marquee {
  overflow: hidden;
  width: 100%;
}
.object-fit-cover{
  object-fit: cover;
}
.btn-yellow-outline{
  border: 1px solid rgba(236, 205, 90, 1);
  color: rgba(236, 205, 90, 1);
  background: transparent;
  border-radius: 90px;
  padding: 1rem 2rem;
  z-index: 99;
}

.footer-section .lower-footer .lower-footer-link li a:hover,
.footer-section .link-widget ul li a:hover{
  color: #ECCD5A !important;
}
/* ===== Base Layout (Mobile First) ===== */
.img-row-height,
.carousel-height {
    height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: calc(100vh - 300px);
}

#carouselExampleIndicators {
    height: 45vh; /* default mobile height */
}

#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators .carousel-item,
#carouselExampleIndicators img {
    height: 100%;
    object-fit: cover;
}

/* Right column 2×2 grid */
.small-img-wrapper {
    flex: 0 0 calc(50% - 0.75rem); /* subtract gap for perfect fit */
    height: calc(50% - 0.75rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Left column fixed 50% width for desktops */
.flex-left {
    flex: 0 0 50%;
    max-width: 50%;
}

/* ===== Base (Mobile first) ===== */
.img-row-height,
.carousel-height,
#carouselExampleIndicators {
    height: 40vh;                 /* Mobile default height */
    min-height: 300px;            /* Prevent too small */
    width: 100%;
}

#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators .carousel-item,
#carouselExampleIndicators img {
    height: 100%;
    object-fit: cover;
}

/* ===== Tablet (≥768px) ===== */
@media (min-width: 768px) {
    .img-row-height,
    .carousel-height,
    #carouselExampleIndicators {
        height: 35vh;             /* Taller carousel for tablet */
    }
}

/* ===== Large Desktop (≥1200px) ===== */
@media (min-width: 1200px) {
    .img-row-height,
    .carousel-height,
    #carouselExampleIndicators {
        height: 60vh;             /* Even taller for large desktops */
    }
}

/* ===== Tall Big Screens (≥1200px wide & ≥800px tall) ===== */
@media (min-width: 1200px) and (min-height: 800px) {
    .img-row-height,
    .carousel-height,
    #carouselExampleIndicators {
        height: 40vh;             /* Big screen spacious view */
        max-height: none;         /* Remove height cap */
    }
}
#id_sub_header {
    opacity: 0;
    visibility: hidden;
}
.fullscreen-video {
  width: 100%;
  height: 100vh; /* Full screen height */
  object-fit: cover; /* Ensures the video fills without distortion */
}
.custom-modal-content {
      background-color: rgba(248, 241, 231, 1) !important; /* Light beige background */
      border-radius: 10px;
      text-align: center;
      padding: 2rem;
    }