body {
  color: var(--primary-text-color);
  background-color: var(--primary-background-color);
  font-family: "Poppins", sans-serif;
}

.main-container {
  margin: 0 auto;
}

.no-school-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 100%;  */
  /* overflow: auto;  */
  /* background-color: rgb(0,0,0);  */
  background-color: rgba(0, 0, 0, 0.4);
}

.no-school-modal-content {
  background-color: #fff;
  margin: 15% auto;
  /* padding: 20px; */
  border: 1px solid #888;
  border-radius: 15px;
  width: 50%;
}

.no-school-close {
  width: 100%;
  display: flex;
  justify-content: end;
  font-weight: bold;
}

.no-school-close:hover,
.no-school-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.paginationjs {
  float: right;
  margin: 0 10px;
}

.content-container {
  margin: 0 auto;
  max-width: 90%;
  margin-top: 100px;
}

.services-content-container {
  /* margin: 0 auto;
	max-width: 90%; */
  margin-top: 110px;
}

.hide-default {
  display: none;
}

.card-body {
  z-index: 1;
}

.banner-inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}

.right-section {
  position: relative;
  flex: 1;
}

.right-section .banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.right-section .top-left,
.right-section .bottom-right {
  position: absolute;
  padding: 10px;
}

.right-section .top-left {
  top: -70px;
  /* left: -100px; */
}

.right-section .bottom-right {
  bottom: -55px;
  /* right: -50px; */
  display: flex;
  justify-content: end;
}

.services-card {
  border-radius: 12px;
  /* background: #FFF; */
  /* box-shadow: 0px 29px 11px 0px rgba(112, 181, 255, 0.01), 0px 16px 10px 0px rgba(112, 181, 255, 0.05), 0px 7px 7px 0px rgba(112, 181, 255, 0.09), 0px 2px 4px 0px rgba(112, 181, 255, 0.10), 0px 45px 12px 0px rgba(112, 181, 255, 0.00); */
  border: 1px solid rgba(234, 236, 240, 1);
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding: 15px 10px;
}

.left-container,
.right-container {
  padding: 0 12px;
}

.service-banner-card {
  border-radius: 12px;
  border: 1px solid #eff0f6;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.pricing-option-tabs, .events-option-tabs {
  width: 230px;
  margin: 0 auto;
  border: none;
  padding: 0;
  text-align: center;
  display: flex;
  border-radius: 30px;
  background-color: #909090;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-tab-item, .events-tab-item {
  width: 115px;
  height: 40px;
  background-color: transparent;
  color: var(--text-color-light);
  border: 1px solid var(--text-color-grey);
  border-radius: 0;
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pricing-tab-item.active, .events-tab-item.active {
  background: linear-gradient(90deg, #2777dd, #d475bf) !important;
}

.pricing-tab-item:hover, .events-tab-item:hover {
  color: var(--text-color-light);
}

.price-list {
  position: relative;
  /* min-height: 625px; */
  height: auto;
  /* overflow: auto; */
}

.discount-ribbon {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  background-color: var(--secondary-text-color);
  color: white;
  padding: 5px 10px;
  z-index: 1;
  border-radius: 10px;
}

.flatpickr-day.event-day {
  color: #fff !important;
  background: linear-gradient(90deg, #2777dd, #d475bf) !important;
  font-weight: 600;
}

.highlight {
  border: 2px solid #007bff !important;
  background-color: #eef6ff;
}

.plan_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.plan_footer_btn {
  height: 40px;
  font-size: 14px;
  color: var(--secondary-text-color);
  border: 1px solid var(--secondary-text-color);
  background: transparent;
}

.banner-image {
  border-radius: 10px;
}

.home-banner {
  display: block;
  width: 100%;
  border-radius: 20px;
  height: 580px;
  position: relative;
}

.home-banner-image {
  position: absolute;
  top: 0;
  left: 0;
}

.home-banner-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  border-radius: 20px;
  text-align: start;
}

.home-banner-content {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.home-banner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-left-container {
  background: var(--secondary-background-color);
}

.banner-header-text {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1.4px;
}

.contact-banner {
  background-color: var(--secondary-text-color);
  min-height: 425px;
  text-align: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.home-banner-btn {
  z-index: 1;
}

.top-left-disc {
  top: -60px;
  left: -100px;
  position: absolute;
  width: 125px;
  height: 125px;
}

.top-left-ring {
  width: 150%;
  height: 150%;
  border: 35px solid #2dd4bf;
  border-radius: 331px;
}

.top-right-disc {
  top: -75px;
  right: 0;
  position: absolute;
  width: 150px;
  height: 150px;
  border: 30px solid #fb7185;
  border-radius: 331px;
}

.bottom-left-disc {
  position: absolute;
  bottom: -100px;
  left: -5px;
  width: 150px;
  height: 150px;
  border: 30px solid #a5b4fc;
  border-radius: 331px;
}

.bottom-right-disc {
  bottom: -200px;
  right: -50px;
  position: absolute;
  width: 350px;
  height: 350px;
  border: 75px solid #fef3c7;
  border-radius: 331px;
}

.ring {
  border-radius: 50%;
  position: relative;
}

.footer-section {
  display: flex;
  flex-direction: column;
  text-align: center;
  /* max-width: 1024px; */
  margin: 0 auto;
}

.footer-container {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.void-social-container {
  display: flex;
  justify-content: flex-end;
}

.social-icons {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.footer-terms-container {
  /* width: 20%; */
  margin: 0;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: var(--primary-text-color);
  margin-top: 0;
}

.common-sized-icon-small {
  width: 37px;
  height: auto;
}

.common-sized-icon-big {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.profile-section {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  overflow: visible;
}
@media (max-width: 991px) {
  .profile-section {
    height: 400px;
  }
}

.profile-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}

.profile-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .profile-card {
    display: flex;
    align-items: center;
  }
}
.bg-card {
  width: 100%;
  height: 90%;
  background-size: cover;
  /* background-position: center; */
  /* border-radius: 15px; */
  display: flex;
  align-items: center;
  justify-content: start;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .bg-card {
    height: 60%;
    background-position: center;
    bottom: unset;
  }
}
.profile-info {
  left: 65px;
}
@media (max-width: 991px) {
  .profile-info {
    left: 15px;
  }
}
.profile-pic-container {
  height: 125%;
}
@media (max-width: 991px) {
  .profile-pic-container {
    height: 100%;
  }
}
.profile-pic {
  /* width: 250px; */
  height: 100%;
  object-fit: contain;
}

.team-section {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin: 20px auto;
  max-width: 1000px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.team-section h2 {
  color: #0d47a1;
  margin-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 8px;
}
.member {
  margin-bottom: 18px;
  padding: 15px;
  background: #f9fbff;
  border-left: 4px solid #2196f3;
  border-radius: 8px;
}
.member h4 {
  margin: 0 0 6px;
  color: #1565c0;
  font-size: 1.1rem;
}
.member p {
  margin: 0;
  line-height: 1.5;
  font-size: 0.95rem;
}

.slider {
  overflow: hidden;
  width: 100%; /* Set the width based on your design */
  position: relative;
}

.slide-track {
  display: flex;
  animation: scroll 30s linear infinite;
}

.slide-image {
  display: inline-block;
  width: 100px;
  max-width: 150px;
  height: 100px;
  padding: 10px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-250%);
  }
}

.gradient-bg {
  background: linear-gradient(90deg, #2777dd, #d475bf) !important;
}

.gradient-color {
  background-image: linear-gradient(
    270deg,
    var(--gradient-color-1) 20.33%,
    var(--gradient-color-2) 99.9%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradient-ribbon-bg {
  background: linear-gradient(
    90deg,
    var(--gradient-color-2) 0%,
    var(--gradient-color-1) 50%,
    var(--gradient-color-2) 100%
  );
}

.glass-bg {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* color: #fff; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.gradient-ribbon {
  min-height: 75px;
  color: var(--text-color-light);
}

.full-banner-image {
  position: relative;
  background-image: url("../images/banners/school_one_home_banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  color: white;
  overflow: hidden;
}

.full-banner-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.facilitator-certificate-bars {
  width:150px; 
  height: 150px; 
  clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
}

@media (min-width: 1920px) {
  .founder-section {
    height: 42vh;
  }
}

@media screen and (min-width: 7680px) {
  .founder-section {
    height: 75vh;
  }
}

@media (max-width: 991px) {
  .full-banner-image {
    height: 50vh;
  }

  .innovation-vision-banner {
    flex-direction: column-reverse;
    /* padding: 1rem; */
    gap: 10px;
  }
  .facilitator-certificate-bars {
    width:110px; 
    height: 110px; 
  }
}

.steps-serial {
  color: #a5b4fc;
  font-size: 70px;
  font-weight: 700;
}

.cta-container {
  margin-top: 15px;
  width: 30%;
  justify-content: space-around;
}

.facilitator-banner-rounded {
  border-radius: 160px;
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding: 10px;
  }

  .main-container {
    overflow: hidden;
  }

  .left-section {
    margin-bottom: 50px;
  }

  .gradient-ribbon {
    width: 75% !important;
    margin: 0 auto;
  }

  .gradient-ribbon-item {
    justify-content: center;
    padding: 10px;
  }

  .content-container,
  .services-content-container {
    max-width: 100%;
  }

  .margin-auto-mobile {
    margin: 0 auto;
  }

  .top-left {
    left: 0;
  }

  .bottom-right {
    right: 0;
  }

  .bottom-right-disc {
    bottom: -265px;
    right: -200px;
    border: 40px solid #fef3c7;
  }

  .customer-profile {
    width: 280px;
    border-radius: 280px;
  }

  .footer-container {
    text-align: start;
    font-size: 14px;
  }

  .footer-disclaimer {
    font-size: 14px;
  }

  .footer-terms-container {
    margin-top: 15px !important;
  }

  .footer-social-icons {
    margin-bottom: 15px !important;
  }

  .banner-header-text {
    font-size: 25px;
    text-align: center;
    line-height: 35px;
  }
}

@media (min-width: 992px) {
  .search-container {
    /* min-height: 50vh; */
    padding: 100px 0;
  }

  .search-school-logo {
    width: 50%;
  }

  .banner-left-container {
    border-radius: 0px 0px 144px 0px;
  }

  .left-container {
    flex: 0 0 50%;
  }

  .left-container-large {
    flex: 0 0 60%;
  }

  .banner-right-container {
    padding: 0;
    margin-left: -70px;
    margin-right: 50px;
  }

  .top-left {
    left: -100px;
  }

  .bottom-right {
    right: -50px;
  }

  .gradient-ribbon-item {
    justify-content: space-around;
  }

  .static-tile-height {
    min-height: 165px;
    height: auto;
  }

  .customer-profile {
    width: 280px;
    height: 280px;
    border-radius: 280px;
  }

  .footer-container li {
    margin-right: 15px;
  }

  .footer-terms-container {
    width: 218px;
  }
}
