@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light, .our_partner .cs_left .section-title p,
.our_partner .cs_right .section-title p, body, html {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular, footer .footer_wrap button.btn, footer .footer_wrap .form-control, .cs_needmedicine .cs_form button, .cs_needmedicine .cs_form input, .section-title p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium, .donation-banner a, .in_content .btn, .our_partner .cs_left .section-title h2,
.our_partner .cs_right .section-title h2, .our_mission .inner_mission_wrap h4, .cs_help .help_wrap a, .cs_hero .cs_hero_content .cs_hero_btn a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold, .donation-banner h3, .stats .cs_figure h3, .in_content h3, .in_content .cs_location, .our_mission .inner_mission_wrap .inner_sec .cs_figure h3, .cs_process .process-box h3, .cs_vm h3, .cs_help .help_wrap h1, .section-title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold, .cs_hero h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

:root {
  --primary-color: #F55B14;
  --secondary-color: #0F1934;
}

.cs_gradient, .carousel-control-prev,
.carousel-control-next {
  background: linear-gradient(90deg, #F55B14 0%, #0F1934 100%);
}

body, html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  line-height: 30px;
}

.section-title {
  margin-bottom: 25px;
}
.section-title h2 {
  font-size: 32px;
  color: var(--secondary-color);
}
.section-title h2 span {
  color: var(--primary-color);
}
.cs_header {
  padding: 0px;
  background: #fff;
  border-top: solid 5px var(--primary-color);
  position: sticky;
  top: 0px;
  z-index: 9;
}
.cs_header .navbar-brand {
  border-radius: 0px 0px 20px 20px;
}
.cs_header .navbar-brand img {
  height: 40px;
}
.cs_header .navbar-collapse .navbar-nav .nav-item {
  padding: 30px 25px;
}
.cs_header .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0px;
  color: var(--secondary-color);
}
.cs_header .navbar-collapse .navbar-nav .nav-item.active {
  background: var(--primary-color);
  border-bottom: solid 5px var(--secondary-color);
}
.cs_header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.cs_hero {
  background: #f9fdfc url("../images/hero_banner.png") center left no-repeat;
  position: relative;
  background-size: 100%;
  padding: 70px 0px 150px 0px;
}
.cs_hero h1 {
  font-size: 3rem;
  line-height: 80px;
  color: #fff;
  text-shadow: 5px 5px 0px var(--secondary-color);
}
.cs_hero h1 span {
  color: #14c4a0;
}
.cs_hero .cs_hero_banner {
  padding: 0px;
  background: var(--secondary-color);
}
.cs_hero .cs_hero_content {
  position: relative;
  z-index: 1;
}
.cs_hero .cs_hero_content .cs_hero_btn {
  margin-top: 70px;
  display: flex;
}
.cs_hero .cs_hero_content .cs_hero_btn a {
  font-size: 14px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_hero .cs_hero_content .cs_hero_btn .btn-main {
  color: #fff;
  background: var(--secondary-color);
  padding-left: 50px;
  padding-right: 50px;
}
.cs_hero .cs_hero_content .cs_hero_btn .btn-outline-success {
  color: #fff;
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  padding-left: 30px;
  padding-right: 30px;
}
.cs_hero .cs_hero_content .cs_hero_btn .btn-outline-success span {
  margin-left: 30px;
  transform: rotate(45deg);
}

.cs_help {
  margin-top: -80px;
  z-index: 1;
  position: relative;
}
.cs_help .help_wrap {
  background: var(--primary-color);
  padding: 50px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs_help .help_wrap h1 {
  font-size: 28px;
  text-align: left;
  color: #fff;
}
.cs_help .help_wrap a {
  font-size: 14px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}
.cs_help .help_wrap a span {
  margin-left: 30px;
  transform: rotate(45deg);
}

.cs_vm {
  margin-top: 40px;
}
.cs_vm h3 {
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cs_vm h3 img {
  height: 30px;
  margin-right: 10px;
}

.cs_process {
  padding-top: 100px;
}
.cs_process .col-md-3,
.cs_process .col-md-4 {
  position: relative;
}
.cs_process .process-box {
  background: var(--primary-color);
  transition: 0.3s;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
}
.cs_process .process-box img {
  height: 30px;
  margin-bottom: 30px;
}
.cs_process .process-box h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.cs_process .process-box p {
  color: #fff;
  margin-bottom: 0;
}
.cs_process .process-box:hover {
  transform: translateY(-5px);
}
.cs_process .pr_arrow {
  background: var(--secondary-color);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -30px;
  top: 41%;
  z-index: 999;
}
.cs_process .pr_arrow:after {
  content: "";
  width: 56px;
  height: 56px;
  position: absolute;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 28px;
}
.cs_process .pr_arrow span {
  color: var(--secondary-color);
  z-index: 1;
}

.our_mission .inner_mission_wrap {
  background: var(--primary-color);
  padding: 2px;
  border-radius: 50px;
}
.our_mission .inner_mission_wrap .inner_module {
  background: #fff;
  padding: 50px;
  border-radius: 48px;
}
.our_mission .inner_mission_wrap .inner_sec {
  background: var(--primary-color);
  margin-left: 0;
  margin-right: 0;
  border-radius: 20px;
  margin-top: 30px;
}
.our_mission .inner_mission_wrap .inner_sec .cs_figure {
  padding: 30px 20px;
  border-right: solid 2px #fff;
}
.our_mission .inner_mission_wrap .inner_sec .cs_figure h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.our_mission .inner_mission_wrap .inner_sec .cs_figure p {
  color: #fff;
  margin-bottom: 0;
}
.our_mission .inner_mission_wrap h4 {
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
}

.slider-container {
  padding-top: 140px;
  background: url("../images/line_bg.png") top -30px center no-repeat;
  background-size: contain;
  margin-bottom: 100px;
}
.slider-container .slider {
  margin: 20px 0;
  position: relative;
  /* Dots styling for completeness */
}
.slider-container .slider .slide {
  height: 200px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  color: #333;
  font-size: 20px; /* Slightly smaller font for multiple slides */
  border-radius: 20px;
  margin: 0 10px; /* Small margin between slides */
  flex: 1; /* Equal width for each slide */
  overflow: hidden;
}
.slider-container .slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-container .slider .slick-prev, .slider-container .slider .slick-next {
  width: 35px;
  height: 35px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.slider-container .slider .slick-prev span, .slider-container .slider .slick-next span {
  font-size: 18px;
}
.slider-container .slider .slick-prev:hover, .slider-container .slider .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.slider-container .slider .slick-prev {
  left: -40px; /* Position left arrow outside the slider */
}
.slider-container .slider .slick-next {
  right: -40px; /* Position right arrow outside the slider */
}
.slider-container .slider .slick-prev:before, .slider-container .slider .slick-next:before {
  display: none;
}
.slider-container .slider .slick-dots {
  text-align: center;
  margin-top: 10px;
  bottom: -45px;
}
.slider-container .slider .slick-dots li button:before {
  color: #333;
  font-size: 12px;
}
.slider-container .slider .slick-dots li.slick-active button:before {
  color: var(--primary-color);
}

.our_partner {
  background-size: cover;
}
.our_partner .container {
  border: solid 2px var(--primary-color);
  border-radius: 50px;
  padding: 50px;
}
.our_partner .partner_wrap {
  width: 100%;
  margin: auto;
}
.our_partner .partner_wrap .col-sm-12 {
  padding: 0px;
}
.our_partner .partner_wrap .section-title {
  padding: 30px 0px;
  background: var(--primary-color);
  border-radius: 20px;
  text-align: center;
  color: #fff;
}
.our_partner .partner_wrap .section-title h2 {
  color: #fff;
}
.our_partner .cs_left,
.our_partner .cs_right {
  margin-top: -50px;
  padding-top: 230px;
  padding-bottom: 50px;
}
.our_partner .cs_left .section-title h2,
.our_partner .cs_right .section-title h2 {
  font-size: 20px;
  color: #fff;
}
.our_partner .cs_left .section-title p,
.our_partner .cs_right .section-title p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.our_partner .cs_left .cs_logos,
.our_partner .cs_right .cs_logos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.our_partner .cs_left .cs_logos .cs_figure,
.our_partner .cs_right .cs_logos .cs_figure {
  height: 100px;
  border-radius: 20px;
  background: #fff;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_partner .cs_left .cs_logos .cs_figure img,
.our_partner .cs_right .cs_logos .cs_figure img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our_partner .cs_left {
  background: rgba(13, 184, 224, 0.75);
  padding-left: 8.5%;
  padding-right: 20px;
}
.our_partner .cs_left .cs_logos .cs_figure {
  flex: 0 0 calc(33.33% - 10px);
}
.our_partner .cs_right {
  background: rgba(25, 220, 181, 0.75);
  padding-right: 8.5%;
  padding-left: 30px;
}
.our_partner .cs_right .cs_logos .cs_figure {
  flex: 0 0 calc(25% - 10px);
}
.our_partner .cs_right .cs_logos .cs_figure.x2 {
  flex: 0 0 calc(50% - 10px);
}

.in_content .rounded {
  border-radius: 20px !important;
}
.in_content .cs_location {
  padding: 10px 20px;
  border-radius: 20px;
  background: #f55b14;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.in_content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.in_content .btn {
  font-size: 14px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: var(--secondary-color);
  padding-left: 30px;
  padding-right: 30px;
}
.in_content .btn span {
  margin-left: 20px;
  transform: rotate(-45deg);
}
.in_content .cs_logos {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.in_content .cs_logos .cs_figure {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  margin-right: 20px;
  margin-top: 20px;
}
.in_content .cs_logos .cs_figure img {
  height: 35px;
}

.cs_needmedicine {
  background: url("../images/need_medicine_banner.png") no-repeat center;
  margin-top: 100px;
  background-size: cover;
  background-attachment: fixed;
}
.cs_needmedicine .cs_form {
  background: #fff;
  padding: 50px;
}
.cs_needmedicine .cs_form input {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: rgba(234, 234, 234, 0.45);
  font-size: 14px;
  color: #000;
  border: 0px;
  margin-top: 30px;
  padding-left: 15px;
}
.cs_needmedicine .cs_form button {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: var(--primary-color);
  border: 0px;
  font-size: 14px;
  color: #fff;
}

.stats {
  padding: 100px 0px;
}
.stats .section-title {
  margin-bottom: 55px;
}
.stats .cs_figure {
  transition: 0.3s;
  text-align: center;
  position: relative;
}
.stats .cs_figure img {
  height: 30px;
  margin-bottom: 30px;
}
.stats .cs_figure h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.stats .cs_figure p {
  margin-bottom: 0;
}
.stats .cs_figure:hover {
  transform: translateY(-5px);
}

.donation-banner {
  background: var(--secondary-color);
  padding: 50px 0px;
}
.donation-banner h3 {
  font-size: 28px;
  text-align: left;
  color: #fff;
}
.donation-banner p {
  color: #fff;
  margin-top: 40px;
}
.donation-banner a {
  font-size: 14px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  background: #fff;
  border: 2px solid var(--secondary-color);
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.donation-banner a span {
  margin-left: 30px;
  transform: rotate(-45deg);
}
.donation-banner .col-sm-4 {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

footer {
  padding: 60px;
}
footer .footer_wrap {
  background: var(--primary-color);
  border-radius: 40px;
  padding-top: 50px;
  padding-bottom: 25px;
}
footer .footer_wrap .border-right {
  border-right: #4bd4d9 1px dashed;
}
footer .footer_wrap .section-title h2 {
  color: #fff;
}
footer .footer_wrap .form-control {
  font-size: 14px;
  text-align: left;
  color: #000;
  border: 0px;
  height: 50px;
  margin-bottom: 20px;
}
footer .footer_wrap button.btn {
  height: 50px;
  border-radius: 6px;
  background: var(--secondary-color);
  font-size: 14px;
  color: #fff;
}

.testimonial-card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  border: 1px solid #19dcb5;
  box-shadow: 0px 5px 0px var(--secondary-color);
}

.testimonial-card p {
  padding: 20px;
  font-size: 15px;
  color: #444;
  min-height: 150px;
  line-height: 28px;
}

.testimonial-footer {
  background: var(--primary-color);
  text-align: center;
  padding: 30px 15px 15px;
  position: relative;
}

.testimonial-footer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-footer h6 {
  margin-top: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.testimonial-footer h6 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.quote-icon {
  font-size: 70px;
  color: #e0e0e0;
  text-align: right;
  padding: 0px 20px;
}

/* 🔹 Custom Nav Buttons */
.carousel-control-prev,
.carousel-control-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: -70px; /* move up near heading */
  opacity: 1 !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control-prev {
  right: 70px;
  left: auto;
}

.carousel-control-next {
  right: 15px;
}

.carousel-control-prev i,
.carousel-control-next i {
  color: #fff;
  font-size: 18px;
}

.cs_social_icon a {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  text-decoration: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_social_icon a i {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .cs_header .navbar-brand img {
    height: 30px;
  }
  .cs_hero {
    padding: 10px 0px 10px 0px;
    margin-bottom: 15px;
    background-size: cover;
  }
  .cs_hero h1 {
    font-size: 2rem;
    line-height: 50px;
  }
  .cs_hero h1 br {
    display: none;
  }
  .cs_hero .cs_hero_content .cs_hero_btn {
    flex-direction: column;
    margin-top: 50px;
  }
  .cs_hero .cs_hero_content .cs_hero_btn a {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
    justify-content: flex-start;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cs_process {
    padding-top: 50px;
    margin-bottom: 20px;
  }
  .cs_process .pr_arrow {
    right: 0px;
    left: 0px;
    margin: auto;
    top: inherit;
    bottom: -20px;
  }
  .cs_process .pr_arrow span {
    transform: rotate(90deg);
  }
  .cs_help {
    margin-top: 0;
  }
  .cs_help .help_wrap {
    flex-direction: column;
    padding: 40px;
    border-radius: 20px;
  }
  .cs_help .help_wrap h1 {
    text-align: center;
    line-height: 46px;
  }
  .cs_help .help_wrap a {
    margin-top: 30px;
  }
  .slider-container {
    padding-top: 20px;
    background: #fff;
    margin-bottom: 60px;
  }
  #about-us {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }
  #about-us .section-title {
    margin-top: 20px;
  }
  .cs_needmedicine .cs_form {
    padding: 30px;
  }
  .our_mission .inner_mission_wrap {
    border-radius: 30px;
  }
  .our_mission .inner_mission_wrap .inner_module {
    padding: 30px;
    border-radius: 28px;
  }
  .our_mission .inner_mission_wrap .inner_sec .cs_figure {
    padding: 20px 5px;
    border-right: solid 0px #fff;
    border-bottom: solid 2px #fff;
  }
  .our_mission .inner_mission_wrap h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .stats {
    padding: 50px 0px;
  }
  .our_partner {
    background: #fff;
    padding-top: 0;
  }
  .our_partner .partner_wrap {
    position: relative;
  }
  .our_partner .partner_wrap .section-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .our_partner .cs_left {
    background: var(--secondary-color);
    margin-top: 0;
    padding-top: 20px;
  }
  .our_partner .cs_right {
    margin-top: 0;
    padding-top: 20px;
    background: var(--primary-color);
  }
  #testimonialCarousel {
    padding-bottom: 40px;
  }
  #testimonialCarousel .carousel-inner .carousel-item .row .col-md-4:nth-child(2), #testimonialCarousel .carousel-inner .carousel-item .row .col-md-4:nth-child(3) {
    display: none;
  }
  #testimonialCarousel .carousel-control-next,
  #testimonialCarousel .carousel-control-prev {
    top: inherit;
    bottom: -10px;
  }
  #testimonialCarousel .carousel-control-prev {
    right: inherit;
    left: auto;
    margin-left: 10px;
  }
  .donation-banner {
    padding: 30px 0px;
  }
  .donation-banner .col-sm-4 {
    margin-top: 20px;
    justify-content: flex-start;
  }
  footer {
    padding: 20px;
  }
  footer .footer_wrap {
    border-radius: 20px;
    padding: 30px 20px;
  }
}/*# sourceMappingURL=stylesheet.css.map */