/* =========================================================
   TITO PROMOTION — RESPONSIVE STYLESHEET
   ========================================================= */

/* ---------------------------------------------------------
   Large Desktops (up to 1399px)
   --------------------------------------------------------- */
@media (max-width: 1399.98px) {
  .hero-title {
    font-size: 54px;
  }

  .section-title {
    font-size: 36px;
  }

  .cta-banner {
    padding: 56px;
  }
}

/* ---------------------------------------------------------
   Desktops / Small laptops (up to 1199px)
   --------------------------------------------------------- */
@media (max-width: 1199.98px) {
  :root {
    --section-padding: 90px;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-desc {
    font-size: 16.5px;
  }

  .section-title {
    font-size: 32px;
  }

  .main-nav .nav-link {
    font-size: 14px;
    padding: 10px 12px !important;
  }

  .experience-badge {
    right: 10px;
  }

  .process-timeline::before {
    left: 40px;
    right: 40px;
  }

  .cta-banner {
    padding: 46px;
  }

  .cta-banner h2 {
    font-size: 28px;
  }
}

/* ---------------------------------------------------------
   Tablets (up to 991px)
   --------------------------------------------------------- */
@media (max-width: 991.98px) {
  :root {
    --section-padding: 70px;
  }

  .main-header {
    top: 0;
    background: var(--color-dark);
    padding: 14px 0;
  }

  .topbar {
    display: none;
  }

  .main-header:not(.header-scrolled):not(.header-static) .navbar-toggler-custom {
    color: var(--color-white);
  }

  .hero-slide {
    min-height: 560px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-scroll-indicator {
    display: none;
  }

  .section-title {
    font-size: 28px;
  }

  .page-hero {
    padding: 160px 0 80px;
  }

  .page-hero-title {
    font-size: 36px;
  }

  .experience-badge {
    position: static;
    margin-top: -60px;
    margin-left: auto;
    width: fit-content;
  }

  .why-illustration {
    margin-top: 40px;
  }

  .process-timeline {
    flex-direction: column;
    align-items: stretch;
  }

  .process-timeline::before {
    display: none;
  }

  .process-step {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    margin-bottom: 10px;
  }

  .process-step .step-circle {
    margin-bottom: 0;
  }

  .process-step .step-num {
    right: auto;
    left: 44px;
    top: -6px;
  }

  .cta-banner {
    text-align: center;
  }

  .cta-banner .cta-btns {
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .contact-form-wrap {
    padding: 32px;
    margin-top: 30px;
  }

  .footer-widget {
    margin-bottom: 40px;
  }
}

/* ---------------------------------------------------------
   Mobile landscape (up to 767px)
   --------------------------------------------------------- */
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-desc {
    font-size: 15px;
  }

  .hero-btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-btns .btn {
    width: 100%;
    text-align: center;
  }

  .section-title {
    font-size: 26px;
  }

  .section-desc {
    font-size: 15px;
  }

  .page-hero-title {
    font-size: 30px;
  }

  .stat-number {
    font-size: 34px;
  }

  .cta-banner h2 {
    font-size: 24px;
  }

  .cta-banner p {
    font-size: 14.5px;
  }

  .error-404-num {
    font-size: 100px;
  }

  .service-card,
  .icon-grid-card,
  .package-card {
    padding: 32px 22px;
  }
}

/* ---------------------------------------------------------
   Mobile portrait (up to 575px)
   --------------------------------------------------------- */
@media (max-width: 575.98px) {
  .whatsapp-float {
    width: 52px;
    height: 52px;
    font-size: 26px;
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-tooltip {
    display: none;
  }

  .back-to-top {
    width: 42px;
    height: 42px;
    bottom: 20px;
    left: 20px;
  }

  .hero-title {
    font-size: 26px;
  }

  .section-title {
    font-size: 22px;
  }

  .topbar-item {
    margin-right: 14px;
    font-size: 12px;
  }

  .offcanvas-custom {
    width: 280px;
  }

  .contact-form-wrap {
    padding: 24px;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 300px;
  }
}
