/* ================= GENERAL ================= */
body {
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont;
  color: #2d2d2d;
}

a {
  text-decoration: none;
}

/* ================= NAVBAR ================= */
.navbar {
  padding: 5px 0;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin-left: 12px;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  background: #fbc02d;
  color: #1a237e !important;
  border-radius: 20px;
  padding: 6px 16px;
}

/* ================= HERO ================= */
.hero-section {
  min-height: 90vh;
  background: linear-gradient(rgba(10, 20, 80, 0.85), rgba(10, 20, 80, 0.85)),
    url("../images/hero.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-section h1 {
  font-size: 80px;
  font-weight: 800;
}

.hero-section .tagline {
  color: #fbc02d;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-section .btn-warning {
  background: #fbc02d;
  border: none;
color: #1f2a86;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
}

.hero-section .btn-warning:hover {
  background: #ffca28;
}

/* ================= SECTION TITLES ================= */
.section-title {
color: #1f2a86;
  position: relative;
  display: inline-block;
  font-size: 41px;
  text-align: center;
  margin-bottom: 3rem;
}

.section-title::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #fbc02d;
  display: block;
  margin: 8px auto 0;
  border-radius: 4px;
}

/* ================= ABOUT ================= */
.about-box {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* ================= PROGRAM CARDS ================= */
.card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-6px);
}

.card-title {
  font-weight: 700;
color: #1f2a86;
}

.card .btn-outline-primary {
  border-radius: 30px;
  font-weight: 600;
  border: 2px solid #1a237e;
color: #1f2a86;
}

.card .btn-outline-primary:hover {
  background: #1a237e;
  color: #fff;
}

/* ================= CONTACT CTA ================= */
.contact-cta {
  background: linear-gradient(90deg, #1a237e, #3949ab);
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.contact-cta .btn {
  background: #fbc02d;
color: #1f2a86;
  border-radius: 30px;
  padding: 10px 26px;
  font-weight: 600;
}

/* ================= INQUIRY ================= */
form .form-control {
  border-radius: 10px;
  padding: 10px 14px;
}

form button {
  border-radius: 30px;
  padding: 10px;
  font-weight: 600;
}

/* ================= NOTICE ================= */
.notice-box {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.notice-box p {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  margin: 0;
}

.notice-box p:last-child {
  border-bottom: none;
}

/* ================= CAMPUS ================= */
.campus-card {
  height: 190px;
  border-radius: 18px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/campus.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ================= FOOTER ================= */
footer {
  background: linear-gradient(90deg, #1a237e, #283593);
}

.footer-link {
  color: #e0e0e0;
}

.footer-link:hover {
  color: #fbc02d;
}
.heading-aleo {
  font-family: "Aleo", serif;
}
.navbar-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  background: #fff;
  padding: 4px;
  border-radius: 50%;
}
.font-inter {
  font-family: "Inter", sans-serif;
}
/* ================= HERO SLIDER ================= */
.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slider .carousel-item {
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slider .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    #283593 0%,
    rgba(26, 35, 126, 0.75) 40%,
    #1a237e 100%
  );
}

/* Center content perfectly */
.hero-slider .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 10;
  padding: 0 15px;
}

/* Typography */
.heading-aleo {
  font-family: "Aleo", serif;
  font-size: 4.5rem;
  line-height: 1.2;
}

.font-inter {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
}

.tagline {
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffc107;
}

/* Button */
.hero-slider .btn {
  padding: 12px 30px;
  font-size: 1.05rem;
  border-radius: 50px;
}

/* ================= RESPONSIVE BREAKPOINTS ================= */
.Get_More_About_Us_main_div {
  width: fit-content;
  padding: 2px 15px;
  border: 1px solid #d7cccc;
  border-radius: 30px;
  display: flex;
  padding-left: 3px;
}
.bi-lightning-charge-fill-change {
  color: #05d105 !important;
}
.Get_More_About_Us_span {
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100px;
  background: #afffaf;
  margin-right: 10px;
}
.heading-aleo {
  background: linear-gradient(90deg, #ffffff 0%, #f5e2ae 100%, #f8c630 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      margin-bottom: 1rem ;
}
.btn_read_more {
  background-color: #1a237e;
  border: none;
}

/* IMAGE SLIDER FRAME */
.about-img-frame {
  height: 380px;
  border-radius: 80px 0px 80px 0px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.about-img-frame img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

/* VIDEO FRAME */
.about-video-frame {
  position: relative;
  height: 380px;
  border-radius: 0px 80px 0px 80px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.frame-img,
.frame-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* VIDEO HIDDEN INITIALLY */
.frame-video {
  display: none;
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.play-btn i {
  font-size: 40px;
color: #1f2a86;
}
.contact-badge {
  background: #2b2f8f;
  color: #fff;
  padding: 12px 16px;
  border-radius: 0px 45px 0px 45px;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin-top: 14px;
  line-height: 26px;
}
.about-right-frame {
  display: flex;
  align-items: end;
}
.key_highlights_div {
  padding: 0px 10px;
}
.text-justify {
  text-align: justify !important;
}
.course-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  background: #fff;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.course-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #0d2c63;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.course-badge {
  font-size: 12px;
  border-radius: 20px;
  padding: 4px 10px;
}

.key-list li {
  margin-bottom: 6px;
}

.apply-btn {
  background: #0d2c63;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.apply-btn:hover {
  background: #081f47;
  color: #fff;
}
.course_logo_name {
  display: flex;
  align-items: baseline;
  justify-content: center;
  align-self: baseline;
  gap: 15px;
}
.notice-card {
  background: linear-gradient(135deg, #0b0f5c, #1b1f8a);
}
/* Campus Section */
.campus-section {
  position: relative;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* Card Base */
.campus-card {
  height: 260px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.campus-card:hover {
  transform: translateY(-8px);
}

/* Background Images */
.campus-bg-1 {
  background-image: url("../images/campus.jpg");
}

.campus-bg-2 {
  background-image: url("../images/classroom.jpg");
}

.campus-bg-3 {
  background-image: url("../images/library.jpg");
}

/* Dark Overlay */
.campus-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

/* Text */
.campus-overlay h4 {
  color: #fff;
  font-weight: 700;
  margin: 0;
}
/* ================= FOOTER ================= */
.rk-footer {
    background: linear-gradient(135deg, #1a237e, #283593);
  color: #dbe4ff;
  font-size: 15px;
}

.footer-logo {
  font-weight: 700;
  color: #fff;
}

.footer-logo span {
  color: #f8c630;
}

.footer-desc {
  max-width: 420px;
  opacity: 0.9;
}

/* Social Icons */
.footer-social {
  margin-top: 15px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #f8c630;
  color: #000;
}

/* Titles */
.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #dbe4ff;
  text-decoration: none;
  opacity: 0.85;
}

.footer-links a:hover {
  color: #f8c630;
  opacity: 1;
}

/* Map */
.map-box {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.map-box iframe {
  width: 100%;
  height: 160px;
  border: 0;
}

/* Divider */
.footer-line {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 30px 0 20px;
}

/* Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  opacity: 0.9;
}

.footer-policy a {
  color: #dbe4ff;
  margin-left: 15px;
  text-decoration: none;
}

.footer-policy a:hover {
  color: #f8c630;
}
/* Footer bottom layout */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

/* Copyright text */
.footer-copy {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.footer-copy strong {
  color: #f8c630;
}

/* Policy links */
.footer-policy {
  display: flex;
  gap: 18px;
}

.policy-link {
  position: relative;
  color: #dbe4ff;
  text-decoration: none;
  font-size: 13px;
  opacity: 0.85;
  transition: color 0.3s ease;
}

/* Underline animation */
.policy-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #f8c630;
  transition: width 0.35s ease;
}

.policy-link:hover {
  color: #f8c630;
}

.policy-link:hover::after {
  width: 100%;
}

/* Stagger hover feel */
.footer-policy a:nth-child(1) {
  transition-delay: 0.05s;
}
.footer-policy a:nth-child(2) {
  transition-delay: 0.1s;
}
.footer-policy a:nth-child(3) {
  transition-delay: 0.15s;
}
body {
  overflow-x: hidden;
}
.margin-botton-24px {
  margin-bottom: 24px;
}
.leptop_view {
  display: block;
}
.mobile_view {
  display: none;
}
.about-section {
  padding-bottom: 48px;
}
.about-para {
  text-align: justify;
  margin-top: 1rem !important;
}
.course-section {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.course-section-h2 {
  margin-bottom: 3rem !important;
}
.find_the_right_m_div {
  margin-top: 3rem !important;
}
.section-inquiry-notice {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  display: none;
}
.header-slid {
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}
.indx-slid {
  top: -62px;
}
.header-slid.is-sticky {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      background: linear-gradient(135deg, #1a237e, #283593);
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}


.chairman-card {
   background: #ffffff;
  border-radius: 20px;
  padding: 40px 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.section-title-chairman-message {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #212c89;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.main-message{
  margin-top: 15px;
}
.chairman-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* IMAGE COLUMN */
.chairman-image {
  text-align: center;
  min-width: 260px;
}

.chairman-image img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid #212c89;
}

.chairman-image h4 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
}

.chairman-image span {
  font-size: 14px;
  color: #666;
}

/* TEXT COLUMN */
.chairman-text blockquote {
  font-size: 16px;
  color: #212c89;
  margin-bottom: 20px;
  line-height: 1.7;
  font-style: italic;
}
.rkbackground {
  background: #15197a;
}
.color-white {
  color: #fff;
}

.chairman-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.signature {
  text-align: right;
  margin-top: 25px;
  font-size: 14px;
  color: #333;
}
.about-left-side {
  margin-top: 40px;
}
.about-right-side {
  margin-top: 0px;
  padding-bottom: 100px;
}
.tagline-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.tagline-wrap .line {
  width: 60px;
  height: 2px;
  background: #f8c630; /* golden line like screenshot */
}
#Excellence-id {
  margin-bottom: 1rem;
}
.tagline {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f8c630;
  font-weight: 700;
}
/* Default brand color */
.brand-text {
  color: #ffffff; /* normal color */
  font-weight: 600;
}

/* When mobile menu is open */
#mainNavbar.menu-open .brand-text {
  color: #f8c630;
}
#mainNavbar.menu-open {
    background: linear-gradient(135deg, #1a237e, #283593);}

/* Mobile menu styling */
.main-menu-rk {
      background: linear-gradient(135deg, #1a237e, #283593);
  padding-top: 10px;
  padding-right: 10px;
  transition: all 0.3s ease;
}

/* Default state (menu closed) */
.main-menu-rk {
  background: transparent;
  padding-top: 10px;
  padding-right: 10px;
  transition: background 0.3s ease;
}
.msg-left-side{
  width: 79%;
}
/* Menu open hone par */
#mainNavbar.menu-open .main-menu-rk {
      background: linear-gradient(135deg, #1a237e, #283593);
}
.sidebar-wrapper{
    background:#2b2f8f;
    border-radius:14px;
    padding:16px 10px;
}

.sidebar-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.sidebar-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 14px;
    border-radius:10px;
    color:#fff;
    font-size:15px;
    cursor:pointer;
    transition:0.3s;
}

.sidebar-item a{
    color:inherit;
    text-decoration:none;
    flex:1;
}

.sidebar-item i{
    font-size:18px;
}

/* Hover */
.sidebar-item:hover{
    background:rgba(255,255,255,0.15);
}

/* Active */
.sidebar-item.active{
    background:#ffffff;
    color:#2c3e50;
    font-weight:600;
}

.sidebar-item.active i{
    color:#2c3e50;
}
.msg-right-side{
  width: 20%;
}
.about-section {
    background: #ffffff;
}

.about-box {
    border: 1px solid #dcdcdc;
    padding: 35px;
    background: #fff;
}

.about-title {
    text-align: center;
    font-weight: 700;
    color: #2b2f8f;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
}

.about-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #2b2f8f;
    display: block;
    margin: 8px auto 0;
}

.about-subtitle {
    color: #2b2f8f;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1c1c1;
    padding-bottom: 8px;
}

.about-box p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.features-title {
    color: #2b2f8f;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
}

.features-list {
    list-style: none;
    padding-left: 0;
}

.features-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 14.5px;
    line-height: 1.6;
}

.features-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-weight: bold;
}
.vision-mission-section {
    background: #ffffff;
}

.vision-mission-box {
    border: 1px solid #dcdcdc;
    padding: 35px;
    background: #fff;
}

.vm-title {
    text-align: center;
    color: #2b2f8f;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
}

.vm-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #2b2f8f;
    display: block;
    margin: 8px auto 0;
}

.vm-block {
    border: 1px solid #e6e6e6;
    padding: 20px;
}

.vm-heading {
    color: #2b2f8f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.vm-block p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin-bottom: 0;
}

.vm-list {
    padding-left: 18px;
    margin-bottom: 0;
}

.vm-list li {
    font-size: 14.5px;
    line-height: 1.8;
    margin-bottom: 8px;
    color: #333;
}

/* ================================
   COURSES COMMON STYLES
================================ */

.course-section {
    background: #f8f9fb;
}

.course-title {
    font-family: 'Aleo', serif;
    font-weight: 700;
  color: #1f2a86;
}

.course-subtitle {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

/* ================================
   COURSES LIST (courses.php)
================================ */

.course-card {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
}

.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.course-card h4 {
  color: #1f2a86;
    font-weight: 700;
    margin-bottom: 12px;
}

.course-card p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #444;
}

.course-card .btn {
    background: #1a237e;
    border: none;
    padding: 8px 18px;
    font-size: 14px;
}

.course-card .btn:hover {
    background: #283593;
}

/* ================================
   COURSE DETAIL PAGES (llb / ballb)
================================ */

.course-detail-box {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 30px;
    border-radius: 6px;
}

.course-detail-box h5 {
    color: #2b2f8f;
    font-weight: 600;
    margin-top: 22px;
}

.course-detail-box p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.course-detail-box ul {
    padding-left: 18px;
}

.course-detail-box ul li {
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 6px;
}

.course-detail-box ul li::marker {
  color: #1f2a86;
}

/* ================================
   BACK BUTTON
================================ */

.btn-back-course {
    background: transparent;
    border: 1px solid #1a237e;
  color: #1f2a86;
    padding: 7px 18px;
    font-size: 14px;
    transition: 0.3s;
}

.btn-back-course:hover {
    background: #1a237e;
    color: #ffffff;
}
/* ===============================
   COURSE PAGES – PREMIUM STYLE
================================ */

.course-hero {
    background: linear-gradient(135deg, #1a237e, #283593);
    color: #fff;
    padding: 60px 0;
}

.course-hero h1 {
    font-family: 'Aleo', serif;
    font-weight: 700;
}

.course-hero p {
    max-width: 700px;
    margin: auto;
    opacity: 0.95;
}

/* ===============================
   COURSE CONTENT
================================ */

.course-content {
    padding: 60px 0;
    background: #f8f9fb;
}

.course-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    animation: fadeUp 0.9s ease;
}

.course-box h4 {
  color: #1f2a86;
    font-weight: 700;
    margin-top: 25px;
}

.course-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.course-box ul li {
    font-size: 15px;
    margin-bottom: 6px;
}

/* ===============================
   GIF / IMAGE
================================ */

.course-gif {
    text-align: center;
}

.course-gif img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* ===============================
   BUTTON
================================ */

.course-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 10px 22px;
    border-radius: 30px;
    background: #1a237e;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.course-btn:hover {
    background: #283593;
    transform: translateY(-2px);
}
/* ===============================
   SCROLL ANIMATIONS
================================ */

/* initial hidden state */
.animate-left,
.animate-right {
    opacity: 0;
    transition: all 0.9s ease;
}

/* left to right */
.animate-left {
    transform: translateX(-60px);
}

/* right to left */
.animate-right {
    transform: translateX(60px);
}

/* active state */
.animate-show {
    opacity: 1;
    transform: translateX(0);
}
/* ===============================
   GALLERY PAGE
================================ */

.gallery-hero {
    background: linear-gradient(135deg, #1a237e, #283593);
    padding: 60px 0;
    color: #fff;
}

.gallery-hero h2 {
    font-family: 'Aleo', serif;
    font-weight: 700;
}

.gallery-hero p {
    max-width: 700px;
    margin: 10px auto 0;
    opacity: 0.95;
}

/* Gallery Grid */
.gallery-section {
    background: #f8f9fb;
}

.gallery-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.gallery-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-box:hover img {
    transform: scale(1.12);
}

/* ===============================
   ANIMATIONS (Reuse)
================================ */

.animate-left,
.animate-right {
    opacity: 0;
    transition: all 0.9s ease;
}

.animate-left {
    transform: translateX(-60px);
}

.animate-right {
    transform: translateX(60px);
}

.animate-show {
    opacity: 1;
    transform: translateX(0);
}
/* ===============================
   CONTACT PAGE
================================ */

.contact-hero {
    background: linear-gradient(135deg, #1a237e, #283593);
    padding: 60px 0;
    color: #fff;
}

.contact-hero h2 {
    font-family: 'Aleo', serif;
    font-weight: 700;
}

.contact-hero p {
    max-width: 700px;
    margin: 10px auto 0;
    opacity: 0.95;
}

/* Contact Info */
.contact-info-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
    height: 100%;
}

.contact-info-box h4 {
  color: #1f2a86;
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}

.contact-item i {
    font-size: 22px;
  color: #1f2a86;
}

.contact-item p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
}

/* Contact Form */
.contact-form-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.contact-form-box h4 {
  color: #1f2a86;
    margin-bottom: 20px;
}

.contact-form-box .form-control {
    font-size: 14px;
    padding: 10px;
}

.contact-btn {
    background: #1a237e;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #283593;
    transform: translateY(-2px);
}

/* Map */
.map-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}


/* ===============================
   ANIMATIONS (REUSE)
================================ */

.animate-left,
.animate-right {
    opacity: 0;
    transition: all 0.9s ease;
}

.animate-left {
    transform: translateX(-60px);
}

.animate-right {
    transform: translateX(60px);
}

.animate-show {
    opacity: 1;
    transform: translateX(0);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
    .contact-hero {
        padding: 45px 15px;
        text-align: center;
    }

   
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
    .gallery-box img {
        height: 220px;
    }

    .gallery-hero {
        padding: 45px 15px;
    }
}

/* ===============================
   ANIMATION
================================ */

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
    .course-box {
        padding: 25px;
    }

    .course-hero {
        padding: 45px 15px;
        text-align: center;
    }
    .chairman-content {
      display: block;
    }
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
    .course-detail-box {
        padding: 20px;
    }

    .course-card {
        padding: 20px;
    }
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .chairman-content {
    flex-direction: column;
    text-align: center;
  }

  .signature {
    text-align: center;
  }
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .about-img-frame,
  .about-video-frame {
    height: 260px;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .heading-aleo {
    font-size: 2.6rem;
  }

  .footer-bottom {
    justify-content: center;
  }
  .font-inter {
    font-size: 1rem;
  }

  .hero-slider .carousel-item {
    min-height: 85vh;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .chairman-card {
    padding: 18px 18px;
  }
  .chairman-content {
    display: block;
  }
      #mainNavbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1055;
    }

    body {
        padding-top: 60px;
    }
  .campus-img-row {
    margin-top: 0px;
  }

  .campus-section {
    position: relative;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .find_the_right_m_div {
    margin-top: 1rem !important;
  }
  .section-inquiry-notice {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .course-section-h2 {
    margin-bottom: 1rem !important;
    margin-top: 10px;
  }
  .course-section {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .contact-badge {
    background: #2b2f8f;
    color: #fff;
    padding: 12px 16px;
    border-radius: 0px 35px 0px 35px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin-top: 14px;
    line-height: 22px;
  }
  .about-video-frame {
    border-radius: 0px 60px 0px 60px;
  }
  .about-img-frame {
    border-radius: 60px 0px 60px 0px;
  }
  .mobile_view_img_slider {
    margin-top: -14px;
  }
  .btn_read_more {
    float: right;
  }
  .about-para {
    text-align: justify;
    margin-top: 0.5rem !important;
  }
  .leptop_view {
    display: none;
  }
  .section-title {
    margin-bottom: 0rem;
    font-size: 26px;
    text-align: start;
  }

  .section-title::after {
    margin-left: 0;
  }

  .mobile_view {
    display: block;
  }
  .section-title {
    margin-bottom: 0rem;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .hero-slider .carousel-item {
    min-height: 40vh;
  }
  .carousel-caption {
    right: 6%;
    left: 6%;
  }
.hero-slider .carousel-caption {
      top: 58%;
}
  .heading-aleo {
    font-size: 1.7rem;
    line-height: 1.25;
    margin-bottom: 0px;
  }
  .margin-botton-24px {
    margin-bottom: 10px;
  }

  .tagline {
    font-size: 0.55rem;
    letter-spacing: 1.5px;
  }

  .font-inter {
    font-size: 12px;
  }.about-right-side {
    margin-top: 0px;
    padding-bottom: 10px;
}

  .hero-slider h5 {
    font-size: 1rem;
  }

  .hero-slider .btn {
    padding: 4px 17px;
    font-size: 0.75rem;
  }

  /* Hide arrows on small devices */
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 38px;
  }
}
/* Submenu base */
.dropdown-submenu {
  position: relative;
}
.dropdown-menu .collapse .dropdown-item {
    font-size: 14px;
    padding-left: 10px;
}


/* Desktop hover */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
  }
}
