/* ===================================
   RESPONSIVE DESIGN - MOBILE FIRST
   BookMyHall Website
   =================================== */

/* ===================================
   LARGE DESKTOP (1400px and up)
   =================================== */
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1400px;
  }

  #lg-screen-remove {
    display: none !important;
  }

  .container-xxl {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

/* ===================================
   DESKTOP (1200px and up)
   =================================== */
@media (min-width: 1200px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  #lg-screen-remove {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: space-between;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-bottom: 0px !important;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
  }

  .container-xxl {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  #lg-screen-remove {
    display: none !important;
  }
}

/* ===================================
   TABLET LANDSCAPE (992px to 1199px)
   =================================== */
@media (max-width: 1199px) {
  :root {
    --spacing-2xl: 2.5rem;
    --spacing-3xl: 3.5rem;
  }

  .qr-code {
    width: 78%;
    height: auto;
    display: block;
    border-radius: 4px;
  }

  .container-xxl {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 20px !important;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-mockups {
    height: 500px;
    margin-top: 3rem;
  }

  .mockup-1 {
    width: 170px;
    height: 360px;
  }

  .mockup-2 {
    width: 170px;
    height: 360px;
  }

  .mockup-3 {
    width: 170px;
    height: 360px;
  }
}

/* ===================================
   TABLET (768px to 991px)
   =================================== */
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --spacing-xl: 1.5rem;
    --spacing-2xl: 2rem;
  }

  #lg-screen-remove {
    display: none !important;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .hero-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }

  .btn-primary-lg,
  .btn-secondary-lg {
    width: 100%;
    justify-content: center;
  }

  .hero-mockups {
    height: 400px;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }

  .policy-toc {
    display: none !important;
  }

  .mockup-1 {
    width: 150px;
    height: 320px;
    left: 5%;
  }

  .mockup-2 {
    width: 150px;
    height: 320px;
  }

  .mockup-3 {
    width: 150px;
    height: 320px;
    right: 5%;
  }

  .section-title {
    font-size: 2rem;
  }

  .about-mockup {
    margin-bottom: 1.5rem;
  }

  .phone-frame-large {
    max-width: 240px;
    height: 480px;
  }

  .about-card {
    padding: var(--spacing-lg);
  }

  .step-item {
    padding: var(--spacing-lg);
  }

  .process-mockup {
    margin: 2rem 0;
  }

  .phone-frame-xl {
    max-width: 250px;
    height: 520px;
  }

  .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }

  .phone-frame-download {
    max-width: 240px;
    height: 480px;
  }

  .contact-form-wrapper {
    margin-top: 2rem;
  }

  .nav-buttons {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
    width: 100%;
  }

  .btn-login,
  .btn-download {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom p {
    margin-bottom: 0.5rem;
  }

  .text-md-end {
    text-align: center;
  }

  .testimonial-section {
    padding: 40px 30px;
  }

  .testimonial-title {
    font-size: 20px;
  }

  .testimonial-text {
    font-size: 22px;
  }

  .user-info h4 {
    font-size: 22px;
  }

  .rating i {
    font-size: 24px;
  }

  /* developer write the code */

  .main-banner-marquee {
    display: none !important;
  }

  .hero-section {
    padding-bottom: 40px 0px;
  }

  .sticky-only-bottom {
    text-align: center;
    padding: 10px 1rem;
    background: #fff;
    opacity: 2;
    transition: opacity 0.6s ease;
  }

  .hero-section {
    background-image: url(../images/shapes/banner-section.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 50px !important;
    overflow: hidden;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
}

/* ===================================
   SMALL TABLET / LARGE MOBILE (576px to 767px)
   =================================== */
@media (min-width: 574px) and (max-width: 767px) {
  :root {
    --spacing-lg: 1.25rem;
    --spacing-xl: 1.5rem;
    --spacing-2xl: 1.75rem;
  }

  #lg-screen-remove {
    display: none !important;
  }

  html {
    scroll-padding-top: 70px;
  }

  body {
    font-size: 0.95rem;
  }

  .container-xxl {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 20px !important;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  p {
    font-size: 0.95rem;
  }

  /* Navigation */
  .navbar {
    padding: 0.75rem 0;
  }

  .navbar-brand {
    font-size: 1.25rem;
  }

  .policy-toc {
    display: none !important;
  }
  .nav-link {
    padding: 0.5rem 0;
    margin: 0.25rem 0;
    font-size: 0.95rem;
  }

  .nav-buttons {
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-color);
  }

  .btn-login,
  .btn-download {
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 0.85rem;
  }

  /* Hero Section */
  .hero-title {
    font-size: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    max-width: 100%;
    margin: 0.75rem 0;
  }

  .badge-primary {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1.25rem;
  }

  .btn-primary-lg,
  .btn-secondary-lg {
    width: 100%;
    padding: 0.65rem 1.5rem;
    font-size: 0.9rem;
  }

  .hero-mockups {
    height: 350px;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
  }

  .mockup-1,
  .mockup-2,
  .mockup-3 {
    width: 120px;
    height: 260px;
  }

  .mockup-1 {
    left: 0;
    top: 50%;
  }

  .mockup-2 {
    left: 50%;
    top: 10%;
  }

  .mockup-3 {
    right: 0;
    top: 50%;
  }

  /* Sections */
  .section-label {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
    margin-bottom: 1rem;
  }

  .section-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
  }

  /* About Section */
  .about-mockup {
    margin-bottom: 1.25rem;
  }

  .phone-frame-large {
    max-width: 200px;
    height: 400px;
    padding: 10px;
  }

  .about-card {
    padding: var(--spacing-lg);
    margin-bottom: 1rem;
  }

  .card-header h4 {
    font-size: 1.1rem;
  }

  .testimonial-text {
    font-size: 0.9rem;
  }

  .feature-item {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }

  .hall-owners-card {
    padding: var(--spacing-lg);
  }

  .hall-owners-card h4 {
    font-size: 1.1rem;
  }

  /* Process Section */
  .step-item {
    padding: var(--spacing-lg);
    margin-bottom: 1rem;
    border-left-width: 3px;
  }

  .step-number {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
  }

  .step-item h5 {
    font-size: 1rem;
  }

  .step-item p {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }

  .process-mockup {
    margin: 1.5rem 0;
  }

  .phone-frame-xl {
    max-width: 200px;
    height: 420px;
    padding: 12px;
  }

  /* Download Section */
  .feature-box {
    padding: var(--spacing-lg);
    margin-bottom: 1rem;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .feature-box h5 {
    font-size: 1rem;
  }

  .feature-box p {
    font-size: 0.9rem;
  }

  .phone-frame-download {
    max-width: 200px;
    height: 400px;
    padding: 12px;
  }

  .qr-code {
    width: 120px;
    height: 120px;
  }

  .btn-download-large {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    width: 100%;
    margin-bottom: 0.5rem;
  }

  /* FAQ Section */
  .faq-item {
    margin-bottom: 0.75rem;
  }

  .accordion-button {
    padding: 1rem 1.25rem;
    font-size: 1.2rem;
  }

  .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
  }

  /* Contact Section */
  .contact-subtitle {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  .contact-info {
    gap: 1.5rem;
  }

  .contact-item {
    gap: 1rem;
  }

  .contact-item i {
    font-size: 1.5rem;
    min-width: 40px;
  }

  .contact-item h5 {
    font-size: 1rem;
  }

  .contact-item p {
    font-size: 0.9rem;
  }

  .contact-form-wrapper {
    padding: var(--spacing-lg);
    margin-top: 1.5rem;
  }

  .contact-form-wrapper h4 {
    font-size: 1.1rem;
  }

  .form-group input,
  .form-group textarea {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
  }

  .btn-submit {
    padding: 0.65rem 1.5rem;
    font-size: 0.9rem;
  }

  /* Footer */
  .footer-title {
    font-size: 1.1rem;
  }

  .footer-text {
    font-size: 0.9rem;
  }

  .footer-social {
    gap: 0.75rem;
  }

  .social-link {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  .footer-links a {
    font-size: 0.9rem;
  }

  .app-btn {
    font-size: 0.8rem;
    padding: 0.45rem 0.75rem;
  }

  .qr-section {
    padding: 0.5rem;
  }

  .qr-section p {
    font-size: 0.75rem;
  }

  .footer-bottom {
    padding: var(--spacing-lg) 0;
    margin-top: var(--spacing-lg);
  }

  .footer-bottom p {
    font-size: 0.85rem;
  }

  /* developer write the code */

  .main-banner-marquee {
    display: none !important;
  }

  .hero-section {
    padding-bottom: 40px 0px;
  }

  .sticky-only-bottom {
    text-align: center;
    padding: 10px 1rem;
    background: #fff;
    opacity: 2;
    transition: opacity 0.6s ease;
  }

  .hero-section {
    background-image: url(../images/shapes/banner-section.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0px;
  }
}

/* ===================================
   MOBILE (480px to 575px)
   =================================== */
@media (max-width: 575px) {
  :root {
    --spacing-lg: 1rem;
    --spacing-xl: 1.25rem;
    --spacing-2xl: 1.5rem;
    --spacing-3xl: 2rem;
  }

  html {
    scroll-padding-top: 60px;
  }

  .qr-code {
    width: 78%;
    height: auto;
    display: block;
    border-radius: 4px;
  }

  body {
    font-size: 0.9rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.95rem;
  }

  p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  /* Navigation */
  .navbar {
    padding: 0.5rem 0;
  }

  .navbar-brand {
    font-size: 1.1rem;
  }

  .brand-icon {
    font-size: 1.3rem;
  }

  .navbar-toggler {
    padding: 0.25rem 0.5rem;
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .nav-link {
    padding: 0.4rem 0 !important;
    margin: 0.2rem 0;
    font-size: 0.9rem;
    font-weight: 500;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .nav-buttons {
    width: 100%;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    justify-content: start !important;
  }

  .nav-buttons {
    /* flex-wrap: wrap; */
    gap: 0.5rem;
    margin-top: 0.75rem;
    width: 100%;
  }

  .nav-buttons {
    display: flex;
    align-items: start !important;
  }

  .btn-login,
  .btn-download {
    width: 50%;
    padding: 0.5rem 0.75rem;
    font-size: 16px;
  }

  /* Hero Section */
  .hero-section {
    min-height: auto;
  }

  .hero-title {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    margin: 0.5rem 0;
    line-height: 1.6;
  }

  .badge-primary {
    font-size: 0.75rem;
    padding: 0.35rem 0.75rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .btn-primary-lg,
  .btn-secondary-lg {
    width: 100%;
    padding: 0.6rem 1.25rem;
    font-size: 0.85rem;
  }

  .hero-mockups {
    height: 300px;
    margin: 1.5rem 0 1rem 0;
  }

  .mockup-1,
  .mockup-2,
  .mockup-3 {
    width: 100px;
    height: 220px;
  }

  .mockup-1 {
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotateZ(-20deg);
  }

  .mockup-2 {
    left: 50%;
    top: 0;
    transform: translateX(-50%) rotateZ(5deg);
  }

  .mockup-3 {
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotateZ(20deg);
  }

  /* Sections */
  .section-label {
    font-size: 0.95rem;
    padding: 0.35rem 0.75rem;
    margin-bottom: 0.75rem;
  }

  .section-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .section-subtitle {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  /* About Section */
  .about-mockup {
    margin-bottom: 1rem;
  }

  .phone-frame-large {
    max-width: 170px;
    height: 350px;
    padding: 8px;
  }

  .phone-frame-large::before {
    width: 130px;
    height: 23px;
  }

  .about-card h5 {
    margin-bottom: 40px !important;
  }

  .about-card {
    padding: var(--spacing-md);
    margin-bottom: 0.75rem;
  }

  .card-header h4 {
    font-size: 1rem;
  }

  .testimonial {
    padding: 0.75rem 0;
  }

  .testimonial-text {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }

  .testimonial-author {
    gap: 0.5rem;
  }

  .testimonial-author img {
    width: 35px;
    height: 35px;
  }

  .author-name {
    font-size: 0.85rem;
  }

  .rating {
    font-size: 0.7rem;
  }

  .feature-item {
    font-size: 0.85rem;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .feature-item i {
    font-size: 1rem;
  }

  .hall-owners-card {
    padding: var(--spacing-md);
    margin-bottom: 1rem;
  }

  .hall-owners-card h4 {
    font-size: 1rem;
  }

  /* Process Section */
  .step-item {
    padding: var(--spacing-md);
    margin-bottom: 0.75rem;
  }

  .step-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .step-item h5 {
    font-size: 0.95rem;
  }

  .step-item p {
    font-size: 0.85rem;
    margin-top: 0.4rem;
  }

  .process-mockup {
    margin: 1.25rem 0;
  }

  .phone-frame-xl {
    max-width: 170px;
    height: 360px;
    padding: 10px;
  }

  .phone-frame-xl::before {
    width: 130px;
    height: 23px;
  }

  /* Download Section */
  .feature-box {
    padding: var(--spacing-md);
    margin-bottom: 0.75rem;
  }

  .feature-icon {
    width: 55px;
    height: 55px;
    font-size: 1.25rem;
  }

  .feature-box h5 {
    font-size: 0.95rem;
  }

  .feature-box p {
    font-size: 0.85rem;
  }

  .phone-frame-download {
    max-width: 170px;
    height: 350px;
    padding: 10px;
  }

  .phone-frame-download::before {
    width: 130px;
    height: 23px;
  }

  .qr-code {
    width: 100px;
    height: 100px;
    margin-top: 1rem;
  }

  .btn-download-large {
    padding: 0.6rem 1.25rem;
    font-size: 0.85rem;
    width: 100%;
  }

  /* FAQ Section */
  .faq-item {
    margin-bottom: 0.5rem;
  }

  .accordion-button {
    padding: 0.85rem 1rem;
    font-size: 1rem;
  }

  .links-list a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    font-family: var(--font-secondary);
    display: flex;
    align-items: center;
    transition: all var(--transition-base);
    padding: 5px 0;
    gap: 5px;
    justify-content: start;
  }

  #straightline-footer {
    display: none;
  }

  .accordion-body {
    padding: 0.85rem 1rem;
    font-size: 0.85rem;
  }

  /* Contact Section */
  .contact-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .contact-info {
    gap: 1.25rem;
  }

  .contact-item {
    gap: 0.75rem;
  }

  .contact-item i {
    font-size: 1.25rem;
    min-width: 50px;
  }

  .contact-item h5 {
    font-size: 0.95rem;
  }

  .contact-item p {
    font-size: 0.85rem;
  }

  .contact-form-wrapper {
    padding: var(--spacing-md);
    margin-top: 1.25rem;
  }

  .contact-form-wrapper h4 {
    font-size: 1rem;
  }

  .form-group {
    margin-bottom: 0.75rem !important;
  }

  .form-group input,
  .form-group textarea {
    padding: 0.65rem 0.75rem;
    font-size: 0.9rem;
  }

  .form-group textarea {
    font-size: 0.9rem;
  }

  .btn-submit {
    padding: 0.6rem 1.25rem;
    font-size: 0.85rem;
  }

  /* Footer */
  .footer-section {
    padding-top: var(--spacing-xl);
  }

  .footer-title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .footer-text {
    font-size: 0.85rem;
  }

  .footer-social {
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .social-link {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }

  .footer-links {
    margin-bottom: 1rem;
  }

  .footer-links li {
    margin-bottom: 0.5rem;
  }

  .footer-links a {
    font-size: 0.85rem;
  }

  .app-buttons {
    gap: 0.4rem;
  }

  .app-btn {
    font-size: 0.75rem;
    padding: 0.4rem 0.6rem;
  }

  .qr-section {
    padding: 0.4rem;
    margin-top: 0.75rem;
  }

  .qr-section p {
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
  }

  .qr-img {
    max-width: 70px;
  }

  .footer-bottom {
    padding: 1rem 0;
    margin-top: var(--spacing-lg);
  }

  .footer-bottom p {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
  }

  .marquee-container {
    width: 250px;
    height: 500px !important;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 10px;
    transform: rotate(0deg);
  }

  .marquee-container2 {
    width: 250px;
    height: 500px !important;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 10px;
    transform: rotate(0deg);
  }

  .testimonial-section {
    border-radius: 20px;
    padding: 30px 20px;
  }

  .testimonial-title {
    font-size: 22px;
  }

  .testimonial-box {
    padding: 25px;
  }

  .testimonial-text {
    font-size: 18px;
    max-width: 100%;
  }

  .testimonial-bottom {
    align-items: flex-start;
  }

  .user-info img {
    width: 55px;
    height: 55px;
  }

  .user-info h4 {
    font-size: 18px;
  }

  .rating i {
    font-size: 18px;
  }

  .arrow {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .footer-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 15px;
    align-items: start;
  }

  .footer-about {
    width: 100%;
    padding: 0px !important;
  }

  .footer-links {
    width: 50%;
  }

  .footer-download {
    width: 100%;
  }

  .main-banner-marquee {
    display: none !important;
  }

  .hero-subtitle {
    margin-bottom: 40px;
  }

  .slick-mobile-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    pointer-events: none;
    width: 100%;
  }

  #remove-moblie-screen {
    display: none !important;
  }

  .hero-section {
    background-image: url(../images/shapes/banner-section.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 50px !important;
    overflow: hidden;
  }

  .slick-mobile-frame img {
    width: 100%;
    height: 660px !important;
  }

  .about-card-image img {
    width: 100%;
  }

  .testimonial-bottom {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
  }
  .policy-toc {
    display: none !important;
  }
}

/* ===================================
   EXTRA SMALL MOBILE (< 480px)
   =================================== */
@media (min-width: 479px) and (max-width: 100px) {
  :root {
    --spacing-lg: 0.875rem;
    --spacing-xl: 1rem;
    --spacing-2xl: 1.25rem;
  }

  html {
    scroll-padding-top: 55px;
  }

  body {
    font-size: 0.875rem;
  }

  h1 {
    font-size: 1.25rem;
  }

  h2 {
    font-size: 1.1rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: 0.95rem;
  }

  p {
    font-size: 0.875rem;
  }

  .container-xxl {
    padding: 0 0.75rem;
  }

  /* Navigation */
  .navbar {
    padding: 0.4rem 0;
  }

  .navbar-brand {
    font-size: 1rem;
  }

  .brand-icon {
    font-size: 1.1rem;
  }

  .nav-link {
    font-size: 0.85rem;
  }

  .btn-login,
  .btn-download {
    padding: 0.45rem 0.6rem;
    font-size: 0.75rem;
  }

  /* Hero Section */
  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-buttons {
    gap: 0.4rem;
  }

  .btn-primary-lg,
  .btn-secondary-lg {
    padding: 0.55rem 1rem;
    font-size: 0.8rem;
  }

  .mockup-1,
  .mockup-2,
  .mockup-3 {
    width: 85px;
    height: 185px;
  }

  .hero-mockups {
    height: 250px;
  }

  /* Sections */
  .section-title {
    font-size: 1.5rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .phone-frame-large {
    max-width: 145px;
    height: 300px;
  }

  .phone-frame-xl {
    max-width: 145px;
    height: 300px;
  }

  .phone-frame-download {
    max-width: 145px;
    height: 300px;
  }

  .step-item {
    padding: 0.75rem;
  }

  .step-number {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .step-item h5 {
    font-size: 0.9rem;
  }

  .step-item p {
    font-size: 0.8rem;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }

  .feature-box h5 {
    font-size: 0.9rem;
  }

  .feature-box p {
    font-size: 0.8rem;
  }

  .accordion-button {
    padding: 0.75rem 0.85rem;
    font-size: 1rem;
  }

  #straightline-footer {
    display: none;
  }

  .accordion-body {
    padding: 0.75rem 0.85rem;
    font-size: 0.8rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .links-list a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    font-family: var(--font-secondary);
    display: flex;
    align-items: center;
    transition: all var(--transition-base);
    padding: 5px 0;
    gap: 5px;
    justify-content: start;
  }

  .contact-item h5 {
    font-size: 0.9rem;
  }

  .contact-item p {
    font-size: 0.8rem;
  }

  .form-group input,
  .form-group textarea {
    padding: 0.55rem 0.65rem;
    font-size: 0.85rem;
  }

  .footer-title {
    font-size: 0.95rem;
  }

  .footer-text {
    font-size: 0.8rem;
  }

  .footer-links a {
    font-size: 0.8rem;
  }

  .app-btn {
    font-size: 0.7rem;
    padding: 0.35rem 0.5rem;
  }

  .footer-bottom p {
    font-size: 0.75rem;
  }

  /* 
  .hero-content {
    padding-top: 50px;
    padding-bottom: 80px;
  } */

  .about-card-image img {
    width: 100%;
  }

  .main-banner-marquee {
    display: none !important;
  }

  .hero-subtitle {
    margin: 40px 0px;
  }

  .phone-wrap {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-shrink: 0;
    margin-top: 0px !important;
  }

  .policy-toc {
    display: none !important;
  }

  br {
    display: none !important;
  }

  .slick-slider-wrapper {
    position: relative;
    max-width: 1400px;
    padding: 60px 0 140px !important;
    /* overflow: hidden; */
  }

  .google-play-logo img {
    padding-top: 40px;
  }

  .slick-mobile-frame img {
    width: 100%;
    height: 790px !important;
  }

  .faq-item {
    margin-bottom: 30px;
  }

  .contact-item {
    display: flex;
    gap: 1.5rem;
    padding: 20px 10px;
    width: 100%;
    border-radius: 20px;
    position: relative;
    border: none;
  }

  .container-xxl {
    padding: 0px 20px !important;
  }

  .testimonial-bottom {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
  }
}

/* ===================================
   LANDSCAPE ORIENTATION ADJUSTMENTS
   =================================== */
@media (max-height: 600px) and (orientation: landscape) {
  .process-section,
  .download-section {
    min-height: auto;
    padding: 2rem 0;
  }

  .hero-mockups {
    height: 300px;
  }

  h1,
  h2 {
    margin-bottom: 0.5rem;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .hero-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }

  .btn-primary-lg {
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
  }
}

/* ===================================
   ACCESSIBILITY & REDUCED MOTION
   =================================== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ===================================
   HIGH CONTRAST MODE
   =================================== */
@media (prefers-contrast: more) {
  :root {
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.2);
  }

  .btn-login,
  .btn-download {
    border-width: 2px;
  }
}

/* ===================================
   DARK MODE SUPPORT (if needed in future)
   =================================== */
@media (prefers-color-scheme: dark) {
  /* Can add dark mode styles here in future */
}
