@media screen and (max-width: 1720px) {
  .home-about {
    min-height: 560px;
    height: initial;
  }
}
@media screen and (max-width: 1600px) {
  .home-about {
    min-height: 520px;
    height: initial;
  }
}
@media screen and (max-width: 1480px) {
  .site-navigation ul,
  .site-header-cta {
    display: flex;
  }
  .mobile-hamburger {
    display: none;
  }

  .schedule-tabs {
    display: flex;
    margin-bottom: 20px;
  }

  .home-banner-images-container {
    max-height: 350px;
  }
  .mobile-slider .swiper-slide img {
    max-height: 100%;
    height: 100%;
  }
  .home-banner-images-container .swiper {
    max-height: 100%;
  }

  .home-programs {
    min-height: initial;
  }
  .programs-grid {
    display: flex;
    overflow: scroll;
    position: initial;
    height: auto;
    padding: 30px 0;
    gap: 20px;
  }
  .program-card {
    min-width: 30%;
    position: initial;
    transform: none;
  }
  .cs-lab-card {
    border: 2px solid var(--primary);
    border-radius: 20px;
    padding: 40px;
    height: initial;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .cs-lab-graphic {
    display: none;
  }
  .cs-lab-card-left {
    margin-bottom: 20px;
  }
  .cs-lab-card-left,
  .cs-lab-card-right {
    position: initial;
    width: 100%;
    transform: initial;
  }

  .about-mission-graphic {
    display: none;
  }

  .why-learn-coding-container {
    min-height: 1200px;
  }
  .mobile-line-svg {
    position: absolute;
    left: 10px;
    top: 0;
  }
  .why-learn-coding__reason .reason-title {
    grid-column-start: 2;
  }
  .why-learn-coding-graphic {
    display: none;
  }
  .why-learn-coding__reason {
    max-width: 90%;
    left: 0;
    align-items: flex-start;
    text-align: left;
    top: 200px;
    display: grid;
    grid-template-columns: 30px 1fr;
  }
  .why-learn-coding__reason-1 {
    top: 0;
  }
  .why-learn-coding__reason-2 {
    top: 200px;
  }
  .why-learn-coding__reason-3 {
    top: 400px;
    flex-direction: row;
    right: initial;
  }
  .why-learn-coding__reason-4 {
    top: 600px;
  }
  .why-learn-coding__reason-5 {
    top: 800px;
  }
  .why-learn-coding__reason-6 {
    top: 0;
  }

  .home-about {
    height: initial;
    padding-top: 40px;
    max-height: initial;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .home-about__quote {
    max-width: 50%;
    position: initial;
    transform: none;
    font-size: 2.5rem;
  }
  .home-about__quote img {
    width: 50px;
    height: 50px;
  }
  .home-about-image {
    position: initial;
    width: 50%;
    margin-top: 20px;
    height: initial;
  }

  .about-banner img {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .home-banner-container {
    height: 80vh;
    max-height: 800px;
  }
  .home-banner-images-container {
    max-height: 300px;
  }
  .home-banner-container h1 {
    font-size: 2.3rem;
  }
  .site-navigation ul,
  .site-header-cta {
    display: none;
  }
  .header-template-text {
    max-width: 90%;
  }
  .site-header {
    padding-top: 10px;
  }
  /* Hamburger Button */
  .mobile-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
  }
  .mobile-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* When open */
  .mobile-hamburger.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .mobile-hamburger.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .menu-mobile-text-grey > a {
    color: grey;
  }
  .drawer-overlay {
    background: black;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0.3;
  }

  .mobile-drawer {
    position: fixed;
    top: 0;
    right: -70%;
    width: 70%;
    height: 100%;
    max-height: 100vh;
    background: #fff;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 4rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .mobile-drawer.open {
    right: 0;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .mobile-cta {
    margin-top: auto;
  }

  .mobile-navigation .menu-item a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
  }

  .mobile-navigation .menu-item .sub-menu {
    padding-left: 20px;
  }

  .mobile-navigation .menu-item .sub-menu li {
    padding-top: 30px;
  }
  .mobile-cta a {
    display: flex;
    align-items: center;
    width: 100%;
    color: white;
    padding: 15px;
    margin-top: 20px;
    font-size: 0.9rem;
    gap: 5px;
  }

  .why-learn-coding-three-dots {
    width: 120px;
  }

  /* Programs */
  .home-programs-container .blue-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
  }
  .home-programs {
    min-height: 800px;
  }
  .program-card {
    min-width: 60%;
  }
  .cs-lab-card {
    display: block;
  }

  .homeBannerSwiper {
    margin-top: 0;
    height: 105vh;
  }

  .homeBannerSwiper .swiper-slide h1,
  .homeBannerSwiper .swiper-slide h2 {
    font-size: 1.5rem;
  }

  .homeBannerSwiper .swiper-slide {
    max-width: 100%;
    padding-top: 0px;
    font-size: 1rem;
  }

  .homeBannerSwiper .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    flex-direction: row;
    width: 100%;
    height: fit-content;
    top: initial;
    left: 0;
    bottom: -40px;
  }
  .homeBannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 150px;
    height: 150px;
  }
  .homeBannerSwiper .highlight-last-word::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--primary);
    right: -13px;
  }
  .homepage-banner-graphic {
    bottom: 50px;
  }

  .home-about {
    display: initial;
  }
  .home-about__quote {
    max-width: 100%;
    position: initial;
    transform: none;
    font-size: 2rem;
  }

  .home-about-image {
    position: initial;
    width: 100%;
    margin-top: 20px;
    height: initial;
  }

  .about-mission-circle {
    height: 220px;
    width: 220px;
  }

  .upcoming-capstone-line-drawing {
    display: none;
  }
  .upcoming-capstone {
    height: initial;
  }
  .capstone-project-0,
  .capstone-project-1,
  .capstone-project-2 {
    max-width: 100%;
    position: initial;
    margin-bottom: 50px;
  }

  .switch-buttons {
    width: fit-content;
  }
  .course-schedule-table-view,
  .schedules-wrapper {
    overflow-x: scroll;
  }
  .courses-list {
    min-width: max-content;
  }
  .courses-schedule-months,
  .monthly-schedule-cards-container {
    min-width: 200%;
  }

  .schedule-card {
    padding: 20px 10px;
  }

  .schedule-card h3 {
    font-size: 1rem;
  }
  .schedule-card p {
    font-size: 0.9rem;
  }
  .schedule-card img {
    width: 20px;
    height: 20px;
    margin-right: 0.3rem !important;
  }

  .header-template_container::after {
    bottom: -17%;
    right: 200px;
    width: 70px;
    height: 70px;
    box-shadow: 90px 0 0 0 var(--primary), 180px 0 0 0 var(--primary);
  }

  .header-template_container h1 {
    font-size: 1.3rem;
    width: fit-content;
  }
  .header-template_container h1::after {
    right: -10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--primary);
  }
}

@media screen and (max-width: 1024px) {
  .home-banner-container {
    height: auto;
    max-height: initial;
  }
}

@media screen and (max-width: 768px) {
  .mobile-drawer {
    right: -90%;
    width: 90%;
  }

  .header-template_container h1::after {
    right: -9px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--primary);
  }
  .header-template-text {
    max-width: 90%;
  }
  .header-template_container p {
    line-height: 1.2;
  }

  .homepage-banner-graphic {
    bottom: 70px;
  }
  .homeBannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 120px;
    height: 120px;
  }
  .homeBannerSwiper .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    bottom: -20px;
  }

  .home-banner-container h1 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .home-banner-container .highlight-last-word {
    line-height: 1;
  }
  .home-banner-container .highlight-last-word::after {
    right: -12px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--primary);
  }
  .home-banner-container .text-xl {
    font-size: 1rem;
  }
  .home-banner-images-container {
    max-height: 250px;
    bottom: 0;
  }

  .home-about__quote img {
    width: 30px;
    height: 30px;
  }

  .program-card {
    min-width: 90%;
  }
  .cs-lab-card {
    padding: 30px;
  }
  .cs-lab-card .cs-lab-card-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .cs-lab-card .cs-lab-card-title::after {
    right: -13px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--primary);
  }

  .cs-lab-card-right li {
    margin-top: 7px;
  }

  .program-card a,
  .cs-lab-card a {
    font-size: 0.8rem;
  }

  .why-learn-coding-container {
    min-height: 1150px;
    background-color: transparent;
  }
  .why-learn-coding-container .blue-shadow {
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
  }
  .why-learn-coding-title {
    font-size: 1.3rem;
  }
  .why-learn-coding-title img {
    width: 30px;
    height: 30px;
  }

  .students-swiper {
    flex-direction: column;
    height: auto;
    gap: 2rem;
  }

  .students-swiper .swiper {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .column-1 .swiper-wrapper,
  .column-2 .swiper-wrapper,
  .column-3 .swiper-wrapper {
    flex-direction: row !important;
  }

  .students-swiper .swiper-slide {
    max-width: 250px;
    flex-shrink: 0;
    max-height: 200px;
    justify-content: center;
  }
  .student-swiper-text {
    font-size: 0.9rem;
    padding: 20px;
  }

  .students-swiper img {
    max-height: 100%;
  }

  .about-banner h1 {
    font-size: 1.3rem;
  }
  .about-banner h1::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--primary);
    right: -14px;
  }
  .about-banner {
    min-height: initial;
  }

  .text-slider {
    font-size: 1rem;
    margin: 1rem 0 !important;
  }
  .about-mission-circle {
    height: 250px;
    width: 250px;
    margin-bottom: 20px;
  }

  .three-cards-grid {
    margin-top: 20px;
  }
  .three-cards-grid .card-img {
    height: 260px !important;
    max-width: 100%;
  }

  .team-card img {
    width: 230px;
    height: 230px;
  }

  .course-schedule-tab {
    margin-right: 20px;
    font-size: 1rem;
  }
  .switch-buttons {
    justify-content: space-between;
  }
  .switch-buttons button {
    padding: 5px 10px;
  }
  .course-schedule-table-view table,
  th,
  td {
    min-width: 150px;
    padding: 10px 20px;
    font-size: 1rem;
  }
  .program-accordion-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.5rem;
    gap: 3px;
  }
  .program-accordion-content.open {
    padding: 1rem;
  }

  .footer-cta #reasons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .footer-cta-reasons-list {
    flex-direction: column;
  }
  .footer-cta-reasons-list::before {
    width: 2px;
    height: 100%;
    left: 8px;
    top: 0;
  }
  .footer-cta-reason-item {
    flex-direction: row;
    margin: 20px 0;
    text-align: left;
  }
  .footer-cta-reason-item .blue-dot {
    margin-bottom: 0 !important;
    margin-right: 0.8rem !important;
  }
  .footer-cta-roadmap-results {
    padding-top: 2rem !important;
    min-height: 60vh;
    height: initial;
    max-height: initial;
  }
  .reason-btn {
    padding: 10px;
  }

  .footer-container {
    padding: 40px 30px;
  }

  .schedule-card {
    top: calc(var(--row-top) * 0.9) !important;
  }
  .schedule-cards-container {
    min-height: calc(var(--container-min-height) * 0.68);
  }

  .schedule-cards-container,
  .schedules-wrapper {
    min-height: 500px;
  }

  .connect-page iframe {
    grid-column-start: initial;
    grid-column-end: initial;
  }

  .personal-project-item {
    flex-direction: column;
    gap: 40px;
    padding: 50px 0;
    max-height: max-content;
  }
  .personal-project-item .personal-project-item__text,
  .personal-project-item .personal-project-item__media {
    width: 100%;
    max-width: 100%;
  }
  .project-list-img {
    width: 100%;
    height: 100%;
  }
}
