/* ===================================
   RESPONSIVE STYLES
   All Media Queries from style.css
   =================================== */

@media (max-width: 1600px) {
    .testimonials-swiper .swiper-slide-active {
        margin-right: 47px !important;
        margin-left: 30px !important;
    }
}

@media (max-width: 1400px) {
    .testimonials-swiper .swiper-slide-active {
        margin-right: 42px !important;
        margin-left: 25px !important;
    }
}

/* ===================================
   Extra Large Screens (< 1200px)
   =================================== */
@media (max-width: 1200px) {
    .nav-phone-link {
        display: none;
    }

    .cta-image {
        right: 180px;
    }

    .testimonials-swiper .swiper-slide-active {
        margin-right: 35px !important;
        margin-left: 20px !important;
    }

    .testimonials-swiper .swiper-slide {
        padding: 16px;
        height: 280px;
    }

    .testimonial-quote-icon {
        position: absolute;
        top: 20px;
        right: 10px;
        width: 25px;
        height: 25px;
    }

    .counter-container {
        gap: 20px;
    }

    .counter-button {
        width: 30px;
        height: 30px;
    }

    .counter-value {
        width: 30px;
        font-size: 16px;
    }

    .partner-form-card {
        padding: 24px;
    }

    .nav-center-links {
        gap: 6px;
    }
}

/* ===================================
   Tablet / Large Screens (< 991px)
   =================================== */
@media (max-width: 991px) {
    .mobile-icon-wrap {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .mobile-icon-wrap .nav-mobile-book {
        height: auto;
        padding: 5px 10px;
        border-radius: 12px;
    }

    .partner-form-fields-container {
        width: 100%;
    }

    .partner-form-row {
        flex-direction: column;
    }

    .partner-form-group {
        width: 100%;
    }

    .partner-form-group[style*="width: 247px"] {
        width: 100% !important;
    }

    .cta-image {
        right: 70px;
    }

    /* Header/Navigation - Old */
    .header-nav {
        top: 20px;
    }

    .top-nav {
        height: auto;
        min-height: 70px;
        padding: 16px 24px;
    }

    .mobile-toggle {
        display: flex;
    }

    .nav-items {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(8, 10, 13, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 0 0 20px 20px;
        padding: 20px;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }

    .nav-items.show {
        max-height: 500px;
        padding: 20px;
    }

    .nav-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .nav-link-item {
        width: 100%;
    }

    .nav-link-item a {
        display: block;
        width: 100%;
        padding: 12px 16px;
    }

    .nav-link-item.active::after {
        bottom: 0;
        left: 0;
        width: 4px;
        height: 100%;
        border-radius: 0 4px 4px 0;
    }

    .nav-contact {
        margin-left: 0;
        padding: 12px 16px;
    }

    .nav-btn-book {
        width: 100%;
        margin-left: 0;
    }

    /* Header/Navigation - New */
    .top-nav-new {
        height: auto;
        min-height: 70px;
        padding: 16px 24px;
    }

    .nav-logo-new {
        width: 140px;
        height: 38px;
    }

    .nav-center-links {
        display: none;
    }

    .nav-right-section {
        display: none;
    }

    .mobile-toggle-new {
        display: flex;
    }

    /* Hero Section */
    .hero-section {
        padding: 160px 0 80px 0;
        min-height: auto;
    }

    .hero-bg-image {
        width: 100%;
        height: 100%;
    }

    .hero-gradient-overlay {
        width: 100vw;
    }

    .hero-content {
        gap: 26px;
        margin-bottom: 40px;
    }



    .hero-subtitle {
        font-size: 17px;
        line-height: 25px;
    }

    .hero-trust-indicators {
        width: 100%;
    }

    .trust-item span {
        font-size: 15px;
    }

    .hero-info-box {
        width: 100%;
    }

    .booking-card {
        padding: 24px 24px 32px 24px;
        gap: 32px;
    }



    .section-title {
        font-size: 36px;
    }



    .city-book-button {
        width: 100%;
        max-width: 100%;
    }

    /* Services Section */

    .services-header h2 {
        font-size: 32px;
    }

    .services-header p {
        font-size: 15px;
    }

    .service-top-section {
        padding: 28px;
        height: auto;
        min-height: 293px;
    }

    .service-price {
        position: static;
        margin-top: auto;
    }

    .service-bottom-section {
        padding: 28px;
    }

    .service-btn {
        max-width: 100%;
    }

    .custom-solution-box {
        padding: 30px 30px 90px;
    }

    .services-cta-title {
        font-size: 20px;
    }

    .services-cta-description {
        font-size: 15px;
    }

    /* Why Choose Section */
    .why-choose-header h2 {
        font-size: 32px;
    }

    .why-choose-header p {
        font-size: 15px;
    }

    .why-choose-card {
        height: auto;
        min-height: 266px;
        padding: 36px 20px;
        gap: 14px;
    }

    .why-choose-card h3 {
        font-size: 18px;
    }

    .why-choose-card p {
        font-size: 15px;
        padding: 0 20px;
    }

    /* How It Works Section */


    .how-it-works-header h2 {
        font-size: 32px;
    }

    .how-it-works-header p {
        font-size: 15px;
    }

    .how-it-works-card {
        padding: 40px 20px;
    }


    .how-it-works-card-description {
        font-size: 13px;
    }


    .cta-box {
        width: 100%;
    }

    .cta-content {
        padding: 40px 32px;
    }

    .cta-text h2 {
        font-size: 32px;
    }

    .cta-image {
        right: 40px;
        width: 240px;
        height: 330px;
    }

    /* Footer */
    .footer-container {
        padding: 50px 32px 0;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 32px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .why-choose-card {
        background: #FCB722;
        border-color: #FCB722;
    }

    .why-choose-card .why-choose-icon {
        background: #000000;
    }

    .why-choose-card .why-choose-icon svg g path,
    .why-choose-card .why-choose-icon svg path {
        fill: #FCB722;
        stroke: #FCB722;
    }

    .why-choose-card .why-choose-card h3 {
        color: #080A0D;
    }

    .why-choose-card .why-choose-card p {
        max-height: 200px;
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================================
   Mobile / Medium Screens (< 767px)
   =================================== */
@media (max-width: 767px) {
	
.hero-section .hero-bg-image {
	background-position: 92% 0px !important;
	}

    .hero-section.partner-banner .hero-bg-image {
        background-position: 84% 0px !important;
    }

    /* Header/Navigation - New */
    .header-nav {
        top: 16px;
    }

    .top-nav-new {
        padding: 12px 20px;
        min-height: 60px;
    }

    .nav-logo-new {
        width: 120px;
        height: 32px;
    }

    /* Hero Section */
    .hero-section {
        padding: 140px 0 60px 0;
        min-height: auto;
    }

    .hero-bg-image {
        width: 100%;
        height: 100%;
    }

    .hero-gradient-overlay {
        width: 100vw;
    }

    .hero-content {
        gap: 24px;
        margin-bottom: 40px;
    }


    .hero-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-trust-indicators {
        width: 100%;
        gap: 22px;
    }

    .trust-item {
        gap: 10px;
    }

    .trust-item span {
        font-size: 14px;
    }

    .trust-icon {
        width: 18px;
        height: 18px;
    }

    .hero-info-box {
        width: 100%;
        padding: 20px;
    }

    .hero-info-box h3 {
        font-size: 15px;
    }

    .hero-info-box p {
        font-size: 13px;
    }

    .booking-card {
        padding: 20px 20px 30px 20px;
        gap: 30px;
    }

    .booking-title {
        font-size: 22px;
    }



    .booking-submit-button {
        height: 56px;
    }

    .booking-submit-button span {
        font-size: 15px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    /* City Section */


    .city-section-title {
        font-size: 28px;
    }

    .city-section-subtitle {
        font-size: 15px;
    }


    .city-card-content {
        padding: 16px;
    }

    .city-book-button {
        width: 100%;
        max-width: 100%;
    }

    /* Services Section */


    .services-header h2 {
        font-size: 28px;
    }

    .services-header p {
        font-size: 14px;
    }

    .service-top-section {
        height: auto;
        min-height: 293px;
        padding: 24px;
    }

    .service-price {
        position: static;
        margin-top: auto;
    }

    .service-bottom-section {
        padding: 24px;
    }

    .service-card-header {
        flex-wrap: wrap;
        gap: 16px;
    }

    .service-card-description {
        font-size: 15px;
    }

    .services-cta {
        height: auto;
        min-height: 222px;
        padding: 30px 20px;
    }

    .services-cta-title {
        font-size: 20px;
    }

    .services-cta-description {
        font-size: 14px;
    }

    .services-cta-button {
        width: 200px;
        height: 44px;
        font-size: 15px;
    }

    /* How It Works Section */


    .how-it-works-header {
        margin-bottom: 30px;
    }

    .how-it-works-header h2 {
        font-size: 28px;
    }

    .how-it-works-header p {
        font-size: 14px;
    }

    .how-it-works-card {
        padding: 40px 20px;
    }

    .how-it-works-card-description {
        font-size: 13px;
    }

    .how-it-works-button {
        width: 180px;
        height: 44px;
    }

    .how-it-works-button span {
        font-size: 15px;
    }

    /* Why Choose Section */

    .why-choose-header h2 {
        font-size: 28px;
    }

    .why-choose-header p {
        font-size: 14px;
    }

    .why-choose-card {
        width: 100%;
        height: auto;
        min-height: 266px;
        padding: 32px 16px;
        gap: 12px;
    }

    .why-choose-card h3 {
        font-size: 18px;
    }

    .why-choose-card p {
        font-size: 14px;
        padding: 0 16px;
    }

    /* Testimonials Section */
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonials-swiper {
        padding: 30px 0;
        min-height: 350px;
    }

    .testimonials-swiper .swiper-slide {
        width: auto;
    }

    .testimonials-nav {
        position: static;
        margin-top: 20px;
        justify-content: center;
    }

    .testimonials-header h2 {
        font-size: 28px;
    }

    .testimonials-header p {
        font-size: 14px;
    }


    .testimonial-avatar {
        width: 40px;
        height: 40px;
    }

    .swiper-slide-active .testimonial-avatar {
        width: 50px;
        height: 50px;
    }

    .testimonial-author h4 {
        font-size: 14px;
    }

    .swiper-slide-active .testimonial-author h4 {
        font-size: 18px;
    }

    .testimonial-author p {
        font-size: 12px;
    }

    .swiper-slide-active .testimonial-author p {
        font-size: 16px;
    }

    .testimonial-rating img {
        width: 14px;
        height: 14px;
    }

    .swiper-slide-active .testimonial-rating img {
        width: 17px;
        height: 17px;
    }



    /* FAQ Section */


    .faq-container {
        padding: 0 16px;
    }

    .faq-header {
        max-width: 100%;
    }

    .faq-header h2 {
        font-size: 32px;
    }

    .faq-header p {
        font-size: 15px;
    }

    .faq-accordion-button {
        height: 60px;
        padding: 0 20px;
    }

    .faq-accordion-button span {
        font-size: 15px;
    }

    .faq-accordion-body {
        padding: 0 20px 18px;
    }

    .faq-accordion-body p {
        font-size: 15px;
    }

    .faq-toggle-icon {
        width: 18px;
        height: 18px;
    }

    /* Testimonials Section */
    .testimonials-section {
        padding: 50px 0;
    }

    .testimonials-swiper {
        padding: 25px 0;
        min-height: 320px;
    }

    .testimonials-swiper .swiper-slide {
        width: auto;
    }

    .testimonials-header {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .testimonials-nav {
        position: static;
        margin-top: 15px;
        justify-content: center;
    }

    .testimonials-header h2 {
        font-size: 24px;
    }

    .testimonials-header p {
        font-size: 13px;
    }



    .testimonial-avatar {
        width: 36px;
        height: 36px;
    }

    .swiper-slide-active .testimonial-avatar {
        width: 44px;
        height: 44px;
    }

    .testimonial-header {
        gap: 12px;
    }

    .testimonial-author h4 {
        font-size: 13px;
    }

    .swiper-slide-active .testimonial-author h4 {
        font-size: 16px;
    }

    .testimonial-author p {
        font-size: 11px;
    }

    .swiper-slide-active .testimonial-author p {
        font-size: 14px;
    }

    .testimonial-rating {
        gap: 3px;
    }

    .testimonial-rating img {
        width: 13px;
        height: 13px;
    }

    .swiper-slide-active .testimonial-rating img {
        width: 16px;
        height: 16px;
    }


    .testimonial-quote-icon {
        width: 24px;
        height: 24px;
        top: 18px;
        right: 18px;
    }

    .swiper-slide-active .testimonial-quote-icon {
        width: 30px;
        height: 30px;
        top: 22px;
        right: 22px;
    }

    /* FAQ Section */


    .faq-container {
        padding: 0 12px;
        gap: 30px;
    }

    .faq-header {
        max-width: 100%;
    }

    .faq-header h2 {
        font-size: 24px;
    }

    .faq-header p {
        font-size: 13px;
    }

    .faq-accordion {
        gap: 12px;
    }

    .faq-accordion-item {
        border-radius: 12px;
    }

    .faq-accordion-button {
        height: 56px;
        padding: 0 16px;
    }

    .faq-accordion-button span {
        font-size: 14px;
    }

    .faq-accordion-body {
        padding: 0 16px 16px;
    }

    .faq-accordion-body p {
        font-size: 14px;
        line-height: 1.5;
    }

    .faq-toggle-icon {
        width: 16px;
        height: 16px;
        margin-left: 12px;
    }

    .service-card,
    .step-card,
    .feature-card {
        padding: 30px;
    }



    .cta-box {
        width: 100%;
    }

    .cta-content {
        padding: 30px 24px;
        max-width: 100%;
    }

    .cta-text h2 {
        font-size: 28px;
    }

    .cta-text p {
        font-size: 14px;
    }

    .cta-button {
        width: 100%;
        max-width: 180px;
    }

    .cta-image {
        position: static;
        margin-top: 20px;
        width: 250px;
        height: auto;
        max-height: 350px;
    }

    .cta-img {
        object-fit: contain;
    }

    /* Footer */
    .footer-container {
        padding: 40px 20px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-brand {
        grid-column: 1;
    }

    .footer-logo {
        width: 200px;
        height: 53px;
    }

    .footer-description {
        max-width: 100%;
    }

    .btn {
        padding: 10px 24px;
        font-size: 14px;
    }

    .btn-lg {
        padding: 14px 32px;
        font-size: 16px;
    }

    /* Native datetime inputs on mobile - Flatpickr is disabled on mobile */
    /* Style native datetime-local inputs (hidden, positioned behind display) */
    input[type="datetime-local"].datetime-input {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 2 !important;
        opacity: 0 !important;
        cursor: pointer !important;
    }

    /* Display overlay for formatted value (visible to user) */
    .datetime-display {
        position: relative !important;
        z-index: 1 !important;
        cursor: pointer !important;
    }
    
    /* On iOS (Safari/Chrome), make display input transparent to clicks so native input receives them */
    @supports (-webkit-touch-callout: none) {
        .datetime-display {
            pointer-events: none !important;
        }
        input[type="datetime-local"].datetime-input {
            pointer-events: auto !important;
            opacity: 0.01 !important; /* Slightly visible so it can receive clicks */
        }
    }

    /* Make sure the wrapper is positioned */
    .date-picker-wrapper {
        position: relative;
    }

    body .date-picker-wrapper.form-input-wrapper input.datetime-inputs {
        width: 100%;
        height: 60px;
        background: rgba(1, 1, 1, 0.15);
        border: 1px solid #909090;
        border-radius: 16px;
        padding: 10px 20px;
    }


}

/* ===================================
   Mobile / Small Screens (< 576px)
   =================================== */
@media (max-width: 576px) {

    /* .flatpickr-calendar {
        right: auto !important;
        position: fixed;
        top: 20% !important;
        left: 10% 41px !important;
        margin-left: 0 !important;
    } */
    .order-phone {
        gap: 2px;
    }

    .insurance-right {
        flex-direction: column;
    }

    .insurance-badge img {
        display: none;
    }

    .insurance-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .insurance-amount {
        font-size: 15px;
        line-height: 1.2;
    }

    .insurance-desc {
        font-size: 14px;
    }

    .insurance-option {
        padding: 8px;
    }

    .payment-method-content {
        flex-direction: column;
    }

    .price-value,
    .total-value {
        gap: 8px;
    }


    .bag-info {
        flex-direction: column;
        align-items: start;
    }

    .counter-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .counter-button {
        height: 50px;
        width: 50px;
    }

    .counter-controls {
        flex: 1 1 100%;
        justify-content: center;
        gap: 30px;
    }

    .payment-method-text {
        font-style: 18px;
    }

    .payment-method-content {
        gap: 6px !important;
    }

    .booking-submit-button:hover {
        background: transparent;
        color: #ffff;
        gap: 12px;
    }

    /* Native datetime inputs are used on mobile - no Flatpickr calendar needed */
    /* Flatpickr will automatically use native inputs when disableMobile: false */


    /* Header/Navigation - Old */
    .header-nav {
        top: 16px;
    }

    .top-nav {
        border-radius: 20px;
    }

    .nav-logo svg text {
        font-size: 14px;
    }

    /* Hero Section */
    /* General */
    .section-title {
        font-size: 24px;
    }

    .booking-form .col-md-6 {
        margin-bottom: 8px;
    }

    .navbar-brand {
        font-size: 16px;
    }

    .navbar-brand i {
        font-size: 24px;
    }

    .testimonials-swiper .swiper-slide-active {
        transform: scale(1);
        border-color: #FCB722;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .partner-form-card {
        padding: 24px;
    }

    /* Order Summary */
    .order-top-nav {
        height: 70px;
        padding: 0 20px;
        margin: 20px 0px 0;
    }

    .order-logo img {
        height: 36px;
        width: auto;
    }

    .order-phone span {
        font-size: 14px;
    }

    .order-progress-section {
        padding: 0;
        margin-top: 130px;
    }

    .order-progress-stepper {
        padding: 0 16px;
    }

    .order-step-circle {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .order-step-label {
        font-size: 12px;
    }

    .booking-summary-title {
        font-size: 24px;
    }

    .detail-title {
        font-size: 20px;
    }

    .order-card {
        padding: 24px;
    }

    .bag-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .bag-counter {
        width: 100%;
        justify-content: flex-end;
    }

    .promo-code-section {
        flex-direction: column;
    }

    .promo-btn {
        width: 100%;
    }

    /* Contact Form */
    .contact-form {
        width: 100%;
    }

    .contact-form-row {
        flex-direction: column;
        gap: 16px;
    }

    .contact-form-row .contact-input-wrapper {
        width: 100% !important;
    }

    .contact-form-card {
        height: auto;
    }

    .contact-form-container {
        height: auto;
        position: relative;
    }

    .contact-form {
        position: relative;
        top: 0;
        margin-top: 16px;
    }

    .contact-form-subtitle {
        position: relative;
        top: 0;
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .contact-form-title {
        position: relative;
        height: auto;
    }

    /* Payment Method */
    .payment-method-card {
        padding: 24px;
    }

    .payment-terms-wrapper {
        height: auto;
    }

    .payment-terms-text {
        line-height: 1.4;
    }

    .detail-map {
        height: 180px;
    }

    .map-marker {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .contact-phone-label {
        left: 90px;
        font-size: 12px;
    }

    .bag-details h3 {
        font-size: 16px;
    }

    .bag-desc {
        font-size: 10px;
    }

    .bag-price {
        font-size: 12px;
    }
}

/* ===================================
   Extra Small Mobile (320px - 374px)
   =================================== */
@media (max-width: 374px) {
    .mobile-icon-wrap .nav-mobile-book {
        display: none !important;
    }

    .order-phone img {
        display: none;
    }

    .order-top-nav {
        height: 60px;
        padding: 0 12px;
        margin: 16px 0px 0;
    }

    .order-logo img {
        height: 30px;
    }

    .order-phone {
        gap: 6px;
    }

    .order-phone img {
        width: 14px;
        height: 14px;
    }

    .order-phone span {
        font-size: 12px;
    }

    .order-progress-section {
        padding: 0;
    }

    .order-progress-stepper {
        padding: 0 12px;
    }

    .order-step-circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .order-step-label {
        font-size: 10px;
    }

    .order-main-content {
        padding: 20px 0px;
    }

    .booking-summary-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .order-card {
        padding: 16px;
    }

    .order-card-header h2 {
        font-size: 18px;
    }

    .order-card-subtitle {
        font-size: 10px;
    }

    .bag-image {
        width: 60px;
        height: 60px;
    }

    .bag-details h3 {
        font-size: 14px;
    }

    .bag-desc {
        font-size: 9px;
    }

    .bag-size {
        font-size: 8px;
    }

    .bag-price {
        font-size: 11px;
    }

    .counter-btn {
        width: 28px;
        height: 28px;
    }

    .counter-value {
        font-size: 18px;
        min-width: 35px;
    }

    .detail-title {
        font-size: 18px;
    }

    .detail-desc {
        font-size: 12px;
    }

    .detail-map {
        height: 150px;
    }

    .contact-form-title {
        font-size: 18px;
    }

    .contact-form-subtitle {
        font-size: 10px;
    }

    .contact-input {
        height: 48px;
        font-size: 13px;
    }

    .contact-label {
        font-size: 11px;
    }

    .payment-method-title {
        font-size: 18px;
    }

    .payment-method-text {
        font-size: 14px;
    }

    .payment-continue-btn {
        height: 48px;
        font-size: 16px;
    }

    .payment-terms-text {
        font-size: 10px;
    }

    .insurance-title {
        font-size: 14px;
    }

    .promo-input {
        font-size: 12px;
        height: 40px;
    }

    .promo-btn {
        height: 40px;
        font-size: 12px;
    }

    .includes-title {
        font-size: 18px;
    }

    .includes-list li {
        font-size: 11px;
    }

    .order-top-nav {
        position: fixed;
        z-index: 1000000;
        background-color: #000;
        width: calc(100% - 32px);
    }
}

/* ===================================
   Small Mobile (375px - 479px)
   =================================== */
@media (min-width: 375px) and (max-width: 479px) {
    .order-top-nav {
        height: 65px;
        padding: 0 16px;
    }

    .order-logo img {
        height: 34px;
    }

    .order-card {
        padding: 20px;
    }

    .bag-image {
        width: 70px;
        height: 70px;
    }

    .contact-input {
        height: 50px;
    }
}

/* ===================================
   Mobile (480px - 575px)
   =================================== */
@media (min-width: 480px) and (max-width: 575px) {
    .order-top-nav {
        height: 70px;
        padding: 0 20px;
        margin: 20px 0px 0;
    }

    .order-logo img {
        height: 36px;
    }

    .order-card {
        padding: 24px;
    }

    .bag-image {
        width: 80px;
        height: 80px;
    }

    .detail-map {
        height: 200px;
    }
}

/* ===================================
   Tablet (768px - 991px)
   =================================== */
@media (min-width: 768px) and (max-width: 991px) {
    .order-top-nav {
        max-width: calc(100% - 40px);
        margin: 29px auto 0;
    }

    .order-progress-section {
        padding: 0;
    }

    .order-progress-stepper {
        padding: 0 20px;
    }

    .order-main-content {
        padding: 40px 0px;
    }

    .order-card {
        padding: 28px;
    }

    .bag-item {
        flex-direction: row;
        align-items: center;
    }

    .bag-counter {
        width: auto;
    }

    .contact-form-row {
        flex-direction: row;
        gap: 16px;
    }

    .contact-form-row .contact-input-wrapper {
        width: calc(50% - 8px) !important;
    }

    .detail-map {
        height: 200px;
    }

    .map-marker {
        left: 50%;
        top: 50%;
    }
}

/* ===================================
   Medium Desktop/Laptop (992px - 1199px)
   =================================== */
@media (min-width: 992px) and (max-width: 1199px) {
    .order-top-nav {
        width: 960px;
        max-width: calc(100% - 60px);
    }

    .order-main-content .container {
        max-width: 960px;
    }

    .order-card {
        padding: 30px;
    }

    .bag-item {
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .bag-image {
        width: 90px;
        height: 90px;
    }

    .bag-details h3 {
        font-size: 18px;
    }

    .bag-desc {
        font-size: 12px;
    }

    .bag-price {
        font-size: 14px;
    }

    .detail-map {
        height: 180px;
    }

    .map-marker {
        left: 45%;
        top: 45%;
    }

    .contact-input {
        height: 54px;
    }

    .payment-method-card {
        padding: 28px;
    }
}

/* ===================================
   Large Desktop (1200px - 1399px)
   =================================== */
@media (min-width: 1200px) and (max-width: 1399px) {
    .order-top-nav {
        width: 1140px;
        max-width: calc(100% - 60px);
    }

    .order-main-content .container {
        max-width: 1140px;
    }

    .order-card {
        padding: 30px;
    }

    .bag-item {
        height: auto;
    }

    .bag-image {
        width: 96px;
        height: 96px;
    }

    .detail-map {
        height: 200px;
    }

    .map-marker {
        left: 48%;
        top: 48%;
    }
}

/* ===================================
   Extra Large Desktop (1400px - 1599px)
   =================================== */
@media (min-width: 1400px) and (max-width: 1599px) {
    .order-top-nav {
        width: 1320px;
        max-width: calc(100% - 60px);
    }

    .order-main-content .container {
        max-width: 1320px;
    }
}

/* ===================================
   XXL Desktop (1600px - 1800px)
   =================================== */
@media (min-width: 1600px) and (max-width: 1800px) {
    .order-top-nav {
        width: 1320px;
        max-width: calc(100% - 80px);
    }

    .order-main-content .container {
        max-width: 1400px;
    }

    .order-card {
        padding: 32px;
    }
}

/* ===================================
   Ultra Wide (1800px+)
   =================================== */
@media (min-width: 1800px) {
    .order-top-nav {
        width: 1320px;
        max-width: 1400px;
    }

    .order-main-content .container {
        max-width: 1500px;
    }

    .order-card {
        padding: 34px;
    }

    .bag-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}