/* =========================================================
   ULC — Responsive Styles
   Desktop 1440+ | Tablet ~1024 | Mobile ~390
   ========================================================= */

/* Large desktops */
@media (min-width: 1400px) {
  .container-ulc {
    padding-inline: 0;
  }
}

/* Tablet & below */
@media (max-width: 1199.98px) {
  h1 { font-size: 40px; }
  h2 { font-size: 34px; }
  h3 { font-size: 24px; }

  .hero-content-wrap {
    padding: 36px;
  }

  .hero-glass {
    max-width: 420px;
    padding: 28px 24px;
  }

  .about-portrait {
    min-height: 420px;
  }

  .approach-media img {
    height: 400px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --section-gap: 64px;
  }

  h1 { font-size: 36px; }
  h2 { font-size: 30px; }

  .navbar-toggler-ulc {
    display: inline-flex;
    position: relative;
    z-index: 1060;
  }

  .navbar-collapse-ulc {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    max-width: 80vw;
    height: 100vh;
    padding: 80px 20px 30px;
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #ffffff;
    gap: 16px;
  }

  .navbar-collapse-ulc.show {
    right: 0;
    display: flex;
  }

  .nav-ulc {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    gap: 6px;
  }

  .nav-ulc li {
    width: 100%;
  }

  .nav-ulc .nav-link-ulc {
    width: 100%;
    text-align: center;
    border-radius: 12px;
    padding: 12px;
  }

  .navbar-actions {
    width: 100%;
  }

  .navbar-actions .btn-ulc {
    width: 100%;
    justify-content: center;
  }

  .navbar-ulc {
    flex-wrap: wrap;
  }

  .cta-floating-card {
    max-width: 100%;
    padding: 40px 24px 36px;
    margin-bottom: 60px;
    border-radius: 24px;
  }

  .cta-card-title {
    font-size: 28px;
  }

  .cta-card-desc {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .site-footer-card {
    padding: 40px 24px 28px;
    border-radius: 24px;
  }

  .footer-bottom-row {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .approach-main-heading {
    font-size: 28px;
  }

  .approach-img {
    width: 100%;
    height: 320px;
  }

  .approach-image-wrapper {
    min-height: 350px;
  }

  .floating-badge-card {
    right: 5px;
    bottom: -15px;
    padding: 12px 14px;
    min-width: 190px;
  }

  .approach-steps-timeline {
    padding-left: 0;
    gap: 16px;
  }

  .timeline-vertical-line {
    display: none;
  }

  .about-hero-section {
    padding: 60px 0 40px;
    border-radius: 0 0 24px 24px;
  }

  .about-hero-glass-card {
    padding: 32px 20px;
    border-radius: 20px;
  }

  .about-hero-title {
    font-size: 28px;
  }

  .why-choose-card-section {
    padding: 40px 24px;
    border-radius: 24px;
  }

  .why-circle-backdrop {
    width: 240px;
    height: 240px;
  }

  .why-educator-img {
    max-height: 320px;
  }

  .hero-slider,
  .hero-slide.active {
    min-height: 480px;
  }

  .hero-content-wrap {
    padding: 28px 24px;
    align-items: flex-end;
  }

  .hero-glass {
    max-width: 100%;
  }

  .programs-header .btn-ulc {
    margin-top: 16px;
  }

  .about-portrait {
    min-height: 360px;
    margin-block: 24px;
  }

  .why-banner {
    padding: 48px 24px 80px;
    min-height: 360px;
  }

  .why-cards {
    margin-top: -60px;
  }

  .approach-media {
    margin-bottom: 32px;
  }

  .approach-media img {
    height: 360px;
  }

  .floating-dashboard {
    width: 180px;
    right: 16px;
    bottom: 16px;
    padding: 12px;
  }

  .cta-box {
    padding: 64px 28px;
  }

  .footer-accordion-btn {
    display: flex;
  }

  .footer-collapse {
    display: none;
    padding-bottom: 16px;
  }

  .footer-collapse.show {
    display: block;
  }

  .footer-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .footer-col.no-accordion .footer-collapse {
    display: block;
  }

  .footer-col.no-accordion .footer-accordion-btn {
    display: none;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  :root {
    --section-gap: 56px;
  }

  h1 { font-size: 30px; }
  h2 { font-size: 26px; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }

  .site-header {
    padding-top: 8px;
  }

  .navbar-ulc {
    padding: 10px 14px;
    border-radius: 16px;
  }

  .navbar-brand-ulc {
    font-size: 17px;
  }

  .navbar-brand-ulc .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .hero-section {
    padding-top: 12px;
  }

  .hero-slider,
  .hero-slide.active {
    min-height: 520px;
    border-radius: 20px;
  }

  .hero-content-wrap {
    padding: 20px;
    align-items: center;
  }

  .hero-glass {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .hero-controls {
    right: 16px;
    bottom: 16px;
  }

  .btn-icon-circle.btn-nav {
    width: 42px;
    height: 42px;
  }

  .btn-ulc {
    width: 100%;
    padding: 14px 20px;
  }

  .program-card {
    min-height: 380px;
  }

  .about-side-heading {
    font-size: 20px;
  }

  .about-side-img {
    height: 180px;
  }

  .why-banner {
    border-radius: 20px;
    padding: 40px 16px 70px;
    min-height: 300px;
  }

  .why-banner-inner {
    padding-bottom: 24px;
  }

  .why-cards {
    margin-top: -48px;
  }

  .why-card {
    padding: 22px 18px;
  }

  .approach-media img {
    height: 300px;
  }

  .floating-dashboard {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -48px;
    margin-inline: 16px;
    width: calc(100% - 32px);
    animation: none;
  }

  .timeline::before {
    left: 25px;
  }

  .timeline-item {
    padding: 16px;
    gap: 14px;
  }

  .timeline-num {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }

  .timeline-icon {
    display: none;
  }

  .cta-box {
    padding: 48px 20px;
    border-radius: 20px;
  }

  .site-footer {
    border-radius: 20px 20px 0 0;
    padding-top: 48px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .page-hero {
    padding: 40px 0 28px;
  }
}

@media (max-width: 575.98px) {
  .container-ulc {
    padding-inline: 16px;
  }

  h1 { font-size: 28px; }
  h2 { font-size: 24px; }

  .hero-slider,
  .hero-slide.active {
    min-height: 560px;
  }

  .inner-hero-banner {
    border-radius: 20px;
    padding: 40px 16px;
  }

  .inner-hero-glass-card {
    padding: 28px 18px;
    border-radius: 18px;
  }

  .inner-hero-title {
    font-size: 26px;
  }

  .article-guide-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .article-card-title {
    font-size: 19px;
  }

  .workshop-card {
    flex-direction: column;
    padding: 16px;
    border-radius: 18px;
  }

  .workshop-img-wrap,
  .workshop-content {
    width: 100%;
  }

  .workshop-img-wrap {
    min-height: 210px;
    border-radius: 14px;
  }

  .workshop-bottom-bar {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px;
  }

  .timetable-clean-wrapper {
    padding-bottom: 2px;
  }

  .timetable-six-grid {
    min-width: 1110px;
    grid-template-columns: repeat(6, 185px);
  }

  .day-column-clean {
    grid-template-rows: repeat(40, var(--time-row-height));
  }

  .contact-form-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .hotline-card {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .hotline-title {
    font-size: 22px;
  }

  .map-card-wrapper {
    height: 320px;
    border-radius: 20px;
  }
}



/* =========================================================
   Migrated Styles from style.css
   ========================================================= */

@media (min-width: 992px) {
  .navbar-collapse-ulc {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin-left: 24px;
  }
}


@media (max-width: 576px) {
  .ulc-service-modal-card {
    padding: 24px 20px;
    border-radius: 20px;
  }
  .modal-service-title {
    font-size: 22px;
  }
  .modal-pills-row {
    grid-template-columns: 1fr;
  }
  .modal-footer-row {
    flex-direction: column-reverse;
    width: 100%;
  }
  .btn-modal-close,
  .btn-modal-book {
    width: 100%;
    justify-content: center;
  }
}


@media (max-width: 768px) {
  .pricing-directory-section {
    padding: 50px 0;
  }
  .pricing-directory-title {
    font-size: 28px;
  }
  .pricing-table-head th {
    padding: 14px 16px;
    font-size: 13px;
  }
  .pricing-cat-row td {
    padding: 12px 16px;
    font-size: 14px;
  }
  .pricing-data-row td {
    padding: 14px 16px;
    font-size: 13px;
  }
  .col-package, .col-rate {
    font-size: 14px;
  }
}


@media (max-width: 576px) {
  .pricing-table-head th:nth-child(2),
  .pricing-table-head th:nth-child(3) {
    width: auto;
  }
  .pricing-directory-table {
    min-width: 520px;
  }
}


@media (max-width: 991px) {
  .learning-approach-section {
    padding: 50px 0;
  }
  .approach-main-heading {
    font-size: 30px;
  }
}


@media (max-width: 991px) {
  .why-choose-main-card {
    padding: 36px 24px;
    border-radius: 24px;
  }
  .why-main-heading {
    font-size: 30px;
  }
  .why-circular-rings {
    width: 300px;
    height: 300px;
  }
  .why-educator-photo {
    max-height: 340px;
  }
}


@media (max-width: 576px) {
  .why-stats-container {
    flex-direction: column;
    gap: 16px;
  }
  .why-stat-divider {
    display: none;
  }
  .why-feature-pill-card {
    padding: 16px 18px;
    gap: 14px;
  }
  .why-orange-icon-box {
    width: 42px;
    height: 42px;
    font-size: 20px;
    border-radius: 12px;
  }
}


@media (max-width: 991px) {
  .guidance-banner-card {
    display: flex;
    flex-direction: column;
  }
  .guidance-banner-img-wrap {
    height: 280px;
  }
  .guidance-floating-cards-bar {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -30px 16px 16px 16px;
    background: #ffffff;
  }
  .about-dark-heading {
    font-size: 30px;
  }
}


@media (max-width: 991px) {
  .new-learning-approach {
    flex-direction: column;
  }
  .new-learning-approach-line {
    display: none;
  }
  .approach-cycle-card {
    width: 100%;
  }
  .cycle-arrow-wrapper {
    margin: 10px 0;
  }
}
