/* body.submenu-open .menu-link {color:#fff;} */
/* body.submenu-open .navbar-brand img {} */
/* .home-banner-slider figure{margin-bottom: 0; position: relative;}
.home-banner-slider figure::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(to bottom, rgba(255,255,255,.5)10%, rgba(255,255,255,0)28%);}
header:before {
    background: linear-gradient(180deg, rgb(255 255 255 / 68%) 0%, rgba(255,255,255,0) 100%);
}
.home-banner-slider figure img{width:100%; height: 90vh; max-height: 1200px; min-height: 600px; object-fit: cover; object-position: top;}
.home-banner-slider .slide-item{position: relative;}
.home-banner-slider .slide-content{position: absolute; inset: 0; display: flex; align-items: center;}

.home-banner-slider .slide-title{font-size:60px; font-weight: 800; color:#fff; line-height: 1.2;letter-spacing: -1.6px; padding: 2rem 0;
    display: block; background: rgba(118, 118, 118, 0.6);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}
.home-banner-slider .slide-title em{font-family: var(--georgia-reg); font-weight: 400; display: block;}
.section-heading{text-align: center;}
.home-banner-slider .slide-text {padding-left: 1rem;position: relative; z-index: 1; max-width: 50%;    margin-left: -5rem;} */

.home-banner-slider figure {
  margin-bottom: 0;
  position: relative;
}

.home-banner-slider figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 10%,
    rgba(255, 255, 255, 0) 28%
  );
}

header:before {
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 68%) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.home-banner-slider figure img {
  width: 100%;
  height: 250px;
  max-height: 1200px;
  min-height: 400px;
  object-fit: cover;
  object-position: top;
}

.home-banner-slider .slide-item {
  position: relative;
}

/* Positioning the text to the top-right corner */
.home-banner-slider .slide-content {
  position: absolute;
  top: 5%; /* Adjust vertical alignment */
  right: 5%; /* Push text to the right */
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Ensures text aligns to the right */
  text-align: right;
  max-width: 40%;
}

/* Slide Title Styling */
.home-banner-slider .slide-title {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -1.2px;
  padding: 1.5rem 2rem;
  display: block;
  background: rgb(145 138 138 / 60%);
  border-radius: 12px;
  box-shadow: 0 6px 8px rgba(118, 118, 118, 0.6);
  width: auto;
  max-width: 100%;
}

/* Italic part inside the title */
.home-banner-slider .slide-title em {
  font-family: var(--georgia-reg);
  font-weight: 400;
  display: block;
}

/* Adjusting the text box inside the slider */
.home-banner-slider .slide-text {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .home-banner-slider .slide-title {
    font-size: 40px;
    padding: 1rem 1.5rem;
  }
  .home-banner-slider .slide-content {
    top: 8%;
    right: 3%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .home-banner-slider .slide-content {
    top: 10%;
    right: 3%;
    max-width: 60%;
    text-align: center;
    align-items: center;
  }
  .home-banner-slider .slide-title {
    font-size: 30px;
    padding: 1rem;
  }
}

/*.home-banner-slider .slide-text:after {width: 0px;height: 100%;background: #EFA502;content: "";position: absolute;left: 0;right: 0;bottom: 0;z-index: -1;}*/
.notices .swiper-wrapper {
  align-items: center;
}
.home-banner-slider .swiper-slide-active .slide-text:after {
  width: 100%;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInline;
  animation-delay: 1.3s;
}
@keyframes fadeInline {
  0% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0px;
  }
}

.home-banner-slider .slide-content:before {
  content: "";
  position: absolute;
  left: 0;
  width: 52%;
  height: 100%;
  z-index: 1;
}
.banner-logo {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 0.7rem 1rem;
  max-width: 50%;
  display: flex;
  align-items: center;
}
.banner-logo p {
  font-size: 15px;
  letter-spacing: 0px;
  color: #063142;
  padding-left: 1rem;
}
/* .home-banner-slider .slide-content .container{padding-top:5rem;} */

/* Notices */
/* .notices{display: flex; align-items:center; column-gap: 2rem;background-color: #063142;}
.notices h5{white-space: nowrap; font-weight: 600; font-size: 1.4rem; color: var(--color-red);    line-height: 0.7;}
.notices .slide-item{padding-right: 60px;}
.notices .slide-item a{font-size: 1.2rem; font-weight: 600; color: #000;line-height: 1.2;color: #fff;}
.notices :is(.swiper-button-prev, .swiper-button-next){width: 25px; height: 25px; top: 50%; bottom: auto; transform: translateY(-50%);}
.notices .swiper-button-prev{right: 30px}
.notices .notice-slider{position: relative;}
.submenu-open header.sticky .menu-link{color:#000;} */
/* .submenu-open header.sticky .navbar-brand img {filter: brightness(0);} */

/* Academics */
/* .home-academics .section-heading{margin-bottom: 1.2rem; padding-bottom: 1.5rem;}
.home-academics .btn-white{font-weight: 800;}
.home-academics .courses-browse{margin-block: 2rem; margin-top: 1rem}
.home-academics .courses-browse a{display: inline-block; border-bottom: .1rem solid #ccc; font-weight: 700; font-size: 1.2rem; line-height: 1.4; transition: .3s all;}
.home-academics .courses-browse a:hover{color: var(--color-red)}
.academics-thumb{display: grid; height: 50%; min-height: 150px;}

/* .academics-thumb:not(.with-image){background-color:;} */

/* .academics-thumb figure{margin-bottom: 0;}
.academics-thumb figure img{width:100%; min-height: 320px; object-fit: cover;} */
/* .academics-thumb :is(figure, .thumb-text){grid-area: 1/1;}
.academics-thumb .thumb-text{display: flex; flex-direction: column; justify-content: flex-start; padding:14px; color: black;}
.academics-thumb .thumb-text .title{font-size: 1.7rem; font-weight: 700; line-height: 1.2; width: min-content}
.academics-thumb .thumb-text .desc{display: block; padding-bottom: .8rem; text-align: left; border-bottom: 1px solid rgba(255,255,255,.2); font-weight: 700;}
.academics-thumb .thumb-text :is(.desc){margin-top: auto}  */

/* pop up image */

#pop_up button {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
/* life@KKWagh */
.lifeAtKKWagh .section-heading span.heading-top {
  color: var(--color-prime-dark);
}
.lifeAtKKWagh figure img {
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.lifeAtKKWagh a {
  font-size: 1.3rem;
  transition: 0.3s all;
  font-weight: 700;
}
.lifeAtKKWagh a:hover {
  color: var(--color-red);
}
.lifeAtKKWagh .slide-text {
  display: block;
  text-align: center;
}
.lifeAtKKWagh .lifeAt-slider {
  padding-bottom: 4rem;
}
.lifeAtKKWagh .section-heading .section-title {
  margin-bottom: 0;
}

/* facility */
.facilities .nav-tabs {
  border-bottom: 0;
  display: flex;
  align-items: flex-end;
  column-gap: 2px;
  justify-content: flex-end;
  margin-inline: auto;
}
.facilities .nav-tabs .nav-item {
  min-height: 123px;
  display: flex;
  padding: 0;
  transition: 0.3s all;
}
.facilities .nav-tabs .nav-item a {
  font-size: 1rem;
  padding: 1.4rem 1.8rem;
  background-color: #2d2d2d;
  color: #fff;
  margin-top: auto;
  min-width: 200px;
}
.facilities .nav-tabs .nav-item a:after {
  display: none;
}
.facilities .nav-tabs .nav-item a span {
  width: min-content;
  display: block;
}

.facilities .panel-body figure {
  position: relative;
  margin-bottom: 0px;
}
.facilities .panel-body img {
  width: 100%;
}
.facility-inner-container {
  position: relative;
  z-index: 1;
}
.facility-heading {
  text-align: center;
}
.facility-heading .stats {
  max-width: max-content;
  margin-inline: auto;
}
.facility-heading .stats span[data-count],
.placement .stats span[data-count] {
  font-size: 11rem;
}
.facility-heading .stats span[data-count] {
  color: var(--color-red);
}
.facility-heading .stats span.desc,
.placement .stats span.desc {
  padding-right: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.facility-heading .stats.after-el::before {
  bottom: 0.6rem;
}
.facilities .panel-body {
  position: relative;
  z-index: 0;
}
.facilities .pannel-content {
  padding: 2rem 1rem;
}
.facilities .pannel-content h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
.facilities .pannel-content p {
  max-width: 45rem;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 2;
}
.facilities .tab-accordian-tabs {
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}
.facilities .tab-accordian-tabs li a {
  color: #fff;
}
.facilities .tab-accordian-tabs a.active {
  padding-top: 2.4rem;
  background-color: var(--color-red);
  font-weight: 600;
  color: #000;
}

/* placement */
.placement .stats span.desc {
  background: var(--color-light);
  color: var(--color-prime-dark);
}
.placement-testimonials-container {
  padding: 2rem;
  position: relative;
  isolation: isolate;
}
.placement-testimonials-container .slide-item {
  padding: 3.5rem;
  text-align: center;
}
.placement-testimonials-container .slide-item span {
  color: #000;
}
.placement-testimonials-container .slide-item .person-name {
  font-weight: 600;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}
.placement-testimonials-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 2.5rem 0.5rem;
  border: 2px solid #ccc;
}
.placement-testimonials-container figure {
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 40%;
  text-align: center;
  transform: translate(-50%, 50%);
  padding-inline: 2rem;
  background-color: var(--color-light);
}
.placement-testimonials-container::after {
  content: "";
  position: absolute;
  min-width: 40%;
  bottom: 1rem;
  height: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-light);
}
.placement-testimonials-container blockquote em {
  font-size: 1.6rem;
  text-align: center;
}

/* Recruiters */
.recruiters {
  padding-top: 7rem;
  position: relative;
  isolation: isolate;
}
.recruiters h4 {
  padding-inline: 3rem;
  background: var(--color-light);
  font-size: 1.7rem;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 3rem;
  width: max-content;
  margin-inline: auto;
}
.recruiters h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(7rem + 1rem);
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: -1;
}
.recruiters .swiper {
  padding-bottom: 3rem;
}
.recruiters .slide-item {
  text-align: center;
  background-color: var(--color-light);
  margin-bottom: 0;
}
.recruiters .slide-item img {
  mix-blend-mode: multiply;
}
.panel-Kakasaheb img {
  height: 140px;
}
/* Quality Education */
.quality-education-inner {
  padding: 0rem 0rem;
  background-color: var(--color-light);
}
/* padding: 6rem 0rem; */
.quality-education-inner figure {
  margin-bottom: 0;
}
.quality-education-inner .left-panel .panel-content {
  /* display: flex; align-items: flex-end; column-gap: 2rem; padding: 0rem 2rem;  */
  margin-top: -4rem;
  text-align: center;
}
.quality-education-inner .left-panel .panel-content figure {
  filter: drop-shadow(0px 12px 6px rgba(0, 0, 0, 0.15));
}
.quality-education-inner .left-panel .panel-text {
  padding-top: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.quality-education-inner .left-panel .panel-text a {
  display: block;
  font-size: 17px;
  color: red;
}
.quality-education-inner .section-heading .section-title {
  margin-bottom: 1.8rem;
  font-size: 1.3rem;
}
.quality-education-inner .section-heading.after-el::after {
  width: 100%;
}
.quality-education-inner .accrediation h5 {
  font-weight: 700;
  margin-bottom: 1.7rem;
}
.quality-education-inner .accrediation .row {
  --bs-gutter-x: 3rem;
}
.quality-education-inner .statistics {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0rem;
  --grid-gap: 1.5rem;
}
/* margin-top: 6rem; */
.quality-education-inner .statistics .stats {
  text-align: center;
  padding-inline: 1.5rem;
  position: relative;
}
.quality-education-inner .statistics .stats::after {
  content: "";
  position: absolute;
  right: calc(var(--grid-gap, 1.7rem) * -0.5);
  height: 80%;
  top: 50%;
  transform: translateY(-40%);
  width: 2px;
  background-color: #ccc;
}
.quality-education-inner .statistics .stats:last-child::after {
  display: none;
}
.panel-href a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid var(--color-prime-dark);
  color: var(--color-prime-dark);
  padding: 5px 10px;
  margin-top: 1rem;
  transition: 0.5s ease all;
  border-radius: 5px;
}
.panel-href a:hover {
  background-color: var(--color-prime-dark);
  color: #fff;
}
/* happening */
.happening .section-heading {
  max-width: 80%;
  margin-bottom: 1.8rem;
}
.happening .nav-tabs .nav-item {
  min-height: auto;
  padding-inline: 1.2rem;
}
.happening .nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.happening .nav-tabs .nav-item a {
  background: transparent;
  color: #000;
  font-weight: 400;
  width: auto;
  padding: 0.8rem 0;
  padding-bottom: 2rem;
}
.happening .nav-tabs .nav-item a::after {
  display: none;
}
.happening .nav-tabs .nav-item a.active {
  color: var(--color-prime);
}

.happening .tab-content {
  margin-top: 0.5rem;
}
.happening .tab-content .row > * {
  flex-grow: 1;
}
.news-thumb {
  position: relative;
  height: 100%;
  min-height: 200px;
}

.news-thumb:not(.image-small) {
  height: 100%;
  display: block;
}
.news-thumb:not(.image-small) .thumb-text {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.news-thumb figure {
  margin-bottom: 0;
  overflow: hidden;
}
.news-thumb figure img {
  width: 100%;
  transition: 0.3s all;
}
.news-thumb:not(.image-small) figure {
  height: 100%;
}
.news-thumb:not(.image-small) figure img {
  height: 100%;
  object-fit: cover;
}
.news-thumb.with-image:not(.image-small) .thumb-text {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0) 60%
  );
}
.news-thumb:not(.image-small) .thumb-text {
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.news-thumb.image-small .thumb-text {
  padding: 1.5rem;
  display: block;
}
.news-thumb:not(.image-small) .thumb-text span:last-child {
  margin-top: auto;
}
.news-thumb.with-image:not(.image-small) .thumb-text span:first-child {
  margin-top: auto;
}
.news-thumb.with-image:not(.image-small) .thumb-text span:last-child {
  margin-top: 0;
  max-width: 483px;
}
.news-thumb .timing {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 1.5rem;
}
.news-thumb:not(.image-small) .timing {
  color: #fff;
}
.news-thumb .news-title {
  font-size: 1.4rem;
  display: block;
}
.news-thumb:not(.with-image) .news-title {
  font-size: 1.4rem;
  display: block;
}
.news-thumb:not(.image-small) .news-title {
  color: #fff;
}
.news-thumb.image-small .news-title {
  font-size: 1rem;
}

.news-thumb.with-image:not(.image-small):hover img {
  transform: scale(1.2);
}
.news-thumb.image-small .thumb-text:hover .timing {
  color: var(--text-clr);
}
.news-thumb.image-small .thumb-text:hover .news-title {
  color: var(--color-red);
}
/* Testimonials */
/* .home-testimonials .testimonials-content blockquote{font-size: 1.6rem; font-family: var(--georgia-reg); font-style: italic; color: var(--color-prime-dark); margin-bottom: 4rem; text-align: center; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;} */
/* .testimonials-content .person-name{font-weight: 600; display: block; text-align: center; margin-bottom: .5rem;} */
/* .home-testimonials .testimonials-content::before, .home-testimonials .testimonials-content::after{content:''; position: absolute;top: 0; height: 100%; border: 2px solid var(--color-prime-dark); z-index: -1; } */
/* .home-testimonials .tab-content{margin-top: 2.5rem} */
/* .home-testimonials .nav-tabs{justify-content: center;}
.home-testimonials .nav-tabs .nav-item{min-height: auto; padding-inline: .6rem;}
.home-testimonials .nav-tabs .nav-item:first-child{padding-left: 0}
.home-testimonials .nav-tabs .nav-item a{background: transparent; color: #777; font-size: 1rem; font-weight: 600; width: auto; padding: .5rem 0;}
.home-testimonials .nav-tabs .nav-item a::after{display: none;}
.home-testimonials .nav-tabs .nav-item a.active{color: #2c2c2c}

.home-testimonials .swiper-slide{padding-bottom: 1rem;}
.home-testimonials .testimonials-content{position: relative; padding: 4.5rem 1.5rem ; isolation: isolate; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow-y: visible; margin-top: 4rem}
.home-testimonials .testimonials-content::before, .home-testimonials .testimonials-content::after{x position: absolute;top: 0; height: 100%; border: 2px solid var(--color-prime-dark); z-index: -1; }

.home-testimonials .testimonials-content::before{border-right: none; left: 0; width: 25%;}
.home-testimonials .testimonials-content::after{border-left: none; right: 0rem; width: 25%;}
.home-testimonials .testimonials-content blockquote{font-size: 20px; font-family: var(--georgia-reg); font-style: italic; color: var(--color-prime-dark); margin-bottom: 2rem; text-align: center; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;width:783px;margin-left: 28%;}

.home-testimonials .testimonials-content figure{position: absolute; left: 50%; top: 0rem; transform: translate(calc(-50% + 1rem), -50%); text-align: center;}
.testimonials-content .person-name{font-weight: 600; display: block; text-align: center; margin-bottom:0px;margin-left: 131px;}

.testimonials-content .designation{text-align: center; display: block;}
.home-testimonials .testimonials-image{margin-bottom: 0; height: 100%}
figure.testimonials-image img {object-fit: cover;object-position: top;height: 200px;padding-left: 40%;} */
/* figure.testimonials-image img {object-fit: cover;object-position: top;width: 80%;height: 350px;} */

.home-testimonials {
  text-align: center;
}

.home-testimonials .section-heading {
  padding-bottom: 20px;
}

.home-testimonials .nav-tabs {
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.home-testimonials .nav-tabs .nav-item {
  min-height: auto;
  padding-inline: 0.6rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.home-testimonials .nav-tabs .nav-item a {
  background: transparent;
  color: #9d9d9d;
  font-size: 1rem;
  font-weight: 600;
  width: auto;
  padding: 0.5rem 0;
  cursor: pointer;
}

.home-testimonials .nav-tabs .nav-item a.active {
  color: #000000;
}

/* Hide scrollbar */
.home-testimonials .nav-tabs::-webkit-scrollbar {
  display: none;
}

.home-testimonials .nav-tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.home-testimonials .tab-content {
  margin-top: 2.5rem;
}

.home-testimonials .swiper-slide {
  padding-bottom: 1rem;
}

.home-testimonials .testimonials-content {
  position: relative;
  padding: 2rem 1.5rem;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: visible;
  margin-top: 4rem;
}

.home-testimonials .testimonials-content blockquote {
  font-size: 17px;
  font-family: var(--georgia-reg);
  font-style: italic;
  color: var(--color-prime-dark);
  margin-bottom: 0;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}

.home-testimonials .testimonials-content figure {
  position: absolute;
  left: 46%;
  top: 0rem;
  transform: translate(calc(-50% + 1rem), -50%);
  text-align: center;
}

.testimonials-content .person-name {
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 0;
  margin-top: -5px;
  padding-bottom: 60px;
}

.testimonials-content .designation {
  text-align: center;
  display: block;
  margin-bottom: 0.5rem;
}

.home-testimonials .testimonials-image {
  margin-bottom: 0;
  height: 100%;
  position: relative;
  z-index: 3;
}

figure.testimonials-image img {
  height: 200px;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.testimonials-content .quote-footer {
  margin-top: 2rem;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .home-testimonials .testimonials-content {
    margin-top: 2rem;
    padding: 1.5rem 1rem;
  }

  .home-testimonials .testimonials-content blockquote {
    font-size: 16px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .home-testimonials .testimonials-image img {
    height: 200px;
  }

  .home-testimonials .swiper-slide {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-testimonials .swiper-button-next,
  .home-testimonials .swiper-button-prev {
    bottom: 5%;
    font-size: 20px;
  }

  .home-testimonials .swiper-button-next {
    left: 55%;
  }

  .home-testimonials .swiper-button-prev {
    left: 45%;
  }
}

@media (max-width: 990px) {
  .home-testimonials .tab-content .tab-pane {
    display: none; /* Hide all testimonials by default */
  }

  .home-testimonials .tab-content .tab-pane.active {
    display: block; /* Show only the active testimonial */
  }

  .home-testimonials .nav-tabs {
    overflow-x: auto; /* Enable horizontal scrolling for tabs */
    flex-wrap: nowrap; /* Prevent tabs from wrapping */
    white-space: nowrap; /* Keep tabs in a single line */
    padding-bottom: 10px; /* Add padding to avoid overlap with scrollbar */
  }

  .home-testimonials .nav-tabs .nav-item {
    flex-shrink: 0; /* Prevent tabs from shrinking */
  }

  /* Hide scrollbar for a cleaner look */
  .home-testimonials .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  .home-testimonials .nav-tabs {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}
@media (max-width: 575.98px) {
  .home-testimonials .nav-tabs {
    display: flex; /* Ensure tabs are in a single line */
    justify-content: flex-start; /* Align tabs to the start for horizontal scrolling */
    padding-bottom: 15px; /* Add some padding at the bottom */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent wrapping of tabs */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on touch devices */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
  }

  .home-testimonials .nav-tabs::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome/Safari */
  }

  .home-testimonials .nav-tabs .nav-item {
    flex-shrink: 0; /* Prevent tabs from shrinking */
    margin-right: 0px; /* Add spacing between tabs */
  }

  .home-testimonials .nav-tabs .nav-item a {
    font-size: 0.9rem; /* Reduce font size for small screens */

    white-space: nowrap; /* Prevent text inside tabs from wrapping */
  }
}

.home-testimonials .testimonials-content {
  margin-top: 1.5rem;
  padding: 1rem;
  text-align: center; /* Center-align content */
}

.home-testimonials .testimonials-content blockquote {
  font-size: 18px;
  margin-top: 22px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 1rem; /* Add margin below blockquote */
}

.home-testimonials .testimonials-image img {
  height: 200px;
  margin-bottom: 1rem; /* Add margin below image */
}

.home-testimonials .swiper-slide {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.home-testimonials .swiper-button-next,
.home-testimonials .swiper-button-prev {
  bottom: 3%;
  font-size: 18px;
  background-color: #063142; /* Add background for better visibility */
  border-radius: 50%; /* Make buttons circular */
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-testimonials .swiper-button-next {
  left: 60%;
}

.home-testimonials .swiper-button-prev {
  left: 40%;
}

.home-testimonials .swiper-button-next img,
.home-testimonials .swiper-button-prev img {
  width: 16px; /* Adjust icon size */
  height: 16px;
}

.home-testimonials .quote-footer {
  margin-top: 1rem; /* Add margin above the footer */
}

.home-testimonials .person-name {
  font-size: 0.9rem; /* Adjust font size for name */
}

.home-testimonials .designation {
  font-size: 0.8rem; /* Adjust font size for designation */
}
.home-testimonials .swiper-button-next,
.home-testimonials .swiper-button-prev {
  position: absolute;
  bottom: 10px; /* Adjust vertical position */
  top: auto; /* Reset top positioning */
  width: 30px; /* Set button width */
  height: 30px; /* Set button height */
  /* background-color: ; Add background for visibility */
  border-radius: 50%; /* Make buttons circular */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; /* Ensure buttons are above other content */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add shadow for better visibility */
}

.home-testimonials .swiper-button-next {
  right: 10px; /* Position next button on the right */
  left: auto; /* Reset left positioning */
}

.home-testimonials .swiper-button-prev {
  left: 10px; /* Position previous button on the left */
  right: auto; /* Reset right positioning */
}

.home-testimonials .swiper-button-next img,
.home-testimonials .swiper-button-prev img {
  width: 16px; /* Adjust icon size */
  height: 16px;
}

.facilities .pannel-content img {
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
}
.notices .slide-item a {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff !important;
}
.slide-text.fifty-year label {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  display: block;
  padding-top: 1rem;
}
.home-banner-slider .slide-text.fifty-year .slide-title {
  padding-top: 0;
}
.slide-text.fifty-year > img {
  width: 200px;
  padding-top: 1rem;
}
.accre-balasaheb img {
  width: 150px;
}
.accre-balasaheb p {
  font-size: 1rem;
  font-weight: 600;
  margin: 15px 0 0 0;
}
.left-swiper img {
  bottom: 3.3rem;
}

/*--UI14041994-18-01-2024-css-start--*/
.btn-white.btn-outlined.before-el {
  z-index: 1;
}
.btn-white.btn-outlined.before-el::after {
  position: absolute;
  left: 0;
  background: #063142;
  content: "";
  top: 0;
  bottom: 0;
  transition: 0.5s;
  width: 0;
  z-index: -1;
}
.btn-white.btn-outlined.before-el:hover::after {
  width: 100%;
  right: 0;
  transition: 0.5s;
  left: 0;
}
.btn-white.btn-outlined.before-el:hover {
  color: #fff;
}
.lifeAtKKWagh figure,
.news-thumb figure {
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.lifeAtKKWagh figure:hover img,
.news-thumb figure:hover img {
  transform: scale(1.05);
  transition: 0.5s ease;
}
.news-thumb figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*--UI14041994-18-01-2024-css-End--*/
.happening .thumb-text {
  position: absolute;
  bottom: 0;
  color: #fff;
}
.happening .thumb-text .news-title {
  font-size: 1.4rem;
}
.happening .news-thumb.image-small .thumb-text:hover .news-title {
  color: #fff;
}
