/* Start Hide the horizonal scroll and balank space */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
/* End Hide the horizonal scroll and balank space */
:root {
  scroll-behavior: smooth;
  --theme-color: #020095;
  --main-bg:#252382;
  --btn-bg:#fe907c ;
  --kc-border: rgba(2, 0, 149, 0.12);
  --kc-border-light: rgba(2, 0, 149, 0.08);
  --kc-border-hover: rgba(2, 0, 149, 0.22);
  --kc-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --kc-shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.06);
  --kc-shadow-hover: 0 6px 22px rgba(0, 0, 0, 0.1);
  --kc-radius: 12px;
  --kc-radius-sm: 10px;
  --kc-muted-bg: #f8f9fb;
  --kc-table-head: #fe907c;
  --kc-text: #444;
  --kc-text-muted: #666;
}.top-inner-banner .container{
padding: 30px;
}
/* 
.bg-thme{
background-color: #252382;;
} */
/* .bg-thme h1,.bg-thme h2,.bg-thme h3,.bg-thme h4,.bg-thme h5,.bg-thme h6{
  color: var(--btn-bg);
} */
.bg-thme p,.bg-thme a,.bg-thme{

}

.mega-menu{
  padding: 15px !important;
}

 .to-bar{
  color:white !important;
 }
.mobile-menu-show{
  display: block !important;
}
.mobile-menu{
  padding: 20px;
  display: none;
}
.mobile-menu ul li{
 list-style: none;
 /* border: 1px solid var(--theme-color); */
 padding: 5px 15px;
}

.event-section img{
  width: 100%;
  height: 250px;
max-height: 350px;
}

body {
    /* font-family: "Open Sans", sans-serif; */
    /* color: #333333; */
}

a {
  color: var(--theme-color);
  text-decoration: none;
}

.vertical-tab .nav-link,.horizontal-tab .nav-link{
  color: var(--main-bg);
  border: 1.5px solid var(--main-bg);
  margin: 7px;
  font-weight: bold;
}

.carousel-item p{
  font-size: 16px;
  font-weight: normal;
}

.vertical-tab p,.vertical-tab h1,.vertical-tab h2,.vertical-tab h3,.vertical-tab h4,.vertical-tab h5,.vertical-tab h6,.horizontal-tab p,.horizontal-tab h1,.horizontal-tab h2,.horizontal-tab h3,.horizontal-tab h4,.horizontal-tab h5,.horizontal-tab h6{
 margin: 10px;
}

.vertical-tab img,.horizontal-tab img{
  max-height: 350px;
  /* max-width: 100%; */
}

.scrollitem{
  top: 6em;
  position: relative;
  box-sizing: border-box;
  animation: marquee 12s linear infinite;
}

@keyframes marquee {
  0%   { top:   1em }
  100% { top: -60em }
}


a:hover {
  color: var(--theme-color);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}
.font-14 {
  font-size: 14px !important;
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}
.theme-color {
  color: var(--theme-color);
}
.btn-theme {
  padding: 10px 20px;
  background-color: var(--theme-color);
  color: #ffffff;
  border: 1px solid var(--theme-color);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-theme:hover {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.section-title {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 16px;
}
.section-title::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* =====================================
   ABOUT KC SECTION
===================================== */

.about-content-card,
.about-video-card {
  padding: 32px;
  height: 100%;
}

.about-video-card {
  padding: 16px;
}

.about-video-frame {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--kc-border-light);
}

.about-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.about-badge {
  display: inline-block;
  background: rgba(2, 0, 149, 0.08);
  color: var(--theme-color);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.about-content-card p {
  color: #555;
  line-height: 1.75;
  text-align: justify;
}

.about-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: #444;
  font-size: 0.95rem;
}

.about-highlights li i {
  color: var(--theme-color);
  margin-top: 3px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .about-content-card,
  .about-video-card {
    padding: 24px 20px;
  }
}

/* =====================================
   ADMISSIONS SECTION
===================================== */

.admissions-section {
  padding: 60px 0;
}

.admissions-section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

.admissions-section-subtitle {
  color: #444;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.notice-board-title::after,
.placement .section-title::after,
.testimonials-section .section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

/* =====================================
   CONTACT SECTION
===================================== */

.contact-form-card {
  padding: 28px;
}

.contact-map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--kc-text);
}

.contact-info-list li i {
  color: var(--theme-color);
  margin-top: 4px;
  min-width: 18px;
}

.contact-info-list a {
  color: var(--kc-text);
  text-decoration: none;
}

.contact-info-list a:hover {
  color: var(--theme-color);
}

.placement-logo-card {
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.placement-logo-card:hover {
  box-shadow: 0 4px 14px rgba(2, 0, 149, 0.08);
  transform: translateY(-2px);
}

.placement {
  padding: 60px 0;
}

.admissions-card {
  padding: 32px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.admissions-card:hover {
  border-color: var(--kc-border-hover);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.admissions-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(2, 0, 149, 0.08);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.admissions-card-title {
  color: var(--theme-color);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.admissions-card-text {
  color: #555;
  line-height: 1.65;
  margin-bottom: 24px;
  flex-grow: 1;
}

.admissions-card .btn-theme {
  min-width: 160px;
}

@media (max-width: 767px) {
  .admissions-card {
    padding: 28px 22px;
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--theme-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--theme-color);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }


}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: var(--main-bg);
  /* height: 40px; */
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
  color: #ffffff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #ffffff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #ffffff;
}

#topbar .contact-info i {
  color: #ffffff;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}
.header-shadow {
  box-shadow: 0px 2px 5px 0px rgba(1, 41, 112, 0.1);
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 5px 0px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 60px;
}
.header .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    font-family: "Nunito", sans-serif;
    margin-top: 3px;
  }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--theme-color);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: var(--theme-color);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--theme-color);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: #333333;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: var(--theme-color);
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1200px) {
 #topbar .nav-link{
  color: white;
 }
 .mega-menu{
  width: 700px;
  left: -250px !important;
 }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: var(--theme-color);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: white;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--theme-color);
  transition: 0.3s;
  z-index: 100;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--theme-color);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--theme-color);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


.top-slider {
  /* background-color: var(--theme-color); */
}
/* .top-slider video, .top-slider iframe {
  height: calc(100vh - 140px);
} */
.top-slider .carousel-item,
.top-slider .carousel-item img {
  height: calc(100vh - 150px);
  width: 100%;
  object-fit: cover;
}

.placement img {
  height: 100px;
  padding: 10px 16px;
  margin: auto;
}

/* Testimonial start */

.testimonial_section {
  margin-top: 50px;
}


#testimonial-area {
  
  .section-heading h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

.testi-wrap {
  position: relative;
  height: 725px;
  margin-top: -80px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single {
  &.inactive {
    .client-comment,
    .client-info {
      display: none;
    }
    .client-comment,
    .client-info {
      opacity: 0;
      visibility: hidden;
    }
  }
  &.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
  &.position-2 {
    left: -40px;
    top: 105px;
  }
  &.position-3 {
    left: -60px;
    top: 240px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }
  &.position-4 {
    left: 55px;
    top: 380px;
  }
  &.position-5 {
    top: 30px;
    right: 55px;
  }
  &.position-6 {
    top: 225px;
    right: -40px;
  }
  &.position-7 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }
  &.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;
    .client-comment,
    .client-info {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s;
    }
  }
  &:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 99;
  }
  &.active .client-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    position: relative;
    &:before {
      border-radius: 100%;
      content: '';
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(157, 91, 254)), to(rgb(56, 144, 254)));
      background-image: linear-gradient(180deg, rgb(157, 91, 254) 0%, rgb(56, 144, 254) 100%);
      padding: 5px;
      width: 160px;
      height: 160px;
      top: -4px;
      left: 0px;
      position: absolute;
      z-index: -1;
    }
  }
  .client-img img {
    width: 150px;
    border-radius: 50%;
    border: 8px solid #d1e9ff;
    cursor: pointer;
  }
  &.active .client-img img {
    max-width: 160px;
    margin: 0 auto 24px;
    border: 0;
  }
}

.client-comment {
  padding: 0 30px;
  h3 {
    font-size: 22px;
    line-height: 32px;
    color: #505b6d;
  }
  span i {
    font-size: 60px;
    color: #0084ff;
    margin: 40px 0 24px;
    display: inline-block;
  }
}

.client-info {
  h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
  }
  p {
    color: #0084ff;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-slider .carousel-item,
  .top-slider .carousel-item img {
    height: calc(100vh - 58vh);
    width: 100%;
    object-fit: cover;
  }
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.30) !important;
    transform: scale(.30) !important;
  }
  .client-single.active .client-img img {
    max-width: 100px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 580px;
  }
  #testimonial-area {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
      .top-inner-banner .container{
      padding: 0px;
    }
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-5,
  .client-single.position-7 {
    right: 0;
  }
  .client-single.position-4 {
    left: 0;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.30) !important;
    transform: scale(.30) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 630px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  .top-inner-banner .container{
    padding: 0px;
  }
  .top-slider .carousel-item,
.top-slider .carousel-item img,
.top-slider .carousel-item video{
  height: 240px;
    max-height: 240px;
  }
  .vertical-tab img,.horizontal-tab img{
    width: 100%;
    max-height: 350px;
    /* max-width: 100%; */
  }
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 80%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }
  .client-single.position-4 {
    left: -60px;
  }
  .client-single.position-3 {
    left: -75px;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.25) !important;
    transform: scale(.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 600px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  .top-inner-banner .container{
    padding: 0px;
  }
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 80%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }
  .client-single.position-4 {
    left: -60px;
  }
  .client-single.position-3 {
    left: -75px;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.25) !important;
    transform: scale(.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 580px;
  }
}

/* Testimonial end */



.footer {
  background-color: var(--main-bg);
  color: #fff;
  padding-bottom: 20px;
}
.footer h3.newsletter-title {
  color: #fff;
    margin: 16px 0 0;
    border: 0;
}
.btn-default {
  background-color: var(--btn-bg);
  color: #fff;
}
.dark-line {
  border-top: 2px solid #000;
}
.footer h3 {
  color: var(--btn-bg);
  font-size: 18px;
  margin: 8px 0 10px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.footer ul li a {
  font-size: 16px;
  color: #fff;
}



@media (max-width:600px){
  .top-slider .carousel-item,
.top-slider .carousel-item img {
  height: 28vh;
  width: 100%;
  object-fit: cover;
}
.scrolling-text-container{
  height: 300px;
}
 

}



/* ----------------contact us--------------- */


.top-inner-banner{
  background: url('./school.avif');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.top-inner-banner a,.top-inner-banner span i,.top-inner-banner h1{
 font-weight: bold !important;
  color:var(--theme-color);
}
.info i{
  color:var(--theme-color);
  font-weight: bold !important;
}
.info h4{
  border-top: 2px solid var(--theme-color);
  padding-top: 15px;
}
.info p{
  margin-left: 40px;
}



/* ===================================
   KC DESKTOP STICKY HEADER SYSTEM start code by Ayan
=================================== */

@media (min-width: 992px){

    /* Smooth Transition */

    #topbar,
    #header{
        transition: all .3s ease;
    }

    /* Fixed Topbar */

    #topbar.topbar-fixed{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        animation: slideDown .4s ease;
    }

    /* Fixed Header */

    #header.header-fixed{
        position: fixed;
        top: 40px;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 99998;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        animation: slideDown .4s ease;
    }

    /* Prevent Layout Jump */

    body.header-spacing{
        padding-top: 145px;
    }

    /* Animation */

    @keyframes slideDown{
        from{
            transform: translateY(-100%);
        }
        to{
            transform: translateY(0);
        }
    }

}

/* ===================================
   KC DESKTOP STICKY HEADER SYSTEM End code by Ayan
=================================== */


/* =====================================
   KC CUSTOM MENU SYSTEM - FINAL
===================================== */

/* Main Wrappers */

.menu-wrapper,
.menu-link-wrapper,
.submenu-link-wrapper{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
}

/* =====================================
   DESKTOP MENU SYSTEM
===================================== */

@media(min-width:992px){

    /* Hover Dropdown */

    .navbar .dropdown:hover > .dropdown-menu{
        display:block;
    }

    /* Hide Custom Mobile Arrows */

    .mobile-menu-arrow,
    .submenu-mobile-arrow{
        display:none !important;
    }

    /* Restore Bootstrap Default Arrows */

    .menu-link-wrapper .nav-link.dropdown-toggle::after,
    .submenu-link-wrapper .nav-link.dropdown-toggle::after{
        display:inline-block !important;
    }

}

/* =====================================
   MOBILE MENU SYSTEM
===================================== */

@media(max-width:991px){

    /* Dropdown Base */

    .navbar-mobile .dropdown{
        position:relative;
    }

    /* =====================================
       REMOVE ALL OLD/THEME ARROWS
    ===================================== */

    .navbar-mobile .dropdown > a::before,
    .navbar-mobile .dropdown > a::after,
    .navbar-mobile .dropdown ul .dropdown > a::before,
    .navbar-mobile .dropdown ul .dropdown > a::after,
    .navbar-mobile .dropdown ul .dropdown > a .bi-chevron-down,
    .navbar-mobile .dropdown ul .dropdown > a .bi-chevron-right,
    .navbar-mobile .dropdown ul .dropdown > a .fa-chevron-down,
    .navbar-mobile .dropdown ul .dropdown > a .fa-chevron-right{
        display:none !important;
        content:none !important;
    }

    /* Hide Bootstrap Arrows */

    .navbar-mobile .dropdown-toggle::after,
    .navbar-mobile .nav-link.dropdown-toggle::after,
    .menu-link-wrapper .nav-link::after,
    .submenu-link-wrapper .nav-link::after{
        display:none !important;
    }

    /* =====================================
       MOBILE DROPDOWN TOGGLE
    ===================================== */

    .navbar-mobile .dropdown > .dropdown-menu{
        display:none;
    }

    .navbar-mobile .dropdown.dropdown-mobile-active > .dropdown-menu{
        display:block;
    }

    /* =====================================
       MENU LINKS
    ===================================== */

    .menu-link-wrapper .nav-link,
    .submenu-link-wrapper .nav-link{
        width:100%;
    }

    /* =====================================
       TOP MENU MOBILE ARROW
    ===================================== */

    .mobile-menu-arrow{
        position:absolute;
        right:15px;
        top:50%;
        transform:translateY(-50%);
        width:12px;
        height:12px;
        cursor:pointer;
        z-index:99;
    }

    .mobile-menu-arrow::after{
        content:'';
        width:8px;
        height:8px;
        border-right:2px solid #000;
        border-bottom:2px solid #000;
        display:block;
        transform:rotate(45deg);
    }

    /* =====================================
       SUBMENU MOBILE ARROW
    ===================================== */

    .submenu-mobile-arrow{
        position:absolute;
        right:15px;
        top:50%;
        transform:translateY(-50%);
        width:12px;
        height:12px;
        cursor:pointer;
        z-index:99;
    }

    .submenu-mobile-arrow::after{
        content:'';
        width:8px;
        height:8px;
        border-right:2px solid #000;
        border-bottom:2px solid #000;
        display:block;
        transform:rotate(45deg);
    }

}

/* =====================================
   KC CUSTOM MENU SYSTEM - END
===================================== */

/* =====================================
   KC SHARED FRONTEND COMPONENTS
===================================== */

.kc-section-muted,
.section-grau-bg,
.about-kc-collage,
.contact-section,
.testimonials-section,
.ac-year-panel {
  background: var(--kc-muted-bg);
}

.kc-card,
.client-result-box,
.page-content .message-row,
.admissions-card,
.testimonial-card,
.contact-form-card,
.contact-map-card,
.about-content-card,
.about-video-card,
.events-box,
.events-calendar,
.announcements-panel {
  background: #fff;
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius);
  box-shadow: var(--kc-shadow);
}

.events-calendar,
.announcements-panel {
  padding: 1rem;
}

.kc-content,
.cms-content,
.page-content .message-row {
  color: var(--kc-text);
  line-height: 1.75;
}

.kc-content p,
.cms-content p,
.page-content .message-row p {
  margin-bottom: 1rem;
}

.kc-content p:last-child,
.cms-content p:last-child,
.page-content .message-row p:last-child {
  margin-bottom: 0;
}

.kc-content ul,
.cms-content ul,
.page-content ul,
.kc-content ol,
.cms-content ol,
.page-content ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.kc-content li,
.cms-content li,
.page-content li {
  margin-bottom: 0.5rem;
}

.kc-content a,
.cms-content a,
.page-content .message-row a {
  color: var(--theme-color);
  font-weight: 600;
  text-decoration: none;
}

.kc-content a:hover,
.cms-content a:hover,
.page-content .message-row a:hover {
  text-decoration: underline;
}

.kc-table,
.cms-content table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

.kc-table thead,
.cms-content table thead {
  background: var(--kc-table-head);
  color: #fff;
}

.kc-table th,
.kc-table td,
.cms-content table th,
.cms-content table td {
  padding: 12px 14px;
  border: 1px solid var(--kc-border);
  vertical-align: top;
}

.kc-table tbody tr:nth-child(even),
.cms-content table tbody tr:nth-child(even) {
  background: #fafbff;
}

.kc-content img,
.cms-content img,
.page-content .message-row img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid var(--kc-border-light);
}

.events-box {
  padding: 1rem;
  height: 100%;
}

.events-box p {
  text-align: justify;
  line-height: 1.7;
  color: var(--kc-text);
}

.events-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.cg-carousel .carousel-item img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  background: #f5f5f5;
}

.cg-item + .cg-item {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #e5e5e5;
}

.cg-title {
  color: var(--theme-color);
  font-weight: 700;
}

.cg-desc {
  text-align: justify;
  line-height: 1.7;
  color: var(--kc-text);
}

/* =====================================
   PAGE CONTENT
===================================== */

.page-content,
.client-result.section-grau-bg {
  padding: 40px 0 60px;
}

.page-content .message-row,
.client-result .client-result-box {
  border-radius: var(--kc-radius-sm);
  padding: 28px 24px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-content .message-row {
  margin-bottom: 28px;
}

.page-content .message-row:last-child {
  margin-bottom: 0;
}

.page-content .message-row:hover {
  border-color: var(--kc-border-hover);
  box-shadow: var(--kc-shadow-hover);
}

@media (max-width: 767px) {
  .page-content .message-row {
    padding: 20px 16px;
    margin-bottom: 20px;
  }

  .page-content .message-row img {
    margin-bottom: 16px;
  }
}

/* =====================================
   ACADEMIC CALENDAR PAGE
===================================== */

.academic-calendar-accordion .accordion-item {
  border: 1px solid var(--kc-border);
  border-radius: var(--kc-radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--kc-shadow-sm);
}

.academic-calendar-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.academic-calendar-accordion .accordion-button {
  background: var(--theme-color);
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  box-shadow: none;
}

.academic-calendar-accordion .accordion-button:not(.collapsed) {
  background: #fe907c;
  color: #fff;
  box-shadow: none;
}

.academic-calendar-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.academic-calendar-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.academic-calendar-accordion .accordion-button:hover {
  background: #e87d68;
  color: #fff;
}

.academic-calendar-accordion .accordion-button.collapsed:hover {
  background: #010066;
}

.ac-year-panel {
  padding: 20px;
}

.kc-pdf-link,
.ac-pdf-link {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}

.kc-pdf-link:hover,
.ac-pdf-link:hover {
  text-decoration: underline;
}

/* =====================================
   EVENTS CALENDAR
===================================== */

.events-calendar-title {
  color: var(--theme-color);
  font-size: 1.1rem;
  font-weight: 600;
}

.events-calendar-nav {
  min-width: 36px;
}

.events-calendar-weekdays,
.events-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.events-calendar-weekdays span {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--theme-color);
  padding: 4px 0;
}

.events-calendar-day {
  aspect-ratio: 1;
  border: 1px solid var(--kc-border);
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.events-calendar-day.is-empty {
  border: none;
  background: transparent;
}

.events-calendar-day:disabled {
  cursor: default;
  opacity: 0.85;
}

.events-calendar-day.has-event {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.events-calendar-day.has-event:hover,
.events-calendar-day.has-event:focus {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 0, 149, 0.25);
  color: #fff;
}

.events-calendar-day.is-today:not(.has-event) {
  border-color: var(--theme-color);
  color: var(--theme-color);
  font-weight: 700;
}

.events-calendar-day.is-today.has-event {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--theme-color);
}

.event-modal-item h6 {
  color: var(--theme-color);
}

/* =====================================
   ANNOUNCEMENTS PANEL
===================================== */

.announcements-panel-title {
  color: var(--theme-color);
  font-size: 1.1rem;
  font-weight: 600;
}

.announcements-icon,
.announcements-icon-empty {
  color: var(--theme-color);
  font-size: 1.25rem;
}

.announcements-count {
  background: var(--theme-color);
  color: #fff;
  font-weight: 500;
}

.announcements-scroll-wrap {
  height: 360px;
  overflow: hidden;
  position: relative;
}

.announcements-scroll-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

.announcements-scroll.is-animated {
  animation: announcements-scroll 24s linear infinite;
}

.announcement-item {
  display: flex;
  gap: 14px;
  padding: 14px;
  margin-bottom: 12px;
  border-left: 4px solid var(--theme-color);
  border-radius: var(--kc-radius-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.announcement-item:hover {
  border-color: var(--kc-border-hover);
  box-shadow: 0 4px 14px rgba(2, 0, 149, 0.08);
}

.announcement-date {
  flex: 0 0 56px;
  text-align: center;
  background: rgba(2, 0, 149, 0.08);
  border-radius: 8px;
  padding: 8px 6px;
  align-self: flex-start;
}

.announcement-day {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 1.1;
}

.announcement-month {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #666;
}

.announcement-title {
  color: var(--theme-color);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.announcement-excerpt {
  color: var(--kc-text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.announcement-thumb img {
  max-height: 120px;
  object-fit: cover;
  width: 100%;
}

.announcement-empty {
  color: var(--kc-text-muted);
}

@keyframes announcements-scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .announcements-scroll-wrap {
    height: 300px;
  }

  .announcement-item {
    padding: 12px;
  }
}

/* =====================================
   TESTIMONIALS
===================================== */

.testimonials-section {
  padding: 60px 0;
}

.testimonials-subtitle {
  color: var(--kc-text-muted);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-carousel {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.testimonials-slide-row {
  align-items: stretch;
}

.testimonial-card {
  padding: 32px 28px 24px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

.testimonial-quote-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(2, 0, 149, 0.08);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.testimonial-text {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--kc-text);
  margin: 0 0 20px;
  border: none;
  padding: 0;
  flex-grow: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(2, 0, 149, 0.1);
}

.testimonial-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--theme-color);
}

.testimonial-name {
  color: var(--theme-color);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.testimonial-role {
  color: #777;
  font-size: 0.9rem;
}

.testimonials-indicators {
  margin-bottom: 0;
}

.testimonials-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(2, 0, 149, 0.25);
  border: none;
}

.testimonials-indicators .active {
  background-color: var(--theme-color);
}

.testimonials-control {
  width: 42px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--theme-color);
  opacity: 1;
}

.testimonials-control .carousel-control-prev-icon,
.testimonials-control .carousel-control-next-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonials-carousel .carousel-control-prev {
  left: -56px;
}

.testimonials-carousel .carousel-control-next {
  right: -56px;
}

.testimonial-empty {
  color: #666;
}

@media (max-width: 767px) {
  .testimonials-carousel .carousel-control-prev {
    left: 8px;
  }

  .testimonials-carousel .carousel-control-next {
    right: 8px;
  }

  .testimonial-card {
    padding: 28px 20px 20px;
    margin: 0 4px;
  }

  .testimonial-text {
    font-size: 0.95rem;
  }

  .testimonials-slide-row > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}