/* btn styles */

body {
    font-family: 'Montserrat', sans-serif;
}

.search-button {
    background-color: #F14412;
    color: white;
    padding: 10px 20px;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease;
}
.search-button:hover {
    background-color: #f65d32;
}
.search-button:active {
    background-color: #f65d32;
}

/* carosal */

.swiper-container {
    width: 100%;
    height: 350px; 
    padding: 20px;
    overflow: hidden; 
}

.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap; 
    transition: transform 0.3s ease-in-out; /* Smooth sliding */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px; 
    text-align: center;
    box-sizing: border-box; 
}

@media (max-width: 768px) {
    .swiper-container {
        height: 350px; 
    }
    .swiper-slide {
        min-width: 90%; 
        margin: 0 auto; 
    }
}

@media (max-width: 480px) {
    .swiper-container {
        height: 400px; 
    }
    .swiper-slide {
        min-width: 100%; 
        margin: 0 auto; 
    }
}

/* resonsipve */

@media (min-width: 1024px) {
    .glassmorphism {
      padding-left: 1rem; 
      padding-right: 1rem;
    }
  }
  
  @media (max-width: 1023px) {
    .glassmorphism {
      padding-left: 2rem; 
      padding-right: 2rem;
    }
  }


  /*  */

  .litepicker {
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    z-index: 100;
}

.litepicker .container__months {
    box-shadow: none;
    background-color: #fff;
}

.litepicker .container__months .month-item-name,
.litepicker .container__months .month-item-year {
    font-weight: 600;
    color: #333;
}

.litepicker .container__days .day-item {
    color: #666;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
}

.litepicker .container__days .day-item:hover {
    background-color: #f0f7ff;
    color: #2563eb;
}

.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
    background-color: #2563eb;
    color: #fff;
}

.litepicker .container__days .day-item.is-in-range {
    background-color: #e5edff;
    color: #2563eb;
}

.litepicker .container__tooltip {
    background-color: #333;
    border-radius: 4px;
}

/* Custom styles for the input field */
.date-input-container {
    position: relative;
    width: 100%;
}

.date-input {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: none;
    outline: none;
    background: transparent;
}

.calendar-icon {
    color: #2563eb;
    margin-right: 8px;
}


/* Toast Notification  */
.toast {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 80%;
    max-width: 255px;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.toast.show {
    display: block;
    opacity: 1;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .toast {
        right: 10px; /* Reduce horizontal offset for smaller screens */
        left: 10px;  /* Add a left offset for better centering */
        width: calc(100% - 20px); /* Adjust width to fit within viewport */
    }

    #successModal .max-w-md {
        width: calc(100% - 40px); /* Ensure modal fits within screen */
    }

    #successModal .p-6 {
        padding: 20px; /* Adjust padding for better spacing on mobile */
    }
}



/*  */

/* Custom Radio Button Styling */
input[type="radio"].custom-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #F14412;
    border-radius: 50%;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type="radio"].custom-radio:checked {
    background-color: #F14412;
    border-color: #F14412;
}

input[type="radio"].custom-radio:checked::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: white;
}

/* Hover effect for better UX */
input[type="radio"].custom-radio:hover {
    border-color: #F14412;
}



/*  */

.hidden {
    display: none;
}
 .call-box img {
    margin: 4px 15px 3px 0px;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}
.call-box a {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #ef4e25;
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }

  @media (min-width: 768px) {
 .mob{
    display: block !important;
 }  
 .desk{
    display: none !important;
 }
}
@media (min-width: 768px) {
    .mob{
        display: none;
    }
}
/*
     FILE ARCHIVED ON 11:02:23 Feb 02, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:18:37 Dec 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.481
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 34.836
  LoadShardBlock: 220.951 (3)
  PetaboxLoader3.datanode: 134.582 (4)
  PetaboxLoader3.resolve: 150.305 (2)
  load_resource: 101.575
*/

/* Popup */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-card {
    background: #ffffff;
    width: 90%;
    max-width: 800px;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transform: scale(0.95) translateY(20px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

.popup-overlay.active .popup-card {
    transform: scale(1) translateY(0);
}

.close-popup-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #64748b;
    z-index: 10;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.close-popup-btn:hover {
    background: #f1f5f9;
    color: #ef4444;
    transform: rotate(90deg);
}

/* Left Visual Side */

.popup-header-visual {
    width: 40%;
    background: linear-gradient(135deg, #F14412 0%, #b82c05 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.plane-animation {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.9);
    animation: flyPlane 3s ease-in-out infinite;
    z-index: 2;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.clouds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://raw.githubusercontent.com/lipis/flag-icons/main/flags/4x3/un.svg');
    opacity: 0.1;
    background-size: cover;
}

/* Right Content Side */

.popup-body {
    width: 60%;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.deal-badge {
    display: inline-block;
    background: #fee2e2;
    color: #ef4444;
    font-weight: 800;
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    margin-bottom: 1rem;
    align-self: flex-start;
    letter-spacing: 1px;
}

.popup-body h2 {
    font-size: 2.5rem;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 0.5rem;
    font-weight: 900;
}

.highlight-percent {
    color: #F14412;
    background: linear-gradient(135deg, #F14412 0%, #b82c05 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.deal-text {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.offer-timer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #f59e0b;
    font-weight: 600;
    margin-bottom: 2rem;
    background: #fffbeb;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    align-self: flex-start;
    border: 1px solid #fcd34d;
}

/* Premium Button */

.btn-popup-premium {
    display: flex;
    align-items: center;
    background: #0f172a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -5px rgba(15, 23, 42, 0.3);
}

.btn-popup-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 30px -10px rgba(15, 23, 42, 0.4);
    background: #1e293b;
}

.btn-icon {
    background: #F14412;
    padding: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.btn-content {
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
}

.btn-label {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 1px;
    font-weight: 700;
}

.btn-content .phone_number {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
}

.no-wait-text {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    color: #10b981;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
    animation: pulse-dot 2s infinite;
}

@keyframes flyPlane {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes pulse-dot {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(245, 158, 11, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
    }
}
/* Responsive */

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    .btn-optimized {
        padding: 0.75rem 1.25rem;
    }
    .btn-optimized-large {
        font-size: 1.2rem;
        padding: 0.8rem 1.5rem;
        width: auto;
        max-width: 100%;
    }
    .popup-content .btn-optimized {
        width: 100%;
        font-size: 1.2rem;
    }
    .navbar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 5%;
        gap: 0.5rem;
    }
    .nav-contact {
        align-items: flex-end;
    }
    .nav-contact-label {
        display: none;
    }
    .logo-img {
        width: 110px;
        height: auto;
    }
    .btn-optimized-header {
        padding: 0.5rem 0.8rem;
        font-size: 0.85rem;
    }
    .btn-optimized-header .phone_number {
        font-size: 0.85rem;
    }
    .sticky-bar {
        flex-direction: column;
        gap: 0.2rem;
        padding: 0.8rem;
    }
    .sticky-bar-text {
        font-size: 0.9rem;
    }
    .sticky-bar-phone {
        font-size: 1.2rem;
    }
    .reservations-content h2 {
        font-size: 1.8rem;
    }
    /* Popup Mobile Optimization */
    .popup-card {
        flex-direction: column;
        max-width: 90%;
        width: 100%;
        overflow-y: auto;
        max-height: 90vh;
    }
    .popup-header-visual {
        width: 100%;
        height: 140px;
    }
    .plane-animation {
        font-size: 3.5rem;
    }
    .popup-body {
        width: 100%;
        padding: 1.5rem;
        text-align: center;
    }
    .deal-badge {
        align-self: center;
        margin-bottom: 0.8rem;
    }
    .popup-body h2 {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }
    .deal-text {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    .offer-timer {
        align-self: center;
        width: 100%;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    .btn-popup-premium {
        width: 100%;
    }
    .info-card.support {
        border-left-color: #7c3aed;
        /* Purple */
    }
    .info-card.compare {
        border-left-color: #0d9488;
        /* Teal */
    }
    .info-card h3 {
        font-size: 1.2rem;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 1rem;
        color: var(--primary-blue);
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    .info-card.support h3 {
        color: #7c3aed;
    }
    .info-card.compare h3 {
        color: #0d9488;
    }
    .info-card p {
        color: var(--text-muted);
        font-size: 0.95rem;
        line-height: 1.6;
    }
    .highlight-text {
        color: #ef4444;
        font-weight: 700;
    }
    /* Sticky Bottom Bar */
    .sticky-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ec4899;
        /* Pink */
        color: #ffffff;
        padding: 1rem;
        text-align: center;
        z-index: 1500;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .sticky-bar-text {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
    .sticky-bar-phone {
        color: #ffffff;
        text-decoration: none;
        font-weight: 900;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    /* Responsive */
    @media (max-width: 768px) {
        .hero h1 {
            font-size: 2.5rem;
        }
        .btn-optimized {
            padding: 0.75rem 1.25rem;
        }
        .btn-optimized-large {
            font-size: 1.2rem;
            padding: 0.8rem 1.5rem;
            width: auto;
            max-width: 100%;
        }
        .popup-content .btn-optimized {
            width: 100%;
            font-size: 1.2rem;
        }
        .navbar {
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 0.5rem 5%;
            gap: 0.5rem;
        }
        .nav-contact {
            align-items: flex-end;
        }
        .nav-contact-label {
            display: none;
        }
        .logo-img {
            width: 110px;
            height: auto;
        }
        .btn-optimized-header {
            padding: 0.5rem 0.8rem;
            font-size: 0.85rem;
        }
        .btn-optimized-header .phone_number {
            font-size: 0.85rem;
        }
        .sticky-bar {
            flex-direction: column;
            gap: 0.2rem;
            padding: 0.8rem;
        }
        .sticky-bar-text {
            font-size: 0.9rem;
        }
        .sticky-bar-phone {
            font-size: 1.2rem;
        }
        .reservations-content h2 {
            font-size: 1.8rem;
        }
        /* Popup Mobile Optimization */
        .popup-card {
            flex-direction: column;
            max-width: 90%;
            width: 100%;
            overflow-y: auto;
            max-height: 90vh;
        }
        .popup-header-visual {
            width: 100%;
            height: 140px;
        }
        .plane-animation {
            font-size: 3.5rem;
        }
        .popup-body {
            width: 100%;
            padding: 1.5rem;
            text-align: center;
        }
        .deal-badge {
            align-self: center;
            margin-bottom: 0.8rem;
        }
        .popup-body h2 {
            font-size: 1.8rem;
            margin-bottom: 0.5rem;
        }
        .deal-text {
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
        }
        .offer-timer {
            align-self: center;
            width: 100%;
            justify-content: center;
            margin-bottom: 1.5rem;
        }
        .btn-popup-premium {
            width: 100%;
        }
        .btn-icon {
            padding: 1rem;
        }
        .btn-content {
            padding: 0 1rem;
            flex: 1;
            text-align: left;
        }
        .no-wait-text {
            justify-content: center;
            margin-top: 1rem;
        }
        .close-popup-btn {
            top: 10px;
            right: 10px;
            width: 32px;
            height: 32px;
            background: rgba(255, 255, 255, 0.95);
            color: #333;
        }
    }
    .icon-3d-call {
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
        animation: phone-ring 2s infinite ease-in-out;
        display: inline-block;
        color: #ffffff;
        /* Ensure icon is white */
    }
    @keyframes phone-ring {
        0% {
            transform: rotate(0deg) scale(1);
        }
        10% {
            transform: rotate(-25deg) scale(1.1);
        }
        20% {
            transform: rotate(25deg) scale(1.1);
        }
        30% {
            transform: rotate(-25deg) scale(1.1);
        }
        40% {
            transform: rotate(25deg) scale(1.1);
        }
        50% {
            transform: rotate(0deg) scale(1);
        }
        100% {
            transform: rotate(0deg) scale(1);
        }
    }