/* ============================================================
   SRI HELA TRAVELS — GLOBAL RESPONSIVE MEDIA QUERIES ONLY
   Covers all viewport-specific breakpoints and media rules.
   ============================================================ */

@media (max-width: 991px) {
  .mobile-nav-actions {
    display: flex;
  }

  .mobile-phone-btn {
    display: flex;
  }

  .main-header.use-white-logo .mobile-phone-btn {
    color: #fff !important;
  }

  .main-header.use-white-logo .mobile-nav-separator {
    background: rgba(255, 255, 255, 0.3);
  }

  .main-header.scrolled .mobile-phone-btn {
    color: #fff !important;
  }

  .main-header.scrolled .mobile-nav-separator {
    background: rgba(255, 255, 255, 0.3);
  }

  body.sidebar-open {
    overflow: hidden;
  }

  body.inner-page {
    padding-top: 80px;
    /* leave space for fixed nav */
  }

  .hero-wrapper {
    margin-top: -80px;
    /* hero goes under fixed nav for overlap effect */
  }

  section[style*="padding-top:150px"] {
    padding-top: 100px !important;
  }
}

@media (max-width: 1200px) {
  .hp-footer .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .img-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #ttd-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #destinations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  .features-strip-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5rem;
  }

  .strip-item:nth-child(even)::after {
    display: none;
  }

  .why-choose-inner {
    grid-template-columns: 340px 1fr;
  }

  .why-left-panel {
    padding: 4rem 2.5rem;
  }

  .why-right-panel {
    padding: 3rem 2rem;
  }

  .tours-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .b-picker-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .split-section {
    gap: 2.5rem;
  }

  .split-content {
    padding-right: 0 !important;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .tour-grid {
    grid-template-columns: 1fr;
  }

  .tour-inclusion-details {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .why-choose-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .why-left-panel {
    padding: 3rem 2rem;
  }

  .why-right-panel {
    padding: 2.5rem 2rem;
  }

  .why-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-left-panel h2 {
    font-size: clamp(1.7rem, 4vw, 2.2rem);
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }

  .ps-connector {
    display: none;
  }

  .process-badges {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-header h2 {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }

  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ttd-grid {
    grid-template-columns: repeat(2, 1fr);
    min-height: 600px;
  }

  .hp-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .card-horizontal {
    flex-direction: column;
  }

  .card-horizontal .card-img-wrapper {
    height: 280px;
    flex: none;
  }

  .card-horizontal .card-body {
    padding: 2rem;
  }

  .contact-form-wrap,
  .contact-details-wrap {
    width: 100%;
  }

  .img-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ds-attractions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ds-gallery-slide {
    min-width: 50%;
  }

  .comp-boxes {
    flex-direction: column;
  }

  #ttd-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #destinations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-wrapper {
    height: 55vh !important;
    min-height: 360px !important;
  }

  .hero-title {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
  }

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

  .hero-content {
    padding: 2rem 1.25rem 0;
  }

  .ds-hero {
    height: 55vh;
    min-height: 340px;
  }

  .ds-hero-content {
    padding: 2rem 1.25rem 2.5rem;
  }

  .ds-hero-title {
    font-size: clamp(1.8rem, 6vw, 2.6rem);
  }

  .ds-facts-bar {
    flex-direction: column;
  }

  .ds-fact-item {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }

  .ds-fact-item:last-child {
    border-bottom: none;
  }

  .hero-video-controls {
    right: 50%;
    transform: translateX(50%);
    bottom: 2rem;
  }

  .hero-btns {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }

  .btn-gold,
  .btn-outline-white {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .hero-content-wrapper {
    padding: 0 1.25rem;
  }

  .hp-cta-new {
    padding: 3.5rem 1.5rem;
  }

  .cta-btns-left {
    flex-direction: column;
  }

  .btn-prominent-solid,
  .btn-whatsapp {
    width: 100%;
    justify-content: center;
    font-size: 14px !important;
  }

  .cta-inner-left h2 {
    font-size: clamp(1.8rem, 5vw, 2.2rem) !important;
  }

  .section-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem) !important;
  }

  .hp-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .split-section {
    flex-direction: column;
    gap: 2rem;
  }

  .split-content,
  .split-image {
    width: 100%;
    flex: none;
  }

  .split-content {
    padding-right: 0 !important;
  }

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .grid-3 .card .card-img-wrapper {
    height: 220px;
  }

  .contact-form-wrap {
    padding: 2rem 1.5rem !important;
  }

  .grid-2[style*="gap:4rem"] {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

  .ttd-inner-sec {
    flex-direction: column;
    gap: 1.25rem;
  }

  .ttd-img-sec {
    width: 100%;
    min-height: 200px;
  }

  .ttd-content-sec {
    width: 100%;
  }

  h4.ttd-title {
    font-size: 1.3rem;
  }

  .ttd-area {
    padding: 2rem 1.25rem;
  }

  .view-all-banner {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .vab-btn {
    width: 100%;
  }

  .btn-green-arrow {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .tour-header-sec {
    height: 60vh;
  }

  .inc-pr-included {
    grid-template-columns: 1fr 1fr;
  }

  .tour-bottom-section {
    padding: 4rem 1.5rem;
  }

  .ttd-slider-section {
    padding: 0 1.25rem;
  }

  .section-padding {
    padding: 3.5rem 0;
  }

  .msb-link {
    padding: 0.85rem 1.75rem;
  }

  .b-picker-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .b-form-container {
    padding: 0 1.25rem;
  }

  .b-header {
    padding: 1.25rem !important;
  }

  .b-header-text h1 {
    font-size: 1.5rem !important;
  }

  .b-header-logo img {
    height: 46px !important;
  }

  .b-picker-tile {
    height: 110px;
  }

  .b-picker-tile-name {
    font-size: 0.78rem;
    padding: 0.5rem 0.65rem;
  }

  /* ── Modal Responsiveness migrated from style.css ── */
  .tour-enquiry-modal {
    padding: 1rem 0.5rem;
  }

  .tour-enquiry-modal-content {
    margin: 1vh auto;
    max-height: 98vh;
    border-radius: 16px;
  }

  .tour-enquiry-modal-header {
    padding: 2rem 1.5rem 1.25rem;
  }

  .tour-enquiry-close {
    top: 10px;
    right: 15px;
    font-size: 30px;
  }

  .tour-enquiry-modal-header h2 {
    font-size: 1.5rem;
  }

  .tour-enquiry-modal-header p {
    font-size: 0.85rem;
    line-height: 1.4;
  }

  .tour-enquiry-modal-body {
    padding: 1.5rem;
  }

  .tour-enquiry-form {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .formsec-cover {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .tour-name-badge {
    font-size: 1.2rem;
  }

  .breakdown-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media (max-width: 600px) {
  .features-strip-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hp-features-strip {
    padding: 1.5rem 0;
  }

  .strip-item::after {
    display: none !important;
  }

  .strip-title {
    font-size: 0.88rem;
  }

  .why-left-panel {
    padding: 2.5rem 1.5rem;
  }

  .why-right-panel {
    padding: 2rem 1.5rem;
  }

  .why-cards-grid {
    grid-template-columns: 1fr;
  }

  .why-lead-text {
    font-size: 0.9rem;
  }

  .tours-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .process-section {
    padding: 3.5rem 0 2.5rem;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .process-badges {
    grid-template-columns: 1fr;
  }

  .process-header {
    margin-bottom: 2.5rem;
  }

  .testi-grid {
    grid-template-columns: 1fr;
  }

  .testi-card {
    padding: 1.5rem;
  }

  .ttd-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ttd-tile {
    /* height: 240px; */
  }

  .hp-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .hp-footer .fg-logo {
    display: flex;
    justify-content: center;
  }

  .hp-footer .fg-socials {
    justify-content: center;
  }

  .hp-footer .fg-col-links {
    align-items: center;
  }

  .hp-footer {
    padding: 3rem 0 1.5rem;
  }

  .footer-bottom {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0.75rem !important;
  }

  .card-horizontal .card-img-wrapper {
    height: 220px;
  }

  .card-horizontal .card-body {
    padding: 1.5rem;
  }

  .card-horizontal .card-title {
    font-size: 1.4rem !important;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 1rem 1.25rem;
  }

  .faq-answer {
    padding: 0 1.25rem;
  }

  .faq-item.active .faq-answer {
    padding-bottom: 1.25rem;
  }

  .faq-category {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
  }

  .img-card {
    min-height: 260px;
  }

  .ds-gallery-slide {
    min-width: 85%;
  }

  .ds-desc-section {
    padding: 2rem 1.25rem;
  }

  .ds-attractions-section {
    padding: 1.5rem 1.25rem 2rem;
  }

  .ds-story {
    font-size: 0.95rem;
  }

  .ds-attraction-name {
    font-size: 0.88rem;
  }

  .filter-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  .filter-options {
    width: 100%;
  }

  .filter-bar select {
    max-width: 100%;
  }

  .view-all-banner {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .vab-btn {
    width: 100%;
  }

  .btn-green-arrow {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .container-checkbox {
    width: 50%;
  }

  .radio-input {
    width: 50%;
  }

  .tour-header-sec {
    height: 50vh;
  }

  .inc-pr-included {
    grid-template-columns: 1fr;
  }

  .tour-description {
    padding: 2rem 1.25rem !important;
    margin-top: -5rem !important;
  }

  .tour-info-viewer {
    position: relative;
    top: -6rem;
    width: 95%;
  }

  .tour-inf {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .tour-book {
    margin-left: 0;
  }

  h1.intro-title {
    font-size: 2rem;
  }

  .explore-section {
    padding: 2rem 0 3.5rem;
  }

  .img-card {
    min-height: 240px;
    border-radius: 10px;
  }

  section.blog-header-section {
    padding-top: 100px !important;
  }

  .b-bottom-section {
    padding: 3rem 1.25rem;
  }

  .b-process-header h2 {
    font-size: 2rem;
  }

  .b-step-btn {
    padding: 1rem;
  }

  .b-step-title {
    font-size: 1rem;
  }

  .b-tabs-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .img-card-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  #ttd-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  #destinations-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 480px) {
  .hero-wrapper {
    height: 50vh !important;
    min-height: 320px !important;
  }

  .hero-title {
    font-size: clamp(1.6rem, 9vw, 2.2rem) !important;
  }

  .ds-hero {
    height: 48vh;
    min-height: 300px;
  }

  .hero-desc {
    font-size: 14px !important;
  }

  .hero-eyebrow {
    letter-spacing: 2px;
  }

  .hp-cta-new .cta-sub,
  .process-header p,
  .hero-subtitle {
    font-size: 16px !important;
  }

  .ps-icon {
    font-size: 3rem !important;
  }

  .tp-card-img-wrap {
    height: 200px;
  }

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

  .hp-footer .footer-grid {
    gap: 1.25rem;
  }

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

  .back-to-top {
    bottom: 1.5rem;
    right: 1.25rem;
  }

  .contact-form-wrap {
    padding: 1.5rem !important;
  }

  section[style*="padding-top:150px"] {
    padding-top: 110px !important;
    padding-bottom: 1.5rem !important;
  }

  .ttd-img-sec {
    min-height: 180px;
  }

  h4.ttd-title {
    font-size: 1.15rem;
  }

  .ttd-content-inner {
    font-size: 0.9rem;
  }

  .tour-description {
    padding: 1.5rem 1rem !important;
  }

  .tour-info-viewer {
    top: -4rem;
    padding: 1rem;
  }

  section[style*="padding-top:150px"] {
    padding-top: 90px !important;
  }

  .container {
    padding: 0 1.25rem;
  }

  .hp-container {
    padding: 0 1.25rem !important;
  }

  .section-padding {
    padding: 2.5rem 0;
  }

  .b-picker-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
  }

  .b-picker-tile {
    height: 100px;
  }

  .b-form-section-title {
    font-size: 1.15rem;
  }

  /* ── Modal Responsiveness migrated from style.css ── */
  .tour-enquiry-modal {
    padding: 0.5rem 0.25rem;
  }

  .tour-enquiry-modal-content {
    border-radius: 12px;
    max-height: 99vh;
  }

  .tour-enquiry-modal-header {
    padding: 1.75rem 1rem 1rem;
  }

  .tour-enquiry-close {
    top: 8px;
    right: 10px;
    font-size: 26px;
  }

  .tour-enquiry-modal-header h2 {
    font-size: 1.35rem;
  }

  .tour-enquiry-modal-body {
    padding: 1rem;
  }

  .tour-name-badge {
    font-size: 1.05rem;
  }

  .flex-dates-row {
    gap: 1rem;
    padding: 0.5rem;
  }
}

@media (max-width: 400px) {

  .container-checkbox,
  .radio-input {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .b-picker-grid {
    grid-template-columns: 1fr;
  }

  .b-picker-tile {
    height: 140px;
  }
}

@media (hover: none) {

  /* Disable hover effects on touch devices */
  .card:hover {
    transform: none !important;
  }

  .why-card:hover {
    transform: none !important;
  }

  .testi-card:hover {
    transform: none !important;
  }

  .dest-tile:hover img {
    transform: none !important;
  }

  .ttd-tile:hover img {
    transform: none !important;
  }

  .img-card:hover {
    transform: none;
  }
}

@media print {

  .main-header,
  .mobile-sidebar,
  .nav-overlay,
  .floating-whatsapp,
  .back-to-top,
  .scroll-progress,
  .hero-video-controls {
    display: none !important;
  }

  .hp-hero {
    min-height: auto;
    height: auto;
  }

  body {
    font-size: 12pt;
    color: #000;
  }
}

@media (prefers-contrast: high) {
  :root {
    --color-accent: #B8860B;
    --color-primary: #003300;
  }
}