body {
    font-family: "Montserrat", serif;
    margin: 0;
    padding: 0;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #f8f9fa;
    font-weight: bold;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 1px #bdebff solid;
    position: fixed;
    width: 100vw;
    z-index: 100;
}

/* Styling for the logo box */
.logo {
    /* background-color: #bdebff; */
    color: rgb(0, 0, 0);
    /* padding: 25px 15px; */
    border-radius: 5px;
    font-size: 16px;
}

/* Styling for navigation links */
.navbar a {
    text-decoration: none;
    color: black;
    margin: 0 10px;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
   
}

/* Hover effect for links */
.navbar a:hover {
    background-color: #bdebff;
    color: white;
}

/* Special styling for contact button */
.navbar .contact {
    background-color:#43c6ff;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 40px;
}

.navbar .contact:hover {
    background-color:#00a1e6;
}

.h-c{
    display: flex;
}
.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    background-color: #cbefff;
    padding-bottom: 0;

}
.hero .content {
    max-width: 50%;
}
.hero h1 {
    font-size: 56px;
    font-weight:100;
    margin-bottom: 0;
}
.hero p {
    font-size: 18px;
    color: gray;
}
.buttons {
    margin-top: 20px;
}
.buttons button {
    padding: 15px;
    font-size: 16px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
}
.blue-button {
    background-color: #00aeff;
    color: white;
    text-decoration: none;
    padding: 15px;
}
.outline-button {
    border: 2px solid black;
    background: transparent;
}

.main_img{
    margin-top: 35px;
    margin-bottom: 0;
}
.featured {
    margin-top: 40px;
    background: white;
    padding: 20px;
    border-radius: 10px;
}
.featured h3 {
    margin-bottom: 10px;
}

.contact-section {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    height: 80%;
    width: 80%;
}

.contact-box {
    flex: 1;
    padding: 25px;
    border-radius: 10px;
    color: white;
    text-align: left;

}

.contact-box i {
    font-size: 30px;
    margin-bottom: 10px;
    width: 200px;

}
.contact-info{
    position: absolute;
    /* margin: top 50% left 25%;  */
    margin-top: 50%;
    margin-left: 15%;
}

.emergency {
    background-color: #00bbff;
}

.timetable {
    background-color: #0091ff;
}

.hours {
    background-color: #104cc3;
}

h3 {
    margin-top: 10px;
    font-size: 20px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.phone-number {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.phone-number i {
    margin-right: 10px;
}

.contact-btn {
    margin-top: 15px;
    background-color: white;
    color: #2A4F94;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.contact-btn:hover {
    background-color: #1d3b6f;
    color: white;
}

@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
        align-items: center;
    }

    .contact-box {
        width: 90%;
        text-align: center;
    }
}

.card {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
    margin-top: 20%;
}

.card-container {
    width: 90%;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(152, 214, 255);
    background-color: #fff;
    margin-top: 30px;
}

.achievements {
    display: flex;
    align-items: center;
}

.award_img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.round-img {
    width: 100px;
    height: 100px;
    /* border-radius: 10%; */
    /* object-fit: cover; */
    margin: 10px;
   
}

.award_img img:first-child {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.award_img img:last-child {
    top: 50%;
    left: 50%;
    /* transform: translateX(-50%); */
}

.ach-info {
    margin-left: 80px;
    padding-left: 20px;
   
}

.Awards {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.list_awards {
    padding-left: 0;
    list-style-type: disclosure-closed;
}

.list_awards li {
    font-size: 16px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 2.5;
}
.card1 {
    width: 100%;
    /* display: flex; */
    /* justify-content: center; */
    margin: 20px 0;
    margin-top: 20%;
}

.card-container1 {
    width: 90%;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(152, 214, 255);
    background-color: #fff;
    margin-top: 30px;
}
.left-card{
    background-color: #00bbff;
}
footer {
    background-color:#19a1db;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    margin-top: 4%;
}

.footer-container {
    width: 80%;
    margin: auto;
}

.logo-footer {
    font-size: 22px;
    font-weight: bold;
}

.footer-nav {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 15px 0;
}

.footer-nav li {
    display: inline;
}

.footer-nav a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.info p {
    margin: 5px 0;
    font-size: 14px;
}

.info a {
    color: #ccefff;
    text-decoration: none;
}

.social-icons {
    margin: 10px 0;
}

.social-icons p {
    margin-bottom: 5px;
}

.social-icons a {
    display: inline-block;
    margin: 0 5px;
}

.social-icons img {
    width: 30px;
    height: 30px;
}

.copyright {
    font-size: 12px;
    margin-top: 10px;
}
