body {
    margin: 0;
    padding: 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(to bottom, #e6a39e, #ffffff);
    color: #000000;
}

header .logo {
    width: 200px;
}



section {
    padding: 20px;
}

    .options {
		background: linear-gradient(to top, #f2cac7, #ffffff);
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        text-align: center; /* Align the list items center horizontally */
    }

    .options ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .options ul li {
        display: inline-block; /* Display list items in a line */
        margin-right: 20px; /* Add spacing between list items */
    }

    .options ul li:last-child {
        margin-right: 0; /* Remove margin for the last list item */
    }

    .options ul li a {
        text-decoration: none;
        color: #333;
        font-size: 18px;
        transition: color 0.3s ease;
    }

    .options ul li a:hover {
        color: #007bff;
    }
.school-image {
    background: linear-gradient(to top, #f2cac7, #ffffff); /* Yellow to Red gradient */
    padding: 50px 0;
    text-align: center;
}

/* Style for the school image */
.school-image img {
    max-width: 100%; /* Ensure image stays within its container */
    height: auto;
}

.director-message
 {
    background: linear-gradient(to left, #f2cac7, #ffffff); /* Blue to Green gradient */
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden; /* Prevent content from overflowing */
}

/* Style for message content */
.message {
    max-width: 600px;
    padding: 20px;
    color: #fff; /* Text color */
}

.message h2 {
    margin-bottom: 10px;
}

.message p {
    margin-top: 0px;
	margin-bottom: 0px;
}

/* Style for images */
.image {
    width: 50%;
    text-align: center;
}

.image img {
    max-width: 100%; /* Ensure image stays within its container */
    height: auto;
    border-radius: 10px;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #f5f5f5;
}
        .container {
            display: flex;
            align-items: center;
        }

        .logo-container {
			
			margin-top : -10px;
            margin-right: 30px;			/* Adjust margin as needed */
        }

        .logo {
            width: auto; /* Adjust the width of the logo */
            height: auto; /* Adjust the height as needed */
        }

        .name {
            font-size: 18px; /* Adjust font size as needed */
        }
		
		
		/* Style for the principal's message section */
.principal-message {
    background: linear-gradient(to right, #f2cac7, #ffffff); /* Orange to Yellow gradient */
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden; /* Prevent content from overflowing */
}


.about-us {
	background-color : #f2cac7;
	justify-content: space-around;
	align-items: center;
}

    .msg {
        text-align: center;
    }


/* Style for message content */
.message {
    max-width: 600px;
    padding: 20px;
    color: #fff; /* Text color */
}

.message h2 {
    margin-bottom: 10px;
}

.message p {
    margin-top: 0;
}

/* Style for images */
.image {
    width: 50%;
    text-align: center;
}

.image img {
    max-width: 100%; /* Ensure image stays within its container */
    height: auto;
    border-radius: 10px;
}



.swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }