
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
body{
    font-family: Verdana, sans-serif !important;
    /* font-size: 12px; */
}

.text-info {
    color: #D2527F !important;
}
.footer a {
    color: #D2527F !important;
    text-decoration: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
    background-color:transparent !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-gray
{
  color:#555555;
}
 .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: #272525 !important;
}
  .card-r
  {
    border-radius: 10px !important;
  }
  .pb-500
  {
    padding-bottom: 250px !important;
  }
  .h-200
  {
    min-height: 200px;
  }
  .bg-light-g{
    background-color: #f8feff !important;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform:none;
    outline: none;
    font-size: 15px;
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/aboutr-us.jpg) center center no-repeat;
    background-size: cover;
}
.navbar .navbar-nav .nav-link.active {
    color:#198754 !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;
}


















/* 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;
    }
    

       .service-card {
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease-in-out;
      height: 100%;
    }
    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .service-icon {
      font-size: 2.5rem;
      margin-bottom: 15px;
    }
   

     .login-card {
      max-width: 400px;
      margin: 0px auto;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      border-radius: 8px;
      background-color: #fff;
    }
    
  
 
    .forgot-password {
      text-align: right;
    }



    .button-container {
      position: fixed;
      right: 20px; /* distance from right edge */
      bottom: 150px; /* footer height (500px) + 20px spacing */
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 999;
    }

    .circle-button {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 24px;
      text-decoration: none;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s;
    }

    .circle-button:hover {
      transform: scale(1.1);
    }

    .whatsapp {
      background-color: #25D366;
    }

    .call {
      background-color: #FFEB3B;
      color: black;
    }