/* ========================================
   FLOATING IMAGE ANIMATION
======================================== */
@keyframes floatBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.float-animation {
    animation: floatBounce 2.5s ease-in-out infinite;
}

/* ========================================
   PREMIUM HERO SYSTEM v2.0
   Modern, animated, conversion-focused
======================================== */

.marketplace-hero-new {
    position: relative;
    min-height: 720px;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #0a1628 0%, #1a365d 50%, #2c5282 100%);
    overflow: hidden;
}

/* Animated gradient orbs */
.marketplace-hero-new::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -25%;
    width: 80%;
    height: 150%;
    background: radial-gradient(ellipse, rgba(99, 179, 237, 0.15) 0%, transparent 70%);
    animation: heroOrb1 20s ease-in-out infinite;
    pointer-events: none;
}

.marketplace-hero-new::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -20%;
    width: 70%;
    height: 120%;
    background: radial-gradient(ellipse, rgba(236, 201, 75, 0.12) 0%, transparent 70%);
    animation: heroOrb2 25s ease-in-out infinite;
    pointer-events: none;
}

@keyframes heroOrb1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(5%, 3%) rotate(5deg);
    }

    66% {
        transform: translate(-3%, -2%) rotate(-3deg);
    }
}

@keyframes heroOrb2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-8%, 5%) rotate(-8deg);
    }
}

/* Floating decorative elements */
.hero-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.hero-float-item {
    position: absolute;
    opacity: 0.08;
    color: #fff;
    font-size: 48px;
    animation: floatItem 20s ease-in-out infinite;
}

.hero-float-item:nth-child(1) {
    top: 15%;
    left: 8%;
    animation-delay: 0s;
    font-size: 42px;
}

.hero-float-item:nth-child(2) {
    top: 25%;
    right: 12%;
    animation-delay: -4s;
    font-size: 56px;
}

.hero-float-item:nth-child(3) {
    bottom: 30%;
    left: 5%;
    animation-delay: -8s;
    font-size: 38px;
}

.hero-float-item:nth-child(4) {
    bottom: 20%;
    right: 8%;
    animation-delay: -12s;
    font-size: 52px;
}

.hero-float-item:nth-child(5) {
    top: 45%;
    left: 15%;
    animation-delay: -16s;
    font-size: 36px;
}

.hero-float-item:nth-child(6) {
    top: 60%;
    right: 18%;
    animation-delay: -6s;
    font-size: 44px;
}

@keyframes floatItem {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.08;
    }

    25% {
        transform: translateY(-20px) rotate(5deg);
        opacity: 0.12;
    }

    50% {
        transform: translateY(-10px) rotate(-3deg);
        opacity: 0.06;
    }

    75% {
        transform: translateY(-25px) rotate(3deg);
        opacity: 0.1;
    }
}

/* Background media layers */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-bg.hero-slider .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 0;
    transition: opacity 1.5s ease-in-out, transform 0.1s;
}

.hero-bg.hero-slider .hero-slide.active {
    opacity: 1;
    z-index: 1;
    animation: smoothZoom 12s ease-out forwards;
}

@keyframes smoothZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}

.hero-bg.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg.hero-image {
    background-size: cover;
    background-position: center;
}

/* Premium gradient overlay */
.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(10, 22, 40, 0.7) 0%,
            rgba(26, 54, 93, 0.6) 50%,
            rgba(10, 22, 40, 0.8) 100%);
    z-index: 1;
}

/* Main container */
.hero-container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* OLD Hero (keep for backward compatibility) */
.marketplace-hero {
    background: linear-gradient(to bottom, #003580 0%, #0057b8 100%);
    padding: 100px 0 150px;
    position: relative;
}

/* ========================================
   HERO HEADER - Animated Typography
======================================== */
.hero-header {
    text-align: center;
    margin-bottom: 48px;
    animation: fadeInUp 0.8s ease-out;
}

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

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

.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.hero-title #rotatingService {
    background: linear-gradient(135deg, var(--secondary-color, #fbbf24) 0%, var(--ratting-color, #f59e0b) 50%, var(--secondary-color, #fbbf24) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {

    0%,
    100% {
        background-position: 0% center;
    }

    50% {
        background-position: 200% center;
    }
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.35rem);
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ========================================
   SERVICE TABS - Premium Pills
======================================== */
.service-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px 20px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.service-tab {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.service-tab::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

.service-tab:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateY(-2px);
}

.service-tab.active {
    background: linear-gradient(135deg, var(--secondary-color, #fbbf24) 0%, var(--ratting-color, #f59e0b) 100%);
    border-color: transparent;
    color: var(--primary-title, #1a365d);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

.service-tab.active::before {
    opacity: 0;
}

.service-tab i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.service-tab:hover i {
    transform: scale(1.1);
}

.service-tab.active i {
    animation: tabIconPop 0.4s ease;
}

@keyframes tabIconPop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

/* ========================================
   SEARCH FORM - Glass Morphism
======================================== */
.search-form-wrapper {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0 0 20px 20px;
    padding: 28px 32px;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.25),
        0 10px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.search-row {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.search-input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.search-input-group.destination {
    flex: 2;
}

.search-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: color 0.2s ease;
}

.search-input-group:focus-within .search-label {
    color: var(--primary-color, #017b6e);
}

.search-input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.25s ease;
}

.search-input:hover {
    border-color: #cbd5e1;
    background: #ffffff;
}

.search-input:focus {
    outline: none;
    border-color: var(--primary-color, #017b6e);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}

.search-input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

/* Premium Search Button with Theme Colors */
.search-button {
    padding: 16px 40px;
    background: linear-gradient(135deg, var(--primary-color, #017b6e) 0%, var(--tertiary-color, #39a1f0) 100%);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.search-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--tertiary-color, #39a1f0) 0%, var(--primary-color, #017b6e) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.search-button:hover::before {
    opacity: 1;
}

.search-button:active {
    transform: translateY(0);
}

.search-button i,
.search-button span {
    position: relative;
    z-index: 1;
}

.search-button i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.search-button:hover i {
    transform: translateX(3px);
}

/* Trust Badges Section */
.hero-trust-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 32px;
    padding: 0 20px;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
}

.trust-badge i {
    font-size: 22px;
    color: var(--secondary-color, #fbbf24);
}

.trust-badge-number {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

/* Hero Stats Bar */
.hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 4px;
}

.hero-stat-number span {
    color: var(--secondary-color, #fbbf24);
}

.hero-stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Quick Links */
.quick-links {
    margin-top: 20px;
    text-align: center;
}

.quick-link {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    margin: 0 12px;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.quick-link:hover {
    opacity: 1;
    text-decoration: underline;
}

/* Promotional Offers Slider - 3 Cards at Once */
.offers-cards-section {
    padding: 60px 0;
    background: #ffffff;
}

.offers-slider-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.offers-cards-slider {
    display: flex;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
    transition: transform 0.5s ease;
}

.offer-card {
    min-width: calc((100% - 40px) / 3);
    flex: 0 0 calc((100% - 40px) / 3);
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    display: block;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.offer-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.offer-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0066cc 0%, #0099ff 100%);
}

.offer-card-placeholder i {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.3);
}

/* Slider Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.slider-arrow:hover {
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.slider-arrow-left {
    left: 0;
}

.slider-arrow-right {
    right: 0;
}

.slider-arrow i {
    font-size: 24px;
    color: #003580;
}

/* Slider Dots */
.offers-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.offers-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.3s;
}

.offers-dots .dot:hover {
    background: #9ca3af;
}

.offers-dots .dot.active {
    background: #0071c2;
    width: 32px;
    border-radius: 6px;
}

/* Popular Attractions Section */
.popular-attractions-section {
    padding: 30px 0 10px 0;
    background: #f5f5f5;
}

.section-header {
    text-align: left;
    margin-bottom: 15px;
    padding-left: 20px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

/* Destination Tabs */
.destination-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    padding-left: 20px;
}

.destination-tab {
    padding: 12px 24px;
    background: #f5f5f5;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.destination-tab:first-child {
    background: #1a1a1a;
    color: #ffffff;
}

.destination-tab:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.destination-tab.active {
    background: #1a1a1a;
    color: #ffffff;
}

/* Trips Grid */
.trips-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    min-height: 300px;
}

.loading-spinner {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    font-size: 18px;
    color: #666;
}

.loading-spinner i {
    font-size: 32px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.no-results,
.error-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    font-size: 16px;
    color: #666;
}

/* Trip Card */
.trip-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 0;
    margin: 0;
}

.trip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.trip-image {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 380px;
    background: #e8e8e8;
    overflow: hidden;
}

.trip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trip-rating {
    display: none;
}

.rating-badge {
    display: none;
}

.rating-reviews {
    display: none;
}

.trip-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: rgba(0, 0, 0, 0.5);
}

.trip-title {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 4px 8px rgba(0, 0, 0, 0.6),
        0 1px 2px rgba(0, 0, 0, 1);
}

.trip-price {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Hotels Section */
.hotel-rentals-section {
    padding: 10px 0 80px 0;
    background: #ffffff;
}

/* Hotel Destination Tabs */
.hotel-destination-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    padding-left: 20px;
}

.hotel-destination-tab {
    padding: 12px 24px;
    background: #f5f5f5;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    transition: all 0.3s;
}

.hotel-destination-tab:hover {
    background: #e5e5e5;
}

.hotel-destination-tab.active {
    background: #0071c2;
    color: #ffffff;
}

/* Hotels Grid */
.hotels-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}

/* Hotel Card */
.hotel-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hotel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    color: inherit;
}

.hotel-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.hotel-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.hotel-card:hover .hotel-image-wrapper img {
    transform: scale(1.05);
}

.hotel-star-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.75);
    padding: 4px 8px;
    border-radius: 6px;
    z-index: 2;
}

.hotel-stars i {
    font-size: 12px;
    margin-right: 2px;
}

.hotel-card-content {
    padding: 16px;
}

.hotel-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1a1a1a;
}

.hotel-location,
.hotel-type {
    font-size: 14px;
    color: #666;
    margin: 4px 0;
    display: flex;
    align-items: center;
}

.hotel-location i,
.hotel-type i {
    margin-right: 4px;
}

.hotel-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.hotel-supplier-logo {
    height: 24px;
    width: auto;
    object-fit: contain;
    max-width: 120px;
}

.hotel-price {
    font-size: 16px;
    color: #1a1a1a;
    margin: 12px 0 0 0;
}

.hotel-price strong {
    font-size: 20px;
    color: #0071c2;
    font-weight: 700;
}

.btn-go-now-hotel {
    display: inline-block;
    padding: 14px 40px;
    background: #0071c2;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-go-now-hotel:hover {
    background: #005a9c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 113, 194, 0.4);
    color: #ffffff;
}

/* Car Rentals Section */
.car-rentals-section {
    padding: 10px 0 80px 0;
    background: #ffffff;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0071c2;
    font-size: 15px;
    font-weight: 500;
}

.trust-badge i {
    font-size: 20px;
}

/* Car Destination Tabs */
.car-destination-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    padding-left: 20px;
}

.car-destination-tab {
    padding: 12px 24px;
    background: #f5f5f5;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.car-destination-tab:first-child {
    background: #1a1a1a;
    color: #ffffff;
}

.car-destination-tab:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.car-destination-tab.active {
    background: #1a1a1a;
    color: #ffffff;
}

/* Cars Grid */
.cars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    min-height: 300px;
}

/* Car Card */
.car-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 440px;
}

.car-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
    color: inherit;
}

.car-image-wrapper {
    width: 100%;
    height: 300px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.car-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.car-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.car-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

.car-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.car-supplier-logo {
    height: 22px;
    width: auto;
    object-fit: contain;
    max-width: 80px;
}

.car-rating {
    background: #003b95;
    color: #ffffff;
    padding: 5px 11px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.car-price {
    font-size: 15px;
    color: #666666;
    margin: 0;
    margin-top: auto;
}

.car-price strong {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    display: inline-block;
}

/* Big Discounts Card */
.big-discounts-card {
    background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-height: 380px;
}

.big-discounts-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-go-now-car {
    background: #0071c2;
    color: #ffffff;
    padding: 14px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-go-now-car:hover {
    background: #005a9c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 113, 194, 0.4);
    color: #ffffff;
}

/* Bike Rentals Section */
.bike-rentals-section {
    padding: 10px 0 80px 0;
    background: #f5f5f5;
}

/* Bike Destination Tabs */
.bike-destination-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    padding-left: 20px;
}

.bike-destination-tab {
    padding: 12px 24px;
    background: #f5f5f5;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.bike-destination-tab:first-child {
    background: #1a1a1a;
    color: #ffffff;
}

.bike-destination-tab:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.bike-destination-tab.active {
    background: #1a1a1a;
    color: #ffffff;
}

/* Bikes Grid */
.bikes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    min-height: 300px;
}

/* Bike Card */
.bike-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 440px;
}

.bike-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
    color: inherit;
}

.bike-image-wrapper {
    width: 100%;
    height: 300px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.bike-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.bike-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.bike-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

.bike-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bike-supplier-logo {
    height: 22px;
    width: auto;
    object-fit: contain;
    max-width: 80px;
}

.bike-rating {
    background: #003b95;
    color: #ffffff;
    padding: 5px 11px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.bike-price {
    font-size: 15px;
    color: #666666;
    margin: 0;
    margin-top: auto;
}

.bike-price strong {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    display: inline-block;
}

.btn-go-now-bike {
    background: #0071c2;
    color: #ffffff;
    padding: 14px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-go-now-bike:hover {
    background: #005a9c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 113, 194, 0.4);
    color: #ffffff;
}

/* Explore More Card */
.explore-more-card {
    background: url('https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=800&q=80') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.explore-more-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.explore-more-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.explore-more-content {
    text-align: center;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.explore-more-content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 28px 0;
    line-height: 1.3;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.btn-go-now {
    display: inline-block;
    padding: 16px 48px;
    background: #0057e7;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 4px 16px rgba(0, 87, 231, 0.4);
}

.btn-go-now:hover {
    background: #003db5;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 87, 231, 0.5);
}

/* Responsive */
@media (max-width: 992px) {
    .marketplace-hero-new {
        min-height: 500px;
        height: 500px;
        padding: 60px 0 100px;
    }

    .hero-bg {
        height: 500px;
    }

    .marketplace-hero {
        padding: 60px 0 100px;
    }

    .hero-title {
        font-size: 2.25rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    /* Keep tabs in one row on tablet */
    .service-tabs {
        flex-wrap: nowrap;
    }

    .service-tab {
        flex: 1;
        max-width: none;
        font-size: 13px;
        padding: 14px 15px;
    }

    .search-row {
        flex-wrap: wrap;
    }

    .search-input-group {
        flex: 1 1 calc(50% - 8px);
        min-width: 200px;
    }

    .search-input-group.destination {
        flex: 1 1 100%;
    }

    .search-button {
        flex: 1 1 100%;
        justify-content: center;
        margin-top: 10px;
    }

    /* Offers Slider Tablet - Show 2 cards */
    .offers-cards-section {
        padding: 40px 0;
    }

    .offers-slider-container {
        padding: 0 20px;
    }

    .offer-card {
        min-width: calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
        height: 240px;
    }

    .slider-arrow {
        width: 45px;
        height: 45px;
    }

    /* Popular Attractions */
    .popular-attractions-section {
        padding: 20px 0 10px 0;
    }

    .section-title {
        font-size: 2rem;
    }

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

    /* Hotels Tablet */
    .hotels-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* Car Rentals Tablet */
    .cars-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* Bike Rentals Tablet */
    .bikes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .marketplace-hero-new {
        min-height: 400px;
        height: auto;
        padding: 40px 0 80px;
    }

    .hero-bg {
        height: 100%;
        min-height: 400px;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    /* Mobile: One row with icons only - slim design */
    .service-tabs {
        flex-wrap: nowrap;
        padding: 8px 12px;
        gap: 6px;
    }

    .service-tab {
        flex: 1;
        padding: 10px 6px;
        min-width: 0;
        border-radius: 8px;
    }

    .service-tab span {
        display: none;
    }

    .service-tab i {
        font-size: 18px;
        margin: 0;
    }

    .search-form-wrapper {
        padding: 20px 15px;
    }

    .search-input-group {
        flex: 1 1 100%;
    }

    /* Offers Slider Mobile - Show 1 card */
    .offers-cards-section {
        padding: 30px 0;
    }

    .offers-slider-container {
        padding: 0 50px;
    }

    .offer-card {
        min-width: 100%;
        height: 200px;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
    }

    .slider-arrow i {
        font-size: 20px;
    }

    .offers-dots {
        margin-top: 20px;
    }

    /* Popular Attractions Mobile */
    .section-title {
        font-size: 1.75rem;
    }

    .destination-tabs {
        gap: 10px;
    }

    .destination-tab {
        padding: 10px 20px;
        font-size: 14px;
    }

    .trips-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .explore-more-card {
        min-height: 250px;
    }

    .explore-more-content h3 {
        font-size: 1.25rem;
    }

    /* Hotels Mobile */
    .hotel-rentals-section {
        padding: 10px 0 50px 0;
    }

    .hotel-destination-tabs {
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .hotel-destination-tab {
        padding: 10px 20px;
        font-size: 14px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .hotels-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .hotel-card {
        border-radius: 12px;
    }

    .hotel-image-wrapper {
        height: 200px;
    }

    .hotel-card-content {
        padding: 14px 16px;
    }

    .hotel-title {
        font-size: 16px;
    }

    .hotel-location,
    .hotel-type {
        font-size: 13px;
    }

    .hotel-price {
        font-size: 15px;
    }

    .hotel-price strong {
        font-size: 18px;
    }

    .hotel-supplier-logo {
        height: 20px;
        max-width: 100px;
    }

    /* Car Rentals Mobile */
    .car-rentals-section {
        padding: 10px 0 50px 0;
    }

    .car-destination-tabs {
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .car-destination-tab {
        padding: 10px 20px;
        font-size: 14px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .cars-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .car-card {
        min-height: 380px;
    }

    .car-image-wrapper {
        height: 240px;
        padding: 20px;
    }

    .car-image-wrapper img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

    .big-discounts-card {
        min-height: 250px;
        padding: 30px 20px;
    }

    .big-discounts-content h3 {
        font-size: 20px;
    }

    .trust-badges {
        gap: 20px;
        font-size: 13px;
    }

    /* Bike Rentals Mobile */
    .bike-rentals-section {
        padding: 10px 0 50px 0;
    }

    .bike-destination-tabs {
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .bike-destination-tab {
        padding: 10px 20px;
        font-size: 14px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .bikes-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .bike-card {
        min-height: 380px;
    }

    .bike-image-wrapper {
        height: 240px;
        padding: 20px;
    }

    .bike-image-wrapper img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

    /* Offers Section Mobile Spacing */
    .special-area {
        margin-top: 50px;
        padding-top: 30px;
    }
}

/* Marketplace Offers - Wider & Shorter Style */
.special-area {
    margin-bottom: 0;
    padding: 40px 0;
    background: #ffffff;
}

.special-area .offer-banner img {
    height: 220px !important;
    object-fit: cover;
}

@media (max-width: 992px) {
    .special-area {
        margin-bottom: 0;
        padding: 30px 0;
    }

    .special-area .offer-banner img {
        height: 200px !important;
    }
}

@media (max-width: 576px) {
    .special-area {
        margin-bottom: 0;
        padding: 80px 0 30px 0;
    }

    .special-area .offer-banner img {
        height: 180px !important;
    }
}

/* Mobile App Download Section */
.mobile-app-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2563eb 0%, #0891b2 100%);
    position: relative;
    overflow: hidden;
}

.mobile-app-section::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: url('https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200&q=80') center/cover no-repeat;
    border-radius: 50% 0 0 50%;
    opacity: 0.3;
}

.mobile-app-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.mobile-app-left {
    flex: 1;
    max-width: 600px;
}

.mobile-app-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 30px 0;
    line-height: 1.2;
}

.mobile-app-features {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.app-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.app-feature i {
    font-size: 24px;
    color: #fbbf24;
}

.mobile-app-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 35px;
}

.app-stat {
    text-align: left;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px 0;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.mobile-app-stores {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.store-badge {
    display: block;
    transition: transform 0.2s;
}

.store-badge:hover {
    transform: translateY(-3px);
}

.store-badge img {
    height: 44px;
    width: auto;
    border-radius: 8px;
}

.scan-instruction {
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    margin: 0;
}

.mobile-app-right {
    flex-shrink: 0;
}

.qr-code-container {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.qr-code-placeholder {
    width: 200px;
    height: 200px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.qr-code-placeholder i {
    font-size: 60px;
    color: #9ca3af;
}

.qr-code-placeholder p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

/* ========================================
   SEO LINKS SECTION - Premium Design
   Uses theme CSS variables for colors
======================================== */
.seo-links-section {
    padding: 60px 0 70px 0;
    background: linear-gradient(180deg, var(--section-bg-two, #f8fafc) 0%, #ffffff 100%);
    position: relative;
}

.seo-links-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent);
}

.seo-links-section .section-header {
    margin-bottom: 32px;
    text-align: center;
}

.seo-links-section .section-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-title, #1e293b);
    margin: 0 0 8px 0;
    letter-spacing: -0.02em;
}

.seo-links-section .section-subtitle {
    font-size: 1rem;
    color: var(--secondary-title, #64748b);
    margin: 0;
}

/* SEO Service Tabs - Premium Pills with Theme Colors */
.seo-service-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    padding: 0 20px;
}

.seo-service-tab {
    padding: 8px 18px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary-title, #475569);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    overflow: hidden;
}

.seo-service-tab::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--primary-color, #017b6e), var(--tertiary-color, #39a1f0));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

.seo-service-tab i {
    font-size: 15px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.seo-service-tab span {
    position: relative;
    z-index: 1;
}

.seo-service-tab:hover {
    border-color: var(--primary-color, #017b6e);
    color: var(--primary-color, #017b6e);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.seo-service-tab:hover i {
    transform: scale(1.1);
}

.seo-service-tab.active {
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.seo-service-tab.active::before {
    opacity: 1;
}

/* SEO Links Grid */
.seo-links-grid {
    position: relative;
    min-height: 180px;
}

.seo-links-content {
    display: none;
    animation: seoFadeIn 0.4s ease-out;
}

@keyframes seoFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

.seo-links-content.active {
    display: block;
}

.seo-links-columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px 20px;
    padding: 0 20px;
}

/* Compact SEO Links with Theme Colors */
.seo-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    background: transparent;
    color: var(--secondary-title, #475569);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}

.seo-link i {
    font-size: 15px;
    color: var(--primary-color, #017b6e);
    flex-shrink: 0;
    transition: all 0.2s ease;
    opacity: 0.7;
}

.seo-link:hover {
    color: var(--primary-color, #017b6e);
    text-decoration: none;
    transform: translateX(4px);
}

.seo-link:hover i {
    opacity: 1;
    transform: scale(1.15);
}

/* ========================================
   HERO RESPONSIVE STYLES
======================================== */
@media (max-width: 1024px) {
    .marketplace-hero-new {
        min-height: auto;
        padding: 100px 0 60px;
    }

    .hero-stats {
        gap: 40px;
    }

    .hero-stat-number {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .marketplace-hero-new {
        padding: 90px 0 50px;
    }

    .hero-header {
        margin-bottom: 32px;
    }

    .hero-floating-elements {
        display: none;
    }

    .service-tabs {
        flex-wrap: nowrap;
        gap: 6px;
        padding: 8px 12px;
        border-radius: 12px 12px 0 0;
    }

    .service-tab {
        flex: 1;
        padding: 8px 4px;
        font-size: 12px;
        border-radius: 8px;
    }

    .service-tab span {
        display: none;
    }

    .service-tab i {
        font-size: 18px;
    }

    .search-form-wrapper {
        padding: 16px 12px;
        border-radius: 0 0 12px 12px;
    }

    .search-row {
        flex-direction: column;
        gap: 12px;
    }

    .search-input-group,
    .search-input-group.destination {
        flex: none;
        width: 100%;
    }

    .search-input {
        padding: 14px 16px;
    }

    .search-button {
        width: 100%;
        justify-content: center;
        padding: 16px;
    }

    .hero-trust-badges {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 20px;
    }

    .trust-badge {
        font-size: 12px;
    }

    .hero-stats {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 40px;
        margin-top: 32px;
        padding-top: 24px;
    }

    .hero-stat-number {
        font-size: 1.5rem;
    }

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

@media (max-width: 480px) {
    .marketplace-hero-new {
        padding: 80px 0 40px;
    }

    .hero-container {
        padding: 0 16px;
    }

    .hero-header {
        margin-bottom: 24px;
    }

    .service-tabs {
        padding: 10px 12px;
        gap: 4px;
    }

    .service-tab {
        padding: 10px 12px;
    }

    .search-form-wrapper {
        padding: 16px 14px;
    }

    .search-label {
        font-size: 10px;
    }

    .search-input {
        padding: 12px 14px;
        font-size: 14px;
    }

    .hero-trust-badges {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 6px 12px;
    }

    .trust-badge {
        font-size: 11px;
    }

    .hero-stats {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 12px 24px;
    }

    .hero-stat-number {
        font-size: 1.25rem;
    }

    .hero-stat-label {
        font-size: 9px;
    }
}

/* Responsive for SEO Links */
@media (max-width: 1200px) {
    .seo-links-columns {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .seo-links-section {
        padding: 48px 0 56px 0;
    }

    .seo-links-section .section-title {
        font-size: 1.75rem;
    }

    .seo-links-columns {
        grid-template-columns: repeat(3, 1fr);
        gap: 4px 16px;
    }

    .seo-service-tabs {
        gap: 10px;
    }

    .seo-service-tab {
        padding: 10px 20px;
        font-size: 13px;
    }

    .seo-service-tab i {
        font-size: 16px;
    }

    .seo-link {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .seo-links-section {
        padding: 40px 0 48px 0;
    }

    .seo-links-section .section-title {
        font-size: 1.5rem;
    }

    .seo-links-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 2px 12px;
    }

    .seo-service-tabs {
        gap: 8px;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
    }

    .seo-service-tab {
        padding: 10px 16px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .seo-service-tab span {
        display: none;
    }

    .seo-link {
        font-size: 13px;
        padding: 8px 0;
    }

    .seo-link i {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .seo-links-section {
        padding: 32px 0 40px 0;
    }

    .seo-links-section .section-title {
        font-size: 1.25rem;
    }

    .seo-links-columns {
        grid-template-columns: 1fr 1fr;
        gap: 2px 10px;
    }

    .seo-link {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .mobile-app-section {
        padding: 60px 0;
    }

    .mobile-app-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .mobile-app-left {
        max-width: 100%;
    }

    .mobile-app-title {
        font-size: 2rem;
    }

    .mobile-app-features {
        justify-content: center;
    }

    .mobile-app-stats {
        justify-content: center;
    }

    .mobile-app-stores {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .mobile-app-section {
        padding: 40px 0;
    }

    .mobile-app-section::before {
        width: 100%;
        border-radius: 0;
        opacity: 0.15;
    }

    .mobile-app-title {
        font-size: 1.75rem;
    }

    .mobile-app-features {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .mobile-app-stats {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .app-stat {
        text-align: center;
    }

    .stat-number {
        font-size: 2rem;
    }

    .mobile-app-stores {
        flex-direction: column;
        align-items: center;
    }

    .qr-code-placeholder {
        width: 160px;
        height: 160px;
    }

    .qr-code-placeholder i {
        font-size: 50px;
    }

    .seo-links-section {
        padding: 20px 0 30px 0;
    }

    .seo-links-section .section-title {
        font-size: 1.25rem;
    }

    .seo-service-tabs {
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .seo-service-tab {
        white-space: nowrap;
        flex-shrink: 0;
        padding: 6px 12px;
        font-size: 12px;
    }

    .seo-links-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px 8px;
    }

    .seo-link {
        padding: 8px 0;
        font-size: 12px;
    }
}