@import url("https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@400;500;600;700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --font_urban: "Urbanist", sans-serif;
  --font_cabin: "Cabin Condensed", sans-serif;
}
body {
  font-family: var(--font_urban);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font_cabin);
}
.container-fluid {
  width: 95%;
  margin: 0 auto;
}
.coll-to-info h2 {
  color: #fff;
}
.ltn__top-bar-menu > ul > li {
  font-weight: 500;
}
.site-logo-wrap .site-logo {
  min-width: 100px;
}
.ltn__main-menu > ul {
  justify-content: center;
}
.bg-overlay-theme-black-60::before {
    background: rgba(7, 28, 31, 0.0) !important;
}
.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  padding: 5px 0px;
}
.section-bg-6 {
  background: #3c2a97;
}
.ltn__top-bar-menu > ul > li > i,
.ltn__top-bar-menu > ul > li > a > i {
  margin-right: 3px;
  color: #fff;
}
.bg-overlay-white-30:before {
    background: rgb(0 0 0 / 30%);
}
.ltn__breadcrumb-list ul li:last-child {
    margin-right: 0;
    color: #fff;
}
.ltn__breadcrumb-list ul li {
    color: #fff;
}
.inner--pages p{
    margin: 0;
}
.inner--pages ul li{
    margin: 0;
}
.ltn__header-top-area {
  border-bottom: 1px solid;
  border-color: #8e3332;
}
.special-link a {
  background-color: #cc004a;
  border-radius: 25px;
  padding: 7px 10px !important;
}
.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: #3c2a98; /* 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;
}
.item_wrapper .short_desc {
  color: #000;
}
.item_wrapper {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
}
.item_wrapper img {
  border-radius: 16px;
}
.impact-container {
  padding: 0px 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: 1.6rem;
  font-weight: bold;
  margin: 20px 0 0 0;
  font-family: var(--font__heebo);
}
.program-item img {
  width: 100%;
}
.cta {
  justify-content: space-between;
  align-items: center;
}
.ltn__slide-item {
  height: 500px;
}
.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: #3d2b98;
}
.ltn__search-by-place-item .search-by-place-info {
  text-align: center;
}
.section-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}
.mission_bg {
  background: url("../img/mission-bg.jpg");
  background-color: #bbbdb7 !important;
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
}
.ltn__slide-item-inner img {
  border-radius: 20px;
  border: 2px solid #e8bdbd;
}
.get-support-info h1 {
  color: #37208a;
  font-size: 30px;
  margin-bottom: 0;
}

.get-support .get-support-info h2 {
  color: #573aa8;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}
.get-support .get-support-info h3 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: #d0085e;
}
.ltn__main-menu > ul > li > a {
  font-family: var(--font__heebo);
  padding: 20px 5px;
}
.site-logo img {
  width: 80px;
}
.ltn__main-menu > ul > li {
  margin-right: 10px;
}
.ltn__slide-item-2 .slide-title {
  /* color:#000; */
}
.ltn__slide-item-2 .slide-title {
  font-size: 40px;
  text-shadow: 3px 5px 3px #000000;
}
.ann {
  background: #dd291b;
  padding: 10px 0px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.annBody {
  padding: 10px 0px 10px 20px;
  background: #3f3f3f;
  color: #fff;
}
.ann > h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 5px;
  margin: 0;
  font-weight: 500;
  font-family: var(--font__heebo);
}
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;
}
button,
input,
optgroup,
select,
textarea {
  font-family: var(--font__heebo);
}
.inner-content ul li {
  margin-top: 0;
}
.about_img {
  border-radius: 100%;
  width: 250px;
  height: 250px;
  position: relative;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  padding: 5px;
  background: #37208a;
}
.about_img img {
  border-radius: 100%;
  width: 250px;
  height: 250px;
}
.about_img h2 {
  font-size: 30px;
  margin: 0;
}

.btn {
  border-radius: 25px !important;
  padding: 5px 10px !important;
  overflow: hidden;
}
.our-reach {
  background: url("../img/our-reach.jpg");
  background-color: #535353 !important;
  background-blend-mode: multiply;
  background-size: cover;
}
.ltn__breadcrumb-area {
  padding-top: 35px;
  padding-bottom: 35px;
}
.ltn__slide-item-2 .slide-item-info {
    max-width: 100%;
}
.ltn__slide-item-inner {
    align-items: self-end;
}
@media (max-width: 1400px) {
  .ltn__main-menu > ul > li > a {
    font-size: 15px;
  }
  .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;
    font-weight: 700;
  }

  .get-support .get-support-info h2 {
    font-size: 11px;
  }
  .get-support .get-support-info h3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .space-5 {
    margin-top: 15px;
  }
  .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;
  }
}
