/* Hotel Purple — Mobile & Tablet Responsive */

html,
body {
  overflow-x: hidden;
}

.page-wrapper {
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

/* ── Header ── */
@media (min-width: 992px) {
  .header-style-four .main-box .mobile-nav-toggler {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .header-style-four.style-dark.style-home5 .main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 14px 16px;
    gap: 12px;
  }

  .header-style-four .main-box .logo-box {
    flex: 0 1 auto;
    min-width: 0;
  }

  .header-style-four .main-box .nav-outer {
    display: none;
  }

  .header-style-four .main-box .outer-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0;
  }

  .header-style-four .main-box .mobile-nav-toggler {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    font-size: 22px;
    color: var(--theme-color1);
  }

  .logo-box .site-logo img,
  .sticky-header .site-logo img {
    max-height: 52px;
  }

  .sticky-header .inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
}

@media (max-width: 575.98px) {
  .logo-box .site-logo img,
  .sticky-header .site-logo img {
    max-height: 46px;
  }
}

/* ── Hero ── */
@media (max-width: 991.98px) {
  .hero-section {
    padding: 28px 0 48px;
  }

  .hero-section__content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .hero-section__logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .hero-section__logo img {
    max-height: 88px;
    margin: 0 auto;
  }

  .hero-rating {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 14px;
  }

  .hero-rating span {
    font-size: 12px;
    text-align: center;
  }

  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }

  .hero-title {
    font-size: clamp(30px, 8vw, 42px);
  }

  .hero-title span {
    display: block;
  }

  .hero-desc {
    max-width: 100%;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-perks {
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
  }

  .hero-perks li {
    font-size: 13px;
    padding: 8px 12px;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 20px;
  }

  .hero-cta .theme-btn {
    width: 100%;
    text-align: center;
  }

  .hero-btn-primary .btn-title {
    justify-content: center;
    width: 100%;
  }

  .hero-btn-secondary {
    justify-content: center;
    padding: 10px;
  }

  .hero-contact-bar {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px 16px;
  }

  .hero-contact-item {
    justify-content: center;
  }

  .hero-contact-divider {
    display: none;
  }

  .hero-section__media {
    padding-left: 0;
    margin-top: 32px;
    padding-bottom: 32px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-badge {
    animation: none;
    padding: 10px 12px;
    gap: 10px;
  }

  .hero-image-badge--top {
    top: 14px;
    left: 14px;
  }

  .hero-image-badge--bottom {
    bottom: 14px;
    right: 14px;
  }

  .hero-image-badge > i,
  .hero-image-badge__icon {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .hero-image-badge strong {
    font-size: 12px;
  }

  .hero-image-badge span {
    font-size: 11px;
  }

  .hero-image-secondary {
    left: 14px;
    bottom: -18px;
    width: 40%;
  }
}

@media (max-width: 575.98px) {
  .hero-section__shape--1 {
    width: 280px;
    height: 280px;
    top: -120px;
    right: -80px;
  }

  .hero-image-main img {
    aspect-ratio: 1 / 1;
  }

  .hero-image-secondary {
    width: 44%;
  }
}

/* ── Section spacing ── */
@media (max-width: 991.98px) {
  .feature-section-four,
  .about-section-six,
  .services-section,
  .room-experience-section,
  .rooms-section,
  .news-section,
  .feature-section-three {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .services-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .room-experience-section {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
}

@media (max-width: 575.98px) {
  .feature-section-four,
  .about-section-six,
  .room-experience-section,
  .rooms-section,
  .news-section,
  .feature-section-three {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .services-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

/* ── Section titles ── */
@media (max-width: 767.98px) {
  .sec-title {
    margin-bottom: 28px;
  }

  .sec-title h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .sec-title h3 {
    font-size: 24px;
  }

  .sec-title .sub-title {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .sec-title .text {
    font-size: 15px;
  }

  .sec-title.text-center .text {
    padding: 0 4px;
  }
}

/* ── Services ── */
@media (max-width: 767.98px) {
  .services-grid {
    margin-top: 32px;
  }

  .service-card {
    padding: 24px 16px;
  }

  .service-card__icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .service-card__title {
    font-size: 15px;
  }

  .services-contact {
    margin-top: 36px;
  }

  .services-address-card {
    padding: 20px 18px;
  }

  .services-contact .col-lg-5 .theme-btn {
    width: 100%;
  }
}

/* ── Room experience tabs ── */
@media (max-width: 767.98px) {
  .room-experience-header {
    margin-bottom: 28px;
  }

  .room-tab-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 20px;
    padding-bottom: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .room-tab-nav::-webkit-scrollbar {
    display: none;
  }

  .room-tab-btn {
    flex-shrink: 0;
    font-size: 12px;
    padding: 8px 14px;
    white-space: nowrap;
  }

  .room-panel__title {
    font-size: 24px;
  }

  .room-panel__content {
    padding: 24px 18px;
    margin-top: 20px;
  }

  .room-panel__desc {
    font-size: 15px;
  }

  .room-panel__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .room-panel__actions .theme-btn {
    width: 100%;
    text-align: center;
  }

  .room-panel__actions .btn-title {
    justify-content: center;
  }

  .room-panel__link {
    justify-content: center;
  }

  .room-features-strip {
    margin-top: 36px;
    padding: 20px 16px;
    border-radius: 12px;
  }

  .room-feature-item {
    font-size: 13px;
    gap: 10px;
  }

  .room-feature-item i {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}

/* ── Feature cards ── */
@media (max-width: 767.98px) {
  .feature-block-three .inner-box {
    padding: 28px 20px;
  }

  .feature-block-three .inner-box .content-box .text {
    font-size: 14px;
  }
}

/* ── About gallery ── */
@media (max-width: 991.98px) {
  .feature-section-four .about-brand {
    text-align: center;
    margin-bottom: 20px;
  }

  .feature-section-four .site-logo--section img {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-section-four .sec-title .btn-box {
    text-align: center;
  }

  .feature-block-four.col-lg-4.mt-40 {
    margin-top: 0 !important;
  }

  .feature-block-four .inner-box .image img {
    min-height: 220px;
  }
}

/* ── Rooms gallery ── */
@media (max-width: 767.98px) {
  .rooms-grid {
    --bs-gutter-y: 20px;
  }

  .room-card__media {
    aspect-ratio: 16 / 10;
  }

  .room-card__title {
    font-size: 20px;
  }

  .site-logo--section img {
    max-height: 90px;
  }
}

/* ── Feature slider ── */
@media (max-width: 767.98px) {
  .feature-section-five .content-column .inner-column {
    padding: 32px 20px;
  }

  .feature-section-five .content-column .sec-title h2 {
    font-size: 26px;
  }

  .feature-section-five .content-column .sec-title .text {
    font-size: 15px;
  }
}

/* ── About stats ── */
@media (max-width: 767.98px) {
  .about-section-six .content-column {
    margin-bottom: 10px;
  }

  .about-section-six .image-column {
    margin-top: 24px;
  }

  .about-section-six .sec-title h2 {
    font-size: 26px;
  }

  .about-brand-sm {
    text-align: center;
  }

  .site-logo-inline {
    margin: 0 auto;
    display: block;
    max-height: 80px;
  }

  .about-section-six .image-column .exp-info-text {
    font-size: 14px;
    padding: 12px 16px;
  }
}

/* ── Contact ── */
@media (max-width: 991.98px) {
  .contact-section.style-three {
    padding: 0;
  }

  .contact-section.style-three .bg.bg-image {
    position: relative !important;
    height: 220px;
    width: 100%;
  }

  .contact-section.style-three .bg img {
    width: 100% !important;
    max-width: 100% !important;
    height: 220px !important;
    object-fit: cover;
    display: block;
  }

  .contact-section.style-three .outer-box {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
  }

  .contact-section.style-three .form-column .inner-column {
    padding: 28px 16px !important;
    border-radius: 16px;
    margin: 0 15px 40px;
  }

  .contact-form .form-group[class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact-form .theme-btn {
    width: 100%;
  }

  .contact-detail-item > i {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .site-logo--contact img {
    max-height: 72px;
  }
}

/* ── News gallery ── */
@media (max-width: 767.98px) {
  .news-block-four {
    margin-bottom: 16px;
  }

  .news-block-four .image-box .image img {
    min-height: 220px;
  }
}

/* ── Marquee ── */
@media (max-width: 767.98px) {
  .marquee-section {
    padding: 36px 0 !important;
  }

  .marquee .text {
    font-size: 36px !important;
    line-height: 1.15 !important;
    padding: 0 16px;
  }

  .marquee .text.divider .icon {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .marquee .text {
    font-size: 28px !important;
  }
}

/* ── Map section ── */
@media (max-width: 991.98px) {
  .map-section .auto-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ── Reviews section ── */
@media (max-width: 991.98px) {
  .reviews-section .auto-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ── Footer ── */
@media (max-width: 991.98px) {
  .footer-style-one .widgets-section {
    padding: 48px 0 28px;
  }
}

/* ── Buttons & CTA ── */
@media (max-width: 575.98px) {
  .theme-btn.btn-style-two {
    padding: 14px 20px !important;
    font-size: 13px !important;
    letter-spacing: 0.04em !important;
  }

  .btn-style-two .btn-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}

/* ── WhatsApp float ── */
@media (max-width: 767.98px) {
  .scroll-to-top {
    right: 16px !important;
    bottom: 16px !important;
    width: 48px !important;
    height: 48px !important;
    z-index: 999;
  }

  .scroll-to-top svg {
    width: 22px;
    height: 22px;
  }
}

/* ── Mobile menu polish ── */
@media (max-width: 991.98px) {
  .mobile-menu .menu-box {
    width: 300px;
    max-width: 85vw;
  }

  .mobile-menu .contact-list-one .contact-info-box {
    font-size: 14px;
    line-height: 1.7;
  }

  .site-logo--mobile img {
    max-height: 72px;
  }
}
