            .stats-bar-section { padding: 0 15px 0;}
            .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: 12px;
            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 .bottom {
            background: #fdf5f7;
            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;
            }
            .wcu1 .item 
            #locationList {
            z-index: 999;
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            background-color: #ffffff;
            transform: translate(0, 43px);
            display: none;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 15px 0 15px 15px;
            max-height: 200px;
            overflow-y: auto;
            }
            #locationList.show {
            display: block;
            }
            .search-list {
            cursor: pointer;
            font-weight: bold;
            background-color: #f9f9f9;
            border-bottom: 1px solid #eaeaea;
            }
            .location-list {
            margin-left: 15px;
            list-style-type: none;
            padding-left: 0;
            }
            .search-list-location {
            padding: 5px;
            cursor: pointer;
            font-weight: normal;
            color: #555;
            }
            .search-list:hover, .search-list-location:hover {
            background-color: #f1f1f1;
            }
            #locationList ul {
            margin-bottom: 0px;
            }
            #locationList li {
            align-content: center;
            font-size: 15px;
            height: 38px;
            line-height: 18px;
            border-bottom: 1px solid #e7e7e7;
            }
            #locationList.show {
            display: block;
            }
            #locationList li:hover {
            color: #f32f2c;
            cursor: pointer;
            }
            #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: 2.5rem;
            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%;
                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: 12.5px;
                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(--dark);
                line-height: 1;
                letter-spacing: -0.5px;
            }
            .tz-v-per-person {
                font-size: 11.5px;
                font-weight: 600;
                margin-left: 4px;
                color: var(--text);
                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; }
            .search-heading-wrapper { margin-bottom: 10px; display: inline-flex; align-items: center; position: relative; }
            .destination-search-label { font-family: 'El Messiri', sans-serif; font-size: 18px; margin: 0; font-weight: 500; }
            .search-heading-svg { position: absolute; right: -50px; top: -5px; transform: rotate(10deg); }
            .search-box-container { background: #fff; border-radius: 8px; padding: 6px; display: flex; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
            .search-form { width: 100%; display: flex; align-items: center; margin: 0; }
            .search-icon-wrapper { padding: 0 5px 0 15px; color: var(--text-light); }
            .search-input-wrapper { flex-grow: 1; position: relative; padding: 0 10px; }
            .search-input { border: none; padding: 8px 0; font-size: 14px; box-shadow: none; height: auto; outline: none; background: transparent; width: 100%; color: var(--text); }
            .search-location-list { border-radius: 16px; width: calc(100% + 50px); left: -40px; }
            .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-example-wrapper { margin-top: 8px; padding-left: 20px; }
            .search-example-text { font-size: 13px; margin: 0; }

            /* Stats Section */
            .stats-inner-wrapper { background-color: #F5F6F8; 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: #ebebeb; }

            /* 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; }