#coming_soon_main {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#coming_soon_main .logo {
  height: 250px;
  width: auto;
}

html, body {
  height: 100%;
}

body {
  font-family: "Red Hat Display", Helvetica, Arial, sans-serif;
  font-size: 17px;
}

main {
  line-height: 30px;
}

#page-content {
  flex: 1 0 auto;
}

a {
  text-decoration: none !important;
}

textarea {
  resize: none;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 23%;
  right: 4%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: auto;
  border: none;
  text-indent: 100%;
}

#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.navbar {
  padding: 8px 1rem;
}
.navbar .brand {
  color: #000;
  font-family: "Red Hat Display", serif;
  font-weight: 800;
  line-height: 24px;
}
.navbar .brand img {
  height: 70px;
}
.navbar .brand .brand-text {
  font-size: 20px;
}
.navbar .navbar-nav .nav-item .dropdown .dropdown-menu {
  border-color: #1200AF;
}
.navbar .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
  color: #1200AF;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 15px;
  font-weight: 400;
  color: #1200AF;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link {
  border-bottom: 1px solid #1200AF;
  color: #1200AF;
}
.navbar .navbar-toggler {
  border: 1px solid #fff;
  font-size: 20px;
  padding: 0.125rem 0.25rem;
}

.footer-section {
  background: #C92A2A;
  padding-top: 2rem;
  color: white;
}
.footer-section .logo {
  height: 80px;
  width: auto;
}
.footer-section .footer-tagline {
  font-size: 16px;
  line-height: 1.6;
  color: #f0f0f0;
  margin: 0;
  text-align: left;
}
.footer-section .footer-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-section .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-links li {
  margin-bottom: 0.75rem;
}
.footer-section .footer-links li a {
  color: #f0f0f0;
  font-size: 16px;
  transition: color 0.3s ease;
}
.footer-section .footer-links li a:hover {
  color: white;
}
.footer-section .contact-info .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 16px;
  color: #f0f0f0;
  line-height: 1.5;
}
.footer-section .contact-info .contact-item i {
  margin-right: 12px;
  min-width: 20px;
  text-align: center;
  margin-top: 2px;
}
.footer-section .contact-info .contact-item a {
  color: #f0f0f0;
  transition: color 0.3s ease;
}
.footer-section .contact-info .contact-item a:hover {
  color: white;
}
.footer-section .social-links {
  display: flex;
  gap: 1rem;
}
.footer-section .social-links .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  transition: all 0.3s ease;
}
.footer-section .social-links .social-icon:hover {
  background: white;
  color: #C92A2A;
  transform: translateY(-3px);
}
.footer-section .copyright-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
}
.footer-section .copyright-bar h5 {
  font-size: 13px;
  font-weight: 400;
  color: #f0f0f0;
}

@media (max-width: 768px) {
  .footer-section .footer-heading {
    margin-top: 1.5rem;
  }
}
.home-page .banner-section .carousel .carousel-inner .carousel-item .carousel-item-img {
  height: 85vh;
}
.home-page .banner-section .carousel .carousel-inner .carousel-item .carousel-caption {
  width: 60%;
  background-color: #000;
  opacity: 0.7;
  border-radius: 12px;
  bottom: 15%;
  padding: 1.5rem;
}
.home-page .banner-section .carousel .carousel-inner .carousel-item .carousel-caption.custom-caption {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.home-page .pillars-section {
  padding: 6rem 0;
  margin-top: -4rem;
}
.home-page .pillars-section .slogan {
  margin-top: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .pillars-section .slogan h1 {
  color: #D23000;
  font-size: 40px;
  font-weight: bold;
}
.home-page .pillars-section .slogan span {
  font-size: 2.5rem;
  margin-right: 10px;
  margin-bottom: 16px;
}
.home-page .pillars-section .pillar-card {
  margin-top: -6rem;
  background-color: #FFFAFA;
  border: 1px solid #FFBFBF;
  font-size: 16px;
  border-radius: 16px;
  padding: 2.2rem 2rem;
}
.home-page .pillars-section .pillar-card .card-img {
  width: 80px;
  margin: auto;
}
.home-page .pillars-section .pillar-card .card-body {
  padding: 1.5rem 0 0 0;
  text-align: center;
}
.home-page .pillars-section .pillar-card .card-body .card-title {
  color: #D23000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.home-page .pillars-section .pillar-card .card-body .card-text {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 16px;
  font-weight: 400;
}
.home-page .about-section {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 2rem;
  position: relative;
  margin-top: -4rem;
  overflow: hidden;
  background: #fff;
}
.home-page .about-section::before, .home-page .about-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: 0;
}
.home-page .about-section::before {
  width: 164px;
  height: 164px;
  right: 40%;
  top: 18%;
  background: rgba(210, 48, 0, 0.1);
}
.home-page .about-section::after {
  width: 96px;
  height: 96px;
  right: -20px;
  top: 52%;
  background: rgba(1, 46, 228, 0.14);
}
.home-page .about-section .about-main-container {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  justify-content: space-between;
}
.home-page .about-section .about-left-content {
  flex: 1 1 52%;
  max-width: 620px;
}
.home-page .about-section .about-left-content h2 {
  color: #012EE4;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.home-page .about-section .about-left-content .desc {
  line-height: 1.85;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 400;
  margin-bottom: 1.75rem;
}
.home-page .about-section .about-left-content p {
  width: 100%;
}
.home-page .about-section .about-left-content span {
  font-weight: 700;
}
.home-page .about-section .about-left-content .list-section {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 17px;
  line-height: 1.4;
  color: #565656;
  font-weight: 400;
  margin-bottom: 0.85rem;
}
.home-page .about-section .about-left-content .list-section svg {
  flex: 0 0 20px;
}
.home-page .about-section .about-left-content h1 {
  color: #D23000;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 1.35rem;
}
.home-page .about-section .about-left-content .about-read-more {
  display: inline-flex;
  margin-left: 420px;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  color: #D23000;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}
.home-page .about-section .about-left-content .about-read-more span {
  font-size: 1.45rem;
  line-height: 1;
  transform: translateY(-1px);
}
.home-page .about-section .about-right-content {
  flex: 1 1 48%;
  min-width: 0;
}
.home-page .about-section .about-right-content .image {
  position: relative;
}
.home-page .about-section .about-right-content .cont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.15rem;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
}
.home-page .about-section .about-right-content .message-cont {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 90%;
  margin-inline: 10px;
  min-height: 76px;
  padding: 0.9rem 1rem;
  border: 1px solid #f3bcbc;
  border-radius: 12px;
  background: #fff8f8;
}
.home-page .about-section .about-right-content .message-cont .icon-wrap {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  transform: translate(-40px, -30px);
  background: #d23000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-page .about-section .about-right-content .message-cont .icon-wrap i {
  color: #fff;
  font-size: 20px;
}
.home-page .about-section .about-right-content .cont h2 {
  margin: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  color: #D23000;
  font-weight: 500;
}
.home-page .about-section .about-right-content img {
  width: 100%;
  max-width: 640px;
  height: auto;
  border-radius: 14px;
  cursor: pointer;
  position: relative;
}
.home-page .facility-section {
  width: 100%;
  margin: 0 auto;
  padding: 7rem 0;
  background-color: #FFF6F6;
}
.home-page .facility-section .facility-header {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.25rem;
}
.home-page .facility-section .facility-left {
  flex-basis: 50%;
}
.home-page .facility-section .facility-left .facility-hero-image {
  border-radius: 10px;
  overflow: hidden;
}
.home-page .facility-section .facility-left .facility-hero-image img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.home-page .facility-section .facility-right {
  flex-basis: 50%;
  margin-bottom: 55px;
}
.home-page .facility-section .facility-right h2 {
  color: #012EE4;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.home-page .facility-section .facility-right h1 {
  color: #D23000;
  font-size: 35px;
  line-height: 1.4;
  width: 90%;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.home-page .facility-section .facility-right p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  width: 80%;
  margin: 0;
}
.home-page .facility-section .facility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
.home-page .facility-section .facility-card {
  border: 1px solid #f4c4c4;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
.home-page .facility-section .facility-card .facility-card-image img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.home-page .facility-section .facility-card .facility-card-title {
  padding: 0.8rem 0.75rem;
  text-align: center;
}
.home-page .facility-section .facility-card .facility-card-title h4 {
  margin: 0;
  color: #D23000;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px;
}
.home-page .facility-section .boy {
  width: 65%;
  display: flex;
  align-items: center;
  margin-inline: auto;
  margin-top: 12rem;
  background-color: #ffffff;
  min-height: 230px;
  position: relative;
  overflow: visible;
  border-radius: 8px;
}
.home-page .facility-section .boy .image {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.home-page .facility-section .boy .image img {
  height: 370px;
  width: auto;
  display: block;
}
.home-page .facility-section .boy .contents {
  flex: 1;
  padding: 1.5rem 2rem 1.5rem 55%;
}
.home-page .facility-section .boy h1 {
  margin-top: 0;
  font-size: 45px;
  color: #D23000;
  font-weight: 800;
}
.home-page .facility-section .boy p {
  color: #012EE4;
  font-size: 20px;
  font-weight: 500;
}
.home-page .facility-section .boy .btn {
  background-color: transparent;
  border: 1px solid #d23000;
  padding: 6px 16px;
  border-radius: 4px;
}
.home-page .message-container {
  display: flex;
  width: 100%;
  margin-top: 5rem;
  gap: 3rem;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 9rem 1rem;
}
.home-page .message-container .speaker {
  flex: 1;
  width: 30%;
  min-width: 300px;
  max-width: 400px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}
.home-page .message-container .speaker .circle-top {
  position: absolute;
  width: 164px;
  height: 164px;
  border-radius: 100%;
  left: -20%;
  top: -15%;
  background: rgba(210, 48, 0, 0.1);
  z-index: -10;
}
.home-page .message-container .speaker .circle-bottom {
  width: 145px;
  height: 145px;
  position: absolute;
  right: -20%;
  bottom: -15%;
  background: rgba(1, 46, 228, 0.14);
  border-radius: 100%;
  z-index: -10;
}
.home-page .message-container .speaker img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
}
.home-page .message-container .speaker h4 {
  font-size: 14px;
  color: #012EE4;
  word-spacing: 2px;
  margin-left: 30px;
}
.home-page .message-container .speaker h2.message-name {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-top: 6px;
  margin-left: 30px;
  line-height: 1.3;
}
.home-page .message-container .speaker p.content {
  font-size: 15px;
  color: #1E1E1E;
  line-height: 1.3;
  margin-left: 30px;
  margin-top: 6px;
  margin-bottom: 2rem;
  display: block;
  width: 80%;
}
.home-page .message-container .speaker .view-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 160px;
  color: #D23000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.home-page .message-container .speaker .view-more span {
  font-size: 3rem;
  line-height: 1;
  transform: translateY(-7px);
}
.home-page .home-map {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  border: 1px solid #FFBFBF;
  margin-top: 2rem;
}
.home-page .query-section {
  width: 100%;
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .query-section .content-section {
  border: 2px solid #A3BDFF;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding: 2rem;
  width: 100%;
  max-width: 600px;
}
.home-page .query-section .content-section .leftimage {
  flex: 0 0 220px;
}
.home-page .query-section .content-section .leftimage img {
  width: 220px;
  height: 160px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.home-page .query-section .content-section img {
  max-width: 100%;
}
.home-page .query-section .content-section p {
  font-size: 16px;
  color: #012EE4;
  font-weight: 500;
  line-height: 28px;
}
.home-page .query-section .content-section .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.home-page .query-section .content-section .button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.home-page .query-section .content-section .button span {
  font-weight: bold;
  font-size: 60px;
  color: #012EE4;
}
.home-page .query-section .content-section .button a {
  font-size: 16px;
  color: #012EE4;
  margin-top: 20px;
}
.home-page .success-stories-section {
  margin: 6rem 0;
}
.home-page .success-stories-section .success-story-card {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.home-page .success-stories-section .success-story-card img {
  width: 120px;
  height: auto;
  border-radius: 12px;
  margin-bottom: 1rem;
}
.home-page .success-stories-section .success-story-card .card-body {
  padding: 0;
}
.home-page .success-stories-section .carousel-control-prev-icon,
.home-page .success-stories-section .carousel-control-next-icon {
  filter: invert(55%) sepia(90%) saturate(700%) hue-rotate(0deg) brightness(105%) contrast(105%);
}
.home-page .success-stories-section .carousel-control-prev,
.home-page .success-stories-section .carousel-control-next {
  color: #FF6B00;
}
.home-page .explore-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
}
.home-page .explore-section .explore-upper {
  text-align: center;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.home-page .explore-section .explore-upper h2 {
  color: #D23000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.home-page .explore-section .explore-upper p {
  font-size: 15px;
  color: #444;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.65;
}
.home-page .explore-section .explore-video-area {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.home-page .explore-section .explore-video-area::after {
  content: "";
  position: absolute;
  top: 19.7vw;
  bottom: 0;
  left: 0;
  right: 0;
  background: #D23000;
  z-index: 0;
}
.home-page .explore-section .explore-video-area .explore-video-wrapper {
  position: relative;
  z-index: 1;
  width: 55%;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.18);
}
.home-page .explore-section .explore-video-area .explore-btn-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.home-page .explore-section .explore-video-area .explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  color: #1a1a1a;
  border-radius: 50px;
  padding: 0.85rem 2.5rem;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .home-page .explore-section .explore-video-area::after {
    top: 25vw;
  }
  .home-page .explore-section .explore-video-area .explore-video-wrapper {
    width: 88%;
  }
}
.home-page .ourprograms-section {
  width: 100%;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-page .ourprograms-section .container .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * 0.8);
}
.home-page .ourprograms-section h2 {
  color: #D23000;
  margin-bottom: 2rem;
}
.home-page .ourprograms-section .ourprogram-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #A3BDFF;
  border-radius: 1.5rem;
}
.home-page .ourprograms-section .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 1rem;
  background-color: #F6F9FF;
  border-radius: 1.5rem;
  position: relative;
}
.home-page .ourprograms-section .card-body h5 {
  color: #D23000;
  margin-bottom: 1rem;
}
.home-page .ourprograms-section .card-body .card-text {
  font-size: 14px;
  word-spacing: normal;
  font-weight: 500;
  text-align: center;
}
.home-page .ourprograms-section .card-body .num-circle {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  left: -25px;
  bottom: -25px;
  background-color: #FFF6F6;
  border: 1px solid #FFD3D3;
  font-size: 24px;
  padding: 15px;
  font-weight: 600;
  color: #012EE4;
}
.home-page .collage-grid {
  display: grid;
  /* Defines 3 responsive columns matching your original layout proportions */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /* Auto-creates rows as content grows */
  grid-auto-rows: 120px;
  /* Crucial: 'dense' forces the browser to pack smaller items into empty spaces */
  grid-auto-flow: row dense;
  gap: 12px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 12px;
}
.home-page {
  /* Base style for all looping items */
}
.home-page .grid-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 2; /* Standard images span 2 rows (~240px high) */
}
.home-page {
  /* Featured/Larger items scale up automatically without breaking layout */
}
.home-page .grid-item.item-featured {
  grid-row: span 4; /* Spans 4 rows (~480px high) */
  /* On wider layouts, gives prominent landscape/portrait images extra width */
}
@media (min-width: 900px) {
  .home-page .grid-item.item-featured {
    grid-column: span 2;
  }
}
.home-page {
  /* Images always scale gracefully into their calculated slots */
}
.home-page .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .home-page .pillars-section {
    padding: 5rem 1rem;
    margin-top: 0;
  }
  .home-page .about-section {
    padding: 5rem 1rem;
    margin-top: 0;
  }
  .home-page .facility-section {
    padding: 7rem 1rem;
  }
  .home-page .message-container {
    gap: 1.5rem;
    padding: 7rem 1rem;
    margin-top: 0;
  }
  .home-page .message-container .speaker {
    min-width: 100%;
    max-width: 100%;
    padding: 2rem 1.5rem;
  }
  .home-page .success-stories-section {
    padding: 1rem 0;
  }
  .home-page .explore-section {
    padding-top: 5rem;
  }
  .home-page .explore-section .explore-video-area {
    padding-bottom: 7rem;
  }
  .home-page .ourprograms-section {
    padding: 5rem 1rem;
  }
  .home-page .query-section {
    padding: 5rem 1rem;
  }
}
.home-page {
  /* Mobile Responsiveness */
}
@media (max-width: 600px) {
  .home-page .collage-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .home-page .grid-item, .home-page .grid-item.item-featured {
    grid-column: span 1 !important;
    grid-row: auto !important;
    aspect-ratio: 4/3; /* Keeps standard camera proportions on phones */
  }
}
@media (max-width: 460px) {
  .home-page .banner-section .carousel .carousel-inner .carousel-item .carousel-caption {
    margin: auto;
    width: 85%;
    padding: 1rem;
    position: static;
    margin-top: 1rem;
  }
  .home-page .banner-section .carousel .carousel-inner .carousel-item .carousel-item-img {
    height: 240px;
  }
  .home-page .about-section {
    padding: 5rem 1rem;
  }
  .home-page .about-section::before, .home-page .about-section::after {
    display: none;
  }
  .home-page .about-section .about-main-container {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .home-page .about-section .about-left-content {
    width: 100%;
  }
  .home-page .about-section .about-left-content h1 {
    font-size: 2rem;
  }
  .home-page .about-section .about-left-content .cont {
    margin-top: 2rem;
  }
  .home-page .about-section .about-left-content .desc {
    font-size: 1rem;
    line-height: 1.75;
  }
  .home-page .about-section .about-left-content .list-section {
    font-size: 1rem;
    align-items: flex-start;
  }
  .home-page .about-section .about-left-content .about-read-more {
    font-size: 1rem;
  }
  .home-page .about-section .about-right-content {
    width: 100%;
  }
  .home-page .about-section .about-right-content .cont {
    grid-template-columns: 1fr;
  }
  .home-page .about-section .about-right-content .cont h2 {
    font-size: 1rem;
  }
  .home-page .facility-section {
    padding: 7rem 1rem;
  }
  .home-page .facility-section .facility-header {
    margin-bottom: 1.5rem;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .home-page .facility-section .facility-right {
    margin-left: 0;
  }
  .home-page .facility-section .facility-right h1 {
    font-size: 2rem;
  }
  .home-page .facility-section .facility-right p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .home-page .facility-section .facility-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .home-page .facility-section .facility-card .facility-card-title h4 {
    font-size: 1rem;
  }
  .home-page .facility-section .boy {
    height: auto;
    min-height: auto;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 5rem;
    padding-bottom: 2rem;
    margin-top: 8rem;
    flex-wrap: wrap;
  }
  .home-page .facility-section .boy .image {
    position: static;
    padding-left: 3rem;
  }
  .home-page .facility-section .boy .image img {
    height: 250px;
  }
  .home-page .facility-section .boy .contents {
    padding: 1rem 1.5rem;
    text-align: center;
  }
  .home-page .facility-section .boy h1 {
    margin-top: 0;
  }
  .home-page .query-section {
    padding: 2rem 1rem;
  }
  .home-page .query-section .content-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-page .query-section .content-section .leftimage {
    flex: 0 0 auto;
  }
  .home-page .query-section .content-section .leftimage img {
    width: 100%;
    height: auto;
  }
  .home-page .query-section .content-section .content {
    align-items: flex-start;
    width: 100%;
  }
  .home-page .message-container .speaker .circle-top, .home-page .message-container .speaker .circle-bottom {
    display: none;
  }
  .home-page .message-container .speaker h4, .home-page .message-container .speaker h2.message-name, .home-page .message-container .speaker p.content, .home-page .message-container .speaker .view-more {
    margin-left: 0;
  }
  .home-page .ourprograms-section .ourprogram-card {
    margin-bottom: 4rem;
  }
  .home-page .ourprograms-section .ourprogram-card:last-child {
    margin-bottom: 0;
  }
  .home-page .pillars-section .pillar-card {
    margin-top: 2rem;
  }
  .home-page .facility-section .facility-grid {
    padding-inline: 0;
  }
  .home-page .facility-section .facility-card {
    width: 100%;
  }
  .home-page .success-stories-section .success-story-card {
    padding: 2rem;
  }
  .home-page .success-stories-section .success-story-card .card-img-top {
    height: 120px;
    width: 120px;
  }
  .home-page .success-stories-section .success-story-card .card-body {
    padding: 0;
  }
}
@media screen and (min-width: 461px) and (max-width: 992px) {
  .home-page .facility-section .facility-header {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .home-page .facility-section .facility-right h1 {
    font-size: 2.25rem;
  }
  .home-page .facility-section .facility-right p {
    font-size: 1rem;
  }
  .home-page .facility-section .facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=main.css.map */