/* GenZ Tours - Modern Minimal Greenery Theme */

:root {
    --green-primary: #1e8f44;
    --green-dark: #16753a;
    --green-light: #6fe08b;
    --green-soft: #e6f9ed;
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --bg-light: #f3f5f9;
    --white: #ffffff;
    --ios-surface: rgba(255, 255, 255, 0.7);
    --ios-surface-strong: rgba(255, 255, 255, 0.9);
    --ios-border: rgba(255, 255, 255, 0.45);
    --ios-shadow: 0 14px 40px rgba(15, 23, 42, 0.16);
    --ios-shadow-soft: 0 8px 24px rgba(15, 23, 42, 0.08);
    --ios-highlight: rgba(255, 255, 255, 0.6);
    --ios-glass-blur: blur(22px) saturate(160%);
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* Account for fixed navbar */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

body {
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: 60px; /* Account for smaller navbar on mobile */
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* Skip to main content link */
.visually-hidden-focusable:focus {
    position: absolute;
    z-index: 10000;
    padding: 0.5rem 1rem;
    background: var(--green-primary);
    color: var(--white);
    text-decoration: none;
    border-radius: 4px;
}

/* Body - Modern Typography */
body {
    font-family: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    padding-top: 80px;
    color: var(--text-dark);
    line-height: 1.75;
    background: radial-gradient(circle at 20% 10%, #ffffff 0%, #f7f9fc 45%, #eef2f8 100%);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden; /* Prevent horizontal scroll */
    width: 100%;
    max-width: 100%;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.18) 1px, transparent 0),
        radial-gradient(circle at 0 0, rgba(0, 0, 0, 0.1) 1px, transparent 0);
    background-size: 4px 4px, 5px 5px;
    opacity: 0.18;
    pointer-events: none;
    mix-blend-mode: soft-light;
    z-index: 0;
}

/* Prevent horizontal overflow */
html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

/* Paragraph and Text Alignment */
p {
    font-family: 'Inter', sans-serif;
    text-align: left;
    word-spacing: 0.05em;
    letter-spacing: -0.01em;
    hyphens: auto;
    text-align-last: left;
    line-height: 1.75;
}

/* Override for centered paragraphs */
.text-center p,
.hero-section p,
.hero-content p {
    text-align: center !important;
    text-align-last: center !important;
}

/* Text Utility Classes */
.lead {
    font-family: 'Inter', sans-serif;
    text-align: center !important;
    letter-spacing: -0.01em;
    word-spacing: 0.05em;
    line-height: 1.7;
    text-align-last: center !important;
}

.text-muted {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.01em;
    word-spacing: 0.05em;
}

/* Center text when inside text-center container */
.text-center {
    text-align: center !important;
}

.text-center p,
.text-center .text-muted,
.text-center .lead,
.text-center .small,
.text-center span {
    text-align: center !important;
}

/* Section intro paragraphs should be centered */
section > .container > .text-center p,
section > .container > .text-center .text-muted,
section > .container > .text-center .small {
    text-align: center !important;
}

.small {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.01em;
    word-spacing: 0.05em;
}

/* Headings - Modern Font */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

/* Centered Layout with More Side Space */
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    padding-right: 4rem;
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 992px) {
    .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* Override body padding for hero section */
body > section.hero-section {
    margin-top: -80px !important;
}

/* Navigation - Minimal & Clean */
.navbar {
    background-color: var(--white) !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: var(--ios-shadow);
    transition: all 0.3s ease;
    padding: 1rem 0;
    margin: 0;
    position: fixed;
    top: 12px;
    left: 50%;
    right: auto;
    z-index: 1000;
    width: min(1200px, calc(100% - 48px));
    transform: translateX(-50%);
    border-radius: 18px;
    border: 1px solid var(--ios-border);
}

.navbar-brand {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark) !important;
    letter-spacing: -0.02em;
}

.navbar-logo {
    height: 36px;
    width: auto;
    display: block;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: var(--text-dark) !important;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem !important;
    font-size: 0.95rem;
    letter-spacing: -0.01em;
    min-height: 44px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .navbar {
        padding: 0.5rem 0;
        min-height: 60px;
        top: max(8px, env(safe-area-inset-top));
        left: 12px;
        right: 12px;
        width: calc(100% - 24px);
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        border-radius: 18px;
    }
    
    .navbar-brand {
        font-size: 1rem;
    }

    .navbar-logo {
        height: 28px;
    }
    
    .navbar-toggler {
        border: none;
        padding: 0.4rem;
        min-width: 40px;
        min-height: 40px;
    }
    
    .navbar-collapse {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .nav-link {
        padding: 0.75rem 1rem !important;
        font-size: 0.95rem;
    }
}

/* Mobile app-like layout */
@media (max-width: 768px) {
    body {
        background-color: #f1f5f9;
        padding-top: 84px;
    }

    .navbar {
        left: 12px;
        right: 12px;
        top: max(8px, env(safe-area-inset-top));
        width: calc(100% - 24px);
        border-radius: 18px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }

    main {
        background-color: var(--white);
        border-radius: 0;
        margin: 0;
        box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
        overflow: visible;
    }

    .hero-section {
        margin-top: -84px;
        padding-top: 84px;
        border-radius: 0;
        overflow: hidden;
    }
}

.nav-link:hover {
    color: var(--green-primary) !important;
}

.nav-link.active {
    color: var(--green-primary) !important;
}

/* Letter Spacing Utility */
.letter-spacing {
    letter-spacing: 2px;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    margin-top: -80px;
    padding-top: 80px;
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.35), rgba(15, 23, 42, 0.15) 40%, rgba(15, 23, 42, 0.05));
    pointer-events: none;
    z-index: 1;
}

#heroCarousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#heroCarousel .carousel-inner {
    height: 100%;
}

#heroCarousel .carousel-item {
    height: 100%;
}

.hero-slide {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: sepia(25%) contrast(1.15) brightness(0.88) saturate(0.9);
    animation: zoomIn 20s ease-in-out infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 120vh !important;
        height: 120vh !important;
    }
    
    .hero-slide {
        height: 120vh !important;
        min-height: 120vh !important;
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }
    
    #heroCarousel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120vh !important;
        min-height: 120vh !important;
    }
    
    #heroCarousel .carousel-inner {
        height: 120vh !important;
        min-height: 120vh !important;
    }
    
    #heroCarousel .carousel-item {
        height: 120vh !important;
        min-height: 120vh !important;
    }
}

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

#heroCarousel .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1.5s;
}

#heroCarousel .carousel-fade .carousel-item.active,
#heroCarousel .carousel-fade .carousel-item-next.carousel-item-start,
#heroCarousel .carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

#heroCarousel .carousel-fade .active.carousel-item-start,
#heroCarousel .carousel-fade .active.carousel-item-end {
    opacity: 0;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    backdrop-filter: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-top: 100px; /* Reduced distance from header */
}

.hero-content .row {
    margin-top: 1rem; /* Reduced spacing from top */
}

.hero-content .mb-3:first-child {
    margin-top: 0.75rem; /* Reduced spacing for badge container */
}

@media (max-width: 768px) {
    .hero-content {
        padding: 1rem;
        padding-top: 60px; /* Reduced distance from header on mobile */
        min-height: 120vh !important;
        height: 120vh !important;
    }
    
    .hero-content .container {
        width: 100%;
        max-width: 100%;
    }
    
    .hero-content .row {
        margin: 0;
        margin-top: 0.75rem; /* Reduced spacing on mobile */
        width: 100%;
    }
    
    .hero-content .col-lg-8 {
        width: 100%;
        max-width: 100%;
    }
    
    .hero-content .mb-3:first-child {
        margin-top: 0.5rem; /* Reduced spacing for badge container on mobile */
    }
}

@media (max-width: 576px) {
    .hero-content {
        padding-top: 50px; /* Reduced distance from header on small mobile */
        min-height: 120vh !important;
        height: 120vh !important;
    }
    
    .hero-content .row {
        margin-top: 0.5rem; /* Reduced spacing on small mobile */
    }
    
    .hero-content .mb-3:first-child {
        margin-top: 0.5rem; /* Reduced spacing for badge container on small mobile */
    }
}

.hero-badge {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 10;
    width: auto !important;
    max-width: fit-content !important;
    min-width: auto !important;
    flex: 0 0 auto !important;
    box-sizing: content-box !important;
    background: var(--ios-surface) !important;
    color: var(--text-dark) !important;
    border: 1px solid var(--ios-border);
    box-shadow: var(--ios-shadow-soft);
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
}

@media (max-width: 768px) {
    .hero-badge {
        font-size: 0.9rem !important;
        padding: 0.6rem 1.2rem !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 10 !important;
        margin-bottom: 1rem !important;
        width: auto !important;
        max-width: fit-content !important;
        min-width: auto !important;
        flex: 0 0 auto !important;
        white-space: nowrap;
        box-sizing: content-box !important;
    }
    
    .hero-content .mb-3 {
        margin-bottom: 1rem !important;
        display: block !important;
        visibility: visible !important;
        text-align: center !important;
        width: 100%;
    }
    
    .hero-content .mb-3:first-child {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        flex-wrap: nowrap;
    }
    
    .hero-content .mb-3:first-child .hero-badge {
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
    }
}

@media (max-width: 576px) {
    .hero-badge {
        font-size: 0.8rem !important;
        padding: 0.5rem 1rem !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        white-space: nowrap;
        width: auto !important;
        max-width: fit-content !important;
        min-width: auto !important;
        flex: 0 0 auto !important;
        box-sizing: content-box !important;
    }
}

.hero-content .container {
    text-align: center !important;
}

.hero-content .container p,
.hero-content .container .lead,
.hero-content .container p.lead,
.hero-content .row p,
.hero-content .row .lead,
.hero-content .row p.lead,
.hero-content .col-lg-8 p,
.hero-content .col-lg-8 .lead,
.hero-content .col-lg-8 p.lead {
    text-align: center !important;
    text-align-last: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hero-section h1 {
    font-family: 'Poppins', 'Inter', sans-serif;
    color: var(--white);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

/* Typing Animation */
.typing-animation {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.typing-text {
    font-family: 'Poppins', 'Inter', sans-serif;
    color: var(--white);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.typing-cursor {
    display: inline-block;
    width: 3px;
    height: 1.5rem;
    background: var(--green-primary);
    animation: blink 1s infinite;
    margin-left: 2px;
    vertical-align: middle;
}

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}

.hero-section p,
.hero-content p,
.hero-section .lead,
.hero-content .lead,
.text-center .lead,
.hero-section p.lead,
.hero-content p.lead {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.6;
    text-align: center !important;
    text-align-last: center !important;
    word-spacing: 0.05em;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    width: 100%;
}


/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 1s ease-out;
}

.animate-fade-in-delay {
    animation: fadeIn 1s ease-out 0.3s both;
}

.animate-fade-in-delay-2 {
    animation: fadeIn 1s ease-out 0.6s both;
}

/* Section Headings - Minimal Style */
section h2 {
    font-family: 'Poppins', 'Inter', sans-serif;
    color: var(--text-dark);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
    text-align: center;
}

section .text-success {
    font-family: 'Poppins', 'Inter', sans-serif;
    color: var(--green-primary) !important;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* Image Wrapper */
.image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.image-wrapper img {
    transition: transform 0.5s ease;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

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

/* About Section - Enhanced Design */
#about {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--white) 0%, var(--bg-light) 100%);
}

#about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--green-primary), transparent);
}

.about-intro-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.35rem;
    line-height: 1.9;
    letter-spacing: -0.015em;
    word-spacing: 0.06em;
    max-width: 800px;
    color: var(--text-dark);
    font-weight: 400;
    text-shadow: none !important;
    margin: 0 auto;
    text-align: center;
    opacity: 0.95;
}

@media (max-width: 992px) {
    .about-intro-text {
        font-size: 1.25rem;
        line-height: 1.85;
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .about-intro-text {
        font-size: 1.05rem;
        line-height: 1.75;
        max-width: 100%;
        padding: 0;
        text-align: center;
        text-align-last: center;
        letter-spacing: 0;
        word-spacing: normal;
        hyphens: none;
    }
}

.about-simple-content {
    position: relative;
    padding: 0;
    text-align: center;
}

.about-simple-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    line-height: 2;
    color: var(--text-muted);
    letter-spacing: -0.01em;
    word-spacing: 0.05em;
    text-align: center;
    text-align-last: center;
    font-weight: 400;
    margin: 0;
    max-width: 100%;
}

.about-simple-text strong {
    font-weight: 600;
    color: var(--text-dark);
}

@media (max-width: 992px) {
    .about-simple-text {
        font-size: 1.15rem;
        line-height: 1.95;
    }
}

@media (max-width: 768px) {
    .about-simple-text {
        font-size: 1.05rem;
        line-height: 1.8;
        letter-spacing: 0;
        word-spacing: normal;
        color: #1f2937;
        hyphens: none;
    }
    
    .about-simple-content {
        text-align: center;
        background: #ffffff;
        padding: 1rem 1.25rem;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    }
}

@media (max-width: 576px) {
    .about-intro-text {
        font-size: 1rem;
        line-height: 1.7;
    }

    .about-simple-text {
        font-size: 1rem;
        line-height: 1.75;
    }

    .about-simple-content {
        padding: 0.875rem 1rem;
    }
}

/* Feature Highlight Cards - Enhanced */
.feature-highlight-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.feature-highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--green-primary), var(--green-light));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.feature-highlight-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(34, 197, 94, 0.05), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.feature-highlight-card:hover::before {
    transform: scaleX(1);
}

.feature-highlight-card:hover::after {
    opacity: 1;
}

.feature-highlight-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 50px rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.3);
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.12) 0%, rgba(34, 197, 94, 0.08) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.feature-icon-wrapper::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-primary), var(--green-light));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    filter: blur(8px);
}

.feature-icon-wrapper i {
    font-size: 2.25rem;
    color: var(--green-primary);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-highlight-card:hover .feature-icon-wrapper {
    transform: scale(1.15) rotate(5deg);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.15) 100%);
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
}

.feature-highlight-card:hover .feature-icon-wrapper::after {
    opacity: 0.4;
}

.feature-highlight-card:hover .feature-icon-wrapper i {
    transform: scale(1.1);
    color: var(--green-dark);
}

.feature-highlight-card h5 {
    font-family: 'Poppins', 'Inter', sans-serif;
    color: var(--text-dark);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.feature-highlight-card p {
    font-family: 'Inter', sans-serif;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
    letter-spacing: -0.01em;
    word-spacing: 0.05em;
}

@media (max-width: 992px) {
    .feature-highlight-card {
        padding: 2rem 1.75rem;
    }
    
    .feature-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .feature-icon-wrapper i {
        font-size: 2rem;
    }
    
    .feature-highlight-card h5 {
        font-size: 1.15rem;
    }
}

@media (max-width: 768px) {
    .feature-highlight-card {
        padding: 2rem 1.5rem;
    }
    
    .feature-icon-wrapper {
        width: 65px;
        height: 65px;
    }
    
    .feature-icon-wrapper i {
        font-size: 1.85rem;
    }
    
    .feature-highlight-card h5 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }
    
    .feature-highlight-card p {
        font-size: 0.9rem;
    }
}

/* Destination Cards - Attractive Design */
.destination-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--ios-border);
    overflow: hidden;
    background: var(--ios-surface);
    border-radius: 24px;
    box-shadow: var(--ios-shadow);
    padding: 0;
    position: relative;
    height: 450px !important;
    min-height: 450px;
    max-height: 450px;
    display: flex;
    flex-direction: column;
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
}

.destination-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--green-primary), var(--green-light));
    transform: scaleX(0);
    transition: transform 0.4s ease;
    z-index: 1;
}

.destination-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
}

.destination-card:hover::before {
    transform: scaleX(1);
}

/* Partnership Card Buttons */
#partnered-stays .destination-card .card-body .d-flex {
    margin-top: 0.5rem;
    gap: 0.75rem;
}

#partnered-stays .destination-card .btn {
    flex: 1 1 auto;
    min-width: 120px;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    white-space: nowrap;
    text-align: center;
}

#partnered-stays .destination-card .btn-outline-success {
    border: 2px solid var(--green-primary) !important;
}

@media (max-width: 576px) {
    #partnered-stays .destination-card .d-flex {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    #partnered-stays .destination-card .btn {
        width: 100%;
        min-width: 100%;
    }
}

.destination-card .card-image-wrapper {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
    background: linear-gradient(135deg, var(--green-soft) 0%, #e0f2fe 100%);
    border-radius: 20px 20px 0 0;
    position: relative;
}

.destination-card .card-image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.destination-card:hover .card-image-wrapper::after {
    opacity: 1;
}

.destination-card .card-image-wrapper img {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}

/* Ensure fleet section cards have same image height */
.fleet-section .destination-card .card-image-wrapper {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    overflow: hidden;
    flex-shrink: 0; /* Prevent image wrapper from shrinking */
}

.fleet-section .destination-card .card-image-wrapper img {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* Ensure fleet section cards maintain proper height and contain buttons */
.fleet-section .destination-card {
    overflow: hidden !important;
    height: 450px !important;
    min-height: 450px !important;
    max-height: 450px !important;
}

.fleet-section .destination-card .card-body {
    overflow: hidden !important;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0; /* Allow flex shrinking */
}

.fleet-section .destination-card .card-text {
    flex: 1 1 auto;
    overflow: hidden;
    min-height: 0; /* Allow text to shrink */
}

.fleet-section .destination-card .d-flex.gap-2 {
    margin-top: auto;
    flex-shrink: 0;
}

/* Ensure Coming Soon card has same height */
.fleet-section .fleet-coming-soon {
    height: 450px !important;
    min-height: 450px !important;
    max-height: 450px !important;
}


.destination-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.5rem !important;
    background: var(--ios-surface-strong);
    position: relative;
    overflow: hidden;
    min-height: 0; /* Allow flex shrinking */
    border-top: 1px solid var(--ios-border);
}

.destination-card .card-text {
    flex: 1;
    min-height: 0; /* Allow text to shrink if needed */
    overflow: hidden; /* Prevent text overflow */
}

.destination-card:hover .card-image-wrapper img {
    transform: scale(1.1);
    filter: brightness(1.05);
}

.destination-card .card-title {
    font-family: 'Poppins', 'Inter', sans-serif;
    color: var(--text-dark);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.destination-card:hover .card-title {
    color: var(--green-primary);
}

.destination-card .card-text {
    font-family: 'Inter', sans-serif;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: left;
    word-spacing: 0.05em;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
}

/* Destination Card Buttons */
.destination-card .btn {
    font-size: 0.875rem !important;
    padding: 0.625rem 1.25rem !important;
    min-width: 120px !important;
    width: auto !important;
    font-weight: 600 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50px !important;
    letter-spacing: 0.01em;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin-top: auto;
    box-sizing: border-box !important;
}

.destination-card .btn-outline-success.btn-sm,
.destination-card a.btn-outline-success.btn-sm,
#destinationsCarousel a.btn-outline-success.btn-sm,
.destinations-section a.btn-outline-success.btn-sm,
.carousel-item a.btn-outline-success.btn-sm {
    border-width: 2px !important;
    border: 2px solid var(--green-primary) !important;
    border-style: solid !important;
}

.destination-card .d-flex.gap-2 {
    margin-top: auto;
    padding-top: 1rem;
    gap: 0.75rem !important;
    width: 100%;
    flex-shrink: 0; /* Prevent buttons from shrinking */
}

.destination-card .btn-outline-success {
    border: 2px solid var(--green-primary) !important;
    color: var(--green-primary) !important;
    background: transparent !important;
    border-width: 2px !important;
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    box-sizing: border-box !important;
}

.destination-card .btn-outline-success:hover {
    background: var(--green-primary) !important;
    color: var(--white) !important;
    border-color: var(--green-primary) !important;
    border-width: 2px !important;
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    box-sizing: border-box !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.destination-card .btn-success {
    background: var(--green-primary);
    border: 2px solid var(--green-primary);
    color: var(--white);
}

.destination-card .btn-success:hover {
    background: var(--green-dark);
    border-color: var(--green-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

.destination-card .btn-outline-secondary {
    border: none;
    color: #6c757d;
    background: transparent;
    cursor: not-allowed;
    opacity: 0.6;
}

.destination-card .btn-outline-secondary:hover {
    transform: none;
    box-shadow: none;
}

/* Global override for all destination buttons - must be at highest priority */
.destinations-section .btn-outline-success,
.destinations-section .btn-outline-success.btn-sm,
#destinationsCarousel .btn-outline-success,
#destinationsCarousel .btn-outline-success.btn-sm,
.destinations-section .card .btn-outline-success,
.destinations-section .card .btn-outline-success.btn-sm,
.destinations-section .destination-card .btn-outline-success,
.destinations-section .destination-card .btn-outline-success.btn-sm {
    border-width: 2px !important;
    border: 2px solid var(--green-primary) !important;
    border-top: 2px solid var(--green-primary) !important;
    border-right: 2px solid var(--green-primary) !important;
    border-bottom: 2px solid var(--green-primary) !important;
    border-left: 2px solid var(--green-primary) !important;
}

.destinations-section .btn-outline-success:hover,
.destinations-section .btn-outline-success.btn-sm:hover,
#destinationsCarousel .btn-outline-success:hover,
#destinationsCarousel .btn-outline-success.btn-sm:hover,
.destinations-section .card .btn-outline-success:hover,
.destinations-section .card .btn-outline-success.btn-sm:hover,
.destinations-section .destination-card .btn-outline-success:hover,
.destinations-section .destination-card .btn-outline-success.btn-sm:hover {
    border-width: 2px !important;
    border: 2px solid var(--green-primary) !important;
    border-top: 2px solid var(--green-primary) !important;
    border-right: 2px solid var(--green-primary) !important;
    border-bottom: 2px solid var(--green-primary) !important;
    border-left: 2px solid var(--green-primary) !important;
}

/* Destinations Carousel */
#destinationsCarousel {
    position: relative;
    padding: 0 10px;
}

.destination-controls {
    margin-top: 2rem;
}

.destination-control {
    width: 50px;
    height: 50px;
    background: var(--green-primary);
    border: 2px solid var(--green-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.destination-control:hover {
    background: var(--green-dark);
    border-color: var(--green-dark);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.destination-control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.destination-control .carousel-control-prev-icon,
.destination-control .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    filter: brightness(0) invert(1);
}

.destination-control:hover .carousel-control-prev-icon,
.destination-control:hover .carousel-control-next-icon {
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    #destinationsCarousel {
        padding: 0;
    }
    
    .destination-control {
        width: 45px;
        height: 45px;
    }
}

/* Service Cards - Enhanced Beautiful Design */
.service-card {
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 24px;
    padding: 0 !important;
    background: var(--ios-surface);
    border: 1px solid var(--ios-border);
    box-shadow: var(--ios-shadow-soft);
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--green-primary), var(--green-light));
    transform: scaleX(0);
    transition: transform 0.4s ease;
    z-index: 2;
    border-radius: 24px 24px 0 0;
}

.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.5), transparent 55%);
    pointer-events: none;
    z-index: 0;
    opacity: 0.2;
    transition: opacity 0.4s ease;
}

.service-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover::after {
    opacity: 0.35;
}

/* Service Image Wrapper */
.service-image-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(135deg, var(--green-soft) 0%, #e0f2fe 100%);
}

.service-image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.service-card:hover .service-image-wrapper::after {
    opacity: 1;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.95);
}

.service-card:hover .service-image {
    transform: scale(1.15);
    filter: brightness(1.05);
}

.service-content {
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    align-items: flex-start;
    background: var(--ios-surface-strong);
    border-top: 1px solid var(--ios-border);
}

.service-content h6 {
    font-family: 'Poppins', 'Inter', sans-serif;
    width: 100%;
    text-align: left;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

.service-content p {
    font-family: 'Inter', sans-serif;
    width: 100%;
    text-align: left;
    line-height: 1.7;
    word-spacing: 0.05em;
    letter-spacing: -0.01em;
}

.service-icon {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(22, 163, 74, 0.2) 100%);
    color: var(--green-primary);
    flex-shrink: 0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.15);
}

.service-card:hover .service-icon {
    transform: scale(1.15) rotate(5deg);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.25) 0%, rgba(22, 163, 74, 0.3) 100%);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.service-content h6 {
    margin-bottom: 0.75rem;
}

.service-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px 16px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 3;
    background: var(--ios-surface);
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
    border-radius: 24px;
    box-shadow: var(--ios-shadow-soft);
    letter-spacing: 0.08em;
    color: var(--green-primary);
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 1px solid var(--ios-border);
}

.service-card:hover .service-badge {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.25), 0 0 0 1px rgba(34, 197, 94, 0.3);
}

.service-card h6 {
    font-family: 'Poppins', 'Inter', sans-serif;
    color: var(--text-dark);
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

.service-card p {
    font-family: 'Inter', sans-serif;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
    text-align: left;
    word-spacing: 0.05em;
    letter-spacing: -0.01em;
}

.service-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
    width: 100%;
}

.service-chip {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(52, 199, 89, 0.2);
    color: var(--green-primary);
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(52, 199, 89, 0.45);
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
}

.service-card:hover .service-chip {
    background: rgba(52, 199, 89, 0.28);
    border-color: rgba(52, 199, 89, 0.6);
    transform: translateY(-2px);
}

.service-link {
    font-weight: 600;
    color: var(--green-primary);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--ios-surface);
    border: 1px solid var(--ios-border);
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
}

.service-link:hover {
    background: var(--ios-surface-strong);
    border-color: var(--ios-border);
    transform: translateY(-2px);
    text-decoration: none;
    color: var(--green-dark);
}

.service-link i {
    transition: transform 0.3s ease;
}

.service-link:hover i {
    transform: translateX(4px);
}

.service-cta {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* Section Spacing - Generous */
section {
    padding: 100px 0;
}

section.bg-light {
    background-color: var(--bg-light) !important;
}

/* Destinations Section */
.destinations-section {
    position: relative;
    background-color: var(--bg-light);
    overflow: hidden;
    will-change: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.destinations-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 0;
}

.destinations-section .container {
    position: relative;
    z-index: 1;
}

/* Destinations Section Text Readability */
.destinations-section .text-center {
    background: transparent;
    padding: 2rem 0;
    margin-bottom: 3rem;
}

.destinations-section .text-center .text-success {
    color: var(--green-primary) !important;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.destinations-section .text-center h2 {
    color: var(--text-dark) !important;
    font-weight: 600;
    margin-bottom: 1rem;
}

.destinations-section .text-center p {
    color: var(--text-muted) !important;
    font-size: 1.1rem;
    font-weight: 400;
}

/* Our Commitment Section with Background */
#eco-friendly {
    position: relative;
    background-image: url('../images/destinations/c2.jpeg');
    background-size: cover;
    background-position: center;
}

#eco-friendly .container {
    position: relative;
    z-index: 1;
}


/* Contact Section with Background */
.contact-section {
    position: relative;
    background-image: url('../images/destinations/c1.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    overflow: hidden;
    will-change: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.contact-section .container {
    z-index: 1;
}

.contact-section .text-success,
.contact-section h2,
.contact-section p {
    font-family: 'Inter', sans-serif;
    color: var(--white) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    word-spacing: 0.05em;
    letter-spacing: -0.01em;
}

.contact-card {
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
    box-shadow: var(--ios-shadow) !important;
    border-radius: 32px !important;
    border: 1px solid var(--ios-border);
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 55%);
    opacity: 0.7;
    pointer-events: none;
}

.contact-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 -1px 0 rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

.contact-card::before {
    opacity: 0.85;
}

.contact-card > * {
    position: relative;
    z-index: 1;
}

/* Contact Form - Minimal Style */
#contactForm .form-control,
#contactForm .form-select {
    font-family: 'Inter', sans-serif;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    padding: 14px 18px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
    font-size: 0.95rem;
    letter-spacing: -0.01em;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.75), 0 6px 18px rgba(15, 23, 42, 0.08);
}

#contactForm .form-control:focus,
#contactForm .form-select:focus {
    border-color: rgba(30, 143, 68, 0.6);
    box-shadow: 0 0 0 4px rgba(30, 143, 68, 0.15);
    outline: none;
}

#contactForm .form-control.is-invalid,
#contactForm .form-select.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

#contactForm .form-text {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

#contactForm .form-error {
    display: block;
    font-size: 0.875rem;
}

#contactForm .form-label {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 0.92rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

/* Testimonials Section */
.testimonial-card {
    background: var(--ios-surface);
    border: 1px solid var(--ios-border);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: var(--ios-shadow);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--green-primary), var(--green-light));
    transform: scaleX(0);
    transition: transform 0.3s ease;
    z-index: 0;
    border-radius: 20px 20px 0 0;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-rating {
    display: flex;
    gap: 0.3rem;
    font-size: 1.15rem;
    position: relative;
    z-index: 1;
    align-items: center;
    margin-bottom: 0.5rem;
}

.testimonial-rating .bi-star-fill {
    color: #fbbf24;
}

.testimonial-rating .bi-star-half {
    color: #fbbf24;
}

.testimonial-rating .bi-star {
    color: #d1d5db;
}

.testimonial-text {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
    word-spacing: 0.05em;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
    flex: 1;
    margin-top: 1rem;
    padding-top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 1rem;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(22, 163, 74, 0.2) 100%);
    border-radius: 50%;
    color: var(--green-primary);
    font-size: 2.2rem;
    flex-shrink: 0;
    border: 2px solid rgba(34, 197, 94, 0.2);
    transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-avatar {
    transform: scale(1.05);
    border-color: rgba(34, 197, 94, 0.4);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(22, 163, 74, 0.25) 100%);
}

.testimonial-info {
    flex: 1;
    min-width: 0;
}

.testimonial-info h6 {
    font-family: 'Poppins', 'Inter', sans-serif;
    color: var(--text-dark);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.testimonial-info small {
    font-family: 'Inter', sans-serif;
    color: var(--text-muted);
    font-size: 0.875rem;
    letter-spacing: -0.01em;
    line-height: 1.5;
    display: block;
}

/* Testimonials Carousel */
#testimonialsCarousel {
    padding: 30px 15px;
    overflow: hidden;
}

#testimonialsCarousel .carousel-inner {
    overflow: hidden;
    padding: 20px 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#testimonialsCarousel .carousel-item {
    overflow: visible;
    min-height: 560px;
    height: auto;
}

@media (max-width: 768px) {
    #testimonialsCarousel .carousel-item {
        min-height: auto;
        height: auto;
    }
    
    .testimonial-card {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
    }
}

#testimonialsCarousel .carousel-item .row {
    margin: 0;
    width: 100%;
}

#testimonialsCarousel .carousel-item .col {
    padding: 15px;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: stretch;
}

#testimonialsCarousel .carousel-item .col:hover {
    z-index: 2;
}

/* Testimonials Carousel Controls */
.testimonial-controls {
    margin-top: 2rem;
}

.testimonial-control {
    width: 50px;
    height: 50px;
    background: var(--white);
    border: 2px solid var(--green-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.testimonial-control:hover {
    background: var(--green-primary);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.testimonial-control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.testimonial-control .carousel-control-prev-icon,
.testimonial-control .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(100deg) brightness(98%) contrast(96%);
}

.testimonial-control:hover .carousel-control-prev-icon,
.testimonial-control:hover .carousel-control-next-icon {
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .testimonial-control {
        width: 45px;
        height: 45px;
    }
}

/* Contact Info Cards */
.contact-info-card {
    background: var(--ios-surface);
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
    border-radius: 20px;
    padding: 1.5rem 1.25rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--ios-border);
    box-shadow: var(--ios-shadow-soft);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--green-primary), var(--green-light));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.contact-info-card:hover::before {
    transform: scaleX(1);
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--ios-shadow);
    background: var(--ios-surface-strong);
    border-color: var(--ios-border);
}

.contact-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(22, 163, 74, 0.2) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.contact-icon-wrapper::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-primary), var(--green-light));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.contact-info-card:hover .contact-icon-wrapper::after {
    opacity: 0.2;
}

.contact-icon-wrapper i {
    font-size: 1.5rem;
    color: var(--green-primary);
    transition: all 0.4s ease;
}

.contact-info-card:hover .contact-icon-wrapper {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.25) 0%, rgba(22, 163, 74, 0.3) 100%);
}

.contact-info-card:hover .contact-icon-wrapper i {
    transform: scale(1.1);
    color: var(--green-dark);
}

.contact-info-card h6 {
    font-family: 'Poppins', 'Inter', sans-serif;
    color: #000000;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.4;
    text-align: left;
}

.contact-info-card p {
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-size: 0.875rem;
    opacity: 0.7;
    line-height: 1.6;
    text-align: left;
    word-spacing: 0.05em;
    letter-spacing: -0.01em;
}

@media (max-width: 768px) {
    .contact-section {
        background-attachment: scroll;
    }
}

/* Buttons - Modern Minimal with Animations */
.btn {
    font-family: 'Inter', sans-serif;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 12px 28px;
    font-size: 0.95rem;
    border: 1px solid var(--ios-border);
    letter-spacing: -0.01em;
    position: relative;
    overflow: hidden;
    background: var(--ios-surface);
    color: var(--text-dark);
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
    box-shadow: var(--ios-shadow-soft);
}

.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    opacity: 0.6;
    pointer-events: none;
}

.btn:hover::before {
    opacity: 0.85;
}

.btn-success {
    background: linear-gradient(135deg, #43d77e, #1fb35c);
    color: var(--white);
    border-color: rgba(67, 215, 126, 0.5);
}

.btn-success:hover {
    background: linear-gradient(135deg, #1fb35c, #178d48);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 40px rgba(31, 179, 92, 0.35);
}

.btn-outline-success {
    border: 1px solid rgba(52, 199, 89, 0.4);
    color: var(--green-primary);
    background: rgba(255, 255, 255, 0.5);
}

.btn-outline-success:hover {
    background-color: rgba(52, 199, 89, 0.85);
    color: var(--white);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 14px 34px rgba(52, 199, 89, 0.3);
}

/* Ensure consistent button styling in destinations carousel - Maximum specificity */
#destinationsCarousel .destination-card .btn-outline-success,
.destinations-section .destination-card .btn-outline-success,
.carousel-item .destination-card .btn-outline-success,
#destinationsCarousel .btn-outline-success.btn-sm,
.destinations-section .btn-outline-success.btn-sm,
.carousel-item .btn-outline-success.btn-sm,
#destinationsCarousel a.btn-outline-success.btn-sm,
.destinations-section a.btn-outline-success.btn-sm,
.carousel-item a.btn-outline-success.btn-sm,
#destinationsCarousel .card-body a.btn-outline-success.btn-sm,
.destinations-section .card-body a.btn-outline-success.btn-sm {
    border: 1px solid rgba(52, 199, 89, 0.4) !important;
    color: var(--green-primary) !important;
    background: rgba(255, 255, 255, 0.55) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
}

#destinationsCarousel .destination-card .btn-outline-success:hover,
.destinations-section .destination-card .btn-outline-success:hover,
.carousel-item .destination-card .btn-outline-success:hover,
#destinationsCarousel .btn-outline-success.btn-sm:hover,
.destinations-section .btn-outline-success.btn-sm:hover,
.carousel-item .btn-outline-success.btn-sm:hover,
#destinationsCarousel a.btn-outline-success.btn-sm:hover,
.destinations-section a.btn-outline-success.btn-sm:hover,
.carousel-item a.btn-outline-success.btn-sm:hover {
    background: rgba(52, 199, 89, 0.85) !important;
    color: var(--white) !important;
    border-color: var(--green-primary) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(52, 199, 89, 0.3);
}

.btn i {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.btn:hover i {
    transform: translateX(4px);
}

@keyframes buttonPulse {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(34, 197, 94, 0.2);
    }
    50% {
        box-shadow: 0 6px 25px rgba(34, 197, 94, 0.35);
    }
}

.btn-lg {
    padding: 16px 40px;
    font-size: 1.05rem;
}

/* Footer - Greenery Theme */
footer {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, rgba(20, 150, 80, 0.9), rgba(52, 199, 89, 0.85)) !important;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: var(--ios-glass-blur);
    -webkit-backdrop-filter: var(--ios-glass-blur);
    box-shadow: 0 -12px 32px rgba(15, 23, 42, 0.2);
}

/* Footer alignment helpers */
.footer-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: nowrap;
}

.footer-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 0;
}

.footer-copy {
    justify-content: flex-start;
}

.footer-contact {
    justify-content: flex-start;
}

.footer-social {
    justify-content: flex-start;
}

.footer-inline {
    width: 100%;
    justify-content: flex-start;
}

footer .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer a {
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    opacity: 0.9;
    letter-spacing: -0.01em;
    text-decoration: none;
}

footer p, footer span {
    font-family: 'Inter', sans-serif;
    word-spacing: 0.05em;
    letter-spacing: -0.01em;
    margin: 0;
}

footer i {
    font-size: 1rem;
    transition: all 0.3s ease;
}

footer a:hover {
    opacity: 1;
    transform: translateY(-2px);
}

footer a:hover i {
    transform: scale(1.1);
}

footer .d-flex i {
    color: rgba(255, 255, 255, 0.9);
}

/* Footer Mobile Responsive */
@media (max-width: 768px) {
    footer {
        padding: 1.25rem 0 !important;
        text-align: center !important;
    }

    .footer-row {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .footer-item {
        justify-content: center !important;
        text-align: center !important;
    }

    .footer-inline {
        justify-content: center !important;
    }
    
    footer .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    footer .row {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 1rem !important;
        text-align: center !important;
        margin: 0 !important;
    }
    
    footer .row.align-items-center {
        align-items: center !important;
    }
    
    footer .row > * {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
        flex: 0 0 100% !important;
    }
    
    footer .row > *:last-child {
        margin-bottom: 0 !important;
    }
    
    footer .col-lg-4,
    footer .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    footer .col-lg-4:last-child,
    footer .col-md-6:last-child {
        margin-bottom: 0 !important;
    }
    
    footer .d-flex {
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap;
        gap: 0.75rem;
        width: 100%;
    }
    
    footer .text-lg-start,
    footer .text-lg-end,
    footer .text-md-start,
    footer .text-md-end {
        text-align: center !important;
    }
    
    footer .justify-content-lg-start,
    footer .justify-content-lg-end,
    footer .justify-content-md-start,
    footer .justify-content-md-end {
        justify-content: center !important;
    }
    
    footer .align-items-center {
        align-items: center !important;
    }
    
    footer .mb-2,
    footer .mb-lg-0 {
        margin-bottom: 1rem !important;
    }
    
    footer .mb-lg-0:last-child,
    footer .mb-2:last-child {
        margin-bottom: 0 !important;
    }
    
    footer p,
    footer span {
        text-align: center !important;
        display: block;
        width: 100%;
    }

    footer .col-lg-4:first-child,
    footer .col-md-6:first-child {
        text-align: center !important;
    }

    footer p.mb-0.small {
        font-size: 0.95rem;
        line-height: 1.7;
        letter-spacing: 0;
        word-spacing: normal;
        text-align: center !important;
    }

    footer .col-lg-4.text-lg-start p.mb-0.small,
    footer .col-md-6.text-lg-start p.mb-0.small {
        text-align: center !important;
        width: 100%;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 1.25rem 0 !important;
        font-size: 0.85rem;
    }
    
    footer .small {
        font-size: 0.8rem;
    }
    
    footer i {
        font-size: 0.9rem;
    }
    
    footer .d-flex {
        gap: 0.5rem;
    }
}

/* WhatsApp Floating Button with Enhanced Animations */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(52, 199, 89, 0.95), rgba(31, 179, 92, 0.9));
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 12px 32px rgba(31, 179, 92, 0.35);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    animation: whatsappFloat 3s ease-in-out infinite, whatsappPulse 2s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.whatsapp-float:hover {
    background: linear-gradient(135deg, rgba(31, 179, 92, 0.98), rgba(23, 141, 72, 0.95));
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 16px 44px rgba(31, 179, 92, 0.55);
    color: var(--white);
    animation: none;
}

.whatsapp-float i {
    font-size: 32px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.whatsapp-float:hover i {
    transform: scale(1.2) rotate(-5deg);
}

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

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, 0.6), 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
}

.whatsapp-float i {
    font-size: 32px;
}


@media (max-width: 768px) {
    .whatsapp-float {
        width: 56px;
        height: 56px;
        bottom: 20px;
        right: 20px;
        font-size: 28px;
    }
    
    .whatsapp-float i {
        font-size: 28px;
    }
}

.opacity-hover {
    transition: opacity 0.3s ease;
}

.opacity-hover:hover {
    opacity: 0.7;
}

/* reCAPTCHA badge uses Google default placement/sizing */
.grecaptcha-badge {
    visibility: hidden !important;
}

/* Text Colors */
.text-success {
    font-family: 'Inter', sans-serif;
    color: var(--green-primary) !important;
}

/* iPhone Safe Area Support */
@supports (padding: max(0px)) {
    body {
        padding-left: max(0px, env(safe-area-inset-left));
        padding-right: max(0px, env(safe-area-inset-right));
    }
    
    .navbar {
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
    }
    
    .whatsapp-float {
        bottom: max(30px, env(safe-area-inset-bottom) + 20px);
        right: max(30px, env(safe-area-inset-right) + 20px);
    }
}

/* Touch Target Sizes - Minimum 44x44px for mobile */
@media (max-width: 768px) {
    a, button, .btn, input, select, textarea {
        min-height: 44px;
        min-width: 44px;
    }
    
    .btn-sm {
        min-height: 40px;
        padding: 0.5rem 1rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    body {
        padding-top: 60px;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
    
    .hero-section {
        margin-top: -60px;
        padding-top: 60px;
        min-height: 120vh;
        min-height: -webkit-fill-available; /* iOS Safari fix */
    }
    
    .partners-hero {
        margin-top: -60px;
        padding-top: 60px;
        min-height: 120vh;
        min-height: -webkit-fill-available; /* iOS Safari fix */
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .hero-content .display-2 {
        font-size: 2.5rem;
    }
    
    .hero-content p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    
    .typing-animation {
        min-height: 2.5rem;
    }
    
    .typing-text {
        font-size: 1.2rem !important;
    }
    
    section {
        padding: 60px 0;
    }
    
    .display-4 {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .display-2 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .service-image-wrapper {
        height: 180px;
    }
    
    .service-content {
        padding: 1.25rem;
    }
    
    .card-image-wrapper img {
        height: 220px;
    }
    
    .service-card {
        margin-bottom: 1.5rem;
    }
    
    /* Navbar mobile */
    .navbar-brand {
        font-size: 1.1rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }
    
    /* Buttons mobile */
    .btn-lg {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
    
    /* Cards mobile */
    .destination-card,
    .testimonial-card,
    .service-card {
        margin-bottom: 1.5rem;
    }
    
    /* Carousel controls mobile */
    .destination-control,
    .testimonial-control {
        width: 44px;
        height: 44px;
    }
    
    /* Form inputs mobile */
    .form-control,
    .form-select {
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 0.75rem;
    }
    
    /* Footer mobile */
    footer {
        padding: 1.5rem 0 !important;
    }
    
    footer .row {
        text-align: center;
    }
    
    footer .col-md-4 {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    body {
        padding-top: 60px;
    }
    
    .hero-section {
        margin-top: -60px;
        padding-top: 60px;
        min-height: 120vh !important;
        height: 120vh !important;
    }
    
    .partners-hero {
        margin-top: -60px;
        padding-top: 60px;
        min-height: 120vh !important;
        height: 120vh !important;
    }
    
    .hero-slide {
        height: 120vh !important;
        min-height: 120vh !important;
    }
    
    .partners-hero-slide {
        height: 120vh !important;
        min-height: 120vh !important;
    }
    
    #heroCarousel {
        height: 120vh !important;
        min-height: 120vh !important;
    }
    
    #partnersCarousel {
        height: 120vh !important;
        min-height: 120vh !important;
    }
    
    #heroCarousel .carousel-inner {
        height: 120vh !important;
        min-height: 120vh !important;
    }
    
    #partnersCarousel .carousel-inner {
        height: 120vh !important;
        min-height: 120vh !important;
    }
    
    #heroCarousel .carousel-item {
        height: 120vh !important;
        min-height: 120vh !important;
    }
    
    #partnersCarousel .carousel-item {
        height: 120vh !important;
        min-height: 120vh !important;
    }
    
    .hero-content h1,
    .hero-content .display-2 {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    .hero-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.75rem !important;
    }
    
    section {
        padding: 40px 0;
    }
    
    .display-4 {
        font-size: 1.75rem;
    }
    
    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .service-image-wrapper {
        height: 160px;
    }
    
    .service-content {
        padding: 1rem;
    }
    
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Typography mobile */
    h1, .h1 {
        font-size: 1.75rem;
    }
    
    h2, .h2 {
        font-size: 1.5rem;
    }
    
    h3, .h3 {
        font-size: 1.25rem;
    }
    
    /* Cards mobile small */
    .destination-card .card-body {
        padding: 1rem !important;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
    
    /* WhatsApp button mobile */
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: max(15px, env(safe-area-inset-bottom) + 15px);
        right: max(15px, env(safe-area-inset-right) + 15px);
    }
    
    .whatsapp-float i {
        font-size: 24px;
    }
}

/* Landscape mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-section {
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    section {
        padding: 40px 0;
    }
}

/* Very small devices (iPhone SE, etc.) */
@media (max-width: 375px) {
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .hero-content h1 {
        font-size: 1.75rem;
    }
    
    .display-4 {
        font-size: 1.5rem;
    }
    
    .btn-lg {
        padding: 0.625rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* Smooth Transitions */
* {
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Remove default Bootstrap card shadow */
.card {
    box-shadow: none;
}

/* Info Box Styling */
.bg-light.rounded {
    background-color: var(--green-soft) !important;
    border-left: 3px solid var(--green-primary);
}

/* Vehicle Hero Section */
.vehicle-hero {
    background: url('../images/destinations/c3.jpeg') center/cover no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-attachment: scroll;
    padding-top: 120px;
    will-change: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Partners Hero Section */
.partners-hero {
    position: relative;
    min-height: 120vh;
    overflow: hidden;
    margin-top: -80px;
    padding-top: 80px;
    display: flex;
    align-items: center;
}

#partnersCarousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#partnersCarousel .carousel-inner {
    height: 100%;
}

#partnersCarousel .carousel-item {
    height: 100%;
}

.partners-hero-slide {
    width: 100%;
    height: 120vh;
    min-height: 120vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: sepia(25%) contrast(1.15) brightness(0.88) saturate(0.9);
    animation: zoomIn 20s ease-in-out infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#partnersCarousel .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1.5s;
}

#partnersCarousel .carousel-fade .carousel-item.active,
#partnersCarousel .carousel-fade .carousel-item-next.carousel-item-start,
#partnersCarousel .carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

#partnersCarousel .carousel-fade .active.carousel-item-start,
#partnersCarousel .carousel-fade .active.carousel-item-end {
    opacity: 0;
}

.partners-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.partners-hero .container {
    position: relative;
    z-index: 2;
}

/* Partner Cards Border */
.partner-card {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.partner-card:hover {
    border-color: rgba(34, 197, 94, 0.3) !important;
    box-shadow: 0 16px 48px rgba(34, 197, 94, 0.2), 0 8px 24px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(34, 197, 94, 0.2) !important;
}

/* Partners Section Styling */
.partners-section {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    position: relative;
}

.partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(34, 197, 94, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(34, 197, 94, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.partners-section .container {
    position: relative;
    z-index: 1;
}

/* Enhanced Partner Cards for Partners Page */
.partners-section .partner-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 24px !important;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    height: auto !important;
    min-height: 550px !important;
    max-height: none !important;
}

.partners-section .partner-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(34, 197, 94, 0.15), 0 8px 24px rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(34, 197, 94, 0.25) !important;
}

.partners-section .partner-card .card-image-wrapper {
    position: relative;
    overflow: hidden;
}

.partners-section .partner-card .card-image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.partners-section .partner-card:hover .card-image-wrapper::after {
    opacity: 1;
}

.partners-section .partner-card .card-image-wrapper img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.partners-section .partner-card:hover .card-image-wrapper img {
    transform: scale(1.08);
}

.partners-section .partner-card .card-title {
    color: var(--text-dark);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
}

.partners-section .partner-card:hover .card-title {
    color: var(--green-primary);
}

.partners-section .partner-card .card-text {
    line-height: 1.7;
    color: #6c757d;
    font-size: 0.95rem;
}

.partners-section .partner-card .card-body {
    padding: 1.75rem !important;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.partners-section .partner-card .card-text {
    flex: 1 1 auto;
    overflow: visible;
}

/* Responsive adjustments for partners page */
@media (max-width: 992px) {
    .partners-section .partner-card {
        min-height: 520px !important;
    }
    
    .partners-section .partner-card .card-body {
        padding: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .partners-section .partner-card {
        min-height: 500px !important;
    }
    
    .partners-section .partner-card .card-body {
        padding: 1.25rem !important;
    }
    
    .partners-section .partner-card .card-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .partners-section .partner-card {
        min-height: auto !important;
        height: auto !important;
    }
}

/* Partner Card Image Wrapper - Fixed Height */
.partner-card .card-image-wrapper {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    overflow: hidden !important;
    flex-shrink: 0;
    position: relative;
    background: transparent !important; /* Remove gray gradient background */
}

.partner-card .card-image-wrapper img {
    width: 100% !important;
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* View All Partners Card - Distinct Style */
.view-all-partners-card {
    display: block;
    transition: transform 0.3s ease;
}

.view-all-partners-card:hover {
    transform: translateY(-8px);
    text-decoration: none;
}

.view-all-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px dashed rgba(34, 197, 94, 0.3) !important;
    position: relative;
    overflow: hidden;
}

.view-all-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, rgba(34, 197, 94, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.view-all-card:hover::before {
    opacity: 1;
}

.view-all-card:hover {
    border-color: rgba(34, 197, 94, 0.6) !important;
    box-shadow: 0 12px 32px rgba(34, 197, 94, 0.15), 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

.view-all-icon {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.view-all-partners-card:hover .view-all-icon {
    transform: translateX(8px) scale(1.1);
}

.view-all-card .card-title {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.view-all-partners-card:hover .view-all-card .card-title {
    color: var(--green-primary);
}

.view-all-card .card-text {
    position: relative;
    z-index: 1;
}

.view-all-card .btn {
    position: relative;
    z-index: 1;
}

/* Partner Hero Section (Individual Partner Pages) */
.partner-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-attachment: scroll;
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 0;
    will-change: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.partner-hero .row {
    min-height: 100%;
}

.partner-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.partner-hero .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .partners-hero,
    .partner-hero {
        min-height: 120vh;
        height: 120vh;
        padding-top: 84px;
    }
    
    .partners-hero-slide {
        height: 120vh;
        min-height: 120vh;
    }
    
    #partnersCarousel {
        height: 120vh;
    }
    
    #partnersCarousel .carousel-inner {
        height: 120vh;
    }
    
    #partnersCarousel .carousel-item {
        height: 120vh;
    }
}

@media (max-width: 576px) {
    .partners-hero,
    .partner-hero {
        min-height: 120vh;
        height: 120vh;
        padding-top: 84px;
    }
    
    .partners-hero-slide {
        height: 120vh;
        min-height: 120vh;
    }
    
    #partnersCarousel {
        height: 120vh;
    }
    
    #partnersCarousel .carousel-inner {
        height: 120vh;
    }
    
    #partnersCarousel .carousel-item {
        height: 120vh;
    }
}

/* Partner Page Feature Icons */
section .bg-white.rounded-4 svg {
    display: block !important;
    margin: 0 auto;
    width: 48px;
    height: 48px;
}

section .bg-white.rounded-4 i.bi {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #198754 !important;
    font-size: 3rem !important;
    font-family: "bootstrap-icons" !important;
    line-height: 1;
}

section .bg-white.rounded-4 i.bi::before {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    section .bg-white.rounded-4 svg {
        width: 40px;
        height: 40px;
    }
    
    section .bg-white.rounded-4 i.bi {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 576px) {
    section .bg-white.rounded-4 svg {
        width: 36px;
        height: 36px;
    }
    
    section .bg-white.rounded-4 i.bi {
        font-size: 2.25rem !important;
    }
}

.vehicle-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

/* Gallery Section */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(34, 197, 94, 0.2);
}

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

.vehicle-hero .container {
    position: relative;
    z-index: 1;
}

/* Feature Cards */
.feature-card {
    background: var(--white);
    border-radius: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(34, 197, 94, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: var(--green-primary);
}

.feature-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.feature-card:hover .feature-image {
    transform: scale(1.1);
}

.feature-card h5 {
    font-family: 'Poppins', 'Inter', sans-serif;
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.4;
    text-align: left;
}

.feature-card p {
    font-family: 'Inter', sans-serif;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
    text-align: left;
    word-spacing: 0.05em;
    letter-spacing: -0.01em;
}

/* Fleet Coming Soon Card */
/* Fleet Section Background */
.fleet-section {
    background-image: url('../images/destinations/c4.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    overflow: hidden;
    will-change: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fleet-section .container {
    position: relative;
    z-index: 1;
}

.fleet-section .text-center .text-success {
    color: var(--green-primary) !important;
}

.fleet-section .text-center h2 {
    color: var(--white) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.fleet-section .text-center p {
    color: var(--white) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.fleet-section .card-title,
.fleet-section .card-text {
    color: var(--text-dark) !important;
}

.fleet-section .card-text {
    color: var(--text-muted) !important;
}

@media (max-width: 768px) {
    .fleet-section,
    .destinations-section,
    .contact-section,
    .vehicle-hero {
        background-attachment: scroll;
    }
}

.fleet-coming-soon {
    opacity: 0.9;
}

.fleet-coming-soon .card-image-wrapper img {
    filter: grayscale(30%) brightness(0.95);
}

.fleet-coming-soon:hover {
    opacity: 1;
}

.fleet-coming-soon:hover .card-image-wrapper img {
    filter: grayscale(0%) brightness(1);
}

/* Custom scrollbar (optional - modern browsers) */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bg-light);
}

::-webkit-scrollbar-thumb {
    background: var(--green-primary);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--green-dark);
}

/* FINAL OVERRIDE - Maximum specificity for destination buttons */
section#destinations .btn-outline-success,
section#destinations .btn-outline-success.btn-sm,
section#destinations a.btn-outline-success,
section#destinations a.btn-outline-success.btn-sm,
section#destinations .card .btn-outline-success,
section#destinations .card .btn-outline-success.btn-sm,
section#destinations .destination-card .btn-outline-success,
section#destinations .destination-card .btn-outline-success.btn-sm,
section#destinations .card-body .btn-outline-success,
section#destinations .card-body .btn-outline-success.btn-sm,
section#destinations .col .btn-outline-success,
section#destinations .col .btn-outline-success.btn-sm,
section#destinations .row .btn-outline-success,
section#destinations .row .btn-outline-success.btn-sm,
section#destinations .carousel-item .btn-outline-success,
section#destinations .carousel-item .btn-outline-success.btn-sm,
#destinationsCarousel .btn-outline-success,
#destinationsCarousel .btn-outline-success.btn-sm,
#destinationsCarousel a.btn-outline-success,
#destinationsCarousel a.btn-outline-success.btn-sm {
    border: 2px solid var(--green-primary) !important;
    border-width: 2px !important;
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    border-style: solid !important;
    box-sizing: border-box !important;
    -webkit-border-width: 2px !important;
    -moz-border-width: 2px !important;
}

section#destinations .btn-outline-success:hover,
section#destinations .btn-outline-success.btn-sm:hover,
section#destinations a.btn-outline-success:hover,
section#destinations a.btn-outline-success.btn-sm:hover,
section#destinations .card .btn-outline-success:hover,
section#destinations .card .btn-outline-success.btn-sm:hover,
section#destinations .destination-card .btn-outline-success:hover,
section#destinations .destination-card .btn-outline-success.btn-sm:hover,
section#destinations .card-body .btn-outline-success:hover,
section#destinations .card-body .btn-outline-success.btn-sm:hover,
section#destinations .col .btn-outline-success:hover,
section#destinations .col .btn-outline-success.btn-sm:hover,
section#destinations .row .btn-outline-success:hover,
section#destinations .row .btn-outline-success.btn-sm:hover,
section#destinations .carousel-item .btn-outline-success:hover,
section#destinations .carousel-item .btn-outline-success.btn-sm:hover,
#destinationsCarousel .btn-outline-success:hover,
#destinationsCarousel .btn-outline-success.btn-sm:hover,
#destinationsCarousel a.btn-outline-success:hover,
#destinationsCarousel a.btn-outline-success.btn-sm:hover {
    border: 2px solid var(--green-primary) !important;
    border-width: 2px !important;
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    border-style: solid !important;
    box-sizing: border-box !important;
    -webkit-border-width: 2px !important;
    -moz-border-width: 2px !important;
}


/* ULTIMATE OVERRIDE - Force 2px border on ALL destination buttons - MUST BE LAST IN FILE */
.btn.btn-outline-success.btn-sm.rounded-pill,
a.btn.btn-outline-success.btn-sm.rounded-pill,
section#destinations .btn.btn-outline-success.btn-sm.rounded-pill,
section#destinations a.btn.btn-outline-success.btn-sm.rounded-pill,
#destinationsCarousel .btn.btn-outline-success.btn-sm.rounded-pill,
#destinationsCarousel a.btn.btn-outline-success.btn-sm.rounded-pill,
.destinations-section .btn.btn-outline-success.btn-sm.rounded-pill,
.destinations-section a.btn.btn-outline-success.btn-sm.rounded-pill,
.carousel-item .btn.btn-outline-success.btn-sm.rounded-pill,
.carousel-item a.btn.btn-outline-success.btn-sm.rounded-pill,
.destination-card .btn.btn-outline-success.btn-sm.rounded-pill,
.destination-card a.btn.btn-outline-success.btn-sm.rounded-pill,
.card-body .btn.btn-outline-success.btn-sm.rounded-pill,
.card-body a.btn.btn-outline-success.btn-sm.rounded-pill {
    border: 2px solid var(--green-primary) !important;
    border-width: 2px !important;
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    border-style: solid !important;
    box-sizing: border-box !important;
}

/* ULTIMATE FIX - Ensure all destination buttons have same size */
.destination-card .btn,
.destination-card a.btn,
.destination-card .btn-outline-success,
.destination-card a.btn-outline-success,
.destination-card .btn-outline-success.btn-sm,
.destination-card a.btn-outline-success.btn-sm,
#destinationsCarousel .destination-card .btn,
#destinationsCarousel .destination-card a.btn,
#destinationsCarousel .destination-card .btn-outline-success,
#destinationsCarousel .destination-card a.btn-outline-success,
section#destinations .destination-card .btn,
section#destinations .destination-card a.btn,
section#destinations .destination-card .btn-outline-success,
section#destinations .destination-card a.btn-outline-success {
    width: auto !important;
    min-width: 120px !important;
    max-width: none !important;
    padding: 0.625rem 1.25rem !important;
    font-size: 0.875rem !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    box-sizing: border-box !important;
}

/* Eco-Friendly & Responsible Tourism Section */
.eco-card i,
.eco-card .bi,
.eco-rules-box i,
.eco-rules-box .bi,
.eco-badge-circle i,
.eco-badge-circle .bi {
    font-family: "bootstrap-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.eco-card i::before,
.eco-card .bi::before,
.eco-rules-box i::before,
.eco-rules-box .bi::before,
.eco-badge-circle i::before,
.eco-badge-circle .bi::before {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.eco-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(25, 135, 84, 0.2);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: relative;
    overflow: hidden;
}

.eco-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(25, 135, 84, 0.8), rgba(25, 135, 84, 0.4));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.eco-card::after {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    right: -60px;
    top: -60px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.18), rgba(34, 197, 94, 0));
    opacity: 0.6;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.eco-card:hover::before {
    transform: scaleX(1);
}

.eco-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18), 0 8px 20px rgba(25, 135, 84, 0.18) !important;
    border-color: rgba(25, 135, 84, 0.4);
}

.eco-card:hover::after {
    opacity: 0.9;
}

.eco-card h5 {
    text-align: center !important;
    margin-bottom: 1rem !important;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.eco-card p {
    text-align: center !important;
    margin: 0 auto !important;
    line-height: 1.7 !important;
    color: #6c757d;
    max-width: 100%;
    word-spacing: 0.05em;
}

.eco-icon-wrapper {
    margin-bottom: 1.5rem !important;
    text-align: center;
}

.eco-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.1) 0%, rgba(25, 135, 84, 0.2) 100%);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto;
    padding: 0;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgba(25, 135, 84, 0.15), 0 8px 18px rgba(15, 23, 42, 0.08);
}

.eco-icon-circle svg {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 auto !important;
    flex-shrink: 0;
}

.eco-icon-circle i::before {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    vertical-align: baseline !important;
    text-align: center !important;
}

.eco-card:hover .eco-icon-circle {
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.2) 0%, rgba(25, 135, 84, 0.3) 100%);
    transform: scale(1.1);
    box-shadow: inset 0 0 0 1px rgba(25, 135, 84, 0.25), 0 12px 24px rgba(15, 23, 42, 0.16);
}

.eco-badge-circle i {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #198754 !important;
    font-size: 2.5rem !important;
    line-height: 1 !important;
    z-index: 1;
    position: relative;
    width: auto !important;
    height: auto !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Environmental Rules Section - Redesigned */
.eco-rules-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.1) 0%, rgba(25, 135, 84, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.eco-rules-icon-wrapper svg {
    display: block;
}

.eco-rule-card {
    background: #ffffff;
    border: 2px solid rgba(25, 135, 84, 0.15);
    border-radius: 20px;
    padding: 2rem;
    text-align: center !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.eco-rule-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #198754, #22c55e);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.eco-rule-card:hover::before {
    transform: scaleX(1);
}

.eco-rule-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(25, 135, 84, 0.15);
    border-color: rgba(25, 135, 84, 0.3);
}

.eco-rule-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1) 0%, rgba(220, 53, 69, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    transition: all 0.3s ease;
}

.eco-rule-card:hover .eco-rule-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.15) 0%, rgba(220, 53, 69, 0.08) 100%);
}

.eco-rule-icon svg {
    display: block;
}

.eco-rule-card h6 {
    color: var(--text-dark);
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
    text-align: center !important;
    width: 100%;
}

.eco-rule-card:hover h6 {
    color: #198754;
}

.eco-rule-card p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
    text-align: center !important;
    width: 100%;
}

/* Legacy styles for backward compatibility */
.eco-rules-box {
    transition: all 0.3s ease;
}

.eco-rules-box:hover {
    box-shadow: 0 8px 25px rgba(25, 135, 84, 0.2);
    transform: translateY(-2px);
}

.eco-rules-box i.bi-shield-exclamation-fill,
.eco-rules-box i.bi-x-circle-fill {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #198754 !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.eco-rules-box i.bi-x-circle-fill {
    color: #dc3545 !important;
}

.eco-commitment-box {
    transition: all 0.3s ease;
    text-align: center !important;
}

.eco-commitment-box:hover {
    box-shadow: 0 8px 25px rgba(25, 135, 84, 0.15);
    border-color: rgba(25, 135, 84, 0.4) !important;
}

.eco-commitment-box h4,
.eco-commitment-box p {
    text-align: center !important;
}

.eco-commitment-box .row,
.eco-commitment-box .col-md-8 {
    text-align: center !important;
}

.eco-commitment-box .col-md-8 {
    margin: 0 auto;
    max-width: 720px;
}

.eco-commitment-box .col-md-4 {
    display: flex;
    justify-content: center;
}

.eco-badge-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.15) 0%, rgba(25, 135, 84, 0.25) 100%);
    border: 3px solid rgba(25, 135, 84, 0.3);
    overflow: visible;
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.eco-badge-circle svg {
    display: block !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 auto !important;
    flex-shrink: 0;
}

/* Responsive Styles for Eco-Friendly Section */
.eco-intro-text {
    max-width: 700px;
}

/* Tablet and below (max-width: 992px) */
@media (max-width: 992px) {
    .eco-card {
        margin-bottom: 1.5rem;
    }
    
    .eco-icon-circle {
        width: 70px;
        height: 70px;
    }
    
    .eco-icon-circle svg {
        width: 35px !important;
        height: 35px !important;
    }
    
    .eco-commitment-box {
        text-align: center;
    }
    
    .eco-commitment-box .row {
        text-align: center;
    }
    
    .eco-commitment-box .col-md-8 {
        margin-bottom: 1.5rem;
    }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
    #eco-friendly {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    
    #eco-friendly .display-4 {
        font-size: 2rem !important;
        line-height: 1.3 !important;
    }
    
    #eco-friendly .text-muted,
    #eco-friendly .eco-intro-text {
        font-size: 0.95rem !important;
        padding: 0 1rem;
        max-width: 100% !important;
    }
    
    .eco-card {
        margin-bottom: 1.5rem;
        padding: 1.5rem !important;
        text-align: center !important;
    }
    
    .eco-icon-wrapper {
        margin-bottom: 1.25rem !important;
    }
    
    .eco-icon-circle {
        width: 65px;
        height: 65px;
    }
    
    .eco-icon-circle svg {
        width: 32px !important;
        height: 32px !important;
    }
    
    .eco-card h5 {
        font-size: 1.1rem !important;
        margin-bottom: 0.875rem !important;
        text-align: center !important;
        width: 100%;
    }
    
    .eco-card p {
        font-size: 0.875rem !important;
        line-height: 1.7 !important;
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 100%;
    }
    
    .eco-rule-card {
        padding: 1.5rem !important;
    }
    
    .eco-rule-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 1rem;
    }
    
    .eco-rule-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .eco-rule-card h6 {
        font-size: 1.1rem;
    }
    
    .eco-rules-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .eco-rules-icon-wrapper svg {
        width: 48px;
        height: 48px;
    }
    
    /* Legacy styles */
    .eco-rules-box {
        padding: 1.5rem !important;
        margin: 1.5rem 0 !important;
    }
    
    .eco-rules-box h5 {
        font-size: 1.1rem !important;
        margin-bottom: 1rem !important;
    }
    
    .eco-rules-box .d-flex {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }
    
    .eco-rules-box .d-flex.align-items-center {
        justify-content: center !important;
    }
    
    .eco-rules-box p {
        font-size: 0.875rem !important;
        margin-top: 1rem !important;
        padding: 0 0.5rem;
    }
    
    .eco-commitment-box {
        padding: 1.5rem !important;
        text-align: center;
    }
    
    .eco-commitment-box h4 {
        font-size: 1.25rem !important;
        margin-bottom: 1rem !important;
    }
    
    .eco-commitment-box p {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }
    
    .eco-badge-circle {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    
    .eco-badge-circle svg {
        width: 38px !important;
        height: 38px !important;
    }
    
    .eco-commitment-box .row {
        flex-direction: column;
    }
    
    .eco-commitment-box .col-md-8 {
        margin-bottom: 1.5rem;
        width: 100%;
    }
    
    .eco-commitment-box .col-md-4 {
        width: 100%;
    }
}

/* Small Mobile (max-width: 576px) */
@media (max-width: 576px) {
    #eco-friendly {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    
    #eco-friendly .mb-5 {
        margin-bottom: 2rem !important;
    }
    
    #eco-friendly .display-4 {
        font-size: 1.75rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
    }
    
    #eco-friendly .text-muted,
    #eco-friendly .eco-intro-text {
        font-size: 0.9rem !important;
        padding: 0;
        max-width: 100% !important;
    }
    
    .eco-card {
        margin-bottom: 1.25rem;
        padding: 1.25rem !important;
        text-align: center !important;
    }
    
    .eco-icon-wrapper {
        margin-bottom: 1rem !important;
    }
    
    .eco-icon-circle {
        width: 60px;
        height: 60px;
    }
    
    .eco-icon-circle svg {
        width: 28px !important;
        height: 28px !important;
    }
    
    .eco-card h5 {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
        text-align: center !important;
        width: 100%;
        line-height: 1.4;
    }
    
    .eco-card p {
        font-size: 0.8125rem !important;
        line-height: 1.6 !important;
        text-align: center !important;
        margin: 0 auto !important;
        max-width: 100%;
    }
    
    .eco-rule-card {
        padding: 1.25rem !important;
    }
    
    .eco-rule-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 0.875rem;
    }
    
    .eco-rule-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .eco-rule-card h6 {
        font-size: 1rem;
        margin-bottom: 0.625rem;
    }
    
    .eco-rule-card p {
        font-size: 0.875rem;
    }
    
    .eco-rules-icon-wrapper {
        width: 64px;
        height: 64px;
    }
    
    .eco-rules-icon-wrapper svg {
        width: 40px;
        height: 40px;
    }
    
    /* Legacy styles */
    .eco-rules-box {
        padding: 1.25rem !important;
        margin: 1.25rem 0 !important;
        border-width: 2px !important;
    }
    
    .eco-rules-box .mb-3:first-child {
        margin-bottom: 0.75rem !important;
    }
    
    .eco-rules-box i.bi-shield-exclamation-fill {
        font-size: 2rem !important;
    }
    
    .eco-rules-box h5 {
        font-size: 1rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .eco-rules-box .d-flex.align-items-center {
        font-size: 0.9rem !important;
    }
    
    .eco-rules-box i.bi-x-circle-fill {
        font-size: 1rem !important;
    }
    
    .eco-rules-box p {
        font-size: 0.8125rem !important;
        margin-top: 0.75rem !important;
        padding: 0;
    }
    
    .eco-commitment-box {
        padding: 1.25rem !important;
    }
    
    .eco-commitment-box h4 {
        font-size: 1.1rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .eco-commitment-box p {
        font-size: 0.875rem !important;
        line-height: 1.5 !important;
    }
    
    .eco-badge-circle {
        width: 70px;
        height: 70px;
    }
    
    .eco-badge-circle svg {
        width: 34px !important;
        height: 34px !important;
    }
    
    .eco-badge-wrapper p {
        font-size: 0.875rem !important;
        margin-top: 0.75rem !important;
    }
}

/* Extra Small Mobile (max-width: 400px) */
@media (max-width: 400px) {
    .eco-rule-card {
        padding: 1rem !important;
    }
    
    .eco-rule-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 0.75rem;
    }
    
    .eco-rule-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .eco-rule-card h6 {
        font-size: 0.95rem;
    }
    
    .eco-rule-card p {
        font-size: 0.8125rem;
    }
    
    .eco-rules-icon-wrapper {
        width: 56px;
        height: 56px;
    }
    
    .eco-rules-icon-wrapper svg {
        width: 36px;
        height: 36px;
    }
    
    .eco-card {
        padding: 1rem !important;
    }
    
    .eco-icon-circle {
        width: 55px;
        height: 55px;
    }
    
    .eco-icon-circle svg {
        width: 24px !important;
        height: 24px !important;
    }
    
    .eco-rules-box {
        padding: 1rem !important;
    }
    
    .eco-commitment-box {
        padding: 1rem !important;
    }
    
    .eco-badge-circle {
        width: 60px;
        height: 60px;
    }
    
    .eco-badge-circle svg {
        width: 30px !important;
        height: 30px !important;
    }
}

/* Landscape Orientation */
@media (max-width: 992px) and (orientation: landscape) {
    #eco-friendly {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .eco-card {
        margin-bottom: 1rem;
    }
}
