
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
body{
    font-family: "Red Hat Display", sans-serif !important;
    /* font-size: 12px; */
}
 
    .text-c
    {
        font-family: "Comfortaa", sans-serif !important;
    }

 p {
    color: var(--e-global-color-astglobalcolor3);
    font-family: "Red Hat Display", Sans-serif !important;
   
    font-weight: 300 !important;
    line-height: 31px !important;
    margin: 0px 0px 15px 0px;
}
.container
{
  max-width: 1200px !important;
}
.container-product
{
  max-width: 800px !important;
}
.text-red {
    color: #fe300b !important;
}
 .text-brown {
        color: #8B4513;
        font-family: "Comfortaa", sans-serif !important;
    }
    .navbar .navbar-nav .nav-link {
    margin-right: 25px !important;
    padding: 23px 0 !important;
}
    .dropdown-item {
    display: block;
    /* width: 100%; */
    padding: 0.9rem 1rem !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color:#ffffff00 !important;
    border: 0;
}

    .navbar .dropdown-toggle::after {
    border: none;
    content: none !important;
    font-family: "Comfortaa", sans-serif !important;
    font-weight: 500 !important;
    vertical-align: middle;
    margin-left: 6px;
}
.nav-link {
    color: #014ca3 !important;
    font-family: "Comfortaa", Sans-serif;
    font-size: 16px !important;
    font-weight: 800;
    line-height: 18px;
}
.nav-link:hover, .nav-link:focus {
    color: #014ca3 !important;
    font-family: "Comfortaa", sans-serif !important;
}
a:hover {
    color: #014ca3 !important;
}
.navbar .navbar-nav .nav-link.active {
    color: #014ca3 !important;
    font-family: "Comfortaa", sans-serif !important;
}

    .btn-uni {
    display: inline-block;
    background-color: #014ca3; /* Light green like your screenshot */
    color: white;
     border: 1px solid #014ca3;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px; /* rounded corners */
    transition: background-color 0.3s ease;
}

.btn-uni:hover {
    background-color: #fe300b; /* slightly darker green on hover */
    color: #ffffff;
    border: 1px solid #fe300b;
    border-radius: 50px; /* rounded corners */
}
.copyright {
    background: #012C79 !important;
    color: #fff !important;
}
.custom-800 {
  max-width: 900px !important;
  margin: 0 auto;
}










.footer a {
    color: #fbfbfb !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;
  }
  .fs-18  {
    font-size: 18px !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 #b51605;
    border-radius: 20px;
    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-left: 30px !important;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform:none;
    outline: none;
    font-size: 15px;
}
.page-header {
    background: url(../img/page-title-bg.jpg) center center no-repeat;
    background-size: cover;
}
.text-blue {
    color:#014ca3  !important;
}
.navbar .navbar-nav .nav-link.active {
    color:#014ca3  !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;
}



















  .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;
    }