    .form-popup-bg {
        display: none;
    }

    .travels-plan {
        font-size: 13px !important;
    }

    .travels-plan:hover {
        color: white !important;
    }

    .header-logo-margin {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .nt-tour-logo-div {
        display: none;
    }

    .for-home-new-page-nav {
        display: none !important;
    }

    .inquiry-group {
        margin-bottom: 0px !important;
    }

    @media (max-width: 991px) {
        .travels-plan {
            font-size: 11px !important;
        }

        .header-logo-margin {
            margin-right: 2.5rem !important;
            margin-left: 2.5rem !important;
        }

        .nt-tour-logo {
            height: auto !important;
            position: relative !important;
            width: 180px !important;
            left: -20px !important;
            top: 0px;
            border-radius: 10px;
        }

        .nt-tour-logo-div {
            display: none;
            margin: 0 !important;
        }

        .nt-tour-logo-div {
            position: relative;
            display: none;
        }

        .logo-text-overlay {
            position: absolute;
            top: 50%;
            left: 52%;
            transform: translate(-50%, -50%);
            color: white;
            font-weight: bold;
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
            font-size: 24px;
            font-style: italic;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
            pointer-events: none;
        }

        .inquiry-group {
            margin-bottom: 15px !important;
        }
    }

    @media only screen and (max-width: 412px) {
        .nt-tour-logo {
            height: auto !important;
            position: relative !important;
            left: -25px !important;
            width: 165px !important;
            border-radius: 10px;
        }

        .nt-tour-logo-div {
            position: relative;
            display: none;
        }

        .logo-text-overlay {
            position: absolute;
            top: 50%;
            left: 52%;
            transform: translate(-50%, -50%);
            color: white;
            font-weight: bold;
            font-size: 24px;
            font-style: italic;
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
            pointer-events: none;
        }
    }

    @media (max-width: 367px) {
        .nt-tour-logo {
            height: auto !important;
            position: relative !important;
            left: 25px !important;
            width: 190px !important;
            top: 0px;
            border-radius: 10px;
        }

        .logo-text-overlay {
            position: absolute;
            top: 45%;
            left: 52%;
            transform: translate(-50%, -50%);
            color: white;
            font-weight: bold;
            font-size: 24px;
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
            font-style: italic;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
            pointer-events: none;
        }
    }

    .call-link {
        display: none !important;
    }

    .error-message {
        color: #dc3545;
        font-size: 14px;
        margin-top: 5px;
        display: block;
    }

    .inquiry-label {
        font-size: 14px !important;
    }

    .vacation {
        position: relative;
        bottom: 8px;
    }

    @media (max-width: 991px) {
        .footer-links ul {
            display: flex;
            justify-content: center;
        }
    }

    .whatsapp-btn {
        position: fixed;
        bottom: 80px;
        right: 20px;
        background-color: #25D366;
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 18px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s, box-shadow 0.2s;
        z-index: 9999;
    }

    .whatsapp-btn i {
        font-size: 20px;
    }

    .whatsapp-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }

    .whatsapp-btn.pulse {
        animation: pulse 2s infinite;
    }

    @media screen and (max-width: 480px) {
        .whatsapp-btn {
            font-size: 18px;
            padding: 14px 20px;
            bottom: 0px;
            right: 0;
            left: 0;
            width: calc(100% - 0px);
            border-radius: 0;
            justify-content: center;
            gap: 11px;
        }

        .whatsapp-btn i {
            font-size: 25px;
        }
    }


    .global-adventures-img {
        height: auto !important;
    }