
body {
  background: url('../images/bg.jpg') no-repeat center center fixed !important;
  background-size: cover;
}


/* Top Bar Styles */
.top-bar {
  background-color: #343a40;
  color: #ffffff;
  padding: 0.5rem 0;
  font-size: 1rem;
}

.top-bar a {
  text-decoration: none;
}

.top-bar a:hover {
  text-decoration: underline;
}

.top-bar .fa {
  margin-right: 0.5rem;
}

.social-icon:hover {
  color: #007bff !important;
}

.fb {
  color: #3b5998;
  background-color: #f8f9fa;
  border-radius: 100%;
}
.fb:hover{
  color:#0e53e9;
}
.yt {
  color: #ff0000;
  padding: 0px 10px 0px 10px;
}
.yt:hover{
  color:#f00732;
}
.wa {
  color: #25d366;
  padding: 0px 10px 0px 10px;
}
.wa:hover {
  color: #06f55e;
}
.logo-container {
  padding: 1rem 0;
}
.school-logo {
  width: 150px;
  display: block;
  margin: 0 auto 1rem;
}
.school-name {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0056b3;
}
.vision {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  animation: blink 1s infinite;
}
@keyframes blink {
  50% { opacity: 0; }
}
.navbar {
  background-color: #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.navbar-nav .nav-link {
  font-weight: 500;
  color: #fdfafa;
  font-size: 1.1rem;
}
.navbar-nav .nav-link:hover {
  color: #007bff;
  background-color: #f6f0f0;
  border-radius: 10px;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  border-radius: 15px;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #4a4b4c;
  border-radius: 10px;
}
.dropdown-menu .dropdown-item {
  color: #555;
}
.dropdown-menu .dropdown-item:hover {
  color: #fff;
}
.navbar-toggler{
  background-color: white;
}


.info-card:hover {
    transform: translateY(-10px); /* Slight lift */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Enhanced shadow */
  }
  
  .info-card:hover .icon-container {
    transform: rotate(360deg); /* Full rotation */
  }
  
  .icon-container {
    transition: transform 0.3s ease-in-out;
  }
  
  @keyframes blinkText {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.3;
    }
    100% {
      opacity: 1;
    }
  }
  
  .blinking-text {
    animation: blinkText 1.5s infinite;
  }
    


  .video-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
  }

  .video-container video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: opacity 0.3s ease;
  }

  .video-container:hover video {
    opacity: 0.8;
  }



.carousel-inner {
  border-radius: 10px;
  overflow: hidden;
}

.carousel-item img {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.carousel-item img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.carousel-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.carousel-link:hover {
  color: inherit;
}


/* InfoCards.css */

/* Management Cards Styles */
.management-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  height: 380px; /* Reduced height */
  margin-bottom: 20px;
  padding: 15px 15px 10px;
  font-size: 1.2rem; /* Increased font size for text */
  color: #f97316;
  margin-bottom: 10px; /* Reduce bottom margin */
}

.management-card:hover {
  transform: translateY(-10px); /* Slight lift on hover */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
  background-color: #f5f5f5; /* Subtle background color change */
}

.management-card .card-title {
  font-size: 1.5rem; /* Increased font size for titles */
  font-weight: bold;
  color: #f97316;
  transition: color 0.3s ease;
}

.management-card:hover .card-title {
  color: #f97316; /* Change color on hover */
}

.management-card .card-text {
  font-size: 1.2rem; /* Increased font size for text */
  color: #f97316;
}

.management-card img {
  transition: transform 0.3s ease, filter 0.3s ease;
  height: 200px; /* Reduced image height */
  object-fit: cover;
}

.management-card:hover img {
  transform: scale(1.05); /* Slight zoom effect */
  filter: brightness(90%); /* Darken image slightly on hover */
}

.management-card .card-body {
  padding: 15px;
}

/* Management Section */
.management-section {
  margin-top: 40px;
}

/* InfoCards.css */

/* Management Cards Styles */
.management-card .card-body {
  padding: 15px 15px 10px; /* Reduced bottom padding */
}

.management-card .card-title {
  font-size: 1.5rem; /* Increased font size for titles */
  font-weight: bold;
  color: #f97316;
}

.management-card .card-text {
  font-size: 1.2rem; /* Increased font size for text */
  color: white;
  margin-bottom: 10px; /* Reduce bottom margin */
}

/* Optional: Add a subtitle or call to action to fill the space */
.management-card .card-subtitle {
  font-size: 1rem;
  color: #777;
  margin-top: 10px;
}

.note{
  background-image: url('../images/aboutbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-bottom:10px ;
}

.note-title{
  color: #f97316;
  font-size: 35px;
}

.note-subtitle{
  font-size: 20px;
}

.excel{
  text-align: center;
  color: #1f2937;
  font-weight: bold;
}


footer {
    background-color: #333;
    color: white;
  }
  
  footer a {
    color: white;
    text-decoration: none;
  }
  
  footer a:hover {
    text-decoration: underline;
  }
  
  footer .container {
    max-width: 1200px;
  }
  
  footer h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  footer .embed-responsive-item {
    border-radius: 8px;
  }
  
  .footer {
    background-color: #152029;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease, padding 0.3s ease;
  }
  
  .footer:hover {
    background-color: #1a2b34;
    padding-top: 50px;
  }
  
  .footer-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #f8a100;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links li a {
    font-size: 1rem;
    color: #fff;
    transition: color 0.3s ease;
  }
  
  .footer-links li a:hover {
    color: #f8a100;
  }
  
  .map-iframe {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
  }
  
  .map-iframe:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  }
  
  .footer-copyright {
    margin-top: 20px;
    font-size: 0.875rem;
  }
  
  .social-media-icons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  
  .social-media-icons a {
    margin: 0 15px;
    color: #fff;
    transition: color 0.3s ease;
  }
  
  .social-media-icons a:hover {
    color: #f8a100;
  }

  /* Basic styling for cards */
.card-custom {
  background-color: #fdfdfd;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-title-custom {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

.card-text-custom {
  font-size: 1.1rem;
  color: #555;
}

.card-ul-custom {
  padding-left: 20px;
  font-size: 1.1rem;
  color: #555;
}

.card-custom:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Styling for images with transitions */
.styled-image {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Hover effect for images */
.styled-image:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Ensure equal height for card and image */
.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-grow-1 {
  flex-grow: 1;
}

/* Carousel title */
.carousel-title {
  text-align: center;
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
}

/* Carousel image styling */
.carousel .slide img {
  max-width: 50%; /* Reduced the size to 50% */
  height: auto;
  margin: 0 auto; /* Center the image */
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .card,
  .styled-image {
    transform: none;
  }

  .d-flex {
    display: block;
  }
}

.correspondents-desk-container {
  padding: 2rem;
  border-radius: 10px;
}

.correspondent-header-image {
  max-width: 100%;
  height: auto;
  max-height: 400px; /* Adjust this value to increase or decrease the image height */
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.correspondent-title {
  font-size: 2rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.5rem;
}

.correspondent-content {
  background-color: #ffffff; /* White background for the content */
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.correspondent-message {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1rem;
}

.correspondent-signature {
  margin-top: 2rem;
  font-size: 1.1rem;
  color: #333;
}

.principal-desk-container {
  padding: 2rem;
  border-radius: 10px;
}

.principal-header-image {
  max-width: 100%;
  height: auto;
  max-height: 400px; /* Adjust this value to increase or decrease the image height */
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.principal-title {
  font-size: 2rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.5rem;
}

.principal-content {
  background-color: #ffffff; /* White background for the content */
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.principal-message {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1rem;
}

.principal-signature {
  margin-top: 2rem;
  font-size: 1.1rem;
  color: #333;
}

.principal-quote {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  color: #444;
  font-style: italic;
  text-align: center;
}

.rules-container {
    padding: 2rem;
    border-radius: 10px;
  }
  
  .rules-title {
    font-size: 2rem;
    color: #333;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .rules-content {
    background-color: #ffffff; /* White background for the content */
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
  }
  
  .rules-section-title {
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 1rem;
  }
  
  .rules-list {
    list-style-type: disc;
    margin-left: 2rem;
    color: #666;
    line-height: 1.6;
  }
  
  .facilities-container {
  padding: 2rem;
  border-radius: 10px;
}

.facilities-title {
  font-size: 2rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.5rem;
}

.facility-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.facility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.facility-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease-in-out;
}

.facility-card:hover .facility-image {
  transform: scale(1.1);
}

.facility-name {
  font-size: 1.2rem;
  color: #666;
  transition: color 0.3s ease-in-out;
}

.facility-card:hover .facility-name {
  color: #333;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.facility-card {
  animation: fadeIn 0.5s ease-in-out;
}

.marquee-text {
  font-size: 1.2rem;
  color: #ff0000; /* Red color for visibility */
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.contact-container {
  padding: 2rem;
  border-radius: 10px;
}

.contact-card {
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%; /* Ensures all cards are the same height */
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.contact-card a {
  color: #007bff;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

.contact-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.enquiry-form-container, .map-container {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map-container iframe {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex-grow: 1;
}
