
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Kaushan+Script&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Syne:wght@400..800&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html, body{
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: "Figtree", sans-serif;
    background: var(--main-bg-color);
    line-height: 1.5;
    font-weight: 400;
    /* overflow-x: hidden; */
}
body{
    overflow-x: hidden;
}
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0f172a; /* dark background */
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #6366f1, #8b5cf6);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #4f46e5, #7c3aed);
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) #fff;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
:root{
    --main-bg-color:#EFFFFF;
    --bg2color:#DBEEEE;
    --primary-color:#066168;
    --text-white:#fff;
    --icon-white:#fff;
    --yellow-color:#FFAA0D;
    --green-color:#85D200;
    --light-blue:#DBEEEE;
    --primary: #FFAA0D; /* Vivid Orange for Travel */
    --secondary: #1a1a2e; /* Deep Navy */
    --bg-grad: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    --card-radius: 20px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-soft: 0 10px 30px rgba(0,0,0,0.08);
    --shadow-hover: 0 20px 40px rgba(255, 87, 34, 0.2);
    --text-dark: #2d3436;
    --text-light: #636e72;
    --primary-gradient: linear-gradient(135deg, #FF4B2B 0%, #FF416C 100%);
    --glass-bg: rgba(255, 255, 255, 0.15);
    --glass-border: rgba(255, 255, 255, 0.3);
    --text-color: #ffffff;
    --transition-speed: 0.6s;
    --secondary: #00A699; /* Teal */
    --light-bg: #f8fafc; /* Very light slate for section bg */
    --card-bg: #ffffff;
    --text-main: #0f172a; /* Dark text */
    --text-muted: #64748b; /* Gray text for details */
    --border-color: rgba(0, 0, 0, 0.06);
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    --bg-color: #050505;
    --text-main: #ffffff;
    --text-muted: #a0a0a0;
    --accent: #FFAA0D;
    --accent-glow: rgba(255, 94, 0, 0.4);
    --card-bg: rgba(255, 255, 255, 0.03);
    --border-glass: rgba(255, 255, 255, 0.08);
    --bg-color-section: #f6faff; /* Very soft, clean white-blue */
    --surface-color: rgba(255, 255, 255, 0.5); /* Primary Glass */
    --card-glass: rgba(255, 255, 255, 0.65); /* Heavier Glass */
    --border-glass: rgba(255, 255, 255, 0.9); /* Sharp highlight border */
    --border-subtle: rgba(0, 0, 0, 0.04); /* Soft shadow border */
    
    --text-main-blog: #0f172a;
    --text-muted: #64748b;
    --accent: #FFAA0D; /* Vibrant travel orange */
    --accent-hover: #FFAA0D;
    --accent-blue: #066168;

    --bg-body: #030303;
    --accent-1: #8a2be2;
    --accent-2: #00d2ff;
    --text-p: #f0f0f0;
    --text-s: #a0a0a0;
    --glass: rgba(255, 255, 255, 0.03);
    --border: rgba(255, 255, 255, 0.08);
    --glow: rgba(138, 43, 226, 0.3);
}
.section{
    padding-top: 60px;
    padding-bottom: 60px;
}
a{
    text-decoration: none;
}
.heading{
    font-family: "Afacad", sans-serif;
    color: #066168;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 50px;
    position: relative;
}
.heading2{
    font-family: "Afacad", sans-serif;
    color: var(--text-white);
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 50px;
    position: relative;
}
h4 {
    font-size: 20px;
}
.p-b90 {
    padding-bottom: 90px;
}
.p-t120 {
    padding-top: 120px;
}
.heading-yellow{
    color: var(--yellow-color);
}
.p{
  font-size: 16px;
  position: relative;
}
.p-white{
    color: var(--text-white);
    font-size: 16px;
}
.text-center{
    text-align: center;
}
.mx-w-600{
    max-width: 600px;
}
.m-auto{
    margin: auto;
}
.mt-50{
    margin-top: 50px;
}
 .swiper {
    width: 100%;
    height: 100%;
    padding: 0 10px;
}


.swiper-slide-tour {
    background: #fff;
    border-radius: 20px;
}
.swiper-wrapper{
    padding: 40px 0;
}
/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* Header Css Start */

 .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    background: transparent;
    padding: 25px 4%;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

/* Sticky scrolled state: transforms into a solid light colored header */
.header.scrolled {
    background: var(--bg-nav);
    padding: 15px 4%;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
    border-bottom-color: transparent;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* ======================== */
/* LOGO                     */
/* ======================== */
.logo {
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--text-light);
    text-decoration: none;
    letter-spacing: -1px;
    text-transform: uppercase;
    transition: color 0.5s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo i {
    color: var(--primary);
    font-size: 26px;
}

/* Change logo color when header is scrolled */
.header.scrolled .logo {
    color: var(--text-dark);
}

/* ======================== */
/* NAVIGATION LINKS         */
/* ======================== */
.nav-list {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-item {
    position: relative;
    padding-bottom: 6px; 
    display: flex;
    align-items: center;
}

/* Magnetic / Roll-up text effect wrapper */
.nav-link {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 20px; /* Strictly masks the inner text roll */
    overflow: hidden;
    display: inline-flex;
    transition: color 0.5s ease;
}

.header.scrolled .nav-link {
    color: #333;
}

/* The sliding container for the front and back text */
.text-wrapper {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.front, .back {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: #fff;
}

.back {
    color: var(--primary);
}

/* Hover Animation trigger for text-roll */
.nav-item:hover .text-wrapper, 
.nav-item.active .text-wrapper {
    transform: translateY(-20px);
}

/* Second Hover Effect: Expanding Line from Center */
.nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: width 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.nav-item:hover::after, 
.nav-item.active::after {
    width: 100%;
}

.header.scrolled .nav-item.active .front {
    color: var(--text-dark); /* Keeps contrast when active state reverts */
}

/* ======================== */
/* HEADER ACTIONS & CTA     */
/* ======================== */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* .cta-btn {
    position: relative;
    padding: 13px 32px;
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-light);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.header.scrolled .cta-btn {
    color: var(--text-dark);
    border-color: rgba(0, 0, 0, 0.2);
} */

/* CTA Fill Hover Animation */
/* .cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: -1;
    border-radius: 50px;
}

.cta-btn:hover {
    color: var(--text-light);
    border-color: var(--primary);
}

.cta-btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
} */

/* ======================== */
/* MOBILE HAMBURGER MENU    */
/* ======================== */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    width: 35px;
    height: 25px;
    cursor: pointer;
    z-index: 1001;
}

.hamburger span {
    background-color: var(--text-white);
    height: 2px;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.hamburger span:nth-child(1) { width: 100%; }
.hamburger span:nth-child(2) { width: 75%; }
.hamburger span:nth-child(3) { width: 50%; }

.header.scrolled .hamburger span {
    background-color: var(--text-white);
}

/* Hover effect on hamburger */
.hamburger:hover span { width: 100% !important; }

/* Transform hamburger to 'X' */
.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    width: 100% !important;
    background-color: var(--text-white) !important;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    width: 100%;
    transform: translateX(20px);
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    width: 100% !important;
    background-color: var(--text-white) !important;
}



/* Header Styles */
/* header {
    background: transparent;
    color: white;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    z-index: 3000;
    transition: all 0.3s ease;
    width: 100%;
} */

header.scrolled {
    padding: 20px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    background-color: var(--primary-color) !important;
}

.header-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo */
.logo-img{
    max-width: 160px;
    max-height: 100%;
}
.logo:hover {
    transform: scale(1.05);
}

/* Navigation */
/* .nav {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    font-size: 18px;
}

.nav a:hover {
    color: #ffd700;
    transform: translateY(-2px);
}

.nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #ffd700;
    transition: width 0.3s ease;
}

.nav a:hover::after {
    width: 100%;
} */

/* Right Icons */
.header-icons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* .icon {
    width: 24px;
    height: 24px;
    fill: white;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.icon:hover {
    background: rgba(255,255,255,0.2);
    transform: scale(1.1);
} */

/* Mobile Navigation Toggle */
.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Side Navigation Menu */
.side-nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2000;
    padding: 5rem 2rem 2rem;
    box-shadow: -5px 0 20px rgba(0,0,0,0.3);
}

.side-nav.active {
    right: 0;
}

.side-nav h3 {
    color: white;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.side-nav .nav {
    flex-direction: column;
    gap: 1.5rem;
}

.side-nav .nav a {
    font-size: 1.2rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1500;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Search Input */
/* .search-input {
    display: none;
    padding: 0.8rem 1rem;
    border: none;
    border-radius: 25px;
    width: 250px;
    font-size: 1rem;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
}

.search-input.active {
    display: block;
} */

/* SEARCH BOX CREATE */

 /* Search Box Wrapper */
.search-box {
    position: relative;
    height: 65px;
    width: 65px; /* Collapsed state: just the icon */
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* Bouncy transition for a premium feel */
    transition: width var(--transition-speed) cubic-bezier(0.68, -0.55, 0.265, 1.55),
                background 0.4s ease,
                box-shadow 0.4s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Expanded State */
.search-box:hover,
.search-box.active {
    width: 220px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* Trigger title reveal when search is active */
.search-box:hover ~ .title-text,
.search-box.active ~ .title-text {
    opacity: 1;
    transform: translateY(0);
}

/* Search Input */
.search-input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: var(--text-color);
    font-size: 14px;
    padding-left: 15px;
    padding-right: 70px; /* Space for the button */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0s;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
}

/* Show input text when expanded */
.search-box:hover .search-input,
.search-box.active .search-input {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.4s ease 0.3s; /* Delayed appearance */
}

/* Search Button/Icon */
.search-btn-header{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: var(--green-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.4rem;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 0 4px 15px rgba(255, 65, 108, 0.4);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), background 0.3s ease;
    z-index: 2;
}

/* Hover effect on button */
.search-btn-header:hover {
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 20px rgba(106, 255, 65, 0.6);
}

/* Animation when clicking button / searching */
.search-btn-header:active {
    transform: translateY(-50%) scale(0.95);
}

/* Focus outline handled gracefully */
.search-input:focus-visible {
    outline: none;
}

/* Banner Start */

.trv-banner-1-wrap {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.trv-banner-1-wrap .trv-vid-full {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 0;
}
.rain {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Individual Rain Drops */
.drop {
    position: absolute;
    bottom: 100%;
    width: 2px;
    height: 100px;
    background: linear-gradient(transparent, #ffffff);
    animation: fall linear infinite;
    border-radius: 50%;
}

/* Rain Drop Animations with varying speeds and delays */
.drop:nth-child(1)  { left: 10%; animation-duration: 0.8s; animation-delay: 0s; height: 80px; }
.drop:nth-child(2)  { left: 15%; animation-duration: 1.2s; animation-delay: 0.2s; height: 120px; }
.drop:nth-child(3)  { left: 20%; animation-duration: 0.9s; animation-delay: 0.4s; height: 90px; opacity: 0.8; }
.drop:nth-child(4)  { left: 25%; animation-duration: 1.1s; animation-delay: 0.1s; height: 110px; }
.drop:nth-child(5)  { left: 30%; animation-duration: 0.7s; animation-delay: 0.5s; height: 70px; }
.drop:nth-child(6)  { left: 35%; animation-duration: 1.0s; animation-delay: 0.3s; height: 100px; }
.drop:nth-child(7)  { left: 40%; animation-duration: 0.85s; animation-delay: 0.6s; height: 95px; opacity: 0.9; }
.drop:nth-child(8)  { left: 45%; animation-duration: 1.3s; animation-delay: 0.15s; height: 130px; }
.drop:nth-child(9)  { left: 50%; animation-duration: 0.95s; animation-delay: 0.25s; height: 105px; }
.drop:nth-child(10) { left: 55%; animation-duration: 1.15s; animation-delay: 0.35s; height: 115px; }
.drop:nth-child(11) { left: 60%; animation-duration: 0.75s; animation-delay: 0.45s; height: 75px; }
.drop:nth-child(12) { left: 65%; animation-duration: 1.05s; animation-delay: 0.05s; height: 102px; opacity: 0.85; }
.drop:nth-child(13) { left: 70%; animation-duration: 0.9s; animation-delay: 0.55s; height: 92px; }
.drop:nth-child(14) { left: 75%; animation-duration: 1.25s; animation-delay: 0.65s; height: 125px; }
.drop:nth-child(15) { left: 80%; animation-duration: 0.8s; animation-delay: 0.1s; height: 85px; }
.drop:nth-child(16) { left: 85%; animation-duration: 1.1s; animation-delay: 0.3s; height: 108px; }
.drop:nth-child(17) { left: 90%; animation-duration: 0.95s; animation-delay: 0.4s; height: 98px; opacity: 0.7; }
.drop:nth-child(18) { left: 95%; animation-duration: 1.2s; animation-delay: 0.2s; height: 118px; }
.drop:nth-child(19) { left: 5%; animation-duration: 0.85s; animation-delay: 0.7s; height: 88px; }
.drop:nth-child(20) { left: 98%; animation-duration: 1.0s; animation-delay: 0.5s; height: 100px; }
.drop:nth-child(21) { left: 12%; animation-duration: 1.3s; animation-delay: 0.8s; height: 132px; opacity: 0.9; }
.drop:nth-child(22) { left: 22%; animation-duration: 0.7s; animation-delay: 0.9s; height: 72px; }
.drop:nth-child(23) { left: 32%; animation-duration: 1.15s; animation-delay: 0.1s; height: 112px; }
.drop:nth-child(24) { left: 42%; animation-duration: 0.9s; animation-delay: 0.6s; height: 94px; }
.drop:nth-child(25) { left: 52%; animation-duration: 1.05s; animation-delay: 0.25s; height: 103px; opacity: 0.95; }
.drop:nth-child(26) { left: 62%; animation-duration: 0.8s; animation-delay: 0.45s; height: 82px; }
.drop:nth-child(27) { left: 72%; animation-duration: 1.2s; animation-delay: 0.35s; height: 122px; }
.drop:nth-child(28) { left: 82%; animation-duration: 0.95s; animation-delay: 0.55s; height: 97px; }
.drop:nth-child(29) { left: 92%; animation-duration: 1.1s; animation-delay: 0.75s; height: 109px; }
.drop:nth-child(30) { left: 18%; animation-duration: 0.75s; animation-delay: 0.15s; height: 78px; opacity: 0.8; }

@keyframes fall {
    0% {
        transform: translateY(0vh) rotate(15deg);
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(15deg);
        opacity: 0;
    }
}

/* Ripples/Water Puddle Effect */
.ripple {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0.2) 100%);
    animation: ripple 3s ease-in-out infinite;
    z-index: 2;
}

@keyframes ripple {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.3;
    }
    50% {
        transform: scaleX(1.05);
        opacity: 0.6;
    }
}

.trv-banner-1-wrap .trv-banner-1-overlay {
    background-color: rgba(0, 0, 0, 0.35);
    /* border-radius: 30px; */
    /* margin: 35px; */
    height: 100vh;
    position: relative;
    z-index: 2;
}

.trv-banner-1-wrap .trv-banner-1-text {
    padding-top: 150px;
    padding-left: 70px;
    max-width: 1020px;
}
.trv-banner-1-wrap .trv-banner-1-text .trv-banner-1-text-small {
    font-family: "Kaushan Script", cursive;
    font-size: 48px;
    line-height: 70px;
    color: var(--yellow-color);
    padding-left: 50px;
    display: block;
}
.trv-banner-1-wrap .trv-banner-1-text .trv-banner-1-text-mid {
    position: relative;
    /* margin-top: 30px; */
}
.trv-banner-1-wrap .trv-banner-1-text .trv-banner-1-text-large {
    font-family: "Kaushan Script", cursive;
    font-size: 250px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    animation: slide-left 5s linear infinite alternate-reverse both;
    line-height: 250px;
}
@keyframes slide-left {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-30px);
}
}

.trv-banner-1-wrap .trv-banner-1-text .trv-btrfly {
    position: absolute;
    top: -15px;
    z-index: 9;
    right: -95px;
    width: 200px;
}

.trv-banner-1-wrap .trv-banner-1-text .trv-banner-1-text-large-outline {
    font-family: "Kaushan Script", cursive;
    font-size: 250px;
    color: transparent;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    animation: slide-left 5s linear infinite alternate-reverse both;
    line-height: 250px;
}

.trv-banner-1-wrap .trv-banner-1-text .trv-banner-rock-pic {
    position: absolute;
    bottom: -35px;
    left: 100px;
    height: 370px;
}
.trv-banner-1-wrap .trv-banner-1-text .trv-banner-text-detail {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    position: relative;
    margin-left: 700px;
    max-width: 230px;
    width: 100%;
    margin-bottom: 30px;
}
.trv-banner-1-wrap .trv-banner-1-text .trv-banner-btn {
    margin-left: 750px;
    position: relative;
    z-index: 4;
}
.site-button-banner {
    outline: none;
    color: #000;
    font-weight: 500;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    font-family: "Figtree", sans-serif;
    background-color: #85D200;
    border: none;
    font-size: 18px;
    transition: 0.5s all ease;
    white-space: nowrap;
    border-radius: 50px;
}
.site-button-banner.butn-bg-shape:after {
    left: -100%;
}
.site-button-banner.butn-bg-shape:after {
    background: #fff;
    content: "";
    height: 160px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}
.trv-banner-1-wrap .trv-banner-1-overlay .trv-banner-1-social {
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 8%;
    display: flex;
    align-items: center;
    z-index: 4;
}
.trv-banner-1-wrap .trv-banner-1-overlay .trv-banner-1-social span {
    padding-right: 105px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.trv-banner-1-wrap .trv-banner-1-overlay .trv-banner-1-social span:after {
    position: absolute;
    width: 64px;
    height: 1px;
    background-color: #fff;
    content: "";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.trv-banner-1-wrap .trv-banner-1-overlay .trv-banner-1-social ul {
    margin: 0px;
    list-style: none;
    display: flex;
}
.trv-banner-1-wrap .trv-banner-1-overlay .trv-banner-1-social ul li a {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    transition: 0.5s all ease;
    display: block;
}
.trv-banner-1-wrap .twm-img-bg-circle-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 3;
}
.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle1-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
    height: 700px;
    right: 0px;
}
.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle1 {
    right: -80%;
    position: absolute;
    z-index: 2;
    animation: rotate-center 10s linear infinite both;
}
@keyframes rotate-center {
    0% {
    transform: rotate(0);
}

100% {
    transform: rotate(360deg);
}
    
}

.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle1 span {
    width: 700px;
    height: 700px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    position: relative;
}
.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle1 span:after {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 35px;
    top: 25%;
    z-index: 9;
}
.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle2-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 900px;
    height: 900px;
    right: 0px;
}
.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle2 {
    right: -70%;
    position: absolute;
    z-index: 2;
    animation: rotate-center 10s linear infinite reverse both;
}
.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle2 span {
    width: 900px;
    height: 900px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
}
.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle2 span:after {
    width: 14px;
    height: 14px;
    background-color: #85D200;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 75px;
    bottom: 21%;
    z-index: 9;
}
.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle3-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1100px;
    height: 1100px;
    right: 0px;
}
.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle3 {
    right: -60%;
    position: absolute;
    z-index: 2;
    animation: rotate-center 10s linear infinite both;
}
.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle3 span {
    width: 1100px;
    height: 1100px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
}
.trv-banner-1-wrap .twm-img-bg-circle-area .twm-img-bg-circle3 span:before {
    width: 14px;
    height: 14px;
    background-color: #FFAA0D;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 3px;
    top: 40%;
    z-index: 9;
}
.tvr-banner-1-bottom-left {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 9;
}
.tvr-banner-1-bottom-left .media {
    max-width: 330px;
    animation: rotate-90-br-cw 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
}
.tvr-banner-1-bottom-left .media .lizard {
    width: 100%;
}
.tvr-banner-1-bottom-left .media .lizard-eye {
    position: absolute;
    bottom: 70%;
    left: 24%;
    width: 40px;
}
.trv-banner-1-wrap .trv-cloud-1 {
    position: absolute;
    top: 150px;
    width: 100%;
}
.marquee-hm1-cloud1 {
    position: relative;
    overflow: hidden;
}
.trv-banner-1-wrap .trv-cloud-1 img {
    width: auto;
}
.marquee-hm1-cloud1 img {
    animation: marquee-hm1-cloud1 60s linear infinite;
}
@keyframes marquee-hm1-cloud1 {
    0% {
    transform: translateX(-10vw);
}
100% {
    transform: translateX(100vw);
}
}
.trv-banner-1-wrap .trv-cloud-2 {
    position: absolute;
    top: 0px;
    width: 100%;
}
.marquee-hm1-cloud2 {
    position: relative;
    overflow: hidden;
}
.trv-banner-1-wrap .trv-cloud-2 img {
    width: auto;
}
.marquee-hm1-cloud2 img {
    animation: marquee-hm1-cloud2 30s linear infinite;
}
@keyframes marquee-hm1-cloud2 {
    0% {
    transform: translateX(-20vw);
}
100% {
    transform: translateX(100vw);
}
}

/* Search tab start */

.trv-search-st1-wrap {
    background-color: var(--main-bg-color);
    padding: 70px 20px 0px 20px;
}
.location-parents-container{
    padding: 0px 32px;
    background: #fff;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 8px solid var(--light-blue);

}
.grid {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}

.grid-item {
    /* background: var(--primary-color); */
    border-radius: 15px;
    padding: 12px;
    text-align: center;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 2px solid transparent;
    opacity: 0;
    animation: floatIn 0.8s ease-out forwards;
    width: 100%;
}

.grid-item:nth-child(1) { animation-delay: 0.1s; }
.grid-item:nth-child(2) { animation-delay: 0.2s; }
.grid-item:nth-child(3) { animation-delay: 0.3s; }
.grid-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.8);
    }
    50% {
        opacity: 0.7;
        transform: translateY(-10px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* .grid-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.4);
    border-color: #667eea;
} */

/* .grid-item::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #667eea, #764ba2, #f093fb, #667eea);
    border-radius: 17px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.grid-item:hover::before {
    opacity: 1;
} */

/* Icons - using SVG for crispness */
.icon {
    width: 30px;
    height: 30px;
    /* margin: 0 auto 1rem; */
    fill: var(--primary-color);
    transition: all 0.4s ease;
    animation: pulse 2s infinite;
    /* filter: drop-shadow(0 0 5px rgba(102,126,234,0.5)); */
}

.grid-item:nth-child(1) .icon { animation-delay: 0s; }
.grid-item:nth-child(2) .icon { animation-delay: 0.2s; }
.grid-item:nth-child(3) .icon { animation-delay: 0.4s; }
.grid-item:nth-child(4) .icon { animation-delay: 0.6s; }

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.grid-item:hover .icon {
    transform: scale(1.15) rotate(10deg);
    fill: var(--yellow-color);
    /* filter: drop-shadow(0 0 15px rgba(118,75,162,0.8)); */
    animation: none;
}

.searchheading {
    font-size: 17px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 1rem;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/* Dropdowns */
select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 18px;
    border: none;
}

select {
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateY(10px);
    opacity: 0;
    animation: slideDown 0.6s ease-out forwards;
}

select:nth-of-type(1) { animation-delay: 0.5s; }
select:nth-of-type(2) { animation-delay: 0.6s; }
input[type="date"] { animation: slideDown 0.6s ease-out 0.7s forwards; transform: translateY(10px); opacity: 0; }

@keyframes slideDown {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

select:hover, select:focus {
    border-color: #667eea;
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2), 0 0 20px rgba(102,126,234,0.3);
    transform: scale(1.02);
}

/* Date Calendar */
input[type="date"] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

input[type="date"]:hover, input[type="date"]:focus {
    border-color: #667eea;
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* People Counter */
.counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
}

.counter-btn {
    width: 30px;
    height: 30px;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-btn:hover {
    border-color: var(--yellow-color);
    background: #f19c00;
    color: white;
    transform: scale(1.1);
}

.counter-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    min-width: 30px;
    text-align: center;
}

/* Search Button */
.search-btn {
    width: 100%;
    padding: 15px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.search-btn {
    position: relative;
    overflow: hidden;
}

.search-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}

.search-btn:hover::before {
    left: 100%;
}

.search-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.5);
}
.search-on-flex{
    display: flex;
    justify-content: space-between;
}


/*  */

.trv-popular-destination {
    background-size: contain;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background: url(../images/Cloud-bg.png);
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 90px;
}
.heading-img{
    width: 470px;
    margin-top: -30px;
}

/* section {
  padding-block: min(20vh, 2rem);
  width: min(76.5rem, 90%);
  margin-inline: auto;
  color: #111;
}
section h2 {
  text-transform: capitalize;
  letter-spacing: 0.025em;
  font-size: clamp(2rem, 1.8125rem + 0.75vw, 2.6rem);
} */
section a {
  display: inline-block;
  text-decoration: none;
}
/* section .container {
  margin-top: 5em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
} */

.card-container {
    display: flex;
    justify-content: center;
}

.popular-card {
    width: 100%;
    max-width: 450px;
    background: var(--glass);
    backdrop-filter: blur(25px);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    box-shadow: var(--shadow);
    overflow: hidden;
    /* opacity: 0; */
    /* animation: floatUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
    position: relative;
    transition: .3s ease-in-out;
}

.popular-card:hover {
    transform: translateY(-5px) scale(1.02);
    transition: .3s ease-in-out;
}

.card-img-wrap-home {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.card-img-home-no {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.popular-card:hover .card-img-home-no {
    transform: scale(1.1);
}

.img-overlay-home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.7) 100%);
}

.badge-home-one {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, var(--accent), #fb923c);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4);
    z-index: 2;
}
.card-meta-home-one span{
    color: var(--primary-color);
    font-weight: 700;
}

.propular-color{
    background: #ff5a5f;
    color: #fff;
}
.sale-on-home{
    background: #85D200;
    color: #fff;
}
.card-content-home {
    padding: 30px 30px 25px;
}

.card-meta-home-one {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--yellow-color);
    font-size: 16px;
    margin-bottom: 12px;
    text-transform:capitalize;
    letter-spacing: 0.5px;
}

.card-title-on-home {
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 27px;
    transition: color 0.3s ease;
}

.popular-card:hover .card-title-on-home {
    color: var(--primary-color);
}

.card-desc {
    color: #0f172a;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 1.05rem;
}

.card-footer-on-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #dbeeee;
    flex-wrap: wrap;
    gap: 5px;
}

.price-box-on-home {
    font-size: 1.5rem;
    font-weight: 800;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.explore-btn-on-home {
    background: transparent;
    border: 2px solid var(--green-color);
    color: var(--green-color);
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.explore-btn-on-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--green-color);
    transition: left 0.3s ease;
    z-index: -1;
}

.popular-card:hover .explore-btn-on-home::before {
    left: 0;
}

.popular-card:hover .explore-btn-on-home {
    color: white;
    border-color: var(--green-color);
}

.explore-btn-on-home i {
    transition: transform 0.3s ease;
}

.popular-card:hover .explore-btn-on-home i {
    transform: translateX(5px);
}

/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes floatUp {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4); }
    50% { box-shadow: 0 4px 25px rgba(249, 115, 22, 0.7); }
}
.left-hot-ballon {
    position: absolute;
    left: -115px;
    top: 40%;
    width: 230px;
    animation: slide-top2 20s linear infinite alternate-reverse;
    opacity: 0.8;
}
@keyframes slide-top2 {
    0% {
    transform: translateY(0);
}

100% {
    transform: translateY(-300px);
}
}

.right-hot-ballon {
    position: absolute;
    right: -55px;
    top: 40%;
    width: 110px;
    animation: slide-top 8s linear infinite alternate-reverse;
}
@keyframes slide-top {
    0% {
    transform: translateY(0);
}

100% {
    transform: translateY(-100px);
}
}

/* ABOUT US SECTION */

.trv-we-recommend {
    background-color: var(--bg2color);
    padding-top: 100px;
    /* overflow: hidden; */
}
.about-flex{
    display: flex;
    gap: 20px;
}
.trv-we-recommend-content{
    margin-bottom: 120px;
    position: relative;
    width: 41%;
}
.trv-we-rec-mid-section{
    display: flex;
    margin-top: 50px;
}
.trv-24-7-bx {
    width: 140px;
    height: 204px;
    padding: 9px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    display: flex;
    min-width: 140px;
    margin-right: 30px;
}
.trv-24-7-bx .trv-24-7-info {
    background-color: #066168;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trv-we-recommend-content .trv-24-7-bx .trv-24-7-info .nbr {
    color: #FFAA0D;
    font-size: 38px;
    font-weight: 900;
}
.trv-we-recommend-content .trv-24-7-bx .trv-24-7-info .info {
    color: #fff;
    font-size: 24px;
    font-family: "Afacad", sans-serif;
    font-weight: 500;
}
.trv-icon-bx-st1 {
    display: flex;
}

.m-b30 {
    margin-bottom: 30px;
}
.trv-icon-bx-st1 .trv-icon-bx-media {
    background-image: url(../images/Icon-Bg.png);
    background-repeat: no-repeat;
    width: 85px;
    height: 85px;
    min-width: 85px;
    background-size: 100%;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.travel-guide{
    max-width: 48px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(96%) saturate(4615%) hue-rotate(176deg) brightness(92%) contrast(95%);
}
.trv-icon-bx-st1 .trv-icon-bx-title {
    font-size: 24px;
    color: #066168;
    font-weight: 500;
    margin-bottom: 12px;
}
.trv-we-rec-bottom-section {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.trv-hpy-cus {
    display: flex;
}
.trv-cus-pic-box {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.trv-cus-pic-box .trv-cus-pic-box-pic.first-bx {
    margin-left: 0px;
}
.trv-cus-pic-box .trv-cus-pic-box-pic {
    width: 36px;
    height: 36px;
    display: inline-flex;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #fff;
    margin-left: -10px;
}
.trv-cus-pic-box .trv-cus-pic-box-pic.first-bx {
    margin-left: 0px;
}
.trv-cus-pic-box .trv-cus-pic-box-pic {
    width: 36px;
    height: 36px;
    display: inline-flex;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #fff;
    margin-left: -10px;
}
.trv-hpy-cus .trv-hpy-cus-count span {
    display: block;
    font-weight: 900;
    font-size: 22px;
    color: #066168;
}
.trv-hpy-cus .trv-hpy-cus-count p {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.trv-we-rec-media-main-wrap {
    position: relative;
    width: 59%;
}
.trv-year-section {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: -145px;
    animation: slide-top 8s linear infinite alternate-reverse;
}
@keyframes slide-top {
    0% {
    transform: translateY(0);
}

100% {
    transform: translateY(-100px);
}
}

.trv-year-section .trv-year-media {
    position: absolute;
    left: -110px;
    bottom: 5px;
}
.trv-year-section .trv-year-info {
    background-color: #fff;
    border-radius: 20px;
    padding: 4px 20px 4px 55px;
    display: inline-flex;
    align-items: center;
    width: 340px;
}
.trv-year-section .trv-year-info .numbr {
    font-family: "Figtree", sans-serif;
    font-weight: 900;
    font-size: 83px;
    line-height: 1;
    color: #85D200;
    margin-bottom: 0px;
    text-shadow: 0px 4px 0px #066168;
    margin-right: 15px;
}
.trv-year-section .trv-year-info span {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.2;
    color: #066168;
}
.trv-we-rec-media-main-wrap .trc-we-rec-circle-bx {
    margin-top: 12px;
    width: 420px;
    height: 420px;
    border: 20px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
}
.trv-we-rec-media-main-wrap .trc-we-rec-circle-bx img {
    width: 100%;
    border-radius: 50%;
}
.trv-we-rec-media-main-wrap .trv-we-rec-media-main {
    position: absolute;
    right: -175px;
    bottom: 0px;
}

/* CLIENT LOGO SECTION START */

.trv-client-section {
    padding: 20px;
    background-color: #DBEEEE;
}
.trv-client-section .trv-client-row {
    padding: 20px 0px;
    background-color: #fff;
    box-sizing: border-box;
    border: 4px dashed #DBEEEE;
}
.section-content{
    display: flex;
}
.left-content-logo-slider{
    display: flex;
    gap: 20px;
    width: 30%;
    overflow: hidden;
}
.right-slider-container{
    overflow: hidden;
    width: 70%;
}
.trv-head-title {
    margin-bottom: 0px;
    font-family: "Afacad", sans-serif;
    color: #066168;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
}
.trv-head-title span {
    display: block;
    font-size: 48px;
    font-weight: 900;
    font-family: "Figtree", sans-serif;
    line-height: 1;
    color: #FFAA0D;
}

.marquee-track {
    display: flex;
    animation: marquee 20s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

.logo-item {
    height: 90px;
    min-width: 220px;
    margin: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    border: 2px solid rgba(255,255,255,0.15);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
}

.logo-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.logo-item:hover::before {
    transform: translateX(100%);
}

.logo {
    height: 65px;
    width: auto;
    filter: brightness(0) invert(1) drop-shadow(0 4px 12px rgba(0,0,0,0.3));
    opacity: 0.85;
    transition: all 0.3s ease;
}
.logo-item img{
    width: 170px;
    opacity: 0.7;
}

/*  */

.image-parents-slider{
	width: 100%;
	max-width: 100%;
	/* margin-top: 50px; */
    background-color: var(--main-bg-color);
}


.image-parents-slider {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: var(--size-4);
	margin-bottom: var(--size-10);
	max-width: 100vw;
  padding: var(--size-4) 0;
/* 	overflow: hidden; */
}


.photo-block {
  position: sticky;
  top: calc(50% - 30vh);
  height: 74vh;
	width: 100%;
	display: grid;
  overflow: hidden;
  background: var(--gray-6);
}

.photo-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(38deg);
  display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.photo {
  aspect-ratio: 3 / 4;
  width: 20vmax;
}

.collage {
  height: 200vh;
  view-timeline: --collage;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo:nth-of-type(7n + 1):nth-of-type(even),
.photo:nth-of-type(7n + 3):nth-of-type(even),
.photo:nth-of-type(7n + 5):nth-of-type(even),
.photo:nth-of-type(7n + 7):nth-of-type(even) {
  --vertical: -100%;
  --horizontal: 100%;
}
.photo:nth-of-type(7n + 1):nth-of-type(odd),
.photo:nth-of-type(7n + 3):nth-of-type(odd),
.photo:nth-of-type(7n + 5):nth-of-type(odd),
.photo:nth-of-type(7n + 7):nth-of-type(odd) {
  --vertical: -100%;
  --horizontal: -100%;
}

.photo:nth-of-type(7n + 2):nth-of-type(even),
.photo:nth-of-type(7n + 4):nth-of-type(even),
.photo:nth-of-type(7n + 6):nth-of-type(even) {
  --vertical: 100%;
  --horizontal: -100%;
}

.photo:nth-of-type(7n + 2):nth-of-type(odd),
.photo:nth-of-type(7n + 4):nth-of-type(odd),
.photo:nth-of-type(7n + 6):nth-of-type(odd) {
  --vertical: 100%;
  --horizontal: 100%;
}

.photo {
  animation-name: travel;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-timeline: --collage;
  animation-range: entry 100% exit 0%;
}

@keyframes travel {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 var(--vertical);
  }
  100% {
    translate: var(--horizontal) var(--vertical);
  }
}

/* Debugging ViewTimeline Indicator */
.indicators {
	/* Can't pass the timeline-name via custom property */
  position: fixed;
  width: 16vw;
  left: 8vw;
  display: grid;
  opacity: 0;
  top: 50%;
  gap: 2rem;
  transform: translate(0, -50%);
  justify-items: center;
}

.indicators:hover {
  opacity: 1;
}

.progress {
  height: 2.5rem;
  width: 100%;
  background: var(--gray-8);
  position: relative;
  border-radius: var(--radius-3);
  overflow: hidden;
}

.progress__bar {
  background: var(--indigo-6);
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.progress:nth-of-type(even) .progress__bar {
  background: var(--orange-6);
}

.progress__label {
  position: absolute;
  inset: 0;
  text-align: center;
  font-weight: bold;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  color: var(--gray-0);
}

.progress--enter .progress__bar {
  animation: indicate both linear;
  animation-timeline: --collage;
  animation-delay: enter 0%;
  animation-end-delay: enter 100%;
}
.progress--exit .progress__bar {
  animation: indicate both linear;
  animation-timeline: --collage;
  animation-delay: exit 0%;
  animation-end-delay: exit 100%;
}
.progress--cover .progress__bar {
  animation: indicate both linear;
  animation-timeline: --collage;
  animation-delay: cover 0%;
  animation-end-delay: cover 100%;
}
.progress--contain .progress__bar {
  animation: indicate both linear;
  animation-timeline: --collage;
  animation-delay: contain 0%;
  animation-end-delay: contain 100%;
}

@keyframes indicate {
  to {
    transform: scaleX(1);
  }
}

/* PARALLEX SECTION START */

.parellex-image-parents{
    padding: 50px;
    width: 100%;
    height: 640px;
    overflow: hidden;
    background-color: #818cf8;
    border-radius: 60px;
    position: relative;
}
.parellex-container-all{
    border: 6px solid var(--light-blue);
    width: 100%;
    border-radius: 60px;
    height: 400px;
    position: relative;
    z-index: 9;
}

 /* Container for the parallax effect */
/* .parallax-container {
    position: relative;
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    padding: 50px;
} */

/* The actual slowly moving background image */
.parallax-bg {
    position: absolute;
    top: -20%; /* Give it space to move up and down */
    left: 0;
    width: 100%;
    height: 800px; /* Larger than viewport so it can move without showing edges */
    background-size: cover;
    background-position: center;
    z-index: 0;
    /* Hardware acceleration for smooth animation */
    will-change: transform;
    border-radius: 60px;
}

/* First Background Image */
#bg1 {
    background-image: url('../images/vid-bg2.jpg');
}

/* Second Background Image */
#bg2 {
    background-image: url('https://images.unsplash.com/photo-1519681393784-d120267933ba?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
}

/* Dark overlay to make text more readable */
.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgba(15, 23, 42, 0.3), rgba(15, 23, 42, 0.9)); */
    z-index: 2;
}

/* Content inside the parallax section */
.parallax-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 20px;
}

.parallax-content h1 {
    font-size: 6rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 8px;
    /* Beautiful text gradient */
    background: linear-gradient(to right, #38bdf8, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInDown 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.parallax-content p {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 3px;
    margin-top: 15px;
    color: #e2e8f0;
    animation: fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.4s both;
}

/* Scroll indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    animation: bounce 2s infinite;
}

.scroll-indicator svg {
    width: 30px;
    height: 30px;
    color: #38bdf8;
}

/* Standard content sections between parallax blocks */
.content-section {
    position: relative;
    padding: 120px 10%;
    background-color: #0f172a;
    z-index: 10;
    text-align: center;
}

.content-section.light {
    background-color: #1e293b; /* Slightly lighter shade */
}

.content-section h2 {
    font-size: 3rem;
    margin-bottom: 25px;
    color: #f8fafc;
    font-weight: 700;
}

.content-section p {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #94a3b8;
    max-width: 800px;
    margin: 0 auto 20px auto;
}

/* Keyframes */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); }
    40% { transform: translateY(-20px) translateX(-50%); }
    60% { transform: translateY(-10px) translateX(-50%); }
}


/* counter code start */

.counter-effect-conatiner{
    background: rgba(6, 97, 104, 0.62);
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 0;
    color: var(--text-white);
}

/* Responsive Grid for counter boxes */
.counter-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
    width: 100%;
    max-width: 1200px;
}

/* Individual Box Styling */
.counter-box {
    background: var(--box-bg);
    padding: 20px 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Colored left border accent */
.counter-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--primary-color);
    border-radius: 1rem 0 0 1rem;
    transition: width 0.3s ease;
}
.counter-box-before-n::before{
    display: none;
}

/* Hover Effect */
/* .counter-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.counter-box:hover::before {
    width: 8px;
} */

/* Icon Container */
.icon-container {
    width: 65px;
    height: 65px;
    background-color: rgb(255, 255, 255); /* Light transparent primary color */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 1.75rem;
    flex-shrink: 0;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.counter-box:hover .icon-container {
    background-color: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

/* Text Content container */
.content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

/* Heading (Awards Winning) */
.counter-heading {
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text-white);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.counter-box:hover .counter-heading {
    color: var(--yellow-color);
}

/* Down counting number */
.number {
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--text-heading);
    line-height: 1.1;
}


/* VIDEO CSS */

.video-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.video-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.3),
        inset 0 1px 0 rgba(255,255,255,0.4);
    transition: all 0.4s ease;
    z-index: 10;
    animation: iconGlow 3s ease-in-out infinite alternate;
}

.video-icon:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.08) rotate(5deg);
    box-shadow: 0 25px 50px rgba(255,255,255,0.2);
}

@keyframes iconGlow {
    0% { box-shadow: 0 20px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.4), 0 0 20px rgba(255,255,255,0.3); }
    100% { box-shadow: 0 20px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.6), 0 0 40px rgba(255,255,255,0.6); }
}

.play-triangle {
    width: 0;
    height: 0;
    border-left: 35px solid white;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.4));
    transition: transform 0.3s ease;
}

.video-icon:hover .play-triangle {
    transform: scale(1.1);
}

/* Enhanced Multi-Layer Pulse Rings - 5 layers */
.pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-ring-expand 2.5s infinite ease-out;
}

/* Layer 1 - Fastest inner */
.pulse-1 {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    animation-duration: 1.8s;
}

/* Layer 2 */
.pulse-2 {
    width: 70px;
    height: 70px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    animation: pulse-ring-expand 2.2s infinite ease-out 0.3s;
}

/* Layer 3 */
.pulse-3 {
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    animation: pulse-ring-expand 2.6s infinite ease-out 0.6s;
}

/* Layer 4 - Thicker glow */
.pulse-4 {
    width: 90px;
    height: 90px;
    border: 4px solid rgba(255, 255, 200, 0.5);
    box-shadow: 0 0 20px rgba(255, 255, 200, 0.4);
    animation: pulse-ring-expand 3s infinite ease-out 1s;
}

/* Layer 5 - Outer slow fade */
.pulse-5 {
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: pulse-ring-expand 3.5s infinite ease-out 1.5s;
}

/* Unified pulse animation with better curve */
@keyframes pulse-ring-expand {
    0% {
        transform: translate(-50%, -50%) scale(0.6);
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.8);
        opacity: 0;
    }
}

/* Click ripple effect */
.ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: ripple-expand 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: none;
}

@keyframes ripple-expand {
    to {
        transform: translate(-50%, -50%) scale(20);
        opacity: 0;
    }
}

.right-parallex-text-image{
    background: url('../images/say-yes.png');
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 90px;
    right: -20px;
    z-index: 10;
    max-width: 460px;
    height: 240px;
    padding: 60px 0px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.say-title{
    font-size: 28px;
    font-family: "Kaushan Script", cursive;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.say-title span{
    font-size: 100px;
    color: var(--yellow-color);
}

/*  */

.trv-we-off-service {
    background-color: #066168;
    position: relative;
    overflow: hidden;
}
.trv-we-off-service:before {
    content: "";
    height: 220px;
    background-color: #EFFFFF;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 0;
}
.trv-we-off-service .trv-we-off-sevice-row {
    position: relative;
    z-index: 1;
}
.best-services-flex{
    display: flex;
    gap: 20px;
}
.trv-we-off-service .trv-we-off-media {
    position: relative;
    z-index: 1;
    width: 41%;
}
.trv-we-off-service .trv-we-off-media .media1 {
    display: block;
    margin-left: 86px;
    padding-bottom: 70px;
    animation: slide-left 3s linear infinite alternate-reverse both;
}
@keyframes slide-left {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-30px);
}
}

.trv-we-off-service .trv-we-off-media .media2 {
    position: absolute;
    bottom: 70px;
    left: 0px;
}

.trv-we-off-service .trv-we-off-content {
    position: relative;
    z-index: 1;
    width: 59%;
}
.trv-we-off-service .trv-we-off-content .trv-head-title-wrap {
    margin-right: 90px;
}

.section-head.trv-head-title-wrap.left-position {
    text-align: left;
}
.section-head.trv-head-title-wrap {
    margin-bottom: 60px;
}

.services-pattern{
    display: flex;
    justify-content: center;
    gap: 24px;
}

.trv-servi-bx1 {
    position: relative;
    text-align: center;
    background-color: #fff;
    margin-left: 12px;
    border-radius: 80px 20px 80px 20px;
    padding: 35px 20px 60px;
    width: 33.33%;
}
.trv-servi-bx1 .trv-icon span {
    display: inline-block;
    margin-bottom: 30px;
}
.trv-servi-bx1.trv-servi-bx-clr1 .trv-icon span img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(72%) saturate(1711%) hue-rotate(188deg) brightness(100%) contrast(94%);
}
.trv-servi-bx1 .trv-icon span img {
    max-width: 64px;
    width: 100%;
    display: inline-block;
}
/* .trv-servi-bx1 .trv-step-corner-bx {
    position: relative;
} */
.trv-servi-bx1 .trv-step-corner-bx .trv-step-corner {
    position: absolute;
    left: -10px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 90px solid #489CF6;
    border-right: 80px solid transparent;
}
.trv-servi-bx1 .trv-step-corner-bx .trv-step-corner span {
    font-size: 12px;
    line-height: 6px;
    font-weight: 500;
    display: block;
    color: #fff;
    font-family: "Afacad", sans-serif;
    padding: 48px 10px 0px 10px;
}
.trv-servi-bx1 .trv-step-corner-bx .trv-step-corner .number-services {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    padding-left: 10px;
}
.trv-servi-bx1 .trv-step-corner-bx:after {
    content: "";
    position: absolute;
    left: -12px;
    bottom: 79px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #297BD4;
    border-bottom: 12px solid transparent;
}
#trv-icon2 span img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(100%) saturate(1157%) hue-rotate(350deg) brightness(103%) contrast(103%);
}
#trv-step-corner-parents {
    border-bottom: 90px solid #FFAA0D;
}

.trv-servi-bx1 #trv-step-corner-bx-on:after {
    border-right: 12px solid #BA7D0A;
}

#trv-step-corner-parentse {
    border-bottom: 90px solid #568603;
}

.trv-servi-bx1 #trv-step-corner-bx-onn:after {
    border-right: 12px solid #568603;
}
#trv-icon3 span img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(36%) saturate(2222%) hue-rotate(38deg) brightness(102%) contrast(101%);
}
.trv-we-off-service .trv-we-off-content .media1-large {
    border-radius: 200px;
    margin-top: 60px;
    margin-bottom: 30px;
    overflow: hidden;
}
.trv-we-off-service .trv-we-off-content .media1-large img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.trv-we-off-service .trv-left-bulding {
    position: absolute;
    left: 0px;
    bottom: 220px;
}
.trv-we-off-service .trv-right-sm-plane {
    position: absolute;
    right: 0px;
    top: 0px;
}

/*  */

.trv-popular-search {
    background-color: #FFF8EB;
}
.tvr-pop-tour .tvr-total-listing {
    font-size: 12px;
    line-height: 14px;
    color: #066168;
    display: inline-flex;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid rgba(41, 137, 145, 0.2);
    border-radius: 10px;
}
.tvr-pop-tour .tvr-total-listing i {
    padding-right: 4px;
}
.tvr-pop-tour {
    text-align: center;
}
.tvr-pop-tour .tvr-pop-tour-name {
    font-family: "Kaushan Script", cursive;
    font-size: 40px;
    line-height: 58px;
    color: #FFAA0D;
    transition: 0.5s all ease;
    display: block;
}
.swiper  .logo-slider-down:nth-child(even) .tvr-pop-tour-name {
    color: #066168;
}

.logo-slider-down {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1.1);
}

.logo {
    height: 80px;
    width: auto;
    max-width: 200px;
    padding: 1rem;
    background: rgba(255,255,255,0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: grayscale(100%);
    cursor: grab;
}

.swiper-slide-active .logo {
    filter: grayscale(0%);
    background: rgba(255,255,255,0.25);
    transform: scale(1.15) rotate(2deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.logo:hover {
    filter: grayscale(0%) !important;
    transform: scale(1.1) !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}

.image-text{
    display: flex;
    gap: 20px;
}

/* .media{
    width: 41%;
} */

.tvr-large-title-st1 {
    margin-left: 50px;
    width: 59%;
}

.tvr-large-title-st1 .sm-title {
    color: #066168;
    display: block;
    font-family: "Afacad", sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
}
.tvr-large-title-st1 .lg-title {
    font-family: "Figtree", sans-serif;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 900;
    font-size: 160px;
    line-height: 0.75;
    text-transform: uppercase;
    color: rgba(255, 170, 13, 0.16);
}

/*  */

.trv-popular-tours {
    background-color: #EFFFFF;
    margin: 0px 60px;
    padding-bottom: 106px;
}

.p-t120 {
    padding-top: 120px;
}
.section-head.trv-head-title-wrap.center-position {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Enhanced Card Design */
.tour-card-home {
    background: var(--text-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 2px 5px #000;
    border: 1px solid rgba(0,0,0,0.02);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.tour-card-home:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Image Container */
.card-img-wrapper {
    position: relative;
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.tour-card-home:hover .card-img-wrapper img {
    transform: scale(1.1);
}

/* Top overlays (Badge & Heart) */
.badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--text-white);
    color: #000;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.badge.featured {
    background: linear-gradient(135deg, #FF5A5F, #FF385C);
    color: var(--white);
}

.wishlist-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--text-gray);
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.wishlist-btn:hover {
    color: red;
    transform: scale(1.1);
    background: #fff;
}

/* Content Area */
.card-content-home-one {
    padding: 25px;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
}

.location {
    color: var(--text-gray);
    font-weight: 500;
    display: flex;
    gap: 6px;
    align-items: center;
}

.location i {
    color: #00a699;
    font-size: 16px;
}

.rating-tour {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.rating-tour i {
    color: var(--yellow-color);
}

.rating span {
    color: var(--text-gray);
    font-weight: 400;
    font-size: 13px;
}

.title-offer {
    font-size: 19px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s;
}

.tour-card-home:hover .title {
    color: var(--primary-color);
}

.features {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2dfdf;
    margin-top: 10px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 500;
}

.feature-item i {
    color: var(--dark);
    opacity: 0.6;
    font-size: 16px;
}

/* Footer Area */
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.price-box {
    display: flex;
    flex-direction: column;
}

.price-box small {
    font-size: 13px;
    color: var(--text-gray);
    font-weight: 500;
    margin-bottom: 2px;
}

.price-box strong {
    font-size: 26px;
    color: var(--yellow-color);
    font-weight: 800;
}

.book-btn {
    background: var(--green-color);
    color: var(--text-white);
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.tour-card-home:hover .book-btn {
    background: #5e9203;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.book-btn i {
    transition: transform 0.3s ease;
}

.tour-card-home:hover .book-btn i {
    transform: translateX(5px);
}
.sale-class{
    background-color: rgb(86, 255, 86);
}
/*  */

.trv-3step-section {
    background-color: #fff;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}
.trv-3step-section .trv-yl-shedow-left {
    position: absolute;
    width: 600px;
    height: 550px;
    left: -300px;
    top: 50%;
    background: rgba(255, 170, 13, 0.1);
    filter: blur(100px);
}
.trv-3step-section .trv-yl-shedow-right {
    position: absolute;
    width: 600px;
    height: 500px;
    right: -300px;
    top: 50%;
    background: rgba(41, 137, 145, 0.1);
    filter: blur(100px);
}
.trv-3step-section .trv-bl-shedow-top {
    position: absolute;
    width: 600px;
    height: 550px;
    left: 50%;
    transform: translateX(-50%);
    top: -200px;
    background: rgba(255, 170, 13, 0.1);
    filter: blur(100px);
}
.trv-3step-section .trv-3step-section-row {
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}
.easy-step-image{
    display: flex;
}
.trv-3step-section-left{
    width: 59%;
}
.trv-3step-section .trv-3step-section-left .trv-head-title-wrap {
    max-width: 400px;
}

.section-head.trv-head-title-wrap.left-position {
    text-align: left;
}
.section-head.trv-head-title-wrap {
    margin-bottom: 60px;
}

.trv-for-summer-section {
    position: relative;
    z-index: 1;
    padding-top: 90px;
    width: 41%;
}
.trv-3step-section-l-mid {
    display: flex;
}
.trv-offer-st1 {
    margin-right: 24px;
    min-width: 246px;
}
.trv-offer-st1 .media22 img {
    width: 236px;
    height: 266px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.trv-offer-st1 .info {
    border-radius: 20px;
    max-width: 236px;
    padding: 60px 20px 20px 20px;
    background-color: #FFAA0D;
    margin-left: 12px;
    margin-top: -44px;
}
.trv-offer-st1 .info .sm-title {
    color: #066168;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}
.trv-offer-st1 .info .ofr-price {
    display: flex;
}
.trv-offer-st1 .info .lg-title {
    font-style: normal;
    font-weight: 900;
    font-size: 95px;
    line-height: 0.75;
    color: #fff;
    font-family: "Figtree", sans-serif;
    margin-bottom: 0px;
}
.trv-offer-st1 .info .per-off {
    display: block;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #066168;
    text-transform: uppercase;
}
.trv-offer-st1 .info .per-off span {
    display: block;
}
.trv-step-bx2-wrap {
    margin-right: 25px;
}
.trv-step-bx2 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #DBEEEE;
    padding: 10px 10px 10px 50px;
    box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
    border-radius: 0px 200px 200px 0px;
    position: relative;
    margin-left: 50px;
}
.trv-step-bx2 .trv-tp-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.trv-step-bx2 .trv-tp-part .trv-num {
    width: 80px;
    height: 80px;
    min-width: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #066168;
    border-radius: 20px;
    font-family: "Figtree", sans-serif;
    font-size: 42px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.trv-step-bx2 .trv-title {
    font-family: "Afacad", sans-serif;
    color: #066168;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}
.trv-step-bx2 .trv-tp-part .trv-icon-back {
    width: 100px;
    height: 100px;
    min-width: 100px;
    background-color: #FFAA0D;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
}
.trv-step-bx2 .trv-tp-part .trv-icon-back .trv-icon-front {
    background-color: #fff;
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trv-step-bx2 .trv-tp-part .trv-icon-back .trv-icon-front img {
    max-width: 48px;
    width: 100%;
    filter: brightness(0) saturate(100%) invert(25%) sepia(21%) saturate(4469%) hue-rotate(154deg) brightness(93%) contrast(95%);
}
.trv-for-summer-section .media-girl {
    margin-right: 80px;
    position: relative;
    z-index: 5;
}
.trv-for-summer-section .media-left-ballon {
    width: 68px;
    position: absolute;
    left: 0px;
    bottom: 165px;
    animation: slide-top2 20s linear infinite alternate-reverse;
}
.trv-for-summer-section .media-right-ballon {
    width: 128px;
    position: absolute;
    right: 60px;
    top: 10px;
    z-index: 1;
}
.trv-for-summer-section .media-cloud1 {
    position: absolute;
    left: 40px;
    top: 100px;
    z-index: 2;
    width: 40%;
    left: -30px;
    top: 160px;
    animation: smooth-up-down 10s linear infinite alternate-reverse both;
}
@keyframes smooth-up-down {
    0% {
    transform: translateY(0);
}

100% {
    transform: translateY(-20px);
}
}
.trv-for-summer-section .media-cloud2 {
    position: absolute;
    right: 0px;
    top: 40px;
    z-index: 3;
    animation: smooth-up-down 5s linear infinite alternate-reverse both;
}
.trv-for-summer-section .trv-for-summer-text-wrap {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 90px;
}
.trv-for-summer-section .trv-for-summer-text-wrap span {
    color: #066168;
    font-family: "Kaushan Script", cursive;
    font-size: 40px;
    display: flex;
    align-items: baseline;
    position: absolute;
    left: 0%;
    text-align: left;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    padding-left: 50px;
}
.trv-for-summer-section .trv-for-summer-text-wrap span b {
    color: #FFAA0D;
    font-size: 98px;
    font-weight: 400;
    line-height: 1;
}
.trv-for-summer-section:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #FFF8EB;
    z-index: -1;
}
.trv-whychoose {
    overflow: hidden;
    border-radius: 0px 0px 100px 100px;
    background-color: #066168;
    padding: 110px 0px 70px 0px;
    background-image: url('../images/w-cho-top.png'), url('../images/w-cho-btm.png');
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.trv-whychoose .w-choo-left {
    max-width: 490px;
    margin-left: 180px;
}
.trv-whychoose .w-choo-left .w-title {
    font-family: "Kaushan Script", cursive;
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.trv-whychoose .w-choo-left .trv-cloumn-list {
    margin-bottom: 15px;
}
.trv-cloumn-list ul {
    margin-bottom: 0px;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    list-style: none;
}
.trv-cloumn-list ul li {
    font-family: "Afacad", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    width: 50%;
    padding-right: 10px;
    display: flex;
    margin-bottom: 20px;
}
.trv-cloumn-list ul li i {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 28px;
    border-radius: 50%;
    background-color: #FFAA0D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.site-button {
    outline: none;
    color: #000;
    font-weight: 500;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    font-family: "Figtree", sans-serif;
    background-color: #85D200;
    border: none;
    font-size: 18px;
    transition: 0.5s all ease;
    white-space: nowrap;
    border-radius: 50px;
}
.site-button.butn-bg-shape:after {
    left: -100%;
}
.trv-whychoose .w-choo-right {
    margin-right: 160px;
    margin-left: auto;
}
.trv-whychoose .w-choo-right .media23 {
    margin-bottom: 10px;
}
.trv-whychoose .w-choo-right .info23 .call-us {
    font-weight: 900;
    font-size: 58px;
    line-height: 0.75;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Figtree", sans-serif;
}
.trv-whychoose .w-choo-right .info23 .num {
    display: block;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #85D200;
}

/* TESTIMONIAL SECTION START */

.trv-testimonial-st2-wrap {
    padding: 120px 0px;
    background-color: #fff;
}

.tvr-hot-ballon-wrap {
    position: relative;
    overflow: hidden;
}
.trv-testimonial-st2-wrap .trv-gradi-text {
    position: relative;
    font-weight: 700;
    font-size: 160px;
    line-height: 192px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #066168 15%, rgba(255, 170, 13, 0.3019607843) 60%, #fff 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
}
.trv-testimonial-st2-wrap .trv-gradi-text img {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

     /* Swiper wrapper styling */
        /* .swiper {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.08);
            background: var(--white);
            overflow: hidden;
        }

.swiper-slide {
    opacity: 0 !important;
    transition: opacity 0.6s ease;
}

.swiper-slide-active {
    opacity: 1 !important;
} */

/* Split Layout */
.split-box {
    display: flex;
    width: 100%;
    min-height: 500px;
    box-shadow: 2px 4px 10px #03503d4a;
    border-radius: 20px;
}

/* Image Side */
.image-side {
    width: 45%;
    position: relative;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
}

.image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px 0 0 20px;
}

.image-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--primary-color);
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    color: var(--text-white);
    box-shadow: 0 4px 7px rgb(0 0 0);
    backdrop-filter: blur(5px);
}

/* Content Side */
.content-side {
    width: 55%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(-45deg, #ffffff, #fafafa, #f8f6f0, #ffffff);
    background-size: 300% 300%;
    position: relative;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
}

.quote-mark {
    font-size: 80px;
    color: rgba(212, 175, 55, 0.15); /* Faint gold */
    position: absolute;
    top: 40px;
    left: 50px;
    font-family: serif;
    line-height: 1;
}

.rating {
    margin-bottom: 25px;
    color: var(--yellow-color);
    font-size: 18px;
    letter-spacing: 2px;
    z-index: 2;
}

.review-text {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    line-height: 1.5;
    color: var(--primary-color);
    margin-bottom: 40px;
    font-style: italic;
    z-index: 2;
}

.author-box {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 2;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--secondary);
}

.author-details h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}

.author-details p {
    font-size: 14px;
    color: var(--text);
    margin-top: 4px;
}

/* Custom Navigation Buttons */
.nav-buttons-container {
    position: absolute;
    bottom: 60px;
    right: 60px;
    display: flex;
    gap: 15px;
    z-index: 10;
}

.custom-prev, .custom-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--yellow-color);
    border: 1px solid #bc780e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-white);
    font-size: 18px;
    transition: all 0.3s ease;
}

.custom-prev:hover, .custom-next:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.swiper-slide .image-side {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper-slide .image-side img {
    transform: scale(1.1);
    transition: transform 6s ease-out;
}

.swiper-slide .content-side .quote-mark {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper-slide .content-side .rating,
.swiper-slide .content-side .review-text,
.swiper-slide .content-side .author-box {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ---------------------------------------------------- */

/* Activate element animations */
.swiper-slide-active .image-side {
    opacity: 1;
    transform: translateX(0);
}

.swiper-slide-active .image-side img {
    transform: scale(1);
}

/* Animate the gradient background shift when active */
.swiper-slide-active .content-side {
    animation: gradientMove 12s ease-in-out infinite alternate;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.swiper-slide-active .content-side .quote-mark {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.2s;
}

.swiper-slide-active .content-side .rating {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.swiper-slide-active .content-side .review-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.45s; 
}

.swiper-slide-active .content-side .author-box {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

/* ADVENTURE SSECTION START */

.trv-adventure-st1 {
    padding: 120px 0px;
    background-size: cover !important;
    position: relative;
    text-align: center;
    overflow: hidden;
    background: url('../images/adv-bg.jpg');
    background-repeat: no-repeat;
}
.trv-adventure-st1 .circle-text2 {
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 0px;
}
.trv-adventure-st1 .circle-text2 .emblem-wrap {
    background-color: #066168;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trv-adventure-st1 .circle-text2 .emblem-wrap .emblem {
    font-family: "Figtree", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    color: #fff;
    animation: spinZ 20s linear infinite;
    text-align: center;
    background-color: transparent;
}

@keyframes spinZ {
    0% {
    transform: rotateZ(360deg);
}

100% {
    transform: rotateZ(0deg);
}
}

.emblem span {
    padding: 6px;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.trv-adventure-st1 .adventure-title {
    font-family: "Kaushan Script", cursive;
    font-size: 200px;
    padding: 0px 30px;
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 5px 0px rgba(255, 255, 255, 0.72);
    line-height: 1;
    margin-bottom: 0px;
}
.trv-adventure-st1 .adventure-text {
    font-family: "Afacad", sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.site-button {
    outline: none;
    color: #000;
    font-weight: 500;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    font-family: "Figtree", sans-serif;
    background-color: #85D200;
    border: none;
    font-size: 18px;
    transition: 0.5s all ease;
    white-space: nowrap;
    border-radius: 50px;
}
.site-button.butn-bg-shape:after {
    left: -100%;
}

.site-button.butn-bg-shape:after {
    background: #fff;
    content: "";
    height: 160px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}

/* Blog section start */

.trv-blog-all-style {
    background-color: #DBEEEE;
}
.trv-column-style-head {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.trv-column-style-head {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.section-head.trv-head-title-wrap.left-position {
    text-align: left;
}
.trv-column-style-head .section-head.trv-head-title-wrap {
    margin-bottom: 0px;
}
.trv-column-style-head .trv-column-style-head-btn {
    text-align: right;
}
.site-button {
    outline: none;
    color: #000;
    font-weight: 500;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    font-family: "Figtree", sans-serif;
    background-color: #85D200;
    border: none;
    font-size: 18px;
    transition: 0.5s all ease;
    white-space: nowrap;
    border-radius: 50px;
}
.site-button.butn-bg-shape:after {
    left: -100%;
}

.site-button.butn-bg-shape:after {
    background: #fff;
    content: "";
    height: 160px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}
.w-50{
    width: 50%;
}
.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
    gap: 20px;
}
.blog-left-tab{
    width: 33.33%;
}
.trv-blog-st1 {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    /* width: 33%; */
}
.trv-blog-st1 .trv-post-media {
    margin-right: 10px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    min-width: 100px;
    width: 100px;
    height: 131px;
}
.trv-blog-st1 .trv-post-media img {
    width: 100%;
    height: 100%;
}
.trv-blog-st1 .post-date {
    font-family: "Afacad", sans-serif;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background-color: #066168;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.trv-blog-st1 .post-date span {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    font-family: "Figtree", sans-serif;
}
.trv-blog-st1 .trv-post-info {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 15px;
}
.trv-blog-st1 .trv-post-info .post-category {
    font-size: 18px;
    font-weight: 500;
    color: #FFAA0D;
    white-space: nowrap;
    display: table;
    font-family: "Afacad", sans-serif;
    line-height: 1;
    padding-bottom: 15px;
}
.trv-blog-st1 .trv-post-info .trv-post-title .post-title {
    margin-bottom: 0px;
}
.trv-blog-st1 .trv-post-info .trv-post-title .post-title a {
    transition: 0.5s all ease;
    font-size: 20px;
    font-family: "Afacad", sans-serif;
    font-weight: 500;
    color: #066168;
    display: block;
    line-height: 22px;
}
.trv-blog-st2 {
    position: relative;
    margin-bottom: 30px;
}
.trv-blog-st2 .trv-post-media {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}
.trv-blog-st2 .trv-post-media img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 210px;
}
.trv-blog-st2 .post-date {
    font-family: "Afacad", sans-serif;
    width: 40px;
    height: 40px;
    color: #066168;
    font-size: 14px;
    line-height: 1;
    background-color: #DBEEEE;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.trv-blog-st2 .post-date span {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #066168;
    font-family: "Figtree", sans-serif;
}
.trv-blog-st2 .trv-post-info {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 15px;
    margin: -50px 20px 0px 20px;
    position: relative;
    z-index: 1;
}
.trv-blog-st2 .trv-post-info .post-category {
    font-size: 18px;
    font-weight: 500;
    color: #FFAA0D;
    white-space: nowrap;
    display: table;
    font-family: "Afacad", sans-serif;
    line-height: 1;
    padding-bottom: 15px;
}
.trv-blog-st2 .trv-post-info .trv-post-title .post-title {
    margin-bottom: 0px;
}
.trv-blog-st2 .trv-post-info .trv-post-title .post-title a {
    transition: 0.5s all ease;
    font-size: 20px;
    font-family: "Afacad", sans-serif;
    font-weight: 500;
    color: #066168;
    display: block;
    line-height: 23px;
}
.trv-blog-st3 {
    position: relative;
    margin-bottom: 30px;
}
.trv-blog-st3 .trv-post-media {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}
.trv-blog-st3 .trv-post-media img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 453px;
}
.trv-blog-st3 .post-date {
    font-family: "Afacad", sans-serif;
    width: 80px;
    height: 80px;
    color: #066168;
    font-size: 16px;
    line-height: 1;
    background-color: #DBEEEE;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: absolute;
    text-transform: uppercase;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.trv-blog-st3 .post-date span {
    display: block;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    color: #066168;
    font-family: "Figtree", sans-serif;
}
.trv-blog-st3 .trv-post-info {
    padding: 60px 30px 30px;
    border-radius: 15px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 73%);
}
.trv-blog-st3 .trv-post-info .post-category {
    font-size: 18px;
    font-weight: 500;
    color: #FFAA0D;
    white-space: nowrap;
    display: table;
    font-family: "Afacad", sans-serif;
    line-height: 1;
    padding-bottom: 15px;
}
.trv-blog-st3 .trv-post-info .trv-post-title .post-title {
    margin-bottom: 0px;
}
.trv-blog-st3 .trv-post-info .trv-post-title .post-title a {
    transition: 0.5s all ease;
    font-size: 28px;
    font-family: "Afacad", sans-serif;
    font-weight: 500;
    color: #fff;
    display: block;
}

/* FOOTER START */

.footer-dark {
    padding-top: 80px;
    background-color: #066168;
    color: #346065;
    background-image: url(../images/ftr-dark-bg.png);
    background-size: cover;
}
.trv-subscribe-nl {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}
.container-footer{
    background-color: #FFAA0D;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 70px !important;
    max-width: 90% !important;
    margin: auto;
    gap: 20px;
}
.trv-subscribe-nl:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    background-color: #DBEEEE;
    z-index: -1;
}
.trv-subscribe-nl .trv-nl-section {
    padding: 6px;
    background-color: #DBEEEE;
    border-radius: 50px;
    max-width: 428px;
    flex: 1;
    height: 80px;
    min-width: 200px;
    width: 100%;
}
.trv-subscribe-nl .trv-nl-large-text {
    color: #066168;
    font-family: "Kaushan Script", cursive;
    font-size: 80px;
    line-height: 0.75;
    text-shadow: 2px 3px 0px rgba(255, 255, 255, 0.72);
    padding-bottom: 20px;
}
.trv-subscribe-nl .trv-nl-large-text span {
    color: #fff;
    display: inline-block;
}
.trv-subscribe-nl .trv-nl-title {
    color: #066168;
    font-size: 20px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
}
.ftr-nw-form {
    display: flex;
    position: relative;
}
.ftr-nw-form .form-control {
    height: 68px;
    border: 0px;
    padding: 10px 70px 10px 20px;
    border-radius: 50px;
    width: 100%;
}
.ftr-nw-form .ftr-nw-subcribe-btn {
    font-size: 28px;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #066168;
    position: absolute;
    top: 5px;
    right: 5px;
    transition: 0.5s all ease;
}
.footer-dark .footer-top {
    padding: 80px 0px 0px 0px;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid #066168;
}
.footer-grid{
    display: flex;
}
.widget {
    margin-bottom: 40px;
    width: 25%;
}
.footer-dark .logo-footer {
    margin-bottom: 40px;
    text-align: center;
    display: block;
    max-width: 193px;
}
.footer-dark .logo-footer {
    margin-bottom: 40px;
    text-align: center;
    display: block;
    max-width: 193px;
}
.footer-dark .widget_about p {
    padding-right: 50px;
    font-size: 16px;
}
.social-icons {
    margin: 20px 0 0 0;
}
.social-icons li {
    display: inline-flex;
    height: 46px;
    width: 46px;
    background-color: #FFAA0D;
    margin-right: 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease;
}
.social-icons li a {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #066168;
    line-height: 36px;
    padding: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s all ease;
}
.social-icons li a i {
    transition: 0.5s all ease;
    display: inline-block;
    line-height: inherit;
}
.widget {
    margin-bottom: 40px;
}
.footer-dark .widget-title-footer {
    font-family: "Afacad", sans-serif;
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
}
.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget_services ul li {
    display: block;
    width: 100%;
    padding: 2px 0;
    border: 0;
    overflow: hidden;
}
.widget_services ul li a {
    padding: 0 0 6px 0;
    display: block;
    transition: 0.5s all ease;
    font-size: 16px;
    color: #DBEEEE;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
}
.widget-16{
    width: 16%;
}

.footer-dark .f-top-space {
    padding-top: 0px;
}
.widget_address {
    list-style: none;
    margin-bottom: 0;
}
.widget_address li {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.widget_address li .trv-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    margin-right: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.widget_address li span.trv-contact {
    font-family: "Kaushan Script", cursive;
    color: #FFAA0D;
    font-size: 30px;
    font-weight: normal;
}
.widget_address li span {
    display: block;
    color: #DBEEEE;
    font-weight: 600;
    font-size: 18px;
    font-family: "Figtree", sans-serif;
}
.footer-follow-instagram {
    display: flex;
    align-items: center;
    padding: 40px 0px;
}
.trv-ftr-insta-gall {
    list-style: none;
    margin: 0px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.trv-ftr-insta-gall li {
    width: 99px;
}
.trv-ftr-insta-gall li a {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    background-color: #066168;
}
.trv-ftr-insta-gall li a img {
    width: 100%;
    transition: 0.5s all ease;
}
.trv-ftr-insta-gall li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
}
.trv-ftr-insta-gall li a span:before {
    right: -60%;
}
.trv-ftr-insta-gall li a span:before, .trv-ftr-insta-gall li a span:after {
    position: absolute;
    display: block;
    width: 0%;
    height: 5px;
    content: "";
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.35s ease-in-out;
}
.trv-ftr-insta-gall li a span i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: 0.5s all ease;
}
.footer-follow-instagram .widget-title-footer {
    white-space: nowrap;
    margin-right: 50px;
    margin-bottom: 0px;
}
.footer-dark .footer-bottom {
    padding: 40px 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
.footer-dark .footer-bottom .copyrights-text {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.footer-dark .footer-bottom .copyrights-text span {
    display: inline-block;
    text-transform: uppercase;
}
.site-text-yellow {
    color: #FFAA0D;
}
.footer-dark .footer-bottom:after {
    content: "";
    position: absolute;
    background-color: #066168;
    max-width: 540px;
    height: 1px;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

/*  */

.center-orb {
position: absolute;
width: 90px;
height: 90px;
/* background: var(--gradient-center); */
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
/* box-shadow: 
    0 0 40px var(--accent-glow), 
    inset 0 0 20px rgba(255, 255, 255, 0.4); */
z-index: 10;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.center-orb i {
font-size: 2rem;
filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
/* Plane emoji as an icon, relevant to travel! */
font-style: normal;
}

.center-orb:hover {
transform: scale(1.1) rotate(15deg);
box-shadow: 
    0 0 60px var(--accent-glow), 
    inset 0 0 30px rgba(255, 255, 255, 0.6);
}

/* 
2. The dashed decorative ring rotating oppositely
*/
.decorative-ring {
position: absolute;
width: 140px;
height: 140px;
border: 2px dashed rgba(224, 242, 254, 0.2);
border-radius: 50%;
animation: rotateReverse 25s linear infinite;
background-color: #0A747C;
}

/* 
3. The container for the 360 degree text
*/
.text-ring-container {
position: relative;
width: 220px;
height: 220px;
border-radius: 50%;
animation: rotate 20s linear infinite;
}

/* Individual characters around the circle */
.text-ring-container span {
position: absolute;
left: 50%;
/* Push the text line to the top of the container */
top: 0; 
/* Origin set to exactly half the container's height to rotate around the center point */
transform-origin: 0 110px;

font-size: 0.95rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 3px;
color: var(--text-white);
text-shadow: 0 0 15px var(--accent-glow);
/* Micro-interaction setup */
transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Smooth infinite rotation keyframes */
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}

@keyframes rotateReverse {
from { transform: rotate(360deg); }
to { transform: rotate(0deg); }
}


/* ABOUT US PAGE CSS START------------------------------------------------------------------------ */

 .bento-section {
    position: relative;
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 5% 0;
    background: var(--primary-color);
    overflow: hidden;
}

/* --- Ambient Background --- */
.ambient-light {
    position: absolute;
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    filter: blur(150px);
    z-index: 0;
    opacity: 0.3;
    pointer-events: none;
}

.light-left { top: -10%; left: -10%; background: #000000; animation: drift 15s infinite alternate; }
.light-right { bottom: -10%; right: -10%; background: #000000; animation: drift 18s infinite alternate-reverse; }

@keyframes drift {
    from { transform: translate(0, 0) scale(1); }
    to { transform: translate(100px, 50px) scale(1.2); }
}

        /* --- Floating Particles --- */
.particles-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: float-particle var(--d) linear infinite;
    opacity: 0.2;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

@keyframes float-particle {
    0% { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
    50% { opacity: 0.4; }
    100% { transform: translateY(-100vh) translateX(50px) scale(1.5); opacity: 0; }
}


/* --- Bento Grid Layout --- */
.bento-grid {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1300px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, 60px);
    gap: 20px;
    margin-top: 50px;

}

.bento-item {
    background: rgb(255 255 255 / 12%);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transform: scale(0.9);
    animation: bentoReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.bento-item:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

@keyframes bentoReveal {
    to { opacity: 1; transform: scale(1); }
}

/* --- Grid Placement --- */
.item-hero { grid-column: span 8; grid-row: span 3; padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.item-img-tall { grid-column: span 4; grid-row: span 6; }
.item-stat-1 { grid-column: span 3; grid-row: span 2; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.item-stat-2 { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.item-img-wide { grid-column: span 3; grid-row: span 2; }
.item-quote { grid-column: span 5; grid-row: span 2; padding: 30px; display: flex; align-items: center; }
.item-cta { grid-column: span 3; grid-row: span 2; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #85d200, #6ca903); border: none; }

/* --- Item Content --- */
.hero-meta { color: var(--yellow-color); text-transform: uppercase; letter-spacing: 4px; font-size: 13px; font-weight: 700; margin-bottom: 15px; }
.hero-title-about { 
    font-family: 'Syne', sans-serif; 
    font-size: 50px; 
    font-weight: 800; 
    line-height: 1.1; 
    color: #fff;
}
.hero-title-about span { color: transparent; -webkit-text-stroke: 1px var(--text-p); }
.hero-desc { color: var(--text-s); font-size: 1.1rem; max-width: 80%; line-height: 1.6; }

.stat-num { 
    font-family: 'Syne', sans-serif; 
    font-size: 36px; 
    font-weight: 800; 
    color: var(--yellow-color); 
    margin-bottom: 5px;
    }
.stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: #fff; }

.quote-text { font-style: italic; color: var(--text-p); font-size: 1.1rem; position: relative; }

.cta-btn { text-decoration: none; color: white; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: 14px; position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; transition: 0.3s; }
.cta-btn:hover { background: rgba(255,255,255,0.1); }

.bento-img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: 1s ease; 
}
.bento-item:hover .bento-img { 
    transform: scale(1.1); 
    opacity: 1; 
}

/* --- Staggered Delays --- */
.item-hero { animation-delay: 0.2s; }
.item-img-tall { animation-delay: 0.4s; }
.item-stat-1 { animation-delay: 0.6s; }
.item-stat-2 { animation-delay: 0.8s; }
.item-img-wide { animation-delay: 1.0s; }
.item-quote { animation-delay: 1.2s; }
.item-cta { animation-delay: 1.4s; }

/* we recommend section start */

.trv-we-recommend2 {
    background-color: #fff;
}
.p-b0 {
    padding-bottom: 0px;
}
.p-t120 {
    padding-top: 120px;
}
.trv-we-recommend2-row{
    display: flex;
}
.trv-we-recommend2 .trv-we-rec3-media-main-wrap {
    position: relative;
    margin-right: 24px;
    width: 59%;
}
.trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-l-bx {
    max-width: 376px;
    position: relative;
    z-index: 1;
}
.trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-l-bx:before {
    content: "";
    width: 390px;
    height: 390px;
    position: absolute;
    left: 0px;
    top: 120px;
    background-color: #FFF8EB;
    border-radius: 50%;
    z-index: -1;
}
.trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx1 {
    margin-top: 12px;
    width: 390px;
    height: 390px;
    border: 20px solid #DBEEEE;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    bottom: 140px;
    z-index: 1;
}
.trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx1 img {
    width: 100%;
    border-radius: 50%;
}
.trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx2 {
    margin-top: 12px;
    width: 200px;
    height: 200px;
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
    position: absolute;
    left: 350px;
    top: 13px;
    z-index: 1;
}
.trv-we-recommend2 .trv-we-rec3-media-main-wrap .trc-we-rec3-circle-bx2 img {
    width: 100%;
    border-radius: 50%;
}
.trv-we-recommend-content {
    margin-bottom: 120px;
    position: relative;
    width: 41%;
}
.trv-we-rec-mid2-section {
    margin-bottom: 20px;
}
.trv-icon-bx-st2 {
    display: flex;
    align-items: center;
    max-width: 416px;
    padding: 15px 40px;
    background: #fff;
    border: 1px solid rgba(41, 137, 145, 0.2);
    border-radius: 20px;
}
.p-b40{
    padding-bottom: 40px;
}
.m-b20 {
    margin-bottom: 20px;
}
.trv-icon-bx-st2 .trv-icon-bx-media {
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    min-width: 55px;
    background-size: 100%;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trv-icon-bx-st2 .trv-icon-bx-title {
    font-size: 24px;
    color: #066168;
    font-weight: 500;
    margin-bottom: 12px;
}
.trv-year-section2 {
    position: absolute;
    right: -20px;
    bottom: 0px;
    width: 90px;
}
.trv-year-section2 .trv-year-info {
    display: inline-flex;
    align-items: center;
    width: 340px;
    position: absolute;
    left: 0%;
    text-align: left;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    padding-left: 106px;
}
.trv-year-section2 .trv-year-info .numbr {
    font-family: "Figtree", sans-serif;
    font-weight: 900;
    font-size: 83px;
    line-height: 1;
    color: #FFAA0D;
    margin-bottom: 0px;
    text-shadow: 0px 4px 0px #066168;
    margin-right: 15px;
}
.trv-year-section2 .trv-year-info span {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.2;
    color: #066168;
}

/* EASY STEP BOOKING SECTION START */

.trv-step-st2-wrap {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.p-b90 {
    padding-bottom: 90px;
}
.p-t200 {
    padding-top: 200px;
}
.trv-column-style-head {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.section-head.trv-head-title-wrap.left-position {
    text-align: left;
}

.trv-column-style-head .section-head.trv-head-title-wrap {
    margin-bottom: 0px;
}
.trv-column-style-head .trv-column-style-head-btn {
    text-align: right;
}
.site-button {
    outline: none;
    color: #000;
    font-weight: 500;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    font-family: "Figtree", sans-serif;
    background-color: #85D200;
    border: none;
    font-size: 18px;
    transition: 0.5s all ease;
    white-space: nowrap;
    border-radius: 50px;
}
.site-button.butn-bg-shape:after {
    left: -100%;
}

.site-button.butn-bg-shape:after {
    background: #fff;
    content: "";
    height: 160px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}
.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}
.trv-step-st2-bx1.st-blue {
    margin-top: 120px;
}

.trv-step-st2-bx1 {
    border-radius: 30px;
    background: linear-gradient(to bottom, rgb(83, 164, 192) 45%, rgb(255, 255, 255) 100%);
    padding: 50px 30px 20px 30px;
    margin-bottom: 30px;
    width: 33.33%;
    height: fit-content;
}
.trv-step-st2-bx1 .trv-icon {
    text-align: center;
    margin-bottom: 20px;
}
.trv-step-st2-bx1 .trv-icon {
    text-align: center;
    margin-bottom: 20px;
}
.trv-step-st2-bx1 .trv-icon .trv-icon-back {
    width: 120px;
    height: 120px;
    background-color: #45869D;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.trv-step-st2-bx1 .trv-icon .trv-icon-front {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.trv-step-st2-bx1 .trv-icon .trv-icon-front img {
    max-width: 48px;
    width: 100%;
    filter: brightness(0) saturate(100%) invert(73%) sepia(22%) saturate(928%) hue-rotate(153deg) brightness(78%) contrast(89%);
}
.trv-step-st2-bx1 .trv-content {
    padding-left: 10px;
    padding-right: 10px;
}
.trv-step-st2-bx1 .trv-content .trv-title {
    font-size: 28px;
    font-weight: 500;
    font-family: "Afacad", sans-serif;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}
.trv-step-st2-bx1 .trv-content p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Figtree", sans-serif;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px;
}
.trv-step-st2-bx1 .trv-btm-txt-part {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.trv-step-st2-bx1 .trv-btm-txt-part .media-recoment img {
    max-width: 232px;
    width: 100%;
    max-height: 155px;
    height: 100%;
}
.trv-step-st2-bx1 .trv-btm-txt-part .bld-num {
    font-family: "Figtree", sans-serif;
    font-size: 76px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-left: 30px;
    margin-bottom: 0px;
}
.trv-step-st2-bx1.st-pink {
    background: linear-gradient(to bottom, rgb(255, 162, 182) 55%, rgb(255, 255, 255) 100%);
    margin-top: 60px;
}
.trv-step-st2-bx1.st-pink .trv-icon .trv-icon-back {
    background-color: #CE8594;
}
.trv-step-st2-bx1.st-pink .trv-icon .trv-icon-front img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(47%) saturate(380%) hue-rotate(301deg) brightness(101%) contrast(102%);
}
.w-33{
    width: 33.33%;
}
.trv-step-st2-bx1.st-green {
    background: linear-gradient(to bottom, rgb(6, 97, 104) 46%, rgb(255, 255, 255) 100%);
}
.trv-step-st2-bx1.st-green .trv-icon .trv-icon-back {
    background-color: #047881;
}
.trv-step-st2-bx1.st-green .trv-icon .trv-icon-front img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(28%) saturate(721%) hue-rotate(118deg) brightness(97%) contrast(86%);
}

.trv-step-st2-wrap .trv-left-bag {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.trv-step-st2-wrap .trv-right-tent {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.trv-trend-top-shadowbar {
    background-repeat: repeat-x;
    height: 136px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url('../images/shadow-top.png');
}

/*  */

.trv-holi-theme-wrap {
    background-color: #FFF8EB;
}

.p-b0 {
    padding-bottom: 0px;
}
.p-t120 {
    padding-top: 120px;
}
.trv-holi-theme-bx {
    display: flex;
}
.trv-holi-theme-bx .trv-holi-theme-media {
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFAA0D;
    position: relative;
}
.trv-holi-theme-bx .trv-holi-theme-media img {
    width: 46px;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(13%) sepia(72%) saturate(7110%) hue-rotate(178deg) brightness(81%) contrast(95%);
}
.trv-holi-theme-bx .trv-holi-theme-info {
    border-radius: 10px;
    background-color: #066168;
    padding: 10px 20px;
    flex: 1;
}
.trv-holi-theme-bx .trv-holi-theme-info .trv-holi-title {
    font-size: 19px;
    color: #fff;
    padding-bottom: 5px;
}
.trv-holi-theme-bx .trv-holi-theme-info p {
    margin-bottom: 0px;
    color: #fff;
}
.trv-holibg-pic{
    text-align: center;
}
.mb-50{
    margin-bottom: 50px;
}

/* counter section start */

.trv-counter-outer-three-wrap {
    padding: 80px;
    /* background-color: #fff; */
}
.counter-grid-about{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}
.trv-counter-outer-three-wrap .trv-counter-outer-three {
    position: relative;
}
.trv-counter-outer-three-wrap .trv-counter-outer-three .trv-counter-media {
    width: 100px;
    min-width: 100px;
    height: 100px;
    background-color: #066168;
    border-radius: 20px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 15px;
}
.trv-counter-outer-three-wrap .trv-counter-outer-three .trv-counter-media img {
    width: 50px;
}
.trv-counter-outer-three-wrap .trv-counter-outer-three .trv-icon-content-info {
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-top: 50px;
    margin-left: 58px;
    background: rgba(6, 97, 104, 0.05);
    border: 7px solid #fff;
    box-shadow: 0px 15px 8px -4px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 30px;
}
.trv-counter-outer-three-wrap .trv-counter-outer-three .trv-icon-content-info .trv-icon-title {
    font-family: "Afacad", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #066168;
}
.trv-counter-outer-three-wrap .trv-counter-outer-three .counter-out-about {
    color: #066168;
    display: flex;
    align-items: center;
}
.counter-out-about span{
    font-family: "Figtree", sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    margin-right: 10px;
}
.trv-counter-outer-three-wrap .trv-counter-outer-three .counter-about-main{
  font-weight: 900;
    font-size: 42px;
    line-height: 50px;
    line-height: 0.75;
    font-family: "Figtree", sans-serif;
    color: #066168;
}
.trv-counter-outer-three-wrap .orange-bg-media {
    background-color: #FFAA0D !important;
}

/*  about VIDEO SECTION START */

.trv-vid-style2-wrap {
    height: 560px;
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.trv-vid-style2-wrap .trv-vid-full {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 0;
}
.video-section2{
    width: 100%;
    height: 100%;
}


/* FAQ SECTION START */
.trv-faq-warp {
    background-color: #dbeeee;
}
.faq-flex{
    display: flex;
    gap: 30px;
}
.trv-faq-left-media-wrap {
    position: relative;
}
.m-b30 {
    margin-bottom: 30px;
}
.section-head.trv-head-title-wrap.left-position {
    text-align: left;
}
.section-head.trv-head-title-wrap {
    margin-bottom: 60px;
}
.trv-faq-left-media-wrap {
    position: relative;
}
.trv-faq-left-media-wrap .trv-f-pic {
    text-align: left;
    margin-left: 40px;
}
.trv-faq-left-media-wrap .trv-f-quote {
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgba(255, 255, 255, 0.56);
    border: 5px solid rgba(255, 170, 13, 0.32);
    box-shadow: 0px 16px 24.7px rgba(6, 97, 104, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.trv-faq-left-media-wrap .trv-f-quote .trv-f-quote-icon {
    width: 48px;
    min-width: 48px;
    margin-right: 30px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trv-faq-left-media-wrap .trv-f-quote .trv-f-quote-icon i {
    font-size: 74px;
    line-height: 0.75;
    padding-top: 5px;
    color: var(--primary-color);
}
.trv-faq-left-media-wrap .trv-f-quote .trv-title {
    font-family: "Afacad", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #066168;
    margin-bottom: 0px;
}
.w-41{
    width: 41%;
}
.w-59{
    width: 59%;
}
.trv-faq-right-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.accordion{
    padding: 40px;
    border: 6px solid rgba(41, 137, 145, 0.2);
    border-radius: 30px;
}
.accordion .accordion-item {
  border-bottom: 1px solid var(--primary-color);
}

/* .accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
} */

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    font-size: 24px;
    color: #066168;
    font-family: "Afacad", sans-serif;
    font-weight: 500;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #bb7900;
  border-radius: 22px;
  background-color: var(--yellow-color);
  color: #fff;
  transform: translateY(-50%);
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 2em 0;
}

/* DESTINITION SECTION START */


.destinations-section {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary);
    border-radius: 4px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

/* Grid Layout */
.destinations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    min-height: 850px;
    perspective: 1000px;
    position: relative;
    margin-top: 50px;
}

/* Card Styles */
.dest-card {
    background: white;
    border-radius: var(--card-radius);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    position: relative;
    cursor: pointer;
    transition: var(--transition);
    opacity: 1;
    transform: translateY(0) scale(1);
    will-change: transform, opacity;
    height: 400px;
}

.dest-card.hide {
    display: none;
}

.dest-card.animating-out {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
}

.dest-card.animating-in {
    animation: staggerFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
    transform: translateY(40px) scale(0.9);
}

@keyframes staggerFadeIn {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dest-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
    z-index: 2;
}

/* Image Wrapper */
.card-img-wrapper-destination {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card-img-wrapper-destination img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.dest-card:hover .card-img-wrapper-destination img {
    transform: scale(1.1);
}

/* Card Overlay & Content - Always Visible Now */
.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: var(--transition);
    opacity: 1;
}

.rating-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 8px 12px;
    border-radius: 30px;
    font-weight: 700;
    color: var(--secondary);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.3s;
}

.dest-card:hover .rating-badge {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.rating-badge i {
    color: #ffc107;
}

.location-tag {
    color: var(--primary);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    transform: translateY(0);
    opacity: 1;
}

.card-title {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    transition: var(--transition);
}

.card-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 15px;
    transform: translateY(0);
    opacity: 1;
}

.price-wrap .label {
    display: block;
    color: #ccc;
    font-size: 0.8rem;
    margin-bottom: 3px;
}

.price-wrap .amount {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
}

.price-wrap .amount span {
    font-size: 1rem;
    font-weight: 400;
}

.explore-btn {
    background: var(--primary);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    transition: var(--transition);
}

.explore-btn:hover {
    background: white;
    color: var(--primary);
    transform: rotate(-45deg);
}

/* Tab Pagination */
.tabs-container {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.tab-btn {
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--secondary);
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.tab-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--primary);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.tab-btn:hover {
    box-shadow: 0 8px 25px rgba(255, 87, 34, 0.3);
    transform: translateY(-3px);
    color: var(--primary);
}

.tab-btn.active {
    color: white;
    box-shadow: 0 8px 25px rgba(255, 87, 34, 0.4);
}

.tab-btn.active::before {
    transform: scale(1);
}

/* DESTINATION BANEER SECTION START */

/* Banner Container */
.luxury-banner {
    display: flex;
    width: 100vw;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: #000;
    position: relative;
}

/* Global Headline Overlay */
.global-headline {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 10;
    color: white;
    pointer-events: none;
    text-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.global-headline h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.global-headline p {
    font-size: 1.1rem;
    font-weight: 300;
    opacity: 0.8;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* The flex panels */
.panels-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.panel-destination {
    flex: 1;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: flex 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.panel-destination:last-child {
    border-right: none;
}

/* Dynamic Overlay */
.panel-destination::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.1) 100%);
    transition: all 0.8s ease;
}

/* Panel Hover Expansion */
.panel-destination:hover {
    flex: 4;
    /* Enhance the image slightly on hover */
    filter: brightness(1.1);
}

.panel-destination:hover::before {
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
}

/* Background Images (High Quality Travel) */
.panel-1 { background-image: url('https://images.unsplash.com/photo-1531366936337-7c912a4589a7?q=80&w=1500&auto=format&fit=crop'); } /* Swiss Alps */
.panel-2 { background-image: url('../images/maldives-image.jpg'); } /* Maldives Beach */
.panel-3 { background-image: url('https://images.unsplash.com/photo-1493976040374-85c8e12f0c0e?q=80&w=1500&auto=format&fit=crop'); } /* Kyoto Japan */
.panel-4 { background-image: url('https://images.unsplash.com/photo-1473580044384-7ba9967e16a0?q=80&w=1500&auto=format&fit=crop'); } /* Sahara Desert */
.panel-5 { background-image: url('../images/beach-image.jpg'); } /* Iceland Aurora */

/* Panel Typography & Content */
.panel-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Icon styling */
.panel-destination .icon-box {
    font-size: 1.8rem;
    color: var(--primary);
    background: rgba(255,255,255,0.1);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 25px;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.5s ease;
}

.panel-destination h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 1px;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    text-shadow: 0 5px 15px rgba(0,0,0,0.5);
    margin-bottom: 0px;
}

/* The hidden description box */
.panel-desc {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0s;
}

.panel-desc p {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.85);
    width: 100%;
    max-width: 450px;
    white-space: normal; /* wrap text */
}

.explore-btn-banner {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 12px 35px;
    border-radius: 40px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
}

.explore-btn-banner:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 87, 34, 0.4);
}

/* ---------- Hover State Activations ---------- */
.panel-destination:hover .panel-content {
    transform: translateY(0);
}

.panel-destination:hover .icon-box {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    transform: scale(0.9);
    box-shadow: 0 10px 25px rgba(255, 87, 34, 0.5);
}

.panel-destination:hover h2 {
    font-size: 5.5rem;
    margin-bottom: 5px;
}

.panel-destination:hover .panel-desc {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    transform: translateY(0);
    transition-delay: 0.3s; /* Delay showing text until panel expands */
}

/* TOUR PAGE START */

/* Hero Wrapper */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Dynamic Background with subtle zoom */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Gorgeous travel landscape */
    background: url('https://images.unsplash.com/photo-1506929562872-bb421503ef21?q=80&w=2000&auto=format&fit=crop') center/cover no-repeat;
    z-index: 1;
    animation: subtlyZoom 20s infinite alternate ease-in-out;
}

/* Gradient Overlay for better contrast */
.hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(12, 20, 36, 0.8) 0%, rgba(12, 20, 36, 0.2) 100%);
}

@keyframes subtlyZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

.container-text{
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
}

/* Premium Label */
.hero-label {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    align-self: flex-start;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    
    /* Entrance Animation */
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInDown 0.8s forwards 0.3s;
}

/* Huge Typography */
.hero-title {
    font-size: 5.8rem;
    font-weight: 800;
    color: var(--text-white);
    line-height: 1.1;
    margin-bottom: 30px;
    max-width: 850px;
    text-shadow: 0 10px 30px rgba(0,0,0,0.3);
    font-family: 'Plus Jakarta Sans', sans-serif;
    opacity: 0;
    transform: translateY(40px);
    animation: slideUp 1s forwards cubic-bezier(0.2, 0.8, 0.2, 1) 0.5s;
}

/* Optional span coloring */
.hero-title span {
    color: transparent;
    -webkit-text-stroke: 1.5px #fff;
    background: rgba(255, 255, 255, 0); /* Fallback */
    display: inline-block;
}

.hero-desc {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    max-width: 580px;
    line-height: 1.7;
    margin-bottom: 30px;
    text-shadow: 0 4px 10px rgba(0,0,0,0.2);
    
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 1s forwards cubic-bezier(0.2, 0.8, 0.2, 1) 0.7s;
}

/* Glassmorphism Booking Bar */
.booking-bar {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    max-width: 1050px;
    
    opacity: 0;
    transform: translateY(40px);
    animation: slideUp 1s forwards cubic-bezier(0.2, 0.8, 0.2, 1) 0.9s;
}

.booking-input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 10px;
    transition: transform 0.3s ease;
}

/* Subtle hover pop on inputs */
.booking-input-group:hover {
    transform: translateY(-2px);
}

/* Vertical dividers between inputs */
.booking-input-group:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.booking-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-label i {
    color: var(--accent);
    font-size: 1rem;
}

.booking-input {
    background: transparent !important;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 500;
    font-family: inherit;
    width: 100%;
    padding: 0 !important;
}

.booking-input::placeholder {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

/* Format HTML5 Date Input icons */
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
    opacity: 0.7;
}

/* Gradient Search Button */
.btn-search {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 18px 40px;
    border-radius: 16px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(82, 113, 255, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-search i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.btn-search:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(82, 113, 255, 0.6);
    background: var(--accent);
}

.btn-search:hover i {
    transform: scale(1.1) rotate(5deg);
}

/* Floating Info Widget for extra aesthetic */
.floating-widget {
    position: absolute;
    z-index: 5;
    animation: floatWidget 6s ease-in-out infinite alternate;
}

.floating-1 {
    top: 20%;
    right: 12%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    
    /* Entrance */
    opacity: 0;
    animation: slideInRight 1s forwards cubic-bezier(0.2, 0.8, 0.2, 1) 1.2s, 
                floatWidget 6s ease-in-out infinite alternate 2.2s;
}

.floating-1 .icon-box {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--yellow-color) 0%, #ffa600 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    box-shadow: 0 10px 20px rgba(255, 90, 95, 0.4);
}

.floating-1 .text h4 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 2px;
}
.floating-1 .text p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
    font-weight: 500;
}

/* Keyframe Animations */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes slideUp {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes slideInRight {
    from { opacity: 0; transform: translateX(60px) scale(0.95); }
    to { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes floatWidget {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-20px) rotate(3deg); }
}

/* TOUR MIDDLE SECTION START */

/* Section Container */
.tours-section {
    width: 100%;
    position: relative;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: var(--transition);
}

.section-header.visible {
    opacity: 1;
    transform: translateY(0);
}
/* Content Pages for Tab Switching */
.page-content {
    display: none; /* Hide all pages initially */
    animation: fadeIn 0.5s ease-out;
    margin-top: 50px;
}

.page-content.active {
    display: block; /* Show active page */
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Grid Layout */
.tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 35px;
    padding: 15px; 
    margin-bottom: 40px;
}

/* Individual Tour Card */
.tour-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Softer shadow for light mode */
    position: relative;
    cursor: pointer;
    
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                opacity 0.6s ease;
}

.tour-card.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hover lifting effect */
.tour-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(255, 90, 95, 0.1), 0 15px 25px rgba(0,0,0,0.1);
    border-color: rgba(255, 90, 95, 0.2);
}

/* Image Container */
.tour-img-box {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.tour-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Image Zoom on card hover */
.tour-card:hover .tour-img-box img {
    transform: scale(1.1);
}

/* Floating Badges */
.badge-top {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #1e293b;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.badge-top.popular {
    background: linear-gradient(135deg, var(--primary) 0%, #ff2a2f 100%);
    color: #fff;
}

/* Wishlist Heart */
.wishlist-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-muted);
    font-size: 1.1rem;
    z-index: 2;
    transition: var(--transition);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.wishlist-btn:hover {
    background: var(--primary);
    color: #fff;
    transform: scale(1.1);
}

/* Floating Price Tag OVERLAY fixed */
.price-tag {
    position: absolute;
    bottom: 15px; /* Adjusting so it's fully visible inside the image box */
    right: 15px;
    background: var(--secondary);
    color: #fff;
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.15rem;
    box-shadow: 0 8px 20px rgba(0, 166, 153, 0.3);
    z-index: 10;
    transition: var(--transition);
    border: 2px solid #fff;
}

.tour-card:hover .price-tag {
    background: var(--primary);
    box-shadow: 0 8px 20px rgba(255, 90, 95, 0.3);
    transform: translateY(-5px);
}

.price-tag span {
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.9;
}

/* Card Content Area */
.tour-content {
    padding: 25px 25px; 
}

.tour-location {
    color: var(--primary);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tour-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.tour-card:hover .tour-title {
    color: var(--primary);
}

/* Rating Stars */
.tour-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.tour-rating i {
    color: #FBBF24; /* Golden yellow */
    font-size: 0.95rem;
}

.tour-rating span {
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    margin-left: 4px;
}

/* Features List */
.tour-features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid var(--border-color);
    gap: 10px;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 600;
}

.feature i {
    color: var(--secondary);
    font-size: 1.1rem;
}

/* Down Tab Pagination Control */
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.page-num-tour {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-color);
    color:#000;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    user-select: none;
}

.page-nav {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-num-tour:hover, .page-nav:hover {
    color: var(--primary);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.page-num-tour.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    box-shadow: 0 8px 20px rgba(255, 90, 95, 0.3);
    pointer-events: none;
}

 /* -------------------------------------
Background Travel Animations v3: 
Premium Map Grid, Flight Paths & Mesh Orbs
--------------------------------------*/
.bg-animations-tour {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    /* Faint dotted world map grid effect */
    background-color: var(--light-bg);
    background-image: radial-gradient(rgba(0, 0, 0, 0.05) 2px, transparent 2px);
    background-size: 35px 35px;
}

/* Ambient Glowing Mesh Colors (Premium Vibe) */
.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.15;
    animation: floatGlow 25s infinite alternate ease-in-out;
    will-change: transform;
}

.orb-primary {
    top: -15%; left: -10%; 
    width: 60vw; height: 60vw;
    background: var(--primary);
}

.orb-secondary {
    bottom: -15%; right: -10%; 
    width: 70vw; height: 70vw;
    background: var(--secondary);
    animation-delay: -10s;
    animation-duration: 30s;
    animation-direction: alternate-reverse;
}

@keyframes floatGlow {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(5vw, 10vh) scale(1.05); }
    100% { transform: translate(15vw, -5vh) scale(0.95); }
}

/* Animated SVG Flight Routes spanning the background */
.flight-routes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.route-line {
    fill: none;
    stroke-width: 2;
    stroke-dasharray: 8 12;
    stroke-linecap: round;
}

/* Coral flight path animating forward */
.route-1 { 
    stroke: var(--primary); 
    animation: traceRoute 40s linear infinite; 
}

/* Teal flight path animating backwards */
.route-2 { 
    stroke: var(--secondary); 
    animation: traceRouteRev 50s linear infinite; 
}

/* Pulsing Map Nodes on the SVG paths */
.map-node {
    fill: #fff;
    stroke-width: 3.5;
    transform-origin: center;
}

.node-primary { 
    stroke: var(--primary); 
    animation: pulseNode 3s infinite ease-in-out; 
}

.node-secondary { 
    stroke: var(--secondary); 
    animation: pulseNodeRev 3s infinite ease-in-out reverse; 
}

/* Hovering 3D Location Pins */
.map-pin {
    position: absolute;
    font-size: 3.5rem;
    filter: drop-shadow(0 15px 15px rgba(0,0,0,0.1));
    animation: hoverPin 3.5s infinite ease-in-out alternate;
    opacity: 0.3; /* Keep it subtle */
}

.pin-1 { top: 25%; left: 15%; color: var(--primary); }
.pin-2 { bottom: 30%; right: 18%; color: var(--secondary); font-size: 4.5rem; animation-delay: -1.5s; }
.pin-3 { top: 65%; left: 10%; color: var(--primary); font-size: 2.5rem; animation-delay: -0.8s; }
.pin-4 { top: 15%; right: 25%; color: var(--secondary); font-size: 3rem; animation-delay: -2s; }

@keyframes traceRoute {
    from { stroke-dashoffset: 400; }
    to { stroke-dashoffset: 0; }
}

@keyframes traceRouteRev {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: 400; }
}

@keyframes pulseNode {
    0% { transform: scale(0.7); opacity: 0.7; }
    50% { transform: scale(1.3); opacity: 1; }
    100% { transform: scale(0.7); opacity: 0.7; }
}

@keyframes pulseNodeRev {
    0% { transform: scale(0.7); opacity: 0.7; }
    50% { transform: scale(1.3); opacity: 1; }
    100% { transform: scale(0.7); opacity: 0.7; }
}

@keyframes hoverPin {
    0% { transform: translateY(0) scale(1); filter: drop-shadow(0 15px 15px rgba(0,0,0,0.05)); }
    100% { transform: translateY(-20px) scale(1.05); filter: drop-shadow(0 25px 25px rgba(0,0,0,0.15)); }
}



/* middle 2 start */

 /* -------------------------------------
    Background Typography Animations 
    (Premium Scrolling Watermark)
--------------------------------------*/
.bg-animations-middle-tour {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    /* background-color: var(--bg-color); */
}

/* Super Soft Ambient Glows */
.ambient-glow {
    position: absolute;
    width: 80vw;
    height: 80vh;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.08;
    animation: breatheGlow 15s infinite alternate ease-in-out;
}

.glow-1 {
    top: -20%; right: -20%;
    background: var(--primary);
}

.glow-2 {
    bottom: -20%; left: -20%;
    background: var(--secondary);
    animation-delay: -7s;
}

@keyframes breatheGlow {
    0% { transform: scale(0.8) translate(0, 0); opacity: 0.03; }
    100% { transform: scale(1.2) translate(-50px, 50px); opacity: 0.1; }
}

/* Scrolling Typography Tracks */
.scrolling-text-track {
    position: absolute;
    display: flex;
    width: fit-content;
    color: transparent;
    font-size: 15rem;
    font-weight: 800;
    white-space: nowrap;
    user-select: none;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 15px;
}

/* Top track - Dark Outline going Left */
.track-1 {
    top: 5%;
    -webkit-text-stroke: 2px #0f172a;
    opacity: 0.05; /* Extremely faint watermark */
    animation: scrollTextLeft 50s linear infinite;
}

/* Bottom track - Coral Outline going Right */
.track-2 {
    bottom: 8%;
    -webkit-text-stroke: 2px #FF5A5F;
    opacity: 0.05; /* Extremely faint watermark */
    animation: scrollTextRight 60s linear infinite;
}

.scrolling-text {
    padding-right: 50px;
}

@keyframes scrollTextLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scrollTextRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* -------------------------------------
    Section Container
--------------------------------------*/
.styles-section {
    width: 100%;
    padding: 100px 0px;
    position: relative;
    z-index: 10; /* Above the background animations */
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(30px);
    transition: var(--transition);
}

.section-header.visible {
    opacity: 1;
    transform: translateY(0);
}
/* -------------------------------------
    Expanding Flex Gallery Panels
--------------------------------------*/
.gallery-container {
    display: flex;
    width: 100%;
    height: 550px;
    gap: 20px;
    opacity: 0;
    transform: scale(0.95);
    transition: var(--transition);
    margin-top: 50px;
}

.gallery-container.visible {
    opacity: 1;
    transform: scale(1);
}

.panel {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    cursor: pointer;
    flex: 1; /* Shrunk state */
    overflow: hidden;
    transition: flex 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), 
                transform 0.4s ease, 
                box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); /* Softer shadow for light bg */
}

/* Glow effect on hover but not active */
.panel:not(.active):hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 166, 153, 0.15);
}

.panel.active {
    flex: 6; /* Expanded state */
    box-shadow: 0 25px 50px rgba(0,0,0,0.15); /* Softer shadow for light bg */
    cursor: default;
}

/* Gradient Overlay for text readability */
.panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top, 
        rgba(0,0,0,0.85) 0%, 
        rgba(0,0,0,0.2) 40%, 
        rgba(0,0,0,0) 100%
    );
    transition: all 0.5s ease;
    opacity: 0.6;
}

.panel.active::after {
    opacity: 1;
    background: linear-gradient(
        to top, 
        rgba(0,0,0,0.9) 0%, 
        rgba(15, 23, 42, 0.6) 50%, 
        rgba(0,0,0,0.1) 100%
    );
}

/* Panel Content Placement */
.panel-content-tour {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Vertical text when panel is shrunk */
.panel h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    white-space: nowrap;
    transition: all 0.5s ease;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* When shrunk, rotate text and center it */
.panel:not(.active) .panel-content-tour {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
}

.panel:not(.active) h3 {
    writing-mode: vertical-rl;
    transform: scale(-1);
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-bottom: 0;
}

/* Details appear only when active */
.panel-details {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    max-width: 500px;
    display: none; /* Hide via display to avoid layout jumping */
}

.panel.active .panel-details {
    display: block;
    /* Small delay to allow expansion first */
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

.panel-desc {
    font-size: 1.1rem;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Stats Row */
.panel-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.stat {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat i {
    color: var(--secondary);
}

/* Floating Icon */
.panel-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
    z-index: 10;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.panel.active .panel-icon {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s;
    background: var(--primary);
}

.panel-icon:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    transform: scale(1.1) !important;
}

/* Custom Button */
.explore-btn-tour {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 90, 95, 0.3);
}

.explore-btn-tour:hover {
    background: #ff4045;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 90, 95, 0.4);
}

.explore-btn-tour i {
    transition: transform 0.3s ease;
}

.explore-btn-tour:hover i {
    transform: translateX(5px);
}

/* BLOG PAGE CSS START */


/* Abstract glowing blobs in background */
.ambient-light {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: 0;
    opacity: 0.6;
    animation: pulse-glow 8s ease-in-out infinite alternate;
}

.light-1 {
    top: -10%;
    left: -10%;
    width: 50vw;
    height: 50vw;
    background: #000;
}

.light-2 {
    bottom: -20%;
    right: -10%;
    width: 40vw;
    height: 40vw;
    background: #000;
}

/* Main Section Wrapper */
.premium-blog-banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 5%;
    overflow: hidden;
    z-index: 1;
    font-family: 'Inter', sans-serif;
    background-color: var(--primary-color);
    -webkit-font-smoothing: antialiased;
}

/* Container grid */
.banner-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ----- LEFT SIDE: Content ----- */
.content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.huge-bg-text {
    position: absolute;
    top: -100px;
    left: -50px;
    font-family: 'Syne', sans-serif;
    font-size: 250px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px rgb(255 255 255 / 11%);
    z-index: -1;
    user-select: none;
    line-height: 1;
    white-space: nowrap;
    animation: slide-right 20s linear infinite;
}

.meta-tags {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    opacity: 0;
    animation: fade-in-up 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
    flex-wrap: wrap;
}

.tag-pill {
    background: var(--card-bg);
    border: 1px solid var(--border-glass);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    color: var(--accent);
    display: flex;
    align-items: center;
    gap: 8px;
}

.tag-pill i {
    font-size: 11px;
}

.read-time {
    font-size: 14px;
    color: var(--text-white);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Typography */
.main-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(3.5rem, 5.5vw, 6rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 30px;
    color: var(--text-main);
}

.title-line {
    display: block;
    overflow: hidden;
    /* For clipping reveal */
}

.title-line span {
    display: block;
    transform: translateY(120%);
    animation: title-reveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.title-line:nth-child(1) span {
    animation-delay: 0.2s;
}

.title-line:nth-child(2) span {
    animation-delay: 0.35s;
}

.title-line:nth-child(3) span {
    animation-delay: 0.5s;
}

.title-gradient {
    background: linear-gradient(135deg, #fff 0%, #0ba013 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.excerpt {
    font-size: clamp(1.1rem, 1.2vw, 1.2rem);
    line-height: 1.7;
    color: var(--text-white);
    max-width: 500px;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(20px);
    animation: fade-in-up 1s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;
}

/* Button & Author container */
.actions-author-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    opacity: 0;
    transform: translateY(20px);
    animation: fade-in-up 1s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
}

.explore-btn-blog {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: var(--green-color);
    color: var(--text-main);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 50px;
    border: 1px solid var(--green-color);
    overflow: hidden;
    transition: all 0.4s ease;
}
.author-details-blog{
    color: var(--text-color);
}

.explore-btn-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--green-color);
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1;
}

.explore-btn-blog:hover::before {
    transform: translateX(0);
}

.explore-btn-blog:hover {
    color: var(--bg-color);
    border-color: var(--text-main);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15);
}

.explore-btn-blog i {
    transition: transform 0.4s ease;
    transform: rotate(-45deg);
    /* Arrow pointing up-right */
}

.explore-btn-blog:hover i {
    transform: rotate(0deg) translateX(4px);
}

/* Author lockup inside banner */
.author-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 30px;
    border-left: 1px solid var(--border-glass);
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px var(--border-glass);
}

.author-details-blog h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.author-details-blog p {
    font-size: 13px;
    color: var(--text-white);
}

/* ----- RIGHT SIDE: Visual Composition ----- */
.visual-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
}

/* Main Arched Image */
.img-mask-arch {
    position: relative;
    width: 80%;
    height: 90%;
    border-radius: 200px 200px 0 0;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.95);
    animation: masked-image-reveal 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
    /* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5); */
    border: 8px solid #d78609;
}

.img-mask-arch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.visual-col:hover .img-mask-arch img {
    transform: scale(1.05);
    /* Zoom effect on hover */
}

/* Secondary Offset Square Image */
.img-mask-square {
    position: absolute;
    bottom: 20px;
    left: -40px;
    width: 40%;
    height: 40%;
    border-radius: 24px;
    overflow: hidden;
    border: 8px solid var(--text-color);
    opacity: 0;
    transform: translateY(40px);
    animation: masked-image-reveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
    z-index: 5;
}

.img-mask-square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(30%);
    transition: all 0.5s ease;
}

.visual-col:hover .img-mask-square img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

/* Rotating Circular Text */
.rotating-badge {
    position: absolute;
    top: 20%;
    right: -20px;
    width: 140px;
    height: 140px;
    background: #560606;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    opacity: 0;
    transform: scale(0) rotate(0deg);
    animation: badge-reveal 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s forwards;
    box-shadow: 0 10px 30px var(--accent-glow);
}

.badge-inner-icon {
    font-size: 28px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.circular-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: spin 15s linear infinite;
}

.circular-text span {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -5px;
    /* Center alignment offset */
    transform-origin: center 70px;
    /* Rotate around the exact center of the badge */
    font-size: 12px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

/* Floating decoration elements */
.glass-float-box {
    position: absolute;
    top: 10%;
    left: -80px;
    background: var(--card-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border-glass);
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 7;
    opacity: 0;
    animation: fade-in-up 1s cubic-bezier(0.16, 1, 0.3, 1) 1.8s forwards, float-y 5s ease-in-out infinite 2s;
}

.glass-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
}

.glass-text {
    font-size: 13px;
    font-weight: 600;
    color: white;
    line-height: 1.4;
}

.glass-text span {
    font-size: 11px;
    color: var(--text-white);
    font-weight: 400;
    display: block;
}

/* --- Scroll Down Indicator --- */
.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 20;
    opacity: 0;
    animation: scroll-fade-in 1s ease 2s forwards;
    color: var(--text-white);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.scroll-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--accent);
    animation: scroll-line-move 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

/* Keyframes */
@keyframes scroll-fade-in {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes title-reveal {
    0% {
        transform: translateY(120%) rotate(5deg);
        opacity: 0;
    }

    100% {
        transform: translateY(0) rotate(0);
        opacity: 1;
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes masked-image-reveal {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(40px);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes badge-reveal {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-90deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes slide-right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.4;
        filter: blur(120px) scale(1);
    }

    100% {
        opacity: 0.7;
        filter: blur(150px) scale(1.1);
    }
}

@keyframes float-y {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes scroll-line-move {
    0% {
        top: -50%;
    }

    100% {
        top: 150%;
    }
}

/* BLOG MIDDLE SECTION START */

 /* --- Ambient Animated Pastel Background --- */
.bg-animations {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.6;
    animation: floatShapes 25s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

.shape-1 {
    width: 700px; height: 700px;
    background: #ffe3d8; /* Peach/Orange bloom */
    top: -150px; left: -150px;
}

.shape-2 {
    width: 600px; height: 600px;
    background: #d4f0ff; /* Light Sky bloom */
    bottom: -100px; right: 5%;
    animation-duration: 30s;
    animation-delay: -5s;
    animation-direction: alternate-reverse;
}

.shape-3 {
    width: 500px; height: 500px;
    background: #e8e6ff; /* Soft violet bloom */
    top: 30%; left: 30%;
    animation-duration: 20s;
    animation-delay: -10s;
}

@keyframes floatShapes {
    0% { transform: translate(0, 0) scale(1) rotate(0deg); }
    50% { transform: translate(120px, 80px) scale(1.2) rotate(45deg); opacity: 0.8; }
    100% { transform: translate(-80px, 120px) scale(0.9) rotate(-45deg); opacity: 0.5; }
}

/* --- Particle Network Background --- */
#particle-canvas {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100vh;
    z-index: -2;
    pointer-events: none;
}

/* --- Section Layout --- */
.blog-middle-section {
    padding: 120px 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.container-blog-on {
    width: 100%;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 2fr 1fr; /* Left row (blogs) and Right row (sidebar) */
    gap: 70px;
}

/* --- LEFT ROW: Beautiful Blog Feed --- */
.blog-feed {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Elevated Card Design */
.blog-card {
    background: var(--card-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: 36px;
    padding: 20px; /* Internal frame padding */
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(50px) scale(0.98);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 25px 50px rgba(0,0,0,0.03), inset 0 0 0 1px var(--border-glass);
}

.blog-card.reveal {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.07), inset 0 0 0 1px var(--border-glass);
}

/* Card Image Inside Padding */
.card-img-wrap {
    position: relative;
    width: 100%;
    height: 480px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08); /* Internal shadow for floating image effect */
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover .card-img {
    transform: scale(1.08);
}

/* Fancy Overlay Gradient */
.img-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
    pointer-events: none;
}

.category-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    color: var(--accent);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.blog-card:hover .category-badge {
    background: var(--accent);
    color: white;
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
}

/* Card Content */
.card-content-bloh-only {
    padding: 45px 25px 20px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 22px;
    font-weight: 500;
    flex-wrap: wrap;
}

.post-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-meta span i {
    color: var(--accent);
    font-size: 14px;
}

.post-title {
    font-family: 'Syne', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 22px;
    color: #0f172a;
    transition: all 0.3s ease;
    cursor: pointer;
}

.blog-card:hover .post-title {
    color: var(--accent-blue);
}

.post-excerpt {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 35px;
    padding-right: 20px;
}

/* Advanced Button Hover */
.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.btn-bg-hover {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: rgba(0, 119, 182, 0.08);
    border-radius: 50px;
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover .btn-bg-hover {
    width: calc(100% + 40px);
    background: rgba(0, 119, 182, 0.1);
}

.read-more-btn i {
    font-size: 16px;
    color: var(--accent);
    transition: transform 0.4s ease;
}

.blog-card:hover .read-more-btn {
    color: var(--accent-blue);
}

.blog-card:hover .read-more-btn i {
    transform: translateX(10px);
    color: var(--accent-blue);
}

/* --- Pagination --- */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    padding-top: 50px;
    border-top: 1px solid var(--border-subtle);
}

.page-num {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--border-glass);
    background: var(--surface-color);
    backdrop-filter: blur(10px);
    color: #0f172a;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.page-num.active, .page-num:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
}

/* --- RIGHT ROW: Sidebar --- */
.sidebar {
    position: sticky;
    top: 40px; 
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.widget-blog {
    background: var(--card-glass);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid var(--border-glass); /* Ultra crisp edge */
    border-radius: 28px;
    padding: 40px 35px;
    opacity: 0;
    transform: translateY(40px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.03), inset 0 0 0 1px var(--border-glass);
}

.widget-blog.reveal {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.widget-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 0px;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 12px;
}

.widget-title i {
    color: var(--accent-blue);
    font-size: 1.2rem;
    opacity: 0.8;
}

/* 0. Elegant Search Widget */
.search-box-blog-only {
    position: relative;
    display: flex;
    width: 100%;
}

.search-box-blog-only input {
    width: 100%;
    padding: 18px 25px;
    padding-right: 65px;
    border-radius: 50px;
    border: 1px solid var(--border-glass);
    background: rgba(255,255,255,0.7);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #0f172a;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.01);
}

.search-box-blog-only input:focus {
    border-color: var(--accent-blue);
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 119, 182, 0.1);
}

.search-box-blog-only button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #0f172a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-box-blog-only input:focus + button, .search-box-blog-only button:hover {
    background: var(--accent-blue);
    transform: translateY(-50%) scale(1.05);
}

/* Optional: Newsletter Widget inside Sidebar */
.newsletter-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletter-icon {
    width: 60px; height: 60px;
    background: linear-gradient(135deg, var(--accent), var(--accent-hover));
    color: white;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.3);
}

.newsletter-content h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.newsletter-content p {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 25px;
    line-height: 1.6;
}

.nl-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nl-form input {
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid var(--border-glass);
    background: #fff;
    outline: none;
}

.nl-form button {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    background: #0f172a;
    color: white;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nl-form button:hover {
    background: var(--accent);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

/* 1. Recent Posts Widget */
.recent-posts {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.recent-item {
    display: flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
}

.recent-img {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    object-fit: cover;
    transition: transform 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.recent-item:hover .recent-img {
    transform: scale(1.05) rotate(2deg);
}

.recent-info h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #0f172a;
    transition: color 0.3s ease;
}

.recent-item:hover .recent-info h4 {
    color: var(--accent-blue);
}

.recent-info span {
    font-size: 12px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* 2. Top Destinations Widget */
.destination-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.destination-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: rgba(255,255,255,0.4);
    border-radius: 14px;
    border: 1px solid var(--border-glass);
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 1px 2px 6px #d9d9d9;
}

.destination-list li:hover {
    border-color: var(--accent-blue);
    background: #fff;
    transform: translateX(8px);
    box-shadow: 0 8px 20px rgba(0, 119, 182, 0.08); /* Blue tinted shadow */
}

.dest-name {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dest-name i {
    color: var(--accent);
    opacity: 0.8;
    font-size: 18px;
}

.dest-count {
    background: var(--primary-color);
    border: 1px solid var(--border-subtle);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-color);
}

/* 3. Popular Tags Widget */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(255,255,255,0.6);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #0f172a;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.01);
}

.tag:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* 4. Gallery Widget */
.gallery-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.gallery-item {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 119, 182, 0.85); /* Accent blue overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-overlay i {
    color: white;
    font-size: 22px;
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item:hover img {
    transform: scale(1.15) rotate(-2deg);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
    transform: translateY(0);
}

/* LATEST POST SECTION START */

/* --- Main Section Layout --- */
.latest-news-section {
    padding: 120px 0; /* Full width for the carousel */
    background: linear-gradient(180deg, #EFFFFF 0%, rgba(216 241 255) 100%);
    position: relative;
    overflow-x: hidden;
}

/* .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
} */

/* --- Header --- */
.section-header-blog-only h4 {
    color: var(--accent);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header-blog-only h4::before {
    content: '';
    display: block;
    width: 30px; height: 2px;
    background: var(--accent);
}

.section-header-blog-only h2 {
    font-family: 'Syne', sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--text-main);
}


/* --- Owl Carousel Customization --- */
.marquee-wrapper {
    position: relative;
    user-select: none;
    padding: 20px 0;
    /* Container padding to let shadows breathe */
}
.container-latest-post{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;

}
/* The Linear Scroll fix for Owl Carousel */
.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

/* News Card Design */
.news-card {
    position: relative;
    /* In Owl Carousel, width is managed. We just manage height/aspect */
    height: 480px;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
    margin: 15px 0; /* Margin for shadow clipping fix */
}

.card-img {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
}

.news-card::after {
    content: '';
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
    transform: skewX(-20deg);
    z-index: 3;
    transition: all 0.7s ease;
}

.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.news-card:hover .card-img {
    transform: scale(1.1);
}

.news-card:hover::after {
    left: 200%;
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px;
    color: #fff;
    z-index: 2;
    transition: transform 0.4s ease;
}

.card-tag {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease 0.1s;
}

.news-card:hover .card-tag {
    transform: translateY(0);
    opacity: 1;
}

.card-title-blog-only {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.news-card:hover .card-title-blog-only {
    color: var(--primary);
}

.card-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
}

.card-date i { color: var(--accent); }

/* --- Decorative Background Rings --- */
.deco-ring {
    position: absolute;
    border: 1px dashed rgba(0, 119, 182, 0.1);
    border-radius: 50%;
    pointer-events: none;
    animation: spinRing 40s linear infinite;
}

.ring-1 { width: 600px; height: 600px; top: -100px; right: -100px; }
.ring-2 { width: 400px; height: 400px; top: 0; right: 0; animation-direction: reverse; animation-duration: 30s;}

@keyframes spinRing {
    100% { transform: rotate(360deg); }
}

/* --- Navigation Buttons --- */
.nav-buttons {
    display: flex;
    gap: 15px;
}

.nav-btn {
    width: 50px; height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--yellow-color);
}

.nav-btn:hover {
    background: var(--yellow-color);
    color: #fff;
    border-color: var(--accent);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}


/* CONTACT PAGE START */

 /* Banner Container (Original Light Same Background) */
.banner-container-contact {
    position: relative;
    width: 100%;
    padding: 80px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: var(--primary-color);
    overflow: hidden;
}

/* Ambient Glow Shapes */
.glow-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.6;
    animation: pulseGlow 8s infinite alternate;
}
.glow-1 { width: 400px; height: 400px; background: #182934; top: -100px; left: -100px; }
.glow-2 { width: 300px; height: 300px; background: #182934; bottom: -50px; right: 20%; animation-delay: 2s; }
.glow-3 { width: 350px; height: 350px; background: #182934; top: 20%; right: -50px; animation-delay: 4s; }


/* --- Floating Blue Particles Animation System --- */
.particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* Creates soft, glowing blue dust/bokeh particles */
.particle {
    position: absolute;
    background: radial-gradient(circle, rgb(255 255 255 / 80%) 0%, rgba(14, 165, 233, 0) 70%);
    border-radius: 50%;
    opacity: 0.6;
    animation: floatUp linear infinite;
    bottom: -20px; /* Start below screen */
}

/* Randomized starting positions, sizes, and speeds */
.particle:nth-child(1) { left: 10%; width: 15px; height: 15px; animation-duration: 22s; animation-delay: 0s; }
.particle:nth-child(2) { left: 25%; width: 8px; height: 8px; animation-duration: 15s; animation-delay: -5s; }
.particle:nth-child(3) { left: 40%; width: 20px; height: 20px; animation-duration: 28s; animation-delay: -12s; background: radial-gradient(circle, rgba(56,189,248,0.6) 0%, rgba(56,189,248,0) 70%); }
.particle:nth-child(4) { left: 60%; width: 12px; height: 12px; animation-duration: 18s; animation-delay: -3s; }
.particle:nth-child(5) { left: 80%; width: 25px; height: 25px; animation-duration: 25s; animation-delay: -18s; }
.particle:nth-child(6) { left: 95%; width: 10px; height: 10px; animation-duration: 19s; animation-delay: -8s; background: radial-gradient(circle, rgba(99,102,241,0.5) 0%, rgba(99,102,241,0) 70%); }
.particle:nth-child(7) { left: 50%; width: 14px; height: 14px; animation-duration: 14s; animation-delay: -2s; }
.particle:nth-child(8) { left: 15%; width: 18px; height: 18px; animation-duration: 20s; animation-delay: -10s; }

@keyframes floatUp {
    0%   { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
    20%  { opacity: 0.6; }
    50%  { transform: translateY(-300px) translateX(30px) scale(1.2); }
    80%  { opacity: 0.6; }
    100% { transform: translateY(-800px) translateX(-30px) scale(0.8); opacity: 0; }
}
/* ------------------------------------------------ */


/* Inner Layout Grid */
.banner-inner {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    padding: 0 40px;
    gap: 50px;
    margin-top: 50px;
}

/* --- Left Side: Content --- */
.text-content {
    flex: 1;
    max-width: 550px;
}

.badge-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: #ffffff;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0284c7; /* Ocean Blue */
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease forwards 0.2s;
}

.badge-contact i { color: #f59e0b; }

.title-contact {
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    line-height: 75px;
    color: #fff;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease forwards 0.4s;
}

.title-contact span {
    color: var(--yellow-color);
    font-style: italic;
}

.desc {
    font-size: 1.15rem;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease forwards 0.6s;
}

/* Modern Contact Block */
.contact-block {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    padding: 25px 35px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease forwards 0.8s;
    transition: all 0.3s ease;
}

.contact-block:hover {
    box-shadow: 0 30px 50px rgba(2, 132, 199, 0.08);
    transform: translateY(-5px);
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f0f9ff;
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.info-meta h4 {
    font-size: 1.2rem;
    color: #0f172a;
    margin-bottom: 4px;
}

.info-meta p {
    font-size: 0.95rem;
    color: #64748b;
}

.call-btn {
    background: #0f172a;
    color: #ffffff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.call-btn:hover {
    background: #0284c7;
    transform: scale(1.1);
}

/* --- Right Side: Staggered Image Collage --- */
.collage-container {
    position: relative;
    width: 50%;
    min-width: 500px;
    height: 600px;
    perspective: 1000px;
}

.img-card {
    position: absolute;
    background-size: cover;
    background-position: center;
    border-radius: 120px; /* Pill shape */
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
    border: 8px solid var(--yellow-color);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    
    /* Entrance */
    opacity: 0;
    transform: translateY(50px) scale(0.9);
}

/* Hover interaction - lifts the card */
.img-card:hover {
    transform: translateY(-15px) scale(1.02) !important;
    z-index: 10 !important;
    border-color: #f8fafc;
}

/* Soft overlay to make it look cinematic */
.img-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.1);
    transition: opacity 0.3s;
}
.img-card:hover::after { opacity: 0; }

/* Card Positioning */
.card-left {
    width: 240px;
    height: 380px;
    left: 0;
    top: 15%;
    z-index: 2;
    background-image: url('https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?q=80&w=2070&auto=format&fit=crop'); /* Tropical Beach */
    animation: collageEnter 1s ease forwards 0.3s;
}

.card-center {
    width: 300px;
    height: 460px;
    left: 28%;
    top: 0;
    z-index: 3;
    background-image: url('https://images.unsplash.com/photo-1499856871958-5b9627545d1a?q=80&w=2020&auto=format&fit=crop'); /* Paris/Europe */
    animation: collageEnter 1s ease forwards 0.5s;
}

.card-right {
    width: 220px;
    height: 320px;
    right: 0;
    top: 25%;
    z-index: 1;
    background-image: url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?q=80&w=2021&auto=format&fit=crop'); /* Desert/Adventure */
    animation: collageEnter 1s ease forwards 0.7s;
}

/* Floating Overlapping Graphic */
.flight-stamp {
    position: absolute;
    bottom: 50px;
    left: -30px;
    background: #ffffff;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: popIn 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 1s, float 4s ease-in-out infinite 2s;
}

.flight-stamp img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

/* Keyframes */
@keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes collageEnter {
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes popIn {
    to { opacity: 1; transform: scale(1); }
}
@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-15px) rotate(5deg); }
}
@keyframes pulseGlow {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.2); opacity: 0.8; }
}

/* CONTACT DETAILS SECTION START */

 /* --- Global Bento Grid Wrapper --- */
 .contact-details-section{
    width: 100%;
    padding: 70px 0;
 }
 /* --- Global Bento Grid Wrapper --- */
.bento-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 20px;

    /* Fade In Up Entrance */
    opacity: 0;
    transform: translateY(30px);
    animation: bentoEntrance 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes bentoEntrance {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Bento Grid Tile Base */
.bento-tile {
    background: #ffffff;
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.bento-tile:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
    border-color: #38bdf8;
}

/* --- Tile 1: Heading Area (Top Span) --- */
.tile-header {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #066168, #024247);
    color: #ffffff;
}

.tile-header h1 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 12px;
}

.tile-header h1 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--yellow-color);
    font-weight: 500;
}

.tile-header p {
    font-size: 1.05rem;
    color: #94a3b8;
    max-width: 450px;
}

/* --- Tile 2: Form Area (Large Center) --- */
.tile-form {
    grid-row: span 2;
    grid-column: span 2;
    padding: 40px;
}

.form-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f172a;
}

.form-desc {
    color: #64748b;
    margin-bottom: 35px;
    font-size: 0.95rem;
}

.input-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.input-wrapper {
    position: relative;
    flex: 1;
}

.input-wrapper input,
.input-wrapper textarea {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 16px 18px;
    border-radius: 15px;
    font-size: 1rem;
    color: #0f172a;
    font-family: inherit;
    outline: none;
    transition: all 0.3s ease;
}

.input-wrapper textarea {
    height: 120px;
    resize: none;
}

.input-wrapper input:focus,
.input-wrapper textarea:focus {
    background: #ffffff;
    border-color: #38bdf8;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.1);
}

/* The Submit Action */
.btn-modern {
    background: var(--primary-color);
    color: #ffffff;
    width: 100%;
    padding: 18px;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: 0.3s all;
}

.btn-modern:hover {
    background: var(--yellow-color);
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(56, 189, 248, 0.3);
}

/* --- Tile 3, 4, 5: Small Info Tiles --- */
.tile-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    overflow: hidden;
    position: relative;
}

.bg-tile-icon {
    position: absolute;
    right: -10%;
    bottom: -10%;
    font-size: 8rem;
    color: rgba(56, 189, 248, 0.04);
    transform: rotate(-15deg);
    pointer-events: none;
    transition: all 0.6s ease;
}

.tile-info:hover .bg-tile-icon {
    transform: rotate(0deg) scale(1.1);
    color: rgba(56, 189, 248, 0.08);
}

.tile-info-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    transition: all 0.3s ease;
}

.tile-info:hover .icon-box {
    background: var(--yellow-color);
    color: #ffffff;
}

.info-tag {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-value {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    max-width: 200px;
}

.info-status {
    margin-top: 10px;
    font-size: 0.8rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.info-status i {
    font-size: 0.9rem;
    color: #10b981; /* Default green for live/active */
}

/* Bottom Row Tile: Socials */
.tile-social {
    grid-column: span 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: var(--primary-color);
    color: #ffffff;
    padding: 30px;
}

.social-link {
    font-size: 1.4rem;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: scale(1.3) rotate(15deg);
}


/* SCROLL TOP BUTTON START */


 /* === REAL COMPASS SCROLL BUTTON === */
.compass-btn {
    position: fixed;
    bottom: 75px;
    right: -10px;
    transform: translate(-50%, 50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 1000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 40px 80px rgba(184,134,11,0.4),
        inset 0 2px 0 rgba(255,255,255,0.6),
        inset 0 -2px 0 rgba(139,134,11,0.4);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    
    /* HIDDEN */
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 100px) scale(0.5);
}

.compass-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 50%) scale(1);
}

/* COMPASS FACE */
.compass-face {
    width: 100%;
    height: 100%;
    /* background: radial-gradient(circle, #f5e8c7 0%, #f4e4bc 40%, #e9d5ae 100%); */
    border-radius: 50%;
    position: relative;
    border: 1px solid;
    /* border-image: linear-gradient(45deg, #b8860b, #d4af37, #ffd700, #d4af37, #b8860b) 1; */
}

/* COMPASS RING MARKINGS */
.compass-ring {
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    border: 0px solid transparent;
    background: conic-gradient(from 0deg, 
        #1e293b 0deg 30deg,
        #059669 30deg 90deg,
        #dc2626 90deg 150deg,
        #ea580c 150deg 210deg,
        #1e293b 210deg 330deg,
        #059669 330deg);
}

/* N/S/E/W LETTERS */
.direction-marks {
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.mark-n { top: 18px; left: 50%; transform: translateX(-50%); }
.mark-e { right: 18px; top: 50%; transform: translateY(-50%); }
.mark-s { bottom: 18px; left: 50%; transform: translateX(-50%); }
.mark-w { left: 18px; top: 50%; transform: translateY(-50%); }

/* ROTATING NEEDLE */
.needle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 32px;
    background: linear-gradient(to top, #dc2626 0%, #ef4444 50%, #dc2626 100%);
    transform-origin: bottom center;
    transform: translate(-50%, -100%) rotate(0deg);
    border-radius: 2px 2px 1px 1px;
    z-index: 4;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 0 20px rgba(220,38,38,0.6);
}

/* HOVER NEEDLE FLIP */
.compass-btn:hover .needle {
    transform: translate(-50%, -100%) rotate(180deg);
}

/* SPINNING OUTER BEZEL */
.outer-bezel {
    position: absolute;
    inset: 0;
    /* border: 4px solid transparent;
    border-image: conic-gradient(from 0deg, #d4af37, #ffd700, #b8860b, #d4af37) 1; */
    border-radius: 50%;
    animation: bezelSpin 15s linear infinite;
}

/* CLICK EFFECT */
.compass-btn:active {
    transform: translate(-50%, 40%) scale(0.95);
    transition: transform 0.25s ease;
}

/* ANIMATIONS */
@keyframes bezelSpin {
    to { transform: rotate(360deg); }
}
@keyframes luxuryRise {
    to { opacity: 1; transform: translateY(0); }
}

/* SECTIONS */
.demo-section:nth-child(1) { animation-delay: 0.1s; }
.demo-section:nth-child(2) { animation-delay: 0.2s; }
.demo-section:nth-child(3) { animation-delay: 0.3s; }


/* whatsapp css start */

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: float 3s infinite ease-in-out, pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 4px 4px 8px #888;
    animation: shake 0.5s infinite;
}

.whatsapp-float:hover::after,
.whatsapp-float:hover::before {
    transform: translateX(-50%) translateY(-2px);
    opacity: 1 !important;
    visibility: visible !important;
}

.whatsapp-float i {
    margin: 0;
}

/* Animations */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shake {
    0%, 100% { transform: translateX(0) rotate(0deg); }
    25% { transform: translateX(5px) rotate(2deg); }
    75% { transform: translateX(-5px) rotate(-2deg); }
}

.trv-ftr-insta-gall li a:hover span:before, .trv-ftr-insta-gall li a:hover span:after {
    width: 80%;
}
.trv-ftr-insta-gall li a:hover span:before, .trv-ftr-insta-gall li a:hover span:after {
    width: 80%;
}
.trv-ftr-insta-gall li a:hover i {
    transform: scale(1.1) translate(-50%, -50%);
    opacity: 1;
}
.trv-ftr-insta-gall li a:hover img {
    opacity: 0.3;
    filter: blur(3px);
}
.trv-ftr-insta-gall li a:hover span {
    opacity: 1;
}

.trv-ftr-insta-gall li a:hover span:before, .trv-ftr-insta-gall li a:hover span:after {
    width: 80%;
}
.trv-ftr-insta-gall li a span:before {
    right: -60%;
}

.trv-ftr-insta-gall li a span:before, .trv-ftr-insta-gall li a span:after {
    position: absolute;
    display: block;
    width: 0%;
    height: 5px;
    content: "";
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.35s ease-in-out;
}

.trv-ftr-insta-gall li a:hover span:before, .trv-ftr-insta-gall li a:hover span:after {
    width: 80%;
}
.trv-ftr-insta-gall li a span:after {
    left: -60%;
}
.trv-ftr-insta-gall li a span:before, .trv-ftr-insta-gall li a span:after {
    position: absolute;
    display: block;
    width: 0%;
    height: 5px;
    content: "";
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.35s ease-in-out;
}