/* 
  Uni-Challenge Consultants - Responsive Breakpoints & Mobile Header Drawer
*/

/* Laptop / Standard Desktop (1024px - 1366px) */
@media (max-width: 1366px) {
  .hero-headline-top {
    font-size: 3.2rem;
  }

  .hero-headline-yellow {
    font-size: 2.7rem;
  }

  .navbar-nav .nav-link {
    font-size: 1.05rem !important;
    padding: 6px 10px !important;
  }

  .btn-gold-nav {
    font-size: 0.95rem;
    padding: 8px 18px;
  }
}

/* Tablet Landscape & Below (max-width: 1199px) */
@media (max-width: 1199px) {
  .site-logo {
    max-width: 190px;
  }

  .navbar-collapse {
    background: #ffffff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    margin-top: 10px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .navbar-nav .nav-link {
    width: 100%;
    padding: 10px 14px !important;
  }

  .navbar-nav .nav-link::after {
    display: none !important;
  }

  .navbar-nav .nav-link.active {
    border-left: 4px solid var(--gold-primary) !important;
    padding-left: 18px !important;
    background: transparent !important;
  }

  .btn-gold-nav {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }

  .hero-slider-section,
  .hero-slider-wrapper {
    min-height: 560px;
  }

  .hero-headline-top {
    font-size: 2.6rem;
  }

  .hero-headline-yellow {
    font-size: 2.2rem;
  }

  .hero-subtitle-text {
    font-size: 1.15rem;
  }

  .stat-item-col {
    padding: 14px 8px;
    gap: 10px;
  }

  .stat-icon-gold {
    font-size: 1.8rem;
  }

  .stat-number-gold {
    font-size: 1.3rem;
  }

  .stat-label-white {
    font-size: 0.65rem;
  }

  .b3-main-room-img {
    height: 220px;
  }

  .b3-thumb-img {
    height: 75px;
  }

  .b3-gold-brush-pill {
    font-size: 1.5rem;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .site-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .top-header-bar {
    text-align: center;
  }

  .top-contact-info,
  .top-social-links {
    justify-content: center;
  }

  .site-logo {
    max-width: 140px;
  }

  /* Hero Slider Container on Mobile */
  .hero-uen-badge {
    font-size: 0.76rem;
    padding: 3px 12px;
    gap: 5px;
    margin-bottom: 0.75rem !important;
  }

  .hero-slider-section,
  .hero-slider-wrapper {
    height: auto !important;
    min-height: 520px;
  }

  .hero-slide {
    position: relative !important;
    height: auto !important;
    min-height: 520px;
    padding: 1.5rem 0 !important;
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .hero-slide.active {
    display: flex !important;
    flex-direction: column;
  }

  /* Hero Banner 1 & Banner 2 Mobile Styling */
  .hero-headline-top {
    font-size: 2rem;
  }

  .hero-headline-yellow {
    font-size: 1.7rem;
  }

  .hero-subtitle-text {
    font-size: 1rem;
  }

  .btn-hero-solid-gold,
  .btn-hero-outline-gold {
    width: 100%;
    justify-content: center;
  }

  .stat-item-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .stat-item-col:nth-child(2) {
    border-right: none;
  }

  .hero-sub-p {
    font-size: 0.95rem;
  }

  /* Hero Banner 3 Mobile Responsive Rules */
  .hero-banner-3 {
    background-color: #ffffff !important;
    color: var(--navy-primary) !important;
    padding: 1.5rem 0 !important;
  }

  .hero-banner-3 h1.display-5 {
    font-size: 1.8rem !important;
  }

  .b3-gold-brush-pill {
    font-size: 1.3rem !important;
    padding: 2px 16px !important;
    margin-bottom: 0.8rem !important;
  }

  .b3-pills-row {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .b3-pill-item {
    width: 100% !important;
    min-height: auto !important;
    padding: 12px 14px !important;
    gap: 12px !important;
  }

  .b3-pill-title {
    font-size: 0.95rem !important;
    margin-bottom: 2px !important;
  }

  .b3-pill-subtext {
    font-size: 0.8rem !important;
  }

  .b3-navy-amenities-bar {
    height: auto !important;
    min-height: auto !important;
    padding: 12px 14px !important;
  }

  .b3-navy-amenities-bar .small {
    font-size: 0.7rem !important;
  }

  .b3-main-room-img {
    height: 180px !important;
  }

  .b3-thumb-img {
    height: 65px !important;
  }

  .b3-pricing-navy-card,
  .b3-audience-card {
    background: var(--navy-primary) !important;
    color: #ffffff !important;
    border: 1.5px solid var(--gold-primary) !important;
    padding: 12px 14px !important;
    margin-bottom: 4px !important;
  }

  .b3-card-title {
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
  }

  .b3-price-num {
    font-size: 1.4rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .b3-price-sub {
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
  }

  .b3-aud-text {
    font-size: 0.85rem !important;
    font-weight: 800 !important;
  }

  .b3-aud-icon {
    font-size: 1.3rem !important;
  }

  .b3-aud-badge {
    width: 24px !important;
    height: 24px !important;
    font-size: 0.8rem !important;
  }

  .b4-main-title {
    font-size: 1.8rem !important;
  }

  .b4-we-are-text {
    font-size: 1.6rem !important;
  }

  .b4-polaroid-container {
    min-height: auto !important;
    display: flex !important;
    gap: 10px !important;
    justify-content: center !important;
    max-width: 100% !important;
    margin: 1rem 0 !important;
  }

  .b4-polaroid-card {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 32% !important;
    padding: 4px 4px 12px 4px !important;
  }

  .b4-polaroid-card img {
    height: 90px !important;
  }

  /* Banner 5 Mobile Rules */
  .b5-main-word-navy {
    font-size: 2.2rem !important;
  }

  .b5-main-word-gold {
    font-size: 2rem !important;
  }

  .b5-feature-bar-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .b5-feature-box-col {
    padding: 10px 8px !important;
    border-right: none !important;
    border-bottom: 1.5px solid #cbd5e1 !important;
  }

  .b5-feature-box-col:nth-child(odd) {
    border-right: 1.5px solid #cbd5e1 !important;
  }

  .b5-feature-box-col:nth-child(3),
  .b5-feature-box-col:nth-child(4) {
    border-bottom: none !important;
  }

  .b5-feat-icon-box {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.98rem !important;
    margin-bottom: 6px !important;
  }

  .b5-feat-title {
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 4px !important;
  }

  .b5-feat-desc {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
  }

  .b5-grid-img {
    height: 135px !important;
  }

  .b5-flag-circle-badge {
    width: 28px !important;
    height: 28px !important;
    font-size: 1rem !important;
  }

  .b5-flag-label {
    font-size: 0.55rem !important;
  }

  .slider-arrow-prev { left: 10px; }
  .slider-arrow-next { right: 10px; }

  .floating-whatsapp-btn {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    bottom: 15px;
    right: 15px;
  }

  .font-handwriting {
    font-size: 1.8rem;
  }

  .section-title-heading {
    font-size: 1.8rem;
  }
}

/* Small Smartphone Screens (375px - 430px) */
@media (max-width: 430px) {
  .site-logo {
    max-width: 125px;
  }

  .hero-headline-top {
    font-size: 1.6rem;
  }

  .hero-headline-yellow {
    font-size: 1.35rem;
  }

  .hero-banner-3 h1.display-5 {
    font-size: 1.5rem !important;
  }

  .b3-gold-brush-pill {
    font-size: 1.1rem !important;
  }

  .b3-main-room-img {
    height: 150px !important;
  }

  .b3-thumb-img {
    height: 55px !important;
  }
}
