@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

body {
  font-family: "popins", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 300 !important;

}

.container-small {
  max-width: 1200px !important;
}

.fs-17 {
  letter-spacing: 0.5px !important;
  line-height: 28px !important;
  font-size: 17px !important;
}

p {
  font-family: "popins", Sans-serif !important;
  line-height: 1.9;
  font-size: 17px;
}

.bg-dark {
  background-color: #0b0b0b !important;
}

.bg-light-dim {
  background-color: rgba(248, 248, 248, 0.899) !important;
}

.text-info {
  color: #324A6D !important;
}

.text-muted-light {
  color: #bebebe !important;
}

.text-purp {
  color: #cc2e72 !important;
  font-weight: 400 !important;
}

.bg-info {
  background-color: #791518 !important;
}

.btn-purp {
  display: inline-block;
  background-color: #cc2e72;
  /* Light green like your screenshot */
  color: white;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  /* border-radius: 8px; */
  transition: background-color 0.3s ease;
}

.btn-purp:hover {
  background-color: #cc2e72;
  /* Light green like your screenshot */
  color: white;
  padding: 12px 35px;
}

.partners-section {
  position: relative;
  background: url('../img/unsplash.jpg') no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #000;
  overflow: hidden;
  z-index: 1;
}

/* Add overlay using pseudo-element */
.partners-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(245, 247, 250, 0.97);
  /* background-color:f5f7fa rgba(234, 234, 234, 0.932); */
  z-index: -1;
}

.partners-title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 2rem;
  /* background: rgba(255, 255, 255, 0.7); */
  padding: 1rem 2rem;
  border-radius: 8px;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  /* background: rgba(255, 255, 255, 0.8); */
  padding: 2rem;
  border-radius: 10px;
  max-width: 1200px;
  width: 90%;
}

.partner-logos img {
  max-height: 60px;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .partner-logos img {
    max-height: 40px;
  }
}

.services-section {
  padding: 50px 20px;
  text-align: center;
}

.services-section h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  padding: 10px;
}

.service-card .label {
  padding: 15px;
  font-weight: bold;
  font-size: 1rem;
}

/* Specific Background Colors */
.bg-green {
  background: #336d50;
}

.bg-orange {
  background: #ff9800;
}

.bg-teal {
  background: #00cec9;
}

.bg-gray {
  background: #b2b9bd;
}

.bg-red {
  background: #b71c1c;
}

.bg-pink {
  background: #ec407a;
}

.bg-brown {
  background: #4e342e;
}

.bg-blue {
  background: #039be5;
}

.bg-purple {
  background: #7e57c2;
}

.bg-darkblue {
  background: #006064;
}

.service-card image
/* {
      border-radius: 5px !important;
    } */



.carousel-caption {
  background: none !important;
}

.learn-btn {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(135deg, #8e2de2, #4a00e0);
  /* purple gradient */
  color: white;
}

.learn-btn:hover {
  background: linear-gradient(135deg, #8e2de2, #4a00e0);
  /* purple gradient */
  color: white;
}

.section-new {
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  color: #444444;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
  position: relative;
  display: inline-block;
}

.section-title h2::after {
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background-color: #f4a000;
  /* yellow-orange underline */
  margin: 8px auto 0;
  border-radius: 2px;
}

.border-hr {
  width: 100px;
  height: 4px;
  background-color: #cc2e72;
  /* yellow-orange underline */
  margin: 8px 0;
  border-radius: 2px;
}

.services-section {
  background-color: #ffffdf;
  /* light blue background */
  padding: 60px 20px;
  text-align: center;
}

.products-section {
  background-color: #dff1ff;
  /* light blue background */
  padding: 60px 20px;
  text-align: center;
}

.products-section h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
  position: relative;
  display: inline-block;
}

.products-section h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #f4a000;
  /* orange underline */
  margin: 8px auto 0;
  border-radius: 2px;
}

.product-box {
  background: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.product-box:hover {
  transform: translateY(-5px);
}

.product-box img {
  max-width: 100%;
  height: auto;
}

.product-title {
  margin-top: 15px;
  font-weight: 500;
  color: #222;
}

.bg-gray {
  background-color: #322b2b !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.footer ol,
ul {
  padding-left: 1rem !important;
}

.shadow-sm {
  box-shadow: 0px 0px 55px 5px rgba(0, 0, 0, 0.06) !important;
}

.shadow-sm:hover {
  box-shadow: 0px 0px 100px 25px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid #00C07C !important;
}
.text-lato {
  font-family: "Lato", sans-serif;
}









.footer a {
  color: #D2527F !important;
  text-decoration: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #454444b3 !important;
  border: none !important;
}

.navbar .navbar-brand,
.navbar a.btn {
  height: 50px;
  border-radius: 10px;
}

.fs-8 {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02rem !important;
  color: #605f5ff8 !important;
}

.lora-f {
  font-family: "Lora", serif !important;
}

.custom-btn-green {
  display: inline-block;
  background-color: #00C07C;
  /* Light green like your screenshot */
  color: white;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  /* rounded corners */
  transition: background-color 0.3s ease;
}

.custom-btn-green:hover {
  background-color: #fafafa;
  /* slightly darker green on hover */
  color: #00C07C;
  border: 1px solid #00C07C;
}

.text-blue {
  color: #1C244B;
}

.dashed-card {
  border: 1px dashed #218deb;
  transition: all 0.3s ease;
}

.bg-section {
  background: url('../img/donate2.jpg') no-repeat center center/cover;
  /* Replace with your background image path */
  height: 300px;
  /* Adjust height as needed */
  position: relative;
}

.bg-section h1 {
  font-size: 3.5rem;
  /* Adjust font size */
  color: #2b4cb3;
  /* Change text color if needed */
}

.custom-btn-green {
  font-style: italic !important;
}

.image-container {
  height: 400px;
  /* Fixed height for each image */
  overflow: hidden;
}

.fixed-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image fills its container */
}

@media (max-width: 768px) {
  .navbar-brand {
    font-size: 15px;
    /* smaller on tablets & mobile */
  }
}

@media (max-width: 480px) {
  .navbar-brand {
    font-size: 16px;
    /* even smaller for small screens */
  }
}

.carousel-indicators [data-bs-target] {
  background-color: #fbfbfb !important;
}

.card-r {
  border-radius: 10px !important;
}

.pb-500 {
  padding-bottom: 250px !important;
}

.h-200 {
  min-height: 200px;
}

.letter {
  letter-spacing: 1px;
  font-size: 12px !important;
}

.bg-light-g {
  background-color: #f8feff !important;
}

.navbar .navbar-nav .nav-link {
  /* margin-right:52px; */
  padding: 25px 0;
  color: #06469b !important;
  font-weight: 500;
  text-transform: none;
  outline: none;
  font-family: "Cabin", sans-serif !important;
  font-size: 18px !important;
}

.text-monte {
  font-family: "Montserrat" !important;

}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/bg-about.jpg) center center no-repeat;
  background-size: cover;
}

.page-header-product {
  background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/bg-product.jpg) center center no-repeat;
  background-size: cover;
}

.navbar .navbar-nav .nav-link.active {
  color: #06469b !important;
}

.navbar .navbar-nav .nav-link:hover {
  color: #791518 !important;
}


.breadcrumb-section {
  background-color: #7a7a7a;
  /* Gray background */
  padding: 80px 0;
}

.breadcrumb-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}

.underline {
  width: 120px;
  height: 4px;
  background-color: #ec407a;
  /* Pink underline */
  position: relative;
}

.underline::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #d81b60;
  position: absolute;
  bottom: -4px;
  left: 30px;
}

.bg-pink {
  background-color: #ec407a !important;
  border-radius: 5px;
}

.dashed-border {
  border: 2px dashed #009fe3;
  border-radius: 5px;
}

.img-fluid-new {
  height: 300px !important;
  width: 300px !important;
}
















/* tab css */
.tab-content {
  background: #fff;
  padding: 20px;
  /* border: 1px solid #ddd; */
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-tabs .nav-link {
  color: #000;
  font-weight: 500;
}

.nav-tabs .nav-link.active {
  background-color: #e10f08;
  color: #fff;
}

/* tab css end */
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: start !important;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, .75);
  z-index: 1;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: none !important;
  border-top-left-radius: 0px;
  background-color: #2309763f;
  border-top-right-radius: 0px;
  color: #fff;
}

.tablet {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .tablet {
    margin-top: 0px;
  }
}

.fs-7 {
  font-size: 0.9rem;
}

.counter-card {
  /* background: linear-gradient(135deg, hwb(208 3% 29%), #b33504); */
  color: rgb(12, 12, 12);
  font-size: 48px;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 15px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
  text-align: center;
}

.text-red {
  color: #e12029 !important;
}



@media (max-width: 768px) {
  .carousel-inner .bg-img {
    height: 970px !important;
    /* Let height adjust on mobile */
  }
}

.icon-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.icon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon-card i {
  font-size: 40px;
  color: #e12029;
  margin-bottom: 15px;
}

.icon-card h5 {
  margin-top: 10px;
  font-weight: 600;
}

.icon-card p {
  color: #555;
}

.cta-section {
  background: linear-gradient(135deg, #F3BD00, #f6dc7e);
  color: #000;
  text-align: center;
  padding: 60px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.cta-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.7;
}

.cta-section .btn-apply {
  background-color: #fff;
  color: #007bff;
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-section .btn-apply:hover {
  background-color: #f1f1f1;
  color: #0056b3;
  transform: scale(1.05);
}

.custom-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.custom-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.custom-card .btn-read {
  background-color: #007bff;
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 0.9rem;
}

.custom-card .btn-read:hover {
  background-color: #0056b3;
}

.btn-read-outline {
  border: 2px solid #e12029;
  color: #e12029;
  background-color: transparent;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-read-outline:hover {
  background-color: #e12029;
  color: #fff;
  transform: translateX(3px);
}

.btn-read-outline i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn-read-outline:hover i {
  transform: translateX(3px);
}

.fw-500 {
  font-weight: 500;
}

.section-heading {
  color: #007bff;
  font-weight: 700;
}

.highlight-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.highlight-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00bcd4;
  position: absolute;
  left: 0;
  top: 0;
}

.info-section {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}

.forgot-password {
  text-align: right;
}

.text-65 {
  font-size: 65px;
}

.btn-learn {
  border: 1px solid #0361a9;
  border: 20px;
  /* padding: 30px 20px; */
  background-color: #177ce7;
  color: #fff;
  border-radius: 50px;

}

.zoom-out img {
  transform: scale(1);
  /* Normal size initially */
  transition: transform 0.5s ease;
}

.zoom-out:hover img {
  transform: scale(1.2);
}

.why-choose-us {
  background: url('../img/bg-middle1.jpg') center center/cover no-repeat;
  position: relative;
}

.why-choose-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay for contrast */
}

.why-choose-us .container {
  position: relative;
  z-index: 1;
}

.why-choose-us i {
  color: #ffffff;
  transition: transform 0.3s ease, color 0.3s ease;
}

.why-choose-us i:hover {
  color: #fd4a08;
  /* highlight color */
  transform: scale(1.2);
}
.testimonial i {
  color: #B20D5D; /* Accent color */
}
.carousel-indicators [data-bs-target] {
  background-color: #B20D5D;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.text-lato
{
  font-family: 'lato';
}
ul li a:hover {
  color: #B20D5D; /* Highlight color */
  text-decoration: underline;
}