/* General Styles */
body {
    font-family: Arial, Helvetica, sans-serif;
  
    color: white;
    margin: 0;
    padding: 0;
}

.footer {
    background-color: #002855;
    padding: 40px 0;
}

.logo {
    height: 40px;
}

/* CTA Section */
.cta-text {
    font-size: 16px;
    color: white;
    margin-right: 10px;
}

/* Divider */
.divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 20px 0;
}

/* Footer Headings */
.footer-heading {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

/* Links */
.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: rgb(251, 0, 0);
}

/* Subscribe Input */
.subscribe-form {
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
    width: 100%;
}

.subscribe-input {
    background: transparent;
    border: none;
    color: white;
    outline: none;
    flex: 1;
    padding: 8px;
}

.subscribe-btn {
    background-color: red;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}


.subscribe-btn:hover {
    background-color: rgb(255, 255, 255);
    color: red;
   
 
}

.subscribe-btn i:hover {
  
    color: rgb(255, 0, 0);
   
}
.subscribe-btn i {
    color: white;
}

/* Footer Bottom */
.footer-bottom {
    color: white;
    padding: 15px 0;
}

.footer-link {
    color: white;
    text-decoration: none;
    margin-right: 20px;
}

.footer-link:hover {
    color: red;
}

/* Social Icons */
.social-icons a {
    color: white;
    font-size: 20px;
    margin-left: 15px;
    text-decoration: none;
}

.social-icons a:hover {
    color: red;
}



  
  h2 {
    letter-spacing: 1px;
  }
  
  .card {
    border-radius: 12px;
  }




  .section-title {
    color: #c4001a;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .achievement-box {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
  }
  
  .partners img {
    max-height: 60px;
    object-fit: contain;
  }
  .section-title {
    color: #c4001a;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .achievement-box {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
  }
  
  .partners img {
    max-height: 60px;
    object-fit: contain;
  }
    



  
  .section-title {
    text-align: center;
    font-weight: bold;
    color: #c00;
    margin-bottom: 30px;
  }
  
  .highlight {
    color: #0066cc;
    font-weight: bold;
  }
  
  .partner-logo {
    max-width: 150px;
    margin: 10px;
  }
  
 
  .stats-box {
    border: 1px solid #000000;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.hero-section {
    position: relative;
    background: url('image.png') no-repeat center center/cover;
    height: 100vh;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  }
  
  .hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  
  .hero-section .content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
  }
  
  .btn-primary {
    background-color: #0056b3;
    border: none;
    transition: background-color 0.3s ease;
  }
  
  .btn-primary:hover {
    background-color: #004494;
  }




  .logo{

    height: 75px;
  }



  .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  

  .vie{
    color: #b8272c ;
  }

  .pharma{

   color:  #235eaa
  }