
    body {
      font-family: 'Montserrat';
      background-color:#e9d7c585;
    }
    img{
        border: 4px solid #fff;
    }
    .top-bar {
      background-color: #fff;
      padding: 10px 0;
    }
    .school-name {
      font-size:19px;
      font-weight: bold;
      color: #003087;
    }
    .school-details {
      
      color: #003087;
    }
    .school-details p{
      font-size: 1rem;
      margin-bottom: 0;
    }
    .school-details p:nth-of-type(1) {
  color: #333; /* First paragraph color */
}

.school-details p:nth-of-type(2) {
  color: #b91c1c; /* Second paragraph color */
}

    .nav-bar {
      background-color: #b91c1c;
      --bs-navbar-padding-y: 0;
    }

    /* Show dropdown on hover */
.hover-dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; /* Align properly */
}
.dropdown-menu {
  margin-top: 0;
}
    
    
    .nav-link {
      color: #fff !important;
      padding: 10px 15px;
    }
    .nav-link:hover {
      background-color: #8b1212;
    }

    /* Show dropdown on hover */
.mega-dropdown:hover > .dropdown-menu {
  display: block;
}

/* Mega menu styling */
.dropdown-menu.mega-menu {
 
  padding: 1rem;
  border-radius: 0;
  border-top: 3px solid #0d6efd;
}
    .announcement-bar {
      background-color: #003087;
      color: yellow;
      font-weight: 500;
      padding: 6px 0;
    }
    .registration-btn {
      background-color: #b91c1c;
      color: white;
      border: none;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 0.9rem;
    }
    .reg{
      color: #003087;
    }

    .breadcrumb-section {
        background-image:url('../images/Inner-Banner.webp');
  background-size: cover;
  background-position: center;
  height: 250px;
  position: relative;
}

.breadcrumb-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  
  z-index: 1;
}

.breadcrumb-section .container {
  z-index: 2;
}

.image-section{
    background-color:#fff;
    margin-bottom:5%;
    border: 3px solid #f4eae1;
}
.achievements{
    background-color:#fff;
}
    .hero-image {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .img-rounded{
      border-radius: 20px;
    }
    .section-title{
        position: relative;
    top: 20px;
    right: 30%;
    margin-top: 0px;
    margin-left: 0px;
    }
    .section-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    width: fit-content;
    margin: auto;
  }
  .section-heading1{
     display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    width: fit-content;
    margin-bottom: 3% !important;
    
  }

  .section-heading1 i{
    color: #b72b2b; /* Red color for the icon */
    font-size: 20px;
  }

  .section-heading i {
    color: #b72b2b; /* Red color for the icon */
    font-size: 20px;
  }

   .section-heading1 span {
    position: relative;
    color: #111;
  }

  .section-heading1 span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #b72b2b;
  }

  .section-heading span {
    position: relative;
    color: #111;
  }

  .section-heading span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #b72b2b;
  }

  .section-contents h4{
    
    color: #003087;
    font-weight: 800;

  }
  .section-contents h6{
    
    color: #003087;
    font-weight: 800;
    font-size: 20px;

  }
  .section-contents h5{
    color: #000;
    font-weight: 800;
  }
  .section-contents p{
    text-align: justify;
  }

  .custom-bullets ul {
    list-style-type: disc;
    padding-left: 1.5rem;
  }
  .custom-bullets ul li{
    line-height: 30px;
  }
  .custom-bullets ul li::marker {
    color: #0d6efd; /* Bootstrap primary blue */
    font-weight: bold;
  }
    .about-title h5{
        color: #003087;
        font-weight: 800;
    }
    .about-content-2 p{
        text-align: justify;
    }
    .about-box{
          background-color: #b91c1c;
    color: white;
    width: fit-content;
    height: 20%;
    padding-top: 0;
    padding: 17px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-radius: 15px;
    border: 2px solid #fff;
    
}
.about-box h4{
    margin-bottom: 0;
}
.indented {
    text-indent: 40px;
    text-align: justify;
  }
  .about-content-2{
    margin-top: 7%;
  }
  .date{
    top: 48%;
  }

 .facilities .carousel-inner .carousel-item {
      padding: 20px 0;
    }
 .facilities   .carousel-inner .card {
      border: none;
      border-radius: 15px;
      overflow: hidden;
    }
 .facilities   .carousel-inner img {
      height: 200px;
      object-fit: cover;
    }
  .facilities .carousel-indicators [data-bs-target] {
      background-color: #888;
    }
    .facilities .carousel-indicators .active {
      background-color: #b30000;
    }
    .glimpses-title {
      font-weight: bold;
      font-size: 1.5rem;
      text-align: center;
      margin: 20px 0;
    }
    .glimpses-title i {
      color: #b30000;
      margin-right: 10px;
    }
     .facilities .carousel-inner {
      display: flex;
      transition: transform 0.5s ease;
    }
    .facilities .carousel-item {
      flex: 0 0 25%;
      max-width: 25%;
      transition: transform 0.5s ease;
    }
    .card img {
      
      object-fit: cover;
    }

    .read-more-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .read-more-btn {
    background-color: #b72b2b;
    color: white;
    border: none;
    padding: 6px 16px;
    border-radius: 10px;
    font-style: italic;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }

  .read-more-btn:hover {
    background-color: #9e2323;
  }

  .read-more-arrow {
    color: #b72b2b;
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  .read-more-wrapper:hover .read-more-arrow {
    transform: translateX(4px);
  }
  .facility-list{
    margin-left: 8%;
  }


  .half-bg-wrapper {
    position: relative;
    z-index: 1;
  }

  .half-bg-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; /* Half of the section height */
    background-color: #e6f3fd;
    z-index: -1;
  }

  .news-card {
    background-color: #fdd562;
    padding: 10px;
  }

   .testimonial-card {
      border: 1px solid #f0c36d;
      border-radius: 10px;
      padding: 2rem;
      position: relative;
      background: #fff;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      max-width: 700px;
      margin: auto;
      margin-top: 60px;
    }

    .testimonial-card::before {
      content: "“";
      font-size: 5rem;
      color: #f0c36d;
      position: absolute;
      bottom: 20px;
      left: 20px;
      opacity: 0.3;
    }
    .test-icon{
          z-index: 1;
    position: relative;
    left: 23%;
    top: 117px;
    }

    .testimonial-avatar {
     
      
      border-radius: 50%;
      margin: auto;
      margin-bottom: 1rem;
      border: 3px solid white;
      
      transform: translateY(-64px);
    }

    .testimonial-title {
      font-weight: 600;
      text-align: center;
      margin-bottom: 1rem;
      color: #cf2228;
    }

    .testimonial-text {
      font-style: italic;
      text-align: center;
      margin-bottom: 1rem;
      font-size: 0.95rem;
     transform: translateY(-40px);
    }

    .testimonial-name {
      text-align: center;
      font-weight: bold;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #f0c36d;
      border-radius: 50%;
    }





.details{
  text-align: center;
}
.details h5{
  text-align: center;
  font-weight: 700;
  color:#000 ;
}



footer{
    background-color:#003087 ;
}
.links li a span{
  color: #ffc107;
}
.links li a:hover{
  color: #ffc107 !important;
}

    @media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #b91c1c;
    z-index: 1050;
    border-top: 1px solid #fff;
  }
  .section-title{
       
    top: 0;
    right: 0;
    margin-top: 30px;
    margin-left: 10px;
    }
    .test-icon {
    z-index: 1;
    position: relative;
    left: 0%;
    top: 90px;
    width: 57px;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
   
    color: #ffc107 !important;
    
}

