@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap);

.card-tag,
.featured-badge,
.featured-ribbon,
.from-text,
.label-pro,
.logo-text span,
.message-title,
.section-label,
.section-label-modern,
.tour-tag {
    text-transform: uppercase
}

.hero,
.hero-modern {
    min-height: 100vh;
    overflow: hidden
}

body,
html {
    overflow-x: hidden
}

.social-icons-top a,
.top-bar,
.top-link {
    font-size: var(--text-sm)
}

.about-img-secondary,
.btn-book-now:hover,
.btn-ta-reviews,
.faq-item.active,
.main-nav.scrolled,
.ta-award-badge,
.ta-rating-badge {
    box-shadow: var(--shadow-lg)
}

.highlight-text,
.trust-number {
    -webkit-text-fill-color: transparent
}

.featured-badge,
.slider-indicators {
    transform: translateX(-50%);
    left: 50%
}

.card-body-pro,
.fleet-cta-pro,
.gallery-cta,
.kb-caption,
.reviews-heading,
.spec-item-pro,
.ta-cta-center,
.ta-trust-item,
.trust-item {
    text-align: center
}

.hero-btn,
a {
    text-decoration: none
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --primary-yellow: #FFC107;
    --primary-gold: #FFB300;
    --primary-dark: #FFA000;
    --accent-cyan: #00BCD4;
    --accent-teal: #009688;
    --black: #000000;
    --gray-900: #1A1A1A;
    --gray-800: #2D2D2D;
    --gray-700: #424242;
    --gray-600: #616161;
    --gray-500: #757575;
    --gray-400: #9E9E9E;
    --gray-300: #BDBDBD;
    --gray-200: #E0E0E0;
    --gray-100: #F5F5F5;
    --white: #FFFFFF;
    --success: #4CAF50;
    --danger: #F44336;
    --warning: #FF9800;
    --info: #2196F3;
    --gradient-primary: linear-gradient(135deg, #FFC107 0%, #FF9800 100%);
    --gradient-dark: linear-gradient(135deg, #1A1A1A 0%, #000000 100%);
    --gradient-overlay: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    --font-primary: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-secondary: 'Inter', -apple-system, sans-serif;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;
    --text-6xl: 3.75rem;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.15);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.2);
    --shadow-2xl: 0 30px 60px rgba(0, 0, 0, 0.25);
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-3xl: 2rem;
    --radius-full: 9999px;
    --transition-fast: 200ms ease;
    --transition-base: 300ms ease;
    --transition-slow: 500ms ease
}

.btn-tour-quick,
.contact-method-item,
.faq-item,
.faq-question,
.footer-links-col a,
.footer-social a,
.main-nav,
.mobile-menu-btn span,
.scroll-to-top,
.service-card-modern,
.tour-card-premium,
.tour-overlay-premium,
a,
button {
    transition: var(--transition-base)
}

.benefit-card-pro,
.indicator {
    transition: .3s;
    cursor: pointer
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font-primary);
    font-size: var(--text-base);
    line-height: 1.6;
    color: var(--gray-800);
    background: var(--white)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--gray-900)
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    color: inherit
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: 0 0
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--space-6)
}

.container-fluid {
    width: 100%;
    padding: 0 var(--space-8)
}

.top-bar {
    background: var(--gray-900);
    color: var(--white);
    padding: var(--space-2) 0
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-4)
}

.top-bar-left,
.top-bar-right {
    display: flex;
    align-items: center;
    gap: var(--space-6)
}

.top-link,
.top-text {
    color: var(--gray-300);
    display: flex;
    align-items: center;
    gap: var(--space-2)
}

.footer-contact-item i,
.footer-legal a:hover,
.form-group-modern label i,
.top-link:hover {
    color: var(--primary-yellow)
}

.footer-logo,
.footer-social,
.logo-container,
.social-icons-top {
    display: flex;
    gap: var(--space-3)
}

.social-icons-top a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .1);
    border-radius: var(--radius-md);
    color: var(--white)
}

.footer-social a:hover,
.scroll-to-top:hover,
.social-icons-top a:hover {
    background: var(--primary-yellow);
    color: var(--gray-900)
}

.main-nav {
    background: var(--white);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 1000
}

.btn-book-now,
.highlight-text,
.logo-icon,
.nav-item::after {
    background: var(--gradient-primary)
}

.btn-book-now,
.logo-icon {
    box-shadow: var(--shadow-md)
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-4) 0
}

.logo-container {
    align-items: center
}

.logo-icon,
.nav-actions {
    align-items: center;
    display: flex
}

.logo-icon {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-lg);
    justify-content: center;
    color: var(--white);
    font-size: var(--text-2xl)
}

.btn-book-now,
.nav-item {
    font-size: var(--text-base)
}

.nav-menu {
    display: flex;
    gap: var(--space-8);
    list-style: none
}

.nav-item {
    color: var(--gray-700);
    font-weight: 600;
    position: relative;
    padding: var(--space-2) 0
}

.nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: width var(--transition-base)
}

.nav-item.active,
.nav-item:hover {
    color: var(--gray-900)
}

.nav-item.active::after,
.nav-item:hover::after {
    width: 100%
}

.nav-actions {
    gap: var(--space-4)
}

.btn-book-now {
    padding: var(--space-3) var(--space-6);
    color: var(--white);
    font-weight: 700;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    gap: var(--space-2)
}

.btn-book-now:hover,
.hero-btn:hover {
    transform: translateY(-2px)
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: var(--space-2)
}

.mobile-menu-btn span {
    width: 25px;
    height: 3px;
    background: var(--gray-900);
    border-radius: var(--radius-full)
}

.hero-modern {
    position: relative;
    display: flex;
    align-items: center
}

.hero-slide {
    inset: 0;
    background-size: cover;
    background-position: center;
    animation: 20s ease-in-out infinite kenBurns
}

@keyframes kenBurns {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.15)
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--gradient-overlay);
    z-index: 2
}

.hero-content-box {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: var(--space-20) 0
}

.hero-badge-top {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-5);
    background: rgba(255, 193, 7, .2);
    border: 1px solid rgba(255, 193, 7, .5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: var(--radius-full);
    color: var(--white);
    font-size: var(--text-sm);
    font-weight: 600;
    margin-bottom: var(--space-5)
}

.hero-main-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: var(--space-6)
}

.highlight-text {
    -webkit-background-clip: text;
    background-clip: text
}

.hero-description {
    font-size: var(--text-xl);
    color: rgba(255, 255, 255, .95);
    margin-bottom: var(--space-8);
    line-height: 1.7
}

.hero-cta-group {
    display: flex;
    gap: var(--space-4);
    flex-wrap: wrap;
    margin-bottom: var(--space-12)
}

.btn-hero-primary,
.btn-hero-secondary {
    padding: var(--space-5) var(--space-8);
    font-weight: 700;
    font-size: var(--text-lg);
    gap: var(--space-3)
}

.btn-hero-primary {
    background: var(--gradient-primary);
    color: var(--gray-900);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    box-shadow: var(--shadow-xl)
}

.btn-hero-secondary,
.hero-feature-item {
    align-items: center;
    display: flex;
    color: var(--white)
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-2xl)
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, .3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: var(--radius-full)
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .5)
}

.hero-features-row {
    display: flex;
    gap: var(--space-8);
    flex-wrap: wrap
}

.hero-feature-item {
    gap: var(--space-2);
    font-size: var(--text-base);
    font-weight: 600
}

.hero-feature-item i {
    color: var(--primary-yellow);
    font-size: var(--text-xl)
}

.slider-indicators {
    position: absolute;
    bottom: 40px;
    display: flex;
    gap: 12px;
    z-index: 4
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    border: 2px solid rgba(255, 255, 255, .6);
    padding: 0
}

.indicator.active {
    background: var(--primary-yellow);
    border-color: var(--primary-yellow);
    width: 40px;
    border-radius: 20px
}

.indicator:hover {
    background: rgba(255, 255, 255, .8);
    transform: scale(1.2)
}

.video-showcase-section {
    padding: var(--space-24) 0;
    background: linear-gradient(135deg, #f5f7fa 0, #c3cfe2 100%)
}

.trust-bar,
.video-wrapper {
    background: var(--gray-900)
}

.video-container {
    max-width: 1100px;
    margin: 0 auto
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--radius-3xl);
    box-shadow: var(--shadow-2xl)
}

.about-img-main,
.about-img-secondary {
    border-radius: var(--radius-2xl);
    overflow: hidden
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--radius-3xl)
}

.trust-bar {
    padding: var(--space-10) 0
}

.trust-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-8)
}

.trust-item {
    color: var(--white)
}

.trust-number {
    font-size: var(--text-5xl);
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1;
    margin-bottom: var(--space-2)
}

.trust-label {
    font-size: var(--text-base);
    color: var(--gray-300);
    font-weight: 500
}

.about-section,
.tours-section {
    padding: var(--space-24) 0;
    background: var(--gray-100)
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
    align-items: center
}

.about-images {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-6)
}

.about-img-main {
    grid-column: span 2;
    box-shadow: var(--shadow-xl)
}

.about-img-main img,
.about-img-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-badge-float {
    position: absolute;
    bottom: var(--space-6);
    right: var(--space-6);
    background: var(--transition-base);
    padding: var(--space-5);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-2xl);
    display: flex;
    align-items: center;
    gap: var(--space-3)
}

.badge-icon,
.btn-fleet-pro.premium,
.btn-fleet-pro::before,
.feature-icon-box,
.section-label {
    background: var(--gradient-primary)
}

.service-image-modern,
.tour-card-premium {
    box-shadow: var(--shadow-md);
    overflow: hidden
}

.badge-icon {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: var(--text-2xl)
}

.badge-content strong {
    display: block;
    font-weight: 700;
    color: var(--gray-900);
    font-size: var(--text-base)
}

.badge-content span,
.method-text span,
.reviewer-info span,
.trust-text-fleet span {
    font-size: var(--text-sm);
    color: var(--gray-600)
}

.section-label {
    padding: var(--space-2) var(--space-5);
    color: var(--white);
    font-size: var(--text-xs);
    border-radius: var(--radius-full);
    margin-bottom: var(--space-4)
}

.about-text,
.section-heading,
.ta-badge-container {
    margin-bottom: var(--space-5)
}

.section-heading {
    font-size: var(--text-4xl);
    color: var(--gray-900)
}

.about-text {
    color: var(--gray-700);
    line-height: 1.8;
    font-size: var(--text-base)
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
    margin: var(--space-8) 0
}

.about-feature,
.faq-container,
.faq-question {
    display: flex;
    gap: var(--space-4)
}

.feature-icon-box {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: var(--text-2xl)
}

.feature-text strong {
    display: block;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: var(--space-1);
    font-size: var(--text-lg)
}

.feature-text p,
.ta-trust-item p {
    color: var(--gray-600);
    font-size: var(--text-base)
}

.btn-about-cta {
    padding: var(--space-4) var(--space-8);
    background: var(--gray-900);
    color: var(--white);
    font-weight: 700;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--text-base)
}

.btn-about-cta:hover {
    background: var(--gray-800);
    transform: translateX(4px)
}

.section-header-center {
    margin-bottom: var(--space-16)
}

.section-description {
    font-size: var(--text-lg);
    color: var(--gray-600)
}

.featured-badge,
.tour-tag {
    font-size: var(--text-xs);
    z-index: 2
}

.contact-section,
.faq-section,
.gallery-section,
.services-section {
    padding: var(--space-24) 0;
    background: var(--white)
}

.services-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--space-8)
}

.btn-service,
.service-features-list li,
.ta-rating,
.tour-meta-row span {
    display: flex;
    align-items: center;
    gap: var(--space-2)
}

.service-card-modern {
    background: var(--white);
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-2xl);
    padding: var(--space-8);
    position: relative;
    overflow: hidden
}

.service-card-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 193, 7, .1), transparent);
    transform: rotate(45deg);
    transition: .6s;
    opacity: 0
}

.service-card-modern:hover::before {
    opacity: 1;
    left: 100%
}

.service-card-modern:hover {
    border-color: var(--primary-yellow);
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl)
}

.service-card-modern.featured {
    border-color: var(--primary-yellow);
    background: linear-gradient(135deg, #fff9e6 0, #fff 100%)
}

.featured-badge {
    position: absolute;
    top: 0;
    padding: var(--space-2) var(--space-4);
    background: var(--gradient-primary);
    color: var(--white);
    font-weight: 700;
    border-radius: var(--radius-full);
    letter-spacing: 1px
}

.service-image-modern {
    width: 100%;
    height: 200px;
    border-radius: var(--radius-xl);
    margin-bottom: var(--space-5)
}

.service-image-modern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

.service-card-modern:hover .service-image-modern img,
.tour-card-premium:hover .tour-image-wrapper img,
.whatsapp-btn-float:hover {
    transform: scale(1.1)
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.05);
        opacity: .8
    }
}

.service-card-modern:hover .service-icon-modern {
    animation: none;
    transform: scale(1.1) rotate(5deg)
}

.contact-info-card h3,
.service-card-modern h3 {
    font-size: var(--text-2xl);
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: var(--space-3)
}

.service-card-modern p {
    color: var(--gray-600);
    margin-bottom: var(--space-5);
    line-height: 1.7
}

.service-features-list,
.tour-includes {
    list-style: none;
    margin-bottom: var(--space-6)
}

.service-features-list li {
    padding: var(--space-2) 0;
    color: var(--gray-700);
    font-size: var(--text-base)
}

.service-features-list i {
    color: var(--success)
}

.btn-service {
    padding: var(--space-4);
    background: var(--gray-900);
    color: var(--white);
    font-weight: 700;
    border-radius: var(--radius-full);
    justify-content: center
}

.btn-tour-quick,
.tour-rating-box,
.tour-tag,
.tour-top-row h3 {
    color: var(--gray-900);
    font-weight: 700
}

.btn-service:hover {
    background: var(--gray-800);
    gap: var(--space-3)
}

.tours-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-8)
}

.tour-card-premium {
    background: var(--white);
    border-radius: var(--radius-2xl)
}

.btn-tour-details,
.btn-tour-quick,
.tour-rating-box,
.tour-tag {
    border-radius: var(--radius-full)
}

.tour-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-2xl)
}

.tour-image-wrapper {
    position: relative;
    height: 280px;
    overflow: hidden
}

.gallery-image-wrapper img,
.tour-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.tour-overlay-premium {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.gallery-item:hover .gallery-overlay,
.kb-slide.active,
.tour-card-premium:hover .tour-overlay-premium {
    opacity: 1
}

.btn-tour-quick {
    padding: var(--space-3) var(--space-6);
    background: var(--white);
    transform: translateY(10px)
}

.tour-rating-box,
.tour-tag {
    background: var(--primary-yellow)
}

.tour-card-premium:hover .btn-tour-quick {
    transform: translateY(0)
}

.tour-tag {
    position: absolute;
    top: var(--space-4);
    right: var(--space-4);
    padding: var(--space-2) var(--space-4)
}

.tour-tag.unesco {
    background: var(--info);
    color: var(--white)
}

.tour-tag.adventure {
    background: var(--success);
    color: var(--white)
}

.tour-tag.coastal {
    background: var(--accent-cyan);
    color: var(--white)
}

.tour-content-premium {
    padding: var(--space-6)
}

.tour-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-3);
    margin-bottom: var(--space-3)
}

.tour-top-row h3 {
    font-size: var(--text-2xl)
}

.tour-rating-box {
    display: flex;
    align-items: center;
    gap: var(--space-1);
    padding: var(--space-1) var(--space-3);
    white-space: nowrap
}

.tour-meta-row {
    display: flex;
    gap: var(--space-5);
    margin-bottom: var(--space-4);
    color: var(--gray-600);
    font-size: var(--text-sm)
}

.featured-ribbon,
.from-text {
    font-size: var(--text-xs)
}

.tour-includes li {
    padding: var(--space-2) 0;
    padding-left: var(--space-5);
    position: relative;
    color: var(--gray-700);
    font-size: var(--text-base)
}

.tour-includes li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--success);
    font-weight: 700
}

.tour-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--space-5);
    border-top: 2px solid var(--gray-200)
}

.tour-price-box {
    display: flex;
    flex-direction: column
}

.from-text {
    color: var(--gray-500);
    font-weight: 600
}

.price-amount {
    font-size: var(--text-4xl);
    font-weight: 900;
    color: var(--gray-900);
    line-height: 1
}

.btn-tour-details {
    padding: var(--space-3) var(--space-6);
    background: var(--gray-900);
    color: var(--white);
    font-weight: 700
}

.btn-tour-details:hover {
    background: var(--gray-800)
}

.why-choose-pro {
    padding: 100px 0;
    background: linear-gradient(180deg, #fff 0, #fffbf5 100%);
    position: relative
}

.section-header-center,
.section-header-pro {
    text-align: center;
    margin-bottom: 60px
}

.label-pro {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-radius: 50px;
    margin-bottom: 16px
}

.heading-pro {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.2
}

.subtitle-pro {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7
}

.benefits-grid-pro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto
}

.card-body-pro h3,
.card-tag {
    margin-bottom: 12px;
    font-weight: 700
}

.benefit-card-pro {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    position: relative;
    will-change: transform
}

.benefit-card-pro:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(255, 193, 7, .2)
}

.card-image-wrap {
    position: relative;
    height: 200px;
    overflow: hidden
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
    animation: .6s ease-in-out fadeIn
}

.benefit-card-pro:hover .card-img {
    transform: scale(1.08)
}

.image-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .3) 100%)
}

.card-icon-pro {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 8px 24px rgba(255, 193, 7, .4);
    z-index: 10;
    transition: .3s
}

.benefit-card-pro:hover h3,
.tag-yellow {
    color: #f57c00
}

.benefit-card-pro:hover .card-icon-pro {
    transform: translateX(-50%) translateY(-4px) scale(1.1);
    box-shadow: 0 12px 32px rgba(255, 193, 7, .5)
}

.card-body-pro {
    padding: 48px 24px 28px
}

.card-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    letter-spacing: .5px
}

.tag-yellow {
    background: rgba(255, 193, 7, .15)
}

.tag-green {
    background: rgba(76, 175, 80, .15);
    color: #2e7d32
}

.tag-blue {
    background: rgba(33, 150, 243, .15);
    color: #1565c0
}

.tag-orange {
    background: rgba(255, 152, 0, .15);
    color: #e65100
}

.tag-red {
    background: rgba(244, 67, 54, .15);
    color: #c62828
}

.card-body-pro h3 {
    font-size: 22px;
    color: #1a1a1a;
    line-height: 1.3;
    transition: color .3s
}

.card-body-pro p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0
}

@media (max-width:1200px) {
    .benefits-grid-pro {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px
    }
}

.benefit-card-pro:focus {
    outline: #FFC107 solid 3px;
    outline-offset: 2px
}

@media (prefers-reduced-motion:reduce) {

    .benefit-card-pro,
    .card-icon-pro,
    .card-img {
        transition: none
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fleet-section-pro {
    padding: var(--space-20) 0 var(--space-24);
    background: linear-gradient(180deg, #fafafa 0, #fff 50%, #f8f9fa 100%);
    position: relative
}

.section-label-modern {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-6);
    background: var(--gradient-primary);
    color: var(--white);
    font-size: var(--text-sm);
    font-weight: 700;
    letter-spacing: 1.2px;
    border-radius: var(--radius-full);
    margin-bottom: var(--space-5);
    box-shadow: 0 4px 15px rgba(255, 193, 7, .3)
}

.fleet-grid-pro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: var(--space-10);
    margin-bottom: var(--space-16)
}

.fleet-card-pro {
    background: var(--white);
    border-radius: var(--radius-3xl);
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    transition: .4s cubic-bezier(.175, .885, .32, 1.275);
    border: 2px solid transparent;
    position: relative
}

.fleet-card-pro:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
    border-color: var(--primary-yellow)
}

.btn-fleet-contact:hover,
.btn-fleet-pro:hover,
.btn-ta-reviews:hover,
.footer-social a:hover,
.footer-ta-badge:hover {
    transform: translateY(-3px)
}

.fleet-card-pro.featured-fleet {
    border: 3px solid var(--primary-yellow);
    background: linear-gradient(135deg, #f0fff2 0, #fff 100%)
}

.featured-ribbon {
    position: absolute;
    top: 20px;
    right: -35px;
    padding: var(--space-2) var(--space-10);
    background: var(--gradient-primary);
    color: var(--white);
    font-weight: 800;
    letter-spacing: 1px;
    transform: rotate(45deg);
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2)
}

.fleet-badge-class,
.fleet-tag-pro {
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: var(--radius-full);
    letter-spacing: .5px
}

.fleet-image-pro {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f5f5 0, #e0e0e0 100%)
}

.fleet-image-pro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.175, .885, .32, 1.275)
}

.fleet-card-pro:hover .fleet-image-pro img {
    transform: scale(1.15) rotate(2deg)
}

.fleet-overlay-pro {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5
}

.fleet-tag-pro {
    padding: var(--space-2) var(--space-5);
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(10px);
    color: var(--white)
}

.fleet-tag-pro.premium {
    background: rgba(255, 193, 7, .95);
    color: var(--gray-900)
}

.fleet-body-pro {
    padding: var(--space-8)
}

.fleet-header-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-4)
}

.fleet-header-pro h3 {
    font-size: var(--text-3xl);
    font-weight: 900;
    color: var(--gray-900);
    margin: 0
}

.fleet-badge-class {
    padding: var(--space-1) var(--space-4);
    background: var(--gray-100);
    color: var(--gray-700)
}

.btn-fleet-contact,
.btn-fleet-pro {
    color: var(--white);
    transition: .3s;
    cursor: pointer
}

.message-title,
.section-label {
    letter-spacing: 1.5px
}

.fleet-badge-class.premium {
    background: linear-gradient(135deg, #ffe082 0, #ffc107 100%);
    color: var(--gray-900)
}

.fleet-body-pro>p {
    color: var(--gray-600);
    line-height: 1.8;
    margin-bottom: var(--space-6);
    font-size: var(--text-base)
}

.fleet-specs-pro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3);
    margin-bottom: var(--space-6);
    padding: var(--space-5);
    background: var(--gray-50);
    border-radius: var(--radius-xl);
    border: 1px solid var(--gray-100)
}

.btn-fleet-pro,
.btn-fleet-pro.premium::before {
    background: linear-gradient(135deg, #1a1a1a 0, #333 100%)
}

.footer-ta-rating,
.spec-item-pro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2)
}

.spec-item-pro i,
.trust-icon-fleet i {
    font-size: var(--text-2xl);
    color: var(--primary-yellow)
}

.spec-item-pro span {
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--gray-700);
    line-height: 1.4
}

.btn-fleet-pro {
    width: 100%;
    padding: var(--space-5);
    font-weight: 700;
    font-size: var(--text-lg);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15)
}

.btn-fleet-pro::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left .4s;
    z-index: 0
}

.btn-fleet-pro:hover::before {
    left: 0
}

.btn-fleet-pro i,
.btn-fleet-pro span {
    position: relative;
    z-index: 1
}

.btn-fleet-pro:hover {
    box-shadow: 0 15px 35px rgba(255, 193, 7, .4)
}

.fleet-trust-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: var(--space-6);
    padding: var(--space-10);
    background: var(--white);
    border-radius: var(--radius-2xl);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    margin-bottom: var(--space-12)
}

.trust-badge-fleet {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-3)
}

.trust-icon-fleet {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #fff3e0 0, #ffe082 100%);
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.trust-text-fleet {
    display: flex;
    flex-direction: column;
    gap: var(--space-1)
}

.trust-text-fleet strong {
    font-size: var(--text-base);
    font-weight: 700;
    color: var(--gray-900)
}

.fleet-cta-pro {
    padding: var(--space-10);
    background: linear-gradient(135deg, #f5f5f5 0, #fff 100%);
    border-radius: var(--radius-2xl);
    border: 2px dashed var(--gray-300)
}

.fleet-cta-pro p {
    font-size: var(--text-lg);
    color: var(--gray-700);
    margin-bottom: var(--space-5)
}

.btn-fleet-contact {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-5) var(--space-10);
    background: linear-gradient(135deg, #25d366 0, #128c7e 100%);
    font-weight: 700;
    font-size: var(--text-lg);
    border-radius: var(--radius-full);
    box-shadow: 0 8px 20px rgba(37, 211, 102, .3)
}

.btn-fleet-contact:hover {
    box-shadow: 0 12px 30px rgba(37, 211, 102, .4)
}

.btn-facebook-solo i,
.btn-fleet-contact i,
.stars {
    font-size: var(--text-2xl)
}

.reviews-section-below {
    padding: var(--space-16) 0 var(--space-24);
    background: var(--white)
}

.reviews-heading {
    font-size: var(--text-3xl);
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: var(--space-12)
}

.review-box h4,
.stars {
    margin-bottom: var(--space-3)
}

.reviews-grid-simple {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-6)
}

.review-box {
    background: var(--white);
    padding: var(--space-6);
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-2xl);
    transition: .3s
}

.review-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-color: #00aa6c
}

.review-box h4 {
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--gray-900)
}

.review-box p {
    color: var(--gray-700);
    line-height: 1.7;
    margin-bottom: var(--space-5)
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-3);
    background: var(--gray-50);
    border-radius: var(--radius-xl);
    margin-bottom: var(--space-4)
}

.reviewer-info img {
    width: 45px;
    height: 45px;
    border-radius: var(--radius-full);
    border: 2px solid #00aa6c
}

.reviewer-info strong {
    display: block;
    font-size: var(--text-base);
    font-weight: 700;
    color: var(--gray-900)
}

.form-group-modern label,
.ta-badge {
    font-weight: 600;
    font-size: var(--text-sm);
    align-items: center
}

.ta-badge {
    display: inline-flex;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-4);
    background: rgba(0, 170, 108, .1);
    color: #00aa6c;
    border-radius: var(--radius-full);
    transition: .3s
}

.ta-badge:hover {
    background: #00aa6c;
    color: var(--white)
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
    align-items: start
}

.booking-form-card,
.contact-info-card {
    background: var(--gray-100);
    padding: var(--space-8);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-lg)
}

.booking-form-modern {
    display: flex;
    flex-direction: column;
    gap: var(--space-5)
}

.form-row-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-5)
}

.footer-ta-rating,
.form-group-modern,
.hero-ta-info {
    display: flex;
    flex-direction: column;
    gap: var(--space-2)
}

.form-group-modern label {
    color: var(--gray-900);
    display: flex;
    gap: var(--space-2)
}

.form-group-modern input,
.form-group-modern select,
.form-group-modern textarea {
    padding: var(--space-4);
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-lg);
    font-family: inherit;
    font-size: var(--text-base);
    transition: var(--transition-base);
    background: var(--white)
}

.form-group-modern input:focus,
.form-group-modern select:focus,
.form-group-modern textarea:focus {
    outline: 0;
    border-color: var(--primary-yellow);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, .1)
}

.btn-submit-modern {
    padding: var(--space-5);
    background: var(--gradient-primary);
    color: var(--white);
    font-weight: 700;
    font-size: var(--text-lg);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    box-shadow: var(--shadow-lg)
}

.btn-submit-modern:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl)
}

.contact-info-card>p {
    color: var(--gray-600);
    margin-bottom: var(--space-6);
    line-height: 1.7
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    margin-bottom: var(--space-8)
}

.contact-method-item {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-4);
    background: var(--white);
    border-radius: var(--radius-xl)
}

.footer-social a,
.method-icon {
    align-items: center;
    border-radius: var(--radius-lg)
}

.contact-method-item:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-md)
}

.method-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    display: flex;
    justify-content: center;
    color: var(--white);
    font-size: var(--text-xl)
}

.method-text strong {
    display: block;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: var(--space-1)
}

.map-embed {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md)
}

.main-footer {
    background: var(--gray-900);
    color: var(--white);
    padding: var(--space-16) 0 var(--space-8)
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: var(--space-12);
    margin-bottom: var(--space-12)
}

.footer-about-col {
    max-width: 400px
}

.footer-tagline {
    color: var(--gray-400);
    line-height: 1.7;
    margin-bottom: var(--space-5)
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, .1);
    color: var(--white)
}

.footer-contact-col h4,
.footer-links-col h4 {
    color: var(--white);
    font-weight: 700;
    margin-bottom: var(--space-5);
    font-size: var(--text-lg)
}

.footer-links-col a {
    display: block;
    color: var(--gray-400);
    margin-bottom: var(--space-3)
}

.footer-links-col a:hover {
    color: var(--primary-yellow);
    padding-left: var(--space-2)
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    margin-bottom: var(--space-4);
    color: var(--gray-400)
}

.scroll-to-top,
.whatsapp-btn-float {
    color: var(--white);
    border-radius: var(--radius-full);
    display: flex
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--space-8);
    border-top: 1px solid rgba(255, 255, 255, .1);
    flex-wrap: wrap;
    gap: var(--space-4)
}

.footer-bottom p,
.footer-legal a {
    color: var(--gray-500);
    font-size: var(--text-sm)
}

.footer-legal {
    display: flex;
    gap: var(--space-6)
}

.whatsapp-float-modern {
    position: fixed;
    bottom: var(--space-8);
    right: var(--space-8);
    z-index: 9999
}

.whatsapp-btn-float {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #25d366 0, #128c7e 100%);
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: var(--shadow-2xl);
    animation: 2s infinite pulse-wa
}

@keyframes pulse-wa {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .7)
    }

    50% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
    }
}

.scroll-to-top {
    position: fixed;
    bottom: var(--space-8);
    left: var(--space-8);
    width: 50px;
    height: 50px;
    background: var(--gray-900);
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 999
}

.scroll-to-top.active {
    opacity: 1;
    visibility: visible
}

.scroll-to-top:hover {
    transform: translateY(-5px)
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate-on-scroll {
    animation: .8s ease-out forwards fadeInUp
}

@media (max-width:1024px) {

    .fleet-grid-pro,
    .fleet-trust-bar {
        grid-template-columns: repeat(2, 1fr)
    }

    .fleet-grid-pro {
        gap: var(--space-8)
    }

    .about-grid,
    .contact-wrapper {
        grid-template-columns: 1fr
    }

    .footer-main {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:768px) {
    .why-choose-pro {
        padding: 60px 0
    }

    .heading-pro {
        font-size: 32px
    }

    .subtitle-pro {
        font-size: 16px
    }

    .benefits-grid-pro {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .card-image-wrap {
        height: 180px
    }

    .card-icon-pro {
        width: 56px;
        height: 56px;
        font-size: 22px;
        top: 145px
    }

    .card-body-pro {
        padding: 40px 20px 24px
    }

    .fleet-grid-pro {
        grid-template-columns: 1fr;
        gap: var(--space-6)
    }

    .fleet-image-pro {
        height: 220px
    }

    .featured-ribbon {
        font-size: 10px;
        padding: var(--space-1) var(--space-8)
    }

    .fleet-specs-pro {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--space-2);
        padding: var(--space-4)
    }

    .spec-item-pro i {
        font-size: var(--text-xl)
    }

    .fleet-trust-bar {
        grid-template-columns: 1fr;
        gap: var(--space-4);
        padding: var(--space-6)
    }

    .btn-fleet-contact {
        width: 100%;
        justify-content: center
    }

    .benefits-grid,
    .fleet-showcase,
    .footer-main,
    .form-row-modern,
    .reviews-grid-simple,
    .services-grid-modern,
    .tours-grid-premium {
        grid-template-columns: 1fr
    }

    .top-bar {
        display: none
    }

    .nav-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        align-items: flex-start;
        padding: var(--space-20) var(--space-6);
        box-shadow: var(--shadow-2xl);
        transition: left .3s;
        gap: 0;
        z-index: 9999
    }

    .nav-menu.active {
        left: 0
    }

    .nav-item {
        width: 100%;
        padding: var(--space-4) 0;
        border-bottom: 1px solid var(--gray-200)
    }

    .mobile-menu-btn {
        display: flex
    }

    .mobile-menu-btn.active span:first-child {
        transform: rotate(45deg) translate(7px, 7px)
    }

    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0
    }

    .mobile-menu-btn.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px)
    }

    .hero-main-title {
        font-size: clamp(2rem, 8vw, 3rem)
    }

    .hero-description {
        font-size: var(--text-base)
    }

    .hero-features-row {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center
    }

    .whatsapp-float-modern {
        bottom: var(--space-6);
        right: var(--space-6)
    }

    .slider-indicators {
        bottom: 20px;
        gap: 8px
    }

    .indicator {
        width: 8px;
        height: 8px
    }

    .indicator.active {
        width: 24px
    }

    .video-wrapper {
        border-radius: var(--radius-xl)
    }
}

.yt-play,
.yt-play::before {
    top: 50%;
    position: absolute
}

@media print {
    .why-choose-pro {
        background: #fff
    }

    .benefit-card-pro {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #e0e0e0
    }

    .main-nav,
    .scroll-to-top,
    .top-bar,
    .whatsapp-float-modern {
        display: none !important
    }
}

.yt-player {
    max-width: 900px;
    margin: auto;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000
}

.yt-player img {
    width: 100%;
    display: block
}

.yt-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, .7))
}

.yt-play {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 60px;
    background: red;
    border-radius: 16px
}

.ta-award-badge,
.ta-rating-badge {
    width: 120px;
    height: 120px;
    display: flex
}

.yt-play::before {
    content: "";
    left: 50%;
    transform: translate(-35%, -50%);
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent
}

.yt-player:hover .yt-play {
    filter: brightness(1.1)
}

.hero-tripadvisor-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-4) var(--space-6);
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-xl);
    margin-bottom: var(--space-6);
    box-shadow: var(--shadow-lg)
}

#lightboxImage,
.gallery-item,
.ta-award-badge,
.ta-rating-badge,
.ta-trust-item {
    border-radius: var(--radius-2xl)
}

.ta-stars-inline {
    display: flex;
    gap: var(--space-1);
    color: #00aa6c;
    font-size: var(--text-lg)
}

.ta-text {
    color: var(--gray-900);
    font-weight: 700;
    font-size: var(--text-sm)
}

.tripadvisor-trust-section {
    padding: var(--space-24) 0;
    background: linear-gradient(135deg, #fafafa 0, #fff 100%);
    border-top: 1px solid var(--gray-200);
    border-bottom: 1px solid var(--gray-200)
}

.ta-trust-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--space-8);
    margin-bottom: var(--space-12)
}

.ta-trust-item {
    padding: var(--space-8);
    background: var(--white);
    box-shadow: var(--shadow-md);
    transition: var(--transition-base)
}

.ta-trust-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl)
}

.ta-badge-container img {
    width: 150px;
    height: auto;
    margin: 0 auto
}

.ta-rating-badge {
    margin: 0 auto var(--space-5);
    background: linear-gradient(135deg, #00aa6c 0, #34e0a1 100%);
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ta-stars-large,
.ta-trust-item h3 {
    font-size: var(--text-xl);
    margin-bottom: var(--space-2)
}

.ta-stars-large {
    display: flex;
    gap: var(--space-1);
    color: gold
}

.btn-ta-reviews,
.footer-ta-badge {
    gap: var(--space-3);
    transition: var(--transition-base)
}

.ta-score-big {
    font-size: var(--text-4xl);
    font-weight: 900;
    color: var(--white);
    line-height: 1
}

.ta-award-badge {
    margin: 0 auto var(--space-5);
    background: var(--gradient-primary);
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: var(--white)
}

.ta-award-badge.recommended {
    background: linear-gradient(135deg, #4caf50 0, #66bb6a 100%)
}

.ta-trust-item h3 {
    font-weight: 700;
    color: var(--gray-900)
}

.btn-ta-reviews {
    display: inline-flex;
    align-items: center;
    padding: var(--space-5) var(--space-8);
    background: #00aa6c;
    color: var(--white);
    font-weight: 700;
    font-size: var(--text-lg);
    border-radius: var(--radius-full)
}

.btn-ta-reviews:hover {
    background: #008f5a;
    box-shadow: var(--shadow-xl)
}

.footer-tripadvisor {
    padding: var(--space-6) 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin: var(--space-6) 0
}

.footer-ta-badge {
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer-stars,
.footer-ta-stars {
    display: flex;
    gap: var(--space-1);
    color: gold;
    font-size: var(--text-lg)
}

.footer-ta-rating span,
.footer-ta-text {
    color: var(--gray-400);
    font-size: var(--text-sm);
    font-weight: 600
}

.tripadvisor-top-badge {
    display: flex;
    align-items: center;
    padding: var(--space-2) var(--space-4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius-md);
    transition: all var(--transition-base);
    background: rgba(255, 255, 255, .95) !important;
    padding: 6px 12px !important;
    border-radius: 8px !important
}

.btn-ta-simple,
.footer-tripadvisor-badge img,
.gallery-item,
.gallery-overlay,
.lightbox-close,
.logo-container,
.tripadvisor-top-badge img {
    transition: var(--transition-base)
}

.tripadvisor-top-badge:hover {
    border-color: rgba(255, 255, 255, .4);
    box-shadow: 0 4px 12px rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .2);
    transform: translateY(-2px)
}

.tripadvisor-top-badge img {
    filter: brightness(1.2) contrast(1.1);
    height: 24px;
    width: auto
}

.tripadvisor-top-badge:hover img {
    filter: brightness(1.3) contrast(1.2)
}

.tripadvisor-badge-section {
    padding: var(--space-20) 0;
    background: linear-gradient(135deg, #f5f5f5 0, #fff 100%);
    border-top: 1px solid var(--gray-200)
}

.tripadvisor-simple-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-12);
    padding: var(--space-10);
    background: var(--white);
    border-radius: var(--radius-3xl);
    box-shadow: var(--shadow-xl);
    max-width: 900px;
    margin: 0 auto
}

.tripadvisor-logo-large {
    flex-shrink: 0
}

.tripadvisor-logo-large img {
    width: 250px;
    height: auto
}

.tripadvisor-info {
    display: flex;
    flex-direction: column;
    gap: var(--space-4)
}

.btn-ta-simple,
.logo-container {
    align-items: center
}

.ta-rating i {
    color: #00aa6c;
    font-size: var(--text-2xl)
}

.logo-text h1,
.ta-score {
    font-weight: 900;
    color: var(--gray-900)
}

.ta-score {
    font-size: var(--text-3xl);
    margin-left: var(--space-2)
}

.ta-reviews-text {
    font-size: var(--text-lg);
    color: var(--gray-700);
    font-weight: 600;
    margin: 0
}

.btn-ta-simple {
    display: inline-flex;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    background: #00aa6c;
    color: var(--white);
    font-weight: 700;
    border-radius: var(--radius-full);
    font-size: var(--text-base);
    width: fit-content
}

.btn-ta-simple:hover {
    background: #008f5a;
    transform: translateX(5px)
}

.footer-tripadvisor-badge {
    padding: var(--space-6) 0;
    margin: var(--space-6) 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.faq-item.active,
.faq-item:hover {
    border-color: var(--primary-yellow)
}

.footer-tripadvisor-badge a {
    display: block;
    margin-bottom: var(--space-4)
}

.footer-tripadvisor-badge img {
    width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: .9
}

.footer-tripadvisor-badge a:hover img {
    opacity: 1;
    transform: translateY(-2px)
}

.footer-logo-image,
.logo-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: var(--radius-lg)
}

.founder-photo-frame:hover img,
.logo-container:hover {
    transform: scale(1.05)
}

.logo-text h1 {
    font-size: var(--text-2xl);
    line-height: 1;
    letter-spacing: -.5px
}

.logo-text span {
    font-size: var(--text-xs);
    color: var(--gray-600);
    font-weight: 600;
    letter-spacing: 1px
}

.footer-logo {
    align-items: center;
    margin-bottom: var(--space-4)
}

.footer-logo h3 {
    font-size: var(--text-2xl);
    font-weight: 900;
    color: var(--white)
}

.footer-logo span {
    font-size: var(--text-xs);
    color: var(--gray-500)
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
    margin-bottom: var(--space-10)
}

.gallery-item {
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md)
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-2xl)
}

.gallery-image-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden
}

.gallery-item:hover .gallery-image-wrapper img {
    transform: scale(1.15)
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: var(--space-6);
    opacity: 0
}

.gallery-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--space-2)
}

.btn-gallery-more,
.btn-gallery-view {
    align-items: center;
    color: var(--white);
    border-radius: var(--radius-full);
    transition: var(--transition-base)
}

.gallery-content h3 {
    color: var(--white);
    font-size: var(--text-xl);
    font-weight: 700;
    margin: 0
}

.gallery-content p {
    color: rgba(255, 255, 255, .9);
    font-size: var(--text-sm);
    margin: 0
}

.btn-gallery-view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    display: flex;
    justify-content: center;
    font-size: var(--text-2xl);
    cursor: pointer;
    z-index: 2
}

.gallery-item:hover .btn-gallery-view {
    transform: translate(-50%, -50%) scale(1)
}

.btn-gallery-view:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: var(--shadow-xl)
}

.btn-gallery-more {
    display: inline-flex;
    gap: var(--space-3);
    padding: var(--space-5) var(--space-8);
    background: linear-gradient(135deg, #e1306c 0, #fd1d1d 100%);
    font-weight: 700;
    font-size: var(--text-lg);
    box-shadow: var(--shadow-lg)
}

.btn-faq-contact:hover,
.btn-gallery-more:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl)
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: var(--space-10)
}

.lightbox-caption,
.lightbox-close {
    position: absolute;
    color: var(--gray-900)
}

.gallery-lightbox.active {
    display: flex
}

.lightbox-close {
    top: var(--space-8);
    right: var(--space-8);
    width: 50px;
    height: 50px;
    background: var(--white);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-2xl);
    cursor: pointer;
    z-index: 10001
}

.btn-facebook-solo,
.btn-faq-contact {
    color: var(--white);
    display: inline-flex
}

.btn-facebook-solo,
.lightbox-caption {
    font-weight: 700;
    font-size: var(--text-lg);
    border-radius: var(--radius-full)
}

.lightbox-close:hover {
    background: var(--primary-yellow);
    transform: rotate(90deg)
}

#lightboxImage {
    max-width: 90%;
    max-height: 80vh;
    box-shadow: var(--shadow-2xl)
}

.lightbox-caption {
    bottom: var(--space-8);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .95);
    padding: var(--space-4) var(--space-8)
}

.btn-facebook-solo {
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-4) var(--space-10);
    background: linear-gradient(135deg, #1877f2 0, #0c63d4 100%);
    transition: .3s;
    box-shadow: 0 8px 20px rgba(24, 119, 242, .3)
}

.btn-facebook-solo:hover {
    background: linear-gradient(135deg, #0c63d4 0, #0a4fb5 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(24, 119, 242, .4)
}

.kenburns-section {
    padding: var(--space-20) 0;
    background: var(--white)
}

.kenburns-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 600px;
    border-radius: var(--radius-3xl);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2)
}

.kb-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 2s
}

.kb-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: 10s ease-in-out infinite alternate kenburnsZoom
}

@keyframes kenburnsZoom {
    0% {
        transform: scale(1) translate(0, 0)
    }

    100% {
        transform: scale(1.15) translate(-2%, -2%)
    }
}

.kb-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--space-8);
    background: linear-gradient(to top, rgba(0, 0, 0, .9) 0, transparent 100%);
    color: var(--white);
    animation: 1.5s fadeInUp
}

.kb-caption h3 {
    font-size: var(--text-4xl);
    font-weight: 900;
    margin-bottom: var(--space-2);
    text-shadow: 0 4px 20px rgba(0, 0, 0, .5)
}

.kb-caption p {
    font-size: var(--text-xl);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .5)
}

@media (max-width:1024px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    flex-direction: column
}

.section-heading,
.section-label {
    margin-bottom: 16px;
    font-family: Poppins, sans-serif
}

.faq-item {
    background: var(--white);
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-xl);
    overflow: hidden
}

.faq-item:hover {
    box-shadow: var(--shadow-md)
}

.faq-question {
    width: 100%;
    padding: var(--space-6);
    justify-content: space-between;
    align-items: center;
    background: 0 0;
    border: none;
    cursor: pointer;
    text-align: left
}

.faq-cta,
.faq-item.active .faq-question {
    background: linear-gradient(135deg, #fff9e6 0, #fff 100%)
}

.faq-question:hover {
    background: var(--gray-50)
}

.faq-question h3 {
    font-size: var(--text-lg);
    font-weight: 600;
    color: var(--gray-900);
    line-height: 1.4;
    margin: 0;
    flex: 1
}

.faq-question i {
    font-size: var(--text-xl);
    color: var(--primary-yellow);
    transition: transform var(--transition-base);
    flex-shrink: 0
}

.faq-item.active .faq-question i {
    transform: rotate(180deg)
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s, padding .4s
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 var(--space-6) var(--space-6) var(--space-6)
}

.faq-answer p {
    color: var(--gray-700);
    line-height: 1.8;
    font-size: var(--text-base);
    margin: 0
}

.faq-cta {
    text-align: center;
    margin-top: var(--space-12);
    padding: var(--space-8);
    border-radius: var(--radius-2xl);
    border: 2px solid var(--primary-yellow)
}

.faq-cta p {
    font-size: var(--text-xl);
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: var(--space-4)
}

.btn-faq-contact {
    padding: var(--space-4) var(--space-8);
    background: linear-gradient(135deg, #25d366 0, #128c7e 100%);
    font-weight: 700;
    font-size: var(--text-lg);
    border-radius: var(--radius-full);
    align-items: center;
    gap: var(--space-3);
    box-shadow: var(--shadow-lg);
    border: none;
    cursor: pointer;
    transition: var(--transition-base)
}

.founders-message-simple {
    padding: 100px 0;
    background: linear-gradient(180deg, #fff 0, #f8f9fa 100%)
}

.section-label {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px
}

.section-heading {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2
}

.section-description {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    font-family: Inter, sans-serif
}

.btn-read-more-simple,
.founder-name-plate h3,
.founder-name-plate p,
.message-title {
    font-family: Poppins, sans-serif
}

.founders-content-grid {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: start
}

.message-content,
.message-title {
    margin-bottom: 30px
}

.founder-photo-col {
    position: relative
}

.founder-photo-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
    border: 5px solid #ffc107
}

.founder-photo-frame img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .5s
}

.hero-slide img,
.hero-slider {
    height: 100%;
    width: 100%
}

.founder-name-plate {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 18px 36px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    border: 2px solid #ffc107;
    width: 88%
}

.founder-name-plate h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px
}

.founder-name-plate p {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin: 0
}

.founder-message-col {
    padding-top: 20px
}

.message-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2
}

.message-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    text-align: justify
}

.message-intro {
    font-size: 17px
}

.highlight-gold {
    color: #f57c00;
    font-weight: 700
}

.message-mission {
    font-size: 16px
}

.btn-read-more-simple {
    display: inline-block;
    padding: 14px 40px;
    background: #1a1a1a;
    border: 2px solid #1a1a1a;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15)
}

.btn-read-more-simple:hover {
    background: #ffc107;
    color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 193, 7, .3);
    border-color: #ffc107
}

@media (max-width:1200px) {
    .founders-content-grid {
        grid-template-columns: 380px 1fr;
        gap: 40px
    }

    .message-title {
        font-size: 32px
    }
}

@media (max-width:992px) {
    .founders-content-grid {
        grid-template-columns: 1fr;
        gap: 80px
    }

    .founder-photo-frame {
        max-width: 500px;
        margin: 0 auto
    }
}

@media (max-width:768px) {
    .hero-tripadvisor-badge {
        flex-direction: column;
        text-align: center;
        padding: var(--space-4)
    }

    .ta-trust-wrapper {
        grid-template-columns: 1fr
    }

    .ta-badge-container img {
        width: 120px
    }

    .tripadvisor-top-badge {
        padding: var(--space-1) var(--space-2)
    }

    .tripadvisor-top-badge img {
        height: 20px
    }

    .tripadvisor-simple-box {
        flex-direction: column;
        text-align: center;
        padding: var(--space-6);
        gap: var(--space-6)
    }

    .tripadvisor-logo-large img {
        width: 200px
    }

    .btn-facebook-solo,
    .btn-ta-simple {
        width: 100%;
        justify-content: center
    }

    .footer-tripadvisor-badge img {
        width: 150px
    }

    .footer-logo-image,
    .logo-image {
        width: 40px;
        height: 40px
    }

    .logo-text h1 {
        font-size: var(--text-xl)
    }

    .kenburns-slider {
        height: 500px
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: var(--space-4)
    }

    .gallery-image-wrapper {
        height: 300px
    }

    .gallery-overlay {
        opacity: 1;
        background: linear-gradient(to top, rgba(0, 0, 0, .7) 0, transparent 50%)
    }

    .btn-gallery-view {
        transform: translate(-50%, -50%) scale(1)
    }

    #lightboxImage {
        max-width: 95%
    }

    .lightbox-caption {
        font-size: var(--text-base);
        padding: var(--space-3) var(--space-6)
    }

    .faq-question {
        padding: var(--space-4)
    }

    .faq-question h3 {
        font-size: var(--text-base)
    }

    .faq-item.active .faq-answer {
        padding: 0 var(--space-4) var(--space-4) var(--space-4)
    }

    .faq-cta {
        padding: var(--space-6)
    }

    .faq-cta p {
        font-size: var(--text-lg)
    }

    .founders-message-simple {
        padding: 60px 0
    }

    .section-heading {
        font-size: 32px
    }

    .founder-name-plate h3,
    .section-description {
        font-size: 16px
    }

    .message-title {
        font-size: 28px
    }

    .message-content p {
        font-size: 15px;
        text-align: left
    }

    .founder-name-plate {
        bottom: -25px;
        padding: 14px 24px;
        width: 90%
    }

    .founder-name-plate p {
        font-size: 13px
    }

    .btn-read-more-simple {
        padding: 12px 32px;
        font-size: 14px
    }
}

@media (max-width:480px) {

    .heading-pro,
    .section-heading {
        font-size: 28px
    }

    .label-pro {
        font-size: 11px;
        padding: 6px 16px
    }

    .card-body-pro h3 {
        font-size: 20px
    }

    .card-body-pro p,
    .message-content p {
        font-size: 14px
    }

    .fleet-header-pro {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-2)
    }

    .fleet-image-pro {
        height: 200px
    }

    .container-fluid {
        padding: 0 var(--space-4)
    }

    .hero-cta-group {
        flex-direction: column;
        width: 100%
    }

    .btn-gallery-more,
    .btn-hero-primary,
    .btn-hero-secondary,
    .btn-ta-reviews {
        width: 100%;
        justify-content: center
    }

    .trust-items {
        grid-template-columns: 1fr 1fr
    }

    .testimonials-slider {
        grid-template-columns: 1fr
    }

    .hero-tripadvisor-badge img {
        height: 40px
    }

    .tripadvisor-logo-large img {
        width: 180px
    }

    .ta-rating i {
        font-size: var(--text-lg)
    }

    .ta-score {
        font-size: var(--text-2xl)
    }

    .gallery-image-wrapper {
        height: 250px
    }

    .section-label {
        font-size: 11px;
        padding: 6px 18px
    }

    .message-title {
        font-size: 24px
    }

    .founder-photo-frame {
        border-width: 4px
    }
}

.hero {
    position: relative;
    width: 100%
}

.hero-slide,
.hero-slider,
.hero::after {
    position: absolute;
    inset: 0
}

.btn-service,
.hero-content {
    position: relative;
    z-index: 5
}

.hero-slide {
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.hero-slide.active {
    opacity: 1;
    z-index: 2
}

.hero-slide img {
    object-fit: cover;
    object-position: center
}

.hero::after {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .45));
    z-index: 3
}

.hero-content {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center
}

.hero-text h1 {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    line-height: 1.2;
    font-weight: 800
}

.hero-text p {
    color: #f1f1f1;
    max-width: 600px;
    margin-top: 15px;
    font-size: clamp(1rem, 2.5vw, 1.2rem)
}

.hero-btn {
    margin-top: 25px;
    display: inline-block;
    padding: 14px 28px;
    background: #ffb300;
    color: #000;
    font-weight: 700;
    border-radius: 50px;
    transition: .3s
}

@media (max-width:768px) {
    .hero {
        min-height: 90vh
    }

    .hero-content {
        align-items: flex-end;
        padding-bottom: 80px
    }

    .hero-text {
        text-align: left
    }

    .hero-text h1 {
        font-size: 2rem
    }

    .hero-text p {
        font-size: 1rem
    }

    .hero-btn {
        width: 100%;
        text-align: center
    }
}

.btn-service {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    cursor: pointer
}