
        /* Navbar Styling */
        .navbar-nav .nav-link {
            position: relative;
            font-weight: bold;
            font-size: 20px;
        }

        .navbar-nav .nav-link:hover::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 100%;
            height: 3px;
            background-color: red;
            transition: all 1s ease-in-out;
        }




        /* Home page */

        .hero {
            text-align: left;
            padding-left: 20px;
        }
        .hero h1 {
            font-size: 55px;
            font-weight: bold;
            color: red;
            line-height: 0.6;
        }

        .hero h2 {
            font-size: 28px;
            font-weight: bold;
            color: black;
        }

        .hero p {
            font-size: 25px;
        }

        .hero p strong {
            font-size: 29px;
        }

        .hero img{
            margin-top: 30px;
        }

        .explore-btn {
            background-color: rgb(255, 50, 50);
            color: white;
            padding: 9px 19px;
            border: none;
            border-radius: 15px;
            font-size: 22px;
            cursor: pointer;
            text-decoration: none;
        }
        .explore-btn:hover{
            background-color: rgb(255, 0, 0);
        }

        @media (max-width: 768px) {
            .hero {
                text-align: center;
            }
            .hero h1{
                text-align: left;
                line-height: 0.5;
                padding-top: 10px;
                padding-bottom: 10px;
            }
        }



        /* This is for Register and Donate  */
        .others-section {
            display: flex;
            padding: 40px;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
            color: white;
            font-weight: bold;
        }
        .register p, .donate p{
            margin-right: 29px;
        }
        .register, .donate {
            flex: 1;
            min-width: 250px;
            padding: 20px;
            transition: background-color 0.4s ease-in-out;
            position: relative;
            text-decoration: none;
            display: block;
            color: white;
            text-align: center;
        }
        .register {
            background: rgb(255, 0, 0);
        }
        .register:hover {
            background: #154561;
        }
        .donate {
            background: rgb(0, 0, 0);
        }
        .donate:hover {
            background: #154561;
        }
        .register::after, .donate::after {
            font-size: 30px;
            font-weight: bolder;
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
        }
        .arrow {
            position: absolute;
            right: 10px;
            bottom: 55px;
            font-size: 29px;
        }
        @media (max-width: 768px) {
            .others-section {
                flex-direction: column;
            }
            .register::after, .donate::after {
                right: 10px;
            }
        }



         /* This is for Become a donor/ Why Give Blood?/ Be the Missing Piece/ How Blood Donations Helps?  */
         .card{
            margin-bottom: 30px;
         }
         .card:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease-in-out;
        }
        .card #btn{
            background-color: rgb(255, 50, 50);
            color: white;
            padding: 5px 8px;
            border: none;
            border-radius: 15px;
            font-size: 18px;
            cursor: pointer;
            text-decoration: none;
        }
        .card #btn:hover{
            background-color: rgb(177, 36, 36);
        }





        /* This  is for Help the people in need */
        .container1{
            width: 100%;
            padding: 40px;
        }
        .container1-custom {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 0px;
        }
        .image-container {
            position: relative;
            width: 100%;
            max-width: 650px;
        }
        .image-container img:first-child {
            width: 100%;
            border-radius: 10px;
            display: block;
        }
        .doctor-img {
            position: absolute;
            bottom: -10px;
            left: 92%;
            transform: translateX(-50%);
            width: 165px;
            height: 165px;
            border-radius: 50%;
            border: 5px solid #fff;
            background-color: #fff;
            z-index: 10;
        }
        .text-container {
            max-width: 640px;
        }
        .heading {
            font-weight: bold;
            color: red;
        }
        .btn-custom {
            background-color: red;
            color: white;
            padding: 10px 20px;
            border: none;
            margin-left: 40px;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            margin-top: 40px;
        }
        .btn-custom:hover {
            background-color: rgb(248, 69, 69);
        }
        .list-custom {
            list-style-type: none;
            padding: 0;
            margin-left: 35px;
        }
        .list-custom li {
            font-weight: bold;
            line-height: 42px;
        }

        @media (max-width: 768px) {
            .heading {
                font-weight: bold;
                color: red;
                margin-top: 20px;
            }
            .doctor-img {
                position: absolute;
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
                width: 140px;
                height: 140px;
            }

        }




        /* This is for Status container */
  .stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url('/Images/BACKGROUND\ IMG.jpg') no-repeat center center;
    background-size: cover;
    width: 98%;
    margin-left:14px;
    height: 190PX;
    margin-top: -14px;
    border-radius: 10px;
  }
  
  .stat-item {
    text-align: center;
    color: #ffffff;
  }
  
  .stat-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  
  .stat-number {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
  }
  
  .stat-label {
    font-size: 18px;
    margin: 0;
  }


  @media (max-width: 768px) {
  .stats-container {
    display: flex;
    justify-content: space-around;
    background-size: cover;
    width: 97.5%;
    margin-left:5px;
    height: 145PX;
    margin-top: -37px;
  }
  
  .stat-item {
    text-align: center;
    color: #ffffff;
  }
  
  .stat-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  
  .stat-number {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
  }
  
  .stat-label {
    font-size: 14px;
    margin: 0;
  }
}


  /* This is for  Services */
  .services-container {
    width: 95%;
    height: 50%;
    margin-left: 33px;
    text-align: center;
   }
  
   .services-container h2 {
    color: #c00;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
  }
  
  .bestservice {
    font-size: 36px;
    margin: 10px 0 30px;
  }
  
  .service-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
  }
  
  .service-item img {
    width: 35%;
    height: 321PX;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  .service-content {
    padding: 20px;
    width: 50%;
    text-align: left;
  }
  
  .service-content h3 {
    font-size: 40px;
    color: #df0000;
    margin: 0;
  }
  
  .service-content h2 {
    font-size: 24px;
    margin: 10px 0;
    color: #333;
  }
  
  .service-content p {
    color: #666;
    margin-bottom: 20px;
  }
  
  .read-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #c00;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  
  .read-more:hover {
    background-color: #900;
  } 

  @media (max-width: 768px) {
   /* This is for  Services */
   .services-container {
    width: 95%;
    margin-left: 10px;
   }
  
   .services-container h2 {
    font-size: 20px;
    color: #c00;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
  }
  
  .bestservice {
    font-size: 25px;
    margin: 10px 0 10px;
  }
  
  .service-item {
    align-items: center;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
  }
  
  .service-item img {
    display: none;
  }
  
  .service-content {
    padding: 20px;
    width: 100%;
    text-align: left;
  }
  
  .service-content h3 {
    font-size: 22px;
    color: #df0000;
    margin: 0;
  }
  
  .service-content h2 {
    font-size: 18px;
    margin: 5px 0;
    color: #333;
  }
  
  .service-content p {
    color: #666;
    margin-bottom: 10px;
  }
  
  .read-more {
    display: inline-block;
    padding: 8px 10px;
    background-color: #c00;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  
  .read-more:hover {
    display: none;
  } 
}

/* This is for Contact */
.cta-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url('/Images/BACKGROUND\ IMG.jpg') no-repeat center center;
    background-size: cover;
    width: 97%;
    height: 320PX;
    margin-left: 20px;
  }
  
  .cta-content {
    background-color: rgba(82, 78, 78, 0.39);
    padding: 20px 40px;
    text-align: center;
    color: #fff;
    border: 2px solid rgb(255, 0, 0);
    height: 65%;
    width: 92%;
    position: relative;
  }
  
  .cta-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c00;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .cta-icon img {
    width: 39px;
    height: 39px;
    border-radius: 50%;
  }
  
  .cta-text p {
    margin: 10px 0;
    font-size: 24px;
    text-transform: uppercase;
  }
  
  .cta-text h1 {
    margin: 10px 0;
    font-size: 26px;
    font-weight: bold;
  }
  
  .cta-details {
    margin-top: 20px;
  }
  
  .cta-details p {
    margin: 5px 0;
    font-size: 18px;
  }
  
  .cta-details .icon {
    margin-right: 5px;
  }
  
  /* This is for Campaigns */
  .popular {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
  }

  .donate-now {
    color: #e60000;
    font-weight: bold;
    text-transform: uppercase;
  }

  .card-campaign {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.185);
    transition: transform 0.3s ease;

  }

  .card-campaign:hover {
    transform: translateY(-5px);
  }

  .card-campaign img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 200px;
    object-fit: cover;
  }

  .card-campaign .card-body {
    padding: 1.5rem;
  }

  .event-date {
    color: #e60000;
    font-weight: bold;
  }

  .event-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0.5rem 0;
  }

  .event-details {
    font-size: 0.9rem;
    color: #555;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
  }


  /* This is for blood Donor Group */

  .container {
    padding: 0rem ;
  }

  .blood-request, .appointment-form {
    background-color: #fff;
    padding: 2rem ;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.205);
    margin-bottom: 2rem;

  }

  .blood-request h3, .appointment-form h3 {
    color: #e60000;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }

  .blood-request ul li {
    list-style: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
  }

  .blood-request ul li i {
    color: #e60000;
    margin-right: 0.5rem;
  }

  .blood-request .quote {
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
  }

  .btn-submit {
    width: 100%;
    background-color: #e60000;
    color: white;
    font-weight: bold;
    border: none;
    padding: 0.75rem;
    border-radius: 10px;
    transition: background-color 0.3s ease;
  }

  .btn-submit:hover {
    background-color: #cc0000;
  }



  .testimonials {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
  }
  .testimonials .title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: red;
  }
  .testimonials .subtitle {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .testimonial-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
  }
  .testimonial-card:hover {
    transform: translateY(-10px);
  }
  .testimonial-stars {
    color: #ffb400;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .testimonial-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
  }
  .testimonial-client {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testimonial-client img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
  }
  .client-info {
    text-align: left;
  }
  .client-name {
    font-weight: bold;
    font-size: 1rem;
  }
  .client-position {
    font-size: 0.9rem;
    color: red;
  }




  /* This is for Get help */
  .get-section {
    background-color: rgb(240, 30, 30);
    color: white;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 0;
  }

  .get-section h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  .get-section p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .get-section .contact-btn {
    background-color: white;
    color: red;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
  }
  .get-section .contact-btn:hover {
    background-color: #000000;
    color: white;
  }

  .footer {
    background-color: #111;
    color: white;
    padding: 50px 20px 40px;
    margin-top: 0;
  }

  .footer h3 {
    color: red;
    margin-bottom: 15px;
  }

  .footer a {
    color: white;
    text-decoration: none;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .social-links a {
    color: white;
    font-size: 20px;
    margin: 0 10px;
    transition: color 0.3s ease;
  }

  .social-links a:hover {
    color: red;
  }

  .subscribe-form input[type="email"] {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    max-width: 300px;
    border: none;
  }

  .subscribe-form button {
    background-color: rgba(218, 23, 23, 0.959);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
  }

  .subscribe-form button:hover {
    background-color: rgb(119, 0, 0);
  }

  @media (max-width: 768px) {
    .get-section {
      padding: 40px 10px;
    }

    .get-section h1 {
      font-size: 1.5rem;
    }

    .get-section p {
      font-size: 0.9rem;
    }

    .get-section .contact-btn {
      font-size: 0.9rem;
      padding: 10px 20px;
    }

    .social-links a {
      font-size: 16px;
      margin: 0 6px;
    }

    .footer .footer-bottom {
      flex-direction: column;
      text-align: center;
    }

    .subscribe-form {
      flex-direction: column;
      align-items: center;
    }

    .subscribe-form input[type="email"] {
      max-width: 100%;
    }

    .subscribe-form button {
      width: 100%;
    }
  }


  /* Style for the Back to Top button */
#myBtn {
  display: none; /* Initially hide the button */
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 99;
  font-size: 30px;
  font-weight: lighter;
  background-color: #00c3ff;
  color: white;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

#myBtn:hover {
  background-color: #0d579c;
}

/* Responsive Design */
@media (max-width: 600px) {
  #myBtn {
      bottom: 15px;
      right: 20px;
      font-size: 14px;
      padding: 12px;
  }
}
