        /* font */
        @font-face {
            font-family: 'Gilroy';
            src: url('../font/Gilroy-Medium.woff2') format('woff2'), url('../font/Gilroy-Medium.woff') format('woff');
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Gilroy';
            src: url('../font/Gilroy-SemiBold.woff2') format('woff2'), url('../font/Gilroy-SemiBold.woff') format('woff');
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Gilroy';
            src: url('../font/Gilroy-Regular.woff2') format('woff2'), url('../font/Gilroy-Regular.woff') format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Gilroy';
            src: url('../font/Gilroy-Bold.woff2') format('woff2'), url('../font/Gilroy-Bold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }

        /* ========== Reset & Box Sizing ========== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .form-control:focus {
            background-color: #454545;
            color: #ffffff;
            border-color: #ffffff;
            box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.25);
        }

        /* ========== Base Styles ========== */
        html,
        body {
            width: 100%;
            overflow-x: hidden;
            /* horizontal scrollbar हटेगा */
        }

        html {
            scroll-behavior: smooth;
        }

        /* h1 {
            font-size: 62px;
            font-weight: bold;
            font-family: 'Gilroy';
            line-height: 100%;
            margin-bottom: 0;
        }
        h2 {
            font-size: 32px;
            font-weight: bold;
            font-family: 'Gilroy';
            line-height: 100%;
        }
        h3 {
            font-size: 26px;
            font-weight: 500;
            color: #000;
            line-height: 100%;
            font-family: 'Gilroy';
        }
        h4 {
            font-size: 42px;
            font-weight: bold;
            font-family: 'Gilroy';
            line-height: 100%;
        } */
        .fw-400 {
            font-weight: 400;
        }

        .foot-text {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }

        .logo-gren-shade {
            color: #12B1BD;
        }

        .body-textp1 {
            font-size: 20px !important;
            ;
            font-weight: 400 !important;
            color: #000;
            line-height: 160%;
            font-family: 'Gilroy';
            margin-bottom: 0;
            padding-bottom: 6px;
        }

        .mt-172p {
            margin-top: 100px;

        }

        .mb-172p {
            margin-bottom: 100px;
        }

        .mb-90p {
            margin-bottom: 90px;
        }

        .pt-172p {
            padding-top: 172px;
        }

        .pb-172p {
            padding-bottom: 172px;
        }

        .pb-90p {
            padding-bottom: 90px;
        }

        .img-btm-tile {
            font-size: 16px !important;
            ;
            font-weight: 400 !important;
            color: #000;
            line-height: 24px;
            font-family: 'Gilroy';
            margin-bottom: 0;
            padding-bottom: 6px;
        }

        .body-textp {
            font-size: 20px !important;
            ;
            font-weight: 500 !important;
            color: #000;
            line-height: 160%;
            font-family: 'Gilroy';
            margin-bottom: 0;
            padding-bottom: 6px;
        }

        p.para-normal {
            font-size: 20px;
            font-weight: 400;
            color: #000;
            font-family: 'Gilroy';
        }

        /* Links */
        a {
            text-decoration: none;
            color: inherit;
            cursor: pointer;
        }

        a:hover,
        a:focus {
            text-decoration: none;
            outline: none;
        }

        /* Images */
        img {
            max-width: 100%;
            height: auto;
            display: block;
            -o-object-fit: scale-down;
            object-fit: scale-down;
            border: 0;
        }

        /* Lists */
        ul,
        ol {
            list-style: none;
        }

        .navbar-toggler:focus {

            box-shadow: none;
        }

        /* Buttons */
        button {
            border: none;
            background: none;
            cursor: pointer;
        }

        button:focus,
        .btn:focus {
            box-shadow: none;
            outline: none;
        }

        a:hover,
        a:focus,
        a:active {
            background: none;
            text-decoration: none;
        }

        input,
        textarea,
        select,
        button {
            font-family: inherit;
            font-size: inherit;
        }

        button:focus,
        .btn:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        /* colr section */
        .nav-color {
            color: #555555;
        }

        .cmn-btn {
            color: #E55F41;
            border: 1px solid #E55F41;
            font-size: 20px;
            font-weight: 500;
            padding: 9px 30px;
            border-radius: 6px;
            font-family: 'Gilroy';
        }

        .cmn-btn:hover {
            color: #fff;
            background-color: #E55F41;
        }

        .common-btn-text-color {
            color: #E55F41;
        }

        .cmn-orange-border {
            border: 1px solid #E55F41;
        }

        .comn-clr1 {
            color: #12B1BD !important;
        }

        .cmn-h2 {
            font-size: 62px;
            color: #000;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        .cmn-h4 {
            font-size: 32px;
            color: #000;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        .eventSwiper .swiper-wrapper {
            transition-timing-function: linear !important;
        }

        .eventSwiper .swiper-slide {
            flex-shrink: 0;
            /* ya jo design ho */
        }

        .eventSwiper .swiper-slide {
            border-radius: 12px;
            overflow: hidden;
        }

        .eventSwiper img {
            width: 100%;
            height: auto;
            display: block;
        }

        .cmn-h5 {
            font-size: 20px;
            color: #12B1BD;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        .abt-p {
            font-size: 20px;
            color: #000;
            font-family: 'Gilroy';
            font-weight: 400;
        }

        /* colr section-end */
        /* navbar */
        .breadcrumb-nav {
            padding: 25px 0 30px;
            position: relative;
            z-index: 10;
            width: 100%;
        }

        .breadcrumb {
            background: transparent;
            padding: 0;
            margin: 0;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            list-style: none;
        }

        .breadcrumb-item {
            color: #ffffff;
            font-weight: 400;
        }

        .breadcrumb-item a {
            color: #ffffff;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .breadcrumb-item a:hover {
            color: #f0a500;
            text-decoration: none;
        }

        .breadcrumb-item.active {
            color: #f0a500;
            font-weight: 500;
        }

        .breadcrumb-item+.breadcrumb-item::before {
            content: "›";
            color: #ffffff;
            padding: 0 8px;
            font-size: 16px;
        }

        /* megamenu */
        .site-logo img {
            width: 262px;
            max-width: 100%;
            height: auto;
            display: block;
        }

        .mega-dropdown .nav-link .fa-caret-down {
            transition: transform 0.4s ease;
            display: inline-block;
        }

        .mega-dropdown.show .nav-link .fa-caret-down {
            transform: rotate(180deg);
        }

        .menu-tabs .tab-btn {
            border: none;
            background: transparent;
            font-weight: 600;
            font-size: 16px;
            padding-bottom: 6px;
            position: relative;
            cursor: pointer;
            transition: color .3s ease;
        }

        .menu-tabs .tab-btn.active {
            color: #0072ff;
        }

        .menu-tabs .tab-btn::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 0%;
            background: #0072ff;
            transition: width .4s ease;
        }

        .myTabs {
            display: flex;
            gap: 15px;
            cursor: pointer;
            margin-bottom: 10px;
            padding-left: 0;
        }

        .tab-navigation {
            display: flex;
            gap: 40px;
            border-bottom: 2px solid #E5E5E5;
            position: relative;
        }

        /* Tab Navigation Container */
        .myTabs.tab-navigation {
            display: flex;
            gap: 40px;
            cursor: pointer;
            margin-bottom: 0;
            padding-left: 0;
            border-bottom: 2px solid #E5E5E5;
            position: relative;
            max-width: 211px;
        }

        /* Tab Item Base Style */
        .myTabs li {
            font-size: 22px;
            font-family: 'Gilroy';
            font-weight: 400;
            color: #555555;
            padding: 16px 0;
            position: relative;
            border-bottom: none;
            transition: color 0.3s ease;
            cursor: pointer;
        }

        .myTabs li::before {
            display: none;
        }

        /* Active Tab - Text Color */
        .myTabs li.active {
            font-weight: 500;
            color: #12B1BD;
            /* Active turquoise color */
        }

        /* Active Tab - Border Bottom */
        .myTabs li.active::after {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #12B1BD;
            transition: all 0.3s ease;
        }

        /* Hover Effect */
        .myTabs li:hover {
            color: #12B1BD;
        }

        /* Tab Content */
        .tabContent {
            display: none;
        }

        .tabContent.active {
            display: block;
        }

        .myTabs li {
            font-size: 22px;
            font-family: 'Gilroy';
            font-weight: 500;
            color: #000;
        }

        .myTabs li.active {
            font-weight: 500;
            color: #12B1BD;
        }

        .tabContent {
            display: none;
        }

        .tabContent.active {
            display: block;
        }

        .menu-tabs .tab-btn.active::after {
            width: 100%;
        }

        /* FADE ANIMATION */
        .megamenu-tab .tab-content-wrap {
            min-height: 60px;
        }

        .megamenu-tab .tab-content {
            opacity: 0;
            visibility: hidden;
            transform: translateY(8px);
            transition: all .5s ease;
            /* slow motion */
            position: absolute;
        }

        .megamenu-tab .tab-content.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            position: static;
        }

        .brand-box {
            position: relative;
            display: block;
            padding: 25px 20px;
            background: #fff;
            border-radius: 10px;
            text-decoration: none;
            color: inherit;
            overflow: hidden;
            transition: all 0.35s ease;
            min-height: 240px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            width: 100%;
            padding: 20px 15px !important;
            min-height: 200px !important;
        }

        .mega-brand-img {
            width: 200px !important;
            height: 90px !important;
            object-fit: contain;
        }

        .mega-menu .col-lg-3 {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        /* White overlay on hover */
        .brand-box::after {
            content: "";
            position: absolute;
            inset: 0;
            background: #1581D9;
            opacity: 0;
            transition: opacity 0.4s ease-in-out;
            z-index: 1;
        }

        .brand-box:hover a {
            color: #fff;
        }

        /* Hover icon */
        .brand-hover-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: auto;
            transform: translate(-50%, -50%) scale(0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            font-size: 20px;
            transition: 0.3s ease;
            z-index: 5;
        }

        .brand-box:hover::after {
            opacity: 1;
        }

        .brand-box:hover .brand-hover-icon {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }

        .mega-brand-img {
            width: 230px;
            height: 110px;
            object-fit: contain;
        }

        .company-link::after {
            display: none !important;
        }

        .mega-menu {
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease, visibility 0.3s ease;
            visibility: hidden;
        }

        .mega-menu.show-menu {
            display: block !important;
            opacity: 1;
            visibility: visible;
        }

        .mega-menu {
            width: 100vw;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 0 0 12px 12px;
            border: none;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            background: #fff;
            display: none;
            position: absolute;
            top: 100%;
            z-index: 9999;
            opacity: 0;
            transition: opacity 0.3s ease, visibility 0.3s ease;
            visibility: hidden;
        }



        .mega-menu a {
            font-size: 18px;
            font-family: 'Gilroy';
            color: #000 !important;
            font-weight: 700 !important;
        }

        .mega-menu .tabContent p {
            font-size: 16px;
            color: #555555;
            margin-bottom: 18px;
            font-family: 'Gilroy';
            font-weight: 500;
        }

        .mega-menu .tabContent h6 a {
            font-size: 20px !important;
        }

        .trave-tech-awrd-sec {
            background-color: #14b1bd;
        }

        .trave-tech-awrd-sec {
            display: flex;
            align-items: center;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            justify-content: start;
            margin: 0 auto;
            width: 30%;
        }

        .award-row h3.logo-gren-shade {
            font-weight: bold;
        }

        img.award-link-img.d-inline-block.ms-2 {
            width: 10px;
            height: 10px;
        }

        .award-img img {
            max-width: 200px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            padding: 20px 0;
        }

        .trave-tech-awrd-sec h5 {
            font-size: 21px;
            font-family: 'Gilroy';
            color: #fff;
            font-weight: 500;
        }

        .trave-tech-awrd-sec p {
            font-size: 17px;
            font-family: 'Gilroy';
            color: #fff;
            font-weight: 500;
        }

        div#navbarNav ul li {
            padding-right: 10px;
        }

        div#navbarNav ul li:last-child {
            padding-right: 0px;
        }

        div#navbarNav ul li a {
            font-family: 'Gilroy';
            color: #555555;
            font-size: 18px;
            font-weight: bold;
        }

        div#navbarNav ul li:hover a {
            color: #12B1BD;
        }

        .navbar .nav-link.active {
            color: #12B1BD !important;
            font-weight: 600;
        }

        /* navbar-end */
        nav.navbar {
            transition: all 0.3s ease;
        }

        .sticky-shadow {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 9999;
            background-color: #fff;
            box-shadow: 0 2px 8px rgba(226, 226, 226, 0.6);
            transition: transform 0.5s ease, box-shadow 0.9s ease-in-out;
        }

        /* Hero Section */
        .hero {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: none;
            z-index: -1;
        }

        /* Overlay */
        .hero::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        .hero-content {
            z-index: 1;
            color: #fff;
            text-align: center;
            padding-top: 71px;
        }

        .hero-content h1 {
            font-family: 'Gilroy';
            color: #FFC31F;
            font-size: 62px;
            font-weight: 700;
        }

        .hero-content p {
            max-width: 77%;
            text-align: center;
            margin: 10px auto;
            font-family: 'Gilroy';
            font-size: 22px;
            padding-bottom: 21px;
        }

        .hero-content-btn a {
            background-color: #fff;
            margin: 0 10px;
            font-family: 'Gilroy';
            font-size: 20px;
            font-weight: 400;
            padding: 15px 31px;
            border-radius: 10px;
            transition: 0.5s ease-in-out;
        }

        .hero-content-btn a:hover {
            background-color: #E55F41;
            color: #fff;
        }

        .counter-section {
            background-size: cover;
            background-position: center;
            color: white;
            padding: 50px 0;
            position: relative;
            overflow: hidden;
            z-index: 2;
        }

        .counter-box {
            text-align: center;
            padding: 20px;
            position: relative;
        }

        .counter-box::after {
            content: "";
            position: absolute;
            background-color: #ffffff42;
            height: 100px;
            width: 2px;
            right: 0px;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .counter-box:last-child::after {
            content: "";
            display: none;
        }

        .counter-number {
            font-size: 48px;
            font-weight: bold;
            color: #fff;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .counter-text {
            font-family: 'Gilroy';
            font-size: 22px;
            margin-top: 10px;
            font-weight: 400;
            text-align: center;
        }

        .slider-container {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 50px;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .awards-badge {
            position: absolute;
            right: 50px;
            bottom: 20px;
            text-align: center;
        }

        .awards-badge img {
            width: 100px;
        }

        .counter-number-container {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .glob-counter,
        .plus-icon {
            display: inline-block;
            vertical-align: middle;
            /* 🔥 KEY FIX */
        }

        .plus-icon {
            font-size: 49px;
            font-weight: bold;
            margin-left: 12px;
            color: #fff;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
            height: auto;
            margin-top: -16px;
        }

        .award-slide-right {
            width: 10%;
            position: relative;
        }

        .counter-left {
            width: 1317px;
        }

        .my-swiper-container {
            position: absolute;
            width: 82px;
            height: 109px;
            overflow: hidden;
            top: 30%;
            left: 48%;
            transform: translate(-50%, -50%);
        }

        .my-swiper-container .swiper-slide img {
            width: 66px !important;
            height: 92px !important;
            object-fit: contain;
            display: block;
        }

        img.main-image {
            display: block;
            object-fit: cover;
            width: 163px;
            height: 131px;
        }

        .award-slide-right .parent-container>img {
            position: relative;
            overflow: visible;
            width: 163px;
            display: flex;
            justify-content: center;
            z-index: 99;
            height: 120px;
        }

        .total-awards-badge {
            margin-top: 12px;
        }

        .total-awards-badge h3 strong {
            font-size: 18px;
            font-weight: bold;
            font-family: 'Gilroy'
        }

        .total-awards-badge h3 {
            font-size: 16px;
            font-weight: 400;
            font-family: 'Gilroy';
            padding-left: 16px;
        }

        /* Hero Section end */
        .hotel-swiper-container {
            width: 100%;
            padding: 20px 0;
        }

        .logo-swiper .swiper-slide img {
            height: 55px;
            width: auto;
            object-fit: contain;
            display: block;
            margin: 0 auto;
        }

        .hote-slide .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 80px;
        }

        .hote-slide .swiper-slide img {
            width: 100%;
            object-fit: contain;
            transition: all 0.3s ease;
            text-align: center;
            margin: 0 auto;
            max-height: 60px;
            max-width: max-content;
        }

        .hote-slide .swiper-slide img:hover {
            filter: grayscale(0%);
            opacity: 1;
        }

        /* about-us-sec */
        .banner-content.text-center {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 99;
            transform: translate(-50%, -50%);
            width: 100%;
        }

        .about-us-sec {
            position: relative;
            overflow: hidden;
            margin-top: 80px;
            padding-top: 100px;
        }

        .about-us-sec::before {
            content: "";
            position: absolute;
            inset: 0;
            background: url("../Img/word.png") no-repeat center / cover;
            opacity: 0.6;
            z-index: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        /* keep text above background */
        .about-us-sec>* {
            position: relative;
            z-index: 1;
        }

        .glob-counter {
            color: #12B1BD;
            font-size: 48px;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        .glob-sec .counter-box::after {
            content: "";
            position: absolute;
            background-color: #000;
        }

        .glob-sec .counter-box:first-child {
            text-align: left !important;
        }

        /* .glob-sec .row>.counter-box:first-child .counter-number-container {
            justify-content: flex-start;
        }

        .glob-sec .row>.counter-box:last-child .counter-number-container {
            justify-content: flex-end;
        } */

        .glob-sec .counter-box:last-child {
            text-align: right !important;
        }

        .glob-sec .counter-box:not(:first-child):not(:last-child) {
            text-align: center;
        }

        .glob-sec {
            margin-top: 100px;
        }

        .discover-btn {
            margin-top: 10%;
            text-align: end;
        }

        .ribbon-slider {
            overflow: hidden;
            background: #000;
            transform: rotate(-3deg);
            height: 80px;
            display: flex;
            align-items: center;
        }

        .ribbon-track {
            display: flex;
            width: max-content;
            animation: marquee 40s linear infinite;
        }

        .ribbon-item {
            color: #fff;
            font-size: 50px;
            font-weight: 700;
            white-space: nowrap;
            margin-right: 60px;
            flex-shrink: 0;
        }

        .transparent-text {
            color: transparent;
            -webkit-text-stroke: 1px #fff;
        }

        section.facility-slieds {
            margin-top: 200px;
            margin-bottom: 160px;
        }

        /* SMOOTH LOOP */
        @keyframes marquee {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }

        .section-gap {
            margin-top: 8%;
            margin-bottom: 150px
        }

        /* brand-section */
        .brand-card {
            background: #fff;
            border: 1px solid #eee;
            padding: 30px;
            border-radius: 6px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 625px;
            height: auto !important;
        }

        .brand-logo {
            width: 100%;
            margin-bottom: 10px;
            height: 100px;
            max-width: 200px;
        }

        .brand-card p {
            font-size: 17px;
            font-family: 'Gilroy';
            font-weight: 400;
            color: #555;
            padding-top: 26px;
        }

        .brand-card ul {
            text-align: left;
            font-size: 14px;
            color: #444;
            margin: 10px 0;
            padding-left: 10px;
        }

        .explore-btn {
            color: #E55F41;
            border: 1px solid #E55F41;
            font-size: 20px;
            font-weight: 500;
            padding: 9px 30px;
            border-radius: 8px;
            text-decoration: none;
            transition: 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Gilroy';
        }

        .explore-btn:hover {
            color: #fff;
            background-color: #E55F41;
        }

        .explore-btn:hover span img {
            filter: brightness(0) invert(1);
        }

        .brand-card ul li {
            font-size: 17px;
            font-family: 'Gilroy';
            font-weight: 500;
            color: #000;
            position: relative;
            margin-bottom: 11px;
        }

        .brand-card ul li::before {
            content: "";
            position: absolute;
            left: -14px;
            top: 50%;
            transform: translateY(-50%);
            background-color: #E55F41;
            width: 4px;
            height: 4px;
            border-radius: 20px;
        }

        .brand-slider-wrap {
            position: relative;
        }

        .brand-slider-wrap .brand-arrow-box {
            position: absolute;
            top: -100px;
            right: 20px;
            display: flex;
            gap: 22px;
            z-index: 10;
        }

        .brand-arrow-box .swiper-button-prev,
        .brand-arrow-box .swiper-button-next {
            position: relative;
            width: 64px;
            height: 64px;
            background: #fff;
            border: 1px solid #000;
            border-radius: 50%;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s ease-in-out;
        }

        .brand-arrow-box .swiper-button-prev:hover {
            background-color: #E55F41;
            color: #fff;
            border: 1px solid #E55F41;
        }

        .brand-arrow-box .swiper-button-next:hover {
            background-color: #E55F41;
            color: #fff;
            border: 1px solid #E55F41;
        }

        .brand-arrow-box .swiper-button-prev::after,
        .brand-arrow-box .swiper-button-next::after {
            font-size: 11px;
            color: #000;
        }

        .brand-arrow-box .swiper-button-prev,
        .brand-arrow-box .swiper-button-next {
            color: #000;
            width: 64px;
            height: 64px;
            padding: 16px;
        }

        .anchorelink-arrow img {
            width: 64px;
            height: 64px;
        }

        section.band-sec {
            margin: 146px 0;
        }

        /* brand-section-end */
        /* sangath-sec */
        .discovers-btn a {
            padding: 12px 46px;
            transition: 0.5s ease-in-out;
            font-weight: bold;
            font-family: 'Gilroy';
            font-size: 18px;
        }

        .discovers-btn:hover a {
            background-color: #E55F41;
        }

        .heart-container {
            position: relative;
            display: inline-block;
        }

        .sangath-sec {
            padding: 80px 0;
            position: relative;
        }

        .rr {
            position: absolute;
            top: 18%;
            z-index: 1;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        img.heart-beat {
            width: 113px;
            height: auto;
        }

        .sangath-sec .row>div {
            padding: 0 !important;
        }

        .sangath-sec img {
            display: block;
            width: 100%;
            height: auto;
        }

        .sangath-para-tile {
            max-width: 67%;
            margin: 0 auto;
        }

        .sangath-sec img {
            max-width: 100%;
            height: auto;
        }

        /* sangath-sec */
        section.accreditation-section {
            padding: 100px 0;
            padding-top: 0;

        }

        .Accreditation .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 150px;
        }

        .Accreditation img {
            max-width: 100%;
            height: auto;
        }

        .partner-with-us-sldie {
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .partnet-us-width {
            padding: 0 40px;
        }

        .partner-with-us-sldie .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        /* Bounce effect on slide transition */
        .partner-with-us-sldie .swiper-wrapper {
            transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
        }

        .partner-with-us .slide-item {
            position: relative;
        }

        .partner-with-us .slide-item img {
            display: block;
            width: 100%;
            height: 100vh;
            border-radius: 8px;
        }

        /* Overlay centered middle & full width */
        .partner-with-us .slide-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            text-align: center;
            padding: 18px 0px;
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
            color: #fff;
        }

        .partner-with-us .slide-overlay h3 {
            font-size: 48px;
            font-weight: bold;
            font-family: 'Gilroy';
            margin-bottom: 0px;
        }

        .partner-with-us .slide-overlay p {
            font-size: 20px;
            margin-bottom: 0px;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        /* testimonial-sec */
        .testimonials-section .zig-card {

            min-height: 414px;

        }

        #customVideoPopup {
            position: fixed;
            inset: 0;
            display: none;
            z-index: 999999;
        }

        #customVideoPopup.active {
            display: block;
        }

        .popup-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.7);
        }

        .popup-content {
            position: absolute;
            width: 80%;
            max-width: 900px;
            height: 500px;
            margin: 0 auto;
            background: #000;
            z-index: 1;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .popup-content iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }

        .popup-close {
            position: absolute;
            top: -40px;
            right: 0;
            background: none;
            color: #fff;
            font-size: 30px;
            border: 0;
            cursor: pointer;
        }

        .testimonial-se-inner h5 {
            font-size: 26px;
            font-weight: 500;
            font-family: 'Gilroy';
        }

        .testimonial-bg1 {
            background-image: url(../Img/test-bg1.png);
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 11px;
        }

        .testimonial-bg2 {
            background-image: url(../Img/test-bg2.png);
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 11px;
        }

        .testimonial-bg3 {
            background-image: url(../Img/test-bg3.png);
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 11px;
        }

        .w-60 {
            width: 60%;
        }

        .w-40 {
            width: 40%;
        }

        .swiper-wrapper {
            transition-timing-function: linear !important;
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #000;
        }

        .team-say-sec .team-card {
            position: relative;
            overflow: hidden;
            border-radius: 16px;
            height: 480px;
        }

        /* IMAGE */
        .team-say-sec .team-card img {
            width: 100%;
            height: 100%;
            object-fit: none;
            display: block;
        }

        .team-say-sec .team-name-position.always-visible {
            position: absolute;
            bottom: 20px;
            left: 17px;
            color: #fff;
            z-index: 3;
        }

        .team-say-sec .team-name-position h6 {
            margin: 0;
            font-size: 18px;
        }

        .team-say-sec .team-name-position small {
            opacity: 0.85;
        }

        /* OVERLAY (HOVER ONLY) */
        .team-say-sec .team-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), transparent);
            transform: translateY(100%);
            transition: transform 0.45s ease;
            z-index: 1;
        }

        /* HOVER CONTENT */
        .team-say-sec .team-hover-content {
            position: absolute;
            top: 17%;
            left: 20px;
            right: 20px;
            color: #fff;
            transform: translateY(41px);
            opacity: 0;
            transition: transform 0.45s ease, opacity 0.45s ease;
            z-index: 2;
        }

        .team-say-sec .team-card:hover .team-hover-content {
            transform: translateY(0);
            opacity: 1;
        }

        .team-say-sec .team-quote {
            font-size: 15px;
            line-height: 1.6;
            opacity: 0.95;
            font-weight: 500;
            font-family: 'Gilroy';
            position: relative;
        }

        /* Common */
        .team-quote .quote {
            position: absolute;
            width: 28px !important;
            height: auto !important;

            pointer-events: none;
        }

        /* Left */
        .team-quote .quote-right {
            top: -31px;
            left: 0;
        }

        /* Right */
        .team-quote .quote-left {
            bottom: -30px;
            left: 0;
        }

        /* HOVER ACTION */
        .team-say-sec .team-card {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
        }

        .team-say-sec .team-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.45), transparent);
            z-index: 1;
            pointer-events: none;
        }

        .team-say-sec .team-card:hover .team-overlay {
            transform: translateY(0);
        }

        .team-say-sec .team-card:hover .team-hover-content {
            transform: translateY(0);
        }

        .team-say-sec {
            margin: 96px 0px;
        }

        .team-say-ppl .zig-right {
            position: relative;
        }

        .team-say-ppl .zig-right .team-name-position {
            position: absolute;
            bottom: 4%;
            color: #fff;
            left: 6%;
        }

        .team-name-position h6 {
            font-size: 22px;
            font-family: 'Gilroy';
            font-weight: 500;
            margin-bottom: 0;
        }

        .team-name-position small {
            font-size: 16px;
            font-family: 'Gilroy';
            font-weight: 400;
        }

        .testimonial-sec .brand-arrow-box {
            position: absolute;
            right: 42px;
            bottom: 40px;
            z-index: 0;
        }

        /* testimonial-sec-end */
        /* career-sec */
        .career-content small {
            font-size: 26px;
            font-weight: 500;
            font-family: 'Gilroy';
        }

        .career img {
            width: 100%;
            height: auto;
            display: block;
        }

        .career>div {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .career {
            width: 100vw;
            margin-left: calc(-50vw + 50%);
        }

        .bg-white.career-card {
            padding: 60px 63px;
        }

        section.inverst-ur-tomrow-sec h3 {
            font-size: 32px;
            font-weight: 500;
            font-family: 'Gilroy';
            padding-top: 16px;
        }

        .career-grid-sec {
            padding: 60px 0;
            overflow: hidden;
        }

        .career-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(2, 400px);
            /* Height control yaha se hoga */
            position: relative;
        }

        .grid-item {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .grid-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* IMPORTANT */
        }



        .grid-item:hover .grid-img {
            transform: scale(1.05);
            /* soft zoom */
        }




        /* Center Card */
        .career-content {
            background: #fff;
            border-radius: 6px;
            padding: 48px;
            text-align: center;
            z-index: 2;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: absolute;
            top: 50%;
            left: 50%;
            right: auto;
            transform: translate(-50%, -50%);
            width: 63%;
        }


        .career-content h5 {
            color: #0aa;
            margin-bottom: 8px;
            font-weight: bold;
            font-family: 'Gilroy';
            font-size: 26px;
        }

        .career-content h2 {
            font-size: 36px;
            margin-bottom: 12px;
        }

        .career-content p {
            font-size: 15px;
            color: #555;
            margin-bottom: 20px;
        }

        .explore-btn {
            display: inline-block;
            padding: 10px 26px;
            border: 1px solid #ff6b4a;
            color: #ff6b4a;
            border-radius: 6px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .explore-btn:hover {
            background: #ff6b4a;
            color: #fff;
        }

        .career-sec {
            background-image: url(../Img/Careers.png);
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            background-position: center;
            min-height: 100%;
            height: 100vh;
        }

        .career-grid-sec {
            width: 100%;
            overflow: hidden;
        }

        .career {
            width: 100vw;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
        }

        .career .container {
            max-width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .career img {
            width: 100% !important;
            height: auto !important;
            display: block;
        }

        .career-sec .cmn-h5 {
            font-size: 26px;
            font-family: 'Gilroy';
        }

        .career-sec h4 {
            font-size: 26px;
            font-family: 'Gilroy';
            font-weight: 500;
        }

        /* career-sec-end */
        section.news-section {
            /* padding-top: 97px; */
            margin-bottom: 97px;
        }

        /* travel-exp-section */
        .travel-exp-section {
            background-color: #12B1BD;
            padding: 102px 0;
            margin: 127px 0px;
        }

        .travel-exp-section h2 {
            font-size: 72px;
            font-weight: 500;
            font-family: 'Gilroy';
        }

        .travel-exp-section a {
            font-size: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
            border: 1px solid #fff;
            border-radius: 8px;
            padding: 11px 32px;
            margin: 0 10px;
        }

        section.travel-exp-section a:hover {
            background-color: #E55F41;
            border: 1px solid #E55F41;
        }

        /* travel-exp-section-end */
        .news-card .abt-p {
            font-size: 17px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }


        .news-card {
            width: 371px;
            height: 558px;
            overflow: hidden;
        }

        .news-slide span.badge-news {
            background-color: #12B1BD;
            font-family: 'Gilroy';
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            padding: 0px 5px;
        }

        .news-meta small {
            font-family: 'Gilroy';
            font-size: 16px;
            font-weight: 400;
        }

        .news-title {
            font-family: 'Gilroy';
            font-size: 26px;
            font-weight: 400;
        }

        .news-slide-wrap .brand-arrow-box {
            position: absolute;
            top: -170px;

            right: 20px;
            display: flex;
            gap: 22px;
            z-index: 10;
        }

        .news-card {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            width: 100%;
            height: 558px;
            transition: all 0.9s ease-in-out;
            display: flex;
            flex-direction: column;
            margin: auto;
        }

        /* Default image section */
        /* Hidden overlay title */
        .news-title-overlay {
            position: absolute;
            bottom: 20px;
            left: 20px;
            right: 20px;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            opacity: 0;
            z-index: 3;
            transition: opacity 0.9s ease-in-out;
        }

        .news-card img {
            width: 100%;
            object-fit: cover;

            z-index: 1;
        }

        /* Hover states */
        .news-card:hover .card-body {
            opacity: 0;
        }

        .news-card:hover img {
            height: 280px;
            transform: none;
        }

        .news-card:hover .card-body {
            opacity: 0;
            transform: translateY(20px);
        }

        .news-card:hover .news-title-overlay {
            opacity: 1;
        }

        .news-card::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 280px;
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
            opacity: 0;
            transition: opacity 0.6s ease-in-out;
            z-index: 2;
        }

        .news-card:hover img {
            height: 100%;
        }

        .news-card:hover .news-title-overlay {
            opacity: 1;
        }

        /* Extra Styling */
        .news-slide span.badge-news {
            background-color: #12b1bd;
            font-family: 'Gilroy';
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            padding: 1px 9px;
        }

        .news-meta small {
            font-family: 'Gilroy';
            font-size: 16px;
            font-weight: 400;
        }

        .news-title {
            font-family: 'Gilroy';
            font-size: 26px !important;
            font-weight: 500;
        }

        .badge-news {
            background-color: #17a2b8;
            color: white;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 0.8rem;
        }

        /* events -sec */
        section.event-section {
            background-color: #F9F9F9;
            padding-top: 154px;
            padding-bottom: 143px;
            margin-bottom: 155px;
        }

        .event-slide-wrap .brand-arrow-box {
            position: absolute;
            bottom: 100px;
            right: 20px;
            display: flex;
            gap: 22px;
            z-index: 10;
        }

        .event-slide-wrap img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
        }

        .event-section .swiper-slide {
            height: 392px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            /* safe */
            border-radius: 20px;
            background: #fff;

        }

        .event-section .swiper-slide img {
            max-width: 100%;
            max-height: 100%;
            display: block;
        }

        .brand-arrow-box {
            margin-top: 20px;
        }

        .eventsSwiper {
            width: 100%;
            height: 100%;
        }

        .eventsSwiper .swiper-slide {
            flex-shrink: 0;
        }

        .eventsSwiper .swiper-slide img {
            width: 100%;
            height: 332px;
            object-fit: cover;
            display: block;
        }

        .event-slide-wrap {
            padding-top: 79px;
            padding-bottom: 190px;

        }

        .event-section .swiper-slide {
            height: 390px;
            border-radius: 16px;
            overflow: hidden;
        }

        .event-section .swiper-slide {
            height: 392px;
            /* Figma height */
            border-radius: 16px;
            overflow: hidden;
        }

        .eventSwiper .swiper-slide {
            flex-shrink: 0;
            /* ya jo design ho */
        }

        .eventSwiper .swiper-slide {
            width: auto !important;
            margin-right: 60px !important;
        }

        .eventSwiper {
            padding-bottom: 60px;
        }

        .eventSwiper .swiper-slide {
            height: 350px;
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
        }

        .eventSwiper .swiper-slide img {
            width: 100%;
            height: 400px;

        }

        /* events -sec-end */
        /* footer */
        /* Banner Section */
        .banner-section {
            background-color: #f8f9fa;
            padding: 20px 0;
            text-align: center;
        }

        .banner-section img {
            max-width: 100%;
            height: auto;
            margin: 0 5px;
        }

        .banner-size {
            color: #007bff;
            font-weight: bold;
            margin-top: 10px;
        }

        /* Footer */
        .footer {
            background-color: #555555;
            color: #fff;
            padding: 30px 0 40px;
            font-family: 'Gilroy';
        }

        .footer-content {
            padding: 30px 20px;
        }

        /* Logo */
        .footer-logo img {
            width: 250px;
            height: auto;
            margin-bottom: 20px;
        }

        /* Divider */
        .divider {
            border: none;
            border-top: 1px solid #000;
            margin: 29px 0;
        }

        span.since-1999 {
            font-family: 'Gilroy';
            font-size: 80px;
            font-weight: bold;
            color: #FFC31F;
        }

        /* Nav */
        .footer-nav {
            background-color: #464646;
            padding: 10px;
        }

        .footer-nav .nav-link {
            color: #fff !important;
            padding: 10px 15px;
            font-size: 15px;
            font-family: 'Gilroy';
            text-decoration: none;
            transition: 0.4s ease-in-out;
            font-weight: 500;
        }

        /* Descriptions */
        .footer-description p {
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            font-family: 'Gilroy';
        }

        .footer-description h4 {
            font-size: 20px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        li.quick-link-li {
            font-size: 22px;
            font-weight: 500;
            font-family: 'Gilroy';
            color: #fff;
        }

        /* Contact */
        .contact-us-main {

            background-color: #FAFAFA;
            padding-top: 80px;
        }

        .contact-us-main h2 {
            font-size: 48px;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        .contact-us-main h3 {
            font-size: 42px;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        .contact-list li {
            display: flex;
            gap: 10px;
            margin-bottom: 6px;
            font-size: 14px;
        }

        .contact-list .label {
            min-width: 80px;
            font-weight: bold;
            color: #ffffff;
            font-size: 16px;
            font-family: 'Gilroy';
        }

        .contact-info a {
            font-family: 'Gilroy';
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }

        .contact-info p {
            margin-bottom: 5px;
            font-size: 14px;
        }

        .contact-info h4 {
            font-size: 20px;
            font-family: 'Gilroy';
            font-weight: bold;
            line-height: 160%;
        }

        .contact-us-hero .breadcrumb-item a {
            color: #fff !important;
        }

        .contact-us-hero .breadcrumb-item+.breadcrumb-item::before {
            content: ">>";
            color: #fff !important;
        }

        /* Social Icons */
        .social-icons a {
            display: block;
            color: #fff;
            margin-bottom: 8px;
            font-size: 18px;
            text-decoration: none;
        }

        /* Company Section */
        .company-images {
            width: 47%;
            margin-top: 20px;
        }

        .company-images img {
            width: 100%;
            height: 125px;
            object-fit: cover;
            margin-bottom: 10px;
        }

        .company-images h5 {
            font-size: 22px;
            font-weight: bold;
            font-family: 'Gilroy';
            padding-top: 30px;
        }

        .company-images p {
            font-size: 16px;
            font-weight: 400;
            font-family: 'Gilroy';
        }

        /* Form */
        input.form-control,
        textarea.form-control {
            background-color: #454545 !important;
            color: #fff;
            border: none;
            margin-bottom: 12px;
            height: 45px;
        }

        .form-section {
            background-color: #555555;
            padding: 30px;
            border: 1px solid #464646;
            border-radius: 5px;
        }

        .form-control::placeholder {
            color: #fff !important;
            font-family: 'Gilroy' !important;
            font-size: 11px;
        }

        .form-section h2 {
            color: #fff;
            font-size: 42px;
            margin-bottom: 20px;
        }

        .form-control {
            background-color: #454545;
            color: #fff;
            border: none;
            margin-bottom: 12px;
            height: 45px;
        }

        .social-icons h4 {
            font-size: 20px;
            font-family: 'Gilroy';
            font-weight: bold;
            line-height: 160%;
        }

        .form-control::placeholder {
            color: #aaa;
        }

        textarea.form-control {
            height: 100px;
        }

        .btn-submit {
            background-color: #fff;
            color: #E55F41;
            border: none;
            padding: 12px;
            font-weight: 400;
            width: 100%;
            font-size: 18px;
            font-family: 'Gilroy';
        }

        input .btn-submit {
            font-size: 20px !important;
            font-family: 'Gilroy';
            font-weight: 400;

        }

        /* Partner Logos */
        .partner-logo-width {
            width: 180px;
        }

        .partner-logos {
            background-color: #464646;
            padding: 20px 30px;
            text-align: center;
        }

        .partner-logo {
            min-height: 42px;
            max-width: 100%;
            filter: inherit;
            display: block;
            object-fit: contain;
        }

        .social-icons a {
            display: inline-block;
            padding-left: 20px;
        }

        .social-icons a:first-of-type {
            padding-left: 0;
        }

        .partener-sub-btn:hover {
            background-color: #E55F41;
            color: #fff;
        }

        /* footer-end */

        /* event-tab-page */
        .event-hero {
            position: relative;
            height: 100vh;
            background-image: url(../Img/delhi-bg.jpg);
            background-size: cover;
            background-position: 0px 70%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            background-repeat: no-repeat;
        }

        .news-hero {
            position: relative;
            min-height: 90vh;
            background-image: url("../Img/news-banner.jpg");
            background-size: cover;
            background-position: center 25%;
            /* 👈 key line */
            background-repeat: no-repeat;
        }

        .news-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to top,
                    rgba(0, 0, 0, 0.85) 0%,
                    rgba(0, 0, 0, 0.55) 40%,
                    rgba(0, 0, 0, 0.1) 70%,
                    rgba(0, 0, 0, 0) 100%);
            z-index: 1;
        }

        .news-hero-text {
            position: absolute;
            bottom: 60px;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            color: #fff;
            z-index: 2;
            width: 60%;
        }

        a.read-more-news-btn {
            color: #E55F41;
            font-size: 20px;
            font-weight: 500;
            background-color: #fff;
            border-radius: 8px;
            padding: 13px 29px;
            margin-top: 26px;
            display: inline-block;
        }

        a.read-more-news-btn:hover {
            background-color: #E55F41;

            color: #fff;
        }

        .news-hero-text h3 {
            font-family: "Literata", serif;
            font-style: italic;
            font-size: 60px;
            font-weight: 600;
            line-height: 66px;
            color: #fff;
        }

        .event-center-block {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            padding-top: 100px;
        }

        .event-center-block img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 292px;
            height: auto;
            object-fit: cover;
        }

        .fitur-wrap img {
            margin-left: 0;
        }

        .fitur-img {
            height: 80px;
            width: auto;
        }

        .event-center-block h3 {
            color: #fff;
            font-family: "Literata", serif;
            font-weight: 600;
            font-style: italic;
            font-size: 60px;
        }

        .booth-details span {
            color: #FFC31F;
        }

        .booth-details p {
            border: 1px solid #fff;
            border-radius: 100px;
            margin-bottom: 0;
            padding: 8px 35px;
            font-size: 24px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .booth-details {
            margin-top: 16px;
        }

        .booth-details p span {
            display: inline-block;
            margin-right: 10px;
        }

        .met-us-btn a {
            font-size: 20px;
            color: #E55F41;
            font-weight: 400;
            border: 1px solid #fff;
            background-color: #fff;
            border-radius: 8px;
            padding: 14px 29px;
            display: inline-block;
        }

        .met-us-btn {
            margin-top: 45px;
        }

        /* Event Slider Wrapper */
        .event-slider-wrapper {
            position: absolute;
            right: 0;
            top: 550px;
            width: 40% !important;
            z-index: 10;
        }

        .event-slide-card img {
            width: 338px;
            height: 260px;
            object-fit: scale-down;
        }

        /* Event Info */
        .event-slide-info {
            padding: 15px;
            background: #fff;
        }

        .event-slide-date {
            font-size: 12px;
            color: #666;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .event-slide-title {
            font-size: 15px;
            font-weight: 700;
            color: #333;
            margin: 0;
            line-height: 1.3;
        }

        /* Navigation Buttons */
        .event-slider-nav {
            position: absolute;
            bottom: -44px;
            right: 301px;
            display: flex;
            gap: 10px;
            z-index: 20;
        }

        .event-nav-btn {
            width: 40px;
            height: 40px;
            border: 1px solid #fff;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            transition: all 0.3s ease;
        }

        .event-nav-btn:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .event-nav-btn svg {
            width: 20px;
            height: 20px;
            color: #fff;
        }

        /* event-tab-page-end */
        /* event-tabs-sec */
        .date-filters {
            display: inline-flex;
            gap: 0;
            align-items: center;
            border: 1px solid #E2E2E2;
            border-radius: 6px;
            background: white;
            padding: 10px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        }

        .select-arrow {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            transition: transform 0.2s ease;
        }

        .select-arrow svg {
            width: 14px;
            height: 14px;
            fill: #6b7280;
        }

        .select-trigger.active .select-arrow {
            transform: translateY(-50%) rotate(180deg);
        }

        .options-list {
            position: absolute;
            top: calc(100% + 4px);
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 6px;
            max-height: 280px;
            overflow-y: auto;
            z-index: 1000;
            display: none;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }

        .options-list.active {
            display: block;
            animation: fadeIn 0.15s ease;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-4px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .option-item {
            padding: 10px 16px;
            cursor: pointer;
            transition: background 0.15s ease;
            font-size: 15px;
            color: #374151;
        }

        .option-item:hover {
            background: #f3f4f6;
        }

        .option-item.selected {
            background: #eff6ff;
            color: #2563eb;
            font-weight: 500;
        }

        /* Scrollbar styling */
        .options-list::-webkit-scrollbar {
            width: 6px;
        }

        .options-list::-webkit-scrollbar-track {
            background: transparent;
        }

        .options-list::-webkit-scrollbar-thumb {
            background: #d1d5db;
            border-radius: 3px;
        }

        .options-list::-webkit-scrollbar-thumb:hover {
            background: #9ca3af;
        }

        section.event-tabs-sec ul.nav.header-tabs li {
            padding: 0 5px;
            margin: 0 20px;
        }

        section.event-tabs-sec ul.nav.header-tabs li:first-child {
            margin-left: 0;
        }

        section.event-tabs-sec ul li.page-item.active a {
            background-color: #E55F41;
            border: 1px solid #E55F41;
            color: #fff;
        }

        section.event-tabs-sec ul li a {
            font-size: 32px;
            font-weight: 500;
            color: #000;
            font-family: 'Gilroy';
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            display: block;
        }

        section.event-tabs-sec ul li .nav-link {
            font-size: 32px;
            font-weight: bold;
            color: #000;
            font-family: 'Gilroy';
            padding: 0;
            position: relative;
        }

        .header-tabs .nav-link.active {
            color: #1fb6c9;
            /* figma cyan */
        }

        .header-tabs .nav-link.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 100%;
            height: 3px;
            background-color: #1fb6c9;
            border-radius: 2px;
        }

        section.event-tabs-sec {
            margin-top: 80px;
        }

        .events-card-sec .event-card {
            overflow: hidden;
            background: #fff;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            border-radius: 14px;
            position: relative;
        }

        .event-img {
            position: relative;
            overflow: hidden;
            border-radius: 14px 14px 0 0;
        }

        .event-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .event-year-dropdown {
            position: absolute;
            top: -91px;
            right: 4%;
        }

        .news-year-dropdown {
            position: absolute;
            top: -91px;
            right: 4%;
        }

        #newsYearSelect {
            outline: none !important;
            box-shadow: none !important;
            border: none;
        }

        #newsYearSelect:focus {
            outline: none !important;
            box-shadow: none !important;
            border: none;
        }

        .status-badge {
            position: absolute;
            top: -5px;
            right: 0px;
            color: #FF5C39;
            font-weight: 700;
            font-size: 26px;
            padding: 6px 8px;
            border-radius: 20px 0 0 20px;
        }

        .event-news-tab-content .event-s-img {
            position: absolute;
            bottom: 0;
            left: 0px;
            width: 118px;
            height: auto;
            z-index: 10;
        }

        .event-news-tab-content .event-s-img img {
            max-width: 90%;
            height: 100%;
            object-fit: contain;
        }

        .event-news-tab-content .event-body {
            padding: 30px 0 18px;
            position: relative;
        }

        .event-news-tab-content .event-meta {
            font-size: 22px;
            margin-bottom: 8px;
            font-weight: 500;
            font-family: 'Gilroy';
            display: flex;
            gap: 21px;
            align-items: center;
        }

        .event-news-tab-content .location {
            color: #D95B2B;
            font-weight: 500;
            font-family: 'Gilroy';
            font-size: 22px;
        }

        .date {
            margin-left: 6px;
            color: #000;
            font-weight: 400;
            font-family: 'Gilroy';
            font-size: 20px;
        }

        .event-title {
            font-family: 'Gilroy';
            font-size: 32px;
            font-weight: bold;
            margin: 16px 0 15px;
            color: #000;
        }

        .event-desc {
            font-size: 20px;
            color: #000;
            line-height: 1.6;
            margin: 0;
            font-family: 'Gilroy';
        }

        .event-desc a {
            color: #000;
            font-weight: 400;
            text-decoration: underline;
            font-family: 'Gilroy';
        }

        .event-news-tab-content .event-card {
            margin-bottom: 60px;
        }

        h3.event-participated {
            font-size: 62px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .news-source {
            justify-content: center;
        }


        .news-item {
            background: white;
            border-radius: 3px;
            padding: 1.5rem;
            margin-bottom: 60px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s ease;
            border: 1px solid #e2e2e27a;
            border-radius: 6px;
        }

        .news-item:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .news-source p {
            color: #000;
            font-size: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
            margin-bottom: 0px;
        }

        .source-logo {
            height: 24px;
            object-fit: contain;
        }

        .source-name {
            font-weight: 600;
            font-size: 0.875rem;
            color: #495057;
        }

        .news-date {
            font-size: 20px;
            color: #000;
            font-family: 'Gilroy';
        }

        .news-card {
            width: auto;
            height: 500px;
            overflow: hidden;
        }

        .news-meta {
            padding-bottom: 16px;
        }

        .news-card img {
            width: 100%;
            height: 50%;
            object-fit: cover;
            transition: 0.5s ease;
        }

        .news-card .card-body {
            position: absolute;
            top: 50%
        }

        .news-title {
            font-family: 'Gilroy';
            font-size: 40px;
            font-weight: bold;
            color: #000;
            line-height: 100%;
            margin-bottom: 5px;
        }

        .news-title:hover {
            cursor: pointer;
        }

        section.news-description {
            color: #000;
            font-size: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
        }

        .badge-source {
            display: inline-block;
            padding: 0.25rem 0.75rem;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 4px;
        }

        .badge-travelweekly {
            background-color: #e3f2fd;
            color: #1565c0;
        }

        .badge-expansion {
            background-color: #fce4ec;
            color: #c2185b;
        }

        .badge-travelvideoplus {
            background-color: #fff3e0;
            color: #e65100;
        }

        .news-source-left {
            width: 20%;
        }

        .news-source-left img {
            width: auto !important;
            max-width: 120px;
            height: auto !important;
            min-width: unset;
            margin: 0 auto 8px;
            display: block;
            object-fit: contain;
        }

        .news-card:hover {
            transform: translateY(-4px);
        }

        .news-card-link {
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .news-card-link:hover .news-card {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
            transition: all 0.9s ease-in-out;
            cursor: pointer;
            height: 500px;
            width: 100%;
        }

        .news-source-right {
            width: 60%;
            display: flex;
            align-items: baseline;
            justify-content: center;
            flex-direction: column;
        }

        .event-hero {
            min-height: 700px;
            padding: 40px 20px;
        }

        .fitur-img {
            height: 60px;
        }

        .booth-details {
            justify-content: center !important;
        }

        .booth-details p {
            font-size: 24px;
            padding: 8px 36px;
        }

        .met-us-btn a {
            font-size: 20px;
            padding: 12px 35px;
            font-family: 'Gilroy';
            font-weight: 500;
        }

        .event-slide-card img {
            width: 100%;
            height: auto;
            max-width: 338px;
            margin: 0 auto;
        }

        .event-slider-nav {
            right: 50%;
            transform: translateX(50%);
            bottom: -60px;
        }

        section.event-tabs-sec {
            margin-top: 60px;
        }

        section.event-tabs-sec ul li .nav-link {
            font-size: 28px;
        }

        .event-title {
            font-size: 24px;
        }

        .event-news-tab-content .location {
            font-size: 20px;
        }

        .date {
            font-size: 18px;
        }

        .event-desc {
            font-size: 18px;
        }

        h3.event-participated {
            font-size: 42px;
            margin-bottom: 60px;
        }

        .events-pagination {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            margin-top: 60px;
            margin-bottom: 172px;
        }

        ul.pagination.custom-pagination li a {
            border: 1px solid #EDEFF4;
            font-size: 20px;
            font-weight: 400;
            color: #000;
            font-family: 'Gilroy';
            border-radius: 4px;
            padding: 0px 11px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        ul.pagination.custom-pagination li {
            margin: 0 2px;
        }

        .news-title {
            font-size: 32px;
        }

        .news-source a,
        .news-date,
        section.news-description {
            font-size: 18px;
            cursor: pointer;
        }

        section.news-description p {
            padding-top: 6px;
        }

        .status-badge {
            font-size: 22px;
        }

        /* event-tabs-sec-end */
        /* Partner-Voices */
        /* Background abstract shape (light opacity) */
        .partner-hero {
            background-image: url('../Img/cmn-bnr-pages.png');
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-repeat: no-repeat;
        }

        /* Responsive Text */
        .partner-hero h1 {
            font-size: 94px;
            font-family: 'Gilroy';
        }

        .partner-hero .hero-text {
            max-width: 69%;
            margin: 0 auto;
            font-size: 20px;
            font-weight: 700;
        }

        .partner-hero h5 {
            font-size: 32px;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        span.normal-fonts {
            font-size: 18px;
            font-family: 'Gilroy';
            font-weight: 400;
        }

        span.italic-fonts {
            font-size: 26px;
            font-family: "Inria Serif", serif;
            font-weight: 400;
            font-style: italic;
            line-height: 100%;
        }

        .zig-bottom::before {
            content: "";
            position: absolute;
            bottom: -18px;
            left: 157px;
            border-left: 18px solid transparent;
            border-right: 18px solid transparent;
            border-top: 18px solid;
            z-index: 2;
        }

        .zig-bottom::after {
            content: "";
            position: absolute;
            bottom: -14px;
            left: 161px;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-top: 16px solid #fff;
            z-index: 3;
        }

        /* TOP ARROW */
        .zig-top::before {
            content: "";
            position: absolute;
            top: -18px;
            left: 150px;
            border-left: 18px solid transparent;
            border-right: 18px solid transparent;
            border-bottom: 18px solid;
            z-index: 2;
        }

        .zig-top::after {
            content: "";
            position: absolute;
            top: -14px;
            left: 154px;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-bottom: 16px solid #fff;
            z-index: 3;
        }

        .yello-border.zig-bottom::before {
            border-top-color: #01C296;
        }

        .yello-border.zig-top::before {
            border-bottom-color: #01C296;
        }

        .blue-border.zig-bottom::before {
            border-top-color: #997BDD;
        }

        .blue-border.zig-top::before {
            border-bottom-color: #997BDD;
        }

        .reddish-border.zig-bottom::before {
            border-top-color: #E55F41;
        }

        .reddish-border.zig-top::before {
            border-bottom-color: #E55F41;
        }

        .azure-border.zig-bottom::before {
            border-top-color: #1581D9;
        }

        .azure-border.zig-top::before {
            border-bottom-color: #1581D9;
        }

        /* testimonial-sec */
        .yello-border {
            border: 4px solid #01C296;
        }

        .blue-border {
            border: 4px solid #997BDD;
        }

        .reddish-border {
            border: 3px solid #E55F41;
        }

        .azure-border {
            border: 3px solid #1581D9;
        }

        .zig-card {
            background: #fff;
            border-radius: 20px;
            padding: 28px;
            position: relative;
            width: auto;
            min-height: 464px;
            height: auto !important;
        }

        .zig-card h4 {
            font-size: 26px;
            margin-bottom: 51px;
            font-weight: 400;
            color: #000;
        }

        .zig-card p {
            font-size: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
            margin-bottom: 0px;
        }

        .user {
            margin-top: 51px;
        }

        .zig-card .user p {
            font-weight: 500;
            margin-bottom: 0px;
            margin-top: 0px;
            font-size: 20px;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        small.us-city {
            font-size: 16px;
            font-family: 'Gilroy';
            font-weight: 400;
        }

        .video-box {
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
        }

        .video-box img {
            width: 100%;
        }

        .play-btn {
            position: absolute;
            top: 16%;
            left: 90%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.9);
            border: 3px solid #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            background: transparent;
            transition: 0.3s ease;
            opacity: 0.4;
        }

        .v-img-sec {
            position: relative;
            display: inline-block;
            cursor: pointer;
            width: 100%;
            overflow: hidden;
            border-radius: 10px;
        }

        .v-img-sec img {
            width: 100%;
            /* height: 100%; */
            object-fit: cover;
            display: block;
            border-radius: 10px;
            filter: brightness(0.5);
            transition: 0.3s ease-in-out;
        }

        .v-img-sec:hover .play-btn {
            opacity: 1;
        }

        .play-btn i {
            color: #fff;
            font-size: 26px;
        }

        .play-btn:hover {
            transform: translate(-50%, -50%) scale(1.1);
            border-color: #ffffffcc;
        }

        .video-wrapper {
            position: relative;
            width: 100%;
            height: 400px;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border-radius: 12px;
        }

        .full-video {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        #popupVideo {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            background: #000;
        }

        .play-btn i {
            text-align: center;
            font-size: 17px;
            width: 70px;
            height: 13px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        span.swiper-pagination-bullet {
            width: 32%;
            border-radius: 4px;
            height: 4px;
        }

        .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #FF6C65;
        }

        #videoModal .btn-close {
            filter: invert(100%);
            width: 20px;
            height: 20px;
        }

        /* testimonial-sec-end */
        /* Multiple Brands */
        .blue-box {
            background: #1581D9;
            color: #fff;
            border-radius: 8px;
            font-size: 20px;
            line-height: 1.6;
        }

        .black-box {
            background: #555060;
            color: #fff;
            border-radius: 8px;
            font-size: 20px;
            min-height: 182px;
            display: flex;
            align-items: center;
        }

        .began-para p {
            font-size: 19px;
            font-weight: bold;
            font-family: 'Gilroy';
            margin-bottom: 0px;
            line-height: 160%;
        }

        .b2b-reservation-system {
            background-image: url(../Img/rez-pro-banner.png);
            background-repeat: no-repeat;
            width: 100%;
            height: 500px;
            background-size: 100% 100%;
            color: #fff;
            padding: 60px;
        }

        section.the-futre-we-build h1 {
            padding-bottom: 30px;
        }

        .inovation-expo-img {
            margin-top: 60px;
        }

        .inovation-expo-img img {
            max-height: 51px;
        }

        .the-futre-we-build {
            margin-bottom: 172px;
        }

        .inovation-expo-img h5 {
            font-size: 26px;
            font-weight: bold;
            font-family: 'Gilroy';
            color: #000;
            padding-top: 25px;
        }

        .content-text {
            font-size: 17px;
            line-height: 1.7;
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
        }

        .contentx-text p {
            font-size: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
            color: #fff;
        }

        .b2b-reservation-system .btn-know-more {
            background-color: transparent;
            color: #E55F41;
            padding: 10px 40px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 20px;
            border: none;
            transition: all 0.3s ease;
            display: inline-block;
            position: relative;
            z-index: 1;
            font-family: 'Gilroy';
            border: 1px solid #E55F41;
            margin-top: 30px;
        }

        .btn-know-more:hover {
            background-color: #FF5252;
            color: #fff;
        }

        .stats-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 80px;
            max-width: 1400px;
        }

        .stat-item:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -40px;
            transform: translateY(-50%);
            width: 2px;
            height: 70px;
            background: #12B1BD;
        }

        .stat-item {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 8px;
            flex: 1;
            min-width: 200px;
        }

        .stat-item:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0px;
            transform: translateY(-50%);
            width: 2px;
            height: 70px;
            background: #12B1BD;
        }

        .stat-number {
            font-size: 28px;
            font-weight: 600;
            color: #fff;
            white-space: nowrap;
            font-family: 'Gilroy';
            line-height: 1.2;
        }

        .stat-title {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.9);
            font-family: 'Gilroy';
            font-weight: 400;
            line-height: 1.4;
            max-width: 250px;
        }

        section.stats-section {
            padding-top: 90px;
        }

        /* Numbers */
        .stat-number {
            font-size: 26px;
            font-weight: 700;
            color: #fff;
            line-height: 1.1;
            font-family: 'Gilroy';
        }

        /* Titles */
        .stat-title {
            font-size: 16px;
            font-weight: 500;
            color: #ffffffcc;
            line-height: 1.28;
            display: block;
            font-family: 'Gilroy';
        }

        .stat-title.small {
            font-size: 14px;
        }

        h5.lg-tile {
            font-size: 26px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .b2b-reservation-s-logo a {
            font-size: 22px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        section.rezlive-ward-winning-sec {
            margin-top: 100px;
        }

        img.brand-m-logo {
            max-width: 300px;
            height: auto;
            object-fit: cover;
        }

        .b2b-reservation-s-logo {
            margin-bottom: 10px;
        }

        .content-text {
            font-size: 20px;
            line-height: 1.7;
            font-weight: 400;
            font-family: 'Gilroy';
        }

        .rez-tz-section,
        .affiliate-section,
        .designer-pack-section,
        .designer-indya-section,
        .designer-voyages-section,
        .r-hub-section {
            padding-top: 115px;
        }

        .rez-tz-section .b2b-reservation-system {
            background-image: url(../Img/tez-pr-banner.png)
        }

        .affiliate-section .b2b-reservation-system {
            background-image: url(../Img/affilate-pro-banner.png)
        }

        .designer-pack-section .b2b-reservation-system {
            background-image: url(../Img/designer-pro-banner.png)
        }

        .designer-indya-section .b2b-reservation-system {
            background-image: url(../Img/designer-india-banner.png)
        }

        .designer-voyages-section .b2b-reservation-system {
            background-image: url(../Img/voyages-banner.png)
        }

        .r-hub-section .b2b-reservation-system {
            background-image: url(../Img/rezhubb2.png)
        }

        .rezlive-ward-winning-sec.r-hub-section {
            margin-bottom: 172px;
        }

        /* Multiple Brands-end */
        /* terms-condition */
        .terms-section h5 {
            font-size: 32px;
            margin-bottom: 6px;
            font-family: 'Gilroy';
        }

        .terms-section p {
            font-size: 20px;
            margin-bottom: 12px;
            font-weight: 400;
            font-family: 'Gilroy';
        }

        /* terms-condition */
        /* privcy-policy */
        .privacy-content-tile1 {
            font-size: 32px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .privcy-cmn-para {
            font-size: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
        }

        section.privcy-para-1 {
            padding-top: 90px;
            padding-bottom: 60px;
        }

        h5.privcy-cmn-head {
            font-size: 32px;
            font-weight: 700;
            font-family: 'Gilroy';
        }

        .privcy-cmn-head ol {
            list-style: decimal !important;
        }

        .section-title {
            color: #000;
            font-size: 32px;
            font-weight: bold;
            margin-top: 20px;
            margin-bottom: 15px;
            font-family: 'Gilroy';
        }

        .rezlive-ward-winning-sec .content-text {
            color: #FFF;
            font-size: 20px;
            text-align: justify;
            margin-bottom: 15px;
            font-weight: 400;
            font-family: 'Gilroy';
        }

        .numbered-list {
            list-style: none;
            counter-reset: item;
            padding-left: 0;
        }

        .numbered-list>li {
            counter-increment: item;
            margin-bottom: 20px;
            position: relative;
            padding-left: 30px;
        }

        .numbered-list>li::before {
            content: counter(item) ".";
            position: absolute;
            left: -5px;
            font-weight: bold;
            color: #000;
            font-size: 32px;
            top: -5px;
            font-family: 'Gilroy';
        }

        .sub-numbered-list {
            list-style: none;
            counter-reset: subitem;
            padding-left: 0;
            margin-top: 15px;
        }

        .sub-numbered-list>li {
            counter-increment: subitem;
            margin-bottom: 15px;
            position: relative;
            padding-left: 35px;
        }

        .sub-numbered-list>li::before {
            content: counter(item) "." counter(subitem);
            position: absolute;
            left: -8px;
            font-weight: bold;
            color: #000;
            font-size: 26px;
            font-family: 'Gilroy';
        }

        p.Registered-inner-tile {
            font-size: 26px;
            font-family: 'Gilroy';
            font-weight: bold;
            color: #000;
        }

        .bullet-list {
            padding-left: 20px;
            margin-top: 10px;
        }

        .privacy-content p {
            font-family: 'Gilroy';
            color: #000;
        }

        .subsection-title {
            color: #000;
            font-size: 14px;
            font-weight: bold;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        ul.data-include li {
            position: relative;
        }

        ul.data-include li::before {
            content: "";
            position: absolute;
            left: -20px;
            width: 5px;
            height: 5px;
            background-color: #000;
            top: 10px;
            border-radius: 50%;
        }

        /* privcy-policy */
        /* brand-rezlive */
        .brand-rezlive-sec {
            background-image: url("../Img/trspernt-bnnr.png");
            padding: 40px 0;
            background-repeat: no-repeat;
            background-size: cover;
            height: 600px;
        }

        /* Breadcrumb Styling */
        .brand-rezlive-sec .breadcrumb {
            background: transparent;
            padding: 0;
            margin-bottom: 0;
            display: flex;
            align-items: center;
        }

        .brand-rezlive-sec .breadcrumb-item {
            display: flex;
            align-items: center;
        }

        .brand-rezlive-sec .breadcrumb-item a {
            color: #000;
            text-decoration: none;
            font-size: 18px;
            font-weight: 500;
            font-family: 'Gilroy';
            line-height: 1;
        }

        .brand-rezlive-sec .breadcrumb-item a:hover {
            color: #E55F41;
        }

        .brand-rezlive-sec .breadcrumb-item.active {
            color: #000;
            font-weight: 600;
            font-family: 'Gilroy', sans-serif;
        }

        .brand-rezlive-sec .breadcrumb-item+.breadcrumb-item::before {
            content: ">>";
            color: #12B1BD;
        }

        /* Rezlive Content */
        .rezlive-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .brand-rezlive-sec .rezlive-logo {
            max-width: 450px;
            width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .rezlive-tagline {
            font-size: 26px;
            font-weight: 600;
            color: #000;
            font-family: 'Gilroy';
            margin-bottom: 15px;
        }

        p.con-dis-grow-p {
            font-size: 22px;
            font-weight: 500;
            font-family: 'Gilroy';
            color: #000;
        }

        .rezlive-link {
            font-size: 24px;
            color: #E55F41;
            text-decoration: none;
            font-weight: bold;
            font-family: 'Gilroy';
            display: inline-block;
            transition: all 0.3s ease;
            border-bottom: 1px solid #E55F41;
            display: inline;
        }

        .rez-brand-logo-sec {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .brand-decription p {
            font-size: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
        }

        .our-promise-sec {
            background: #fff;
        }

        .promise-card {
            padding: 30px 20px;
            border-radius: 8px;
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 250px;
            background-color: #F9F9F9;

        }

        .promise-card:hover .promise-icon img {
            transform: scale(1.3);
        }

        .promise-icon img {
            max-width: 54px;
            height: auto;
            object-fit: contain;
            transition: transform 0.3s ease;
            transform-origin: left center;
        }

        .promise-title {
            font-size: 20px;
            font-weight: 600;
            font-family: 'Gilroy', sans-serif;
            color: #000;
            margin-bottom: 10px;
        }

        .promise-desc {
            font-size: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
            color: #000;
            margin: 0;
            text-align: left;

        }

        .section-heading {
            font-size: 62px;
            font-family: 'Gilroy';
            font-weight: bold;
            margin-bottom: 0;
            color: #000;
        }

        section.key-highlights-sec {
            margin-top: 50px;
            padding: 100px 0;
        }

        .highlight-icon img {
            width: 56px;
            height: 56px;
            object-fit: contain;
            transition: transform 0.3s ease;
            transform-origin: left center;
        }

        h3.highlight-number {
            font-size: 32px;
            font-family: 'Gilroy';
            color: #000;
            font-weight: bold;
        }

        .highlight-card {
            background-color: #fff;
            padding: 26px 28px;
            border-radius: 8px;
            height: auto;

            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .highlight-card:hover .highlight-icon img {
            transform: scale(1.2);
        }

        .highlight-icon {
            padding-bottom: 50px;
        }

        section.key-highlights-sec.bg-light.dg-voyges-card .highlight-card {
            height: 280px;
        }

        p.highlight-footer-text {
            font-family: "Inria Serif", serif;
            font-weight: 700;
            font-style: italic;
            font-size: 26px;
            color: #000;
            margin-bottom: 0;
            margin-left: 0;
            margin-top: 10px;
            line-height: 100%;
        }

        .tech-section-title.mb-4 {
            font-size: 32px;
            font-family: 'Gilroy';
            color: #000;
            font-weight: bold;
        }

        .core-techno-labels {
            display: flex;
            flex-wrap: wrap;
            gap: 16px 23px;
            max-width: 100%;
            justify-items: flex-start;
        }

        .core-techno-labels p {
            background: #fff;
            border: 1px solid #12B1BD;
            border-radius: 30px;
            padding: 10px 28px;
            font-size: 20px;
            font-family: 'Gilroy';
            color: #000;
            white-space: nowrap;
            margin: 0;
            font-weight: 400;
        }

        .why-number.mb-3 {
            font-size: 48px;
            color: #12B1BD;
            font-weight: bold;
            font-family: 'Gilroy';
            text-align: left;
            border-radius: 8px;
        }

        p.why-desc {
            font-size: 20px;
            font-weight: 400;
            color: #000;
            font-family: 'Gilroy';
            padding-right: 30px;
        }

        .why-row {
            display: flex;
            justify-content: space-between;
            gap: 0px;
            flex-wrap: wrap;
        }

        .why-card {
            width: 19%;
            min-height: 330px;
            background: url('../Img/why-choose-bg.png') center/cover no-repeat;
            border-radius: 8px;
            padding: 25px 20px;
            height: 330px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .why-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: var(--hover-color);
            opacity: 0;
            mix-blend-mode: multiply;
            /* 👈 magic line */
            transform: scale(1.05);
            transition: opacity 0.6s ease, transform 0.6s ease;
            z-index: 0;
        }

        .brand-des-indya-highlights .highlight-card {
            min-height: 300px;
        }

        h4.tech-section-title.pb-2.Core-service-cate {
            font-size: 34px;
            color: #000;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .core-service-solutions .Values-blocks1 {
            min-height: 200px;
        }


        /* hover pe smooth entry */
        .why-card:hover::before {
            opacity: 0.9;
            transform: scale(1);
        }

        .why-number,
        .why-text {
            position: relative;
            z-index: 1;
            transition: color 0.4s ease;
        }

        /* text white on hover */
        .why-card:hover .why-number,
        .why-card:hover .why-text {
            color: #fff;
        }

        .why-card:nth-child(1) {
            --hover-color: #2ec9e6;
        }

        .why-card:nth-child(2) {
            --hover-color: #00c389;
        }

        .why-card:nth-child(3) {
            --hover-color: #ff6f61;
        }

        .why-card:nth-child(4) {
            --hover-color: #4f7cff;
        }

        .why-card:nth-child(5) {
            --hover-color: #9b7ae2;
        }

        .why-number {
            font-size: 48px;
            font-weight: 700;
            color: #12B1BD;
            margin-bottom: 15px;
            font-family: 'Gilroy';
        }

        .why-text {
            font-size: 20px;
            color: #000;
            /* line-height: 1.45;
            */
            font-family: 'Gilroy';
        }

        p.visit-p {
            font-size: 26px;
            text-align: center;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .visit-p a {
            text-decoration: underline;
        }

        /* brand-rezlive-end */
        /* brand-retez */
        p.genration-tagline {
            font-size: 22px;
            color: #000;
            font-weight: 400;
        }

        /* brand-retez-end */
        /* brand-designer-pack */
        .brand-des-pack-sec img.desi-pack-logo {
            max-width: 450px;
            width: 100%;
            height: 140px;
            display: block;
            margin: 0 auto;
        }

        .highlight-card h5 {
            font-size: 42px;
            color: #12B1BD;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        .partnet-outbond-travel {
            background-image: url(../Img/promis.png);
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: cover;
            width: 100%;
            min-height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            height: 80vh;

        }

        .partnet-outbond-travel .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }

        section.partnet-outbond-travel h4 {
            font-size: 62px;
            color: #12B1BD;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        section.partnet-outbond-travel p {
            font-size: 20px;
            color: #fff;
            font-family: 'Gilroy';
            font-weight: 400;
        }

        .brand-des-indya-highlights .abt-p {
            font-size: 19px;

        }

        /* brand-designer-pack-end */
        /* about-us-banner-sec */
        .about-us-banner-sec {
            width: 100%;
            height: 768px;
            position: relative;
        }

        .heroSwiper,
        .heroSwiper .swiper-slide {
            width: 100%;
            height: 100%;
        }

        .hero-slide {
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            position: relative;
        }

        /* Optional overlay */
        .partner-with-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.45);
            opacity: 1;
            transition: opacity .4s ease;
            pointer-events: none;
            z-index: 2;
        }

        .partner-with-slide:hover::before {
            opacity: 0;
        }

        .partner-content {
            position: relative;
            z-index: 3;
            pointer-events: none;
        }

        .partner-with-slide {
            height: 100%;
            width: 100%;
            position: relative;
            overflow: hidden;
        }

        .partner-with-hero {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 69%;
            z-index: 99;
            text-align: center;
            transform: translate(-50%, -50%);
        }

        .partner-with-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .partner-with-hero h4 {
            font-size: 42px;
            font-weight: 400;
            font-family: 'Gilroy';
            color: #fff;
        }

        .partner-with-hero p {
            font-size: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
            color: #fff;
        }

        section.about-us-banner-sec h1 {
            font-size: 80px;
            color: #FFC31F;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        .partner-with-hero h1 {
            font-size: 80px;
            color: #FFC31F;
            font-family: 'Gilroy';
            font-weight: bold;
        }

        section.about-us-banner-sec h4 {
            font-size: 62px;
            color: #fff;
            font-family: 'Gilroy';
            font-weight: 500;
        }

        section.about-us-banner-sec p {
            font-size: 20px;
            color: #fff;
            font-family: 'Gilroy';
            font-weight: 500;
        }

        .who-we-are-sec {
            padding: 60px 0;
        }

        .who-we-are-sec .row {
            --bs-gutter-x: 2rem;
        }

        .who-img {
            max-width: 480px;
            height: auto;
            display: block;
            margin: auto;
        }

        .who-title {
            font-weight: 700;
            font-size: 62px;
            margin-bottom: 20px;
            font-family: 'Gilroy';
        }

        .who-desc {
            font-family: 'Gilroy';
            font-size: 20px;
            line-height: 160%;
            margin-bottom: 12px;
            color: #000;
            font-weight: 400;
        }

        .stat-box {
            padding: 35px 15px;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 296px;
        }

        .stats-section h3 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 6px;
            color: #fff;
        }

        .stats-section p {
            font-size: 14px;
            margin: 0;
        }

        /* Matching screenshot colors */
        .counter-bg1 {
            background-color: #27C5E4;
            background-image: url("../Img/worldwide-bg-blue.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 280px;
            opacity: 1;
        }

        .counter-bg2 {
            background-color: #01C296;
            background-image: url("../Img/globalinverntory-g-bg.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 280px;
        }

        .counter-bg3 {
            background: #FF6C65;
            background-image: url("../Img/Globel-sesrved-bg.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 280px;
        }

        .counter-bg4 {
            background: #4C7BFF;
            background-image: url("../Img/partner-bg.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 280px;
        }

        .counter-bg5 {
            background: #997BDD;
            background-image: url("../Img/globelbuyer-bg.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 280px;
        }

        .journey-section .bg-video {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: translate(-50%, -50%);
            z-index: 0;
        }

        /* Dark overlay for readability */
        .journey-section .video-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.45);
            z-index: 1;
        }

        /* Content above video */
        .journey-section .container {
            position: relative;
            z-index: 2;
        }

        .journey-section {
            /* background-image: url("../Img/wavy_background.gif"); */
            background-image: url("../video/Homebanner-v.mp4");
            position: relative;
            padding: 110px 0;
            overflow: hidden;
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
            background-position: center;
        }

        .who-we-incemental h3 {
            font-size: 48px;
            font-weight: bold;
            line-height: 100%;
            font-family: 'Gilroy';
        }

        .who-we-incemental p {
            font-size: 20px;
            font-weight: bold;
            line-height: 160%;
            font-family: 'Gilroy';
        }

        .journey-title {
            color: #fff;
            font-weight: 700;
            font-size: 62px;
            line-height: 1.3;
            margin-bottom: 50px;
            font-family: 'Gilroy';
            opacity: 0;
            transform: translateY(30px);
        }

        /* Keyframe Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes expandWidth {
            from {
                transform: scaleX(0);
                opacity: 0;
            }

            to {
                transform: scaleX(1);
                opacity: 1;
            }
        }

        @keyframes slideInFromBottom {
            from {
                opacity: 0;
                transform: translateY(50px) scale(0.9);
            }

            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        @keyframes pulseGlow {

            0%,
            100% {
                box-shadow: 0 0 20px rgba(42, 88, 133, 0.3);
            }

            50% {
                box-shadow: 0 0 40px rgba(42, 88, 133, 0.6);
            }
        }

        /* Timeline Wrapper */
        .timeline-wrapper {
            position: relative;
            padding-bottom: 60px;
        }

        /* Horizontal timeline base with animation */
        .timeline-base {
            position: absolute;
            bottom: 0;
            left: 60px;
            right: 60px;
            height: 2px;
            background: linear-gradient(90deg, transparent 0%, #2a5885 5%, #2a5885 95%, transparent 100%);
            z-index: 1;
            transform: scaleX(0);
            transform-origin: left center;
            opacity: 0;
        }

        .timeline-base {
            display: none !important;
        }

        /* Swiper Container */
        .journeySwiper {
            padding: 30px 40px 80px;
            position: relative;
        }

        .journey-section .swiper-wrapper {
            padding-bottom: 20px;
        }

        .journey-section .swiper-slide {
            height: auto;
            display: flex;
        }

        /* Timeline Box - Default State */
        .timeline-box {
            position: relative;
            padding-left: 25px;
            width: 100%;
            min-height: 300px;
            display: flex;
            flex-direction: column;
            opacity: 0;
            transform: translateY(50px) scale(0.95);
            transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        /* Timeline Box - Active State */
        .timeline-box.animate-active {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        /* Vertical line animation */
        .timeline-box::after {
            content: '';
            position: absolute;
            left: -30px;
            top: 3px;
            bottom: 0;
            width: 40px;
            background-image: url(../Img/ver-slide-lin.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            height: auto;
            opacity: 0;
            transform: scaleY(0);
            transform-origin: top center;
            transition: all 0.8s ease-out 0.3s;
        }

        .timeline-box.animate-active::after {
            opacity: 1;
            transform: scaleY(1);
        }

        /* Timeline Content */
        .timeline-box h4 {
            color: #fff;
            font-weight: bold;
            font-size: 32px;
            margin-bottom: 15px;
            font-family: 'Gilroy';
            transform: translateX(-20px);
            opacity: 0;
            transition: all 0.6s ease-out 0.4s;
        }

        .timeline-box.animate-active h4 {
            transform: translateX(0);
            opacity: 1;
        }

        .timeline-box p {
            color: #fff;
            font-size: 17px;
            font-family: 'Gilroy';
            transform: translateX(-20px);
            opacity: 0;
            transition: all 0.6s ease-out 0.6s;
            font-weight: 400;
        }

        .timeline-box.animate-active p {
            transform: translateX(0);
            opacity: 1;
        }

        /* Hover Effects */
        .timeline-box:hover {
            transform: translateY(-10px) scale(1.02) !important;
            transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        .timeline-box:hover h4 {
            color: #00d4ff;
            text-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
            transition: all 0.3s ease;
        }

        .timeline-box:hover::after {
            filter: brightness(1.3) drop-shadow(0 0 10px rgba(42, 88, 133, 0.5));
        }

        /* Section Animation Class */
        .journey-section.animate-in .journey-title {
            animation: fadeInUp 0.8s ease-out forwards;
        }

        .journey-section.animate-in .timeline-base {
            animation: expandWidth 1.2s ease-out 0.3s forwards;
        }

        section.vision-section {
            margin-top: 130px;

        }

        .miss-block {
            background-color: #12B1BD;
            color: #fff;
            padding: 30px;
            border-radius: 8px;
            width: 100%;
            height: auto;
            min-height: 208px;
        }

        .miss-block h4 {
            font-size: 32px;
            font-family: 'Gilroy';
            font-weight: bold;
            padding-bottom: 15px;
        }

        .miss-block p {
            font-size: 19px;
            font-weight: 400;
            font-family: 'Gilroy';
            padding-bottom: 0;
            margin-bottom: 0;
            line-height: 160%;
        }

        .vision-blog-sec {
            padding-bottom: 90px;
        }

        .mission-blog-sec {
            padding-bottom: 90px;
        }

        .Values-blocks img {
            margin-bottom: 20px;
            height: 80px !important;
            width: 80px;
        }

        .Values-blocks {
            border: 1px solid #E55F41;
            border-radius: 8px;
            width: 19%;
            min-height: 366px;
            padding: 40px 40px;
            transition: box-shadow 0.6s ease;
        }

        .Values-blocks1 {
            border: 1px solid #E55F41;
            border-radius: 8px;
            min-height: 366px;
            height: 100%;
            padding: 39px;
            transition: box-shadow 0.6s ease;
        }

        .Values-blocks1:hover {
            box-shadow: 0 6px 20px rgba(229, 95, 65, 0.35);
        }

        .Values-blocks:hover {
            box-shadow: 0 6px 20px rgba(229, 95, 65, 0.35);
        }

        h4.block-cmn-h4 {
            font-size: 32px;
            font-family: 'Gilroy';
            font-weight: bold;
            color: #000;
        }

        p.block-cmn-pp {
            font-size: 19px;
            font-family: 'Gilroy';
            font-weight: 400;
            color: #000;
        }

        .ourbrand-solutions {
            background-color: #FAFAFA;
            margin-top: 172px;
            margin-bottom: 172px;
            padding: 172px 0px;
        }

        .brand-tabs .nav-link {
            background: #fff;
            border: 1px solid #E55F41;
            padding: 26px 16px;
            text-align: left;
            font-size: 22px;
            color: #E55F41;
            font-weight: 500;
            width: 100%;
            transition: 0.2s;
            font-family: 'Gilroy';
        }

        .brand-tabs .nav-link:hover {
            background-color: #FFE1D8;
        }


        .brand-tabs .nav-link.active {
            background: #E55F41;
            color: #fff;
            border-color: #E55F41;
            font-weight: 600;
        }

        .ourbrand-solutions .tab-content p {
            color: #000;
            font-size: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
            line-height: 160%;
        }

        section.ourbrand-solutions .row {
            margin-top: 60px;
        }

        .ourbrand-solutions ul {
            border: 1px solid #E55F41;
            border-radius: 15px;
        }

        .brand-tabs .nav-item:first-child .nav-link {
            border-top-left-radius: 13px;
            border-top-right-radius: 13px;
        }

        .brand-tabs .nav-item:last-child .nav-link {
            border-bottom-left-radius: 13px;
            border-bottom-right-radius: 13px;
        }

        /* FIRST ACTIVE TAB */
        .brand-tabs .nav-item:first-child .nav-link.active {
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }

        /* LAST ACTIVE TAB */
        .brand-tabs .nav-item:last-child .nav-link.active {
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
        }

        .location-cards-wrapper .location-title {
            color: #12B1BD;
            font-weight: bold;
            font-size: 24px;
            font-family: 'Gilroy';
        }

        .location-cards-wrapper .location-address {
            color: #000;
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 0;
            font-family: 'Gilroy';
        }

        .location-cards-wrapper .location-card {
            background-color: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(1px);
            -webkit-backdrop-filter: blur(1px);
            border: 1px solid rgba(226, 226, 226, 0.5);
            border-radius: 8px;
            padding: 30px;
            min-height: 165px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        section.global-pres-sec {
            position: relative;
            margin-bottom: 172px;
        }

        .location-cards-wrapper {
            position: absolute;
            bottom: 0;
            left: 28%;
            z-index: 99;
        }

        .about-Values-blog-sec h2 {
            padding-bottom: 10px !important;
        }

        /* about-us-banner-sec-end */
        /* career page */
        .invest-tomorrow-section {
            background: #FAFAFA;
            margin-top: 150px;



        }

        .invest-card {
            background: #fff;
            padding: 32px 48px;
            height: 100%;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .invest-card .icon-box img {
            width: 65px;
            height: 65px;
            object-fit: cover;
            margin-bottom: 10px;
        }

        .invest-card p {
            max-width: 92%;
            /* 👈 text ko full chipakne se bachata */
            line-height: 1.75;
        }

        .invest-card h3.highlight-number {
            padding-bottom: 60px;
        }

        .career-sec-hero {
            background-image: url(../Img/cmn-bnr-pages.png);
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            height: 400px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            background-repeat: no-repeat;
        }

        .career-sec-hero .breadcrumb-item a {
            color: #000;
            text-decoration: none;
            font-size: 18px;
            font-weight: 500;
            font-family: 'Gilroy';
            line-height: 1;
        }

        .career-sec-hero .breadcrumb-item+.breadcrumb-item::before {
            content: ">>";
            color: #12B1BD;
        }

        .career-sec-hero {
            padding: 40px 0;
        }

        .career-sec-hero nav.breadcrumb-wrapper {
            position: absolute;
            left: 160px;
            top: 40px;
        }

        section.career-sec-hero h1.display-5 {
            font-size: 80px;
            font-weight: bold;
            font-family: 'Gilroy';
            line-height: 1;
        }

        .career-sec-hero .hero-text {
            padding-top: 25px;
            font-size: 26px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .career-description {
            padding-top: 90px;
            padding-bottom: 125px;
        }

        .our-culture-val h2 {
            margin-bottom: 0;
            padding-bottom: 0 !important;
        }

        h2.culture-title {
            font-size: 50px;
            font-weight: bold;
            font-family: 'Gilroy';
            line-height: 100%;
        }

        /* Culture & Values – Card Height Fix */
        .culture-values-sec .value-card {
            height: 230px;
            padding: 24px;
            border: 1px solid #ff6f61;
            border-radius: 10px;
            background: #fff;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .culture-values-sec .value-card:hover {
            box-shadow: 0 6px 20px rgba(229, 95, 65, 0.35);
        }

        p.culture-desc {
            font-size: 20px;
            line-height: 1.6;
            margin-bottom: 0;
            font-family: 'Gilroy';
            font-weight: 400;
        }

        /* Head spacing same rahe */
        .culture-values-sec .value-card h5 {
            font-size: 18px;
            margin-bottom: 12px;
            font-size: 32px;
            margin-bottom: 12px;
            color: #12B1BD;
            font-family: 'Gilroy';
            font-size: 26px;
            font-weight: bold;
        }

        /* Paragraph spacing control */
        .culture-values-sec .value-card p {
            font-size: 20px;
            line-height: 1.6;
            margin-bottom: 0;
            font-family: 'Gilroy';
            font-weight: 400;
        }

        /* Full width Excellence card */
        .culture-values-sec .value-card.full-width {
            height: 236px;
        }

        .buid-future-with-sec {
            margin-top: 170px;
        }

        .buid-the-fe1 h5 {
            font-family: 'Gilroy';
            font-size: 26px;
            font-weight: bold;
            color: #fff;
        }

        .buid-the-fe1 p {
            font-family: 'Gilroy';
            font-size: 20px;
            font-weight: 400;
            color: #fff;
        }

        .buid-the-fe1 {
            background-color: #27C5E4;
            border-radius: 13px;
            position: relative;
        }

        .build-the-fe-card {
            position: relative;
            padding-top: 150px;
            overflow: visible;
        }

        .build-the-fe-card::before {
            content: "";
            position: absolute;
            top: -116px;
            left: 50%;
            transform: translateX(-50%);
            width: 180px;
            height: 180px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            z-index: 1;
        }

        .buid-the-fe1::before {
            background-image: url("../Img/Illustration-01.svg");
        }

        .buid-the-fe2::before {
            background-image: url("../Img/Illustration-02.svg");
        }

        .buid-the-fe3::before {
            background-image: url("../Img/Illustration-03.svg");
        }

        .buid-the-fe4::before {
            background-image: url("../Img/Illustration-04.svg");
        }

        .buid-the-fe5::before {
            background-image: url("../Img/Illustration-05.svg");
        }

        .buid-the-fe2 {
            background-color: #01C296;
            border-radius: 13px;
        }

        .buid-the-fe3 {
            background-color: #FF6C65;
            border-radius: 13px;
        }

        .buid-the-fe4 {
            background-color: #4C7BFF;
            border-radius: 13px;
        }

        .buid-the-fe5 {
            background-color: #997BDD;
            border-radius: 13px;
        }

        .buid-the-fe1 {
            width: 100%;
            background-repeat: no-repeat;
            height: 300px;
            background-size: contain;
        }

        .buid-the-futre-row h5 {
            font-family: 'Gilroy';
            font-size: 26px;
            font-weight: bold;
            color: #fff;
        }

        .buid-the-fe1,
        .buid-the-fe2 {
            width: 100%;
            background-repeat: no-repeat;
            height: 334px;
            background-size: contain;
            width: 19%;
            display: flex;
            flex-direction: column-reverse;
            padding: 40px 30px 10px 30px;
        }

        .buid-the-futre-row {
            padding-top: 146px;
            gap: 12px;
        }

        section.inverst-ur-tomrow-sec {
            background-color: #FAFAFA;
            margin-top: 172px;
            padding: 100px 0px;
        }

        .inverst-ur-tomrow-sec .career-card img {
            max-width: 84px;
            height: 74px;
        }

        .grw-with-purpose h3 {
            font-size: 42px;
            color: #12B1BD;
            font-weight: bold;
            padding-bottom: 15px;
            font-family: 'Gilroy';
        }

        .grw-with-purpose {
            background-color: #fff;
            padding: 39px;
            margin-top: 60px;
        }

        .tdg-life-sec {
            padding-top: 90px;
        }

        #jobAccordion .rotate-icon {
            transition: transform 0.3s;
        }

        #jobAccordion .collapse.show+.rotate-icon,
        #jobAccordion .job-card .collapse.show~.rotate-icon {
            transform: rotate(180deg);
        }

        #jobAccordion button[aria-expanded="true"] .rotate-icon {
            transform: rotate(180deg);
        }

        #jobAccordion .rotate-icon {
            transition: .3s;
        }

        #jobAccordion h5 {
            font-size: 32px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        #jobAccordion button p {
            font-size: 20px;
            font-weight: normal;
            font-family: 'Gilroy';
        }

        .job-card {
            background-color: #F9F9F9;
        }

        .job-card h6 {
            font-size: 26px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        p.brand-intro-text {
            font-size: 20px;
            font-family: 'Gilroy';
            font-weight: 400;
        }

        ul.job-list li {
            font-size: 20px;
            font-weight: normal;
            font-family: 'Gilroy';
        }

        .skill-pill {
            background: #000;
            color: #fff;
            padding: 13px 22px;
            border-radius: 30px;
            font-size: 17px;
            font-weight: 600;
            display: inline-block;
            font-family: 'Gilroy';
        }

        .apply-btn {
            background: #E45834;
            color: #fff !important;
            padding: 10px 26px;
            border-radius: 8px;
            display: inline-block;
            font-size: 18px;
            font-weight: 600;
            font-family: 'Gilroy';
            transition: 0.3s;
        }

        .apply-btn:hover {
            background: #cf4a29;
        }

        .team-say-sec .swiper-button-prev::after,
        .brand-arrow-box .swiper-button-next::after {
            display: none;
        }

        .team-say-sec .left-content {
            padding-left: 171px;
        }

        .stay-radar-section .radar-box {
            background: #11b6c5;
            max-width: 1600px;
            min-height: 500px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .radar-box h3 {
            font-size: 72px;
            font-weight: 500;
            font-family: 'Gilroy';
            color: #fff;
        }

        .radar-box p {
            font-size: 26px;
            font-weight: 500;
            font-family: 'Gilroy';
            color: #fff;
        }

        .radar-box a {
            font-size: 32px;
            font-weight: 500;
            font-family: 'Gilroy';
            color: #fff;
        }

        /* career page-end */
        /* rezhub */
        .provide-benifits-c-section h5 {
            font-size: 42px;
            font-weight: bold;
            font-family: 'Gilroy';
            color: #000;
        }

        .empowring-dcm-sec {
            padding: 100px 0px;
        }

        .provide-benifits-c-section h5 {
            padding-top: 43px;
            padding-bottom: 20px;
        }

        p.rezlive-tagline-2 {
            color: #000;
            font-size: 22px;
            font-weight: 500;
            font-family: 'Gilroy';
        }

        .why-des-voyages .why-card {
            width: 32%;
        }

        /* rezhub0-end */
        /* accreditaion */
        .Strengthening-Credibility h4 {
            font-size: 48px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .out-global-membership {
            background-color: #F9F9F9;
            padding: 80px 0px;
        }

        section.out-global-membership h5 {
            font-size: 32px;
            font-weight: bold;
            font-family: 'Gilroy';
            color: #000;
        }

        .nationnal-acc-sec {
            padding-top: 50px;
        }

        .out-global-membership .logo-box {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 8px;
            transition: 0.3s;
            padding: 25px;
        }

        .out-global-membership .logo-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        }

        .out-global-membership .logo-box img {
            height: 100%;
            object-fit: contain;
            max-width: 180px;
            text-align: center;
            margin: 0 auto;
            width: 100%;
            min-height: 180px;
        }

        .out-global-membership h2 {
            font-size: 62px;
        }

        .accreditation-block {
            width: 18%;
        }

        .out-global-membership p.highlight-footer-text {
            padding-top: 50px;
        }

        .stard-label-row {
            padding-top: 60px;
        }

        .stard-label-row p {
            font-size: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
            border: 1px solid #12B1BD;
            border-radius: 100px;
            padding: 16px 40px;
            margin-bottom: 0;
        }

        .stard-label-row {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .pt-60 {
            padding-top: 60px;
        }

        .empowering-global-sec {
            background-image: url(../Img/global-trust.png);
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            height: 680px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 60px;
            padding: 0 0;
        }

        section.empowering-global-sec h2 {
            font-size: 62px;
            color: #fff;
            font-weight: 500;
            font-family: 'Gilroy';
        }

        section.empowering-global-sec p {
            font-size: 32px;
            color: #fff;
            font-weight: 500;
            font-family: 'Gilroy';
        }

        /* accreditaion-end */

        section.awsom-event-row {
            background-color: #F9F9F9;
            padding-top: 100px;

        }

        /* contct-us */
        .contact-form {
            background-color: #000;
            border-radius: 8px;
            padding: 30px;
        }

        .contact-form,
        .contact-form textarea {
            background-color: #191919;
            font-size: 14px;
            font-weight: 400;
            font-family: 'Gilroy';
        }

        .contact-form input.partener-sub-btn {
            background-color: #E55F41;
            color: #fff;
        }

        .contact-form p {
            color: #fff;
            font-family: 'Gilroy';
        }

        .contact-us-main h5 {
            font-size: 26px;
            font-weight: 500;
            font-family: 'Gilroy';
        }

        .contact-form button {
            background-color: #E55F41;
            color: #fff;
            font-family: 'Gilroy';
            font-size: 20px;
            border-radius: 8px;
            padding: 10px 0;
        }

        .Disclaimer-text {
            padding-top: 33px;
            padding-bottom: 79px;
        }

        .contact-us-address p {
            font-size: 20px;
            font-family: 'Gilroy';
            font-weight: 400;
            color: #000;
        }

        .contact-us-map {
            position: relative;
        }

        .map-container iframe {
            width: 100%;
            height: 954px;
            border: 0;
        }

        /* Floating Right Box */
        #locationInfo::-webkit-scrollbar {
            width: 6px;
        }

        #locationInfo::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        #locationInfo::-webkit-scrollbar-thumb:hover {
            background: #0e8f99;
        }

        #locationInfo::-webkit-scrollbar-thumb {
            background: #12B1BD;
            border-radius: 10px;
        }

        #locationInfo {
            flex: 1;
            padding-right: 5px;
        }

        .location-box {
            position: absolute;
            right: 0;
            top: 50%;
            width: 401px;
            min-height: 691px;
            max-height: 701px;
            background: #fff;
            padding: 30px;
            border-radius: 16px;
            z-index: 10;
            display: flex;
            flex-direction: column;
            transform: translate(-50%, -50%);
        }

        .location-box.shadow-lg h4 {
            color: #12B1BD;
            font-size: 42px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .location-box.shadow-lg h5 {
            color: #12B1BD;
            font-size: 20px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .location-box.shadow-lg p {
            color: #6D6F71;
            font-size: 20px;
            font-weight: 400;
            line-height: 160%;
            font-family: 'Gilroy';
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        .Connect-with-us .col-10 {
            font-size: 20px;
            line-height: 160%;
            font-weight: 400;
            color: #6D6F71;
            padding-left: 35px;
            font-family: 'Gilroy';
        }

        .Connect-with-us .col-2 {
            font-size: 20px;
            line-height: 160%;
            font-weight: 400;
            color: #000;
            font-family: 'Gilroy';
        }

        .Connect-with-us .col-3 {
            font-size: 20px;
            line-height: 160%;
            font-weight: 400;
            color: #000;
            font-family: 'Gilroy';
        }

        .Connect-with-us .col-9 {
            font-size: 20px;
            line-height: 160%;
            font-weight: 400;
            color: #6D6F71;
            padding-left: 39px;
            font-family: 'Gilroy';
        }

        .Connect-with-us h6 {
            font-size: 26px;
            font-weight: bold;
            padding-top: 30px;
            font-family: 'Gilroy';
        }

        .map-container iframe {
            width: 100%;
            height: 775px;
        }

        /* contct-us-end */
        /* Awards-page */
        .awards-ul li {
            display: inline-block;
        }

        .awards-ul li h2 a {
            font-family: 'Gilroy';
            font-size: 32px;
            font-weight: bold;
            line-height: 100%;
        }

        .awards-ul li.active {
            color: #12B1BD;
            border-bottom: 1px solid #12B1BD;
        }

        section.awards-ul {
            padding-top: 95px;
        }

        .awards-title {
            padding-top: 80px;
            padding-bottom: 40px;
        }

        .awards-title h1 {
            padding-bottom: 30px;
            font-size: 62px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        section.International-nat-sec {
            background-color: #F9F9F9;
            padding: 90px 0px;
        }

        .awards-grid {
            --bs-gutter-x: 30px;
            --bs-gutter-y: 30px;
        }

        .award-row {
            padding-top: 40px;
        }

        .award-card {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            height: 100%;
        }

        .award-card img {
            max-height: 180px;
            width: auto;
            max-width: 100%;
            object-fit: contain;
            margin-bottom: 20px;
        }

        .legecy-award-row {
            padding-top: 186px;
        }

        .legecy-award-row p {
            font-size: 22px;
            font-weight: 500;
            font-family: 'Gilroy';
            color: #6D6F71;
        }

        .legecy-award-row h1 {
            padding-bottom: 30px;
        }

        .awards-grid {
            padding-top: 30px;
        }

        .journy-trust-bg {
            background-color: #12B1BD;
            min-height: 500px;
            display: flex;
            align-items: cent;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            padding: 40px;
            margin-top: 100px !important;
            margin-bottom: 100px !important;

        }

        section.journy-trust h1 {
            margin-bottom: 60px;
        }

        .highlight-footer-text {
            margin: 0 auto;
            font-size: 16px;
            font-style: italic;
            line-height: 1.6;
        }

        /* Awards-page-end */
        /* partner-with-us */

        .partner-us-btn:hover {
            color: #E55F41 !important;
        }

        .p-18 {
            font-weight: 500;
            font-family: 'Gilroy';
            font-size: 18px !important;
            line-height: 143%;
        }

        .partner-us-btn {
            margin: 30px 0px;
            padding: 13px 26px;
        }

        .lets-talk {
            padding: 90px 0px;
        }

        a.lets-talk-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-family: 'Gilroy';
            font-weight: 400;
            color: #E55F41;
            border: 1px solid #E55F41;
            border-radius: 4px;
            padding: 14px 33px;
            line-height: 1;
            text-decoration: none;
            transition: all 0.3s ease;
            margin-top: 42px;
            margin-bottom: 9px;
        }

        a.lets-talk-btn:hover {
            color: #fff !important;

            box-shadow: 0 4px 12px rgba(229, 95, 65, 0.3);
            background-color: #E55F41 !important;
        }

        .lets-talk-img {
            width: 100%;
            max-width: 509px;
            height: auto;
            margin: 0 auto;
            display: block;
        }

        /* Base fixes for all screens */
        .partner-with-banner {
            position: relative;
            min-height: 80vh;
            overflow: hidden;
        }

        .partner-with-wrapper {
            position: relative;
            min-height: 80vh;
        }

        .partner-with-images {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .partner-with-hero h1,
        .partner-with-hero h4,
        .partner-with-hero p {
            text-align: center;
            /* sabko center align */
        }

        .partner-with-hero {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            /* ye add karo */
            min-height: 100vh;
            padding: 80px 20px;
            text-align: center;
            /* ye add karo */
        }

        .partner-with-banner .row {
            min-height: auto;
            max-height: 700px;
        }

        .partner-with-banner .col-lg-2 {
            height: 100%;
            max-height: 700px;
            padding: 0;
        }

        .partner-with-slide {
            height: 100%;
            max-height: 700px;
            width: 100%;
            position: relative;
            overflow: hidden;
        }

        .partner-with-slide img {
            width: 100%;
            height: 100%;
            height: 770px;
            object-fit: cover;
            object-position: center;
            display: block;
        }

        .partner-with-hero {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            z-index: 99;
            text-align: center;
            padding: 20px;
            pointer-events: none;
        }

        .partner-with-hero h1 {
            font-size: 80px;
            color: #FFC31F;
            font-family: 'Gilroy';
            font-weight: bold;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .partner-with-hero h4 {
            font-size: 42px;
            font-weight: 500;
            font-family: 'Gilroy';
            color: #fff;
            line-height: 100%;
            margin-bottom: 15px;
        }

        .partner-with-hero .body-textp {
            font-size: 20px;
            font-weight: 500;
            font-family: 'Gilroy';
            color: #fff;
            line-height: 1.6;
            margin-bottom: 25px;
            padding: 0 20px;
        }

        .partner-with-hero .p-18 {
            font-size: 18px;
            font-weight: 500;
            font-family: 'Gilroy';
            line-height: 143%;
            color: #fff;
        }

        .partner-us-btn {
            margin: 30px 0px;
            padding: 13px 26px;
            display: inline-block;
            background: #fff;
            color: #E55F41;
            border-radius: 6px;
            font-size: 20px;
            font-weight: 500;
            font-family: 'Gilroy';
            transition: all 0.3s ease;

            pointer-events: auto;
        }

        .partner-us-btn:hover {
            color: #fff !important;

            box-shadow: 0 4px 12px rgba(229, 95, 65, 0.3);
            background-color: #E55F41 !important;
        }

        /* Overlay for better text readability */
        .partner-with-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.55);
            opacity: 1;
            transition: opacity .4s ease;
            pointer-events: none;
            z-index: 2;
        }

        .partner-with-slide:hover::before {
            opacity: 0;
        }

        /* Content above overlay */
        .partner-content {
            position: relative;
            z-index: 3;
            pointer-events: none;
        }

        section.who-can-partner-withus {
            background-color: #F9F9F9;
            padding: 93px 0;
        }

        .who-can-partner-withus .partner-card {
            background: #17b3b8;
            color: #fff;
            padding: 30px;
            border-radius: 8px;
            height: 100%;
        }

        .partner-card img {
            width: 84px;
            height: 84px;
        }

        .who-can-partner-withus .partner-card img {
            padding-bottom: 30px;
        }

        .who-can-partner-withus .partner-card h2 {
            padding-bottom: 37px;
        }

        .partner-card p {
            margin-top: auto;
            line-height: 1.6;
        }

        section.why-partnet-travelgroup {
            margin: 60px 0;
        }

        section.why-partnet-travelgroup h1 {
            margin-bottom: 20px;
        }

        section.why-partnet-travelgroup .cmn-orange-border img {
            width: 84px;
            height: 84px;
        }

        .trade-engment-event-img img {
            width: 25%;
            height: 640px;
            object-fit: cover;
            display: block;
        }

        .trade-card {
            position: relative;
            width: 25%;
            height: 640px;
            overflow: hidden;
        }

        .trade-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Dark gradient overlay */
        .trade-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), transparent);
            z-index: 1;
        }

        .trade-img-row {
            display: flex;
            width: 100%;
        }

        .trade-section {
            width: 100vw;
            margin-left: calc(-50vw + 50%);
        }

        /* Text on image */
        .trade-content {
            position: absolute;
            bottom: 9px;
            left: 24px;
            right: 24px;
            color: #fff;
            z-index: 2;
        }

        .trade-content h5 {
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 8px;
            font-family: 'Gilroy';
        }

        .trade-content p {
            font-size: 20px;
            line-height: 160%;
            font-weight: 400;
            font-family: 'Gilroy';
        }

        .orange-rad-box {
            border: 1px solid #E55F41;
            border-radius: 8px;
            transition: box-shadow 0.6s ease;
            min-height: 295px;
            height: 100%;
        }

        .orange-rad-box:hover {
            box-shadow: 0 6px 20px rgba(229, 95, 65, 0.35);
        }

        .why-partnet-travelgroup .orange-rad-box {
            padding: 40px;
        }

        .why-partnet-travelgroup .orange-rad-box img {
            width: 84px;
            height: 84px;
        }

        section.marketing-soltuno-sec p {
            font-size: 20px;
            font-family: 'Gilroy';
            font-weight: 400;
            padding-top: 30px;
        }

        .marketing-soltuno-sec {
            padding: 80px 0;
            background-color: #F9F9F9;
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 60px 0;
        }

        .marketing-image img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .marketing-slider-wrap {
            display: flex;
            align-items: center;
            gap: 0px;
            margin-top: 40px;
        }

        .marketing-slider-wrap {
            position: sticky;
            top: 50%;
            width: 100%;
        }

        .marketing-soltuno-sec .container {
            position: relative;
            z-index: 1;
        }

        .marketing-slider-wrap .slider {
            flex: 0 0 100%;
        }

        .marketing-slider-wrap .slider img {
            width: 100%;
            display: block;
        }

        .steps {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-end;
            height: 100%;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .steps {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: right;
            margin-left: 31px;
        }

        .steps li {
            position: relative;
            font-family: 'Gilroy', sans-serif;
            font-size: 50px;
            font-weight: 300;
            line-height: 1;
            cursor: pointer;
            color: #000;
            margin-bottom: 100px;
        }

        /* last item me extra space na ho */
        .steps li:last-child {
            margin-bottom: 0;
        }

        /* ACTIVE STATE */
        .steps li.active {
            color: #00bcd4;
            font-weight: 400;
        }

        .marketing-slider-wrap .slider {
            overflow: hidden;
        }

        .marketing-slider-wrap .slider img {
            width: 100%;
            display: block;
        }

        .steps li.active::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: -8px;
            width: 28px;
            height: 2px;
            background-color: #00bcd4;
        }

        .p-30 {
            padding: 30px;
        }

        .px-30 {
            padding-left: 30px;
            padding-right: 30px;
        }

        .why-partnet-travelgroup-row {
            margin-top: 50px;
        }

        .digital-commnunication {
            padding: 50px 0;
        }

        .digital-commnunication h2 {
            font-family: 'Gilroy', sans-serif;
            font-size: 62px;
            font-weight: 700;
        }


        .so-med-block {
            background-image: url(../Img/social-m-promotion.png);
            width: 100%;
            padding: 20px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            padding: 140px 60px;
            border-radius: 8px;
            margin-top: 160px;
        }

        .so-med-block {
            position: relative;
        }

        .so-med-block::after {
            content: "";
            background-image: url(../Img/socialmeida1.png);
            width: 1000px;
            background-size: 100%;
            background-repeat: no-repeat;
            position: absolute;
            right: 30px;
            top: -93px;
            height: 600px;
            width: 900px;
            background-size: cover;
            bottom: 0;
            height: 550px;
        }

        .social-emailer-sec {
            position: relative;
            background-image: url(../Img/emialers.png);
            width: 100%;
            padding: 20px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            padding: 126px 60px;
            border-radius: 8px;
            margin-top: 285px;
            position: relative;
        }

        .social-emailer-sec::before {
            content: "";
            background-image: url(../Img/Mailer-soc-img.png);
            width: 665px;
            background-size: 100% auto;
            background-repeat: no-repeat;
            position: absolute;
            left: 61px;
            top: -129px;
            height: 930px;
        }

        .whtsapp-compaings {
            background-image: url(../Img/whtsapp-banner.png);
            width: 100%;
            padding: 20px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            padding: 140px 60px;
            border-radius: 8px;
            margin-top: 310px;
            margin-bottom: 310px;
            position: relative;
        }

        .whtsapp-compaings:after {
            content: "";
            background-image: url(../Img/whatsapp-cap.png);
            width: 696px;
            background-size: 100%;
            background-repeat: no-repeat;
            position: absolute;
            right: 46px;
            top: -123px;
            height: 640px;
        }

        .magazine-feture-sec {
            background-image: url(../Img/magazine-future.png);
            width: 100%;
            padding: 20px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            padding: 109px 60px;
            border-radius: 8px;
            margin-top: 170px;
            margin-bottom: 110px;
            position: relative;
        }

        .magazine-feture-sec::before {
            content: "";
            background-image: url(../Img/Mailer-soc-img.png);
            width: 667px;
            background-size: 100% auto;
            background-repeat: no-repeat;
            position: absolute;
            left: 61px;
            top: -131px;
            height: 600px;
        }

        .question-mark-bg h5 {
            font-size: 48px;
            font-weight: bold;
            font-family: 'Gilroy';
        }

        .question-mark-bg {
            background-image: url(../Img/question-choose.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            width: 100%;
            height: 490px;
            text-align: center;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            max-width: 55%;
            padding: 90px 0;
        }

        .emailer-padd-left {
            padding-left: 70px;
        }

        .emailer-padd-right {
            padding-right: 70px;
        }

        .scuuc-story-sec {
            position: relative;
            margin-top: 70px;
        }

        .cards-container {
            position: relative;
            z-index: 1;
        }

        .scuuc-story-sec .card {
            position: relative;
            transform-origin: center top;
            will-change: transform, opacity;
            background: white;
        }

        .case-studies {
            padding-top: 0px;
            padding-bottom: 30px;
            font-size: 42px;
            font-weight: bold;
        }

        .scrolled-card-row {
            margin-top: 150px;
        }

        .crd1-bg {
            background-color: #FFEEFB;
            padding: 58px;
        }

        .crd2-bg {
            background-color: #E8F1FF;
            padding: 58px;
        }

        .crd3-bg {
            background-color: #FFF6E4;
            padding: 58px;
        }

        .scrolled-card-right .tile {
            font-size: 48px;
            font-weight: bold;
            font-family: 'Gilroy';
            margin-bottom: 48px;
        }

        .pb-30 {
            padding-bottom: 10px;
        }

        .trade-card {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background: #000;
            display: block;
            position: relative;
        }

        .trade-card .card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .trade-card .caption {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 25px;
            color: #fff;
        }

        .trade-card .caption h2 {
            font-size: 22px;
            font-weight: 700;
        }

        .trade-card .caption p {
            font-size: 15px;
            margin: 0;
        }

        .dwn-arrrow {
            margin-bottom: 95px;
        }

        .down-arros img {
            width: 57px;
            height: 57px;
        }

        /* partner-with-us-end 
        /* dharmesh */
        .sangath-sec .row>div {
            overflow: hidden;
        }

        .sangath-sec img {
            transition: all 0.5s ease-in-out;
        }

        .sangath-sec img:hover {
            transform: scale(1.1);
        }

        .sangath-sec img.heart-beat:hover {
            transform: none !important;
        }

        .abt-p {
            line-height: 160%;
        }

        .footer-nav {
            border-radius: 6px;
        }

        .partner-logos {
            border-radius: 6px;
        }

        .hero-content p {
            font-size: 20px;
            padding-bottom: 35px;
            font-weight: 400;
        }

        .zig-card {
            max-height: 400px !important;
            margin-bottom: 32px;
        }

        .test-sec-mb {
            margin-bottom: 150px;
        }

        .glob-sec p.abt-p {
            font-size: 22px;
        }

        .partner-logos {
            padding: 0px 22px;
        }

        .partner-logo-width {
            width: 163px;
            height: 131px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .copydivstyle {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
        }

        .footer {
            padding: 30px 0 25px;
        }

        .travel-exp-section {
            border-radius: 8px;
        }

        .travel-exp-section a:hover {
            color: #fff;
            background-color: #E55F41;
            border: 1px solid #E55F41;
        }

        /* dharmesh */
        /* new media-query */
        @media (min-width: 1920px) {
            .hero-video {
                object-fit: cover;
            }
        }

        .scroll-icon {
            width: 30px;
            height: 30px;
            border: 2px solid #1a1a1a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 20px auto;
            cursor: pointer;
        }

        .scroll-icon::after {
            content: '↓';
            font-size: 18px;
        }

        .cards-container {
            position: relative;
            height: auto;
            padding: 0 20px;
            background: #fff;
        }

        .scuuc-story-sec .card {
            position: sticky;
            top: 100px;
            width: 100%;
            margin: 0 auto 40px;
            border-radius: 20px;
            overflow: hidden;
            display: flex;
            flex-direction: row;
            min-height: 400px;
            align-items: stretch;

        }

        .scuuc-story-sec .card:nth-child(1) {
            top: 50px;
            z-index: 1;
            /* Changed from 3 to 1 */
        }

        .scuuc-story-sec .card:nth-child(2) {
            top: 150px;
            z-index: 2;
            /* No change */
        }

        .scuuc-story-sec .card:nth-child(3) {
            top: 200px;
            z-index: 3;
            /* Changed from 1 to 3 */
        }

        .scuuc-story-sec .card:nth-child(3) .card-image {
            border-right: 1px solid #e0e0e0;
        }

        .saudi-logo {
            font-family: 'Brush Script MT', cursive;
            font-size: 42px;
            text-align: center;
            line-height: 1.3;
        }

        .saudi-logo small {
            font-size: 18px;
            display: block;
            margin-top: 10px;
        }

        .eurostar-logo {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 36px;
        }

        .eurostar-icon {
            width: 50px;
            height: 50px;
            border: 3px solid white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }

        .fidato-logo {
            color: #ff8c42;
            font-size: 32px;
            font-weight: 600;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px;
        }

        .fidato-logo span:first-child {
            font-size: 48px;
        }

        .fidato-hotels {
            color: #333;
            font-size: 24px;
            margin-top: 5px;
        }

        .card-content {

            padding: 60px;
            display: flex;
            flex-direction: column;
        }

        .card-image img {
            object-fit: initial;
            min-height: 800px;
            width: 100%;

        }

        .scuuc-story-sec .card-title {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #000;
            font-family: 'Gilroy';
            margin-bottom: 76px;
        }

        .campaign-type {
            color: #00bcd4;
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 8px;
            font-family: 'Gilroy';
        }

        .campaign-detail {
            color: #000;
            font-size: 20px;
            margin-bottom: 20px;
            font-weight: 400;
            font-family: 'Gilroy';
        }

        .section-title {
            color: #00bcd4;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .section-content {
            color: #000;
            font-size: 20px;
            line-height: 1.6;
            margin-bottom: 16px;
            font-family: 'Gilroy';
        }

        .spacer {
            height: 30vh;
        }

        .card1-scrool1 {
            background-color: #FFEEFB;
            z-index: 1;
        }

        .card1-scrool2 {
            background-color: #E8F1FF;
            z-index: 2;
        }

        .card1-scrool3 {
            background-color: #FFF6E4;
            z-index: 3;
        }

        /* @media (max-width: 1680px) {
            .container {
                max-width: 1600px;
                margin: 0 auto;
                padding-left: 32px;
                padding-right: 32px;
            }
        } */

        @media (min-width: 1500px) {
            .container {
                max-width: 1600px;
                margin: 0 auto;
                padding-left: 32px;
                padding-right: 32px;
            }
        }

        @media (max-width: 1500px) {
            .inverst-ur-tomrow-sec .career-card img {
                max-width: 64px;
                height: 54px;
            }

            .career-card {
                padding: 32px 32px !important;
            }

            section.inverst-ur-tomrow-sec h3 {
                font-size: 25px;
            }

            .magazine-feture-sec::before {
                content: "";
                width: 600px;
            }

            .social-emailer-sec::before {
                content: "";
                width: 600px;
            }

            .whtsapp-compaings:after {
                content: "";
                width: 600px;
            }
        }


        /* XXL devices (very large screens, less than 1600px for custom use) */
        @media (max-width: 1599.98px) {
            .digital-commnunication h2 {
                font-size: 40px;
            }

            .empowring-dcm-sec {
                padding: 62px 0px;
            }

            .hero-content-btn a {
                font-size: 17px;
            }

            .news-card .abt-p {
                font-size: 17px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
            }

            .play-btn {
                top: 22%;
                left: 84%;
            }

            .team-say-sec .team-card img {
                height: 445px;
            }

            .total-awards-badge h3 {
                font-size: 16px;
                font-weight: 400;
                font-family: 'Gilroy';
                padding-left: 16px;
                text-align: center;
                display: flex;
            }

            .news-card img {
                width: 100%;
                height: 60%;
            }

            .news-card .card-body {
                position: absolute;
                top: 62%;

            }

            .form-section h2 {
                font-size: 32px;
            }

            .grw-with-purpose {
                margin-top: 30px;
            }

            .grw-with-purpose h3 {
                font-size: 32px;
            }

            section.rezlive-ward-winning-sec {
                margin-top: 50px;
            }

            .contat-with-us-block {
                padding-top: 127px;
            }

            .award-card img {
                max-height: 110px;
            }

            .awards-grid {
                padding-top: 20px;
            }

            .award-row {
                padding-top: 20px;
            }

            .legecy-award-row h1 {
                padding-bottom: 20px;
            }

            .legecy-award-row {
                padding-top: 80px;
            }

            .awards-grid .foot-text {
                font-size: 13px;
            }

            .awards-grid h3 {
                font-size: 18px;
            }

            .career-sec-hero .hero-text {
                font-size: 20px;
            }

            .partner-hero h1 {
                font-size: 74px;
                font-family: 'Gilroy';
            }

            div#navbarNav ul li a {
                font-size: 16px;
            }

            .contact-list .label {
                min-width: 80px;
                font-weight: bold;
                color: #ffffff;
                font-size: 15px;
            }

            .contact-info a {
                font-family: 'Gilroy';
                font-size: 15px;
            }

            .sub-numbered-list>li::before {
                content: counter(item) "." counter(subitem);
                position: absolute;
                left: -1px;
                font-weight: bold;
                color: #000;
                font-size: 18px;
                font-family: 'Gilroy';
            }

            p.Registered-inner-tile {
                font-size: 18px;
            }

            .numbered-list>li::before {
                content: counter(item) ".";
                position: absolute;
                left: -5px;
                font-weight: bold;
                color: #000;
                font-size: 22px;
            }

            .privcy-cmn-para {
                font-size: 15px;
            }

            .privacy-content-tile1 {
                font-size: 22px;
            }

            .terms-section p {
                font-size: 18px;
            }

            .terms-section h5 {
                font-size: 22px;
                margin-bottom: 6px;
                font-family: 'Gilroy';
            }

            .news-source a,
            .news-date,
            section.news-description {
                font-size: 15px;
            }

            p.rezlive-tagline-2 {
                font-size: 19px;
            }

            .rezlive-link {
                font-size: 20px;
            }

            p.con-dis-grow-p {
                font-size: 19px;
            }

            .rezlive-tagline {
                font-size: 21px;
            }

            .brand-decription p {
                font-size: 16px;
            }

            .why-partnet-travelgroup .orange-rad-box img {
                width: 54px;
                height: 54px;
            }

            section.why-partnet-travelgroup {
                margin: 60px 0;
            }

            section.who-can-partner-withus {
                padding: 40px 0;
            }

            .lets-talk {
                padding: 50px 0px;
            }

            .partner-logo-width {
                width: 100px;
                height: 100%;
            }

            .about-us-sec {
                padding: 70px 0;
            }

            .counter-section {
                padding: 20px 0;
            }

            span.since-1999 {
                font-size: 60px;
            }

            .hero-content h1 {
                font-size: 42px;
            }

            section.news-section {
                padding-top: 0;
                margin-bottom: 50px;
            }

            /* .news-card {
                width: auto;
                height: 490px;
            } */
            .travel-exp-section {
                margin: 80px 0px;
                padding: 80px 0px;
            }

            section.band-sec {
                margin: 46px 0;
            }

            .footer-description p {
                font-size: 14px;
            }

            .footer-description h4 {
                font-size: 18px;
            }

            section.empowering-global-sec p {
                font-size: 22px;
            }

            section.empowering-global-sec h2 {
                font-size: 52px;
            }

            .empowering-global-sec {
                margin-top: 80px;
            }

            .out-global-membership .logo-box img {
                max-width: 130px;
                width: 100%;
                min-height: 140px;
            }

            .awards-title {
                padding-top: 40px;
                padding-bottom: 20px;
            }

            .miss-block p {
                font-size: 18px;
            }

            .Values-blocks {
                padding: 20px 20px;
            }

            .mega-brand-img {
                width: 150px !important;
            }

            .trave-tech-awrd-sec h5 {
                font-size: 18px;
            }

            .award-img img {
                max-width: 140px;
            }

            .mega-menu .tabContent p {
                font-size: 13px;
            }

            .mega-menu .tabContent h6 a {
                font-size: 17px !important;
            }

            .buid-future-with-sec {
                margin-top: 80px;
            }

            .map-container iframe {
                width: 100%;
                height: 665px;
            }

            .location-box {
                right: -170px;
                min-height: 501px;
            }

            .Connect-with-us h6 {
                font-size: 22px;
                padding-top: 0;
            }

            .Connect-with-us .col-9 {
                font-size: 15px;
            }

            .contact-us-main {
                margin-bottom: 60px;
            }

            .contact-us-main h5 {
                font-size: 21px;
            }

            .contact-us-address p {
                font-size: 16px;
            }

            .anchorelink-arrow img {
                width: 50px;
                height: 50px;
            }

            .event-slide-wrap img {
                width: 100%;
            }

            .brand-arrow-box .swiper-button-prev,
            .brand-arrow-box .swiper-button-next {
                color: #000;
                width: 50px;
                height: 50px;
            }

            section.event-section {
                padding-bottom: 40px;
            }

            .event-slide-wrap .brand-arrow-box {
                position: absolute;
                bottom: 110px;
            }

            .event-slide-wrap {
                padding-top: 35px;
            }

            .ribbon-item {
                font-size: 30px;
                margin-right: 30px;
            }

            section.facility-slieds {
                margin-top: 70px;
                margin-bottom: 70px;
            }

            .team-say-sec {
                margin: 50px 0px;
            }

            .tdg-life-sec {
                padding-top: 50px;
            }

            section.inverst-ur-tomrow-sec {
                background-color: #FAFAFA;
                margin-top: 80px;
                padding: 80px 0px;
            }

            .scuuc-story-sec {
                margin-top: 80px;
            }

            .question-mark-bg h5 {
                font-size: 38px;
            }

            .question-mark-bg {
                width: 100%;
                height: 450px;
            }

            .lets-talk-img {
                width: 100%;
                max-width: 400px;
            }

            .who-img {
                max-width: 400px;
            }

            .why-card {
                width: 19%;
                min-height: 290px;
            }

            .Values-blocks1 {
                min-height: 316px;
            }

            .section-heading {
                font-size: 27px !important;
            }

            section.out-global-membership h5 {
                font-size: 22px;
            }

            .stard-label-row p {
                font-size: 17px;
            }

            h4 {
                font-size: 32px;
            }

            .stay-radar-section .radar-box {
                background: #11b6c5;
                max-width: 1600px;
                min-height: 250px;
            }

            .company-images p {
                font-size: 13px;
            }

            .company-images h5 {
                font-size: 17px;
            }

            .news-title {
                font-family: 'Gilroy';
                font-size: 20px !important;
            }

            .abt-p {
                font-size: 17px;
            }

            .travel-exp-section a {
                font-size: 17px;
            }

            .travel-exp-section h2 {
                font-size: 50px;
            }

            .zig-card {
                min-height: 320px;
            }

            .zig-card p {
                font-size: 17px;
            }

            .user {
                margin-top: 11px;
            }

            .zig-card h4 {
                font-size: 26px;
                margin-bottom: 18px;
            }

            .cmn-h2 {
                font-size: 45px;
            }

            .brand-card p {
                font-size: 18px;
            }

            .brand-card ul li {
                font-size: 15px;
            }

            .date {
                font-size: 17px;
            }

            .event-news-tab-content .location {
                font-size: 17px;
            }

            .event-desc {
                font-size: 15px;
            }

            h3.event-participated {
                font-size: 32px;
            }

            .event-title {
                font-size: 20px;
            }

            .marketing-slider-wrap {
                gap: 30px;
            }

            .status-badge {
                font-size: 19px;

            }

            section.stats-section {
                padding-top: 50px;
            }

            .stats-row {
                flex-wrap: wrap;
            }

            .stats-row {
                gap: 40px;
            }

            .stat-item:not(:last-child)::after {
                right: -20px;
                height: 60px;
            }

            section.event-section {
                margin-bottom: 0;
                padding-top: 50px;
            }

            section.news-section {
                padding-top: 0;
                margin-bottom: 75px;
            }

            .my-swiper-container {
                left: 56%;
                transform: translate(-50%, -50%);
            }

            .counter-box::after {
                content: "";
                height: 60px;
            }

            .plus-icon {
                font-size: 37px;
                margin-top: -4px;
                margin-left: 0px;
            }

            .counter-number {
                font-size: 29px;
            }

            .counter-text {
                font-family: 'Gilroy';
                font-size: 18px;
                margin-top: 0;
            }

            .counter-left {
                width: 60%;
            }

            .Connect-with-us .col-10 {
                font-size: 16px;
            }

            .Connect-with-us .col-3 {
                font-size: 16px;
            }

            .Connect-with-us .col-2 {
                font-size: 16px;
            }

            .location-box.shadow-lg p {
                color: #6D6F71;
                font-size: 16px;
            }

            .location-box.shadow-lg h5 {
                font-size: 18px;
            }

            .location-box.shadow-lg h4 {
                font-size: 25px;
            }

            .career-description {
                padding-top: 30px;
                padding-bottom: 30px;
            }

            .journy-trust-bg {
                margin-top: 80px;
                margin-bottom: 80px;
                min-height: 300px;
            }

            section.journy-trust h1 {
                margin-bottom: 10px;
            }

            .event-center-block h3 {
                font-size: 50px;
            }

            .social-icons a {
                font-size: 16px;
            }

            .booth-details p {
                font-size: 20px;
            }

            .event-center-block {
                padding-top: 40px;
            }

            .event-slider-wrapper {
                top: 440px;
            }

            .events-pagination {
                margin-top: 60px;
                margin-bottom: 80px;
            }

            section.global-pres-sec {
                position: relative;
                margin-bottom: 80px;
            }

            .location-cards-wrapper .location-address {
                font-size: 15px;
            }

            section.accreditation-section {
                padding: 80px 0;
            }

            .location-cards-wrapper .location-title {
                font-size: 20px;
            }

            .ourbrand-solutions {
                background-color: #FAFAFA;
                margin-top: 80px;
                margin-bottom: 0px;
                padding: 82px 0px;
            }

            section.vision-section {
                margin-top: 80px;
            }

            .journeySwiper {
                padding: 30px 40px 0;
            }

            .timeline-wrapper {
                padding-bottom: 0;
            }

            .journey-title {
                font-size: 52px;
            }

            .who-we-incemental p {
                font-size: 17px;
            }

            .who-we-incemental h3 {
                font-size: 25px;
            }

            .who-desc {
                font-size: 17px;
            }

            .who-title {
                font-size: 39px;
            }

            .partner-hero h5 {
                font-size: 25px;
            }

            .b2b-reservation-s-logo a {
                font-size: 19px;
            }

            h5.lg-tile {
                font-size: 21px;
            }

            span.italic-fonts {
                font-size: 23px;
            }

            .the-futre-we-build {
                margin-bottom: 40px;
            }

            .rez-tz-section,
            .affiliate-section,
            .designer-pack-section,
            .designer-indya-section,
            .designer-voyages-section,
            .r-hub-section {
                padding-top: 60px;
            }

            .b2b-reservation-system {
                height: auto;
            }

            .stat-title {
                font-size: 14px;
            }

            .stat-number {
                font-size: 16px;
            }

            .b2b-reservation-system .btn-know-more {
                padding: 8px 18px;
                font-size: 16px;
            }

            .contentx-text p {
                font-size: 16px;
            }

            .began-para p {
                font-size: 15px;
            }

            .Values-blocks {
                min-height: 290px;
            }

            section.partnet-outbond-travel p {
                font-size: 17px;
            }

            section.partnet-outbond-travel h4 {
                font-size: 52px;
            }

            .highlight-card {
                min-height: 250px;
            }

            .core-techno-labels p {
                font-size: 13px;
            }

            .why-number {
                font-size: 35px;
            }

            h3.highlight-number {
                font-size: 21px;
            }

            .mb-172p {
                margin-bottom: 80px;
            }

            .mt-172p {
                margin-top: 50px;
            }

            section.key-highlights-sec {
                padding: 40px 0;
            }

            .why-text {
                font-size: 17px;
            }

            h4.block-cmn-h4 {
                font-size: 26px;
            }

            section.key-highlights-sec {
                margin-top: 0px;
            }

            .promise-desc {
                font-size: 17px;
            }

            .body-textp1 {
                font-size: 15px !important;
            }

            h1 {
                font-size: 42px;
            }

            .company-images p {
                font-size: 13px;
            }

            .company-images h5 {
                font-size: 17px;
            }

            .team-say-sec .team-card {
                height: 298px;
            }

            .abt-p {
                font-size: 16px;
            }

            .cmn-h2 {
                font-size: 42px;
            }

            .cmn-h4 {
                font-size: 22px;
            }

            .skill-pill {
                font-size: 15px;
            }

            #jobAccordion button p {
                font-size: 15px;
            }

            ul.job-list li {
                font-size: 15px;
            }

            .job-card h6 {
                font-size: 20px;
            }

            .section-heading {
                font-size: 42px;
            }

            #jobAccordion h5 {
                font-size: 22px;
            }

            .culture-values-sec .value-card {
                height: auto;
                justify-content: inherit;
            }

            p.brand-intro-text {
                font-size: 16px;
                color: #000;
            }

            .highlight-icon img {
                width: 54px;
                height: 54px;
            }

            section.career-sec-hero h1.display-5 {
                font-size: 60px;
            }

            .culture-values-sec .value-card {
                height: auto !important;
            }

            p.highlight-footer-text {
                font-size: 20px;
                margin-top: 0PX;
            }

            .culture-values-sec .value-card p {
                font-size: 16px;
            }

            .culture-values-sec .value-card h5 {
                font-size: 20px;
            }

            .radar-box h3 {
                font-size: 38px;
            }

            .radar-box a {
                font-size: 22px;
            }

            .out-global-membership h2 {
                font-size: 52px;
            }

            p.block-cmn-pp {
                font-size: 16px;
            }

            .brand-hover-icon img {
                width: 60%;
                object-fit: contain;
            }

            .who-can-partner-withus .partner-card h2 {
                padding-bottom: 1px;
            }

            .body-textp {
                font-size: 17px !important;
            }

            .partner-with-hero h4 {
                font-size: 29px;
            }

            .partner-with-hero h1 {
                font-size: 57px;
            }

            .campaign-type {
                font-size: 29px;
                margin-bottom: 1;
            }

            .section-content {
                font-size: 18px;
            }

            .scuuc-story-sec .card-title {
                font-size: 35px;
                margin-bottom: 0;
            }

            .card-image {
                flex: 0 0 58% !important;
            }

            .spacer {
                height: 39vh;
            }

            .trade-content p {
                font-size: 16px;
            }

            .trade-content h5 {
                font-size: 24px;
            }

            h2 {
                font-size: 25px;
            }

            .ourbrand-solutions .tab-content p {
                color: #000;
                font-size: 15px;
            }

            .brand-tabs .nav-link {
                font-size: 17px;
                padding: 20px 16px;
            }

            .journey-title {
                margin-bottom: 0;
            }

            .timeline-box h4 {
                font-size: 21px;
            }

            .timeline-box p {
                font-size: 16px;
            }

            section.about-us-banner-sec h1 {
                font-size: 60px;
            }

            section.about-us-banner-sec h4 {
                font-size: 30px;
            }

            .team-say-sec .team-quote {
                font-size: 10px;
            }

            .team-quote {
                padding-left: 0;
                padding-right: 0;
            }

            .buid-the-fe1 p {
                font-size: 17px;
            }

            .build-the-fe-card::before {
                content: "";
                position: absolute;
                top: -157px;
                left: 50%;
                height: 260px;
            }

            .buid-the-futre-row h5 {
                font-family: 'Gilroy';
                font-size: 20px;
            }

            .brand-card {
                min-height: 555px;
            }

            .news-slide-wrap .brand-arrow-box {
                position: absolute;
                top: -161px;
            }

            .testimonial-sec .brand-arrow-box {
                bottom: 40px;
            }

            .zig-card {
                min-height: 327px;
            }

            .zig-card h4 {
                margin-bottom: 10px;
            }

            .user {
                margin-top: 6px;
            }

            .zig-card p {
                font-size: 17px !important;
            }

            .vision-section h4.block-cmn-h4 {
                font-size: 28px;
            }

            .marketing-slider-wrap .slider {
                flex: 0 0 90%;
            }

            .steps li {
                font-size: 50px;
                margin-bottom: 52px;
            }

            .brand-card p {
                font-size: 16px;
                padding-top: 0px;
            }

            .brand-card ul li {
                font-size: 15px;
                margin-bottom: 4px;
            }

            .miss-block h4 {
                font-size: 26px;
            }

            .miss-block p {
                font-size: 17px;
            }
        }

        /* 1366x768 Emergency Fix */
        @media (width: 1366px) and (height: 768px) {
            .card-image {
                flex: 0 0 38% !important;
            }

            .card-content {
                flex: 0 0 62% !important;
                padding: 30px !important;
            }

            .card-title {
                font-size: 28px !important;
            }

            .campaign-type {
                font-size: 20px !important;
            }

            .section-content {
                font-size: 15px !important;
            }
        }

        @media (max-width: 1500px) and (min-width: 1024px) {
            .footer-nav .nav-link {
                padding: 10px 5px;
                font-size: 14px;
            }
        }

        @media (max-width: 1599px) and (min-width: 1025px) {
            .scuuc-story-sec .card {
                min-height: 360px;
            }

            /* ✅ Image ko 35% tak reduce karo */
            .card-image {
                flex: 0 0 47% !important;
            }

            /* ✅ Content ko 65% do */
            .card-content {
                flex: 0 0 53% !important;
                padding: 30px !important;
                height: auto;
            }

            /* Font sizes compact */
            .scuuc-story-sec .card-title {
                font-size: 30px !important;
                margin-bottom: 25px !important;
            }

            .campaign-type {
                font-size: 20px !important;
                margin-bottom: 6px !important;
            }

            .campaign-detail {
                font-size: 16px !important;
                margin-bottom: 16px !important;
            }

            .section-content {
                font-size: 15px !important;
                line-height: 1.5 !important;
                margin-bottom: 12px !important;
            }
        }

        @media (max-width: 1366px) and (min-width: 1200px) {
            .scuuc-story-sec .card {
                min-height: 380px;
                margin-bottom: 50px;
            }

            /* ✅ CRITICAL: Image ko chhota karo */
            .card-image {
                flex: 0 0 45% !important;
                /* Image 40% width */
            }

            .card-content {
                flex: 0 0 60% !important;
                /* Content 60% width */
                padding: 35px !important;
            }

            /* Font sizes reduce */
            .scuuc-story-sec .card-title {
                font-size: 32px !important;
                margin-bottom: 30px !important;
            }

            .campaign-type {
                font-size: 22px !important;
                margin-bottom: 8px !important;
            }

            .campaign-detail {
                font-size: 17px !important;
                margin-bottom: 18px !important;
            }

            .section-content {
                font-size: 16px !important;
                line-height: 1.6 !important;
                margin-bottom: 14px !important;
            }
        }

        /* For exact 1366x768 resolution */
        @media (max-width: 1366px) and (max-height: 768px) {
            .scuuc-story-sec .card {
                min-height: 350px !important;
            }

            .card-image {
                flex: 0 0 53% !important;
            }

            .card-content {
                flex: 0 0 62% !important;
                padding: 30px !important;
            }

            .scuuc-story-sec .card-title {
                font-size: 28px !important;
                margin-bottom: 25px !important;
            }

            .campaign-type {
                font-size: 20px !important;
            }

            .campaign-detail {
                font-size: 16px !important;
            }

            .section-content {
                font-size: 15px !important;
            }
        }

        /* Extra large devices (large desktops, less than 1400px) */
        @media (max-width: 1399.98px) {
            li.quick-link-li {
                font-size: 19px;
            }

            .partner-logo-width {
                width: 90px;
            }

            .events-pagination {
                margin-top: 0;
                margin-bottom: 40px;
            }

            .why-card {
                min-height: 300px;
                height: 280px;
            }

            .plus-icon {
                font-size: 32px;
                height: auto;
                margin-top: -10px;
            }

            .social-icons a {
                font-size: 14px;
            }

            .company-images p {
                font-size: 13px;
            }

            .company-images h5 {
                font-size: 15px;
            }

            .user {
                margin-top: 15px;
            }

            .trade-content p {
                font-size: 15px;
            }

            .trade-content h5 {
                font-size: 22px;
            }

            p.Registered-inner-tile {
                font-size: 21px;
            }

            .sub-numbered-list>li::before {
                content: counter(item) "." counter(subitem);
                left: -1px;
                font-size: 20px;
                top: 0px;
            }

            .numbered-list>li::before {
                content: counter(item) ".";
                left: 5px;
                font-size: 24px;
            }

            .privacy-content-tile1 {
                font-size: 25px;
            }

            .privcy-cmn-para {
                font-size: 18px;
                font-weight: 400;
            }

            .spacer {
                height: 260px;
            }



            .magazine-feture-sec::before {
                content: "";
                left: 31px;
                top: -104px;
                height: 940px;
                width: 552px;
            }

            .whtsapp-compaings:after {
                content: "";
                width: 520px;
                position: absolute;
                right: 26px;
                top: -51px;
                height: 640px;
            }

            .social-emailer-sec::before {
                content: "";
                left: 31px;
                top: -62px;
                height: 920px;
                width: 490px;
            }

            .so-med-block::after {
                content: "";
                width: 1000px;
                background-size: 100%;
                right: -100px;
                top: -33px;
                height: 600px;
                width: 850px;
                bottom: 0;
                height: 550px;
            }

            .marketing-slider-wrap {
                gap: 33px;
            }

            p.para-normal {
                font-size: 17px !important;
            }

            .partner-with-hero h1 {
                font-size: 50px;
            }

            .partner-with-hero h4 {
                font-size: 25px;
            }

            .out-global-membership h2 {
                font-size: 50px;
            }

            .journy-trust-bg {
                background-color: #12B1BD;
                min-height: 200px;
            }

            section.journy-trust h1 {
                margin-bottom: 0;
            }

            .foot-text {
                font-size: 14px;
            }

            h3 {
                font-size: 21px;
            }

            .location-box.shadow-lg h4 {
                color: #12B1BD;
                font-size: 35px;
            }

            .Connect-with-us h6 {
                font-size: 26px;
            }

            .location-box.shadow-lg p {
                color: #6D6F71;
                font-size: 18px;
            }

            .Connect-with-us .col-10 {
                font-size: 19px;
            }

            .Connect-with-us .col-2 {
                font-size: 19px;
            }

            .Connect-with-us h6 {
                font-size: 22px;
            }

            p.highlight-footer-text {
                font-size: 21px;
            }

            .contact-us-main h3 {
                font-size: 32px;
            }

            section.career-sec-hero h1.display-5 {
                font-size: 55px;
            }

            .career-sec-hero .hero-text {
                padding-top: 0;
            }

            .career-sec-hero .hero-text {
                font-size: 20px;
            }

            .body-textp1 {
                font-size: 16px !important;
            }

            .Values-blocks {
                width: 49%;
                min-height: 200px;
                padding: 20px 17px;
            }

            h4.block-cmn-h4 {
                font-size: 25px;
            }

            .why-text {
                font-size: 16px;
            }

            p.visit-p {
                font-size: 23px;
            }

            h4 {
                font-size: 32px;
            }

            p.brand-intro-text {
                font-size: 17px;
            }

            .brand-decription p {
                font-size: 15px;
            }

            .brand-rezlive-sec {
                height: 510px;
            }

            .brand-hover-icon {
                width: 70%;
            }

            .section-heading {
                font-size: 32px;
            }

            .counter-bg1,
            .counter-bg2,
            .counter-bg3,
            .counter-bg4,
            .counter-bg5 {
                background-size: 200px;
            }

            .who-we-incemental p {
                font-size: 17px;
            }

            .who-we-incemental h3 {
                font-size: 27px;
            }

            .ourbrand-solutions .tab-content p {
                font-size: 17px;
            }

            .brand-tabs .nav-link {
                font-size: 15px;
            }

            .about-Values-blog-sec .why-row {
                gap: 40px;
            }

            .about-Values-blog-sec .Values-blocks {
                width: 48%;
            }

            .who-img {
                max-width: 70%;
            }

            .career-sec {
                background-size: cover;
                min-height: 100%;
                height: 642px;
            }

            .counter-text {
                font-size: 16px;
            }

            .zig-card h4 {
                font-size: 22px;
                margin-bottom: 20px;
            }

            .lets-talk-img {
                width: 100%;
                max-width: 369px;
            }

            .steps li {
                font-size: 39px;
                margin-bottom: 41px;
            }

            .who-can-partner-withus .partner-card {
                padding: 24px;

            }

            h1 {
                font-size: 51px;
            }

            h2 {
                font-size: 22px;
            }

            .who-can-partner-withus .partner-card h2 {
                padding-bottom: 17px;
            }

            .p-18 {
                font-size: 15px !important;
            }

            .body-textp {
                font-size: 15px !important;
            }

            .partner-hero h1 {
                font-size: 60px;
            }

            .b2b-reservation-system {
                height: auto;
            }

            .question-mark-bg {
                width: 100%;
                height: 100%;
            }

            .explore-btn {
                font-size: 15px;
            }

            .abt-p {
                font-size: 16px;
            }

            .news-card {
                width: 100%;
            }
        }

        @media (max-width: 1300px) {
            .team-say-sec .team-card img {
                height: auto;
                object-fit: cover;
            }

            .event-news-tab-content .event-s-img img {
                max-width: 70%;
            }

            .about-Values-blog-sec h2 {
                padding-bottom: 30px !important;
            }

            .team-quote {
                padding-left: 0;
                padding-right: 0;
            }

            .brand-arrow-box .swiper-button-prev,
            .brand-arrow-box .swiper-button-next {
                color: #000;
                width: 44px;
                height: 44px;
                padding: 16px;
            }

            .anchorelink-arrow img {
                width: 44px;
                height: 44px;
            }

            .partner-us-btn {
                margin: 6px 0px;
                padding: 9px 16px;
            }

            .hero::after {
                content: "";
                height: 100%;
            }

            .partnet-us-width {
                padding: 0 23px;
            }

            .zig-card p {
                font-size: 17px;
            }

            .news-slide-wrap .brand-arrow-box {
                top: -160px;
            }

            .travel-exp-section h2 {
                font-size: 52px;
            }
        }

        /* Large devices (desktops, less than 1200px) */
        @media (max-width: 1199.98px) {

            .mega-menu {
                overflow-y: scroll;
                max-height: 100vh;
            }

            .trave-tech-awrd-sec {
                flex-direction: column;
                width: 100%;
                text-align: center;
                position: inherit;
            }

            .mega-menu .col-lg-8,
            .mega-menu .col-lg-4,
            .mega-menu .col-lg-3 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .mega-menu {
                overflow-y: scroll;

            }

            .mega-menu {
                width: auto;
                left: 50%;
                transform: inherit;
            }

            .partner-with-banner {
                position: relative;
                min-height: 0;
            }

            .discovers-btn a {
                padding: 2px 15px;
            }

            .form-section h2 {
                font-size: 34px;
            }

            div#navbarNav ul li a {
                font-size: 25px;
            }




            .partner-with-hero h1 {
                font-size: 60px;
            }

            .partner-with-hero h4 {
                font-size: 34px;
            }

            .partner-with-hero .body-textp {
                font-size: 18px;
                padding: 0 15px;
            }

            .partner-with-hero .p-18 {
                font-size: 16px;
            }

            .counter-text {
                font-size: 17px;
                margin-top: -2px;
            }

            .event-slider-wrapper {
                width: 40%;
                top: 500px;
            }

            .booth-details p {
                font-size: 20px;
            }

            .event-center-block h3 {
                font-size: 50px;
            }

            .event-center-block {
                max-width: 900px;
                padding-top: 80px;
            }

            .event-center-block h3 {
                font-size: 48px;
            }

            .event-slide-card img {
                height: 220px;
            }

            .event-slider-nav {
                right: 220px;
            }

            h3.event-participated {
                font-size: 52px;
            }

            .news-title {
                font-size: 30px;
            }

            .status-badge {
                font-size: 15px;
            }

            .news-source a,
            .news-date,
            section.news-description {
                font-size: 15px;
            }

            .b2b-reservation-system {
                height: auto;
            }

            .stats-row {
                gap: 30px;
            }

            .stat-number {
                font-size: 24px;
            }

            .stat-title {
                font-size: 14px;
            }

            .stat-item:not(:last-child)::after {
                right: -15px;
                height: 50px;
            }

            h3.highlight-number {
                font-size: 21px;
            }

            .miss-block {
                height: 100%;
            }

            .ourculture-values .why-row {
                display: flex;
                justify-content: space-between;
                gap: 17px;
            }

            .buid-the-fe1,
            .buid-the-fe2 {
                width: 49%;
            }

            .buid-the-fe1::before {
                content: "";
                position: absolute;
                top: 30%;
                left: 50%;
                height: 50%;
                width: 50%;
                transform: translate(-50%, -50%);
            }

            .buid-the-fe2::before {
                content: "";
                position: absolute;
                top: 27%;
                left: 50%;
                height: 50%;
                width: 50%;
                transform: translate(-50%, -50%);
            }

            span.swiper-pagination-bullet {
                width: 100px;
            }

            .sangath-para-tile {
                max-width: 100%;
                margin: 0 auto;
            }

            .accreditation-block {
                width: 47%;
            }

            .question-mark-bg {
                max-width: 100%;
            }

            .myTabs li {
                font-size: 18px;
            }
        }

        @media (max-width: 991.98px) and (min-width: 768px) {
            section.stats-section {
                padding-top: 50px;
            }

            .stats-row {
                flex-wrap: wrap;
                gap: 30px 60px;
                justify-content: space-between;
            }

            .stat-item {
                flex: 0 0 calc(50% - 30px);
                text-align: center;
            }

            /* First item me border */
            .stat-item:nth-child(1)::after {
                display: block;
                right: -30px;
            }

            /* Second item me NO border (row end) */
            .stat-item:nth-child(2)::after {
                display: none;
            }

            /* Third item me border */
            .stat-item:nth-child(3)::after {
                display: block;
                right: -30px;
            }

            /* Fourth/Last item me NO border */
            .stat-item:nth-child(4)::after {
                display: none;
            }

            section.empowering-global-sec p {
                font-size: 20px;
            }

            section.empowering-global-sec h2 {
                font-size: 62px;
            }

            .map-container iframe {
                height: 450px;
            }
        }

        @media (max-width: 1025px) {
            .about-Values-blog-sec h2 {
                padding-bottom: 0 !important;
            }

            .stard-label-row p {
                font-size: 15px;
            }

            .buid-future-with-sec {
                margin-top: 30px;
            }

            .stard-label-row {
                padding-top: 20px;
            }

            .out-global-membership {
                padding: 40px 0px;
            }

            .awards-title h1 {
                font-size: 42px;
            }

            section.awsom-event-row {
                padding-top: 50px;
            }

            .event-news-tab-content .event-meta {
                justify-content: space-between;
            }

            .eventSwiper .swiper-slide {
                width: 100% !important;
                margin-right: auto !important;
            }

            .hero-section {
                background-size: contain;
                /* iPad pe full image show hogi */
            }

            .eventSwiper .swiper-slide img {
                height: auto;
            }

            .career-grid {
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: repeat(4, 250px);
            }

            .career-content {
                width: 80%;
                padding: 40px;
            }

            section.marketing-soltuno-sec p {
                padding-top: 10px;
            }

            .scuuc-story-sec {
                margin-top: 50px;
            }

            .case-studies {
                padding-top: 0;
                padding-bottom: 0px;
            }

            .digital-commnunication {
                padding: 0px 0;
            }

            .whtsapp-compaings {
                margin-bottom: 100px;
            }

            .social-emailer-sec,
            .whtsapp-compaings {
                margin-top: 161px;
            }

            .marketing-soltuno-sec {
                min-height: 50vh;
            }

            section.who-can-partner-withus {
                margin: 50px 0;
                padding: 90px 0;
                padding-top: 40px;
            }

            .lets-talk {
                padding: 0px 0px;
            }

            .partner-with-wrapper {
                position: relative;
                min-height: 60vh;
            }

            .brand-rezlive-sec {
                height: 400px;
            }

           .play-btn {
             top: 21%;
             left: 87%;
            }

            .testimonials-section .zig-card {
                min-height: 445px;
            }

            .total-awards-badge h3 {
                margin-left: -44px;
                width: max-content;

            }

            .partner-with-us-sldie {
                height: 500px;
            }

            .buid-the-futre-row {
                padding-top: 56px;
            }

            .partnet-outbond-travel {
                height: 30vh;
            }

            .mega-menu {
                width: auto;
                left: 50%;
                transform: inherit;
            }

            .mega-menu {
                overflow-y: scroll;
                max-height: 100vh;
            }

            /* Stack columns on mobile */
            .mega-menu .col-lg-8,
            .mega-menu .col-lg-4,
            .mega-menu .col-lg-3 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .social-icons a {
                display: block;
                padding-left: 0;
            }

            .news-slide-wrap .brand-arrow-box {
                top: -180px;
            }

            .partner-with-us .slide-item img {
                height: 100%;
                display: block;
                object-fit: cover;
            }

            .news-item {
                margin-bottom: 30px;
            }

            .news-hero {
                position: relative;
                min-height: 70vh;
            }

            .event-hero {
                height: 70vh;
            }

            .Connect-with-us .col-2 {
                font-size: 15px;
                        width: 10%;
                        white-space: nowrap;

        margin-right: 20px;
            }

            .Connect-with-us .col-10 {
                font-size: 16px;
            }

            .Disclaimer-text {
                padding-top: 12px;
                padding-bottom: 12px;
            }

            p.highlight-footer-text {
                font-size: 19px;
            }

            .contat-with-us-block {
                padding-top: 17px;
            }

            .news-hero-text h3 {
                font-size: 30px;
                line-height: normal;
            }

            .cards-container {
                margin-top: 60px;
            }

            .card-image img {
                width: 100%;
                object-fit: cover;
                height: 100px;
                min-height: 330px;
            }

            .inovation-expo-img {
                margin-top: 20px;
            }

            .rezlive-ward-winning-sec.r-hub-section {
                margin-bottom: 50px;
            }

            .stat-number {
                font-size: 20px;
            }

            .black-box {
                justify-content: center;
            }

            .event-news-tab-content .event-s-img img {
                max-width: 60%;
            }

            .mb-172p {
                margin-bottom: 30px;
            }

            .why-text {
                font-size: 16px;
            }

            .empowring-dcm-sec {
                padding: 70px 0px;
            }

            .provide-benifits-c-section h5 {
                font-size: 32px;
            }

            .so-med-block {
                margin-top: 30px;
            }

            .whtsapp-compaings:after {
                content: "";
                width: 520px;
                position: absolute;
                right: 0;
                top: -51px;
                background-size: 90%;
                height: 610px;
            }

            .magazine-feture-sec::before {
                content: "";
                left: 31px;
                top: -62px;
                height: 920px;
                width: 490px;
            }

            .so-med-block::after {
                content: "";
                width: 100px;
                background-size: 100%;
                right: 0;
                top: 20px;
                height: 600px;
                width: 590px;
                bottom: 0;
                height: 550px;
            }

            .who-can-partner-withus .partner-card {
                background: #17b3b8;
                color: #fff;
                padding: 30px;
                border-radius: 8px;
                height: 100%;
                margin-top: 30px;
            }

            .why-partnet-travelgroup .orange-rad-box {
                min-height: 190px;
                padding: 21px;
            }
            .why-part-des-grppss .orange-rad-box {
                    min-height: 190px;
                    padding: 21px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
            }

            .partner-logo-width {
                width: 19%;
                height: 100%;
            }

            .partner-logo {
                width: 100%;
                height: auto;
            }

            .team-say-sec {
                margin: 50px 0px;
            }

            section.news-section {
                padding-top: 0;
                margin-bottom: 30px;
            }

            section.band-sec {
                margin: 40px 0;
            }

            .nationnal-acc-sec {
                padding-top: 15px;
            }

            .ourbrand-solutions {
                margin-bottom: 40px;
            }

            .ourbrand-solutions .tab-content p {
                font-size: 16px;
            }

            .contact-us-main {
                margin-bottom: 40px;
            }

            .location-box {
                position: initial;
                transform: inherit;
                width: 100%;
            }

            .my-swiper-container {
                left: 60%;
            }

            .hero-content-btn a {
                font-size: 17px;
                font-weight: 400;
                padding: 13px 13px;
            }

            .about-Values-blog-sec .Values-blocks {
                width: 47%;
            }

            .team-say-sec .left-content {
                padding-left: 10px;
            }

            .radar-box h3 {
                font-size: 40px;
            }

            .radar-box a {
                font-size: 25px;
            }

            .radar-box p {
                font-size: 24px;
            }

            .zig-card p {
                font-size: 16px;
            }

            .zig-card .user p {
                font-size: 14px;
            }

            section.career-sec-hero h1.display-5 {
                font-size: 55px;
            }

            section.empowering-global-sec p {
                font-size: 20px;
            }

            section.empowering-global-sec h2 {
                font-size: 35px;
            }

            .mega-menu p {
                font-size: 16px;
            }

            .trave-tech-awrd-sec {
                flex-direction: column;
                width: 100%;
                text-align: center;
                position: inherit;
            }

            .trave-tech-awrd-sec h5 {
                font-size: 20px;
            }

            .brand-box::after {
                opacity: 0 !important;
            }

            .brand-box .brand-hover-icon {
                opacity: 0 !important;
                transform: none !important;
                top: 50% !important;
            }

            .brand-box img,
            .brand-box p {
                transform: none !important;
                opacity: 1 !important;
            }

            .brand-box:hover {
                background: #fff !important;
            }

            .brand-box:hover a,
            .brand-box:hover p {
                color: inherit !important;
            }

            section.about-us-banner-sec h1 {
                font-size: 50px;
            }

            section.about-us-banner-sec h4 {
                font-size: 30px;
            }

            h1 {
                font-size: 50px;
            }

            .marketing-slider-wrap {
                flex-direction: column;
            }

            .steps {
                display: flex;
                flex-direction: row;
                width: 100%;
                justify-content: space-between;
                margin-top: 40px;
                margin-left: 0px;
            }

            .steps li {
                font-size: 50px;
                margin-bottom: 0;
            }

            .lets-talk-img {
                width: 100%;
                max-width: 100px;
                height: auto;
                margin: 20px auto;
            }
        }

        /* Tablet and Small Laptop Fix - 768px to 1024px */
        @media (max-width: 1024px) and (min-width: 768px) {
            .scuuc-story-sec .card {
                flex-direction: column !important;
                min-height: auto;
                margin-bottom: 40px;
                position: relative !important;
                top: auto !important;
            }

            .card-image {

                width: 100%;
                min-height: 300px;
            }

            .card-content {

                width: 100%;
                padding: 30px !important;
                height: auto !important;
            }

            .scuuc-story-sec .card-title {
                font-size: 28px !important;
                margin-bottom: 20px !important;
            }

            .campaign-type {
                font-size: 20px !important;
                margin-bottom: 8px !important;
            }

            .campaign-detail {
                font-size: 16px !important;
                margin-bottom: 15px !important;
            }

            .section-content {
                font-size: 15px !important;
                line-height: 1.6 !important;
                margin-bottom: 12px !important;
            }

            /* Remove sticky positioning on tablet */
            .scuuc-story-sec .card:nth-child(1),
            .scuuc-story-sec .card:nth-child(2),
            .scuuc-story-sec .card:nth-child(3) {
                position: relative !important;
                top: 0 !important;
            }

            .spacer {
                height: 50px;
            }
        }

        /* For 1024px - Keep desktop mega menu layout but adjust columns */

        /* For 820px and below - Mobile scrolling mega menu */

        /* For 991px and below - Mobile/Tablet Portrait */
        @media (max-width: 991px) {

            .trade-content h5 {
               font-size: 17px;
            }
            h4.tech-section-title.pb-2.Core-service-cate {
                font-size: 24px;
            }

            .digital-commnunication {
                padding: 0px 0;
            }

            .who-can-partner-withus .partner-card h2 {

                font-size: 19px;
            }

            .news-card {
                height: 720px !important;
            }

            .marketing-soltuno-sec {
                min-height: 50vh;
            }

            .empowring-dcm-sec .Values-blocks {

                min-height: auto;
            }

            .social-icons {
                margin-bottom: 30px;
            }

            .career-grid {

                gap: 12px;
            }

            .career-content {
                width: 90%;
                max-width: max-content;
                padding: 36px 28px;
            }




            .event-slide-wrap {

                padding-bottom: 18px;
                margin-bottom: 20px;
            }

            .news-source-left img {
                min-width: 151px;
                min-height: 100px;
            }

            .partner-with-hero {
                width: 100%;
            }

            .event-title {
                font-size: 18px;
            }

            .event-news-tab-content .event-s-img img {
                max-width: 65%;
            }

            .Values-blocks1 {
                min-height: 216px;
            }

            .why-des-voyages .why-card {
                width: 48%;
            }

            .highlight-card {
                min-height: 150px;
            }

            .highlight-card h5 {
                font-size: 32px;
            }

            .partnet-outbond-travel {
                height: 50vh;
            }

            .mt-172p {
                margin-top: 40px;
            }

            section.partnet-outbond-travel p {
                font-size: 14px;
            }

            section.partnet-outbond-travel h4 {
                font-size: 32px;
            }

            .emailer-padd-left {
                padding-left: 0px;
            }

            .social-emailer-sec {
                margin-top: 10px;
            }

            .whtsapp-compaings {
                margin-top: 10px;
                margin-bottom: 10px;
            }

            .magazine-feture-sec {
                margin-top: 10px;
                margin-bottom: 0px;
            }

            .so-med-block::after {
                content: "";
                display: none;
            }

            .social-emailer-sec::before {
                content: "";
                display: none;
            }

            .whtsapp-compaings:after {
                content: "";
                display: none;
            }

            .magazine-feture-sec::before {
                content: "";
                display: none;
            }

            .trade-content p {
                font-size: 14px;
                        line-height: 16px;
            }

            .trade-content h5 {
                line-height: 20px;
            }
            .scuuc-story-sec .card {
                flex-direction: column !important;
                min-height: auto !important;
                margin-bottom: 40px !important;
                position: relative !important;
                top: auto !important;
            }

            .card-image {
                flex: 0 0 60% !important;
                width: 100% !important;
                min-height: 280px;
            }

            .card-content {
                flex: 0 0 100% !important;
                width: 100% !important;
                padding: 30px !important;
                height: auto !important;
            }

            .scuuc-story-sec .card-title {
                font-size: 26px !important;
                margin-bottom: 18px !important;
            }

            .campaign-type {
                font-size: 18px !important;
                margin-bottom: 6px !important;
            }

            .campaign-detail {
                font-size: 15px !important;
                margin-bottom: 12px !important;
            }

            .section-content {
                font-size: 14px !important;
                line-height: 1.5 !important;
                margin-bottom: 10px !important;
            }

            .spacer {
                height: 30px;
            }
        }

        @media (min-width: 992px) {

            .invest-card {
                min-height: 520px;
                /* 👈 same height like Figma */
            }
        }

        /* Small Tablets - 600px to 767px */
        @media (max-width: 767px) and (min-width: 600px) {
            .scuuc-story-sec .card {
                flex-direction: column !important;
                margin-bottom: 30px;
            }

            .card-image {
                flex: 0 0 100% !important;
                min-height: 250px;
            }

            .card-content {
                flex: 0 0 100% !important;
                padding: 25px !important;
            }

            .scuuc-story-sec .card-title {
                font-size: 24px !important;
                margin-bottom: 15px !important;
            }

            .campaign-type {
                font-size: 18px !important;
            }

            .campaign-detail {
                font-size: 15px !important;
            }

            .section-content {
                font-size: 14px !important;
            }
        }

        /* Medium devices (landscape tablets, less than 992px) */
        @media (max-width: 991.98px) {
            .brand-rezlive-sec {
                height: 400px;
            }

            .career-content h2 {
                font-size: 26px;
            }

            .career-content small {
                font-size: 16px;
            }

            .grid-item {

                height: auto;
            }

            .invest-tomorrow-section {
                margin-top: 70px;
            }

            .buid-the-futre-row {
                padding-top: 36px;
                gap: 12px;
            }

            h2.culture-title {
                font-size: 25px;
            }

            .invest-card {
                min-height: auto;
            }

            section.rezlive-ward-winning-sec {
                margin-top: 0;
            }

            .partner-hero h5 {
                font-size: 20px;
            }

            .partner-hero {
                height: 350px;
            }

            .career-sec-hero {
                height: 300px !important;

            }

            .hero-text span.normal-fonts {
                font-size: 15px;
            }

            .test-sec-mb {
                margin-bottom: 30px;
            }

            .partner-with-hero h1 {
                font-size: 38px;
                margin-bottom: 0;
            }

            .partner-with-hero h4 {
                font-size: 25px;
            }

            .news-source-right {
                width: 100%;
            }

            .dwn-arrrow-btn {
                margin-bottom: 50px;
            }

            .pt-60 {
                padding-top: 30px;
            }

            .empowering-global-sec {
                margin-top: 30px;
            }

            h3 {
                font-size: 19px;
            }

            .journy-trust-bg {
                margin-top: 0px;
                margin-bottom: 0px;
            }

            .location-cards-wrapper .location-address {
                font-size: 13px;
            }

            .location-cards-wrapper .location-title {
                font-size: 18px;
            }

            .journey-title {
                font-size: 36px;
            }

            .mission-blog-sec {
                padding-bottom: 60px;
            }

            .vision-blog-sec {
                padding-bottom: 40px;
            }

            section.vision-section {
                margin-top: 40px;
            }

            

            .body-textp1 {
                font-size: 15px !important;
            }

            h1 {
                font-size: 35px;
            }

            section.about-us-banner-sec p {
                font-size: 20px;
            }

            .mega-menu .tabContent p {
                font-size: 14px;
            }

            .mega-menu .tabContent h6 a {
                font-size: 17px !important;
            }

            .news-card:hover img {
                height: auto;
            }

            .news-card:hover .card-body {
                opacity: 1;
            }

            .hero::after {
                content: "";
                height: 100%;
            }

            .counter-box::after {
                content: "";
                display: none;
            }

            .hero-content h1 {
                font-size: 40px;
            }

            .hero-content p {
                font-size: 15px;
                max-width: 100%;
            }

            .brand-arrow-box .swiper-button-prev,
            .brand-arrow-box .swiper-button-next {
                width: 51px;
                height: 51px;
            }

            .cmn-h2 {
                font-size: 30px;
            }

            .about-us-sec {
                padding: 0px 0;
            }

            .cmn-h4 {
                font-size: 22px;
            }

            .brand-slider-wrap .brand-arrow-box {
                top: -130px;
                right: -10px;
            }

            .glob-sec .row>.counter-box:first-child .counter-number-container {
                justify-content: center;
            }

            .counter-text {
                text-align: center;
            }

            .glob-sec .row>.counter-box:last-child .counter-number-container {
                justify-content: center;
            }

            .brand-card ul li {
                font-size: 16px;
            }

            .brand-card p {
                font-size: 18px;
            }

            .anchorelink-arrow img {
                width: 51px;
                height: 51px;
            }

            .partner-with-us .slide-item img {
                height: 100%;
            }


            section.events-gallery-slider {
                margin-top: 0px;
            }

            .section-gap {
                margin-bottom: 0;
            }

            .about-us-sec {
                padding: 0 0;
            }

            .travel-exp-section {
                margin: 30px 0px;
            }

            section.partner-with-us {
                padding-top: 0px;
            }

            .testimonial-sec .brand-arrow-box {
                position: initial;
                margin-bottom: 32px;
                margin-top: 40px;

            }

            .news-slide-wrap .brand-arrow-box {
                position: initial;
            }

            .event-slide-wrap .brand-arrow-box {
                position: initial;
            }

            .brand-slider-wrap .brand-arrow-box {
                position: initial;
                margin-top: 40px;
            }

            .news-source-left {
                width: 30%;
                margin: 0px auto;
                text-align: center !important;
            }

            .news-source-right {
                margin-top: 20px;
            }

            .b2b-reservation-system {
                padding: 30px;
                height: auto;
            }

            .stats-row {
                margin-top: 40px;
            }

            .stat-item {
                min-width: 45%;
                margin-bottom: 20px;
            }

            .stat-number {
                font-size: 21px;
            }

            .stats-row {
                flex-wrap: wrap;
                gap: 0px 45px;
            }

            .stat-item {
                width: calc(33.33% - 45px);
            }

            .partner-hero h1 {
                font-size: 40px;
            }

            .partner-hero .hero-text {
                font-size: 15px;
            }

            .section-title {
                font-size: 20px;
            }

            .privcy-cmn-para {
                font-size: 17px;
            }

            p.Registered-inner-tile {
                font-size: 18px;
            }

            .sub-numbered-list>li::before {
                left: 3px;
                font-size: 16px;
            }

            .numbered-list>li::before {
                content: counter(item) ".";
                position: absolute;
                left: 0;
                font-weight: bold;
                color: #000;
                top: -3px;
                font-size: 20px;
            }

            section.stats-section {
                padding-top: 0px;
            }

            .began-para p {
                font-size: 16px;
            }

            .why-card {
                width: 48%;
                margin-bottom: 20px;
            }

            section.International-nat-sec {
                background-color: #F9F9F9;
                padding: 50px 0px;
            }

            p.highlight-footer-text {
                font-size: 19px;
                color: #000;
                padding-bottom: 0;
            }

            .section-heading {
                font-size: 47px;
            }

            section.key-highlights-sec {
                margin-top: 0;
            }

            .brand-tabs {
                display: flex;
                flex-direction: row;
                overflow-x: auto;
                white-space: nowrap;
                gap: 10px;
                padding: 10px;
                border: none;
            }

            .brand-tabs::-webkit-scrollbar {
                height: 6px;
            }

            .brand-tabs::-webkit-scrollbar-thumb {
                background: #E55F41;
                border-radius: 10px;
            }

            .brand-tabs .nav-item {
                flex: 0 0 auto;
            }

            .brand-tabs .nav-link {
                border: 1px solid #E55F41;
                border-radius: 10px;
                padding: 12px 20px;
                font-size: 16px;
                background: #fff;
                color: #E55F41;
            }

            .brand-tabs .nav-link.active {
                background: #E55F41;
                color: #fff;
            }

            .location-cards-wrapper {
                position: inherit;
            }

            .who-img {
                max-width: 20%;
            }

            section.about-us-banner-sec h1 {
                font-size: 50px;
            }

            section.about-us-banner-sec h4 {
                font-size: 30px;
            }

            .Values-blocks {
                width: 100%;
            }

            .travel-exp-section h2 {
                font-size: 30px;
            }

            .travel-exp-section a {
                font-size: 12px;
                font-weight: 400;
                font-family: 'Gilroy';
                border: 1px solid #fff;
                border-radius: 8px;
                padding: 11px 13px;
                margin: 0 0px;
            }

            .ribbonSwiper .swiper-slide {
                font-size: 20px;
            }

            section.career-sec-hero h1.display-5 {
                font-size: 40px;
            }

            .career-sec-hero .hero-text {
                padding-top: 10px;
            }

            section.awards-ul {
                padding-top: 45px;
            }

            .Strengthening-Credibility h4 {
                font-size: 28px;
            }

            .contact-us-map {
                margin-top: 40px;
            }

            .location-box {
                position: static;
                width: 100%;
                margin-top: 10px;
                border-radius: 0;
            }

            .map-container iframe {
                width: 100%;
                height: 50vh;
            }


            .company-images p {
                font-size: 13px;
            }

            .form-section h2 {
                font-size: 32px;
            }

            .scuuc-story-sec .card {
                min-height: 70vh;
                margin-bottom: 80vh;
            }

            .card-content {
                padding: 40px;
            }

            .card-title {
                font-size: 36px;
            }

            .campaign-type {
                font-size: 26px;
            }

            .campaign-detail {
                font-size: 18px;
            }

            .saudi-logo {
                font-size: 36px;
            }

            .eurostar-logo {
                font-size: 30px;
            }

            .awards-grid {
                padding-top: 0;
            }

            h4 {
                font-size: 25px;
            }

            .stard-label-row p {
                padding: 6px 29px;
            }

            .stard-label-row {
                padding-top: 10px;
            }

            .out-global-membership p.highlight-footer-text {
                padding-top: 20px;
            }

            .buid-future-with-sec {
                margin-top: 40px;
            }

            .out-global-membership {
                background-color: #F9F9F9;
                padding: 40px 0px;
            }

            h1 {
                font-size: 35px;
            }

            h1 {
                font-size: 40px;
            }

            h4 {
                font-size: 34px;
            }

            h2 {
                font-size: 25px;
            }

            h3 {
                font-size: 22px;
            }

            .foot-text {
                font-size: 15px;
            }

            .so-med-block {
                padding: 80px 60px;
            }

            .social-emailer-sec,
            .whtsapp-compaings,
            .magazine-feture-sec {
                position: relative;
                padding: 80px 60px;
            }
        }

        /* Small devices (portrait tablets and large phones, less than 768px) */
        @media (max-width: 767.98px) {
            .team-say-sec .team-overlay {
                 background: inherit;
          }
            section.empowering-global-sec p {
                font-size: 15px;
            }

            section.empowering-global-sec h2 {
                font-size: 30px;
            }

            .awards-ul li h2 a {

                font-size: 22px;
            }

            .awards-title h1 {
                font-size: 32px;
            }

            .event-news-tab-content .event-meta {
                justify-content: space-between;
            }

            .testimonials-section .zig-card {
                min-height: 364px;
            }

            section.news-section {

                margin-bottom: 30px;
            }

            .about-Values-blog-sec .Values-blocks {
                width: 100%;
            }

            .team-say-sec {
                margin: 35px 0px;
            }

            .invest-card h3.highlight-number {
                padding-bottom: 20px;
            }

            .zig-card {
                min-height: 299px !important;
            }

            .partnet-us-width {
                padding: 0 0;
            }

            .news-year-dropdown {
                top: -81px;
                right: 0;
            }

            .contat-with-us-block {
                padding-top: 7px;
            }

            .eventSwiper .swiper-slide {
                height: 200px
            }

            .eventSwiper .swiper-slide img {
                height: 180px;
            }

            .event-slide-wrap .brand-arrow-box {
                position: initial;

                margin-top: 20px;
            }


            .news-source-left img {
                max-width: 89px;
                min-height: 40px;
                object-fit: contain;
                width: 100% !important;
            }

            .news-hero {
                position: relative;
                min-height: 511px;
            }

            .event-hero {

                height: 50vh;
            }

            a.read-more-news-btn {
                font-size: 16px;
                padding: 7px 14px;
            }

            .news-hero-text {
                max-width: 100%;
                width: 90%;
            }

            .ourbrand-solutions {
                margin-top: 20px;
            }

            .Values-blocks img {

                max-width: 60px;
            }

            .buid-the-futre-row {
                padding-top: 30px;
            }

            .radar-box a {
                font-size: 20px;
            }

            .radar-box p {
                font-size: 20px;
            }

            .radar-box h3 {
                font-size: 27px;
            }

            .status-badge {
                padding: 10px 0;
            }

            .event-news-tab-content .event-s-img img {
                max-width: 100%;
                width: 100%;
            }

            .question-mark-bg {
                margin-top: 40px;
            }

            p.para-normal {
                font-size: 14px !important;
            }

            .whtsapp-compaings,
            .magazine-feture-sec,
            .social-emailer-sec,
            .so-med-block {
                padding: 50px 60px;
            }

            .partner-with-hero h4 {
                font-size: 24px;
            }

            .partner-with-hero h1 {
                font-size: 30px;
            }

            .marketing-slider-wrap {
                gap: 0;
            }

            .steps li {
                font-size: 30px;
            }

            section.partnet-outbond-travel h4 {
                font-size: 25px;
            }

            p.highlight-footer-text {
                font-size: 16px;
            }

            section.digital-commnunication {
                padding: 0 0;
            }

            .marketing-soltuno-sec {
                min-height: 78vh;
                padding: 30px 0
            }

            h1 {
                font-size: 35px;
            }

            p.highlight-footer-text {
                font-size: 16px;
            }

            .award-row h2 {
                margin-bottom: 22px !important;
            }

            .legecy-award-row {
                padding-top: 40px;
            }

            .award-card img {
                max-height: 100px;
            }

            .ourbrand-solutions {
                padding: 22px 0px;
            }

            .vision-blog-sec {
                padding-bottom: 30px;
            }

            span.since-1999 {
                font-size: 60px;
            }

            .hero-video {
                height: 100%;
                object-fit: none;
            }

            .award-slide-right {
                margin: 0 auto;

            }

            .counter-left {
                width: 100%;
            }

            img.main-image {
                height: 150px;
            }

            .glob-sec {
                margin-top: 20px;
            }

            .discover-btn {
                margin-top: 0;
                text-align: center;
            }

            section.partner-with-us {
                padding-top: 0px;
            }

            section.travel-exp-section h2 {
                font-size: 32px;
            }

            .anchorelink-arrow {
                width: 51px;
                height: 42px;
            }

            section.travel-exp-section a {
                margin: 20px 10px;
                display: block;
            }

            .event-center-block {
                margin-bottom: 0;
            }

            .event-center-block {
                max-width: 700px;
                padding-top: 60px;
            }

            .event-center-block h3 {
                font-size: 36px;
            }

            .fitur-img {
                height: 44px;
            }

            .booth-details {
                justify-content: center !important;
            }

            .met-us-btn a {
                font-size: 18px;
                padding: 12px 24px;
            }

            .event-slide-card img {
                width: 100%;
                height: auto;
                max-width: 338px;
                margin: 0 auto;
            }

            .event-slider-nav {
                right: 50%;
                transform: translateX(50%);
                bottom: -60px;
            }

            section.event-tabs-sec {
                margin-top: 60px;
            }

            section.event-tabs-sec ul li .nav-link {
                font-size: 28px;
            }

            .event-title {
                font-size: 28px;
            }

            .event-news-tab-content .location {
                font-size: 20px;
            }

            .date {
                font-size: 18px;
            }

            .event-desc {
                font-size: 18px;
            }

            h3.event-participated {
                font-size: 42px;
            }

            .news-title {
                font-size: 26px;
            }

            .news-source a,
            .news-date,
            section.news-description {
                font-size: 16px;
            }

            .status-badge {
                font-size: 22px;
            }

            .event-slider-wrapper {
                width: 30%;
                top: 480px;
            }

            .status-badge {
                padding: 10px 27px;
            }

            .filters {
                display: flex;
                flex-wrap: wrap;
            }

            .custom-select {
                flex: 1;
                min-width: 110px;
            }

            .select-trigger {
                width: 100%;
                font-size: 16px;
                /* Prevents iOS zoom */
            }

            .stat-item {
                width: calc(50% - 45px);
            }

            .partner-hero {
                height: 100%;
            }

            .terms-section h5 {
                font-size: 27px;
            }

            .stat-item {
                flex: 0 0 100%;
                padding: 20px 0;
                border-bottom: 1px solid rgba(18, 177, 189, 0.3);
            }

            .stat-item:last-child {
                border-bottom: none;
            }

            .stat-item:not(:last-child)::after {
                display: none;
            }

            .stat-number {
                font-size: 22px;
            }

            .stat-title {
                font-size: 13px;
            }

            .contentx-text p {
                font-size: 17px;
            }

            h5.lg-tile {
                font-size: 15px;
            }

            .rez-tz-section,
            .affiliate-section,
            .designer-pack-section,
            .designer-indya-section,
            .designer-voyages-section,
            .r-hub-section {
                padding-top: 30px;
            }

            .b2b-reservation-s-logo a {
                font-size: 16px;
            }

            .b2b-reservation-system .btn-know-more {
                padding: 4px 12px;
            }

            .why-card {
                width: 48%;
                margin-bottom: 20px;
            }

            section.key-highlights-sec {
                margin-top: 0;
            }

            .brand-decription p {
                font-size: 17px;
            }

            .promise-card {
                min-height: 190px;
            }

            .core-techno-labels p {
                font-size: 16px;
            }

            .section-heading {
                font-size: 40px;
            }

            p.visit-p {
                font-size: 17px;
            }

            p.genration-tagline {
                font-size: 16px;
            }

            .journey-title {
                font-size: 32px;
                margin-bottom: 50px;
            }

            .timeline-box {
                min-height: 250px;
            }

            .timeline-box h4 {
                font-size: 24px;
            }

            .timeline-box p {
                font-size: 16px;
            }

            .Values-blocks {
                width: 100%;
            }

            .career-sec-hero {
                height: 100%;
            }

            .career-sec-hero nav.breadcrumb-wrapper {
                left: 90px;
            }

            section.career-sec-hero h1.display-5 {
                font-size: 30px;
            }

            .career-sec-hero .hero-text {
                padding-top: 0;
            }

            .career-sec-hero .hero-text {
                font-size: 20px;
            }

            .buid-the-fe1,
            .buid-the-fe2 {
                width: 100%;
            }

            .buid-the-fe1::before {
                content: "";
                position: absolute;
                top: 31%;
                left: 50%;
                height: 50%;
                width: 50%;
            }

            .buid-the-fe2::before {
                content: "";
                position: absolute;
                top: 31%;
                left: 50%;
                height: 50%;
                width: 50%;
            }

            .grw-with-purpose h3 {
                font-size: 24px;
            }

            .award-slide-right .swiper-slide img {
                width: 61px !important;
                height: 108px;
                object-fit: contain;
            }

            section.out-global-membership h5 {
                font-size: 22px;
            }

            .out-global-membership h2 {
                font-size: 32px;
            }

            section.career-sec-hero h1.display-5 {
                font-size: 40px;
            }

            .stard-label-row p {
                font-size: 15px;
                font-weight: 400;
                font-family: 'Gilroy';
                border: 1px solid #12B1BD;
                border-radius: 100px;
                padding: 6px 17px;
            }

            .contact-us-main h5 {
                font-size: 23px;
            }

            .contact-us-address p {
                font-size: 18px;
            }

            .about-us-banner-sec {
                height: 100vh;
            }

            .empowering-global-sec {
                height: 100%;
                padding: 30px 0;
            }

            #jobAccordion h5 {
                font-size: 21px;
            }

            .award-img img {
                max-width: 200px;
                width: 45%;
                height: 100%;
                object-fit: cover;
                padding: 20px 0;
                text-align: center;
                margin: 0 auto;
            }

            .trave-tech-awrd-sec h5 {
                font-size: 17px;
            }

            .mega-menu p {
                font-size: 15px;
            }

            .scuuc-story-sec .card {
                position: relative !important;
                /* Sticky se relative */
                top: 0 !important;
                /* Top position reset */
            }

            .partner-with-hero h4 {
                font-size: 18px;
            }

            .partner-with-hero h1 {
                font-size: 27px;
            }

            .magazine-feture-sec {
                margin-bottom: 0;
            }

            .journeySwiper {
                padding: 20px 30px 6px 40px;
            }

            .trade-img-row {
                flex-wrap: wrap;
            }

            .trade-card {
                width: 50%;
                height: 320px;
            }

            .cards-container {
                padding: 0 15px;
            }

            .scuuc-story-sec .card {
                position: static !important;
                top: auto !important;
                transform: none !important;
                flex-direction: column;
                margin-bottom: 40px;
            }

            .scuuc-story-sec .card:nth-child(1),
            .scuuc-story-sec .card:nth-child(2),
            .scuuc-story-sec .card:nth-child(3) {
                position: static !important;
                top: auto !important;
                z-index: auto;
            }

            .scrolled-card-left {
                width: 100%;
                min-height: 300px;
            }

            .card-content {
                padding: 30px;
            }

            .card-title {
                font-size: 28px;
                margin-bottom: 15px;
            }

            .campaign-type {
                font-size: 22px;
            }

            .campaign-detail {
                font-size: 16px;
            }

            .section-content {
                font-size: 13px;
            }

            .saudi-logo {
                font-size: 30px;
            }

            .saudi-logo small {
                font-size: 16px;
            }

            .eurostar-logo {
                font-size: 26px;
                gap: 10px;
            }

            .eurostar-icon {
                width: 40px;
                height: 40px;
            }

            .fidato-logo {
                font-size: 26px;
            }

            .fidato-logo span:first-child {
                font-size: 36px;
            }

            .fidato-hotels {
                font-size: 20px;
            }
        }

        /* Extra small devices (phones, less than 576px) */
        @media (max-width: 575.98px) {

            .career-grid {
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: auto;
            }

            .grid-item {
                grid-column: auto !important;
                grid-row: auto !important;
            }

            .career-content {
                grid-column: 1 / -1;
                order: -1;
                margin-bottom: 20px;
                padding: 24px;
            }

            .grid-item {
                height: 180px;
            }

            .brand-slider-wrap .brand-arrow-box {
                top: 120px;
                right: -10px;
            }

            .the-futre-we-build {
                margin-bottom: 20px;
            }

            .inovation-expo-img img {
                max-height: 30px;
            }

            .stat-number {
                font-size: 19px;
            }

            .contentx-text p {
                font-size: 15px;
            }

            .partner-logo {
                width: 70%;
                height: auto;
                margin: 0 auto;
            }

            .why-des-voyages .why-card {
                width: 100%;
            }

            h2 {
                font-size: 24px;
            }

            h4 {
                font-size: 25px;
            }

            .brand-tabs .nav-link {
                padding: 12px 10px;
            }

            .miss-block h4 {
                padding-bottom: 0;
            }

            .journey-title {
                font-size: 32px;
                margin-bottom: 0;
            }

            .cmn-h4 {
                font-size: 18px;
            }

            .explore-btn {
                font-size: 13px;
            }

            .career-sec h4 {
                font-size: 18px;
            }

            .abt-p {
                font-size: 16px;
            }

            .travel-exp-section a {
                font-size: 11px;
                padding: 11px 6px;
            }

            .travel-exp-section h2 {
                font-size: 20px;
            }

            .ribbon-slider {
                height: 60px;
            }

            .ribbon-item {
                font-size: 24px;
            }

            .hote-slide .swiper-slide img {
                width: 80%;
            }

            .counter-text {
                font-size: 15px;
            }

            span.since-1999 {
                font-size: 40px;
            }

            h1 {
                font-size: 29px;
            }

            .journey-section {
                padding: 50px 0;
            }

            .timeline-box p {
                font-size: 15px;
            }

            .who-title {
                font-size: 32px;
            }

            .scuuc-story-sec .card {
                margin-bottom: 50vh;
                border-radius: 12px;
            }

            .scuuc-story-sec .card:nth-child(3) {
                margin-bottom: 30px;
            }

            .scrolled-card-left {
                min-height: 250px;
            }

            .card-content {
                padding: 20px;
            }

            .card-title {
                font-size: 24px;
                margin-bottom: 12px;
            }

            .campaign-type {
                font-size: 20px;
                margin-bottom: 6px;
            }

            .campaign-detail {
                font-size: 14px;
                margin-bottom: 15px;
            }

            .section-title {
                font-size: 14px;
                margin-bottom: 6px;
            }

            .section-content {
                font-size: 12px;
                line-height: 1.5;
                margin-bottom: 12px;
            }

            .saudi-logo {
                font-size: 26px;
            }

            .saudi-logo small {
                font-size: 14px;
                margin-top: 8px;
            }

            .eurostar-logo {
                font-size: 22px;
                gap: 8px;
            }

            .eurostar-icon {
                width: 35px;
                height: 35px;
                font-size: 18px;
            }

            .fidato-logo {
                font-size: 22px;
            }

            .fidato-logo span:first-child {
                font-size: 30px;
            }

            .fidato-hotels {
                font-size: 18px;
            }

            .trade-card {
                height: 260px;
            }

            .miss-block {
                padding: 20px;
                min-height: auto;
            }

            .hero-content-btn a {
                background-color: #fff;
                font-family: 'Gilroy';
                font-size: 15px;
                padding: 15px 8px;
            }

            .cmn-h2 {
                font-size: 26px;
            }

            .brand-slider-wrap .brand-arrow-box {
                top: -120px;
                right: -10px;
            }

            .sangath-sec .btn {
                font-size: 14px;
                padding: 8px 12px;
            }

            .sangath-para-tile {
                max-width: 100%;
            }

            section.travel-exp-section a {
                padding: 11px 14px;
                margin: 11px 10px;
            }

            .partner-with-us-sldie {
                height: 300px;
            }

            .travel-exp-section {
                padding: 22px 0;
            }

            .partner-with-us .slide-overlay p {
                font-size: 14px;
            }

            .partner-with-us .slide-overlay h3 {
                font-size: 25px;
            }

            .partner-logo-width {
                width: 45%;
            }

            .event-center-block {
                padding-top: 30px;
            }

            .event-center-block h3 {
                font-size: 22px;
            }

            .rez-logo2 img {
                max-width: 150px;
            }

            .fitur-img {
                height: 40px;
            }

            .booth-details p {
                font-size: 14px;
                padding: 5px 15px;
            }

            .met-us-btn a {
                font-size: 14px;
                padding: 8px 16px;
            }

            .event-slide-card img {
                max-width: 240px;
            }

            .event-nav-btn {
                width: 35px;
                height: 35px;
            }

            .event-nav-btn svg {
                width: 18px;
                height: 18px;
            }

            section.event-tabs-sec ul li .nav-link {
                font-size: 20px;
            }

            .event-title {
                font-size: 18px;
                margin: 12px 0;
            }

            .event-news-tab-content .location {
                font-size: 16px;
            }

            .date {
                font-size: 14px;
                margin-left: 0;
                display: block;

            }

            .event-desc {
                font-size: 14px;
            }

            h3.event-participated {
                font-size: 26px;
            }

            .news-title {
                font-size: 22px;
            }

            .news-source a,
            .news-date {
                font-size: 14px;
            }

            section.news-description {
                font-size: 14px;
            }

            .event-slider-wrapper {
                width: 60%;
                top: 380px;
            }

            .status-badge {
                right: 16px;
                padding: 6px 10px;
                font-size: 18px;
            }

            .blue-box {
                font-size: 18px;
                padding: 25px;
            }

            .b2b-reservation-system {
                padding: 20px;
            }

            .stat-item:first-child {
                border-top: none;
                padding-top: 0;
            }

            .stat-number {
                font-size: 24px;
            }

            .stat-title {
                font-size: 15px;
            }

            .stat-description {
                font-size: 13px;
            }

            .stat-item {
                width: 100%;
                padding-right: 0;
            }

            .stat-item::after {
                display: none;
            }

            .terms-section h5 {
                font-size: 16px;
            }

            .terms-section p {
                font-size: 14px;
            }

            .partner-hero h1 {
                font-size: 29px;
            }

            .terms-section p {
                font-size: 17px;
            }

            .partner-hero .hero-text {
                font-size: 13px;
            }

            section.stats-section {
                padding-top: 0px;
            }

            .stat-item {
                padding: 15px 0;
            }

            .stat-number {
                font-size: 20px;
            }

            .stat-title {
                font-size: 12px;
                white-space: normal;
            }

            .stat-item {
                padding: 15px 0;
            }

            .stat-number {
                font-size: 20px;
            }

            .stat-title {
                font-size: 12px;
                white-space: normal;
            }

            .why-card {
                width: 100%;
                margin-bottom: 20px;
            }

            .brand-rezlive-sec .rezlive-logo {
                max-width: 250px;
            }

            .rezlive-tagline {
                font-size: 17px;
            }

            .rezlive-link {
                font-size: 19px;
            }

            .brand-rezlive-sec {
                height: 430px;
            }

            .core-techno-labels p {
                font-size: 12px;
            }

            .why-card {
                min-height: 0;
                height: auto;
            }

            .section-heading {
                font-size: 24px;
            }

            .why-number {
                font-size: 30px;
            }

            .stat-box {
                padding: 20px 10px;
            }

            .ourbrand-solutions .tab-content img {
                max-width: 70%;
            }

            .ourbrand-solutions .tab-content p {
                font-size: 15px;
            }

            section.about-us-banner-sec h1 {
                font-size: 25px;
            }

            section.about-us-banner-sec h4 {
                font-size: 19px;
            }

            section.about-us-banner-sec p {
                font-size: 14px;
            }

            .who-desc {
                font-size: 15px;
            }

            .about-us-banner-sec {
                height: 50vh;
            }

            .radar-box h3 {
                font-size: 20px;
            }

            .radar-box a {
                font-size: 17px;
            }

            .stay-radar-section .radar-box {
                min-height: 100%;
            }

            .provide-benifits-c-section h5 {
                font-size: 20px;
            }

            .hero-content h1 {
                font-size: 25px;
            }

            .counter-section {
                padding: 0 0;
            }

            .counter-number {
                font-size: 30px;
            }

            .hero-content-btn a {
                padding: 15px 8px;
            }

            .parent-container {
                padding-bottom: 21px;
            }

            .accreditation-block {
                width: 100%;
            }

            .location-box.shadow-lg h4 {
                color: #12B1BD;
                font-size: 29px;
            }

            .location-box.shadow-lg p {
                font-size: 15px;
            }

            .Connect-with-us h6 {
                font-size: 22px;
            }

            .event-hero {
                height: auto;
            }

            .news-source-left {
                width: 100%;
            }

            p.brand-intro-text {
                font-size: 16px;
            }

            #jobAccordion button p {
                font-size: 17px;
            }

            #jobAccordion button p {
                font-size: 15px;
            }

            .job-card h6 {
                font-size: 17px;
            }

            img.main-logo {
                width: 200px;
                height: auto;
            }

            .vision-blog-sec {
                padding-bottom: 30px;
            }

            section.accreditation-section {
                padding: 20px 0;
            }

            h1 {
                font-size: 32px;
                line-height: 120%;
            }

            h4 {
                font-size: 26px;
                line-height: 120%;
            }

            h2 {
                font-size: 22px;
                line-height: 120%;
            }

            h3 {
                font-size: 18px;
                line-height: 120%;
            }

            .foot-text {
                font-size: 14px;
                line-height: 20px;
            }

            .about-us-banner-sec {
                height: 30vh;
            }
        }

        @media (max-width:470px) {
            .inverst-ur-tomrow-sec .career-card img {
                max-width: 74px;
                height: 54px;
            }

            .section-heading {
                font-size: 25px !important;
            }

            .core-techno-labels p {
                padding: 10px 16px
            }

            .my-swiper-container {
                left: 81%;
                top: 21%;
            }

            .eventSwiper {
                padding-bottom: 20px;
            }

            .news-hero {
                position: relative;
                min-height: 300px;
            }

            .news-title {
                font-size: 15px !important;
            }

            .news-hero-text h3 {
                font-size: 20px;
            }

            section.event-tabs-sec ul.nav.header-tabs li {

                margin: 0 1px;
            }

            section.event-tabs-sec ul li a {
                font-size: 18px !important;
            }

            #jobAccordion button p {
                font-size: 14px;
            }

            #jobAccordion h5 {
                font-size: 19px;
            }

            .grw-with-purpose h3 {
                font-size: 21px;
            }

            .grw-with-purpose {
                padding: 19px;
            }

            .event-news-tab-content .event-s-img img {
                max-width: 60px;
            }

            .scuuc-story-sec .card-title {
                font-size: 24px !important;
            }

            .sangath-sec img {
                max-width: 100%;
                height: auto;
                object-fit: contain;
            }

            h1 {
                font-size: 25px;
            }

            .timeline-box p {
                font-size: 14px;
            }

            .trade-card {
                width: 100%;
                height: 100%;
            }

            .company-images {
                width: 100%;
            }

            .event-slider-wrapper {
                width: 100%;
                top: 430px;
            }

            .status-badge {
                right: 6px;
                padding: 7px 10px;
                font-size: 13px;
            }

            .filters {
                flex-direction: column;
                align-items: stretch;
                padding: 6px;
            }

            .custom-select {
                width: 100%;
            }

            .custom-select+.custom-select {
                border-left: none;
                border-top: 1px solid #e5e7eb;
                padding-left: 0;
                padding-top: 8px;
                margin-left: 0;
                margin-top: 8px;
            }

            .options-list {
                max-height: 240px;
            }

            p.highlight-footer-text {
                font-size: 16px;
                padding-top: 20px;

            }

            .buid-the-fe1::before {
                content: "";
                position: absolute;
                top: 31%;
                left: 50%;
                height: 35%;
            }

            .buid-the-fe2::before {
                content: "";
                position: absolute;
                top: 31%;
                left: 50%;
                height: 35%;
            }

            section.career-sec-hero h1.display-5 {
                font-size: 23px;
            }

            .career-sec-hero .hero-text {
                font-size: 16px;
            }

            .out-global-membership h2 {
                font-size: 26px;
            }

            section.out-global-membership h5 {
                font-size: 18px;
            }

            p.culture-desc {
                font-size: 16px;
            }

            section.inverst-ur-tomrow-sec {
                padding: 40px 0px
            }
        }

        @media (max-width: 374px) {
            .event-center-block h3 {
                font-size: 20px;
            }

            .fitur-img {
                height: 35px;
            }

            .booth-details p {
                font-size: 12px;
                padding: 4px 12px;
            }

            .event-slide-card img {
                max-width: 200px;
            }

            section.event-tabs-sec ul li .nav-link {
                font-size: 18px;
            }

            .event-title {
                font-size: 18px;
            }

            h3.event-participated {
                font-size: 22px;
            }

            .news-title {
                font-size: 20px;
            }
        }

        @media (hover: none) {
            .grid-item:hover .grid-img {
                transform: none;
            }
        }

        .hero-banner {
            position: relative;
            overflow: hidden;
        }

        /* Background image */
        .hero-bg {
            position: absolute;
            inset: 0;
            background: url('../Img/banner.jpg') center/cover no-repeat;
            transition: all 0.4s ease;
            z-index: 1;
        }

        /* Text content */
        .hero-content {
            position: relative;
            z-index: 2;
            pointer-events: none;
            /* VERY IMPORTANT */
        }

        /* Button ko clickable rakhna */
        .hero-content a,
        .hero-content button {
            pointer-events: auto;
        }

        /* Hover effect on parent */
        .hero-banner:hover .hero-bg {
            filter: brightness(1.3);
            /* white / light effect */
        }


        .eventSwiper .swiper-wrapper {
            transition-timing-function: linear !important;
        }