
p{
    font-size:13px !important;
    line-height:21px !important;
}
.quote-section {
  padding: 70px 0;
  background-color: #ffffff;
}

.quote-text {
  font-size: 15px;
  line-height: 22px;
}

.quote-mark {
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.main-quote {
  font-size: 30px;
  color: #000000;
  font-weight: 500;
}

.author {
  font-weight: 600;
  color: #ef2b30;
  margin-top: 10px;
}

.read-more-btn {
  border: 2px solid #ffc107;
  background: transparent;
  color: #000;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background-color: #ffc107;
  color: #fff;
}

.quote-image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* **************************** */

section {
  padding: 70px 0;
  background-color: #ffffff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #f8b400;
}

/* Pagination */
.swiper-pagination {
  margin-top: 20px;
}

.sec-a-body p {
  font-family: "Poppins", sans-serif;
  /*font-weight: 100;*/
  font-size: 15px;
  padding: 30px 10px;
  text-align: justify;
  line-height: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  color: white;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  background: #ef2b30;
  padding: 10px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
  right: 10px;
  left: auto;
}

/* ******************************************* */
/* ******************************************* */
/* ******************************************* */
.section-b {
  font-family: "Poppins", sans-serif;
  color: #fff;
  overflow: hidden;
  background-color: #f5f5f5;
}

.section-b .section-b-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 2rem;
  color: #fff;
}

.section-b .section-b-box h4 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section-b .section-b-box p {
    margin: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}

/* Background colors */
.section-b .section-b-orange {
  background-color: #ef2b30;
}

.section-b .section-b-green {
  background-color: #97989b;
}

.section-b .section-b-blue {
  background-color: #866a6a;
}

.section-b .section-b-brown {
  background-color: #e5872f;
}

/* Images */
.section-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Side vertical banners */
.section-b .section-b-side-text {
  position: absolute;
  right: 0;
  top: 40%;
  background: #d9b65d;
  color: #000;
  padding: 0.5rem 1rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 600;
  border-radius: 6px 0 0 6px;
}

.section-b .section-b-side-bottom {
  position: absolute;
  right: 0;
  bottom: 10%;
  background: #d9b65d;
  color: #000;
  padding: 0.5rem 1rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 600;
  border-radius: 6px 0 0 6px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-b .section-b-box {
    padding: 1.5rem 1rem;
  }

  .section-b .section-b-side-text,
  .section-b .section-b-side-bottom {
    display: none;
  }
}

/* ****************************** */
/* ****************************** */
.section-c {
  padding: 70px 0;
}

.section-c-title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.section-c-subtitle {
  color: #e30613;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.section-c-para {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Progress Bars */
.section-c-progress {
  background: #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}

.section-c-progress-bar {
  height: 25px;
  color: #fff;
  font-weight: 600;
  text-align: right;
  padding-right: 10px;
  line-height: 25px;
}

.bg-orange {
  background: #858689;
}

.bg-green {
  background: #2d2a2b;
}

.bg-blue {
  background: #ef2b30;
}

/* Right Image Section */
.section-c-img-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-c-img-box img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.section-c-stats-card {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section-c-stats-item {
  margin-bottom: 20px;
}

.section-c-stats-item h4 {
  color: #e30613;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-c-stats-item p {
  margin: 0;
  color: #333;
}

/* Bottom Feature Boxes */
.section-c-feature {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: 0.3s ease;
}

.section-c-feature:hover {
  transform: translateY(-5px);
}

.section-c-feature img {
  width: 50px;
  margin-bottom: 10px;
}

.section-c-feature h5 {
  font-weight: 700;
  color: #e30613;
}

.section-c-feature p {
  color: #333;
  margin: 0;
}

.section-c-position-absolute {
  position: absolute;
  top: 50%;
  background-color: rgb(255, 255, 255);
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  padding: 30px 10px;
}

.newslater-area2 {
  background-color: #f5f5f5;
}
/* Responsive */
@media (max-width: 992px) {
  .section-c-stats-card {
    position: static;
    transform: none;
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .section-c-title {
    font-size: 28px;
  }

  .section-c-feature {
    margin-bottom: 15px;
  }
}

/* ***************************************** */
/* ***************************************** */
/* ***************************************** */
.admission-btn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 20px 10px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
  text-transform: uppercase;
  cursor:default !important;
}

.btn-orange {
  background-color: #ef2b30;
}

.btn-blue {
  background-color: #2b2728;
}

.admission-btn:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

.admission-section {
  padding: 70px 0;
  background-color: #ffffff;
}

/* ************************************ */
/* ************************************ */
/* Swiper Container */
.hero-swiper {
  width: 100%;
  height: 100%;
}

/* Slides */
.hero-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navigation Buttons */
.hero-swiper-button-next,
.hero-swiper-button-prev {
  color: #fff;
  transition: color 0.3s ease;
}

.hero-swiper-button-next:hover,
.hero-swiper-button-prev:hover {
  color: #ffcc00;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
}

/* Pagination */
.hero-swiper-pagination {
  bottom: 20px !important;
}

.swiper-section {
  padding: 0px;
  border-radius: 0px;
}

.slide-img {
  width: 100%;
  border-radius: 0px !important;
}
.s-img {
  border-radius: 0px !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #ef2b30 !important;
}

.whatsapp-icon {
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 999;
}

.whatsapp-icon-box {
  width: 45px;
  height: 45px;
}

.whatsapp-image {
  width: 100%;
  height: 100%;
}

.mobile-position {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.bg-black {
  background: #2b2728 !important;
}

.bg-red {
  background: #ef2b30 !important;
}
.section-c-feature {
  margin-bottom: 15px;
  /*box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, .4) inset;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}
.margin-top-70 {
  padding-top: 70px !important;
}

.margin-bottom-70 {
  padding-bottom: 70px !important;
}

/* **************************************** */
/* **************************************** */
/* **************************************** */
.profile-section {
  padding: 70px 0;
  background: #f5f5f5;
}

.profile-img-slider {
  border-radius: 8px;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.profile-content h3 {
  font-weight: 700;
  color: #222;
}

.profile-content p {
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

.profile-content strong {
  color: #000;
}

/* Swiper navigation */
/* .swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 35px;
  height: 35px;
} */

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
}

.profile-heading {
  font-size: 30px;
}

/* ******************************************** */
/* ******************************************** */
/* ******************************************** */
.kangaroo-section {
  padding: 70px 0;
  text-align: center;
}

.kangaroo-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.kangaroo-title span {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #f4b400;
  margin-top: 8px;
  border-radius: 2px;
}

.kangaroo-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.4s ease;
  cursor: pointer;
}

.kangaroo-gallery img:hover {
  transform: scale(1.05);
}

.kangaroo-gallery .col {
  padding: 6px;
}

/* ********************************* */
/* ********************************* */
/* ********************************* */
.principal-section {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  margin: 50px auto;
  max-width: 1100px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.principal-img {
  flex: 1 1 50%;
  background-color: #002b6b;
}

.principal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.principal-content {
  flex: 1 1 50%;
  background-color: #003d99;
  color: #fff;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.principal-content h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.principal-content p {
  line-height: 1.7;
  color: #e5e5e5;
}

.principal-name {
  font-weight: 700;
  margin-top: 20px;
}

.principal-designation {
  color: #f8c400;
  font-weight: 500;
}

.read-more {
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.read-more i {
  background-color: #1e90ff;
  color: #fff;
  border-radius: 50%;
  padding: 8px;
  margin-right: 10px;
  font-size: 1rem;
}

.read-more:hover {
  opacity: 0.8;
}

/* ***************************** */
/* ***************************** */
/* ***************************** */
.founder-section {
  padding: 70px 0;
}

.founder-card {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.founder-img {
  flex: 1 1 45%;
}

.founder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-content {
  flex: 1 1 55%;
  padding: 50px;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.founder-content h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.founder-content p {
  color: #000000;
  line-height: 1.7;
}

.founder-name {
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 20px;
}

.founder-title {
  color: #ef2b30;
  font-weight: 500;
}

.read-more {
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.read-more i {
  background-color: #1e90ff;
  border-radius: 50%;
  padding: 8px;
  margin-right: 10px;
  font-size: 1rem;
  color: #fff;
}

.read-more:hover {
  opacity: 0.85;
}

/* ******************************* */
/* ******************************* */
/* ******************************* */
.mission-vision-section {
  padding: 70px 0;
  background-color: #fff;
}

.mission-vision-title {
  text-align: center;
  margin-bottom: 30px;
}

.mission-vision-title h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.mission-vision-title p {
  color: #000000;
  max-width: 900px;
  margin: 10px auto 0;
}

.mission-card {
  position: relative;
  background: #f5f5f5;
  color: #333;
  border-radius: 15px;
  padding: 40px 30px;
  transition: 0.3s;
  text-align: center;
  overflow: visible;
  z-index: 1;
}

.mission-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ef2b30;
  border-top-left-radius: 15px;
  border-radius: 15px;
  z-index: -1;
  transition: all 1s ease;
}
.mission-card:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ef2b30;
  border-top-left-radius: 15px;
  border-radius: 15px;
  z-index: -1;
}
.mission-card:hover h4 {
  color: #ffffff;
}

.mission-card:hover {
  transform: translateY(-5px);
}

.mission-card i {
  font-size: 2.5rem;
  background-color: #000000;
  color: #003d99;
  padding: 18px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.mission-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ef2b30;
  transition: 0.5s;
}

.mission-card p {
  color: #000000;
  line-height: 18px;
  transition:.7s;
  text-align:start;
}

.misson-imag {
  width: 70px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50% 50%;
  padding: 10px;
  margin-bottom: 20px;
}

.m-img {
  width: 100%;
  height: 100%;
}

/* ********************************** */
/* ********************************** */
/* ********************************** */
/* Section Styling */
.facilities-section {
  padding: 70px 0;
}

.facilities-header {
  text-align: center;
  margin-bottom: 30px;
}

.facilities-header h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.facilities-header p {
  color: #000000;
  max-width: 900px;
  margin: 10px auto 0;
}

/* ******************************************** */
/* ******************************************** */
/* ******************************************** */
.committee-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  cursor: pointer;
}

.committee-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: all 0.4s ease;
}

.committee-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 61, 153, 0.9),
    rgba(0, 61, 153, 0.3)
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.committee-card:hover .committee-overlay {
  opacity: 1;
}

.committee-overlay i {
  font-size: 2.5rem;
  background-color: #f8c400;
  color: #003d99;
  padding: 12px;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: 0.3s;
}

.committee-overlay h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.committee-overlay p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.school-committees-heading {
  color: #111;
  font-size: 30px;
  text-transform: capitalize;
}
.committee-h5 {
  color: #ef2b30;
  font-size: 17px;
  text-transform: capitalize;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */
/* Breadcrumb section */
.breadcrumb-area {
  background: url("img/bg/bdrc-bg.png") center/cover no-repeat;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  position: relative;
}

.breadcrumb-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.breadcrumb-area h2 {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 42px;
}

/* Awards section */
.awards-section {
  padding: 70px 0;
}

.award-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.award-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(239, 43, 48, 0.2);
}

.award-img {
  height: 230px;
  object-fit: cover;
  width: 100%;
  transition: transform 0.4s ease;
}

.award-card:hover .award-img {
  transform: scale(1.01);
}

.award-body {
  padding: 25px;
}

.award-icon {
  color: #ef2b30;
  font-size: 36px;
  margin-bottom: 10px;
}

.award-desc {
  color: #666;
  font-size: 15px;
  margin-bottom: 0;
}

.highlight-section {
  background: #ef2b30;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.highlight-section h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.highlight-section p {
  opacity: 0.9;
  font-size: 16px;
}

/* ************************************* */
/* ************************************* */
/* ************************************* */
/* ************************************* */

.uniform-section {
  padding: 70px 0 0 0;
}

.margin-bottom-table-70 {
  margin-bottom: 70px !important;
}

.uniform-title {
  text-align: center;
  color: #000000;
  font-size: 30px;
  margin-bottom: 20px;
}

.table thead th {
  background-color: #ef2b30;
  color: #fff;
  vertical-align: middle;
  font-weight: 600;
}

.table th,
.table td {
  vertical-align: top;
}

.table td ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.table td ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

.table td ul li::before {
  content: "■";
  color: #ef2b30;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}

.table-responsive {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.table {
  margin-bottom: 0 !important;
}

/* ****************************************** */
/* ****************************************** */
/* ****************************************** */
/* ****************************************** */

.admission-section {
  padding: 60px 15px;
  margin: auto;
}

.admission-section h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #111;
}

.accordion-button {
  color: #fff;
  font-weight: 500;
  border: none;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 20px;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion-button.bg-yellow {
  background-color: #ef2b30;
}

.accordion-button.bg-orange {
  background-color: #2b2728;
}

.accordion-button.bg-blue {
  background-color: #ef2b30;
}

.accordion-button.bg-darkblue {
  background-color: #2b2728;
}

.accordion-body {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}

.action-buttons {
  margin-top: 30px;
}

.action-buttons .btn {
  font-weight: 500;
  border: none;
  color: #fff;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 0;
}

.action-buttons .btn a {
  color: #fff;
  text-decoration: none;
}

.btn-download {
  background-color: #ef2b30;
}

.btn-enquiry {
  background-color: #ef2b30;
}

.btn-apply {
  background-color: #ef2b30;
}

.btn:hover {
  background-color: #ef2b30 !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
}
/* *************************************** */
/* *************************************** */
/* *************************************** */
/* *************************************** */
.asched-table th {
  font-weight: 600;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-color: #d0b9b9;
}

.asched-table td {
  font-size: 0.95rem;
  background-color: #fff;
  border-color: #dddddd;
}

.asched-table tbody tr:hover {
  background-color: #f9f4e8;
  transition: 0.2s;
}

.schedule-section {
  padding-top: 0px;
  padding-bottom: 70px;
}

/* ****************************** */
/* ****************************** */
/* ****************************** */

.pu-section-title {
  text-align: center;
  color: #000000;
  font-size: 30px;
  margin-bottom: 20px;
}

.pu-hero-section {
  background: #0d6efd;
  color: white;
  padding: 60px 20px;
  border-radius: 10px;
  text-align: center;
}

section.pu-section {
  padding: 70px 0;
}

.mission-card:hover p {
    color: #ffffff;
}

@media (max-width: 768px) {
  .principal-content {
    padding: 30px 20px;
  }
  .founder-content {
    padding: 30px 20px;
  }
  .mission-card {
    margin-bottom: 30px;
  }
  .committee-card img {
    height: 220px;
  }
  .breadcrumb-area h2 {
    font-size: 32px;
  }
  .uniform-title {
    font-size: 1.4rem;
  }
  .booklist-title {
    font-size: 1.5rem;
  }
  .admission-section h2 {
    font-size: 1.5rem;
  }

  .action-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .asched-table th {
    font-size: 0.85rem;
  }

  .asched-table td {
    font-size: 0.85rem;
  }
  .pr-60 {
    padding-right: 0px;
  }
  .profile-section {
    padding: 50px 0;
  }
  .kangaroo-section {
    padding: 50px 0;
  }
  .founder-section {
    padding: 50px 0;
  }
  .mission-vision-section {
    padding: 50px 0;
  }
  .facilities-section {
    padding: 50px 0;
  }
  .awards-section {
    padding: 50px 0;
  }
  .award-body {
    padding: 10px;
  }
  .table {
    margin-bottom: 0 !important;
    overflow-x: auto;
    width: max-content;
  }
  .table-responsive {
     overflow: auto; 
}
}

@media (max-width: 992px) {
  .profile-content {
    margin-top: 25px;
  }
}

@media screen and (max-width: 576px) {
  .admission-section {
    padding: 50px 0;
  }
  .quote-section {
    padding: 50px 0;
    background-color: #ffffff;
  }
  section {
    padding: 50px 0;
    background-color: #f5f5f5;
  }
  .section-c {
    padding: 50px 0;
    background: #ffffff;
  }
  .newslater-box-text {
    padding: 20px 0 30px 0;
  }
  .admission-btn {
    padding: 10px 10px;
    font-size: 14px;
  }
  .main-quote {
    font-size: 24px;
  }
  .btn2 i {
    margin-right: 5px;
  }
  .btn2 {
    padding: 10px 5px;
    font-size: 10px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 14px !important;
    padding: 5px;
  }
  .footer-three .footer-widget p,
  .footer-three {
    font-size: 13px;
    line-height: 20px;
  }
}
