            .stats-bar-section { padding: 0 15px 0; background: #F4F7F9;}
            .stat-content .title { font-size: 16px; font-weight: 600; color: var(--dark); line-height: 1.2; margin-right: 4px; }
            .stat-content span { font-size: 14px; font-weight: 500; color: var(--text); }
            .stats-border-right { border-right: 1px solid #e2e8f0; }
            
            @media (max-width: 767px) {
                .stats-no-border-mobile { border-right: none !important; }
                .stats-border-bottom-mobile { border-bottom: 1px solid #e2e8f0; padding-bottom: 15px; }
            }
            h2 mark {
                display: inline-block;
                background: transparent;
                color: var(--white);
                font-size: 1.325rem;
                font-weight: bold;
            }
            .searchBox .card-body {
                padding: 0 15px;
            }
            .main-banner-title {
            font-size: 28px;
            line-height: 1.3;
            font-weight: 500;
            text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
            }
            .highlight-text {
            font-size: 42px;
            font-weight: 700;
            line-height: 1.1;
            text-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
            }
            .hero-description {
            font-size: 14px;
            line-height: 1.5;
            color: #f2f2f2;
            font-weight: 300;
            margin-top: 10px;
            text-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
            }
            /*
            background: -webkit-linear-gradient(#e7a95c, #ffffff, #c17e2a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            } */
            .tz-carousel {
            /*height: 100vh;*/
            height: 702px;
            position: relative;
            }
            .tz-item {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            pointer-events: none;
            z-index: 0;
            }
            .tz-item.tz-active {
            opacity: 1;
            pointer-events: auto;
            z-index: 1;
            }
            .banner-content {
            position: relative;
            z-index: 10;
            pointer-events: none;
            }
            .banner-content-inner {
            padding-top: 190px;
            }
            @media (max-width: 991px) {
                .banner-content-inner {
                    padding-top: 80px;
                }
                .tz-carousel {
                    height: auto;
                    min-height: 500px;
                }
                .banner-content {
                    height: auto !important;
                }
            }
            .searchBox {
                background: #fff;
                border-radius: 8px;
                padding: 6px;
                display: flex;
                align-items: center;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            }
            .footer .searchBox input {
                border: none;
                padding: 8px 0;
                font-size: 14px;
                box-shadow: none;
                height: auto;
                outline: none;
                background: transparent;
                width: 100%;
                color: var(--text);
            }
            .searchBtn {
                background: var(--primary);
                color: var(--white);
                border-radius: 6px;
                padding: 8px 20px;
                font-weight: 500;
                font-size: 14px;
                border: none;
                display: flex;
                align-items: center;
                gap: 8px;
                transition: background 0.3s;
                white-space: nowrap;
            }
            .searchBox, .hero-bottom {
            pointer-events: auto;
            }
            .tz-thumb {
            position: relative;
            z-index: 20;
            pointer-events: auto;
            }
            .tz-img-box {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            }
            .tz-img-box img {
            position: relative;
            z-index: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            }
            .tz-img-box::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.04);
            z-index: 1;
            }
            .tz-img-box::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to bottom,
                transparent 55%,
                rgba(0, 0, 0, 0.08) 75%,
                rgba(0, 0, 0, 0.35) 100%
            );
            pointer-events: none;
            }
            .tz-content {
            position: absolute;
            top: 285px;
            max-width: 1290px;
            margin: auto;
            padding-top: 15px;
            z-index: 10;
            }
            .tz-content::before {
            content: "";
            position: absolute;
            left: -80px;
            top: -70px;
            width: 720px;
            height: 300px;
            background: radial-gradient(
                ellipse at center,
                rgba(0, 0, 0, 0.32) 0%,
                rgba(0, 0, 0, 0.16) 45%,
                rgba(0, 0, 0, 0) 75%
            );
            z-index: -1;
            pointer-events: none;
            }
            .tz-info-box {
            position: relative;
            width: 100%;
            height: 128px;
            background: rgba(0, 0, 0, 0.48);
            border: 1px solid rgba(255, 255, 255, 0.20);
            border-radius: 16px;
            /* backdrop-filter: blur(4px); */
            }
            .tz-info {
            /* display: flex;gap: 8px;width: auto;padding: 8px !important;flex-direction: column;position: relative; */
            position: relative;
            display: block;
            padding: 0 !important;
            }
            /* .tz-info img {
            aspect-ratio: 16 / 9;
            height: 108px;
            width: 100%;
            object-fit: cover;
            border-radius: 8px;
            } */
            .tz-info-img {
            position: relative;
            width: 100%;
            height: 128px;
            overflow: hidden;
            border-radius: 15px;
            }
            .tz-info-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            }
            .tz-info-img::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to bottom,
                transparent 35%,
                rgba(0, 0, 0, 0.60) 100%
            );
            pointer-events: none;
            }
            .tz-info .destination-name {
            position: absolute;
            bottom: 42px;
            left: 14px;
            right: 14px;
            z-index: 2;
            }
            .destination-name h5 {
            margin-bottom: 3px;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            }
            .destination-description {
            margin: 0;
            color: #fff;
            font-size: 11px;
            line-height: 1.35;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            }
            .tz-info-slider {
            transition: 0.7s cubic-bezier(0.68, -0.55, 0.1, 1);
            }
            .tz-thumb {
            position: absolute;
            bottom: 12px;
            left: 50%;
            z-index: 3;
            display: flex;
            justify-content: center;
            width: 100%;
            margin: 0;
            padding: 0;
            list-style: none;
            transform: translateX(-50%);
            }
            .tz-thumb li {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            cursor: pointer;
            margin: 0 6px;
            background: #fff;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
            }
            .tz-thumb li.tz-selected {
            background: var(--primary);
            border: 3px solid var(--primary);
            }
            .tz-info-img.gradient-overlay-half-bg-gradient, .tz-info-img.gradient-overlay-half-bg-gradient::before {
            border-radius: 8px;
            }
            .tz-info-item p{
            color: var(--white);
            font-weight: 300;
            text-align:justify;
            padding-left: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            font-size: 12px;
            line-height: 18px;
            }
            .tz-info-item h2{
            font-size: 2.5rem;
            color: var(--white);
            }
            .hero-title,
            .hero-subtitle,
            .destination-search-label {
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
            }
            .destination-search-label {
            color: #fff;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
            }
            .destination-search-example {
            color: #fff;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
            }
            /* ========================================== Tripzolo Horizontal Package Card ========================================== */
            .tripzolo-package-link {
                display: block;
                width: 100%;
                text-decoration: none !important;
                color: inherit;
            }
            /* Main Card */
            .tripzolo-package-card-horizontal {
                display: flex;
                align-items: stretch;
                width: 100%;
                min-height: 128px;
                padding: 8px;
                border-radius: 16px;
                background: rgba(255, 255, 255, 0.78);
                border: 1px solid rgba(255, 255, 255, 0.55);
                backdrop-filter: blur(12px);
                -webkit-backdrop-filter: blur(12px);
                box-shadow:
                    0 8px 24px rgba(0, 0, 0, 0.14);
                    /* 0 2px 6px rgba(0, 0, 0, 0.06); */
                overflow: hidden;
                transition:
                    transform 0.3s ease,
                    box-shadow 0.3s ease;
            }
            .tripzolo-package-link:hover .tripzolo-package-card-horizontal {
                transform: translateY(-4px);
                background: #ffffff;
                box-shadow:
                    0 16px 32px rgba(0, 0, 0, 0.18),
                    0 4px 10px rgba(0, 0, 0, 0.08);
            }
            /* ========================================== Thumbnail ========================================== */
            .tripzolo-package-thumb {
                position: relative;
                flex: 0 0 108px;
                width: 108px;
                overflow: hidden;
                border-radius: 12px;
            }
            .tripzolo-package-thumb img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.6s ease;
            }
            .tripzolo-package-link:hover .tripzolo-package-thumb img {
                transform: scale(1.06);
            }
            /* ========================================== Small Featured Icon ========================================== */
            .tripzolo-package-badge {
                position: absolute;
                top: 7px;
                left: 7px;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 26px;
                height: 26px;
                color: #fff;
                background: rgba(0, 0, 0, 0.35);
                border: 1px solid rgba(255, 255, 255, 0.35);
                border-radius: 50%;
                backdrop-filter: blur(6px);
                -webkit-backdrop-filter: blur(6px);
            }
            .tripzolo-package-badge i {
                color: #ffd43b;
                font-size: 10px;
            }
            /* ========================================== Content ========================================== */
            .tripzolo-package-content-horizontal {
                display: flex;
                flex: 1;
                flex-direction: column;
                min-width: 0;
                padding: 6px 8px 5px 13px;
            }
            /* Title */
            .tripzolo-package-title {
                margin: 0 0 5px;
                color: var(--text);
                font-size: 15px;
                font-weight: 600;
                line-height: 1.3;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            /* Duration */
            .tripzolo-package-duration {
                margin-bottom: 8px;
                color: var(--text-muted);
                font-size: 12px;
                font-weight: 500;
            }
            .tripzolo-package-duration i {
                margin-right: 4px;
                color: var(--primary);
            }
            /* Description */
            .tripzolo-package-description {
                display: -webkit-box;
                margin-bottom: 5px;
                color: var(--text-muted);
                font-size: 12px;
                line-height: 1.4;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            /* ========================================== Footer / Price ========================================== */
            .tripzolo-package-footer {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: auto;
            }
            .tripzolo-package-price {
                display: flex;
                align-items: baseline;
                flex-direction: column;
                white-space: nowrap;
                line-height: 18px;
            }
            /* Old Price */
            .tripzolo-old-price {
                color: var(--text-muted);
                font-size: 11px;
                text-decoration: line-through;
            }
            /* Current Price */
            .tripzolo-current-price {
                color: var(--primary);
                font-size: 17px;
                font-weight: 600;
            }
            /* Per Person */
            .tripzolo-per-person {
                color: var(--text-muted);
                font-size: 10px;
            }
            /* ========================================== Arrow ========================================== */
            .tripzolo-package-arrow {
                display: flex;
                align-items: center;
                justify-content: center;
                flex: 0 0 24px;
                width: 24px;
                height: 24px;
                line-height: 24px;
                color: var(--dark);
                font-weight: 400;
                background: #faa41c;
                border-radius: 50%;
                box-shadow: 0 4px 12px rgba(225, 49, 90, 0.28);
                transition: transform 0.3s ease, background 0.3s ease;
            }
            .tripzolo-package-link:hover .tripzolo-package-arrow {
                transform: scale(1.08);
                background: #c9254a;
                color: #ffffff;
            }
            .tripzolo-package-arrow i {
                font-size: 10px;
            }
            /* ========================================== Tablet ========================================== */
            @media (max-width: 991px) {
                .tripzolo-package-thumb {
                    flex-basis: 125px;
                    width: 125px;
                }
                .tripzolo-package-title {
                    font-size: 15px;
                }
                .tripzolo-package-description {
                    font-size: 11px;
                }
            }
            /* ========================================== Mobile ========================================== */
            @media (max-width: 575px) {
                .tripzolo-package-card-horizontal {
                    min-height: 130px;
                    padding: 7px;
                    border-radius: 15px;
                }
                .tripzolo-package-thumb {
                    flex-basis: 110px;
                    width: 110px;
                    border-radius: 11px;
                }
                .tripzolo-package-content-horizontal {
                    padding-left: 10px;
                }
                .tripzolo-package-title {
                    font-size: 14px;
                }
                .tripzolo-package-description {
                    font-size: 10.5px;
                    -webkit-line-clamp: 2;
                }
                .tripzolo-current-price {
                    font-size: 15px;
                }
                .tripzolo-package-arrow {
                    width: 30px;
                    height: 30px;
                    flex-basis: 30px;
                }
            }
            
            @media (min-width: 1200px) {
                .tz-content {
                    max-width: 1170px;
                }
            }
            @media (min-width: 1480px) {
                .tz-content {
                    max-width: 1290px;
                }
            }
            .hero-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            }
            .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            transition: 0.5s ease;
            background: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0) 35%,
                rgba(0, 0, 0, 0.15) 55%,
                rgba(0, 0, 0, 0.65) 100%
            );
            }
            
            
            
            
            .tz-sec span {
            font-size: 16px;
            color: #d63f1f;
            font-weight: 500;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 3px;
            }
            .tz-sec h2 {
            font-size: 2.1rem;
            text-align:start;
            }
            .tz-sec p{
            text-align:justify;
            }
            :root {
            --bg1: url("//tripzolo.biz/uploads/sliders/1649831671202-ladakhimage.jpg");
            --bg2: url("//tripzolo.biz/uploads/sliders/1649065490205.6-andaman01.jpg");
            --bg3: url("../../assets/images/spiti-valley.webp");
            --bg4: url("//tripzolo.biz/uploads/sliders/1649918479821.7-bandhavgarhnationalpark.jpg");
            --bg5: url("//tripzolo.biz/uploads/sliders/1650358596969.9-dharamshala.jpg");
            --bg6: url("../../assets/images/manali.webp");
            }
            .box-container {
            display: flex;
            flex-direction: row;
            align-items: center;
            column-gap: 5px;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            }
            .box-container .box {
            width: 25%;
            height: 430px;
            background: #e2e5f4;
            border-radius: 10px;
            cursor: pointer;
            transition: width 0.5s ease-in-out;
            position: relative;
            overflow: hidden;
            }
            .box-container .box:nth-child(1) {
            background: var(--bg1);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            }
            .box-container .box:nth-child(2) {
            background: var(--bg2);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            }
            .box-container .box:nth-child(3) {
            background: var(--bg3);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            }
            .box-container .box:nth-child(4) {
            background: var(--bg4);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            }
            .box-container .box:nth-child(5) {
            background: var(--bg6);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            }
            /*.box-container .box .overlay {*/
            /*opacity: 0;*/
            /*}*/
            .box-container .box.closed {
            width: 8%;
            }
            .box-container .box.closed .overlay {
            opacity: 1;
            }
            .box-container .box.expanded {
            width: 80%;
            background-color : #e2e5f4;
            }
            .box-container .box .location-name {
            position: absolute;
            left: 50%;
            bottom: 20px;
            transform: translateX(-50%);
            color: #fff;
            font-size: 22px;
            font-weight: 400;
            z-index: 2;
            transition: all 0.5s ease-in-out;
            white-space: nowrap;
            }
            
            /* Closed boxes — name vertically */
            .box-container .box.closed .location-name, .box-container .box .location-name {
            writing-mode: vertical-rl;
            text-orientation: mixed;
            left: 50%;
            bottom: 50%;
            transform: translate(-50%, 50%) rotate(180deg);
            font-size: 24px;
            text-transform: uppercase;
            letter-spacing: 5px;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
            }
            
            /* Expanded box — name normally */
            .box-container .box.expanded .location-name {
            writing-mode: horizontal-tb;
            text-orientation: mixed;
            left: 30px;
            bottom: 25px;
            transform: none;
            font-size: 24px;
            text-transform: uppercase;
            letter-spacing: 5px;
            width: 100%;
            text-align: center;
            }
            .box-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 70%;
            width: 100%;
            transition: 0.5s ease;
            background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            }
            .about-section {
            background: #F5F6F8;
            }
            .about-section .bottom {
            /* background: #fdf5f7; */
            background: #ffffff;
            border: 1px solid #e2e8f0;
            padding: 20px;
            border-radius: 10px;
            }
            .about-section .bottom .cta {
            border-left: 2px solid var(--primary-light);
            }
            .about-section .bottom .icon {
            height: 64px;
            width: 64px;
            line-height: 32px;
            border-radius: 50%;
            text-align: center;
            }
            
            .top-sell .pkg-img {
            height: 220px;
            }
            .pkg-img {
            height: 190px;
            width: 100%;
            object-fit: cover;
            border-radius: 10px;
            }
            .pkg-img.nobbr {
            border-radius: 12px 12px 0 0 !important;
            }
            
            /*.top-sell */
            .top-sell 
            .one-third 
            .wcu {
            flex-direction: column;
            gap: 15px;
            }
            .wcu .item {
            flex-direction: row;
            gap: 15px;
            }
            #locationList {
                z-index: 99999;
                position: absolute;
                width: 100%;
                top: 100%;
                left: 0;
                background-color: #ffffff;
                display: none;
                border: 1px solid #eaeaea;
                border-radius: 12px;
                padding: 0;
                max-height: 320px;
                overflow-y: auto;
                box-shadow: 0 12px 30px rgba(0,0,0,0.18);
                margin-top: 8px;
            }
            #locationList.show {
                display: block;
            }
            .search-list, .search-list-item {
                cursor: pointer;
                transition: background 0.2s ease;
            }
            .search-list:hover, .search-list-item:hover {
                background-color: #f8fafc;
            }
            .search-list-location {
                padding: 8px 15px;
                cursor: pointer;
                font-weight: normal;
                color: #555;
            }
            #locationList ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }
            #locationList li {
                border-bottom: 1px solid #f1f5f9;
            }
            #locationList li:last-child {
                border-bottom: none;
            }
            .card {
            border-radius: 24px;
            }
            .form-control {
            height: calc(1.25em + 1.5rem + 4px);
            padding: .8rem 1rem;
            font-size: 0.875rem;
            border: transparent;
            }
            .categ-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
            gap: 20px;
            }
            .categ-grid .item {
            background: var(--secondary);
            padding: 20px 20px 15px;
            border-radius: 10px;
            cursor: default;
            font-size: 16px;
            text-align: center;
            display: flex;
            }
            .categ-grid .item a {
            display: flex;
            flex-direction: column;
            color: #ffffff;
            width: 100%;
            align-items: center;
            justify-content: center;
            }
            .categ-grid .item:hover {
            background: var(--primary);
            }
            .categ-grid .item .avt {
            width: 72px;
            height: 72px;
            margin: 0 0 15px;
            border-radius: 50%;
            }
            .categ-grid .item img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            }
            .rack::before {
            content: '';
            height: 1px;
            width: 55px;
            background-color: var(--primary);
            position: absolute;
            bottom: 10px;
            left: 0;
            transform: rotate(-10deg);
            }
            .fbottom {
            position: absolute;
            bottom: 6px;
            width: 100%;
            padding: 0 15px;
            display: flex;
            flex-wrap: wrap;
            gap: 2px 10px;
            z-index: 1;
            }
            .headingTitle.big {
            font-size: 3rem;
            line-height: 38px;
            }
            .tours-items {
            display: flex;
            overflow-x: auto;
            padding-bottom: 10px;
            }
            .tours-items .item:first-child, .tours-items .item:last-child {
            margin: 0 10px 10px 0;
            }
            .tours-items .item {
            position: relative;
            height: 248px;
            min-width: 190px;
            border-radius: 16px;
            margin: 0 10px 10px;
            background: #ddd;
            overflow: hidden;
            }
            .destinations {
            height: 248px;
            width: 100%;
            object-fit: cover;
            min-width: 190px;
            border-radius: 16px;
            background: #ddd;
            position: relative;
            }
            .locationName {
            position: absolute;
            bottom: 15px;
            width: 100%;
            padding: 4px 8px;
            text-align: center;
            }
            .locationName h3 {
            color: #fff;
            font-size: 1.125rem;
            font-weight: 500;
            margin-bottom: 0;
            }
            .tours-items::-webkit-scrollbar {
            width: 0px !important;
            height: 4px;
            }
            .tours-items::-webkit-scrollbar-thumb {
            border-radius: 8px;
            background: linear-gradient(to right, #dddddd, #fdba4f, #faa41c, #e1315a) !important;
            }
            .tours-items::-webkit-scrollbar-track {
            background: #dddddd !important;
            }
            .uptitle {
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--primary);
            font-size: 14px;
            display: block;
            margin-bottom: 16px;
            }
            .sectionTitle {
            position: relative;
            padding-bottom: 1rem;
            }
            .wcu .item {
            display: flex;
            flex-direction: row;
            gap: 15px;
            }
            
            /* ========================================== Tripzolo Premium Vertical Package Card ========================================== */
            .tz-v-link {
                display: block;
                color: inherit;
                text-decoration: none !important;
                padding: 10px 10px 20px; /* Space for the shadow to breathe */
            }
            .tz-v-card {
                background-color: #fff;
                border-radius: 20px;
                overflow: hidden;
                box-shadow: 0 10px 30px -10px rgba(0,0,0,0.08);
                transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
                border: 1px solid rgba(255,255,255,0.8);
                position: relative;
                display: flex;
                flex-direction: column;
                height: 100%;
            }
            .tz-v-link:hover .tz-v-card {
                transform: translateY(-8px);
                box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
            }
            .tz-v-img-wrapper {
                position: relative;
                overflow: hidden;
            }
            .tz-v-img {
                width: 100%;
                aspect-ratio: 16 / 9;
                max-height: 220px;
                object-fit: cover;
                display: block;
                transition: transform 0.6s ease;
            }
            .tz-v-link:hover .tz-v-img {
                transform: scale(1.05);
            }
            /* Floating Badges on Image */
            .tz-v-fbottom {
                position: absolute;
                bottom: 15px;
                left: 15px;
                display: flex;
                flex-wrap: wrap;
                gap: 5px;
                z-index: 2;
            }
            .tz-v-badge {
                background: rgba(0,0,0,0.5);
                padding: 6px 12px;
                border-radius: 30px;
                font-size: 11px;
                font-weight: 600;
                color: #fff;
                letter-spacing: 0.5px;
                text-transform: uppercase;
                backdrop-filter: blur(8px);
                -webkit-backdrop-filter: blur(8px);
                display: inline-flex;
                align-items: center;
                border: 1px solid rgba(255,255,255,0.2);
            }
            .tz-v-badge-icon {
                font-size: 11px;
                margin-right: 5px;
                color: #fbc04e;
            }
            .tz-v-duration-float {
                position: absolute;
                top: 15px;
                right: 15px;
                background: rgba(255, 255, 255, 0.9);
                padding: 6px 12px;
                border-radius: 20px;
                font-size: 12px;
                font-weight: 500;
                color: var(--dark);
                backdrop-filter: blur(8px);
                -webkit-backdrop-filter: blur(8px);
                box-shadow: 0 4px 10px rgba(0,0,0,0.1);
                z-index: 2;
                display: flex;
                align-items: center;
                gap: 5px;
            }
            .tz-v-duration-float i {
                color: #e1315a;
                font-size: 13px;
            }
            .tz-v-img-overlay {
                position: absolute;
                top: 0; left: 0; right: 0; bottom: 0;
                background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%);
                z-index: 1;
                pointer-events: none;
            }
            /* Card Body */
            .tz-v-body {
                padding: 20px;
                display: flex;
                flex-direction: column;
                flex-grow: 1;
                border: 1px solid #ebebeb;
                border-radius: 0 0 20px 20px;
            }
            .tz-v-title {
                font-size: 1.125rem;
                font-weight: 500;
                line-height: 1.35;
                color: var(--dark);
                margin: 0 0 2px 0;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            .tz-v-desc {
                font-size: .875rem;
                color: var(--text);
                line-height: 1.6;
                margin-bottom: 20px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            .tz-v-desc p {
                margin: 0;
            }
            /* Price Block */
            .tz-v-price-block {
                padding-top: 15px;
                border-top: 1px solid rgba(0,0,0,0.06);
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: auto;
            }
            .tz-v-price-info {
                display: flex;
                flex-direction: column;
            }
            .tz-v-old-price {
                text-decoration: line-through;
                font-size: 13px;
                color: var(--text);
                display: block;
                line-height: 1.2;
                margin-bottom: 2px;
                font-weight: 500;
            }
            .tz-v-price-current {
                font-size: 22px;
                font-weight: 600;
                color: var(--primary);
                line-height: 1;
                letter-spacing: -0.5px;
            }
            .tz-v-per-person {
                font-size: 12px;
                font-weight: 400;
                margin-left: 4px;
                color: var(--text-muted);
                letter-spacing: 0;
            }
            .tz-v-action-btn {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background-color: var(--yellow);
                color: var(--dark);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 16px;
                box-shadow: 0 4px 12px rgba(251, 192, 78, 0.4);
                transition: transform 0.3s ease, background-color 0.3s ease;
            }
            .tz-v-link:hover .tz-v-action-btn {
                transform: translateX(4px) scale(1.05);
                background-color: var(--yellow-dark);
            }

            /* Tablet */
            @media (max-width: 1199px) {
                .main-banner-title {
                    font-size: 24px;
                    line-height: 1.25;
                }
                .highlight-text {
                    font-size: 34px;
                    line-height: 1.1;
                }
                .hero-description {
                    font-size: 14px;
                }
            }
            @media (max-width: 767px) {
                /* Mobile home hero: preserve the desktop composition above this breakpoint. */
                .tz-carousel {
                    height: 780px;
                    min-height: 702px;
                    overflow: hidden;
                    background: #0a376f;
                }
                .tz-item,
                .tz-img-box {
                    height: 100%;
                }
                .tz-img-box img {
                    object-position: 56% center;
                }
                .tz-img-box::before {
                    background: linear-gradient(180deg, rgba(1, 28, 69, .6) 0%, rgba(4, 30, 69, .2) 35%, rgba(0, 0, 0, .58) 100%);
                }
                .tz-img-box::after {
                    background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .5) 100%);
                }
                .banner-content-inner {
                    height: auto !important;
                    padding: 112px 24px 0;
                }
                .banner-content .container,
                .tz-content.container {
                    max-width: none;
                    padding-left: 0;
                    padding-right: 0;
                }
                .banner-content .row {
                    margin-left: 0;
                    margin-right: 0;
                }
                .banner-content .row > [class*="col-"] {
                    padding-left: 0;
                    padding-right: 0;
                }
                .main-banner-title {
                    font-size: 20px;
                    line-height: 1.25;
                    font-weight: 500;
                    margin-bottom: 8px !important;
                }
                .highlight-text {
                    font-size: 32px;
                    line-height: 1.08;
                    font-weight: 700;
                }
                .hero-description {
                    font-size: 13px;
                    line-height: 1.45;
                    max-width: 330px;
                    margin: 10px 0 30px;
                }
                .search-section-wrapper {
                    max-width: none !important;
                }
                .search-heading-wrapper {
                    margin-bottom: 12px !important;
                }
                .destination-search-label {
                    font-size: 17px;
                }
                .searchBox {
                    border-radius: 14px !important;
                    padding: 8px !important;
                }
                .searchBox form > div:first-child {
                    padding-left: 12px !important;
                }
                .searchBox .searchBtn {
                    min-height: 40px;
                    padding: 8px 16px !important;
                    border-radius: 10px !important;
                }
                .destination-search-example {
                    padding-left: 0;
                }
                .destination-search input {
                    font-size: 14px;
                }
                .tz-content {
                    top: 440px;
                    left: 0;
                    right: 0;
                    width: 100%;
                    padding: 0 0 0 24px;
                }
                .tz-content::before {
                    display: none;
                }
                .top-picks-title {
                    font-size: 15px;
                    margin-bottom: 14px;
                }
                .tz-content .row {
                    display: flex;
                    flex-wrap: nowrap;
                    margin: 0;
                    overflow-x: auto;
                    overflow-y: hidden;
                    padding: 0 20px 10px 0;
                    scrollbar-width: none;
                    -webkit-overflow-scrolling: touch;
                }
                .tz-content .row::-webkit-scrollbar {
                    display: none;
                }
                .tz-content .row > .col-md-12 {
                    display: contents;
                }
                .tz-content .top-picks-title {
                    position: absolute;
                    top: 15px;
                    left: 24px;
                    z-index: 1;
                }
                .tz-content .row > .col-md-2_75,
                .tz-content .row > .col-md-9_25 {
                    flex: 0 0 248px;
                    max-width: 248px;
                    padding: 0;
                }
                .tz-content > .row {
                    padding-top: 35px;
                }
                .tz-content .row > .col-md-9_25 {
                    flex-basis: auto;
                    max-width: none;
                }
                .tz-info-box {
                    height: 252px;
                    border-radius: 16px;
                }
                .tz-info-img.gradient-overlay-half-bg-gradient {
                    border-radius: 15px;
                }
                .tz-info-img {
                    height: 252px;
                    border-radius: 15px;
                }
                .tz-info .destination-name {
                    bottom: 20px;
                    left: 16px;
                    right: 16px;
                }
                .destination-name h5 {
                    font-size: 17px;
                    line-height: 1.2;
                    margin-bottom: 5px !important;
                }
                .destination-description {
                    white-space: normal;
                    font-size: 12px;
                    line-height: 1.45;
                }
                .tz-content .features,
                .tz-content .features > div,
                .tz-content .features .row {
                    display: flex;
                }
                .tz-content .features .row {
                    overflow: visible;
                    padding: 0;
                }
                .tz-content .features .item {
                    flex: 0 0 248px;
                    max-width: 248px;
                    padding: 0 0 0 12px;
                }
                .tripzolo-package-card-horizontal {
                    display: block;
                    min-height: 252px;
                    padding: 9px;
                    border-radius: 16px;
                }
                .tripzolo-package-thumb {
                    width: 100%;
                    /* height: 174px; */
                    aspect-ratio: 16 / 9;
                    border-radius: 11px;
                }
                .tripzolo-package-title {
                    font-size: 15px;
                    white-space: normal;
                    margin: 4px 0 7px;
                }
                .tripzolo-package-duration {
                    font-size: 12px;
                }
                .tripzolo-old-price {
                    font-size: 11px;
                }
                .tripzolo-current-price {
                    font-size: 17px;
                }
                .tripzolo-per-person {
                    font-size: 10px;
                }
                .tripzolo-package-content-horizontal {
                    min-height: 110px;
                    padding: 7px 7px 3px;
                }
                .tz-thumb {
                    bottom: 16px;
                }
                .tz-thumb li {
                    margin: 0 6px;
                }
                .hero-booking-widget {
                    display: none !important;
                }
                .mobile-booking-widget {
                    padding: 34px 16px 28px;
                    background: #f8f9fc;
                }
                .mobile-booking-widget .container {
                    padding: 0;
                }
                .mobile-booking-widget h2 {
                    margin: 0 0 20px;
                    color: var(--dark);
                    font-family: 'Outfit', sans-serif;
                    font-size: 20px;
                    font-weight: 600;
                    line-height: 1.25;
                }
                .mobile-booking-widget .pkg-widget-title {
                    display: none;
                }
                .stats-bar-section {
                    padding: 0;
                }
                .stats-bar-section > .container {
                    padding: 0;
                }
                .stats-bar-section .row {
                    margin: 0;
                }
                .stats-bar-section .stat-content {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                .stats-bar-section .stat-content .title {
                    margin: 6px 0 2px;
                    font-size: 18px;
                }
                .stats-bar-section .stat-content span:not(.title) {
                    font-size: 13px;
                    text-align: center;
                }
                .stats-bar-section .stat-icon {
                    margin: 0 !important;
                }
                .stats-bar-section [class*="col-"] {
                    flex-direction: column;
                    min-height: 110px;
                    padding: 8px 8px;
                }
                .box-container .box.closed {
                    width: 16%;
                }
                .box-container .box.expanded .location-name {
                    left: 50%;
                    transform: translateX(-50%);
                }
            }
            /* Search Section */
            .search-section-wrapper { position: relative; max-width: 560px; z-index: 100; }
            .search-heading-wrapper { margin-bottom: 12px; display: inline-flex; align-items: center; position: relative; }
            .destination-search-label { font-family: 'Caveat', cursive; font-size: 20px; margin: 0; font-weight: 500; }
            .search-heading-svg { position: absolute; right: -50px; top: -5px; transform: rotate(10deg); filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); }
            .search-box-container { background: #ffffff; border-radius: 8px; padding: 6px; display: flex; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: all 0.25s ease; }
            .search-box-container:focus-within { border-color: #f4b41a; box-shadow: 0 10px 35px rgba(244, 180, 26, 0.35); }
            .search-form { width: 100%; display: flex; align-items: center; margin: 0; }
            .search-icon-wrapper { padding: 0 5px 0 15px; color: var(--text-light); font-size: 16px; display: flex; align-items: center; }
            .search-input-wrapper { flex-grow: 1; position: relative; padding: 0 10px; }
            .search-input { border: none !important; padding: 8px 0 !important; font-size: 14px !important; box-shadow: none !important; height: auto !important; outline: none !important; background: transparent !important; width: 100% !important; color: #1e293b !important; font-weight: 500; }
            .search-input::placeholder { color: #94a3b8; font-weight: 400; font-size: 14px; }
            .search-location-list { border-radius: 14px; width: 100%; left: 0; }
            .search-btn { background: var(--yellow); color: var(--dark); border-radius: 6px; padding: 8px 20px; font-weight: 500; font-size: 14px; border: none; display: flex; align-items: center; gap: 8px; transition: background 0.3s; white-space: nowrap; }
            .search-btn:hover { background: var(--primary); color: var(--white);}
            .search-example-wrapper { margin-top: 8px; padding-left: 16px; }
            .search-example-text { font-size: 13px; margin: 0; color: rgba(255, 255, 255, 0.9); text-shadow: 0 1px 3px rgba(0,0,0,0.4); font-weight: 400; }

            /* Stats Section */
            .stats-inner-wrapper { background-color: #F4F7F9; padding: 15px 0; margin: 0; border-radius: 0 0 16px 16px; }
            .stat-icon i { font-size: 28px; color: var(--text-muted); }

            /* Enquiry Section */
            .enquiry-text-wrapper { margin-bottom: 15px; }
            @media (min-width: 992px) { .enquiry-text-wrapper { margin-bottom: 0; } }
            .enquiry-text { font-size: 15px; }
            .enquiry-action-wrapper { margin-top: 15px; }
            @media (min-width: 992px) { .enquiry-action-wrapper { margin-top: 0; } }
            .enquiry-btn { padding: 4px 6px 4px 20px; font-weight: 500; color: var(--primary); border: 1px solid var(--primary); }
            .enquiry-btn:hover {background: var(--primary);color: var(--white);}
            .enquiry-btn-icon-wrapper { background: var(--primary); color: #fff; width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
            .enquiry-btn-icon { font-size: 13px; transform: translateX(-1px) translateY(1px); }
            .enquiry-phone-wrapper { font-size: 18px; }
            .enquiry-phone-icon { font-size: 20px; color: #6c757d; font-weight: 400; }
            /* Destination Slider Icons */
            .slider-location-icon { color: #faa41c; }

            /* Search Widget Wrapper */
            .search-widget-container { position: relative; z-index: 2; }

            /* Placeholder Background */
            .placeholder-bg { height: 100%; background: #c8cfff; background-size: cover; }

            /* Icon Block Section */
            /* .icon-block-bg { background: #f5f6f8; } */

            /* CTA Section */
            .cta-section-bg { background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.tripzolo.com/assets/images/ladakh.jpg') no-repeat center center/cover; padding: 70px 0; }
            .cta-title { font-size: 28px; text-transform: uppercase; letter-spacing: 1px; }
            .cta-icon { font-size: 45px; line-height: 1; }
            .cta-subtitle { font-size: 18px; }
            .cta-desc { font-size: 14.5px; opacity: 0.9; line-height: 1.6; }

            /* Bottom Search Section */
            .bottom-search-container { background: #fff; border-radius: 8px; padding: 6px; display: flex; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
            .bottom-search-form { width: 100%; display: flex; align-items: center; margin: 0; }
            .bottom-search-icon-wrapper { padding: 0 5px 0; color: var(--text-light); }
            .bottom-search-input-wrapper { flex-grow: 1; position: relative; padding: 0 10px; }
            .bottom-search-input { border: none; padding: 8px 0; font-size: 14px; box-shadow: none; height: auto; outline: none; background: transparent; width: 100%; color: var(--text); }
            .bottom-search-btn { background: var(--primary); color: var(--white); border-radius: 6px; padding: 8px 20px; font-weight: 500; font-size: 14px; border: none; display: flex; align-items: center; gap: 8px; transition: background 0.3s; white-space: nowrap; }
/* Skeleton Loader */
.skeleton-loader {
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
}
.skeleton-loader::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: skeleton-loading 1.2s infinite;
}
@keyframes skeleton-loading {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Destination Card V2 */
.destination-card-v2 img { transition: transform 0.4s ease; }
.destination-card-v2:hover img { transform: scale(1.08); }
.destination-section {
    background: linear-gradient(135deg, #252527 0%, #343438 50%, #252527 100%);
    position: relative;
    overflow: hidden;
}
.destination-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/travel-pattern.svg') center / cover no-repeat;
    opacity: 0.045;
    pointer-events: none;
}
.destination-section > .container {
    position: relative;
    z-index: 1;
}
.destination-section .cursive {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    position: relative;
}
.destination-section .cursive:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 13rem;
    height: 6px;
    background-image: url(../images/shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-3deg);
}
.destination-card-v2 {
    height: 280px;
    border-radius: 10px;
}
@media (max-width: 991px) {
    .destination-card-v2 {
        height: 240px;
    }
}
@media (max-width: 575px) {
    .destination-card-v2 {
        height: 220px;
    }
}
/* Travel Inspiration Blog Section */
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");

.blog-icon-badge {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 44px;
    height: 44px;
    background-color: #ff4d6d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    z-index: 10;
}
.blog-icon-badge i {
    font-size: 18px;
    color: #fff;
}
.blog-card-v1 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card-v1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

/* Custom Slick Dots for Blog */
.custom-slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 30px !important;
}
.custom-slick-dots li {
    margin: 0 5px;
}
.custom-slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ffe6eb; /* light pink */
    border-radius: 50%;
    transition: background 0.3s ease;
}
.custom-slick-dots li.slick-active button {
    background: #ff4d6d; /* solid red */
}

.search-section-wrapper { position: relative; z-index: 999; pointer-events: auto; }
.search-input { position: relative; z-index: 1000; }

/* Fix for pointer events in hero search */
.search-section-wrapper, .search-box-container, .search-form, .search-input, .search-btn { pointer-events: auto !important; cursor: text; }
.search-btn { cursor: pointer; }

.tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

.tour-card {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 992px) {
  .tour-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tour-grid {
    grid-template-columns: 1fr;
  }
}
.skeleton {
  background: linear-gradient(
    90deg,
    #eeeeee 25%,
    #f7f7f7 50%,
    #eeeeee 75%
  );
  background-size: 200% 100%;
}

.skeleton-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* animation: skeleton-loading 1.5s infinite; */
}
.card-content {
    padding: 20px;
}
.skeleton-location {
    width: 75%;
    height: 30px;
    border-radius: 20px;
    margin-top: -45px;
    position: relative;
    margin-bottom: 30px;
}
.skeleton-title {
    width: 65%;
    height: 24px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.skeleton-duration {
    width: 50%;
    height: 18px;
    border-radius: 5px;
}
.skeleton-divider {
    height: 1px;
    background: #eeeeee;
    margin: 18px 0;
}
.price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.skeleton-old-price {
    width: 70px;
    height: 14px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.skeleton-price {
  width: 110px;
  height: 25px;
  border-radius: 5px;
}
.skeleton-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* ========== TRIP PLANNING MODAL STYLES ========== */
.trip-modal-content {
    border-radius: 20px !important;
    border: none !important;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.35) !important;
}

.trip-modal-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%) !important;
    padding: 24px 30px !important;
    border-bottom: 3px solid #f4b41a !important;
    position: relative;
}

.trip-modal-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #f4b41a 0%, #f59e0b 100%);
    color: #0f172a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(244, 180, 26, 0.35);
    flex-shrink: 0;
}

.trip-modal-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: -0.2px;
}

.trip-modal-subtitle {
    color: #94a3b8 !important;
    font-size: 13px !important;
    margin: 0;
}

.trip-modal-close {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    border: none !important;
    outline: none !important;
    font-size: 18px !important;
    transition: all 0.2s ease !important;
    cursor: pointer;
    line-height: 1;
}

.trip-modal-close:hover {
    background: #f4b41a !important;
    color: #0f172a !important;
    transform: rotate(90deg);
}

.trip-modal-body {
    background: #ffffff;
    padding: 30px !important;
}

.trip-form-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin-bottom: 6px !important;
    display: block;
}

.trip-form-control {
    background-color: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    transition: all 0.2s ease !important;
    height: auto !important;
}

.trip-form-control:focus {
    background-color: #ffffff !important;
    border-color: #f4b41a !important;
    box-shadow: 0 0 0 3.5px rgba(244, 180, 26, 0.2) !important;
    outline: none !important;
}

.trip-input-group {
    position: relative;
    display: flex;
    width: 100%;
}

.trip-input-group .input-group-text {
    background-color: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-right: none !important;
    border-radius: 10px 0 0 10px !important;
    color: #64748b !important;
    padding: 0 12px !important;
    display: flex;
    align-items: center;
}

.trip-input-group .trip-form-control {
    border-left: none !important;
    border-radius: 0 10px 10px 0 !important;
    flex: 1 1 auto;
}

.trip-input-group:focus-within .input-group-text {
    border-color: #f4b41a !important;
    background-color: #ffffff !important;
    color: #0f172a !important;
}

.trip-submit-btn {
    background: linear-gradient(135deg, #f4b41a 0%, #e09f0b 100%) !important;
    color: #0f172a !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 32px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 15px rgba(244, 180, 26, 0.35) !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

.trip-submit-btn:hover {
    background: linear-gradient(135deg, #eab308 0%, #d97706 100%) !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(244, 180, 26, 0.45) !important;
}

.trip-whatsapp-link {
    background: #f0fdf4 !important;
    color: #15803d !important;
    border: 1.5px solid #bbf7d0 !important;
    border-radius: 50px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.trip-whatsapp-link:hover {
    background: #22c55e !important;
    color: #ffffff !important;
    border-color: #22c55e !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3) !important;
}

/* Validation error styles */
.trip-form-control.is-invalid,
.trip-input-group.is-invalid .trip-form-control,
.trip-input-group.is-invalid .input-group-text {
    border-color: #ef4444 !important;
    background-color: #fffafb !important;
}

.trip-input-group.is-invalid:focus-within .input-group-text,
.trip-input-group.is-invalid:focus-within .trip-form-control {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

.field-error-msg {
    display: none;
    color: #ef4444;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
    align-items: center;
    gap: 4px;
}

/* ========== PROFESSIONAL NEWSLETTER SUBSCRIPTION UI ========== */
.tz-subscribe-form-wrapper {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 6px;
    display: flex;
    align-items: center;
    transition: all 0.25s ease;
}

.tz-subscribe-form-wrapper:focus-within {
    background: #ffffff;
    border-color: #f4b41a;
    box-shadow: 0 0 0 4px rgba(244, 180, 26, 0.18), 0 6px 20px rgba(0, 0, 0, 0.05);
}

.tz-subscribe-icon {
    color: #94a3b8;
    font-size: 16px;
    padding: 0 5px 0 15px;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.tz-subscribe-form-wrapper:focus-within .tz-subscribe-icon {
    color: #f4b41a;
}

.tz-subscribe-input {
    border: none !important;
    background: transparent !important;
    padding: 8px 0 !important;
    font-size: 14.5px !important;
    color: #0f172a !important;
    outline: none !important;
    box-shadow: none !important;
    width: 100% !important;
    font-weight: 500;
}

.tz-subscribe-input::placeholder {
    color: #94a3b8 !important;
    font-weight: 400;
}

.tz-subscribe-btn {
    background: var(--yellow);
    color: var(--dark);
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s;
    white-space: nowrap;
}

.tz-subscribe-btn:hover {
    background: var(--yellow-dark);
}

.tz-subscribe-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(244, 180, 26, 0.3) !important;
}

.tz-subscribe-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none !important;
}

.tz-subscribe-privacy {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: var(--text-muted);
    margin-top: 10px;
    font-weight: 500;
}

.tz-subscribe-privacy i {
    color: var(--accent);
    font-size: 13px;
}

.tz-feedback-msg {
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    display: none;
    align-items: center;
    gap: 8px;
    animation: tzFadeIn 0.3s ease;
}

@keyframes tzFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 576px) {
    .tz-subscribe-form-wrapper {
        flex-direction: column;
        border-radius: 16px;
        padding: 12px;
        gap: 10px;
    }
    .tz-subscribe-input {
        text-align: center;
    }
    .tz-subscribe-icon {
        display: none;
    }
    .tz-subscribe-btn {
        width: 100%;
        justify-content: center;
        padding: 12px;
    }
}