/* ---------- GLOBAL ---------- */
body{
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    background:#f4f6f9;
}

/* ---------- HEADER ---------- */
.header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 30px;
    background:/*linear-gradient(to right, #000428, #004e92)*/#0073cf;
    color:white;
}

.header img{
    height:70px;
}

.school-name{
    text-align:center;
    flex:1;
}

.school-name h1{
    margin:0;
    font-size:32px;
    color:#ffffff;
}

.school-name p{
    margin:0;
    font-size:14px;
    color:#d4f1f9;
}

/* ---------- NAVBAR ---------- */
.navbar{
    background:#006400;
}

.navbar ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
}

.navbar ul li{
    position:relative;
}

.navbar ul li a{
    display:block;
    padding:15px 20px;
    color:white;
    text-decoration:none;
    font-weight:bold;
}

                
/* ---------- DROPDOWN ---------- */
/* ---------- STYLISH NAVBAR ---------- */
.navbar{
    background:linear-gradient(to right, #000428, #004e92);
    box-shadow:0 4px 10px rgba(0,0,0,0.4);
}

.navbar ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content:center;
}

.navbar ul li{
    position:relative;
}

.navbar ul li a{
    display:block;
    padding:15px 20px;
    color:white;
    text-decoration:none;
    font-weight:bold;
    letter-spacing:0.5px;
    transition:all 0.3s ease;
}

.navbar ul li a:hover{
    background:#ffffff;
    color:#004e92;
    border-radius:5px;
}

/* DROPDOWN STYLE */
.navbar ul li ul{
    position:absolute;
    top:100%;
    left:0;
    background:#ffffff;
    display:none;
    min-width:230px;
    border-radius:0 0 6px 6px;
    box-shadow:0 6px 12px rgba(0,0,0,0.3);
}

.navbar ul li:hover ul{
    display:block;
}

.navbar ul li ul li a{
    color:#003366;
    padding:12px 15px;
    font-weight:normal;
}

.navbar ul li ul li a:hover{
    background:#004e92;
    color:white;
}


/* Banner Section */
.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: 250px;   /* You can change height */
  object-fit: cover;
  display: block;
}


/* ---------- ABOUT ---------- */
.section{
    padding:40px;
    background:white;
}

.section h2{
    color:#003366;
}

.section p{
    line-height:1.7;
    color:#333;
}

/* ---------- THOUGHT ---------- */
.thought{
    background:#000;
    color:#00ffcc;
    padding:10px;
    font-size:18px;
}

.thought marquee{
    font-weight:bold;
}

/* ---------- NEWS ---------- */
/* ---------- NEWS & EVENTS ---------- */
.news{
    background:linear-gradient(to right, #020024, #090979, #020024);
    padding:40px;
    color:white;
}

.news h2{
    color:#ffffff;
    border-bottom:2px solid #ffffff;
    padding-bottom:10px;
    width:fit-content;
}

.news ul{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.news ul li{
    background:rgba(255,255,255,0.15);
    padding:12px 15px;
    margin-bottom:10px;
    border-left:5px solid #00c6ff;
    font-size:16px;
}


/* ---------- MESSAGES ---------- */
.messages{
    display:flex;
    gap:30px;
    padding:40px;
    background:#ffffff;
}

.box{
    flex:1;
    border:2px solid #003366;
    padding:20px;
    background:#f9f9f9;
}

.box img{
    width:120px;
    float:left;
    margin-right:15px;
    border-radius:5px;
}

.box h3{
    color:#006400;
}

/* ---------- FOOTER ---------- */
.footer{
    background:#000;
    color:white;
    text-align:center;
    padding:20px;
}
</style>


/*#######about us page styling#######*/
.aboutus{

	padding-top:5rem;
}

.about-heading::after{
	content:" ";
	display:block;
	border:3px solid Navy blue;
	width:100%;
}
.lg-heading{
	font-size:2rem;
}
.text-gray{
	color:#555555;
	text-align: left;
	padding-right:2rem;
	padding-left:5rem;
	padding-bottom:1.5rem;
	padding-top:1.5rem;
	font-size: 1rem;
	
}
.heading{
	font-size: 2rem;
}
 

.ab-wrapper.ab-left{
	float: left;
	width:50%;
}

.ab-left ul li{
	font-size: 1rem;
}	


.ab-wrapper::after{
	content:" ";
	display:block;
	clear:both;
} 

.ab-wrapper li::before{
	content:'\2713';
	color: #e63946;
	font-weight:bold;
	padding-right:1rem;
	padding-left:2rem;
	font-size: 1.5rem;
}
ul li{
	list-style: none;
}

.count{
	margin-top:3em;
}

.c-item {
	float:left;
	width:25%;
	text-align:center;

}

.count::after{
	content:"";
	display:block;
	clear:both;
}

.c-item span{
	font-size:3rem;
	font-weight:700;
	color:#e63946;
}

.c-item p{
	font-weight:700;
	color:#555;
	font-size:1.8rem;
}

.cta-banner{
	background-image: linear-gradient( 178.2deg,  rgba(118,8,23,1) 10.9%, rgba(158,12,33,1) 62.6% );
	color:#fff;
	padding:1rem;
	box-shadow:5px 5px 10px #00000057;
	margin-top:3rem;
	margin-bottom:3rem;
}

.cbanner-left{
	float:left;
	width:60%;
}

.cbanner-right{
	float:right;
	width:30%;
	text-align:right;
}

.cta-line{
	font-weight:700;
	font-size:2rem;
}

.btn-cta{
	text-align:center;
	display:inline-block;
	font-weight:700;
	font-size:3rem;
	text-transform:uppercase;
	color:#fff;
	border:4px solid white;
	padding:.0.3rem 0.5em;
	letter-spacing:0.5rem;
}

.cta-banner::after{
	content: " ";
	display:block;
	clear:both;
}


#school-info{
	padding: 50px 0px;
	background: #f5f5f7;
}

.table-container{
	padding:7rem;
}
.heading{
	font-size: 2.5rem;
	text-align: left;
	color:#555555 ;
	margin-bottom: 40px;
}
.table{
	width: 100%;
	border-collapse:collapse;
}
.table thead{
	background-color: #63c5da;
}
.table tr th{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.35;
	color: #ffffff;
	opacity: 1;
	padding: 12px;
	vertical-align: top;
	border: 1px solid black;
}
.table tbody tr td{
	font-size: 14px;
	letter-spacing: 0.35;
	font-weight: normal;
	color: black;
	background-color:#dee2e685 ;
	padding: 8px;
	text-align: left;
	border: 1px solid black;
}

.main-container1 {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    gap: 30px;
}

.box {
    width: 50%;
    padding: 25px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.read-more {
  color: #004080;
  font-weight: bold;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}



/* Section Styling */
.director-section {
    padding: 50px 10%;
    background-color: #f4f6f9;
}

.section-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    color: #002147;
}

/* Container */
.director-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Image */
.director-image img {
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Message */
.director-message {
    flex: 1;
}

.director-message h3 {
    margin-bottom: 15px;
    color: #002147;
}

.director-message p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .director-container {
        flex-direction: column;
        text-align: center;
    }

    .director-image img {
        width: 200px;
    }
}


h1 {
    margin-bottom: 20px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: auto;
}

.gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}



main-heading {
    margin: 30px 0;
    font-size: 32px;
    color: #333;
}

.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.card {
    background: white;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: transform 0.3s;
}

.card:hover {
    transform: scale(1.05);
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card h2 {
    padding: 15px;
    font-size: 18px;
    color: #444;
}
/*contact*/

/* Contact Section */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #f4f6f9;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 10%;
    gap: 40px;
}

/* Left Side */
.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.contact-info p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #555;
}

/* Map */
.map-container {
    margin-top: 20px;
}

.map-container iframe {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    border: 0;
}

/* Right Side */
.contact-image {
    flex: 1;
}

.contact-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
        text-align: center;
    }

    .contact-image img {
        margin-top: 20px;
    }
}
