/* Hide content sections by default */
#About-us-content{
    display: inline-block;
}
button{
    margin: 5px;
}

 *  {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header Styling */
header {
    background-color: #000000cf;
    padding: 10px 0;
    text-align: center;
}
.header-buttons button:hover {
    background-color: #630303;
}

.nav-links {
    list-style: none;
    padding: 0;
}

.nav-links li {
    display: inline-block;
    margin: 0 10px;
}

/* Button Styling */
.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 6px rgba(232, 15, 15, 0.1);
}

/* Hover Effect */
.button:hover {
    background-color: #f74a0b;
    transform: translateY(-2px);
}

/* Active/Focus Effect */
.button:active, .button:focus {
    background-color: #f30fd0;
    outline: none;
}
body {
    font-family: Arial, sans-serif;
}

.chat-container {
    width: 300px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
}

#chat-box {
    height: 300px;
    overflow-y: scroll;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#user-input {
    width: calc(100% - 70px);
    padding: 5px;
    margin-right: 5px;
}

button {
    padding: 5px 10px;
}
/* Styles for the accreditations section */
#accreditations {
    padding: 20px;
}

#accreditations h1,
#accreditations h2 {
    text-align: center;
    margin-bottom: 20px;
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;  /* Increase this value to add more space */
}

.logo-container a {
    display: inline-block;
}

.logo-container img {
    max-width: 100px;
    height: auto;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin: 10px;
}

.contact-info, .social-media {
    max-width: 300px;
}

.contact-info h3, .google-map h3, .social-media h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.social-media a {
    margin: 0 10px;
}

.social-icon {
    width: 24px;
    height: 24px;
    margin: 5px;
}

@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }
    .google-map iframe {
        height: 200px;
    }
}
.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color:white ;
    color:rgb(159, 33, 33);
  }
  
  .footer-item {
    flex: 1;
    margin: 0 10px;
  }
  
  .footer-item h3 {
    margin-bottom: 10px;
  }
  
  .footer-item p, .footer-item a {
    margin: 5px 0;
    color:rgb(11, 0, 0);
    font-weight: bolder;
    text-decoration: none;
  }
  
  .footer-item a:hover {
    text-decoration: underline;
  }
  body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
}

header {
    padding: 20px;
    background-color: #f8f8f8;
    text-align: center;
}

main {
    width: 100%;
    box-sizing: border-box;
}

.slideshow {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust as needed */
    overflow: hidden;
}

.slideshow-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 10s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slideshow-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    color: white; /* Text color */
}

.slideshow-text h1 {
    font-size: 3rem;
}

.slideshow-text p {
    font-size: 1.5rem;
    margin-top: 10px;
}

/* New styles for the second slideshow */
.image-slideshow {
    position: relative;
    width: 100%;
    height: 50vh; /* Adjust height as needed */
    overflow: hidden;
    margin-top: 20px; /* Add some space above the section */
}

.image-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.image-slide.active {
    opacity: 10;
}

section {
    padding: 20px;
}

h2 {
    margin-top: 40px;
}
/* Import a Google Font */
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.stylish-title {
    font-family:'Lobster', cursive
;
    font-size: 1em; /* Adjust the size as needed */
    color: #ff0a0a; /* Change the color */
    text-align: center; /* Center the title */
    margin-top: 50px; /* Add some space at the top */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Add a shadow for effect */
}


.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.form-group input {
    flex: 2;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.form-group label {
    flex: 1;
    margin-right: 10px;
   
}
.signup-container {
    background-color: fff;
    padding:20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    max-width: 800px; 
}
.signup-container h2 {
    margin-bottom: 20px;
}

