/* ===== Global (from styles.scss) ===== */
.hero-section h1 { margin-top: 50px; margin-bottom: 45px; }
.hero-section .sub-container { position: relative; z-index: 2; width: 100%; }
.hero-section .btm_txt img { height: 12%; }
.hero-section .sub-container .btm_txt { display: block; }
@media (min-width: 480px) {
  .hero-section .btm_txt { position: absolute; display: flex; right: 0px; top: 30px; z-index: 2; }
}
.bank_details { border: 1px solid #E2E2E2; padding: 10px; margin-bottom: 10px; }
.bank_details .modal_body_head { padding: 10px; background-color: #F5F5F5; }
.bank_details_data .frst_td { width: 50%; }
.bank_details_data { margin-top: 10px; }
.top_model_heder { display: flex; align-items: center; justify-content: space-between; border: none !important; padding: 20px 15px 0px 15px; }
.top_model_heder .modal-title { color: #3E474C; font-family: "Open Sans", Sans-serif; font-size: 26px; font-weight: 400; line-height: 33px; }
.cancel_mark { cursor: pointer; }

/* ===== Header (site-headers.component.scss) ===== */
.hamburger { cursor: pointer; display: inline-block; z-index: 10; border: none; background: none; }
.hamburger span { display: block; width: 22px; height: 2px; background-color: black; margin: 4px 0; border-radius: 5px; transition: 0.3s all ease-in-out; }
.open_hamburger span:nth-child(1) { transform: rotate(45deg) translate(3px, 3px); }
.open_hamburger span:nth-child(2) { opacity: 0; }
.open_hamburger span:nth-child(3) { transform: rotate(-45deg) translate(6px, -5px); }
.menu_list li a.active { color: #763485; }
.page_header .btn_container button { background-color: transparent; border: none; }
.impt_note {
  background-color: #ff4d4f; color: white; border: none; border-radius: 6px;
  padding: 10px; margin-right: 10px; font-weight: bold; cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 77, 79, 0.4);
}
.impt_note:hover { background-color: #d9363e; transform: translateY(-2px); }
@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.7); }
  70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(255, 77, 79, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 77, 79, 0); }
}
.animate-pulse { animation: pulse 2s infinite; }
.notification_modal {
  position: fixed; top: 50%; right: 50%; transform: translate(50%, -50%);
  z-index: 10500; background-color: rgba(0, 0, 0, 0.5);
  width: 100%; height: 100%; display: flex; justify-content: flex-end; align-items: center; padding: 1rem;
}
.modal-content-custom {
  background-color: #fff; border-radius: 12px; max-width: 500px; width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); padding: 1.5rem;
}
.modal-header-custom {
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid #ddd; padding-bottom: 0.5rem; margin-bottom: 1rem;
}
.modal-body-custom { font-size: 1rem; line-height: 1.6; color: #333; }
.custom-close { background: transparent; border: none; font-size: 1.5rem; line-height: 1; color: #999; cursor: pointer; transition: color 0.2s ease; }
.custom-close:hover { color: #000; }

/* ===== Home Page (home-page.component.scss) ===== */
.qr_code_cont { display: flex; align-items: center; justify-content: center; margin-top: 20px; }
.qr_code_cont img { border: 2px solid #743384; }
.page_banner { position: relative; }
.bg_images { position: relative; }

/* ===== About Us (about-us.component.scss) ===== */
.objective { display: flex; }
.objectives-section { padding: 100px 0 100px 0; }
.objectives-section .objective { margin-bottom: 25px; }
.vision-points .objective { margin-bottom: 10px; }
.icon-svg { width: 30px; height: 30px; }
.text { font-size: 16px; font-weight: 500; line-height: 19.44px; }
.align-center { align-items: baseline; }
.about-us-content { align-items: center; gap: 45px; display: flex; }
.about-us-image img { width: 100%; height: auto; }
.about-us-text h3 { margin-top: 20px; }
.vision-icon-svg { width: 14px; height: 14px; }
.bullet-gap { gap: 16px; }
.objectives-section .objective .icon { height: 30px; }
.objectives-section h2 { padding-bottom: 25px; }
.about-us-image { width: 44%; }
.about-us-text { width: 56%; }
@media (min-width: 480px) {
  .align-center { align-items: center; }
  .objectives-section .objective { margin-bottom: 15px; }
}

/* ===== Contact Us (contact-us.component.scss) ===== */
.contact-header h2 { font-size: 20px; font-weight: 700; text-align: center; color: #f7af00; }
.contact-body { font-size: 15px; font-weight: 400; text-align: center; color: #ffffff; width: 90%; margin: 0 auto; }
.contact-body p { margin-bottom: 0; }
.form-container { display: grid; grid-template-columns: 1fr; gap: 15px; }
.contact-form-container { background-color: #873b85; padding: 20px 5px; position: relative; z-index: 2; }
.contact-form-text { display: flex; flex-direction: column; }
.contact-form-container .container { display: flex; flex-direction: column; gap: 10px; }
.field input, .field textarea { width: 100%; padding: 18px; border-radius: 4px; border: none; height: 100%; }
.send-message-btn { padding: 12px 24px; border-radius: 3px; background-color: #f7af00; border: none; font-size: 16px; color: #fff; text-transform: uppercase; display: flex; margin: 0 auto; cursor: pointer; }
.contact-form-container form { display: flex; flex-direction: column; gap: 20px; }
.contact-us .sub-container { position: relative; z-index: 2; }
.contact_info_container { position: relative; z-index: 9999; display: flex; justify-content: space-between; }
.cotact_info_cards { position: relative; z-index: 9999; width: 345px; backdrop-filter: blur(37.66494369506836px); box-shadow: 0px 0px 10px 0px #0041611a; margin-bottom: 45px; border-radius: 4px; text-align: center; padding: 30px 0px 20px 0px; }
.cotact_info_cards img { margin-bottom: 18px; }
.cont_information { color: #4f4f4f; font-size: 16px; font-weight: 400; line-height: 24px; }
.map_content { padding: 50px 0px 60px 0px; }
@media (min-width: 768px) {
  .form-container { grid-template-columns: 35% 65%; gap: 20px; }
  .form-container > .field:nth-child(5) { grid-column: 2 / 3; grid-row: 2 / 4; }
  .contact-form-container { padding: 50px 0 42px 0; }
  .contact-form-text { gap: 0px; }
  .contact-form-container .container { gap: 35px; }
  .send-message-btn { padding: 12px 34px; }
  .contact-form-container form { gap: 35px; }
}
.error-message div { color: #FF3436; font-size: 12px; }
.error-message { display: none; }
.invalid-feedback { display: none; color: #FF3436; font-size: 12px; }
input:focus-visible { outline-offset: 0; }
:focus-visible { outline: none; }

/* ===== Get Involved (get-invloved.component.scss) ===== */
.donation_box { padding: 35px 0px; position: relative; margin-bottom: 70px; background-color: #f5f5f5; }
.content_rightsss { width: 50%; margin: 50px 0px 0px 32px; }
.donation_content {
  z-index: 9999; display: flex; position: absolute; right: 0px; left: 437px; top: -5px;
  padding: 35px 30px; background-color: #ffffff;
  backdrop-filter: blur(37.66494369506836px); box-shadow: 0px 0px 10px 0px #0041611a;
}
.donation_left .head { font-size: 23px; font-weight: 700; line-height: 28px; color: #6e3083; margin-bottom: 10px; }
.donation_left { padding-right: 20px; width: 33%; }
.donation_right { padding-left: 20px; width: 60%; position: relative; }
.donation_left .desc { font-size: 16px; font-weight: 500; line-height: 20px; color: #353037; margin-bottom: 20px; }
.donation_right .points_list { display: flex; gap: 15px; margin-bottom: 22px; }
.donation_right .points_list .head { font-size: 18px; font-weight: 700; line-height: 12px; color: #6e3083; margin-bottom: 8px; }
.donation_right .points_list .desc { font-size: 16px; font-weight: 500; line-height: 20px; color: #353037; }
.donation_left img { margin-bottom: 30px; }
.involve_cards { text-align: center; padding: 50px; height: 255px; backdrop-filter: blur(37.66494369506836px); box-shadow: 0px 0px 10px 0px #0041611a; border-radius: 5px; border-bottom: 12px solid #743384; }
.involve_cards .desc { font-size: 16px; font-weight: 500; line-height: 20px; color: #353037; }
.support_matter { margin-bottom: 75px; }
.why_support { font-size: 30px; font-weight: 700; line-height: 35px; color: #843a85; text-align: center; }
.why_support_desc { font-size: 16px; font-weight: 500; line-height: 20px; text-align: center; padding: 20px 190px 40px 190px; }
.top_quotes { position: absolute; top: 45px; left: 38px; }
.btm_quotes { position: absolute; top: 192px; right: 180px; }
.btm_txt111 span { color: #914ba9 !important; font-size: 26px; font-weight: 700; }
.btm_txt111 { padding: 22px; }
.btm_txt111 img { margin-right: 10px; }
.donation_right::before { content: ""; position: absolute; left: 6px; top: -10px; height: 100%; width: 1px; border-left: 2px dashed #d9d9d9; }
#enlargeModla { z-index: 999999; }

/* ===== Health Support (health-support-program.component.scss) ===== */
.support_heading { font-family: Cabin, sans-serif; font-size: 33px; font-weight: 600; line-height: 40px; color: #873b85; }
.scheme_benefit_head { font-family: Cabin, sans-serif; font-size: 19px; font-weight: 600; line-height: 23px; margin-top: 5px; }
.scheme_benefits_lists_name { display: flex; align-items: center; padding: 5px 0px; }
.scheme_benefits_lists { margin: 15px 0px; }
.scheme_cont_left { flex: 1; display: flex; align-items: center; }
.scheme_verified_info { font-family: Cabin, sans-serif; font-size: 15px; font-weight: 600; line-height: 19px; color: #353037; padding: 6px 0px; }
.verified_info_cont { margin-top: 5px; }
.valid_grop_logo { background: #ffffff; border: 1.62px solid rgba(255,255,255,0.5); backdrop-filter: blur(37.66494369506836px); box-shadow: 0px 0px 10px 0px #0041611a; margin-top: 10px; display: flex; align-items: center; gap: 50px; }
.valid_grp_txtx { font-family: Cabin, sans-serif; font-size: 19px; font-weight: 600; line-height: 23px; }
.lists_name { font-family: Cabin, sans-serif; font-size: 16px; font-weight: 600; line-height: 19px; color: #353037; display: flex; }
.addintion_benfit { margin-top: 50px; }
.service_cont_list { display: flex; gap: 10px; }
.service_cont_list b { font-family: Cabin, sans-serif; font-size: 18px; font-weight: 600; line-height: 21px; }
.service_cont_list p { font-family: Cabin, sans-serif; font-size: 16px; font-weight: 600; line-height: 19px; color: #3a3a3a; }
.serive_cont_head { font-family: Cabin, sans-serif; font-size: 26px; font-weight: 600; line-height: 31px; color: #873b85; margin-bottom: 10px; }
.health_cont_body_cont { padding: 60px 0px; }
.about-us-image img { width: 100%; }
.support_list { display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0; }
.support_list li img { margin-right: 8px; }
.support_list li { text-align: left; margin-bottom: 10px; }
.support_list li span { margin-right: 8px; }
.support_list li:nth-child(odd) { width: 32%; }
.support_list li:nth-child(even) { width: 68%; }
.verfified_dcheme_cont { margin-top: 30px; }
.helath_support_right_cont { padding-left: 20px; }
@media (max-width: 768px) {
  .lists_name { flex-wrap: wrap; display: block !important; }
}
