@media (max-width: 1599px) {
  .collage-wrapper {
    transform: scale(0.7);
  }

  .collage-wrapper::before {
    right: -65px;
  }

  .partner-card {
    height: 150px;
  }
}





@media (max-width: 1499px) {
  .collage-grid {
    height: 475px;
  }

  .knowledge-card {
    padding: 30px;
  }

  .knowledge-card h3 {
    font-size: 20px;
  }

  .learning-life-section .feature-card {
    gap: 16px;
    border-radius: 0;
    padding: 25px;
  }

  .pathway-item span svg {
    width: 40px;
  }

  .gold-strip-inner {
    gap: 30px;
  }

  .pathway-row {
    gap: 20px;
  }

  .strip-heading {
    max-width: 280px;
    width: 100%;
  }

  .radial-card:nth-child(1),
  .radial-card:nth-child(4) {
    left: 15%;
  }

  .radial-card:nth-child(2),
  .radial-card:nth-child(6) {
    right: 15%;
  }

  .radial-card:nth-child(3) {
    left: 2%;
  }

  .radial-card:nth-child(5) {
    right: 2%;
  }

  .radial-center {
    width: 350px;
    height: 350px;
  }

  .radial-center span {
    font-size: 2.5rem;
  }


}

@media (max-width: 1279px) {
  .image-one {
    width: 275px;
    height: 275px;
    left: 5px;
    top: 65px;
  }

  .image-two {
    width: 175px;
    height: 175px;
    left: 290px;
    top: 165px;
  }

  .image-three {
    width: 175px;
    height: 175px;
    left: 105px;
    top: 350px;
  }

  .image-four {
    width: 275px;
    height: 275px;
    left: 290px;
    top: 350px;
  }

  .collage-wrapper::after,
  .collage-wrapper::before {
    max-width: 150px;
    height: 150px;
  }

}


@media (max-width: 1199px) {
  .hero-image-wrap:after {
    max-width: 180px;
  }

  .strip-heading {
    max-width: 100%;
    width: 100%;
  }

  .pathway-row {
    flex-wrap: wrap;
  }

  .pathway-item {
    width: 45%;
  }

  .knowledge-section .col-md-6.col-lg-3 {
    width: 50%;
  }

  .radial-center {
    width: 275px;
    height: 275px;
  }

  .radial-center span {
    font-size: 2rem;
  }



  .radial-img-box {
    max-width: 150px;
    height: 100px;
    right: -15px;
    top: -15px;
  }

  .radial-section::after {
    height: 220px;
  }

  .radial-section::before {
    height: 220px;
  }

  .radial-wrap {
    height: 1200px;
  }

  .radial-wrap {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .radial-center {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 20px;
    width: 275px;
    height: 275px;
  }

  .radial-cards {
    position: relative;
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .radial-card {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 50%;
    max-width: 400px;
  }

  .collage-wrapper {
    max-width: 500px;
  }
}




@media (max-width: 991px) {
  .hero-section .container-custom {
    max-width: 1920px;
    width: 100%;
    padding: 0px 30px;
    position: relative;
  }

  .container-custom {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section .container-custom {
    padding: 0px 30px;
  }

  .hero-section .hero-content {
    padding-left: 0;
  }

  .inner-header .header-inner {
    padding: 8px 20px;
  }

  .organic-blob {
    bottom: 50%;
    left: 0;
    width: 140px;
    height: auto;
  }

  .testimonial-row {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image {
    height: 400px;
    border-radius: 30px 30px 30px 30px;
  }

  .hero-image-wrap:after {
    display: none;
  }

  .stat-item p {
    font-size: 16px;

  }

  .laboratory-card {
    padding: 25px;
  }

  .laboratory-card h3 {
    font-size: 18px;
  }

  .laboratory-card p {
    margin: 0;
  }

  .pathway-item {
    display: block;
  }

  .header-center-text strong {
    font-size: 1.5rem;
  }

  .radial-modal .swiper-button-next,
  .radial-modal .swiper-button-prev {
    width: 38px;
    height: 38px;
  }

  .radial-modal .swiper-button-next svg,
  .radial-modal .swiper-button-prev svg {
    width: 10px;
  }

  .radial-card {
    width: 45%;
  }

  .collage-wrapper {
    transform: scale(1);
  }

  .whoweare-section .content-box {
    padding-left: 0;
  }

  .mission-image svg {
    max-width: 280px;
    height: 280px;
  }
}

@media (max-width: 767px) {
  .header-left {
    gap: 10px;
  }

  .header-left a {
    font-size: 12px;
  }

  .header-left a svg {
    width: 16px;
  }

  .header-social a svg {
    width: 18px;
  }

  .header-inner {
    padding: 5px 40px;
  }

  .main-nav {
    padding: 10px 0;
  }

  .header-center-text strong {
    font-size: 1rem;
    max-width: 200px;
    line-height: normal;
  }

  .header-center-text small {
    font-size: 0.9rem;
  }

  .hero-section .hero-content .eyebrow {
    padding-right: 0;
    padding-left: 30px;
  }

  .eyebrow {
    padding-left: 30px;
    padding-right: 30px;
  }



  .btn-primary-custom {
    padding: 12px 15px;
    font-size: 1rem;
  }

  .collage-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .card-icon {
    min-width: 55px;
    height: 55px;
    margin-bottom: 0;
  }


  .knowledge-card .card-icon {
    margin-bottom: 16px;
  }

  .knowledge-card .card-icon img {
    width: 55px;
    height: auto;
  }

  .learning-life-section .card-content {
    padding-right: 0;
  }

  .experience-card {
    padding: 25px;
  }

  .collage-item:nth-child(1),
  .collage-item:nth-child(3) {
    clip-path: none;
    margin: 0;
  }

  .radial-cards {
    grid-template-columns: 1fr 1fr;
  }

  .radial-card {
    width: 100%;
  }

  .stat-item {
    min-width: 100%;
  }

  .schools-section .stat-num small {
    font-size: 1.5rem;
  }

  .schools-section .stat-num span {
    font-size: 3rem;
  }

  .stat-num small {
    font-size: 1.5rem;
  }

  .radial-section::after {
    height: 85px;
  }

  .radial-section::before {
    height: 90px;
  }

  /* .stat-num small br {
    display: none;
  }

  .stat-num {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  } */

  .community-image-section {
    height: 320px;
  }

  .knowledge-section,
  .experiences-section,
  .laboratories-section,
  .final-cta-section {
    padding: 60px 0;
  }

  .learning-life-section,
  .radial-section,
  .schools-section {
    padding: 60px 0;
  }

  .hero-section {
    padding: 150px 0 80px;
  }

  .gold-strip-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-maker-inner h3 {
    font-size: 2rem;
    margin: 0;
    max-width: 100%;
  }

  .plan-maker-inner h3 br {
    display: none;
  }

  .plan-links {
    gap: 30px;
    flex-wrap: wrap;
  }

  .plan-links a {
    width: 100%;
  }

  .stats-row {
    justify-content: flex-start;
  }

  .final-cta-card {
    padding: 40px 22px;
    border-radius: 26px;
  }

  .plan-maker-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .collage-item {
    transform: skewX(0deg);
    border-right: 0px solid #fff;
    height: 200px;
  }

  .learning-life-section .content-box {
    padding-right: 0;
  }

  .collage-item img {
    width: 100%;
    transform: skewX(0deg);
    top: 0;
    left: 0;
  }


  .exp-body h3 {
    font-size: 1.5rem;
  }

  .organic-blob {
    bottom: 55%;
    width: 65px;
  }

  .floating-contact {
    right: 15px;
    padding: 5px 15px;
    font-size: 14px;
    bottom: 30px;
  }

  .knowledge-section .col-md-6.col-lg-3 {
    width: 100%;
  }

  .eyebrow::after,
  .right-head-bar:before {
    width: 25px;
  }

  .school-pill-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .school-pill {
    border-radius: 16px;
  }

  .site-footer .container-custom {
    top: 0px;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .final-cta-section {
    padding-bottom: 258px;
    background-size: 150% auto;
  }

  .footer-brand .brand-mark {
    width: 80px;
    height: 80px;
  }

  .footer-links {
    gap: 16px;
    margin-bottom: 30px;
  }

  .collage-wrapper {
    max-width: 335px;
    transform: scale(1);
    min-height: 350px;
    margin-top: -30px;
  }



  .collage-wrapper::before {
    right: 0;
  }

  .collage-wrapper::after,
  .collage-wrapper::before {
    max-width: 75px;
    height: 75px;
  }

  .image-one {
    width: 160px;
    height: 160px;
    left: 5px;
    top: 10px;
  }

  .image-two {
    width: 110px;
    height: 110px;
    left: 170px;
    top: 60px;
  }

  .image-three {
    width: 110px;
    height: 110px;
    left: 55px;
    top: 175px;
  }

  .image-four {
    width: 160px;
    height: 160px;
    left: 170px;
    top: 175px;
  }
}

@media (max-width: 575px) {
  .container-custom {
    padding-left: 18px;
    padding-right: 18px;
  }

  .testimonial-row {
    grid-template-columns: 1fr;
  }

  .hero-image {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .radial-cards {
    grid-template-columns: 1fr;
  }

  .btn-primary-custom {
    font-size: 0.9rem;
  }
}