/* Animate In */
.offcanvas.offcanvas-animate-in {
  animation: slideInRight 0.5s forwards;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animate Out */
.offcanvas.offcanvas-animate-out {
  animation: slideOutRight 0.5s forwards;
}

@keyframes slideOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.navbar-icon {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 0.8rem;
}

.navbar {
  position: absolute;
  padding: 0.1rem;
  top: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0); /* black with 50% transparency */
  height: 90px;
  margin: 10px;
  margin-top: 0px !important;
  border-radius: 1.25rem;
}
.navbar1 {
  background-color: #1a1a1a !important;
  color: white !important;
  margin: 10px !important;
  padding: 0.1rem !important;
  border-radius: 16px !important;
}

.navbar.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.navbar .nav-item .nav-link.active {
  color: #eb7100 !important;
}

.navbar-toggler {
  border: none;
  font-size: 1.5rem;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
}

.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
  outline: none;
}

.navbar-brand,
.offcanvas-title {
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #eb7100;
  text-shadow: 2px 2px 4px black;
}
.oval-image {
  width: 100px;
  height: 80px;
  object-fit: cover;
}

.nav-item {
  line-height: 35px;
}

.nav-link {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0rem;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.nav-item .nav-link:focus {
  color: #fff !important;
}

.nav-link:hover,
.nav-link.active,
.navbar .nav-item .nav-link.active {
  color: #fff !important;
}

.offcanvas-fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  z-index: 1055;
}

.offcanvas {
  background-color: rgba(35, 31, 32, 0.9);
  z-index: 1055;
  color: white;
}

.offcanvas-body {
  padding: 20px;
  margin: 10px;
}

.offcanvas-header .btn-close {
  font-size: 1.2rem;
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.7);
  border: 0;
  padding: 10px 10px;
  color: #fff;
  position: absolute;
  display: none;
}

.dropdown-item {
  color: #1a1a1a;
  letter-spacing: 0rem;
  font-size: 0.8rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  color: #eb7100;
  background-color: rgba(255, 255, 255, 0) !important;
  outline: none;
  box-shadow: none;
}

.hover-move {
  transition: transform 0.3s ease;
}

.hover-move:hover {
  transform: translateX(5px);
}

.Donation-button {
  background-color: #eb7100;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s background-color;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
}

.Donation-button:hover {
  background-color: #cc6300;
}

.footer-contena {
  padding: 40px 65px;
  padding-bottom: 20px !important;
  background-color: #1a1a1a;
  overflow: hidden;
  position: relative;
  font-family: "Fira Sans", sans-serif;
}

.footer1 {
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
}

.footer3 {
  font-family: "Fira Sans", sans-serif;
  word-break: break-all;
  text-decoration: none;
  line-height: 1.7rem;
  padding-bottom: 0.6rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
}

.footer-heads {
  color: #eb7100;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 20px;
}

.centa-logo {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #eb7100;
  text-shadow: 2px 2px 4px black;
  text-transform: uppercase;
  margin-top: 20px;
}

.logo-row {
  color: white;
  padding-top: 0px !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px !important;
}

.footer2 {
  font-family: "Fira Sans", sans-serif;
  word-break: break-all;
  /* Breaks words when necessary to prevent overflow */
  text-decoration: none;
  line-height: 2.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
}
.footer2 i {
  font-size: 0.7rem;
}
.footer2-1 {
  color: #dc821b;
  margin-right: 10px;
  font-size: 0.9rem;
}

.footer-hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-hover:hover {
  transform: translateX(6px);
  color: #f49d37; /* optional – gives a color change while sliding */
}
.redii {
  color: #f49d37;
}

.subscribe-input {
  border-radius: 2rem !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
}
.subscribe-btn {
  background-color: #eb7100;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 1.25rem;
  text-decoration: none;
  transition: 0.3s background-color;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}

.subscribe-btn:hover {
  background-color: #cc6300;
  color: #fff;
}
.subscribe-btn:focus,
.subscribe-btn:active {
  background-color: #eb7100 !important;
  color: white !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.horizontal-line {
  width: 95%;
  height: 2px;
  background-color: #aba7a5;
}

.footer-terms {
  padding-top: 20px;
}

.footer-icons,
.footer1,
.footer-links {
  font-size: 0.9rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
}

.footer-icons1 {
  margin: 0 12px;
}

.footer-icons i {
  text-align: center;
  color: white;
  font-size: 23px;
  /* Set icon size to large */
}

.footer-links a {
  text-decoration: none;
  color: white;
  text-align: center;
}
.footer-base-link {
  color: white;
  text-decoration: none;
}
.separator {
  margin: 0 10px;
  color: white;
}

.icon-hover {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.icon-hover:hover {
  transform: scale(1.3);
}
.designer {
  text-transform: capitalize;
  color: #eb7100;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.index-bottom-donation-container {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px;
  background-color: #eee;
}
.card-index-bottom-donation {
  border-radius: 1.25rem !important;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.card-index-bottom-donation img {
  border-radius: 1.25rem !important;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card-index-bottom-donation-card-img {
  border-radius: 1.25rem !important;
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(0.6);
}
.card-index-bottom-donation .card-img-overlay {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.card-index-bottom-donation .card-img-overlay h6 {
  padding-top: 10px;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eb7100;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  line-height: 1.67rem;
  letter-spacing: 0.1rem;
  text-shadow: 2px 2px 4px black;
}
.card-index-bottom-donation .card-img-overlay h5 {
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.67rem;
  text-shadow: 2px 2px 4px black;
}
.card-index-bottom-donation .card-img-overlay p {
  text-align: left;
  padding-right: 90px;
  padding-left: 90px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.67rem;
  margin-top: auto;
  margin-bottom: auto;
  text-shadow: 2px 2px 4px black;
}
.card-index-bottom-donation .card-img-overlay a {
  margin-top: auto;
  margin-bottom: 1rem;
}

.see-all-button {
  background-color: #eb7100;
  color: #fff;
  font-size: 1rem;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s background-color;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: "Fira Sans", sans-serif;
   transition: 0.3s ease; 
  display: inline-block; 
}

.see-all-button:hover {
  background-color: #cc6300;
  transform: translateY(-3px);
}

.donation-container {
  position: relative;
  background-image: linear-gradient(
      rgba(238, 238, 238, 0.7),
      rgba(238, 238, 238, 0.9)
    ),
    url("../images/2n0a0334-1024x683.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}
/* Fade at the bottom */
.donation-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px; /* adjust fade height */
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0), #eee);
  pointer-events: none; /* lets clicks pass through */
}
/* Fade at the top */
.donation-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px; /* same height as bottom fade */
  background: linear-gradient(to top, rgba(238, 238, 238, 0), #eee);
  pointer-events: none;
}
.sustainable-goals {
  padding-top: 30px;
}
.sustainable-goals-title1 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #e64b37;
  margin-bottom: 10px;
  border-left: 5px solid #e64b37;
  padding-left: 10px;
}
.sustainable-goals-title2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3.5rem;
  color: #515266;
}
.sustainable-goals-title3 {
  padding-top: 10px;
}
.sustainable-goals-title4 {
  font-size: 1.1rem;
  font-family: "Source Sans Pro", sans-serif;
  color: rgb(77, 77, 77);
  font-weight: 500;
}
.sustainable-goals-title5 {
  padding-top: 10px;
}

.progress-circle-container {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Segoe UI", sans-serif;
}

.progress-circle {
  position: relative;
  width: 100px;
  height: 100px;
}

.progress-circle svg {
  transform: rotate(-90deg);
}

.progress-circle circle {
  fill: none;
  stroke-width: 10;
}

.progress-circle .bg {
  stroke: #1a1a1a;
}

.progress-circle .progress {
  stroke: #f26522;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.text-content p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.icon-style {
  font-size: 2rem;
}
.icon-users {
  color: #d9381e;
}

.icon-funding {
  color: #f7a900;
}

.icon-scholarship {
  color: #5cae28;
}

.icon-partner {
  color: #f49d37;
}
.donation-head {
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.67rem;
}
.donation-sub-head {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  padding-bottom: 3rem;
  line-height: 1.5rem;
  padding-left: 50px;
  padding-right: 50px;
}
.donation-p1 {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #fff;
  line-height: 0.9rem;
}

.counter-numbers {
  font-family: "Fira Sans", sans-serif;
  text-transform: lowercase;
  font-size: 2rem;
  color: #fff;
}

.donation-bgcolor {
  background: linear-gradient(45deg, #1a1a1a, #3b2a14, #cc6300) !important;
  border-radius: 1.25rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: none !important; /* prevent background delay */
}

.donation-link {
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}
.donation-link1 {
  text-decoration: none;
  color: #eb7100;
  transition: color 0.3s ease;
}
.donation-link1:hover {
  color: #e64b37;
}

.success-container {
  background-color: #eee;
  overflow: hidden;
  padding: 30px 10px;
}
.success-container1 {
  background-color: #eee;
  overflow: hidden;
  padding: 50px 10px;
}
.card-success-cards {
  border-radius: 1.25rem;
  border: 0;
  background-color: #eee;
  color: #231f20;
  overflow: hidden;
  position: relative;
  height: 400px;
}
.card-success-cards img {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}
.card-success-cards:hover img {
  transform: scale(1);
}
.success-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
  position: absolute;
  max-height: 100vh;
}

.card-img-overlay-success {
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for text visibility */
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.date-success-badge {
  text-transform: uppercase !important;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 6px 6px;
  border-radius: 0.5rem;
  font-size: 0.7rem;
  font-weight: 500;
}

.card-success-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px black;
  color: #fff;
  font-weight: 700;
}
.success-link {
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.success-link:hover {
  color: #eb7100;
}
.space-left {
  margin-left: 7px;
}

.report-head {
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.67rem;
  padding-bottom: 1.5rem;
}
.report-sub-head {
  font-family: "Source Sans Pro", sans-serif;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.2rem;
  padding-bottom: 1.5rem;
  line-height: 1.5rem;
  padding-left: 100px;
  padding-right: 100px;
}

.blogu-index-container {
  background-color: #eee;
  overflow: hidden;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  padding-bottom: 10px !important;
}
.blogu-row {
  padding-top: 15px;
  justify-content: center;
  background-color: #eee;
}
.blogu-header1 {
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #cc6300;
  line-height: 35px;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 0.1rem;
}

.blogu-text {
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.67rem;
}
.row-card {
  background-color: #eee;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 0px !important;
}

.swiper-slide1 {
  display: flex; /* Ensures all slides stretch evenly */
  height: auto; /* Allow Swiper to manage height */
}
.swiper1-pagination {
  position: relative;
  bottom: 0px !important;
  margin-top: 30px;
}
.swiper-pagination-bullet {
  background-color: #c9c8c8 !important;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.3s ease; /* Smooth transition for size changes */
}
.swiper-pagination-bullet-active {
  background-color: #d3b975 !important;
  width: 14px;
  border-radius: 14px;
}
.red-active .swiper-pagination-bullet-active {
  background-color: #eb7100 !important;
  width: 14px;
  border-radius: 14px;
}

.card-index-blogu-cards {
  width: 100%; /* Ensure cards take full width */
  max-width: 600px; /* Adjust as needed */
  min-width: 200px; /* Prevent shrinking too much */
  height: 100%;
  border-radius: 1.25rem;
  border: 0;
  border-bottom: 5px solid #eb7100;
  background-color: #fff;
  color: #1f1f1a;
  overflow: hidden;
  transition: transform 0.5s ease;
  position: relative;
}

.card-index-blogu-cards:hover {
  transform: translateY(-10px);
  /* Moves the card upward */
}
.card-cards-img-top {
  display: block;
  border: 0;
  background-color: #fff;
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.blogu-body {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 30px;
  padding-bottom: 20px !important;
}
.card-blogu-title {
  color: rgb(77, 77, 77);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
}

.card-blogu-title i {
  font-size: 0.8rem;
  padding-right: 13px;
}
.card-cards-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #161415;
  text-transform: uppercase;
  line-height: 1.1rem;
}

.blogu-link {
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  color: #eb7100;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.blogu-link:hover {
  color: #e64b37;
}

.container-blogu-btn {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background-color: #eee;
  overflow: hidden;
}

.moto-container {
  position: relative;
  background-image: linear-gradient(
      rgba(238, 238, 238, 0.7),
      rgba(238, 238, 238, 0)
    ),
    url("../images/flag_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 30px;
  padding-bottom: 0px !important;
  overflow: hidden;
} /* Fade at the bottom */
.moto-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px; /* adjust fade height */
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0), #eee);
  pointer-events: none; /* lets clicks pass through */
}
.index-moto-icons {
  position: absolute;
  top: 80%;
  font-family: "Fira Sans", sans-serif;
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding-top: 1rem;
  align-items: center;
}
.index-moto-icons i {
  color: #e64b37;
  background-color: white;
  padding: 4px; /* control how much white space appears around the icon */
  border-radius: 50%; /* makes it circular around the icon */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* optional shadow */
  font-size: 1.3rem; /* adjust icon size */
  width: 15px; /* control size */
  height: 15px; /* control size */
}
.index-moto-icons div {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
}
.index-moto-icons .text {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  padding-left: 10px;
}
.moto-header {
  padding-bottom: 0.6rem;
}
.moto-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  text-transform: capitalize;
  font-weight: 700;
  color: #1a1a1a;
}
.blogu-header {
  display: inline-block;
  position: relative;
  padding: 0 10px; /* Adjust padding as needed */
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #cc6300;
  line-height: 35px;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 0.1rem;
}
.blogu-header::before,
.blogu-header::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px; /* Adjust the length of the lines */
  height: 1.5px; /* Adjust the thickness of the lines */
  background-color: #cc6300; /* Match the red color from the image */
}

.blogu-header::before {
  left: -40px; /* Distance from the text to the left line */
}

.blogu-header::after {
  right: -40px; /* Distance from the text to the right line */
}
.flip-text {
  color: #cc6300;
  display: inline-block;
  height: 1em;
  overflow: hidden;
  vertical-align: middle; /* Keep it aligned with the line of text */
  line-height: 1em;
}

.flip-text span {
  display: block;
  animation: flipDown 6s linear infinite;
}

@keyframes flipDown {
  0%,
  45% {
    transform: translateY(0%);
  }
  50%,
  95% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.WhatIndex-container {
  padding: 0px 60px;
  background-color: #eee;
  overflow: hidden;
  padding-bottom: 30px !important;
}

.card-WhatIndex-cards {
  border-radius: 1.25rem;
  border: 0;
  background-color: #eee;
  color: #1a1a1a;
  overflow: hidden;
}

.card-WhatIndex-cards-img-top {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #eee;
  object-fit: cover;
  width: 100%;
  height: 250px;
  filter: brightness(1);
  border-bottom: 5px solid #eb7100;
  transition: filter 0.8s ease, transform 0.8s ease;
}

.card-WhatIndex-body {
  font-family: "Fira Sans", sans-serif !important;
  background: linear-gradient(145deg, #ffffff 0%, #fff8ef 40%, #fbe0b2 100%);
  box-shadow: 0 8px 20px rgba(235, 113, 0, 0.25);
  transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 20px;
  padding-bottom: 0px !important;
}
.card-WhatIndex-cards:hover .card-WhatIndex-cards-img-top {
  border-bottom: 5px solid #5c2e00;
  transition: border-color 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-WhatIndex-cards:hover .card-WhatIndex-body {
  background: linear-gradient(145deg, #fff3e0 0%, #ffe1b3 50%, #fcd18a 100%);
  box-shadow: 0 12px 35px rgba(235, 113, 0, 0.3);
}
.card-WhatIndex-cards:hover .card-WhatIndex-cards-text,
.card-WhatIndex-cards:hover .card-WhatIndex-cards-text1 {
  color: #5c2e00; /* warm dark brown for contrast */
  transition: color 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-WhatIndex-cards:hover .horizontal-line-Index {
  background-color: #5c2e00;
  width: 80px;
}
.card-WhatIndex-cards-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #cc6300;
  text-transform: capitalize;
  line-height: 1.5rem;
  margin: 0;
  transition: color 0.8s ease;
}
.wave-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.wave-wrapper i {
  background-color: #eb7100;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  position: relative;
  z-index: 2; /* icon stays visible */
}

/* Create ripple waves BEHIND icon */
.wave-wrapper::before,
.wave-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(235, 113, 0, 0.4); /* filled color for thick waves */
  box-shadow: 0 0 10px rgba(235, 113, 0, 0.4); /* soft glow */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  z-index: 1;
  animation: wave-glow 2.5s infinite ease-out;
}

/* Slight delay for second wave */
.wave-wrapper::after {
  animation-delay: 1.25s;
}

/* Wave animation */
@keyframes wave-glow {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.card-WhatIndex-cards-text1 {
  margin-top: 0.5rem !important;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin: 0;
  opacity: 0;
  transform: translateY(30px); /* start a little below */
  transition: color 0.8s ease;
}
.card-WhatIndex-cards-text1.animate {
  opacity: 1;
  transform: translateY(0); /* move to original position */
}
.horizontal-line-Index {
  width: 50px;
  height: 4px;
  background-color: #eb7100;
  border-radius: 4px;
  transition: background-color 0.8s ease, width 0.8s ease;
}

.blog-page-carousel .carousel-page-blog {
  width: 100%;
  height: 35rem;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.carousel-page-blog img {
  width: 100%;
  height: 100%;
  filter: brightness(0.7);
  object-fit: cover;
}

.blog-page-carousel .carousel-page-blog::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%; /* how high the overlay goes up — adjust as you like */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,   /* very dark at the bottom */
    rgba(0, 0, 0, 0.4) 50%,  /* softer midway */
    rgba(0, 0, 0, 0) 100%    /* transparent toward top */
  );
  pointer-events: none; /* allows clicking elements under it */
  z-index: 1;
}

.carousel-gallery-caption {
  position: absolute;
  bottom: 10px; /* distance from bottom */
  left: 50px; /* distance from left */
  text-align: left;
  z-index: 2;
}

.carousel-gallery-caption h1 {
  font-size: 3.5rem;
  line-height: 3.7rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #e64b37;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.carousel-gallery-caption .carousel-title-gallery {
  font-size: 3rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #e64b37;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.carousel-gallery-caption .tzprogrammes-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #e64b37;
  line-height: 2.3rem;
}
.tzprogrammes-page-container {
  overflow: hidden;
  background-color: #eee;
  padding: 50px 150px;
}
.tzprogrammes-page-text {
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.67rem;
}
.program-head {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.7rem;
  color: rgb(77, 77, 77);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-left: 6px solid #eb7100;
  padding-left: 10px;
}
.mission-page-text {
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.67rem;
}

.mission-head {
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  color: rgb(77, 77, 77);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-left: 6px solid #eb7100;
  padding-left: 10px;
}
.mission-head1 {
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  color: rgb(77, 77, 77);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 30px;
  border-left: 6px solid #eb7100;
  padding-left: 10px;
}
.branch-container {
  background-color: #eee;
  padding: 50px 20px;
}
.branch-card {
  position: relative;
  background-color: #eee;
  padding: 40px 0px;
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
/* Overlay */
.branch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2rem;
  z-index: 0;
}

.branch-card > * {
  position: relative;
  z-index: 1;
}
.branch-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 0 auto;
  border: 4px solid #eb7100;
  padding: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.branch-card-body h5 {
  font-family: "Fira Sans", sans-serif;
  padding-top: 20px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}
.branch-card-body p {
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
}

.foundation-button {
  background-color: #eb7100;
  color: #fff;
  font-size: 0.8rem;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s background-color;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease; 
  display: inline-block; 
}

.foundation-button:hover {
  background-color: #cc6300;
  transform: translateY(-3px);
}
.annual-container {
  padding: 50px 150px;
  background-color: #eee;
}
.annual-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.annual-head {
  color: #fff;
  background: linear-gradient(45deg, #1a1a1a, #3b2a14, #cc6300) !important;
  padding: 20px 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.annual-color {
  color: #d9381e;
  font-size: 1.2rem;
}
.annual-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.annual-text:hover {
  color: #cc6300;
}
.annual-icon {
  font-weight: 700;
}
.annual-body {
  padding: 15px 15px;
}
.annual-body a {
  text-decoration: none;
  color: #1a1a1a;
}
.annual-body a:hover {
  color: #1a1a1a;
}
.annual-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.carousel-caption1 {
  top: 66%;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  z-index: 2;
}
.blogcarousel .carousel-blog {
  width: 100%;
  height: 38rem;
  object-fit: cover;
  color: white;
  position: relative;
}

.carousel-blog img {
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
  /*darkens the carousel img*/
  object-fit: cover;
  /*ensure the image covers entire area*/
}

.blogcarousel .carousel-blog::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%; /* how high the overlay goes up — adjust as you like */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,   /* very dark at the bottom */
    rgba(0, 0, 0, 0.4) 50%,  /* softer midway */
    rgba(0, 0, 0, 0) 100%    /* transparent toward top */
  );
  pointer-events: none; /* allows clicking elements under it */
  z-index: 1;
}

.blog-text {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
  font-family: "Fira Sans", sans-serif;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.blog-title {
  font-size: 1.5rem;
  padding-bottom: 30px;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.blogu-container {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eee;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.card-cards {
  height: 100%;
  border-radius: 1.25rem;
  border: 0;
  border-bottom: 5px solid #eb7100;
  background-color: #eee;
  color: #1f1f1a;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.card-cards:hover {
  transform: translateY(-10px);
  /* Moves the card upward */
}
.card-blogu-cards-img-top {
  display: block;
  border: 0;
  background-color: #eee;
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.success-page-container {
  overflow: hidden;
  padding-top: 50px;
  background-color: #eee;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #eee;
  margin: 0 auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
}
.blog-page-container {
  background-color: #eee;
  padding: 40px 90px;
  overflow: hidden;
}

.border-md-right {
  border-right: 1px solid #1a1a1a;
  /* Add a 2px black vertical border */
}
.blogu-page-col-right-space {
  padding-right: 48px;
}
.blog-page-text {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.67rem;
  color: #1a1a1a;
}
.blog-page-date {
  font-family: "Fira Sans", sans-serif;
  color: rgb(59, 57, 57);
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
}

.blog-page-header {
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  color: rgb(59, 57, 57);
  font-weight: 700;
  line-height: 2.5rem;
}

.blog-nakala {
  display: flex;
  flex-direction: column;
  line-height: 2.2rem;
}

.blog-nakala a {
  font-family: "Fira Sans", sans-serif;
  color: #eb7100;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2rem;
}

.blog-nakala a:hover {
  color: #e64b37;
}

.blog-nakala i {
  margin-left: 15px;
  font-weight: 700;
  color: #1a1a1a;
}
.blog-page-share {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.blog-page-share2 {
  line-height: 4rem;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.blog-page-share i {
  font-size: 30px;
  color: #1a1a1a;
}

.blog-page-share1 {
  line-height: 1.67rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.gallery-container {
  padding: 50px 20px;
  background-color: #eee;
  overflow: hidden;
}
.card-gallery-cards-link {
  text-decoration: none;
}

.card-gallery-cards {
  border-radius: 1.25rem;
  border: 0;
  background-color: #eee;
  color: #1a1a1a;
  overflow: hidden;
}
.card-gallery-cards:hover .card-gallery-cards-text {
  color: #cc6300;
}
.card-gallery-cards-img-top {
  border-radius: 1.25rem;
  display: block;
  border: 0;
  background-color: #161415;
  object-fit: cover;
  width: 100%;
  height: 250px;
  filter: brightness(1);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}

.card-gallery-body {
  background-color: #eee;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 20px;
}

.card-gallery-cards-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #1a1a1a;
  text-transform: uppercase;
  line-height: 1.4rem;
  border-left: 5px solid #eb7100;
  padding-left: 10px;
}
.gallery-page-container {
  padding: 50px 10px;
  background-color: #eee;
}

.gallery-page-carousel img {
  height: 400px;
  border-radius: 0.2rem;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.gallery-page-carousel {
  height: 100%;
}
.tzprogrammes-container {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eee;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.tzprogrammes-cards {
  height: 100%;
  border-radius: 1.25rem;
  border: 0;
  background-color: #eee;
  color: #1f1f1a;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.tzprogrammes-cards:hover {
  transform: translateY(-10px);
  /* Moves the card upward */
}
.tzprogrammes-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1a1a1a;
  text-transform: uppercase;
  line-height: 1.2rem;
  letter-spacing: 0rem;
  padding-top: 10px;
}
.tzprogrammes-link {
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  color: #eb7100;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding-top: 10px;
  padding-bottom: 5px;
}
.tzprogrammes-link:hover {
  color: #e64b37;
}
.program-blogu-body {
  background: linear-gradient(145deg, #ffffff 0%, #fff8ef 40%, #fbe0b2 100%);
  box-shadow: 0 8px 20px rgba(235, 113, 0, 0.25);
  transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 30px;
  padding-bottom: 20px !important;
}

/* LOGIN PAGE STYLES */
/* POPPINS FONT */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

.login-body {
  position: relative;
  background: url("../images/9.webp") no-repeat center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}
.login-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/9.webp") no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.7);
  z-index: -1;
}
.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
  background: rgba(39, 39, 39, 0.4);
}

.login-form-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 512px;
  height: 420px;
  overflow: hidden;
  z-index: 2;
}
.login-container {
  position: absolute;
  left: 4px;
  width: 500px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease-in-out;
}

.login-top span {
  color: #fff;
  font-size: small;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.login-top span a {
  font-weight: 500;
  color: #fff;
  margin-left: 5px;
}
header {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 10px 0 30px 0;
  font-weight: 700;
}

.input-field {
  font-size: 15px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  height: 50px;
  width: 100%;
  padding: 0 10px 0 45px;
  border: none;
  border-radius: 30px;
  outline: none;
  transition: 0.2s ease;
}
.input-field:hover,
.input-field:focus {
  background: rgba(255, 255, 255, 0.25);
}
::-webkit-input-placeholder {
  color: #fff;
}
.input-box i {
  position: relative;
  top: -35px;
  left: 17px;
  color: #fff;
}
.login-submit {
  font-size: 15px;
  font-weight: 500;
  color: black;
  height: 45px;
  width: 100%;
  border: none;
  border-radius: 30px;
  outline: none;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.login-submit:hover {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.2);
}
.two-col {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: small;
  margin-top: 10px;
}
.two-col .one {
  display: flex;
  gap: 5px;
}
.two label a {
  text-decoration: none;
  color: #fff;
}
.two label a:hover {
  text-decoration: underline;
}
/* end of login*/

.horizontal-line1 {
  width: 100%;
  height: 1px;
  background-color: rgb(77, 77, 77);
}
.mission-head2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  color: rgb(77, 77, 77);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 10px;
}
.privacy-header {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 3.3rem;
  margin-bottom: 30px;
  line-height: 3.3rem;
  text-transform: capitalize;
  border-left: 10px solid #eb7100;
  padding-left: 15px;
  color: rgb(59, 57, 57);
}
.privacy-page-container {
  overflow: hidden;
  padding-top: 150px !important;
  background-color: #eee;
  padding: 50px 150px;
}
.contact-page-container {
  overflow: hidden;
  padding-top: 150px !important;
  background-color: #eee;
  padding: 50px 150px;
}
/* start of package swipers*/

.carousel-index-caption {
  position: absolute;
  top: 30%;
  left: 5%;
  right: 0;
  text-align: start;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  z-index: 2;
}
.carousel-index-caption h5 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-index-caption p {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 0rem;
  line-height: 3rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.carousel-index-caption a {
  font-family: "Fira Sans", sans-serif;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.6s;
}
.custom-btn-text {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border-color: #e64b37 !important;
  border-width: 2px;
  border-radius: 2rem;
  margin-top: 10px;
  padding: 15px 50px;
  letter-spacing: 0.1rem;
  transition: none !important;
  transform: none !important;
  -webkit-tap-highlight-color: transparent;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.custom-btn-text:hover {
  background-color: rgba(230, 75, 55, 0.8) !important;
  color: #fff;
  border-color: #e64b37 !important;
}
.custom-btn-text:active,
.custom-btn-text.active {
  color: #fff;
  background-color: transparent !important;
  border-color: #e64b37 !important;
}
.swiper-slide-active .carousel-index-caption h5,
.swiper-slide-active .carousel-index-caption p,
.swiper-slide-active .carousel-index-caption a {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .carousel-index-caption h5 {
  transition-delay: 0.5s;
}

.swiper-slide-active .carousel-index-caption p {
  transition-delay: 0.6s;
}

.swiper-slide-active .carousel-index-caption a {
  transition-delay: 0.8s;
}

.red {
  color: #eb7100;
}
.redi {
  color: #e64b37;
}
.redii {
  color: #cc6300;
}

/* blog swiper*/
.mySwiper2-pagination {
  position: absolute;
  color: #fff;
  top: 67%;
  left: 230px;
  padding-bottom: 30px;
  font-weight: 700;
  text-align: left;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.mySwiper2-pagination::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  margin-right: 8px;
  border-radius: 1px;
}

.blog-swiper {
  height: 100%;
  width: 100%;
  background: #eee;
}
.blog-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%; /* how high the overlay goes up — adjust as you like */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,   /* very dark at the bottom */
    rgba(0, 0, 0, 0.4) 50%,  /* softer midway */
    rgba(0, 0, 0, 0) 100%    /* transparent toward top */
  );
  pointer-events: none; /* allows clicking elements under it */
  z-index: 1;
}
.swiper-slide .swiper-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none !important;
}

.mySwiper2 {
  height: 35rem;
  width: 100%;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  position: relative;
}

.mySwiper {
  height: 9rem;
  box-sizing: border-box;
  padding: 10px 5px;
}

.mySwiper .swiper-slide .swiper-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid hsl(0, 1%, 73%);
  filter: brightness(1);
}

.swiper-btn1,
.swiper-btn2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #e64b37;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  font-size: 18px !important;
  cursor: pointer;
  font-weight: 700;
}

.swiper-btn1::after,
.swiper-btn2::after {
  content: none;
}

.swiper-btn2 {
  left: 100px;
  top: 80%;
}

.swiper-btn1 {
  left: 160px;
  top: 80%;
}

.swiper-btn1:hover,
.swiper-btn2:hover {
  background-color: #e64b37;
}
.mySwiper .swiper-slide {
  opacity: 0.7;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
/* end blog swiper*/

.index-swiper {
  height: 100%;
  width: 100%;
  background: #eee;
}
.index-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
/* Bottom overlay */
.index-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%; /* how high the overlay goes up — adjust as you like */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,   /* very dark at the bottom */
    rgba(0, 0, 0, 0.4) 50%,  /* softer midway */
    rgba(0, 0, 0, 0) 100%    /* transparent toward top */
  );
  pointer-events: none; /* allows clicking elements under it */
  z-index: 1;
}
/* Left overlay */
.index-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%; /* how far the darkness extends from the left */
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 0%,   /* darkest on the left edge */
    rgba(0, 0, 0, 0.3) 60%,  /* soft fade */
    rgba(0, 0, 0, 0) 100%    /* transparent */
  );
  pointer-events: none;
  z-index: 1;
}

.swiper3 {
  height: 35rem;
  width: 100%;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  position: relative;
}

.swiper-slide .index-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none !important;
  pointer-events: none;
}

.swiper-btn3,
.swiper-btn4 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #e64b37;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  z-index: 20;
  font-size: 18px !important;
  cursor: pointer;
  font-weight: 700;
}

.swiper-btn3::after,
.swiper-btn4::after {
  content: none;
}

.swiper-btn4 {
  left: 100px;
  top: 85%;
}

.swiper-btn3 {
  left: 160px;
  top: 85%;
}

.swiper-btn3:hover,
.swiper-btn4:hover {
  background-color: #e64b37;
}

.swiper3-pagination {
  position: absolute;
  color: #fff;
  top: 76%;
  left: 230px;
  padding-bottom: 30px;
  font-weight: 700;
  text-align: left;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.swiper3-pagination::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  margin-right: 8px;
  border-radius: 1px;
}

/* end of package swipers*/


.contact-banner {
  position: relative;
  background-image: linear-gradient(
      rgba(238, 238, 238, 1),
      rgba(238, 238, 238, .6)
    ),
    url("../images/contact.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-bottom: 50px;
} 
.contact-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px; /* adjust fade height */
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0), #eee);
  pointer-events: none; /* lets clicks pass through */
  z-index: 1;
}
.contact-span1 {
  border-left: 7px solid #eb7100;
  padding-left: 10px;
  color: #6d6d6d;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  z-index: 2;
}
.contact-span2 {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  z-index: 2;
}
.contact-span3 {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  line-height: 1.4rem;
  padding-top: 10px;
  z-index: 2;
}
.label-form {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}
.card-form {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  background-color: #fff;
  padding: 35px 20px;
  padding-bottom: 10px !important;
}
.submit-btn {
  font-family: "Fira Sans", sans-serif;
  background-color: #cc6300;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: 0.3s background-color;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
}

.submit-btn:hover {
  background-color: #b55903;
  color: #fff;
}
.submit-btn:focus,
.submit-btn:active {
  background-color: #eb7100 !important;
  color: white !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.cards-mini-form {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  padding: 10px 0px;
  height: 130px;
  background: linear-gradient(45deg, #1a1a1a, #3b2a14, #cc6300) !important;
  border: 0;
}
.card-body-form .card-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.card-body-form .card-text {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.card-form-link {
  text-decoration: none;
  color: #fff;
}
.card-form-icon {
  color: #dc821b;
}
.card-form-icon1 {
  color: #fff;
  font-size: 1.8rem;
}

.footer-top-img-container {
  background-image: url("../images/footer_top_img_new.png");
  background-repeat: repeat-x; /* repeat horizontally */
  background-position: center; /* center vertically */
  background-size: auto; /* keep original size, no stretching */
  height: 70px; /* adjust height as needed */
  width: 100%; /* full width */
  margin-bottom: -10px; /* slight overlap with footer */
  background-color: #eee;
}
.three-color-line {
  width: 100px; /* set line length */
  height: 5px; /* line thickness */
  margin: 10px auto; /* centers the div horizontally */
  background: linear-gradient(
    to right,
    #fbd018 0%,
    #fbd018 33%,
    #2cb34a 33%,
    #2cb34a 66%,
    #74d1f7 66%,
    #74d1f7 100%
  );
  border-radius: 1.25rem;
}

#scrollTopBtn {
  position: fixed;
  bottom: 20px; /* distance from bottom */
  right: 20px; /* distance from right */
  z-index: 1000; /* make sure it's on top */
  background-color: #eb7100;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 50%; /* makes it circular */
  font-size: 20px;
  cursor: pointer;
  display: none; /* hidden by default */
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

#scrollTopBtn:hover {
  background-color: #cc6300;
  transform: scale(1.1);
}

.partner-container {
  overflow: hidden;
  background-color: #eee;
  padding: 50px 150px;
}

.tinymce-content a {
  font-family: "Fira Sans", sans-serif;
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: 600;
  text-decoration-color: #eb7100;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.tinymce-content a:hover {
  color: #231f20;
  text-decoration-color: #e64b37;
}
/* Frontend styles for TinyMCE content images */

.blog-page-text.tinymce-content img {
  max-width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}

/* pagination Django */
.bg-pagination {
  overflow: hidden;
  background-color: #eee;
}
/* Default pagination */
.pagination .page-link {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  color: #f49d37;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
}

/* Hover effect */
.page-link:hover {
  background-color: #fef9f9;
  color: #e64b37;
}
.page-link:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* Active page */
.page-item.active .page-link {
  background-color: #eb7100;
  color: white;
  border-color: #eb7100;
}

/*Keep hover effect on active */
.page-item.active .page-link:hover {
  background-color: #cc6300; /* Darker blue on hover */
  border-color: #cc6300;
}

/* Error text style */
.error-text {
  padding-bottom: 2px;
  color: #ff4d4d;
  font-size: 0.9rem;
  margin-top: 3px;
  display: block;
}

/* Optional: highlight input with error */
.input-error {
  border: 1.5px solid #ff4d4d;
}

#contact-message {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
}
.turnstile-wrapper {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
/* Default: scale for larger screens */
.turnstile-wrapper .cf-turnstile {
  transform: scale(0.7); /* shrink to 85% on large screens */
  transform-origin: top center; /* keep it centered */
}
.contact-flag-icon {
  width: 80px;   /* adjust size */
  height: 80px;
  object-fit: contain;
  cursor: pointer;
  padding-bottom: 10px;
}


@media (min-width: 992px) {
  .blog-page-carousel .carousel-page-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%; /* adjust as needed */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.blogcarousel .carousel-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%; /* adjust as needed */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.blog-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%; /* adjust as needed */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

  /* swiper2 on desktop */
  .mySwiper2-pagination {
    top: 45%;
  }

  .mySwiper2 {
    height: 43rem;
  }

  /* Position prev button */
  .swiper-btn2 {
    top: 70%;
  }

  /* Position next button next to prev */
  .swiper-btn1 {
    top: 70%;
  }
  /* end of swiper2 */

  .blogcarousel .carousel-blog {
    height: 40rem;
  }
  .blog-title {
    padding-bottom: 60px;
  }
  .blog-page-carousel .carousel-page-blog {
    height: 40rem;
  }
  .carousel-gallery-caption {
    bottom: 70px;
  }
  /* swiper3 on desktop*/
  .carousel-index-caption {
    top: 27%;
  }
  .swiper3 {
    height: 43rem;
  }

  /* Position prev button */
  .swiper-btn4 {
    top: 74%;
  }

  /* Position next button next to prev */
  .swiper-btn3 {
    top: 74%;
  }

  /* blog swiper*/
  .swiper3-pagination {
    top: 53%;
  }
  .carousel-index-caption h5 {
    font-size: 1.8rem;
  }
  .carousel-index-caption p {
    font-size: 3.3rem;
    line-height: 3.3rem;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove gap between menu and link */
  }
  .offcanvas .nav-link,
  .offcanvas .nav-link:focus,
  .offcanvas .nav-link:active,
  .offcanvas .nav-link:visited,
  .offcanvas .nav-link:target {
    color: #fff !important;
    background-color: transparent !important;
  }
  .nav-link {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #eb7100;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .nav-link:hover::before,
  .nav-link.active::before {
    width: 85%;
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  .contact-cards-top-only-small-screen{
    margin-top: 50px;
  }
  .card-gallery-cards-text {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .blog-page-date {
    font-size: 0.8rem;
  }
  .annual-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .carousel-gallery-caption {
    bottom: 20px; /* distance from bottom */
    left: 40px; /* distance from left */
  }

  .carousel-gallery-caption h1 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  .carousel-gallery-caption .carousel-title-gallery {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .WhatIndex-container {
    padding: 0px 15px;
  }

  .card-WhatIndex-body {
    padding: 20px 10px;
  }

  .index-moto-icons {
    top: 85%;
  }
  .moto-container {
    padding: 40px 20px;
  }
  .success-container {
    padding-top: 20px;
  }
  .date-success-badge {
    font-size: 0.7rem;
  }
  .card-success-title {
    font-size: 1rem;
  }
  .success-link {
    font-size: 0.9rem;
  }
  .donation-bgcolor {
    margin-bottom: 20px;
  }
  .donation-container {
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .sustainable-goals {
    padding-top: 20px;
  }
  .sustainable-goals-title1 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .sustainable-goals-title2 {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  .sustainable-goals-title3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sustainable-goals-title4 {
    font-size: 0.9rem;
  }

  .index-bottom-donation-container {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
  .card-index-bottom-donation .card-img-overlay h6 {
    font-size: 1.1rem;
    padding-bottom: 0rem;
  }
  .card-index-bottom-donation .card-img-overlay h5 {
    font-size: 2rem;
  }
  .card-index-bottom-donation .card-img-overlay p {
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
    text-align: left;
    font-size: 1.1rem;
    padding-bottom: 0rem;
    line-height: 1.4rem;
  }
  .carousel-index-caption {
    top: 26%;
  }
  /* blog swiper*/
  .swiper3-pagination {
    top: 64%;
  }

  /* Position prev button */
  .swiper-btn4 {
    top: 79%;
  }

  /* Position next button next to prev */
  .swiper-btn3 {
    top: 79%;
  }

  .navbar .container-fluid {
    padding-left: 0 !important;
  }
  .dropdown-menu {
    background-color: rgba(35, 31, 32, 0) !important;
  }

  .dropdown-item {
    color: #fff !important;
  }
  .dropdown-item:active,
  .dropdown-item:hover,
  .dropdown-item:focus {
    color: #eb7100 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    outline: none;
    box-shadow: none;
  }
  .offcanvas .nav-link:hover,
  .offcanvas .nav-link:focus,
  .offcanvas .nav-link:target,
  .offcanvas .nav-link:active {
    color: #eb7100 !important;
    background-color: transparent !important;
  }

  .offcanvas .nav-link {
    color: #fff !important;
    background-color: transparent !important;
  }
}
@media (max-width: 767.5px) {
  .contact-flag-icon {
  width: 60px;   /* adjust size */
  height: 60px;
}
    .contact-cards-top-only-small-screen{
    margin-top: 40px;
  }
  .contact-banner {
    padding-bottom: 40px;
  }
  .partner-container {
    padding: 40px 20px;
  }
  #scrollTopBtn {
    padding: 6px 11px;
    font-size: 15px;
  }
  .contact-span1 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .contact-span2 {
    font-size: 2.3rem;
    line-height: 2.6rem;
  }
  .contact-span3 {
    padding-top: 10px;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .card-form {
    padding: 20px 20px;
    padding-bottom: 0px !important;
  }
  .privacy-page-container {
    padding-top: 130px !important;
    padding: 40px 20px;
  }
  .contact-page-container {
    padding-top: 130px !important;
    padding: 10px 20px;
  }
  .privacy-header {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 20px;
    border-left: 8px solid #eb7100;
    padding-left: 10px;
  }
  .mission-head2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
  .tzprogrammes-container {
    padding: 30px 10px;
    padding-bottom: 40px !important;
  }
  .tzprogrammes-text {
    font-size: 0.9rem;
  }
  .gallery-page-container {
    padding: 40px 10px;
    padding-bottom: 40px !important;
  }
  .gallery-page-carousel img {
    height: 300px;
  }
  .card-gallery-body {
    padding: 15px 15px;
  }
  .card-gallery-cards-text {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .gallery-container {
    padding: 30px 10px;
    padding-bottom: 40px !important;
  }
  .blog-page-header {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .blog-page-date {
    font-size: 0.7rem;
  }
  .blog-page-share2 {
    padding-top: 15px;
  }
  .blog-page-share2,
  .blog-page-share {
    line-height: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
  }

  .blog-page-share1 {
    padding-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 18px;
    font-size: 0.9rem;
  }
  .blog-page-share i {
    font-size: 23px;
  }
  .blog-nakala {
    line-height: 1.7rem;
  }
  .blog-nakala a {
    font-size: 0.9rem;
  }
  .blog-page-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .border-md-right {
    border-right: none;
    /* Remove border on smaller screens */
  }
  .blogu-page-col-right-space {
    padding-right: 10px;
  }
  .blog-page-container {
    padding: 30px 15px;
  }
  .success-page-container {
    padding-top: 30px;
  }
  .swiper3 {
    height: 37rem;
  }

  /* start swiper*/

  .carousel-index-caption {
    top: 42%;
  }
  .carousel-index-caption h5 {
    font-size: 1.1rem;
  }
  .carousel-index-caption p {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2rem;
  }
  .custom-btn-text {
    font-size: 0.7rem;
    border-radius: 2rem;
    margin-top: 2px;
    padding: 8px 20px;
  }
  .swiper3-pagination {
    top: 67%;
    left: 130px;
    gap: 5px;
    font-weight: 700;
    font-size: 14px;
  }

  .swiper3-pagination::before {
    width: 60px;
    margin-right: 5px;
  }

  /* Common style for both buttons */
  .swiper-btn3,
  .swiper-btn4 {
    width: 35px;
    height: 35px;
    font-size: 14px !important;
  }
  /* Position prev button */
  .swiper-btn4 {
    top: 81%;
    left: 30px;
  }

  /* Position next button next to prev */
  .swiper-btn3 {
    top: 81%;
    left: 80px;
  }
  /* blog swiper*/
  .mySwiper2-pagination {
    top: 67%;
    left: 130px;
    gap: 5px;
    font-weight: 700;
    font-size: 14px;
  }

  .mySwiper2-pagination::before {
    width: 60px;
    margin-right: 5px;
  }
  .mySwiper2 {
    height: 25rem;
  }

  .mySwiper {
    height: 6rem;
    padding: 10px 2px;
  }
  /* Common style for both buttons */
  .swiper-btn1,
  .swiper-btn2 {
    width: 35px;
    height: 35px;
    font-size: 14px !important;
  }
  /* Position prev button */
  .swiper-btn2 {
    left: 30px;
  }

  /* Position next button next to prev */
  .swiper-btn1 {
    left: 80px;
  }

  /* end blog swiper*/

  .blogu-container {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px !important;
  }
  .blogcarousel .carousel-blog {
    height: 25rem;
  }
  .carousel-caption1 {
    top: 56%;
  }
  .blog-text {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .blog-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .annual-container {
    padding: 30px 10px;
  }
  .annual-head {
    padding: 10px 10px;
    font-size: 0.8rem;
  }
  .annual-body {
    padding: 7px 10px;
    font-size: 0.9rem;
  }
  .annual-text {
    font-size: 0.8rem;
  }
  .branch-container {
    padding: 30px 10px;
    padding-bottom: 50px !important;
  }
  .branch-card-body h5 {
    padding-top: 10px;
    font-size: 1.5rem;
  }
  .branch-card-body p {
    font-size: 1rem;
  }
  .foundation-button {
    font-size: 0.7rem;
  }
  .tzprogrammes-page-container {
    padding: 30px 20px;
    padding-bottom: 40px !important;
  }
  .tzprogrammes-page-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .program-head {
    font-size: 1.1rem;
  }
  .mission-head {
    font-size: 1.4rem;
  }
  .mission-head1 {
    font-size: 1.4rem;
  }
  .mission-page-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .blog-page-carousel .carousel-page-blog {
    height: 25rem;
  }
  .carousel-gallery-caption .tzprogrammes-title {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .carousel-gallery-caption {
    bottom: 10px; /* distance from bottom */
    left: 20px; /* distance from left */
  }

  .carousel-gallery-caption h1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .carousel-gallery-caption .carousel-title-gallery {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .WhatIndex-container {
    padding: 0px 10px;
    padding-bottom: 30px !important;
  }

  .card-WhatIndex-body {
    padding: 20px 15px;
  }

  .card-WhatIndex-cards-text {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .card-WhatIndex-cards-text1 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .index-moto-icons {
    top: 83%;
  }
  .moto-container {
    padding: 30px 10px;
    padding-bottom: 0px !important;
  }
  .index-moto-icons div {
    font-size: 0.8rem;
  }
  .index-moto-icons i {
    font-size: 1rem; /* adjust icon size */
  }
  .index-moto-icons .text {
    padding-left: 7px;
  }
  .moto-header {
    padding-bottom: 0.5rem;
  }
  .moto-title {
    font-size: 1.3rem;
  }
  .blogu-header {
    font-size: 0.9rem;
  }
  .blogu-header::before,
  .blogu-header::after {
    width: 20px; /* Adjust the length of the lines */
  }

  .blogu-header::before {
    left: -20px; /* Distance from the text to the left line */
  }

  .blogu-header::after {
    right: -20px; /* Distance from the text to the right line */
  }
  .row-card {
    padding-top: 30px;
  }
  .blogu-header1 {
    font-size: 0.9rem;
  }
  .blogu-link {
    font-size: 0.7rem;
  }
  .card-blogu-title {
    font-size: 0.7rem;
  }
  .card-cards-text {
    font-size: 0.8rem;
  }
  .blogu-row {
    padding-top: 5px;
  }
  .blogu-text {
    font-size: 2rem;
  }
  .blogu-body {
    padding-left: 20px !important;
    padding: 15px 15px;
  }
  .program-blogu-body {
    padding-left: 20px !important;
    padding: 15px 15px;
  }
  .container-blogu-btn {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .report-head {
    font-size: 1.7rem;
    padding-bottom: 0.7rem;
  }
  .report-sub-head {
    font-size: 1rem;
    padding-bottom: 1.3rem;
    line-height: 1.2rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .success-container {
    padding: 20px 10px;
  }
  .success-container1 {
    padding: 30px 10px;
    padding-bottom: 50px !important;
  }
  .date-success-badge {
    font-size: 0.6rem;
  }
  .success-link {
    font-size: 0.85rem;
  }
  .card-success-cards {
    height: 350px;
  }
  .text-content p {
    font-size: 1rem;
    font-weight: 500;
  }
  .icon-style {
    font-size: 1.5rem;
  }
  .donation-p1 {
    font-size: 0.7rem;
  }
  .counter-numbers {
    font-size: 1.5rem;
  }
  .donation-head {
    font-size: 1.7rem;
    padding-bottom: 0rem;
  }
  .donation-sub-head {
    font-size: 0.9rem;
    padding-bottom: 2rem;
    line-height: 1.1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .donation-container {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .sustainable-goals {
    padding-top: 10px;
  }
  .sustainable-goals-title4 {
    font-size: 0.9rem;
    padding-bottom: 10px;
  }
  .see-all-button {
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
    padding: 8px 20px;
  }
  .index-bottom-donation-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
  .card-index-bottom-donation {
    height: 400px;
  }
  .card-index-bottom-donation .card-img-overlay h6 {
    font-size: 1rem;
    padding-bottom: 0px;
  }
  .card-index-bottom-donation .card-img-overlay h5 {
    font-size: 1.5rem;
    padding-bottom: 0rem;
    line-height: 1.67rem;
  }
  .card-index-bottom-donation .card-img-overlay p {
    text-align: left;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    padding-bottom: 0rem;
    line-height: 1.4rem;
  }

  .navbar {
    margin: 3px;
  }
  .nav-link {
    font-size: 0.9rem;
  }
  .Donation-button {
    font-size: 10px;
    padding: 8px 18px;
  }
  .oval-image {
    width: 100px;
    height: 65px;
  }
  .subscribe-input {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .form-control {
    font-size: 1rem;
  }
  .footer-contena {
    padding: 40px 0;
    overflow: hidden;
  }

  .footer3 {
    padding-bottom: 17px;
  }

  .form-head2 {
    font-size: 0.8rem;
  }
  .centa-logo {
    padding-bottom: 10px;
  }
  .logo-row {
    padding-bottom: 0px !important;
  }
  .horizontal-line {
    width: 85%;
    height: 2px;
    background-color: #aba7a5;
  }

  .footer-icons i {
    margin-bottom: 25px;
  }

  .footer-links {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cards-mini-form {
  padding: 10px 30px;
}
  .partner-container {
    padding: 50px 100px;
  }
  .card-form {
    padding: 50px 20px;
  }
  .privacy-page-container {
    padding: 50px 100px;
  }
  .contact-page-container {
    padding: 50px 100px;
  }
  .blog-page-header {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .blogcarousel .carousel-blog {
    height: 28rem;
  }
  .annual-container {
    padding: 30px 90px;
  }
  /* blog swiper*/
  .mySwiper2 {
    height: 28rem;
  }

  .mySwiper {
    height: 8rem;
    padding: 10px 2px;
  }
  /* end blog swiper*/

  .annual-head {
    padding: 15px 15px;
  }
  .annual-body {
    padding: 15px 15px;
  }
  .tzprogrammes-page-container {
    padding: 50px 90px;
  }
  .blog-page-carousel .carousel-page-blog {
    height: 27rem;
  }
  .progress-circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .report-sub-head {
    padding-left: 50px;
    padding-right: 50px;
  }
  .logo-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 600px) and (max-width: 991.98px) {
  .col-blog-custom {
    width: 50%;
    flex: 0 0 50%;
  }
  .custom-branch-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .WhatIndex-container .row > div:nth-child(3):last-child {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .success-container .row > div:nth-child(3):last-child {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* Small devices (max-width: 576px) */
@media (max-width: 576px) {
  .pagination .page-link {
    padding: 0.35rem 0.5rem; /* smaller padding */
    font-size: 0.9rem; /* smaller font */
  }

  .pagination {
    flex-wrap: wrap; /* wrap items if needed */
    justify-content: center; /* keep centered */
  }
}

@media (max-width: 550px) {
  .blog-page-text.tinymce-content img {
    max-height: 300px;
  }
}
@media (min-width: 551px) and (max-width: 992px) {
  .blog-page-text.tinymce-content img {
    max-height: 400px;
  }
}
/* End Frontend styles for TinyMCE content images */

@media only screen and (max-width: 540px) {
  .login-wrapper {
    min-height: 100vh;
  }
  .login-form-box {
    width: 100%;
    height: 500px;
    margin-top: -10px; /* Negative value moves it up */
  }
  .login-container {
    width: 100%;
    padding: 0 20px;
  }
}

@media (min-width: 500px) and (max-width: 767.98px) {
  .annual-container {
    padding: 30px 40px;
  }
  .card-index-bottom-donation {
    height: 350px;
  }
}

@media (min-width: 500px) and (max-width: 991.98px) {
  .custom-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .report-head {
    font-size: 2rem;
  }
}

/* Scale the iframe on small screens */
@media (max-width: 440px) {
  .turnstile-wrapper .cf-turnstile {
    text-align: center;
    transform: scale(0.5); /* Shrink to 80% */
    transform-origin: top center; /* Keep it centered */
  }
}

/* Small devices (max-width: 576px) */
@media (max-width: 350px) {
  .pagination .page-link {
    padding: 0.25rem 0.4rem; /* smaller padding */
    font-size: 0.8rem; /* smaller font */
  }
}

/* End pagination Django */

@font-face {
  font-family: "Source Sans Pro";
  src: url("/assets/google-fonts/SourceSans3-Regular.otf.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/assets/google-fonts/SourceSans3-Bold.otf.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/assets/google-fonts/SourceSans3-It.otf.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Domine";
  src: url("assets/google-fonts/Domine.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display";
  src: url("assets/google-fonts/PlayfairDisplay.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/google-fonts/Roboto.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("assets/google-fonts/FiraSans-Regular.woff2") format("woff2"),
    url("assets/google-fonts/FiraSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
