@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #e0e7ff 0%, #fff1f2 100%);
    color: #18147a;
    margin: 0;
    padding: 0;
}
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.85);
    box-shadow: 0 2px 12px rgba(24,20,122,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 3.5rem 1.5rem 3.5rem; /* increased top, left, right padding */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.logo img {
    height: 60px;
}
.nav {
    display: flex;
    gap: 2rem;
}
.nav a {
    color: #18147a;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.nav a:hover {
    color: #4bb3e6;
}
.lang-switch {
    margin-left: 2rem;
}
.hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(120deg, #18147a 0%, #4bb3e6 100%), url('/images/hero.jpg') center/cover no-repeat;
    border-radius: 0 0 48px 48px;
    overflow: hidden;
}
.hero-overlay {
    position: absolute; inset: 0;
    background: rgba(24,20,122,0.35);
    z-index: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 4rem 3rem;
    max-width: 600px;
    background: rgba(255,255,255,0.10);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(24,20,122,0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 0 4px 24px rgba(24,20,122,0.3);
}
.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.cta-btn {
    background: linear-gradient(90deg, #4bb3e6 0%, #18147a 100%);
    color: #fff;
    font-weight: 700;
    padding: 1rem 2.5rem;
    border-radius: 16px;
    font-size: 1.2rem;
    box-shadow: 0 4px 24px rgba(75,179,230,0.15);
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.cta-btn:hover {
    background: linear-gradient(90deg, #18147a 0%, #4bb3e6 100%);
}
.section {
    margin: 3rem 0;
}
.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: #18147a;
    text-align: center;
}
.swiper {
    width: 100%;
    padding-bottom: 3rem;
}
.swiper-slide {
    background: rgba(255,255,255,0.25);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(24,20,122,0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(75,179,230,0.10);
}
.swiper-slide img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 1rem;
    max-height: 180px;
    object-fit: cover;
}
.swiper-pagination-bullet {
    background: #4bb3e6;
}
.swiper-button-next, .swiper-button-prev {
    color: #4bb3e6;
}
.destinations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
.destination-card {
    background: rgba(255,255,255,0.25);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(24,20,122,0.12);
    overflow: hidden;
    transition: transform 0.2s;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(75,179,230,0.10);
}
.destination-card:hover {
    transform: translateY(-8px) scale(1.03);
}
.destination-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.destination-card .info {
    padding: 1.2rem;
}
.partners {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}
.partners img {
    height: 48px;
    filter: grayscale(1) brightness(0.8);
    opacity: 0.8;
    transition: filter 0.2s, opacity 0.2s;
}
.partners img:hover {
    filter: none;
    opacity: 1;
}
.why-choose {
    background: rgba(75,179,230,0.10);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(24,20,122,0.10);
    padding: 2rem;
    margin: 3rem 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(75,179,230,0.10);
}
.why-choose ul {
    font-size: 1.1rem;
    line-height: 2;
    margin: 0;
    padding: 0 0 0 1.5rem;
}
footer {
    text-align:center; margin: 2rem 0; color: #666;
}
.hot-offer-card {
    aspect-ratio: 9/16;
    min-width: 0;
    min-height: 0;
    height: 540px; /* was 420px */
    border-radius: 32px;
    box-shadow: 0 8px 32px 0 rgba(24,20,122,0.25), 0 0 32px 4px rgba(75,179,230,0.18), 0 2px 24px 0 rgba(75,179,230,0.12);
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1.5px solid rgba(75,179,230,0.22);
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.hot-offer-card:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow: 0 16px 64px 0 rgba(24,20,122,0.35), 0 0 48px 8px rgba(75,179,230,0.28), 0 4px 32px 0 rgba(75,179,230,0.18);
}
.hot-offer-bg-gradient {
    background: linear-gradient(160deg, #18147a 0%, #4bb3e6 100%);
    opacity: 0.82;
    filter: blur(0.5px);
    border-radius: 32px;
    top: 0; left: 0; right: 0; bottom: 0;
}
.hot-offer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}
.hot-offer-content {
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    height: 25%;
    width: 100%;
    background: rgba(24,20,122,0.10);
    border-radius: 0 0 32px 32px;
    box-shadow: 0 -4px 32px 0 rgba(24,20,122,0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0.7rem 0.7rem 0.9rem 0.7rem;
    min-height: unset;
}
.hot-offer-content h3, .hot-offer-content p {
    color: #fff;
}
.hot-offer-btn {
    background: linear-gradient(90deg, #4bb3e6 0%, #18147a 100%);
    color: #fff;
    font-weight: 700;
    padding: 0.85rem 2.2rem;
    border-radius: 18px;
    font-size: 1.1rem;
    box-shadow: 0 4px 24px rgba(75,179,230,0.25);
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    text-decoration: none;
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.hot-offer-btn:hover {
    background: linear-gradient(90deg, #18147a 0%, #4bb3e6 100%);
    transform: scale(1.08);
}
.offer-price-label {
    font-size: 0.85rem !important;
    padding: 0.2rem 0.7rem !important;
}
.hot-offer-btn.btn-sm {
    font-size: 0.85rem !important;
    padding: 0.35rem 0.8rem !important;
    min-width: 70px !important;
}
.text-shadow {
    text-shadow: 0 4px 24px rgba(24,20,122,0.35), 0 1px 2px rgba(0,0,0,0.12);
}
.hot-offers-fullscreen {
    width: 100vw !important;
    min-width: 100vw !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    height: 100vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hot-offers-scroll-row {
    display: flex;
    gap: 2vw;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    /* Remove padding-left */
    padding-left: 0 !important;
    margin-top: 4vh;
    margin-bottom: 4vh;
    padding-top: 2vh;
    padding-left: 10vw;
    padding-right: 4vw;
}
.hot-offers-spacer {
    min-width: 12vw;
}
.hot-offers-arrows {
    position: absolute;
    top: 50%;
    left: 1vw;
    right: 1vw;
    width: auto;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 20;
    transform: translateY(-50%);
}
.hot-offers-arrow-btn {
    background: rgba(24,20,122,0.12);
    border: none;
    border-radius: 50%;
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    color: #18147a;
    box-shadow: 0 2px 12px rgba(24,20,122,0.10);
    cursor: pointer;
    pointer-events: all;
    transition: background 0.2s;
    opacity: 0.7;
}
.hot-offers-arrow-btn:hover { background: #4bb3e6; color: #fff; opacity: 1; }
.hot-offer-card {
    flex: 0 0 17vw;
    max-width: 17vw;
    min-width: 160px;
    min-height: 340px;
    max-height: 80vh;
    scroll-snap-align: start;
}
@media (max-width: 1200px) {
    .hot-offer-card { flex-basis: 24vw; max-width: 24vw; height: 60vh; }
}
@media (max-width: 900px) {
    .hero-content { padding: 2rem 1rem; }
    .hero { min-height: 40vh; }
    .partners { gap: 1.5rem; }
    .sticky-header { flex-direction: column; gap: 1rem; }
    .hot-offer-img { height: 180px; }
    .hot-offer-card { height: 300px; }
    .hot-offer-content { padding: 0.7rem 0.5rem 1rem 0.5rem; }
    .hot-offers-fullscreen { height: auto; min-height: 60vh; }
}
