/* ============ RESET ============ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

/* ============ BODY ============ */
body {
    margin: 0;
    padding: 0;
    background: #F8FAFC;
    color: #0F172A;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

/* ============ CONTAINER ============ */
.container {
    width: 100%;
    max-width: 1200px; /* increased for a bit more horizontal room */
    margin: auto;
    padding: 0 15px;
}

/* ============ HERO SECTION ============ */
.hero {
    min-height: 100vh;
    padding: 0;
    margin: 0;
    background: linear-gradient(135deg, rgba(7,20,40,0.85) 0%, rgba(16,24,48,0.7) 100%), url('../images/HERO-CRAUSAL-BG/CLIMG.jpg');
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-top: 0;
    transition: background-image 0.8s ease-in-out;
}

.hero::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
}

.hero::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(50px);
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    margin: 0 20px;
    animation: fadeInUp 0.8s ease-out;
}

.hero-text { margin-bottom: 32px; }
.hero-text h1 { font-size: 60px; line-height: 1.05; letter-spacing: -1px; margin-bottom: 12px; }
.hero-text p { font-size: 20px; color: rgba(255,255,255,0.92); margin-bottom: 18px; }
.hero-ctas { display:flex; gap:14px; justify-content:center; flex-wrap: wrap; }
.btn-primary { background: linear-gradient(135deg,#f97316,#fb923c); padding:14px 36px; border-radius:10px; font-size: 15px; }
.btn-outline { background: transparent; border: 2px solid rgba(255,255,255,0.35); color: #fff; padding:12px 32px; border-radius:10px; font-size: 15px; transition: all 0.3s ease; }
.btn-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); }

/* Hero booking/search form */
.hero-form {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    padding: 16px 20px;
    border-radius: 14px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 12px 40px rgba(2,6,23,0.55), inset 0 1px 2px rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.12);
    max-width: 480px;
    margin: 0 auto;
    transition: all 0.4s ease;
}

.hero-form:hover {
    background: rgba(255,255,255,0.12);
    box-shadow: 0 16px 50px rgba(2,6,23,0.65), inset 0 1px 2px rgba(255,255,255,0.2);
}

.hero-form.field {
    background: rgba(255,255,255,0.06);
}
.hero-form .field { display:flex; flex-direction:column; }
.hero-form label { 
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.hero-form input { 
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    color: #fff;
    min-width: 160px;
    transition: all 0.3s ease;
    font-size: 14px;
}
.hero-form input::placeholder {
    color: rgba(255,255,255,0.6);
}
.hero-form input:focus { 
    background: rgba(255,255,255,0.12);
    border-color: rgba(249, 115, 22, 0.4);
    box-shadow: 0 0 12px rgba(249, 115, 22, 0.25);
    outline: none;
}
.hero-form .date input { min-width: 200px; }
.hero-search { 
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    color: white;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.35);
    white-space: nowrap;
}
.hero-search:hover {
    background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(249, 115, 22, 0.5);
}
.hero-search:active {
    transform: translateY(0);
}

/* Make the choose-tour select control transparent, but option text black when the list opens */
.hero-form select { background: transparent !important; }
.hero-form select option { background: #1a1a1a !important; color: #fff !important; }

/* Extra rules to handle browser quirks for dropdown panels */
.hero-form select option { background-color: #1a1a1a !important; }
.hero-form select::-ms-expand { display: none; }
/* Firefox: avoid default focus ring changing option colors */
.hero-form select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #fff; }

/* Ensure the select control keeps its caret and padding */
.hero-form select {
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.15);
    outline: none;
    box-shadow: none;
    color: #fff;
    background: rgba(255,255,255,0.08);
    padding-right: 36px;
    background-image: linear-gradient(45deg, rgba(255,255,255,0.85) 50%, transparent 50%), linear-gradient(135deg, rgba(255,255,255,0.85) 50%, transparent 50%);
    background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 9px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.hero-form select:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(249, 115, 22, 0.4);
}

.hero-form select:focus {
    border-color: rgba(249, 115, 22, 0.4);
    box-shadow: 0 0 12px rgba(249, 115, 22, 0.25);
}

/* fixed narrower width for the hero choose select */
#tourSelect { width: 220px; max-width: 100%; }


/* ============ HERO MARQUEE ============ */
.hero-marquee {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}
.marquee-track {
    display: flex;
    gap: 16px;
    align-items: center;
    width: max-content;
    padding: 6px 28px;
    animation: marquee 18s linear infinite;
}
.marquee-item i62px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 16px;
    text-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
    letter-spacing: -1.5px;
    line-height: 1.15;
    animation: slideDownText 0.8s ease-out;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.95) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 32px;
    opacity: 0.92;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    line-height: 1.65;
    animation: slideUpText 0.8s ease-out 0.1s both;
    color: rgba(255,255,255,0.95);
}

.hero-svg {
    position: absolute;
    right: 4%;
    top: 8%;
    width: 48%;
    height: auto;
    z-index: 2;
    opacity: 0.7;
    pointer-events: none;
    mix-blend-mode: screen;
    filter: drop-shadow(0 0 20px rgba(249, 115, 22, 0.1));
}

/* Rotating hero background layers */
.hero-bg-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.9s ease-in-out;
    opacity: 0;
    z-index: 0; /* sits behind hero content */
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(3,37,65,0.65) 0%, rgba(3,37,65,0.55) 40%, rgba(3,37,65,0.45) 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1; /* between bg layers and content */
}
.hero-bg-layer.show { opacity: 1; }

/* Responsiveness */
@media (max-width: 900px) {
    .hero h1 { font-size: 42px; margin-bottom: 12px; }
    .hero p { font-size: 17px; margin-bottom: 24px; }
    .marquee-item img { height: 64px; width: 110px; }
    .hero-svg { display: none; }
    .hero-form { flex-direction: column; gap: 12px; padding: 14px 16px; max-width: 100%; }
    .hero-form input { min-width: 100%; }
    .hero-form select { width: 100% !important; }
    .hero-search { width: 100%; }
    .btn { padding: 14px 32px; font-size: 15px; margin-top: 10px; }
}

.hero h1 {
    font-size: 62px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 16px;
    text-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
    letter-spacing: -1.5px;
    line-height: 1.15;
    animation: slideDownText 0.8s ease-out;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.95) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 32px;
    opacity: 0.92;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    line-height: 1.65;
    animation: slideUpText 0.8s ease-out 0.1s both;
    color: rgba(255,255,255,0.95);
}

@keyframes slideDownText {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUpText {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Hero Optimizations */
@media (max-width: 768px) {
    .hero {
        min-height: 100vh;
        height: 100vh;
        padding: 0;
        margin: 0;
    }

    .hero h1 {
        font-size: 36px;
        margin-bottom: 12px;
        letter-spacing: -0.5px;
    }

    .hero p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .hero-form {
        gap: 12px;
        padding: 14px;
        max-width: 90%;
    }

    .hero-form input,
    .hero-form select {
        padding: 11px 12px;
        font-size: 13px;
    }

    .hero-search {
        padding: 11px 20px;
        font-size: 13px;
    }

    .btn {
        padding: 13px 28px;
        font-size: 14px;
        margin-top: 8px;
    }

    #tourSelect {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 100vh;
        height: 100vh;
        padding: 0;
        margin: 0;
    }

    .hero h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .hero p {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .hero-content {
        margin: 0 10px;
    }

    .hero-form {
        flex-direction: column;
        gap: 10px;
        padding: 12px;
        background: rgba(255,255,255,0.06);
        max-width: 100%;
    }

    .hero-form .field {
        width: 100%;
    }

    .hero-form input,
    .hero-form select {
        width: 100%;
        padding: 10px;
        font-size: 13px;
    }

    .hero-search {
        width: 100%;
        padding: 10px 14px;
        font-size: 12px;
    }

    .hero-ctas {
        gap: 10px;
        justify-content: center;
    }

    .btn {
        padding: 12px 24px;
        font-size: 13px;
        margin-top: 6px;
    }

    #tourSelect {
        width: 100% !important;
    }
}

/* ============ BUTTON ============ */
.btn {
    display: inline-block;
    margin-top: 12px;
    padding: 16px 48px;
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 10px 28px rgba(249, 115, 22, 0.35);
    border: 2px solid transparent;
    animation: slideUpText 0.8s ease-out 0.2s both;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transition: left 0.4s ease;
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(249, 115, 22, 0.5);
    background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
}

.btn:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
}

/* ============ BANNER SLIDESHOW ============ */
.banner-slideshow {
    width: 100%;
    background: #f5f5f5;
    padding: 18px 0 28px;
    border-radius: 28px;
    overflow: visible;
}

/* ============ CORPORATE HERO SLIDER ============ */
.corporate-hero { padding: 0; }
.hero-slider { position: relative; overflow: hidden; }
.hero-slider .slide { min-height: 48vh; display:flex; align-items:center; background-size:cover; background-position:center; color: #fff; }
.hero-slider .slide-inner { padding: 60px 15px; text-align:left; max-width:1200px; }
.hero-slider h1 { font-size:44px; margin-bottom:10px; color:#fff; text-shadow:0 6px 22px rgba(2,6,23,0.6); }
.hero-slider p { font-size:18px; margin-bottom:16px; color:rgba(255,255,255,0.95); }
.slide-ctas { display:flex; gap:12px; }
.slider-btn { position:absolute; top:50%; transform:translateY(-50%); background:rgba(2,6,23,0.5); color:#fff; border:none; padding:10px 14px; border-radius:6px; cursor:pointer; z-index:5; }
.slider-btn.prev { left:12px; }
.slider-btn.next { right:12px; }
.slider-dots { position:absolute; left:50%; transform:translateX(-50%); bottom:18px; display:flex; gap:8px; z-index:6; }
.slider-dots button { width:10px; height:10px; border-radius:50%; border:none; background:rgba(255,255,255,0.45); cursor:pointer; }
.slider-dots button.active { background:#f97316; box-shadow:0 4px 12px rgba(249,115,22,0.25); }

/* ============ FEATURES & SERVICES ============ */
.features-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:18px; margin-top:22px; }
.feature-card { background:white; padding:18px; border-radius:10px; text-align:center; box-shadow:0 10px 30px rgba(2,6,23,0.06); }
.feature-card h3 { margin-top:12px; margin-bottom:8px; }
.services-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px; margin-top:18px; }
.service { background:white; padding:18px; border-radius:10px; box-shadow:0 10px 26px rgba(2,6,23,0.06); }

/* ============ DESTINATIONS GRID ============ */
.dest-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px; margin-top:18px; }
.dest-card { background:white; border-radius:10px; overflow:hidden; box-shadow:0 10px 26px rgba(2,6,23,0.06); }
.dest-card img { width:100%; height:160px; object-fit:cover; display:block; }
.dest-card h4 { padding:12px 14px 0; }
.dest-card p { padding:0 14px 14px; color:#64748b; }

/* ============ WHY CHOOSE RUDRAA PREMIUM ============ */
.why-rudraa{
    --why-rudraa-gradient:linear-gradient(135deg, rgb(249, 115, 22) 0%, rgb(251, 146, 60) 100%);
    --why-rudraa-accent:rgb(249, 115, 22);
    position:relative;
    padding:120px 7%;
    overflow:hidden;
    background:
        radial-gradient(circle at top left,rgba(249,115,22,0.08),transparent 25%),
        radial-gradient(circle at bottom right,rgba(59,130,246,0.06),transparent 25%),
        linear-gradient(to bottom,#020617,#0f172a);
}
.why-rudraa::before{
    content:'';
    position:absolute;
    width:550px;
    height:550px;
    background:rgba(249,115,22,0.06);
    filter:blur(140px);
    top:-220px;
    right:-150px;
    border-radius:50%;
}
.why-rudraa .why-header{
    max-width:850px;
    margin:0 auto 80px;
    text-align:center;
    position:relative;
    z-index:2;
}
.why-rudraa .mini-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(249,115,22,0.08);
    border:1px solid rgba(249,115,22,0.25);
    color:var(--why-rudraa-accent);
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
    backdrop-filter:blur(10px);
}
.why-rudraa .why-header h2{
    font-size:clamp(38px,5vw,62px);
    line-height:1.1;
    color:#fff;
    font-weight:800;
    margin:0 0 25px;
    letter-spacing:0;
}
.why-rudraa .why-header h2 span{
    display:inline-block;
    background:var(--why-rudraa-gradient);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
}
.why-rudraa .why-header p{
    color:#cbd5e1;
    line-height:1.9;
    font-size:17px;
    margin:0;
}
.why-rudraa .why-grid{
    max-width:1450px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
    position:relative;
    z-index:2;
}
.why-rudraa .why-card{
    position:relative;
    padding:38px;
    border-radius:32px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);
    overflow:hidden;
    transition:0.5s ease;
    backdrop-filter:blur(14px);
    box-shadow:0 20px 50px rgba(0,0,0,0.25);
}
.why-rudraa .why-card:hover{
    transform:translateY(-12px);
    border-color:rgba(249,115,22,0.35);
    box-shadow:0 25px 60px rgba(0,0,0,0.40),0 0 35px rgba(249,115,22,0.08);
}
.why-rudraa .why-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(249,115,22,0.10),transparent 45%);
    opacity:0;
    transition:0.4s ease;
}
.why-rudraa .why-card:hover::before{
    opacity:1;
}
.why-rudraa .why-icon{
    width:72px;
    height:72px;
    border-radius:24px;
    background:var(--why-rudraa-gradient);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#000;
    margin-bottom:28px;
    box-shadow:0 15px 30px rgba(249,115,22,0.20);
}
.why-rudraa .why-card h3{
    color:#fff;
    font-size:28px;
    margin:0 0 16px;
    font-weight:800;
}
.why-rudraa .why-card p{
    color:#cbd5e1;
    line-height:1.9;
    font-size:15px;
    margin:0 0 28px;
}
.why-rudraa .feature-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.why-rudraa .feature-list span{
    padding:10px 16px;
    border-radius:50px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    color:#fff;
    font-size:13px;
    backdrop-filter:blur(10px);
}
.why-rudraa .card-number{
    position:absolute;
    top:28px;
    right:28px;
    font-size:55px;
    font-weight:900;
    color:rgba(255,255,255,0.04);
    line-height:1;
}
.why-rudraa .hidden{
    opacity:0;
    transform:translateY(50px);
    transition:all 0.8s ease;
}
.why-rudraa .show{
    opacity:1;
    transform:translateY(0);
}

/* ============ ENQUIRY FORM ============ */
.enquiry-form { max-width:980px; margin:0 auto; background:linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)); padding:18px; border-radius:12px; box-shadow:0 12px 40px rgba(2,6,23,0.06); }
.enquiry-form .form-row { display:flex; gap:12px; margin-bottom:12px; }
.enquiry-form input, .enquiry-form textarea { width:100%; padding:10px 12px; border-radius:8px; border:1px solid rgba(2,6,23,0.06); background:rgba(255,255,255,0.04); color:#fff; }
.enquiry-form textarea { resize:vertical; }
.form-actions { display:flex; gap:12px; justify-content:center; margin-top:8px; }

/* ============ CLIENTS CAROUSEL ============ */
.clients-carousel { display:flex; gap:18px; align-items:center; overflow:hidden; padding:12px; }
.clients-carousel img { height:70px; width:auto; border-radius:8px; box-shadow:0 8px 20px rgba(2,6,23,0.06); }

@media (max-width:900px){
    .hero-slider .slide-inner { padding:30px 12px; }
    .hero-slider h1 { font-size:28px; }
    .enquiry-form .form-row { flex-direction:column; }
    .why-rudraa .why-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:768px){
    .why-rudraa { padding:90px 5%; }
    .why-rudraa .why-header { margin-bottom:56px; }
    .why-rudraa .why-grid { grid-template-columns:1fr; }
    .why-rudraa .why-card { padding:32px; }
}

@media (max-width:576px){
    .why-rudraa .why-card h3 { font-size:24px; }
    .why-rudraa .why-icon { width:65px; height:65px; font-size:26px; }
}

/* Polished corporate carousel */
.corporate-hero-carousel { position:relative; overflow:hidden; }
.corporate-hero-carousel .carousel { position:relative; min-height:56vh; }
.carousel-track { position:relative; height:100%; }
.carousel-slide { position:absolute; inset:0; background-size:cover; background-position:center; display:block; }
.carousel-overlay { position:absolute; inset:0; /* Rudraa-themed colorful gradient */ background: linear-gradient(135deg, rgba(3,37,65,0.88) 0%, rgba(3,37,65,0.72) 30%, rgba(249,115,22,0.28) 75%, rgba(249,115,22,0.18) 100%); mix-blend-mode:normal; z-index:1; }

/* SVG background positioning */
.carousel-svg { position:absolute; inset:0; width:100%; height:100%; display:block; z-index:0; pointer-events:none; }
.carousel .carousel-overlay { z-index:1; }
.carousel .carousel-content { z-index:2; }
.carousel-content { position:relative; z-index:2; padding:80px 15px; max-width:1200px; color:#fff; }
.carousel-content h1 { font-size:44px; margin-bottom:10px; color:#fff; }
.carousel-content .lead { font-size:20px; margin-bottom:16px; color:rgba(255,255,255,0.95); }
.carousel-points { list-style:none; padding-left:0; margin:0 0 18px 0; display:flex; gap:12px; color:rgba(255,255,255,0.9); }
.carousel-points li { background:rgba(255,255,255,0.06); padding:6px 10px; border-radius:6px; font-size:14px; }
.carousel-actions { display:flex; gap:12px; }
.carousel-prev, .carousel-next { background:rgba(0,0,0,0.45); color:#fff; border:none; padding:10px 12px; border-radius:6px; cursor:pointer; z-index:5; }
.carousel-controls { position:absolute; left:0; right:0; bottom:18px; display:flex; align-items:center; justify-content:center; gap:12px; z-index:6; }
.carousel-dots button { width:12px; height:12px; border-radius:50%; border:none; background:rgba(255,255,255,0.45); cursor:pointer; }
.carousel-dots button.active { background:#f97316; box-shadow:0 6px 18px rgba(249,115,22,0.2); }

@media (max-width:900px){
    .carousel-content { padding:40px 12px; }
    .carousel-content h1 { font-size:28px; }
    .carousel-points { flex-direction:column; gap:8px; }
}

/* ============ PACKAGE SHOWCASE ============ */
.package-showcase { position:relative; overflow:visible; padding-bottom:0; }
.package-showcase .package-bg { position:absolute; inset:0; background-size:cover; background-position:center; opacity:0.12; filter:blur(1px); z-index:0; }
.package-inner { position:relative; z-index:2; padding-top:28px; padding-bottom:36px; }
.package-cards { display:flex; gap:18px; justify-content:center; align-items:end; margin-top:6px; }
.package-card { width:320px; background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 18px 40px rgba(2,6,23,0.08); transform:translateY(18px); }
.package-card img { width:100%; height:190px; object-fit:cover; display:block; }
.pkg-body { padding:14px; text-align:center; color:#0b1220; }
.pkg-body small { display:block; color:#64748b; margin-bottom:8px; }
.pkg-body h3 { margin:0 0 8px 0; font-size:20px; }
.pkg-body p { color:#475569; font-size:14px; margin-bottom:12px; }
.package-card .btn { margin-top:6px; }
.package-card.featured { transform:translateY(-18px); box-shadow:0 28px 60px rgba(2,6,23,0.18); }

/* yellow explore band with notch */
.explore-band { background:#e8b71a; margin-top:14px; position:relative; z-index:1; }
.explore-inner { padding:28px 0; display:flex; justify-content:center; }
.explore-btn { background:#cfa214; padding:14px 28px; border-radius:8px; box-shadow:0 8px 28px rgba(2,6,23,0.12); color:#07202a; font-weight:700; text-decoration:none; }
.explore-band::before { content:""; position:absolute; left:50%; transform:translateX(-50%); top:-26px; width:0; height:0; border-left:26px solid transparent; border-right:26px solid transparent; border-bottom:26px solid #fff; z-index:2; }
.explore-band::after { content:""; position:absolute; left:0; right:0; top:-2px; height:18px; background:transparent; }

@media (max-width:900px){
    .package-cards { flex-direction:column; align-items:center; }
    .package-card, .package-card.featured { width:92%; transform:none; }
    .explore-band::before { display:none; }
}

/* ============ B2B SERVICES (DARK) ============ */
.b2b-services { background:#0f1111; color:#e6eef0; padding:56px 0; }
.b2b-inner { text-align:center; }
.b2b-title { color:#e8b71a; font-size:30px; letter-spacing:1px; margin-bottom:6px; }
.b2b-sub { color:#cbd5da; margin-bottom:28px; font-weight:700; }
.b2b-grid { display:grid; grid-template-columns:repeat(2, 1fr); gap:22px 40px; max-width:1100px; margin:0 auto; align-items:start; }
.b2b-item { display:flex; gap:16px; align-items:flex-start; text-align:left; }
.b2b-icon { background:transparent; width:56px; height:56px; display:flex; align-items:center; justify-content:center; border-radius:8px; }
.b2b-icon svg { color:#e8b71a; stroke:#e8b71a; }
.b2b-text h4 { color:#e8b71a; margin:0 0 6px 0; font-size:18px; }
.b2b-text p { color:#cbd5da; margin:0; font-size:14px; line-height:1.5; }

@media (max-width:900px){
    .b2b-grid { grid-template-columns:1fr; padding:0 12px; }
    .b2b-item { gap:12px; }
}

.slideshow-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 18px auto;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,250,250,0.98));
    height: 420px; /* increased height */
    border-radius: 20px; /* container rounding */
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(2,6,23,0.08);
}

.banner-slide {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.banner-slide.fade {
    display: block;
    opacity: 1;
}

.banner-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 48px 28px; /* more breathing room */
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.banner-content h2 {
    font-size: 56px;
    font-weight: 800;
    margin: 0 0 12px 0;
    text-shadow: 0 6px 26px rgba(3,7,18,0.35);
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    transform: skew(-3deg);
    letter-spacing: 0.6px;
}

.banner-content p {
    font-size: 20px;
    margin: 0 0 24px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.banner-btn {
    display: inline-block;
    padding: 14px 40px;
    background: rgba(255, 255, 255, 0.14);
    color: white;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 800;
    border: 2px solid rgba(255,255,255,0.9);
    transition: all 0.28s ease;
    backdrop-filter: blur(6px);
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

.banner-btn:hover {
    background: white;
    color: #0F172A;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Slide Navigation */
.slide-nav {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px 20px;
    margin-top: -22px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 3px;
    user-select: none;
    z-index: 10;
}

.slide-nav:hover {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 16px 25px;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* Dots/Indicators */
.dots-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: white;
    transform: scale(1.3);
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 900px) {
    .slideshow-container { height: 320px; border-radius: 14px; }
    .banner-content { padding: 28px 16px; }
    .banner-content h2 { font-size: 28px; transform: none; letter-spacing: 0; }
    .banner-btn { padding: 10px 18px; font-size: 14px; }
}

/* ============ SECTIONS ============ */
.section {
    padding: 60px 0;
    text-align: center;
}

.section h2 {
    margin-bottom: 20px;
}

/* ============ CARDS ============ */
.cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}

.card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.card img {
    width: 100%;
    border-radius: 10px;
}

.price {
    color: #0EA5E9;
    font-weight: bold;
    margin: 10px 0;
}

/* ============ LIGHT SECTION ============ */
.light {
    background: #E0F2FE;
}

/* ============ CTA SECTION ============ */
.cta {
    background: #22C55E;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

/* ============ GALLERY SECTION ============ */
.gallery-section {
    padding: 80px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.gallery-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-heading {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    color: #0F172A;
    animation: fadeInDown 0.6s ease-out;
}

.gallery-subtitle {
    font-size: 16px;
    color: #64748b;
    text-align: center;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.6s ease-out 0.1s both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Gallery Filters */
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.filter-btn {
    padding: 10px 24px;
    background: white;
    color: #0F172A;
    border: 2px solid #e2e8f0;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.filter-btn:hover {
    border-color: #f97316;
    color: #f97316;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.2);
}

.filter-btn.active {
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    color: white;
    border-color: #f97316;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
}

/* Gallery grid styling now handled by gallery.css for consistency */

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.gallery-item.hidden {
    display: none;
}

.gallery-large {
    grid-column: span 1;
    grid-row: span 2;
    height: auto;
}

.gallery-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(249, 115, 22, 0.95);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    z-index: 5;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.3);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-item:hover img {
    transform: scale(1.15);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(249, 115, 22, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.gallery-overlay h3 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.gallery-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.icon-zoom,
.icon-heart {
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.icon-zoom:hover {
    transform: scale(1.3);
}

.icon-heart:hover {
    animation: heartBeat 0.6s ease-in-out;
}

@keyframes heartBeat {
    0%, 100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(1.1);
    }
}

.gallery-cta {
    text-align: center;
    animation: fadeInUp 0.6s ease-out 0.4s both;
}

.gallery-btn {
    display: inline-block;
    padding: 14px 40px;
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.gallery-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.5);
}

.gallery-btn:active {
    transform: translateY(0);
}

/* ============ CONVERSION CTA SECTION ============ */
.cta-section {
    background: linear-gradient(135deg, #0F172A 0%, #1a1f3a 100%);
    padding: 80px 20px;
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.cta-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-content {
    text-align: center;
}

.cta-heading {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #ffffff 0%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

.cta-subtitle {
    font-size: 18px;
    color: #cbd5e1;
    margin-bottom: 50px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(249, 115, 22, 0.2);
    backdrop-filter: blur(10px);
}

.cta-feature {
    text-align: center;
}

.feature-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
}

.cta-feature h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: white;
    font-weight: 700;
}

.cta-feature p {
    font-size: 14px;
    color: #cbd5e1;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.cta-btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);
    border: 2px solid transparent;
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(249, 115, 22, 0.6);
    background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
}

.cta-btn-primary:active {
    transform: translateY(-1px);
}

.cta-btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    background: transparent;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #f97316;
}

.cta-btn-secondary:hover {
    background: rgba(249, 115, 22, 0.1);
    transform: translateY(-3px);
}

.cta-footer-text {
    font-size: 14px;
    color: #cbd5e1;
    padding-top: 30px;
    border-top: 1px solid rgba(249, 115, 22, 0.2);
}

/* ============ HOME CONTACT SECTION ============ */
.home-contact-section {
    padding: 80px 20px;
    background: white;
}

.contact-section-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    animation: fadeInUp 0.6s ease-out;
}

.contact-section-content h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #0F172A;
}

.contact-section-content > p {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-methods {
    display: grid;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-method {
    padding: 25px;
    background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
    border-radius: 12px;
    border-left: 4px solid #f97316;
    transition: all 0.3s ease;
}

.contact-method:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.15);
}

.method-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 12px;
}

.contact-method h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}

.contact-method p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 12px;
}

.method-link {
    display: inline-block;
    color: #f97316;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
}

.method-link:hover {
    color: #ea580c;
    transform: translateX(5px);
}

.contact-cta-buttons {
    display: flex;
    gap: 15px;
}

.contact-main-btn {
    display: inline-block;
    padding: 14px 35px;
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.contact-main-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.5);
}

.contact-section-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-illustration {
    position: relative;
    width: 300px;
    height: 300px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.illustration-circle {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
    box-shadow: 0 20px 60px rgba(249, 115, 22, 0.3);
}

.illustration-elements {
    position: relative;
}

.element {
    position: absolute;
    font-size: 40px;
    animation: orbit 4s linear infinite;
}

.element-1 {
    animation-name: orbit;
    animation-duration: 4s;
}

.element-2 {
    animation-name: orbit;
    animation-duration: 5s;
    animation-delay: -1.67s;
}

.element-3 {
    animation-name: orbit;
    animation-duration: 6s;
    animation-delay: -3.33s;
}

@keyframes orbit {
    from {
        transform: rotate(0deg) translateX(150px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(150px) rotate(-360deg);
    }
}

/* ============ FOOTER ============ */
.footer {
    background: #0F172A;
    color: white;
    text-align: center;
    padding: 20px;
}

/* ============ WHATSAPP BUTTON ============ */
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 15px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
}

/* ============ DESKTOP ============ */
@media(min-width: 768px) {

    .hero {
        height: 40vh;
    }

    .hero h1 {
        font-size: 64px;
        margin-bottom: 25px;
    }

    .hero p {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .btn {
        padding: 18px 50px;
        font-size: 17px;
    }

    .slideshow-container {
        height: 300px;
    }

    .banner-content h2 {
        font-size: 48px;
    }

    .banner-content p {
        font-size: 20px;
    }

    .cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .cta-section {
        padding: 100px 40px;
    }

    .cta-heading {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .cta-subtitle {
        font-size: 20px;
        margin-bottom: 60px;
    }

    .cta-features {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
        padding: 50px 40px;
    }

    .cta-buttons {
        gap: 30px;
    }

    .cta-btn-primary,
    .cta-btn-secondary {
        padding: 18px 50px;
        font-size: 18px;
    }

    .gallery-section {
        padding: 100px 40px;
    }

    .gallery-heading {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .gallery-subtitle {
        font-size: 18px;
        margin-bottom: 60px;
    }

    /* Gallery styling handled by gallery.css */

    .home-contact-section {
        padding: 100px 40px;
    }

    .contact-section-container {
        gap: 80px;
    }

    .contact-section-content h2 {
        font-size: 40px;
    }

    .contact-section-content > p {
        font-size: 18px;
    }

    .contact-illustration {
        width: 350px;
        height: 350px;
    }

    .illustration-circle {
        font-size: 140px;
    }

    .element {
        font-size: 48px;
    }
}

/* ============ STATISTICS SECTION ============ */
.statistics-section {
    background: linear-gradient(135deg, #0F172A 0%, #1a1f3a 100%);
    padding: 80px 20px;
    color: white;
    position: relative;
    overflow: hidden;
}

.statistics-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.statistics-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 1;
}

.stat-item {
    text-align: center;
    animation: fadeInUp 0.6s ease-out;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 15px;
    border: 1px solid rgba(249, 115, 22, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(249, 115, 22, 0.5);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(249, 115, 22, 0.2);
}

.stat-number {
    font-size: 48px;
    font-weight: 900;
    background: linear-gradient(135deg, #f97316 0%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.stat-label {
    font-size: 16px;
    color: #e2e8f0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============ WHY CHOOSE US SECTION ============ */

.why-choose-section {
    padding: 40px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.why-choose-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    align-items: center;
    max-width: 120px
    margin: 0 auto;
    display: flex
    flex-direction: column;
    
}

.why-choose-content h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 40px;
    line-height: 1.2;
    animation: fadeInDown 0.6s ease-out;
}

.reasons-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.reason-item {
    display: flex;
    gap: 18px;
    padding: 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-left: 4px solid #f97316;
    animation: fadeInUp 0.6s ease-out;
}

.reason-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.15);
}

.reason-icon {
    font-size: 32px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.reason-text h4 {
    color: #0F172A;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    margin: 0;
}

.reason-text p {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.why-choose-images {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInRight 0.6s ease-out 0.2s both;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
}

.grid-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.grid-image:hover {
    transform: scale(1.05);
}

.grid-image.large {
    grid-column: 1 / -1;
    height: 320px;
}

/* ============ TESTIMONIALS SECTION ============ */
.testimonials-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.testimonials-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.testimonials-heading {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    color: white;
    animation: fadeInDown 0.6s ease-out;
}

.testimonials-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.6s ease-out 0.1s both;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    animation: fadeInUp 0.6s ease-out;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.testimonial-stars {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.testimonial-text {
    font-size: 14px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    font-size: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f0f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-name {
    font-weight: 700;
    color: #0F172A;
    margin: 0;
    font-size: 14px;
}

.author-trip {
    color: #f97316;
    font-size: 12px;
    margin: 0;
    font-weight: 600;
}

/* ============ HOW IT WORKS SECTION ============ */
.how-it-works-section {
    padding: 80px 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.how-it-works-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.how-it-works-heading {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #0F172A 0%, #f97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInDown 0.6s ease-out;
}

.how-it-works-subtitle {
    font-size: 18px;
    color: #64748b;
    text-align: center;
    margin-bottom: 70px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.6s ease-out 0.1s both;
    font-weight: 500;
}

.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    margin-bottom: 50px;
    position: relative;
    padding: 40px 20px;
}

/* Animated background gradient behind grid */
.how-it-works-grid::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 100%;
    background: linear-gradient(90deg, rgba(249, 115, 22, 0.03) 0%, rgba(251, 146, 60, 0.05) 50%, rgba(249, 115, 22, 0.03) 100%);
    border-radius: 20px;
    z-index: 0;
    pointer-events: none;
}

/* Advanced progress line with glow effect */
.how-it-works-grid::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 8.33%;
    right: 8.33%;
    height: 4px;
    background: linear-gradient(90deg, #f97316 0%, #fb923c 50%, #f97316 100%);
    z-index: 1;
    animation: progressFill 3.5s ease-out forwards;
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.6), 0 0 40px rgba(249, 115, 22, 0.3);
    border-radius: 2px;
}

@keyframes progressFill {
    from {
        width: 0%;
        clip-path: inset(0 100% 0 0);
        opacity: 0.5;
    }
    to {
        width: 100%;
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.how-step {
    background: white;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: stepSlideIn 0.8s ease-out forwards;
    opacity: 0;
    border: 2px solid transparent;
    overflow: hidden;
}

/* Animated border on hover */
.how-step::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, rgba(249, 115, 22, 0.3), rgba(251, 146, 60, 0.1), rgba(249, 115, 22, 0.3));
    animation: shimmer 3s infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.how-step:hover::before {
    opacity: 1;
}

@keyframes shimmer {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(50%, 50%) rotate(180deg); }
}

/* Stagger animation for each step */
.how-step:nth-child(1) { animation-delay: 0.1s; }
.how-step:nth-child(2) { animation-delay: 0.25s; }
.how-step:nth-child(3) { animation-delay: 0.4s; }
.how-step:nth-child(4) { animation-delay: 0.55s; }
.how-step:nth-child(5) { animation-delay: 0.7s; }
.how-step:nth-child(6) { animation-delay: 0.85s; }

@keyframes stepSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.85) rotateX(-20deg);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0deg);
        filter: blur(0px);
    }
}

.how-step:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 20px 50px rgba(249, 115, 22, 0.25);
    background: linear-gradient(135deg, white 0%, rgba(249, 115, 22, 0.08) 100%);
    border-color: rgba(249, 115, 22, 0.3);
}

/* Step icon background container */
.step-icon {
    font-size: 52px;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15) 0%, rgba(251, 146, 60, 0.1) 100%);
    border-radius: 20px;
    animation: iconBounce 2.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    position: relative;
    z-index: 3;
}

.step-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.2) 0%, transparent 70%);
    border-radius: 20px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-12px) scale(1.08); }
}

@keyframes pulse {
    0%, 100% { opacity: 0; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    margin: 15px 0;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);
    animation: numberReveal 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    opacity: 0;
    position: relative;
    z-index: 3;
}

.step-number::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.3), rgba(251, 146, 60, 0.2));
    animation: ringPulse 2s ease-out infinite;
    z-index: -1;
}

@keyframes numberReveal {
    from {
        opacity: 0;
        transform: scale(0) rotate(-360deg);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: blur(0px);
    }
}

@keyframes ringPulse {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(1.4);
        opacity: 0;
    }
}

.how-step:nth-child(1) .step-number { animation-delay: 0.2s; }
.how-step:nth-child(2) .step-number { animation-delay: 0.35s; }
.how-step:nth-child(3) .step-number { animation-delay: 0.5s; }
.how-step:nth-child(4) .step-number { animation-delay: 0.65s; }
.how-step:nth-child(5) .step-number { animation-delay: 0.8s; }
.how-step:nth-child(6) .step-number { animation-delay: 0.95s; }

.how-step h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin: 20px 0 12px 0;
    letter-spacing: -0.3px;
    animation: textSlideIn 0.8s ease-out 0.3s backwards;
}

@keyframes textSlideIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.how-step p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    font-weight: 500;
    animation: textFadeIn 0.8s ease-out 0.4s backwards;
}

@keyframes textFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============ TABLET RESPONSIVE ============ */
@media(max-width: 968px) {

    .statistics-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .stat-item {
        padding: 35px 25px;
    }

    .stat-number {
        font-size: 36px;
    }

    .why-choose-section {
        padding: 45px 20px;
    }

    .why-choose-content h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .how-it-works-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

/* ============ MOBILE RESPONSIVE ============ */
@media(max-width: 768px) {

    .slideshow-container {
        height: 400px;
        padding: 30px 15px;
    }

    .banner-content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .banner-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .banner-btn {
        padding: 10px 25px;
        font-size: 14px;
    }

    .slide-nav {
        padding: 12px 15px;
        font-size: 16px;
    }

    .statistics-section {
        padding: 60px 20px;
    }

    .stat-item {
        padding: 30px 20px;
    }

    .statistics-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 13px;
    }

    .why-choose-section {
        padding: 50px 20px;
    }

    .why-choose-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
        display: flex;
        flex-direction: column-reverse;
    }

    .why-choose-content h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .reason-item {
        gap: 15px;
        padding: 12px;
    }

    .reason-icon {
        font-size: 26px;
    }

    .reason-text h4 {
        font-size: 13px;
    }

    .reason-text p {
        font-size: 11px;
    }

    .image-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .grid-image {
        height: 200px;
    }

    .grid-image.large {
        height: 220px;
    }

    .why-card p {
        font-size: 13px;
    }

    .testimonials-section {
        padding: 60px 20px;
    }

    .testimonials-heading {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .testimonials-subtitle {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .how-it-works-section {
        padding: 60px 20px;
    }

    .how-it-works-heading {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .how-it-works-subtitle {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .how-it-works-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 0;
    }

    .how-step {
        padding: 20px 15px;
    }

    .step-icon {
        font-size: 36px;
        margin-bottom: 8px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .how-step h3 {
        font-size: 14px;
    }

    .how-step p {
        font-size: 12px;
    }

    .home-contact-section {
        padding: 60px 20px;
    }

    .contact-section-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-section-content h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .contact-section-content > p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .contact-methods {
        margin-bottom: 30px;
    }

    .contact-main-btn {
        width: 100%;
        padding: 12px 25px;
        font-size: 14px;
    }

    .contact-illustration {
        width: 250px;
        height: 250px;
    }

    .illustration-circle {
        font-size: 100px;
    }

    .element {
        font-size: 36px;
    }
}

/* ============ EXTRA SMALL MOBILE (480px and below) ============ */
@media(max-width: 480px) {

    .statistics-section {
        padding: 50px 15px;
    }
        height: 320px;
    }

    .banner-content h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .banner-content p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .banner-btn {
        padding: 8px 20px;
        font-size: 12px;
    }

    .slide-nav {
        padding: 10px 12px;
        font-size: 14px;
    }

    .statistics-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 10px;
    }

    .stat-item {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .stat-number {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .stat-label {
        font-size: 11px;
    }

    .why-choose-section {
        padding: 40px 15px;
    }

    .why-choose-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
        display: flex;
        flex-direction: column-reverse;
    }

    .why-choose-content h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .reason-item {
        gap: 12px;
        padding: 12px;
    }

    .reason-icon {
        font-size: 24px;
    }

    .reason-text h4 {
        font-size: 12px;
    }

    .reason-text p {
        font-size: 11px;
    }

    .why-choose-image {
        max-width: 150px;
        margin: 0 auto;
    }

    .testimonials-heading {
        font-size: 22px;
    }

    .testimonials-subtitle {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .testimonial-card {
        padding: 16px;
    }

    .testimonial-text {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .author-avatar {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .author-name {
        font-size: 13px;
    }

    .author-trip {
        font-size: 11px;
    }

    .how-it-works-heading {
        font-size: 22px;
    }

    .how-it-works-subtitle {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .how-it-works-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .how-step {
        padding: 16px 12px;
    }

    .step-icon {
        font-size: 32px;
    }

    .step-number {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .how-step h3 {
        font-size: 13px;
    }

    .how-step p {
        font-size: 11px;
    }
    }

@media(max-width: 1024px) and (min-width: 768px) {
    .gallery-section {
        padding: 80px 30px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .gallery-large {
        grid-column: span 1;
        grid-row: span 2;
    }

    .gallery-item {
        height: 260px;
    }

    .gallery-heading {
        font-size: 34px;
    }

    .gallery-subtitle {
        font-size: 16px;
    }
    }

@media(max-width: 1024px) and (min-width: 768px) {
    .hero {
        height: 30vh;
    }

    .hero h1 {
        font-size: 52px;
    }

    .hero p {
        font-size: 20px;
    }
    }

@media(max-width: 767px) {
    .cta-section {
        padding: 60px 20px;
    }

    .cta-heading {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .cta-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .cta-features {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 40px;
        padding: 30px 15px;
    }

    .feature-icon {
        font-size: 40px;
    }

    .cta-feature h3 {
        font-size: 16px;
    }

    .cta-feature p {
        font-size: 13px;
    }

    .cta-buttons {
        gap: 15px;
        flex-direction: column;
    }

    .cta-btn-primary,
    .cta-btn-secondary {
        width: 100%;
        padding: 14px 25px;
        font-size: 15px;
    }

    .cta-footer-text {
        font-size: 12px;
        margin-top: 25px;
    }

    .gallery-section {
        padding: 60px 20px;
    }

    .gallery-heading {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .gallery-subtitle {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .gallery-filters {
        gap: 8px;
        margin-bottom: 35px;
    }

    .filter-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .gallery-large {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-item {
        height: 200px;
    }

    .gallery-overlay h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .gallery-category {
        font-size: 11px;
        padding: 5px 10px;
    }

    .icon-zoom,
    .icon-heart {
        font-size: 20px;
        gap: 15px;
    }

    .gallery-btn {
        padding: 12px 30px;
        font-size: 14px;
    }

    .home-contact-section {
        padding: 60px 20px;
    }

    .contact-section-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-section-content h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .contact-section-content > p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .contact-methods {
        margin-bottom: 30px;
    }

    .contact-method {
        padding: 20px;
    }

    .method-icon {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .contact-method h3 {
        font-size: 16px;
    }

    .contact-method p {
        font-size: 13px;
    }

    .contact-cta-buttons {
        flex-direction: column;
    }

    .contact-main-btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }

    .contact-illustration {
        width: 250px;
        height: 250px;
    }

    .illustration-circle {
        font-size: 100px;
    }

    .element {
        font-size: 32px;
    }

    .hero {
        height: 20vh;
        min-height: 300px;
    }

    .hero h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .hero p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .btn {
        padding: 14px 35px;
        font-size: 15px;
    }
}

/* ============ HOME HERO MOBILE FIX ============ */
@media(max-width: 767px) {
    .hero {
        min-height: auto;
        height: auto;
        padding: 92px 16px 54px;
        align-items: center;
        background-position: center top;
    }

    .hero::before,
    .hero::after {
        width: 280px;
        height: 280px;
        filter: blur(4px);
    }

    .hero-bg-layer {
        background-position: center top;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(3,37,65,0.76) 0%, rgba(3,37,65,0.64) 48%, rgba(3,37,65,0.82) 100%);
        mix-blend-mode: normal;
    }

    .hero-content {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        padding: 0;
    }

    .hero-text {
        margin-bottom: 22px;
    }

    .hero h1,
    .hero-text h1 {
        font-size: clamp(34px, 10vw, 46px);
        line-height: 1.08;
        margin-bottom: 14px;
        letter-spacing: 0;
    }

    .hero p,
    .hero-text p {
        font-size: 16px;
        line-height: 1.65;
        margin: 0 auto 22px;
        max-width: 330px;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }

    .hero-ctas .btn {
        width: 100%;
        margin-top: 0;
        padding: 14px 18px;
        font-size: 15px;
        text-align: center;
        border-radius: 12px;
    }

    .hero-form {
        width: 100%;
        max-width: 330px;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 14px;
        border-radius: 16px;
        background: rgba(255,255,255,0.10);
    }

    .hero-form .field {
        width: 100%;
    }

    .hero-form label {
        width: 100%;
        background: transparent;
        text-align: left;
        color: rgba(255,255,255,0.88);
    }

    #tourSelect,
    .hero-form select,
    .hero-search {
        width: 100%;
        min-width: 0;
    }

    .hero-form select {
        background-color: rgba(255,255,255,0.12) !important;
        min-height: 48px;
    }

    .hero-search {
        min-height: 48px;
        padding: 12px 16px;
        border-radius: 12px;
    }

    .hero-svg {
        display: none;
    }
}

@media(max-width: 420px) {
    .hero {
        padding: 84px 14px 46px;
    }

    .hero h1,
    .hero-text h1 {
        font-size: 32px;
    }

    .hero p,
    .hero-text p,
    .hero-ctas,
    .hero-form {
        max-width: 100%;
    }
}
