* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




/* SCROLLED HEADER */
#header.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

#header.scrolled .navbar {
  padding: 8px 0;
}

/* FIXED TEXT COLOR ON SCROLL */
#header.scrolled .nav-link {
  color: var(--neutral-dark) !important;
  font-size: 13px;
}

#header.scrolled .navbar-nav li a:hover {
  color: var(--brand-blue) !important;
}




/* Navbar Base Styles */
.navbar {
  padding: 0.8rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background-color: #f5fffa !important;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1000;
}

/* Navigation Links */
.navbar .navbar-nav .nav-link {
  color: #2c3e50;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.6rem 1.2rem !important;
  margin: 0 0.2rem;
  position: relative;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: #2ecc71;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar .navbar-nav .nav-link:hover {
  color: #27ae60;
}

.navbar .navbar-nav .nav-link:hover::after {
  width: 70%;
}

.navbar .navbar-nav .mega-menu-wrapper {
  position: static;
}

.navbar .navbar-nav .mega-menu-wrapper {
  position: relative;
}

.navbar .navbar-nav .mega-menu-wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent;
}

.navbar .navbar-nav .mega-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-25%);
  width: 800px;
  margin: 0;
  padding: 0;
  border: none;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 999;
}


/* Centered Logo */
.navbar .navbar-nav .nav-link.p-0::after {
  display: none;
}

.logo-title {
  color: #2c3e50;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 5px;
  transition: color 0.3s ease;
}

.navbar .navbar-nav .nav-link.p-0:hover .logo-title {
  color: #27ae60;
}


/* ===============================
   Banner Section
=================================*/
.banner-section {
  position: relative;
  background: url("../images/home/banners/banner-1.webp") no-repeat center
    center/cover;
  min-height: 600px;
  display: flex;
  align-items: center;
  color: #000;
  padding-bottom: 120px;
}

/* Left Gradient Overlay */
.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #f5fffa 0%,
    rgba(245, 255, 250, 0.95) 25%,
    rgba(245, 255, 250, 0.7) 45%,
    rgba(245, 255, 250, 0) 70%
  );
  z-index: 1;
}

/* Content Wrapper */
.banner-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 80px 0;
}

/* Title */
.banner-title h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #363b74;
  text-transform: uppercase;
}

.banner-title p {
  font-size: 23px;
  margin-bottom: 30px;
  color: #333;
}

/* Buttons */
.banner-buttons a {
  display: inline-block;
  padding: 8px 20px;
  margin-right: 15px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s ease;
  font-size: 14px;
}

/* Know More */
.btn-know {
  background: #ffffff;
  color: #363b74;
  border: 1px solid #363b74;
}

.btn-know:hover {
  background: #363b74;
  color: #fff;
}

/* Apply Now */
.btn-apply {
  background: #363b74;
  color: #fff;
}

.btn-apply:hover {
  background: #2c3060;
}

/* ===============================
   Overlay Feature Boxes
=================================*/

.banner-features {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 60%;
  z-index: 5;
}

.banner-features .feature-box {
  background: #ffffff;
  padding: 20px 15px 10px 15px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s ease;
}

.banner-features .feature-box:hover {
  transform: translateY(-8px);
}

/* Feature Title */
.banner-features .feature-box h4 {
  font-size: 16px;
  font-weight: 700;
  color: #363b74;
  margin-bottom: 15px;
}

/* Feature Text */
.banner-features .feature-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

/* ===============================
   Responsive
=================================*/


@media (max-width: 768px) {
  .banner-title h3 {
    font-size: 28px;
  }

  .banner-title p {
    font-size: 16px;
  }

  .banner-buttons a {
    padding: 10px 20px;
    margin-bottom: 10px;
  }

  .banner-features .feature-box {
    text-align: center;
  }
}

/* ================================
   Evening College Section
================================ */

.evening-clg {
  padding: 90px 0;
  background: #f5f6ff;
}

.evening-clg .row {
  margin-bottom: 50px;
}

.evening-clg .row:last-child {
  margin-bottom: 0;
}

/* ================================
   Images
================================ */

.evening-clg .evening-clg-image img,
.evening-clg .img-fluid {
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.evening-clg .evening-clg-image img:hover {
  transform: scale(1.03);
}

/* ================================
   Content Styling
================================ */

.evening-clg .evening-clg-content {
  padding-left: 20px;
}

.evening-clg .evening-clg-content h3 {
  font-size: 34px;
  font-weight: 700;
  color: #363b74;
  margin-bottom: 20px;
  position: relative;
}

.evening-clg .evening-clg-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

/* ================================
   Feature Section
================================ */

.evening-clg .evening-features {
  padding-right: 20px;
}

.evening-clg .evening-feature-box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.evening-clg .evening-feature-box:hover {
  transform: translateY(-5px);
}

/* Icon */
.evening-clg .feature-icon {
  width: 50px;
  height: 50px;
  background: #363b74;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  flex-shrink: 0;
}

/* Feature Text */
.evening-clg .feature-text h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #363b74;
}

.evening-clg .feature-text p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* ================================
   Responsive
================================ */

@media (max-width: 991px) {
  .evening-clg {
    padding: 70px 0;
  }

  .evening-clg .evening-clg-content {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .evening-clg .evening-clg-content h3::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .evening-clg .evening-features {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .evening-clg .evening-feature-box {
    text-align: left;
  }
}

/* ----------------------------- */
/* ---------Subjects----------- */
/* --------------------------- */

.core-subjects {
  position: relative;
  padding: 100px 0;
  background: url("../images/core-bg.jpg") center/cover no-repeat;
  color: #fff;
}

.core-subjects .core-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(54, 59, 116, 0.92);
  top: 0;
  left: 0;
}

.core-subjects .container {
  position: relative;
  z-index: 2;
}

.core-subjects .core-content h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.core-subjects .core-content p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.9;
}

.core-subjects .core-carousel-nav {
  text-align: right;
  margin-bottom: 25px;
}

.core-subjects .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}

.core-subjects .owl-nav button {
  background: #fff !important;
  color: #363b74 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  margin-left: 10px;
  font-size: 18px !important;
  transition: 0.3s;
}

.core-subjects .owl-nav button span {
  font-size: 35px !important;
  position: relative;
  top: -10px;
}

.core-subjects .owl-nav button:hover {
  background: #363b74 !important;
  color: #fff !important;
}

.core-subjects .subject-card {
  background: #fff;
  color: #363b74;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
}

.core-subjects .subject-img {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 18px auto;
  overflow: hidden;
  border-radius: 10px;
}

.core-subjects .subject-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.core-subjects .subject-card h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.core-subjects .subject-card:hover .subject-img img {
  transform: scale(1.05);
}


/* --------------------------- */
/* -------Facilities--------- */
/* ------------------------- */
.faci-sec {
  background: #f4f6fb;
}

/* Left Content */
.faci-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #363b74;
}

.faci-para {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.faci-with-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.faci-box {
  background: #ffffff;
  padding: 25px 15px;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(54, 59, 116, 0.15);
}

.faci-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(54, 59, 116, 0.15);
  border-color: #363b74;
}

/* Icon */
.faci-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: #363b74;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s ease;
}

.faci-box:hover .faci-icon {
  background: #2b2f5c;
}

.faci-box h6 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #363b74;
}

/* Responsive */
@media (max-width: 991px) {
  .faci-with-icons {
    grid-template-columns: repeat(2, 1fr);
  }

  .text-faci {
    text-align: center;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .faci-with-icons {
    grid-template-columns: 1fr;
  }
}
/* ================================= */
/* ARUNODAYA FACILITIES PAGE */
/* ================================= */

.arunodaya-facilities-page {
  background: #f7f9fc;
}

.arunodaya-facilities-page .facilities-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2d4063;
}

.arunodaya-facilities-page .facilities-heading p {
  max-width: 750px;
  margin: auto;
  color: #555;
  line-height: 1.8;
}

.arunodaya-facilities-page .facility-block {
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
}

.arunodaya-facilities-page .facility-image {
  overflow: hidden;
  border-radius: 10px;
}

.arunodaya-facilities-page .facility-image img {
  width: 100%;
  border-radius: 10px;
  transition: 0.4s;
}

.arunodaya-facilities-page .facility-image:hover img {
  transform: scale(1.05);
}

.arunodaya-facilities-page .facility-content h3 {
  color: #2d4063;
  font-weight: 600;
  margin-bottom: 15px;
}

.arunodaya-facilities-page .facility-content p {
  color: #444;
  line-height: 1.9;
  font-size: 15.5px;
}

@media (max-width: 991px) {
  .arunodaya-facilities-page .facility-block {
    padding: 25px;
  }
}

#classroom,
#avroom,
#computerlab,
#library,
#sports {
  scroll-margin-top: 100px;
}
/* ================================
   EVENTS
================================ */

.event-marquee {
  width: 100%;
  overflow: hidden;
  padding: 20px 0px 60px 0px;
  cursor: auto;
  background: #f4f6fb;
}

.event-marquee:active {
  cursor: grabbing;
}

.event-marquee__wrapper {
  width: 100%;
  overflow: hidden;
}

.event-marquee__track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: eventMarqueeScroll 60s linear infinite;
  will-change: transform;
}

.event-marquee__wrapper:hover .event-marquee__track,
.event-marquee.is-dragging .event-marquee__track {
  animation-play-state: paused;
}

.event-marquee__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-marquee__item img {
  height: 260px;
  width: auto;
  max-width: 1000px;
  object-fit: contain;
  display: block;
  border-radius: 14px;
  user-select: none;
  pointer-events: none;
  transition: transform 0.4s ease;
}

.event-marquee__item img:hover {
  transform: scale(1.03);
}

@keyframes eventMarqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .event-marquee__item img {
    height: 210px;
  }
}

@media (max-width: 768px) {
  .event-marquee {
    padding: 20px 0;
  }

  .event-marquee__track {
    gap: 40px;
  }

  .event-marquee__item img {
    height: 160px;
    max-width: 600px;
  }
}

.t-ev {
  background-color: #f4f6fb;
}

.t-ev h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #363b74;
}

/* -------------------------------- */
/* ----------Footer--------------- */
/* ------------------------------ */

.footer-logo img {
  filter: brightness(0) invert(1);
}

.footer-section {
  background: #363b74;
  color: #ffffff;
  padding: 60px 0 25px;
  font-family: "Segoe UI", sans-serif;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-section a:hover {
  color: #ffffff;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  max-width: 180px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.footer-menu li {
  display: inline-block;
  margin: 8px 18px;
}

.footer-menu a {
  font-size: 15px;
  font-weight: 500;
}

.footer-institutions {
  margin-bottom: 35px;
}

.footer-institutions h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-institutions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-institutions ul li {
  display: inline-block;
  margin: 6px 18px;
  position: relative;
}

.footer-institutions ul li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -18px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px;
  margin-top: 25px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  text-align: left;
}

.footer-left {
  font-size: 14px;
}

.footer-right a {
  margin-left: 25px;
  font-size: 14px;
}

.footer-right a:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .footer-menu li,
  .footer-institutions ul li {
    display: block;
    margin: 8px 0;
  }

  .footer-institutions ul li::after {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-right a {
    margin: 0 10px;
  }
}

/* ---------------------------------- */
/* ----------Aboutus---------------- */
/* -------------------------------- */

.about-page {
  line-height: 1.5;
  color: #2d3a3a;
  background-color: #ffffff;
}

.about-banner {
  background: linear-gradient(135deg, #1a1f3b 0%, #2a3170 100%);
  padding: 64px 0;
  text-align: center;
  color: white;
  margin-bottom: 32px;
}

.about-banner-content h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 0 6px 0;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.about-banner-content p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin: 0;
  color: #f0f3ff;
}

/* Section Headings */
.section-heading {
  text-align: center;
  margin-bottom: 40px; 
}

.section-heading h2 {
  font-size: 1.9rem; 
  color: #1e2b2b;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.section-heading p {
  font-size: 1rem;
  color: #4a5a5a;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}

.about-intro {
  padding: 48px 0; 
  background-color: #ffffff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  display: block;
}

.about-content h2 {
  font-size: 1.9rem; /* reduced from 2.2rem */
  color: #1e2b2b;
  margin-bottom: 20px; /* reduced from 24px */
  font-weight: 500;
  letter-spacing: -0.01em;
}

.about-content p {
  margin-bottom: 16px; /* reduced from 20px */
  color: #3a4a4a;
  font-size: 1rem; /* reduced from 1.05rem */
}

.about-content strong {
  color: #363b74;
  font-weight: 600;
}

/* Academic Excellence Section */
.about-academics {
  padding: 64px 0; /* reduced from 80px */
  background-color: #f5fffa; /* light tint */
}

.about-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; /* reduced from 30px */
  margin-top: 16px; /* reduced from 20px */
}

.feature-card {
  background: #ffffff;
  padding: 28px 24px; /* reduced top/bottom padding */
  border-radius: 18px; /* slightly reduced */
  box-shadow: 0 8px 20px -6px rgba(54, 59, 116, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  border: 1px solid rgba(54, 59, 116, 0.05);
}

.feature-card:hover {
  transform: translateY(-4px); /* slightly reduced movement */
  box-shadow: 0 16px 24px -8px rgba(54, 59, 116, 0.12);
  border-color: rgba(54, 59, 116, 0.15);
}

.feature-card h4 {
  font-size: 1.2rem; /* reduced from 1.3rem */
  margin-bottom: 10px; /* reduced from 12px */
  color: #363b74; /* primary accent */
  font-weight: 500;
}

.feature-card p {
  color: #4a5a5a;
  margin: 0;
  line-height: 1.5;
  font-size: 0.95rem; /* slightly smaller */
}

/* Student Development Section */
.about-development {
  padding: 64px 0; /* reduced from 80px */
  background-color: #ffffff;
}



.vision-box {
  background: #f5fffa; /* light tint */
  padding: 28px 28px; /* reduced from 32px */
  border-radius: 20px; /* slightly reduced */
  margin-top: 28px; /* reduced from 32px */
  border-left: 5px solid #363b74; /* slightly thinner */
}

.vision-box h2 {
  font-size: 1.6rem; /* reduced from 1.8rem */
  color: #1e2b2b;
  margin-bottom: 14px; /* reduced from 16px */
  font-weight: 500;
}

.vision-box p {
  color: #3a4a4a;
  margin: 0;
  font-size: 1rem; /* reduced from 1.05rem */
  line-height: 1.5;
}

.about-development .about-image img {
  width: 100%;
  height: auto;
  border-radius: 20px; /* consistent with other images */
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

/* Trust CTA Section */
.about-trust {
  padding: 48px 0 80px 0; /* reduced top padding */
  background-color: #ffffff;
}

.trust-box {
  background: linear-gradient(145deg, #f5fffa 0%, #e8f5f0 100%);
  padding: 48px 40px; /* reduced from 56px 48px */
  border-radius: 28px; /* slightly reduced */
  text-align: center;
  border: 1px solid rgba(54, 59, 116, 0.1);
  box-shadow: 0 12px 24px -10px rgba(54, 59, 116, 0.08);
}

.trust-box h3 {
  font-size: 1.9rem; /* reduced from 2.2rem */
  color: #1e2b2b;
  margin-bottom: 12px; /* reduced from 16px */
  font-weight: 500;
}

.trust-box p {
  font-size: 1.1rem; /* reduced from 1.2rem */
  color: #3a4a4a;
  max-width: 600px;
  margin: 0 auto 28px auto; /* reduced bottom margin */
}

.about-btn {
  display: inline-block;
  background-color: #363b74;
  color: #ffffff;
  padding: 14px 36px; /* reduced from 16px 40px */
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem; /* reduced from 1.1rem */
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 14px -5px rgba(54, 59, 116, 0.3);
}

.about-btn:hover {
  background-color: #2a2f5e;
  transform: translateY(-2px);
  box-shadow: 0 10px 18px -6px rgba(54, 59, 116, 0.4);
}



@media (max-width: 768px) {
  .about-banner {
    padding: 48px 0; /* reduced from 60px */
  }

  .about-banner-content h1 {
    font-size: 2.2rem; /* reduced from 2.4rem */
  }

  .about-banner-content p {
    font-size: 1rem;
  }

  .about-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading h2 {
    font-size: 1.8rem; /* reduced from 2rem */
  }

  .about-content h2 {
    font-size: 1.8rem; /* reduced from 2rem */
  }

  .trust-box {
    padding: 36px 24px; /* reduced from 40px 24px */
  }

  .trust-box h3 {
    font-size: 1.8rem; /* reduced from 2rem */
  }

  .trust-box p {
    font-size: 1rem; /* reduced from 1.1rem */
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }

  .about-banner-content h1 {
    font-size: 1.9rem; /* reduced from 2rem */
  }

  .about-btn {
    padding: 12px 28px; /* reduced from 14px 32px */
    font-size: 0.95rem; /* reduced from 1rem */
  }

  .section-heading h2 {
    font-size: 1.6rem;
  }

  .about-content h2 {
    font-size: 1.6rem;
  }

  .feature-card h4 {
    font-size: 1.1rem;
  }

  .vision-box h2 {
    font-size: 1.4rem;
  }
}

/* Additional polish */
.about-content p:last-child {
  margin-bottom: 0;
}

.feature-card,
.vision-box,
.trust-box {
  transition: all 0.2s ease;
}

/* ----------------------------------------- */
/* --------------Cource-B.com-------------- */
/* --------------------------------------- */

/* Parent scope */
.bcom-section {
  color: #1e2b2b;
}

/* container */
.bcom-section .bcom-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}

/* banner */
.bcom-section .bcom-banner {
  background: #1a1f3b;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}
.bcom-section .bcom-banner h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.bcom-section .bcom-sub {
  opacity: 0.9;
}

/* sections */
.bcom-section .bcom-wrap {
  padding: 60px 0;
}
.bcom-section .tint {
  background: #f5fffa;
}
.bcom-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.bcom-section .center {
  text-align: center;
}

/* grid */
.bcom-section .bcom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.bcom-section .bcom-img {
  background: #eef3f0;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.bcom-img img {
  width: 100%;
}

.bcom-section .bcom-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.bcom-section .card {
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #eee;
}
.bcom-section .card h4 {
  color: #363b74;
  margin-bottom: 8px;
}

/* list */
.bcom-section .bcom-list {
  list-style: none;
}
.bcom-section .bcom-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

/* cta */
.bcom-section .bcom-cta {
  text-align: center;
  padding: 60px 0;
}
.bcom-section .bcom-btn {
  display: inline-block;
  background: #363b74;
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 16px;
}

/* responsive */
@media (max-width: 900px) {
  .bcom-section .bcom-grid {
    grid-template-columns: 1fr;
  }
}

.cta-e a {
  color: #2a3170;
  text-decoration: none;
}

/* ------------------------------------ */
/* -----------------Facilities-------- */
/* ----------------------------------- */

/* Parent scope */
.facilities-section {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

/* Heading */
.facilities-section .fac-title {
  font-size: 36px;
  font-weight: 600;
  color: #1e2b2b;
}
.facilities-section .fac-sub {
  color: #5a6a6a;
  max-width: 600px;
  margin: auto;
}

/* Cards */
.facilities-section .fac-card {
  background: #fff;
  padding: 30px 24px;
  border-radius: 20px;
  border: 1px solid #edf0f2;
  text-align: center;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}
.facilities-section .fac-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

/* Icon */
.facilities-section .fac-icon {
  font-size: 36px;
  margin-bottom: 14px;
}

/* Card text */
.facilities-section .fac-card h5 {
  font-weight: 600;
  color: #363b74;
  margin-bottom: 10px;
}
.facilities-section .fac-card p {
  font-size: 15px;
  color: #5a6a6a;
}

/* Highlight strip */
.facilities-section .fac-highlight {
  background: #f5fffa;
  padding: 40px;
  border-radius: 25px;
  border: 1px solid #e6efea;
}
.facilities-section .fac-highlight h4 {
  color: #363b74;
  font-weight: 600;
}
.facilities-section .fac-highlight p {
  color: #4a5a5a;
  margin-top: 10px;
}

.aec-admission {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.aec-admission .aec-title {
  font-size: 34px;
  font-weight: 600;
  color: #1e2b2b;
}

.aec-admission .aec-tabs .nav-link {
  color: #363b74;
  font-weight: 500;
  border: none;
  padding: 12px 22px;
}
.aec-admission .aec-tabs .nav-link.active {
  background: #363b74;
  color: #fff;
  border-radius: 30px;
}

.aec-admission .aec-tab-content {
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.aec-admission .aec-steps li {
  margin-bottom: 10px;
  color: #4a5a5a;
}

.aec-admission .aec-contact a {
  color: #363b74;
  text-decoration: none;
}

.aec-admission .aec-download-btn {
  background: #363b74;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
}
.aec-admission .aec-download-btn:hover {
  background: #2c3162;
  color: #fff;
}

.aec-admission .aec-list li {
  margin-bottom: 8px;
  color: #4a5a5a;
}

/* ------------------------------------ */
/* ------------EVents-activities------ */
/* ---------------------------------- */

.ails-events__banner h1 {
  color: #0b1f3a;
  font-size: 40px;
  font-weight: 700;
}

.ails-events__banner p {
  font-size: 16px;
  opacity: 0.9;
}

.ails-events .ails-event-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}

.ails-events .ails-event-card__image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.ails-events .ails-event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.ails-events .ails-event-card__overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}

.ails-events .ails-event-card__overlay h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.ails-events .ails-event-card:hover img {
  transform: scale(1.08);
}

@media (max-width: 768px) {
  .ails-events__banner h1 {
    font-size: 28px;
  }

  .ails-events .ails-event-card__image {
    height: 220px;
  }
}

/* Parent */
.adc-contact-section {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}

/* ===== Contact Area ===== */
.adc-contact-section .adc-contact-area {
  padding: 70px 0 60px;
}

.adc-contact-section .adc-contact-card {
  background: #1a1f3b;
  color: #fff;
  padding: 40px 30px;
  border-radius: 24px;
  height: 100%;
}
.adc-contact-section .adc-contact-card h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.adc-contact-section .adc-contact-item {
  margin-bottom: 25px;
}
.adc-contact-section .adc-contact-item h6 {
  font-weight: 600;
  opacity: 0.9;
  margin-bottom: 6px;
}
.adc-contact-section .adc-contact-item p {
  margin: 0;
  opacity: 0.85;
  line-height: 1.6;
}
.adc-contact-section .adc-contact-item a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.adc-contact-section .adc-contact-form-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.adc-contact-section .adc-contact-form-card h3 {
  font-weight: 600;
  margin-bottom: 25px;
  color: #1e2b2b;
}

.adc-contact-section .form-control,
.adc-contact-section .form-select {
  border-radius: 10px;
  padding: 14px;
  border: 1px solid #e5e7eb;
}
.adc-contact-section .form-control:focus,
.adc-contact-section .form-select:focus {
  border-color: #363b74;
  box-shadow: none;
}

.adc-contact-section .adc-contact-btn {
  background: #363b74;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s;
}
.adc-contact-section .adc-contact-btn:hover {
  background: #2c3162;
}

.adc-contact-section .adc-contact-map {
  margin-top: 50px;
}
.adc-contact-section .adc-contact-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

@media (max-width: 991px) {
  .adc-contact-section .adc-contact-card {
    margin-bottom: 30px;
  }
}

.nav-top {
  background: #2d4063;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1001;
}

.nav-top::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(180deg, #2d4063 0%, rgba(45, 64, 99, 0.3) 100%);
}

.nav-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.nav-top-left p {
  margin: 0;
  font-weight: 400;
}

.nav-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.at-back {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.at-back {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.admission-btn {
  background: #fff;
  color: #2d4063;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

/* -------------------------------------------- */
/* ---------------Principle-message----------- */
/* ------------------------------------------ */

.epm {
  padding: 80px 0;
  background: #f9fafc;
  position: relative;
}

.epm .epm-circle-shape-img {
  width: 100%;
  max-width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 6px solid #ffffff;
}

.epm .epm-text {
  padding-left: 30px;
}

.epm .epm-text h5 {
  font-size: 28px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 20px;
  position: relative;
}

.epm .epm-text h5::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #363b74;
  display: block;
  margin-top: 10px;
}

.epm .epm-text p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}

.epm .epm-text h6 {
  font-size: 16px;
  font-weight: 600;
  color: #363b74;
  margin-top: 25px;
  margin-bottom: 8px;
}

.epm .epm-text p:last-child {
  font-weight: 500;
  color: #222;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .epm {
    padding: 60px 0;
    text-align: center;
  }

  .epm .epm-text {
    padding-left: 0;
    margin-top: 30px;
  }

  .epm .epm-text h5::after {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .epm .epm-circle-shape-img {
    max-width: 250px;
    height: 250px;
  }

  .epm .epm-text h5 {
    font-size: 24px;
  }

  .epm .epm-text p {
    font-size: 14.5px;
  }
}

/* ----------------------------------- */
/* ------------Achivements----------- */
/* --------------------------------- */

.achievements-degree-clg {
  padding: 60px 0;
  background: #f8f9fb;
}

.achievement-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.achievement-content {
  padding: 20px;
}

.achievement-content h5 {
  font-size: 26px;
  font-weight: 700;
  color: #2d4063;
  margin-bottom: 20px;
  position: relative;
}

.achievement-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.achievement-content strong {
  color: #2d4063;
}

.achievement-note {
  margin-top: 15px;
  font-style: italic;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .achievement-content {
    padding-top: 20px;
  }

  .achievement-content h5 {
    font-size: 22px;
  }
}

/* ------------------------------- */
/* -------------MODAL------------ */
/* ----------------------------- */

.custom-modal {
  border-radius: 16px;
  padding: 10px;
}

.custom-input {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.custom-input:focus {
  border-color: #363a76;
  box-shadow: 0 0 0 2px rgba(54, 58, 118, 0.1);
}

.custom-btn {
  background-color: #363a76;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  background-color: #2c2f63;
  transform: translateY(-1px);
}

.modal-title {
  color: #363a76;
}

.modal-body {
  padding: 10px 20px 20px;
}
