@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

:root {
  --color-green: #0a720e;
  --color-white: #fff;
  --color-black: #000;
  --logo-color-gray: #333865;
}

/* body {
  font-family: "DM Sans", serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "DM Sans", serif;
} */



.container-fluid {
  width: 90%;
  margin: 0 auto;
}

.site-logo-wrap .site-logo {
  min-width: 100px;
}
.ltn__breadcrumb-list ul li{
    margin-top: 0rem;
}
.inner-content p{
font-family: "DM Sans", serif;
}
.inner-content ul li{
font-family: "DM Sans", serif;
margin:0;
}
.inner-content img{
    border-radius:15px;
}
.ltn__main-menu>ul {
  justify-content: center;
}

.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  padding: 5px 0px;
}

.section-bg-6 {
  background: var(--logo-color-gray);
}

.ltn__top-bar-menu>ul>li>i,
.ltn__top-bar-menu>ul>li>a>i {
  margin-right: 3px;
  color: #fff;
}

.ltn__header-top-area {
  border-bottom: 1px solid;
  border-color: var(--logo-color-gray);
  padding: 4px 0;
}

.special-link a {
  background-color: var(--logo-color-gray);
  border-radius: 25px;
}

.ltn__slide-item-3-normal {
  padding-bottom: 10px;
  padding-top: 10px;
}

.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  padding: 20px;
}

.box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.ltn__search-by-place-item {
  margin-bottom: 10px;
}

.footer-about-widget {
  padding-right: 0px !important;
}

.ltn__search-by-place-item .search-by-place-info h6 {
  font-family: "DM Sans", serif;
}

.footer-top-area {
  padding-top: 32px;
  padding-bottom: 20px;
}

.footer-widget {
  margin-bottom: 0px;
}

.card {
  background-color: #3f3f3f;
  /* Light teal background for cards */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  max-width: 300px;
  flex: 1 1 calc(25% - 20px);
  /* Responsive sizing */
  text-align: center;
}

.card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #fff;
  font-family: "DM Sans", serif;
}

.ltn__slide-item-2 .btn-wrapper .theme-btn-1 {
  border-radius: 25px;
}

.ltn__slide-item-2 .btn-wrapper .btn-effect-1:hover::after {
  width: 100%;
  border-radius: 25px;
}

.ltn__slide-item-2 .btn-wrapper {
  margin-top: 20px;
}

.card p {
  font-size: 0.95rem;
  line-height: 1.5;
  font-family: "DM Sans", serif;
  color: #fff;
}

.impact-container {
  padding: 40px 20px 0px;
  text-align: center;
}

.impact-container h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.impact-item {
  margin-bottom: 20px;
}

.impact-item h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  font-family: "DM Sans", serif;
}

.impact-item p {
  font-size: 1rem;
  margin: 5px 0 0;
  color: #666;
}

.program-item h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 20px 0 0 0;
  font-family: "DM Sans", serif;
}

.cta {
  justify-content: space-between;
  align-items: center;
}

.ltn__slide-item {
  height: 420px;
}

.ltn__search-by-place-item .search-by-place-img img {
  /*    aspect-ratio:2/1;
    object-fit: contain;*/
  width: 140px;
  margin: auto;
  border-radius: 10px;
}

.before-bg-bottom:before {
  position: relative;
  height: auto;
}

.call-to-action-inner-6 {
  padding: 30px 0px;
}

.ltn__secondary-bg {
  background-color: #abcd43;
}

.ltn__search-by-place-item .search-by-place-info {
  text-align: center;
}

.section-title {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Roboto Slab", serif;
}

.mission_bg {
  background: url("../img/mission-bg.jpg");
  background-color: #141414 !important;
  background-blend-mode: hard-light;
}

.ltn__slide-item-inner img {
  border-radius: 20px;
  border: 2px solid #e8bdbd;
}

.product-description {
  min-height: 110px;
}

.get-support-info h1 {
  color: #37208a;
  font-size: 29px;
  margin-bottom: 0;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.01rem;
}

.get-support .get-support-info h2 {
  color: #573aa8;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  font-family: "DM Sans", serif;
}

.get-support .get-support-info h3 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: #d0085e;
}

.ltn__main-menu>ul>li>a {
  font-family: "DM Sans", serif;
  padding: 20px 5px;
}

.ltn__main-menu>ul>li {
  margin-right: 10px;
}

.ltn__slide-item-2 .slide-title {
  font-family: "DM Serif Display", serif;
  color: #000;
}

.ltn__slide-item-2 .slide-title {
  font-size: 40px;
}

.ann {
  background: var(--logo-color-gray);
  padding: 10px 0px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ann::before {
  position: absolute;
  top: 50%;
  right: -22px;
  content: '';
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--logo-color-gray);
  z-index: 11;
}


.annBody {
  padding: 10px 0px 10px 20px;
  background: #3f3f3f;
  color: #fff;
}

.ann>h2 {
  color: var(--color-white);
  font-size: 16px;
  text-align: center;
  padding: 5px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

ul.announcements {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

ul.announcements li {
  display: inline-block;
  margin: 0 0.35rem;
}

.sectiongap-30 {
  padding: 30px 0;
}

.about_img {
  border-radius: 15px;
  width: 90%;
  position: relative;
  margin: auto;
}

.about_img>img {
  position: relative;
  z-index: 11;
}

.about_img::before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 200px;
  height: 200px;
  background: var(--logo-color-gray);
  content: "";
  z-index: 0;
  /* border-radius: 0 8px 0 0; */
}

.about_img::after {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100px;
  height: 100px;
  content: "";
  background: var(--logo-color-gray);
  z-index: 0;
  /* border-radius: 0 0px 0px 8px; */
}

.btn {
  border-radius: 25px !important;
  padding: 10px 20px !important;
  overflow: hidden;
}

.our-reach {
  background: url("../img/our-reach.jpg");
  background-color: #535353 !important;
  background-blend-mode: multiply;
  background-size: cover;
}

.test_bg {
  position: relative;
  background: url('../images/test_bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.test_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000008c;
}

@media (max-width: 1400px) {
  .ltn__main-menu>ul>li>a {
    font-size: 15px;
    padding: 40px 5px 0 0;
  }
  .menu-icon > a::before {
    top: 80%;
    right: -2px;
}
.ltn__main-menu li > ul, .ltn__main-menu .sub-menu {
    padding: 5px 0;
    border-top: 2px solid #00aeef;
}
.ltn__main-menu li ul li, .ltn__main-menu .sub-menu li {
    padding: 5px 12px 5px 30px;
}

  .ltn__slide-item-11 {
    min-height: 0;
  }

  .special-link {
    margin-left: 1px;
  }

  .get-support-info h1 {
    font-size: 25px;
    margin-bottom: 0;
    line-height: 1;
  }

  .res_link a {
    width: 100%;
    display: block;
    padding: 12px 19px !important;
    font-size: 14px;
    text-align: center;
  }

  .get-support .get-support-info h2 {
    font-size: 11px;
  }

  .get-support .get-support-info h3 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .card {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .program-item h2 {
    margin: 20px 0 20px 0;
  }

  .impact-container {
    padding: 0px 20px 0px;
    text-align: center;
  }

  .special-link {
    display: none;
  }

  .ltn__header-options>div:last-child {
    margin-right: 0;
    position: absolute;
    top: 27px;
    right: -13px;
  }

  .get-support .get-support-info h2 {
    font-size: 12px;
  }

  .ltn__header-logo-and-mobile-menu-in-mobile .ltn__header-options {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .site-logo-wrap .site-logo {
    min-width: 85px;
  }

  .get-support {
    padding-left: 0px;
    margin-left: 0px;
  }
}

.hero-section {
  background-image: url("your-image.jpg");
  /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 70px 10px;
}

.content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

select,
button {
  padding: 10px 15px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
}

.currency-select,
.charity-select {
  background-color: white;
  color: black;
}

.impact-button {
  background-color: #bd003f;
  color: white;
  cursor: pointer;
  border-radius: 25px;
}

.impact-button:hover {
  background-color: darkred;
}

.note-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  text-align: left;

}

.note-section h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.note-section p {
  line-height: 1.6;
}

.note-section a {
  color: #fff;
  text-decoration: none;
}

.note-section a:hover {
  text-decoration: underline;
  color: #000;
}

.ltn__breadcrumb-area {
  background-color: var(--section-bg-1);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0px;
}

.content h1 {
  color: #37208a;
  font-size: 30px;
  margin-bottom: 0;
  font-family: "DM Serif Display", serif;
}

.ltn__breadcrumb-inner h1 {
  font-family: "DM Sans", serif;
}

#note-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px 140px;
  padding: 30px 30px;
}

/* Sachin's css */

.padd-60 {
  padding: 60px 0;
}

.card_box_style_1 {
  padding: 40px;
  box-shadow: 0 0 10px 3px #0000000a;
  border-radius: 8px;
  background: #fff;
}

.icon_warpper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: start;
  margin-bottom: 0.75rem;
}

.icon_warpper>h2 {
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
}

.icon_style_01 {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid var(--color-green);
  border-radius: 50%;
  font-size: 22px;
}

/* hunger_call_to2_area */
.hunger_call_to2_area {
  padding: 80px 0px 0px;
}

.call_to_bg {
  background-image: url('../images/call_bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.call_to_bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3c7004e3;
}

.cal_to_toggole {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-around;
}



.call_to_bg .all_cal_color h5 {
  font-size: 18px;
  font-style: italic;
  color: var(--color-white);
  padding: 0px;
  font-family: 'Nunito Sans', sans-serif;
}

.call_to_bg .all_cal_color p {
  color: var(--color-white);
}

.call_to_bg .all_cal_color h2 {
  font-size: 33px;
  font-weight: 700;
  padding: 15px 0px 0px 0px;
  color: var(--color-white);
  font-family: 'Nunito Sans', sans-serif;
}

.hunger_button.no_margin {
  margin-top: 0px;
  width: 60%;
}

p{
    font-family: "DM Sans", serif;
}

.call_to_bg .all_cal_color {
  padding: 30px 10px 0px 0px;
}

.footer-menu ul li {
    margin-bottom: 5px;
}
.call_to_bg .single_image_area {
  margin: -80px 10px 0px 0px;
}

.ltn__blog-item-3 .ltn__blog-img+.ltn__blog-brief {
  margin-top: 0 !important;
}

.res_logo {
  width: 120px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea{
    margin-bottom: 5px;
    height: 45px;
    font-family: "DM Sans", serif;
}

.footer-top-area {
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer_bg {
  background-size: contain;
  background-position: right center;
  position: relative;
  z-index: 3;
  background: #193256f5;
}

.footer_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
  background: url("../images/footer_background.png")no-repeat;
  background-size: cover;
  background-position: right center;
  opacity: 0.02;
  z-index: -1;
}


.footer-title {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
}


.footer-address ul li .footer-address-icon {
  color: #fff;
}

.footer-address ul li .footer-address-info p,
.footer-menu ul li a {
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.ltn__copyright-area {
  background: #b5003d;
}

.ltn__social-media ul li {
  color: #fff;
}

/* Strip */

.text-strip::before {
  position: absolute;
  bottom: -13px;
  left: 50%;
  content: '';
  width: 70%;
  height: 20px;
  background: url('../images/text-strip.png');
  transform: translate(-50%, 50%);
  background-size: contain;
}

.text-strip {
  position: relative;
  display: inline-block;
}

.program-item>img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(28%) hue-rotate(39deg) brightness(108%) contrast(107%);
}


/* Mission & Vision */

.card-custom {
  color: white;
  padding: 40px;
  text-align: center;
  position: relative;
  min-height: 300px;
}



.card-custom p {
  color: #fff;
}

.vision {
  background-color: #a32b38;
}

.mission {
  background-color: #9b5671;
}

.values {
  background-color: #79475d;
}

.card-custom h4 {
  font-weight: bold;
}

.underline {
  width: 40px;
  height: 4px;
  background: white;
  margin: 10px auto 0;
}

span.line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--color-green);
  border-radius: 30px;
}

.program-item {
  padding: 10px 30px;
  background: #000;
  margin: 0.375rem 0;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trim-pad>.col-sm-6.col-md-4.col-lg-3:nth-child(odd) {
  padding-left: 0;
  padding-right: 0;
}


.bg-overlay-white-30:before {
  background: rgb(0 0 0 / 69%);
}

.ltn__breadcrumb-list>ul>* {
  color: #fff !important;
}

div#innerpage > * {
    color: #000;
}

/* Resonsive */

@media screen and (max-width: 1400px) {
  .call_to_bg .all_cal_color h2 {
    font-size: 27px;
  }

  .call_to_bg .all_cal_color p {
    font-size: 13px;
  }

  .card-custom {
    min-height: 330px;
  }
}