/* Premium Theme for Traveligo - Exact Typography Matching traveligo.in */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

/* Force Outfit & Inter Uniformly Across Entire Page */
*, *::before, *::after {
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html, body,
h1, h2, h3, h4, h5, h6,
p, span, a, label, input, button, select, textarea,
li, ul, ol, dt, dd, blockquote, small, b, strong,
.form-control, .btn, .cards, .card_title, .card_body,
.banner-text, .destination, .destination li, .free-quotes, .why-us, .disBtns,
.ftr-h4, .ftr-h5, .ftr-link, .ftr-cnt, #copywrite, .modal, .modal-title,
#traveligo-wa-widget, .wa-widget-card, .wa-widget-header, .wa-header-title,
.wa-header-status, .wa-chat-bubble, .wa-bubble-heading, .wa-bubble-text,
.wa-chip-btn, .wa-text-input, .wa-footer-caption,
.price_curr, .price_old, .btn_view, .btn_book, .call-now, .h1-global,
.nDisTitles, .pkg-incusion li, .pkg-incusion {
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Headings use Outfit's distinctive geometric modern letterforms */
h1, h2, h3, h4, h5, h6,
.form-title-gradient, .h1-global, .card_title, .price_curr,
.wa-header-title, .wa-bubble-heading, .banner-text h1, .nDisTitles h1 {
    font-family: 'Outfit', sans-serif !important;
}

/* Neutralize legacy Proxima Nova aliases */
@font-face { font-family: 'proxima_novaregular'; src: local('Outfit'), local('Inter'); }
@font-face { font-family: 'proxima_nova_rgbold'; src: local('Outfit'), local('Inter'); }
@font-face { font-family: 'proxima_nova_blblack'; src: local('Outfit'), local('Inter'); }
@font-face { font-family: 'proxima_nova_ththin'; src: local('Outfit'), local('Inter'); }

/* CRITICAL: Protect FontAwesome & brand icons across all variants */
.fa, .fas, .fab, .far, .fal, .fad,
.fa::before, .fas::before, .fab::before, .far::before, .fal::before, .fad::before,
[class*="fa-"], [class*="fa-"]::before, [class*="fa-"]::after,
i.fa, i[class*="fa-"] {
    font-family: 'FontAwesome', 'Font Awesome 6 Free', 'Font Awesome 6 Brands' !important;
}

:root {
    --primary-magenta: #DB2777;
    --primary-pink: #EC4899;
    --primary-pink-hover: #BE185D;
    --primary-purple: #8B5CF6;
    --primary-gradient: linear-gradient(90deg, #DB2777 0%, #8B5CF6 100%);
    --primary-gradient-135: linear-gradient(135deg, #DB2777 0%, #8B5CF6 100%);
    --home-gradient: linear-gradient(90deg, #EC4899 0%, #3B82F6 100%);
    --scroll-gradient: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
    --primary-dark: #012227;
    --primary-green: #22C55E;
    --wa-green: #25D366;
    --check-green: #10B981;
    --primary-orange: #DB2777;
    --primary-blue: #3B82F6;
    --white: #ffffff;
}

/* Navbar Styling - Clean Two-Tone: White Left, Magenta Right */
.top-navBar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: var(--primary-gradient) !important;
    box-shadow: 0 4px 15px rgba(219, 39, 119, 0.2) !important;
    padding: 0 !important;
}

.top-navBar .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

.top-navBar .row {
    display: flex !important;
    align-items: stretch !important;
    margin: 0 !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
    /* Keep side-by-side on all screens */
}

.logo-div {
    background: var(--white) !important;
    padding: 10px 80px 10px 30px !important;
    position: relative;
    z-index: 10;
    margin-left: 0 !important;
    border-radius: 0 500px 500px 0 !important;
    /* Perfect semi-circle arc top to bottom */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 32% !important;
    min-height: 110px !important;
}

.data-div {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
}

@media (max-width: 991px) and (min-width: 768px) {
    .logo-div {
        flex: 0 0 40% !important;
        padding: 10px 40px 10px 20px !important;
        min-height: 90px !important;
    }
}

.logo {
    max-height: 60px !important;
    width: auto !important;
}

.head-cnt ul {
    justify-content: flex-end;
    gap: 20px !important;
}

.head-cnt ul li a {
    color: var(--white) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.head-cnt ul li i,
.head-cnt ul li .nav-icon-badge {
    background: linear-gradient(135deg, #E1007E, #9C1CEF) !important;
    color: var(--white) !important;
    font-size: 14px !important;
    border-radius: 50% !important;
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 12px !important;
    border: 2px solid var(--white) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    flex-shrink: 0 !important;
}

.head-cnt ul li .nav-icon-badge svg {
    display: block !important;
    fill: #ffffff !important;
}

/* Modern Card Quote Form Styling - Matches App Design */
.free-quotes {
    background: #ffffff !important;
    border-radius: 24px !important;
    padding: 30px 24px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    position: relative;
    overflow: visible !important;
}

.free-quotes .get-free {
    display: none !important;
}

.free-quotes .get-free-qoute {
    background: transparent !important;
    padding: 0 !important;
}

.form-title-gradient {
    font-size: 28px !important;
    font-weight: 800 !important;
    text-align: center !important;
    margin: 0 0 6px 0 !important;
    background: linear-gradient(90deg, #E1007E 0%, #9C1CEF 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    letter-spacing: -0.3px;
    display: block !important;
}

.form-subtitle-text {
    font-size: 14px !important;
    color: #4b5563 !important;
    text-align: center !important;
    margin: 0 0 20px 0 !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    display: block !important;
}

.free-quotes .form-group {
    margin-bottom: 14px !important;
    text-align: left !important;
}

.free-quotes .form-label {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-bottom: 6px !important;
    display: block !important;
    text-align: left !important;
}

.free-quotes .form-control {
    background: #ffffff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    color: #111827 !important;
    height: auto !important;
    box-shadow: none !important;
    width: 100% !important;
    transition: all 0.2s ease !important;
}

.free-quotes .form-control::placeholder {
    color: #9ca3af !important;
    font-weight: 400 !important;
}

.free-quotes .form-control:focus {
    border-color: #E1007E !important;
    box-shadow: 0 0 0 3px rgba(225, 0, 126, 0.15) !important;
    outline: none !important;
}

.btn-quote-gradient {
    width: 100% !important;
    background: linear-gradient(90deg, #E1007E 0%, #9C1CEF 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 14px 20px !important;
    border-radius: 12px !important;
    border: none !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    box-shadow: 0 8px 25px rgba(225, 0, 126, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
}

.btn-quote-gradient:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(225, 0, 126, 0.55) !important;
    color: #ffffff !important;
    filter: brightness(1.05) !important;
}

.recaptcha-wrapper {
    display: flex;
    justify-content: center;
    margin: 12px 0 !important;
    overflow: hidden;
}

/* Banner Text Headings & Hero Container - Transparent as requested so background image is fully visible */
.banner-text {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 15px 10px !important;
    border-radius: 0 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 620px !important;
    margin: 0 auto !important; /* CRITICAL: overrides style.css margin-top: 210px */
    box-sizing: border-box !important;
}

.banner-text h1 {
    color: #ffffff !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85), 0 4px 25px rgba(0, 0, 0, 0.6) !important;
    font-size: 38px !important;
    font-weight: 800 !important;
    margin: 14px auto 16px auto !important;
    background: transparent !important;
    padding: 0 !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
    word-spacing: 0.1em !important;
}

#banner {
    margin-top: 110px !important;
    padding: 35px 0 65px 0 !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative !important;
}

#banner .banner-warp {
    width: 100%;
}

#banner .row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    row-gap: 30px !important;
}

@media (max-width: 991px) and (min-width: 768px) {
    #banner {
        margin-top: 95px !important;
        padding: 25px 15px 45px 15px !important;
    }

    .banner-text {
        max-width: 580px !important;
        padding: 20px 15px !important;
    }

    .banner-text h1 {
        font-size: 32px !important;
    }
}

.destination {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: none !important;
    background: transparent !important;
}

.destination li {
    display: inline-flex !important;
    align-items: center !important;
    background: rgba(0, 0, 0, 0.42) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    color: #ffffff !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    margin: 0 !important;
    border-right: none !important;
    line-height: 1.2 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
}

.destination li:hover {
    background: rgba(219, 39, 119, 0.65) !important;
    border-color: #ffffff !important;
    transform: translateY(-1px);
}

.destination li:after {
    display: none !important;
    content: "" !important;
}

.banner-text p {
    color: #ffffff !important;
    font-size: 16.5px !important;
    line-height: 1.6 !important;
    margin: 0 auto 24px auto !important;
    font-weight: 600 !important;
    max-width: 520px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.9) !important;
    padding: 0 !important;
}

.banner-text h4 {
    color: var(--white) !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 30px !important;
    font-weight: 800 !important;
    margin-top: 20px !important;
    background: none !important;
    padding: 0 !important;
}

/* Mobile Bottom Bar Styling */
.section_mobile {
    background: var(--white) !important;
}

._col_m {
    padding: 0 !important;
}

._col_m:nth-child(1) {
    background: var(--primary-blue) !important;
}

._col_m:nth-child(2) {
    background: #00D200 !important;
}

._col_m:nth-child(3) {
    background: var(--primary-orange) !important;
}

._col_m a,
._col_bm button {
    color: var(--white) !important;
    padding: 18px 0 !important;
    display: block;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    border: none !important;
}

._col_m i {
    font-size: 24px !important;
}

/* Fix for existing button styles */
button._btn_bm {
    width: 100%;
    background: var(--primary-orange) !important;
}

/* About and Why Us Sections */
#about-sec h1 span,
.why-bx h1 span {
    color: var(--primary-magenta) !important;
}

.call-now {
    background: linear-gradient(90deg, #E1007E, #9C1CEF) !important;
    color: var(--white) !important;
    border-radius: 50px !important;
    border: none !important;
    padding: 12px 20px !important;
    display: inline-block !important;
    white-space: normal !important;
    /* Allow text to wrap on small screens */
    line-height: 1.4 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    box-shadow: 0 6px 20px rgba(225, 0, 126, 0.4) !important;
    transition: all 0.3s ease !important;
}

.call-now:hover {
    filter: brightness(1.1) !important;
    transform: translateY(-2px);
    color: var(--white) !important;
}

/* Section Headings */
.h1-global span {
    color: var(--primary-magenta) !important;
}

.h1-global:after {
    background: linear-gradient(90deg, var(--primary-magenta), var(--primary-purple)) !important;
    height: 3px !important;
}

/* Tour Package Cards - Matching traveligo.in Design & Colors */
.cards {
    border-radius: 16px !important;
    border: 1px solid #F3F4F6 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
    background: #ffffff !important;
    transition: all 0.3s ease !important;
}

.cards:hover {
    box-shadow: 0 16px 35px rgba(219, 39, 119, 0.15) !important;
    border-color: #FCE7F3 !important;
    transform: translateY(-4px);
}

.card-img-top {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.card_title {
    background: transparent !important;
    color: #111827 !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    padding: 0 !important;
    margin: 6px 0 8px 0 !important;
    line-height: 1.35 !important;
    border: none !important;
    transition: color 0.2s ease;
}

.cards:hover .card_title {
    color: #DB2777 !important;
}

.card_body {
    padding: 18px 20px !important;
}

.card_body > span {
    color: #4B5563 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 12px !important;
}

.card_body > span::before {
    content: "🧳";
    font-size: 14px;
}

.icons {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
    margin: 8px 0 !important;
    border-top: 1px dashed #E5E7EB !important;
    border-bottom: 1px dashed #E5E7EB !important;
}

.icons span {
    text-align: center !important;
    color: #4B5563 !important;
}

.icons span i {
    color: #DB2777 !important;
    font-size: 18px !important;
    margin-bottom: 4px !important;
    display: block !important;
}

.icons span h6 {
    font-size: 11.5px !important;
    font-weight: 600 !important;
    color: #4B5563 !important;
    margin: 0 !important;
}

.pack_inclusion h5 {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #1F2937 !important;
    margin: 10px 0 6px 0 !important;
}

/* Green Inclusions Checkmarks matching Screenshot */
.pkg-incusion {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 0 12px 0 !important;
}

.pkg-incusion li {
    position: relative !important;
    padding-left: 22px !important;
    font-size: 13px !important;
    color: #374151 !important;
    line-height: 1.5 !important;
    margin-bottom: 6px !important;
    list-style: none !important;
    text-align: left !important;
}

.pkg-incusion li::before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #10B981 !important;
    font-weight: 800 !important;
    font-size: 15px !important;
}

/* Card Pricing & Dual Action Buttons (View + Book) */
.card_pricing_actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px solid #F3F4F6 !important;
    width: 100% !important;
}

.card_price_wrap {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
}

.price_curr {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #DB2777 !important;
    letter-spacing: -0.5px !important;
    line-height: 1 !important;
}

.price_old {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #9CA3AF !important;
    text-decoration: line-through !important;
}

.card_btn_wrap {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.pack_inclusion {
    border-bottom: none !important;
}

.btn_view {
    position: static !important;
    visibility: visible !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 7px 16px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #DB2777 !important;
    background: #ffffff !important;
    border: 1.5px solid #DB2777 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.btn_view:hover {
    background: #DB2777 !important;
    color: #ffffff !important;
}

.btn_book {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 7px 18px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    background: #DB2777 !important;
    border: 1.5px solid #DB2777 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(219, 39, 119, 0.3) !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.btn_book:hover {
    background: #BE185D !important;
    border-color: #BE185D !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Fallback for legacy card price and buttons */
.card_body h4 {
    color: #DB2777 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

.disBtns {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin-top: 10px !important;
}

.disBtns .btn_,
.btn.requirement,
.btn_.requirement {
    background: #DB2777 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(219, 39, 119, 0.3) !important;
    padding: 8px 20px !important;
    transition: all 0.2s ease !important;
}

.disBtns .btn_:hover,
.btn.requirement:hover,
.btn_.requirement:hover {
    background: #BE185D !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Flip Card Buttons */
.flip-card-front .flip-card-btn-turn-to-back {
    background: #ffffff !important;
    color: #DB2777 !important;
    border: 1px solid #DB2777 !important;
    border-radius: 6px !important;
    padding: 4px 12px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    display: inline-block !important;
    margin-top: 4px !important;
}

.flip-card-front .flip-card-btn-turn-to-back:hover {
    background: #DB2777 !important;
    color: #ffffff !important;
}

.flip-card-back h4 {
    background: #DB2777 !important;
    color: var(--white) !important;
}

.card-body .back {
    background: #DB2777 !important;
}

/* Why Choose Us Section - Clear Image without color overlay */
.birdContainer {
    background-image: url("https://images.unsplash.com/photo-1446824505046-e43605ffb17f") !important;
    background-blend-mode: normal !important;
    background-size: cover !important;
    background-position: center center !important;
}

.nDisTitles h3 {
    color: var(--white) !important;
    background: var(--primary-magenta) !important;
    display: table;
    padding: 5px 15px;
    border-radius: 4px;
}

.nDisIcons div i {
    color: var(--primary-magenta) !important;
}

.btn.requirement {
    background: linear-gradient(90deg, var(--primary-magenta), var(--primary-purple)) !important;
    color: var(--white) !important;
    border: none !important;
    font-weight: 800 !important;
    box-shadow: 0 6px 20px rgba(225, 0, 126, 0.4) !important;
}

/* FAQ / Contact page blue elements fix */
.bg-primary {
    background-color: var(--primary-magenta) !important;
}

.text-primary {
    color: var(--primary-magenta) !important;
}

.btn-primary {
    background: linear-gradient(90deg, var(--primary-magenta), var(--primary-purple)) !important;
    border: none !important;
}

.btn-primary:hover {
    filter: brightness(1.1) !important;
}

/* Testimonials */
.nDisTitles h1 {
    color: var(--primary-magenta) !important;
    font-weight: 800 !important;
}

/* Specific section highlights */
.about-sec .span-primary,
.why-us .span-primary {
    color: var(--primary-magenta) !important;
}

/* Footer Styling - High-end Logo Dark Background */
#footer {
    background: #012227 !important;
    border-top: 5px solid var(--primary-magenta) !important;
    padding: 60px 0 30px !important;
}

.ftr-h4 {
    color: var(--white) !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-bottom: 2px solid var(--primary-magenta);
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 25px !important;
}

.ftr-h5 {
    color: var(--white) !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-bottom: 2px solid var(--primary-magenta);
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 35px !important;
    margin-bottom: 25px !important;
}

.ftr-link li {
    background: var(--primary-magenta) !important;
    color: var(--white) !important;
    padding: 5px 15px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
}

#approve ul li a:hover {
    color: var(--primary-green) !important;
    padding-left: 5px;
    transition: 0.3s;
}

.ftr-cnt {
    padding-left: 0 !important;
    list-style: none !important;
}

.ftr-cnt li {
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
    color: var(--white) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    padding: 0 !important;
}

.ftr-cnt li i {
    background: linear-gradient(135deg, var(--primary-magenta), var(--primary-purple)) !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    margin-right: 35px !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    position: relative !important;
    left: auto !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ftr-cnt li i img {
    width: 16px !important;
    height: auto !important;
    filter: brightness(0) invert(1);
}

.ftr-cnt li a {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: var(--white) !important;
    text-decoration: none !important;
}

#copywrite {
    background: #001518 !important;
    padding: 15px 0 !important;
}

#copywrite p {
    color: var(--white) !important;
    margin: 0 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

#copywrite a {
    color: var(--primary-magenta) !important;
}

/* Mobile Specific Overrides matching tours.traveligo.in Screenshot PERFECTLY */
@media (max-width: 767px) {

    /* Navbar Mobile Container - Split Background with Curved Arc */
    .top-navBar {
        background: linear-gradient(to right, #ffffff 42%, var(--primary-magenta) 55%) !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        height: 100px;
        box-shadow: none !important;
        overflow: hidden !important;
    }

    #banner {
        margin-top: 80px !important;
        padding: 15px 0 100px 0 !important;
    }

    .top-navBar .container-fluid,
    .top-navBar .row {
        height: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }

    .display-flex {
        display: flex !important;
        align-items: stretch !important;
        flex-wrap: nowrap !important;
        height: 100%;
        width: 100%;
    }

    /* Left Side: White Logo Section with Rounded Curve */
    .logo-div {
        flex: 0 0 60% !important;
        /* Increased slightly for better logo visibility */
        width: 60% !important;
        background: #ffffff !important;
        padding: 5px 15px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        /* Align to left to ensure it's seen */
        position: relative;
        /* The Curve: Tapering from above to below */
        border-radius: 0 0 100px 0 !important;
        z-index: 10;
        height: 100% !important;
        margin: 0 !important;
        border-bottom: none !important;
    }

    /* Remove previous pseudo-elements to keep it clean like the screenshot */
    .logo-div::before,
    .logo-div::after {
        display: none !important;
    }

    .logo {
        max-height: 50px !important;
        /* Balanced height */
        width: auto !important;
        max-width: 100% !important;
        display: block !important;
        object-fit: contain !important;
    }

    .logo-div a {
        display: block !important;
        width: 100% !important;
    }

    /* Right Side: Contact Info on Magenta Background */
    .data-div {
        flex: 1 !important;
        background: transparent !important;
        /* Shows navbar magenta bg */
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding: 10px 15px 10px 5px !important;
    }

    .head-cnt {
        width: 100%;
        text-align: right;
    }

    .head-cnt ul {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        gap: 6px !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .head-cnt ul li {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.2;
    }

    /* Contact Links: White Text */
    .head-cnt ul li a {
        font-size: 10.5px !important;
        /* Slightly smaller for narrow screens */
        font-weight: 700 !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end;
        text-decoration: none !important;
    }

    /* Icons: White Circle with Magenta Icon */
    .head-cnt ul li i,
    .head-cnt ul li .nav-icon-badge {
        width: 22px !important;
        height: 22px !important;
        font-size: 9px !important;
        margin-right: 6px !important;
        background: #ffffff !important;
        color: var(--primary-magenta) !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
        border: 1.5px solid #ffffff !important;
    }

    .head-cnt ul li .nav-icon-badge svg {
        width: 10px !important;
        height: 10px !important;
        fill: var(--primary-magenta) !important;
    }

    .why-us h4 {
        font-size: 11px !important;
        line-height: 1.3 !important;
        margin-top: 5px !important;
    }

    /* Banner & Text on Mobile - Ultra Modern Attractive Travel Hero */
    #banner {
        margin-top: 80px !important;
        padding: 15px 0 100px 0 !important;
    }

    #banner .banner-text {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border: none !important;
        box-shadow: none !important;
        margin: 5px auto 20px auto !important;
        padding: 10px 8px !important;
        border-radius: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .banner-text h1,
    .banner-text h1[style],
    .hero-headline {
        font-size: 24px !important;
        line-height: 1.32 !important;
        margin: 10px auto 12px auto !important;
        padding: 0 !important;
        word-break: normal !important;
        letter-spacing: normal !important;
        word-spacing: 0.15em !important;
        white-space: normal !important;
        color: #ffffff !important;
        font-weight: 800 !important;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9), 0 3px 18px rgba(0, 0, 0, 0.7) !important;
    }

    .destination,
    .destination[style] {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 6px !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto 12px auto !important;
        border: none !important;
        background: transparent !important;
        list-style: none !important;
    }

    .destination li {
        display: inline-flex !important;
        align-items: center !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        padding: 5px 11px !important;
        border-radius: 20px !important;
        margin: 0 !important;
        background: rgba(0, 0, 0, 0.42) !important;
        border: 1px solid rgba(255, 255, 255, 0.5) !important;
        border-right: none !important;
        line-height: 1.2 !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
    }

    .destination li:after {
        display: none !important;
        content: "" !important;
    }

    .banner-text p,
    .banner-text p[style],
    .hero-description {
        font-size: 14px !important;
        line-height: 1.55 !important;
        margin: 0 auto 20px auto !important;
        max-width: 100% !important;
        padding: 0 !important;
        color: #ffffff !important;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35) !important;
        word-wrap: normal !important;
    }

    .banner-text a.btn-success,
    .banner-text a.btn-success[style],
    .banner-wa-btn {
        background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
        color: #ffffff !important;
        width: 100% !important;
        max-width: 320px !important;
        padding: 13px 22px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        margin: 0 auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 9px !important;
        box-sizing: border-box !important;
        border-radius: 50px !important;
        border: none !important;
        box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45) !important;
        text-decoration: none !important;
    }

    .banner-wa-btn svg {
        fill: #ffffff !important;
        flex-shrink: 0 !important;
    }

    /* Floating contact buttons and scroll-to-top on mobile - Matching traveligo.in screenshot */
    .floating-contact-buttons {
        display: flex !important;
        position: fixed !important;
        bottom: 22px !important;
        right: 18px !important;
        z-index: 99999 !important;
        flex-direction: column !important;
        gap: 12px !important;
        align-items: flex-end !important;
    }

    .floating-contact-btn {
        width: 52px !important;
        height: 52px !important;
    }

    #scroll-to-top {
        display: flex !important;
        position: fixed !important;
        bottom: 22px !important;
        left: 18px !important;
        width: 44px !important;
        height: 44px !important;
        z-index: 99999 !important;
    }

    /* Hide legacy bottom bar on mobile so clean floating UI matches traveligo.in */
    .section_mobile {
        display: none !important;
    }

    /* Quote Form Mobile - Matches traveligo.in App Screenshot */
    .free-quotes {
        margin: 15px auto !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 24px !important;
        padding: 26px 20px !important;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
        box-sizing: border-box !important;
    }

    .form-title-gradient {
        font-size: 24px !important;
    }

    .recaptcha-wrapper {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 12px 0 !important;
        overflow: hidden !important;
    }

    .recaptcha-wrapper .g-recaptcha {
        transform: scale(0.85) !important;
        transform-origin: center center !important;
    }
}

/* ==========================================================================
   TRAVELIGO WHATSAPP SUPPORT CHAT WIDGET (Matching Live traveligo.in)
   ========================================================================== */
#traveligo-wa-widget {
    position: fixed;
    bottom: 95px;
    right: 25px;
    width: 350px;
    max-width: calc(100vw - 30px);
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22), 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    z-index: 999999;
    font-family: 'Plus Jakarta Sans', 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    display: none;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transform-origin: bottom right;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

#traveligo-wa-widget *,
#traveligo-wa-widget *::before,
#traveligo-wa-widget *::after {
    box-sizing: border-box;
}

#traveligo-wa-widget.active {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
}

.wa-widget-header {
    background: #00B345;
    background: linear-gradient(135deg, #00B345 0%, #00993a 100%);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    width: 100%;
}

.wa-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wa-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #075E54;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.wa-header-info {
    display: flex;
    flex-direction: column;
}

.wa-header-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
    margin: 0;
}

.wa-header-status {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 2px;
    line-height: 1.2;
    font-weight: 400;
}

.wa-close-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.88;
    transition: all 0.2s;
    outline: none;
}

.wa-close-btn:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.wa-widget-body {
    background: #F9FAFB;
    padding: 16px 14px 12px 14px;
    width: 100%;
}

.wa-chat-bubble {
    background: #E6FAEF;
    border: 1px solid #c9f0d7;
    border-radius: 14px;
    padding: 14px 15px;
    color: #2c3e50;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    width: 100%;
}

.wa-bubble-heading {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 6px 0;
}

.wa-bubble-text {
    font-size: 13px;
    line-height: 1.48;
    color: #374151;
    margin: 0 0 10px 0;
}

.wa-quick-chips {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 8px;
}

.wa-chip-btn {
    background: #ffffff;
    border: 1px solid #a7e7bf;
    border-radius: 20px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #075E54;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-family: inherit;
    display: flex;
    align-items: center;
    width: 100%;
}

.wa-chip-btn:hover {
    background: #00B345;
    color: #ffffff;
    border-color: #00B345;
    transform: translateX(3px);
}

.wa-widget-footer {
    background: #ffffff;
    border-top: 1px solid #E5E7EB;
    padding: 12px 14px 10px 14px;
    width: 100%;
}

.wa-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.wa-text-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    border: 1.5px solid #d1d5db;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 13px;
    color: #1f2937;
    outline: none;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #ffffff;
}

.wa-text-input:focus {
    border-color: #00B345;
    box-shadow: 0 0 0 3px rgba(0, 179, 69, 0.15);
}

.wa-send-btn {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #0A9844;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
}

.wa-send-btn:hover {
    background: #008836;
    transform: scale(1.05);
}

.wa-send-btn svg {
    fill: #ffffff;
}

.wa-footer-caption {
    text-align: center;
    font-size: 11px;
    color: #6b7280;
    margin-top: 8px;
    font-weight: 500;
}

/* Prevent horizontal scroll */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

/* Mobile Overrides (MUST be declared after base styles so they take precedence) */
@media (max-width: 767px) {
    #traveligo-wa-widget {
        bottom: 84px !important;
        right: 12px !important;
        left: auto !important;
        width: calc(100% - 24px) !important;
        max-width: 350px !important;
        margin: 0 !important;
        transform-origin: bottom right !important;
    }
}