/* ==========================================================================
   SNTTI RESPONSIVE CSS
   All @media queries consolidated from style.css
   Breakpoints: 1024px | 991.98px | 767.98px | 767px | 575.98px | 480px | 768px
   ========================================================================== */

/* --------------------------------------------------------------------------
   About Section — Mobile (max-width: 767.98px) & Tablet
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .editorial-collage-grid {
    grid-template-rows: repeat(3, 150px);
  }
}

@media (max-width: 767.98px) {
  .editorial-collage-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 150px 150px 200px;
    gap: 16px;
  }

  .img-main {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .img-sub-1 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .img-sub-2 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .img-sub-3 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }

  .collage-item {
    border-radius: 24px;
  }

  .about-main-title {
    font-size: 2.25rem !important;
  }
}

@media (max-width: 480px) {
  .editorial-collage-grid {
    grid-template-rows: 130px 130px 180px;
    gap: 12px;
  }

  .collage-item {
    border-radius: 20px;
  }
}

/* --------------------------------------------------------------------------
   Courses Section — Tablet (max-width: 991.98px)
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .courses-editorial-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .courses-left-content {
    max-width: 100%;
  }

  .courses-editorial-intro {
    max-width: 100%;
  }

  .courses-editorial-section .row {
    padding-bottom: 20px !important;
  }

  .courses-controls-wrapper {
    position: static !important;
    max-width: 100%;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    justify-content: flex-start !important;
    transform: none !important;
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   Courses Section — Mobile (max-width: 575.98px)
   -------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .courses-editorial-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .courses-editorial-title {
    font-size: 2rem !important;
  }

  .card-image-box {
    height: 210px;
  }

  .course-showcase-card {
    border-radius: 24px 80px 24px 24px;
  }

  .card-image-box {
    border-radius: 24px 80px 0 0;
  }
}

/* --------------------------------------------------------------------------
   Courses — Desktop right column alignment (min-width: 992px)
   -------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .courses-right-col {
    margin-top: 25px !important;
    padding-left: 1rem !important;
  }
}

/* --------------------------------------------------------------------------
   Header + Navbar + Hero — Tablet & Mobile (max-width: 1199.98px)
   -------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .top-header-bar {
    font-size: 0.78rem;
  }

  .mobile-nav-toggle {
    display: flex !important;
  }

  .desktop-nav-menu,
  .btn-consultation-desktop {
    display: none !important;
  }

  /* Hero Section */
  .hero-section {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    overflow: hidden;
    background-color: var(--primary-color);
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item {
    height: 100%;
    min-height: 500px;
    width: 100%;
  }

  .hero-carousel .carousel-item img {
    height: 500px;
    min-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .hero-overlay {
    background: linear-gradient(180deg,
        rgba(46, 16, 10, 0.72) 0%,
        rgba(46, 16, 10, 0.60) 50%,
        rgba(46, 16, 10, 0.75) 100%);
  }

  .hero-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 10;
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 30px;
    pointer-events: none;
  }

  .hero-content-wrapper .container {
    pointer-events: auto;
  }

  .hero-text-block {
    max-width: 100%;
    padding-left: 0;
  }

  .hero-badge-label {
    font-size: 0.75rem;
    padding: 5px 14px;
    margin-bottom: 14px;
  }

  .hero-title,
  .res-hero-title,
  .blog-hero-title {
    font-size: clamp(1.8rem, 5.2vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .hero-paragraph {
    font-size: clamp(0.92rem, 2.5vw, 1.05rem);
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .hero-controls-dock {
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 15;
    margin-top: 16px;
    margin-bottom: 22px;
  }

  .trust-strip-container {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    z-index: 20;
    transform: none;
    margin-top: 8px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .trust-strip-spacer {
    display: none !important;
  }

  .trust-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    padding: 12px 10px;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(233, 177, 58, 0.35);
  }

  .trust-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    font-size: 1.15rem;
    flex-shrink: 0;
  }

  .trust-number {
    font-size: 1.15rem;
    font-weight: 800;
  }

  .trust-label {
    font-size: 0.7rem;
    letter-spacing: 0.02em;
  }

  /* Why Choose Us */
  .why-choose-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .why-image-inner {
    height: 380px;
  }

  .why-image-wrapper {
    max-width: 360px;
  }
}

/* --------------------------------------------------------------------------
   Header bar announcement + Mobile nav font — (max-width: 767.98px)
   -------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .top-header-bar .center-announcement {
    display: none;
  }

  .brand-logo-img {
    height: 56px;
    max-width: 180px;
  }

  .mobile-nav-toggle {
    width: 42px;
    height: 42px;
  }

  .mobile-nav-item {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .brand-logo-img {
    height: 48px;
    max-width: 155px;
  }

  .mobile-nav-toggle {
    width: 40px;
    height: 40px;
  }
}

/* --------------------------------------------------------------------------
   Hero Small Mobile (max-width: 575.98px)
   -------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .hero-section {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .hero-content-wrapper {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .hero-title,
  .res-hero-title,
  .blog-hero-title {
    font-size: 1.65rem;
    line-height: 1.22;
    margin-bottom: 12px;
  }

  .hero-paragraph {
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .hero-buttons-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    align-items: stretch;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    justify-content: center;
    height: 46px;
    padding: 10px 16px;
    font-size: 0.9rem;
  }

  .hero-controls-dock {
    margin-top: 14px;
    margin-bottom: 18px;
  }

  .trust-card {
    padding: 10px 8px;
    gap: 8px;
    border-radius: 12px;
  }

  .trust-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 1.05rem;
  }

  .trust-number {
    font-size: 0.98rem;
  }

  .trust-label {
    font-size: 0.65rem;
  }
}

/* --------------------------------------------------------------------------
   Placements Section — (max-width: 1024px)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .pl-intro {
    gap: 40px;
  }

  .pl-content {
    gap: 48px;
  }
}

/* --------------------------------------------------------------------------
   Placements Section — (max-width: 767px)
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  #placements {
    padding: 72px 0;
  }

  .pl-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 48px;
  }

  .pl-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .pl-right {
    position: static;
  }

  .pl-cta-wrap {
    margin-top: 56px;
  }
}

/* --------------------------------------------------------------------------
   Placements Section — (max-width: 480px)
   -------------------------------------------------------------------------- */
@media (max-width: 480px) {
  .pl-heading {
    font-size: 2.1rem;
  }

  .pl-node {
    width: 42px;
    height: 42px;
  }

  .pl-track {
    left: 20px;
  }

  .pl-stat {
    bottom: 14px;
    left: 12px;
    right: 12px;
  }

  .pl-logo-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .pl-logo-row::-webkit-scrollbar {
    display: none;
  }

  .pl-cta {
    padding: 16px 32px;
    font-size: 0.78rem;
  }
}

/* --------------------------------------------------------------------------
   Reduced Motion Accessibility
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {

  .pl-step,
  .pl-stat,
  .pl-chip,
  .pl-track {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   Typography Mobile Scaling — (max-width: 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {

  /* Hero Heading */
  h1,
  .hero-title,
  .res-hero-title,
  .blog-hero-title,
  .hero-section h1 {
    font-size: 32px !important;
    line-height: 1.15 !important;
    margin-bottom: 1.25rem !important;
  }

  /* Section Heading */
  h2,
  .about-main-title,
  .courses-editorial-title,
  .why-title,
  .pl-heading,
  .section-title,
  .premium-section-title,
  .res-section-title,
  .res-cta-title,
  .testimonial-section h2,
  .gallery-section h2,
  .admissions-section h2,
  .faq-section h2,
  .cta-section h2,
  .contact-section h2 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
  }

  /* Sub Heading */
  h3:not(.card-title):not(.why-card-title):not(.strength-title):not(.pl-card-title):not(.course-card h3):not(.testimonial-card h3):not(.gallery-item h3):not(.faq-item h3):not(.admission-card h3),
  .about-section h3:not(.strength-title):not(.card-title),
  .courses-section h3:not(.card-title),
  .pl-section h3:not(.pl-card-title),
  .section-subtitle,
  .res-section-subtitle,
  .courses-editorial-intro,
  .trust-metric-title,
  .stat-value,
  .pl-stat h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  /* Card Title */
  .card-title,
  .why-card-title,
  .strength-title,
  .pl-card-title,
  .why-feature-card h3,
  .course-card h3,
  .testimonial-card h3,
  .testimonial-card h4,
  .gallery-item h3,
  .faq-item h3,
  .admission-card h3,
  .card h3,
  .card h4,
  .footer-heading,
  .modal-title,
  .contact-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  /* Body Text */
  p,
  .about-lead-text,
  .hero-paragraph,
  .why-description,
  .courses-editorial-intro,
  .pl-subtext,
  .lead,
  .body-paragraph,
  .testimonial-card p,
  .faq-answer p,
  .cta-subtext {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  /* Buttons & Navigation */
  button,
  input[type="submit"],
  input[type="button"],
  .btn,
  .btn-header-admission,
  .btn-consultation,
  .btn-mobile-consultation,
  .btn-hero-primary,
  .btn-hero-secondary,
  .btn-gold-pill,
  .btn-dark-pill,
  .btn-gold-lg,
  .pl-cta,
  .courses-view-all-cta,
  .btn-cta {
    font-size: 16px !important;
  }
}



@media (max-width: 991.98px) {
  .founder-img-frame {
    margin-bottom: 25px;
    max-width: 400px;
  }

  .founder-photo {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 60px 0 40px;
    margin-top: 40px;
  }

  .founder-img-frame {
    margin-bottom: 30px;
    max-width: 330px;
  }

  .founder-photo {
    height: 350px;
  }

  .about-main-title {
    font-size: 26px !important;
  }

  /* ==========================================
     ADMISSIONS PAGE MOBILE SPACING REFINEMENTS
     ========================================== */
  .admissions-overview-section {
    padding: 40px 0 25px !important;
  }

  .admissions-process-section {
    padding: 40px 0 !important;
  }

  .eligibility-section {
    padding: 40px 0 !important;
  }

  .enquiry-section {
    padding: 40px 0 30px !important;
  }

  .admissions-faq {
    padding: 35px 0 45px !important;
  }

  .admissions-faq .row.g-5 {
    --bs-gutter-y: 1.5rem !important;
  }

  .admissions-faq h2 {
    font-size: 2rem !important;
    line-height: 1.25 !important;
    margin-bottom: 1rem !important;
  }

  .admissions-faq br {
    display: none;
  }

  .admissions-faq .btn-faq-lux {
    margin-bottom: 1.5rem;
  }

  .faq-accordion-lux .accordion-item {
    margin-bottom: 12px !important;
    border-radius: 12px !important;
  }

  .faq-accordion-lux .accordion-button {
    font-size: 1.02rem !important;
    padding: 16px 18px !important;
  }

  .faq-accordion-lux .accordion-body {
    padding: 0 18px 18px 18px !important;
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
  }

  /* ==========================================
     CONTACT PAGE MOBILE SPACING REFINEMENTS
     ========================================== */
  .premium-admissions-section {
    padding: 40px 0 30px !important;
  }

  .premium-admissions-section .mb-5.pb-3 {
    margin-bottom: 1.5rem !important;
    padding-bottom: 0 !important;
  }

  .premium-section-title {
    font-size: 1.75rem !important;
  }

  .premium-section-desc {
    font-size: 0.98rem !important;
  }

  .luxury-info-panel,
  .luxury-form-card,
  .luxury-form-pane,
  .enquiry-dark-pane,
  .enquiry-light-pane {
    padding: 30px 20px !important;
  }

  .visiting-premium-section {
    padding: 40px 0 !important;
  }

  .visiting-premium-section h2.display-5 {
    font-size: 1.85rem !important;
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important;
  }

  .visiting-premium-section .row.g-5 {
    --bs-gutter-y: 2rem !important;
  }

  .quote-premium-box {
    padding: 16px !important;
    margin-bottom: 1.25rem !important;
  }

  .quote-premium-box p {
    font-size: 1rem !important;
  }

  .visit-feature-card {
    padding: 22px 18px !important;
  }

  .map-embed-box {
    height: 320px !important;
    border-radius: 16px !important;
  }
}


/* ==========================================================================
   SECTION 3.5: TESTIMONIALS (Mobile Swipeable Cards)
   ========================================================================== */
/* ── Responsive: Tablet & below ── */
@media (max-width: 991.98px) {

  /* Image panel becomes a full-width top backdrop */
  .testimonials-section::before,
  .testimonials-section::after {
    width: 100%;
    height: 560px;
    bottom: auto;
    mask-image: linear-gradient(to bottom, #000 75%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 75%, transparent 100%);
  }

  .testimonials-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .testi-header-wrapper {
    max-width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials-section .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 35px;
  }

  .testi-title {
    font-size: 2.3rem;
  }

  /* Rating badge — centered */
  .testi-rating-badge {
    padding: 12px 18px !important;
    gap: 12px !important;
    margin: 0 auto 30px auto !important;
    width: fit-content !important;
    max-width: 100% !important;
    flex-wrap: nowrap !important;
  }

  .testi-rating-badge>span:first-child {
    font-size: 28px !important;
  }

  .testi-rating-badge>.d-flex>i {
    font-size: 16px !important;
  }

  .testi-rating-badge>span:last-child {
    height: 32px !important;
    padding-left: 12px !important;
  }

  .testi-rating-badge>span:last-child::after {
    font-size: 13px !important;
  }

  /* Hide marquee fades on tablet — not needed */
  .marquee-fade-left,
  .marquee-fade-right {
    display: none !important;
  }

  /* Keep marquee animated & smooth on tablet */
  .marquee-container {
    overflow: hidden !important;
    padding: 14px 0 !important;
    display: block !important;
    width: 100% !important;
  }

  .marquee-track {
    display: flex !important;
    gap: 18px !important;
    width: max-content !important;
    padding: 6px 0 !important;
  }

  .testi-card {
    width: 340px !important;
    height: auto !important;
    min-height: 270px !important;
    flex-shrink: 0 !important;
    user-select: none;
    -webkit-user-select: none;
  }

  /* Allow card footer to wrap on narrow cards */
  .testi-card>div:last-child {
    flex-wrap: wrap;
    gap: 10px;
  }

  .testi-badge {
    white-space: normal;
    font-size: 14px;
  }
}

/* ── Responsive: Mobile phones ── */
@media (max-width: 767.98px) {

  /* Slightly taller backdrop on smaller screens */
  .testimonials-section::before,
  .testimonials-section::after {
    height: 620px;
    mask-image: linear-gradient(to bottom, #000 78%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 78%, transparent 100%);
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testi-title {
    font-size: 2rem;
    margin-bottom: 18px;
  }

  .testi-card {
    width: 290px !important;
    height: auto !important;
    min-height: 250px !important;
    padding: 22px 20px !important;
    border-radius: 20px !important;
  }

  .marquee-track {
    gap: 14px !important;
    padding: 6px 0 !important;
  }

  .marquee-container {
    overflow: hidden !important;
    padding: 8px 0 !important;
    display: block !important;
    width: 100% !important;
  }
}

/* ==========================================================================
   SECTION 3.8: GET IN TOUCH (Responsive)
   ========================================================================== */

@media (max-width: 991.98px) {
  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-form-card {
    padding: 32px 24px;
  }

  .form-card-title {
    font-size: 1.75rem;
  }

  .contact-map-wrapper {
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .contact-info-card {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-icon-wrapper {
    margin-bottom: 8px;
  }

  .contact-submit-btn,
  .contact-input {
    min-height: 56px;
    /* Large touch-friendly inputs */
  }

  .contact-social-pill {
    width: 100%;
    justify-content: center;
  }
}


/* --------------------------------------------------------------------------
   Standard Laptop / Medium Desktop (min-width: 1200px and max-width: 1399.98px)
   -------------------------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-nav .nav-link {
    padding: 6px 10px !important;
    font-size: 14px !important;
  }

  .btn-consultation {
    padding: 8px 15px !important;
    font-size: 13.5px !important;
  }

  .brand-logo-img {
    height: 64px;
    max-width: 210px;
  }

  .top-announcement-pill {
    font-size: 12px;
    padding: 4px 18px 4px 14px;
    letter-spacing: 0.6px;
  }
}

/* --------------------------------------------------------------------------
   Small Desktop / Tablet Landscape (min-width: 992px and max-width: 1199.98px)
   -------------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .top-header-bar {
    font-size: 13px;
  }

  .center-announcement {
    font-size: 12px !important;
  }

  .hero-title,
  .res-hero-title,
  .blog-hero-title {
    font-size: 3.5rem !important;
  }

  .about-main-title,
  .courses-editorial-title,
  .why-title,
  .testi-title,
  .section-title,
  .premium-section-title,
  .res-section-title,
  .res-cta-title,
  .pl-heading {
    font-size: 2.5rem !important;
  }

  .editorial-collage-grid {
    gap: 15px;
  }

  .courses-left-col {
    padding-right: 15px !important;
  }

  .course-showcase-card .card-title {
    font-size: 1.1rem !important;
  }

  .card-body-box {
    padding: 1rem !important;
  }

  .course-showcase-card {
    border-radius: 20px 50px 20px 20px;
  }

  .card-image-box {
    border-radius: 20px 50px 0 0;
  }

  .why-icon-box {
    width: 40px;
    height: 40px;
  }

  .testi-rating-badge {
    padding: 10px 16px !important;
    transform: scale(0.85);
    transform-origin: left center;
  }

  .testi-card {
    width: 320px;
    padding: 24px;
  }
}

/* --------------------------------------------------------------------------
   Placement Image Frame - Tablet (max-width: 991.98px)
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .pl-right {
    position: static;
    margin-top: 40px;
  }

  .pl-img-frame {
    border-radius: 20px 60px 20px 60px;
    aspect-ratio: 16/9;
    max-height: 320px;
  }
}

/* --------------------------------------------------------------------------
   Placement Image Frame - Mobile (max-width: 575.98px)
   -------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
  .pl-img-frame {
    border-radius: 16px 40px 16px 40px;
    aspect-ratio: 4/3;
    max-height: 260px;
  }
}

/* ==========================================================================
   SNTTI PREMIUM EDITORIAL EDUCATION RESPONSIVE
   ========================================================================== */

@media (max-width: 1199.98px) {
  .editorial-heading-hero {
    font-size: 40px;
  }

  .editorial-heading-course {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .editorial-container {
    width: calc(100% - 40px);
  }

  .editorial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .editorial-heading-hero {
    font-size: 36px;
  }

  .editorial-heading-course {
    font-size: 34px;
  }

  .hero-editorial-img,
  .ntt-editorial-img,
  .workshop-editorial-img,
  .counselling-editorial-img,
  .career-editorial-img {
    max-width: 100%;
    height: 340px;
    margin-top: 20px;
  }

  .sticky-course-nav-container {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .editorial-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .editorial-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .editorial-heading-hero {
    font-size: 30px;
  }

  .editorial-heading-course {
    font-size: 28px;
  }

  .editorial-number {
    font-size: 26px;
  }

  .editorial-label {
    font-size: 11px;
  }

  .hero-editorial-img,
  .ntt-editorial-img,
  .workshop-editorial-img,
  .counselling-editorial-img,
  .career-editorial-img {
    height: 280px;
  }

  .btn-editorial-cta {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .editorial-heading-hero {
    font-size: 26px;
  }

  .editorial-heading-course {
    font-size: 24px;
  }

  .editorial-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* --------------------------------------------------------------------------
   SNTTI Contact Page - Mobile & Tablet Responsiveness
   -------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .map-embed-box {
    height: 340px;
  }
}

@media (max-width: 480px) {


  .map-embed-box {
    height: 300px;
  }
}

/* ==========================================================================
   BLOG ARTICLE MOBILE
   ========================================================================== */
@media (max-width: 768px) {
  .blog-hero-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .blog-hero-img {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
  }

  .blog-article-content p,
  .blog-article-content li {
    font-size: 1.05rem;
  }

  .blog-quote {
    font-size: 1.25rem;
    padding: 24px;
    margin: 32px 0;
  }
}

/* ==========================================================================
   VIDEO GALLERY MOBILE RESPONSIVENESS
   ========================================================================== */
@media (max-width: 991.98px) {
  .res-video-section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .res-video-section {
    padding: 45px 0 35px;
  }

  .res-video-card {
    border-radius: 16px;
  }

  .video-play-btn {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .sntti-video-player-box {
    border-radius: 12px;
  }
}