@media (min-width: 992px) {
    .nav {
        margin-top: -18px !important;
    }
}
/* Navbar logo always top left (desktop) */
@media (min-width: 992px) {
    header.bg-white {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }
    .navbar-logo {
        display: block;
        height: 36px;
        width: 82px;
        object-fit: contain;
        margin-right: 20px;
        margin-left: 0;
        padding: 0;
        align-self: flex-start;
    }
    header.bg-white {
        min-height: 80px !important; /* Increased from 64px */
        height: 80px !important; /* Increased from 64px */
    }
}
@media (min-width: 992px) {

	.d-none.d-lg-flex.w-100 {
		display: flex !important;
		flex: 1 1 0 !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100%;
		gap: 0;
	}
	
	
	
}
/* Footer links in black */
/* Fixe la navbar en haut (desktop & mobile) */
header.bg-white {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    z-index: 3000 !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    min-height: 80px !important; /* Increased from 64px */
    height: 80px !important; /* Increased from 64px */
}
body {
    padding-top: 90px !important; /* Increased from 80px */
}
.footer-list a,
.footer-policy-link,
.footer-social-link {
    color: #111 !important;
    transition: color 0.2s;
}
.footer-list a:hover,
.footer-policy-link:hover {
    color: #5f5757 !important;
}
@media (max-width: 600px) {
        .header-mobile-title {
            margin-top: 46px !important;
    }
}
@media (max-width: 600px) {
    .mobile-menu-btn {
        margin-top: -20px !important;
    }
}
@media (max-width: 600px) {
    .d-flex.d-lg-none.w-100.align-items-center.justify-content-between {
        min-height: 70px !important; /* Increased from 64px */
        height: 70px !important; /* Increased from 64px */
        align-items: center !important;
        display: flex !important;
    }
    
    body {
        padding-top: 80px !important; /* Increased from 64px for mobile */
    }

    .header-mobile-title {
        line-height: 1 !important;
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
    }
        .mobile-menu-btn {
            display: flex !important;
            align-items: center !important;
            height: 100% !important;
            margin-top: -10px !important;
            margin-bottom: 0 !important;
        }
}
@media (max-width: 600px) {
    .header-mobile-title {
        margin-left: auto !important;
        margin-right: 16px !important;
        text-align: right !important;
        width: auto !important;
        position: static !important;
        left: unset !important;
        top: unset !important;
        display: inline-block !important;
        }
        .header-mobile-title img {
            height: 22px !important;
            width: auto !important;
            max-width: 120px !important;
            object-fit: contain !important;
            display: inline-block !important;
            margin: 0 !important;
            padding: 0 !important;
            vertical-align: middle !important;
    }
            .mobile-menu-btn {
                margin-left: 8px !important;
                margin-right: 0 !important;
                order: 1 !important;
                margin-top: -10 !important;
                margin-bottom: 0 !important;
                    /* align-self retiré pour alignement vertical */
            }
                .d-flex.d-lg-none.w-100.align-items-center.justify-content-between {
                    align-items: center !important;
                }
    .header-mobile-title {
        order: 2 !important;
    }
    .d-flex.d-lg-none.w-100.align-items-center.justify-content-between {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        width: 100% !important;
    }
    /* Cacher l'ancienne version absolute */
    .header-mobile-title[style*="position: absolute"] {
        display: none !important;
    }
}

/* Sidebar mobile overlay (harmonized with about.css) */
.about-mobile-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 70vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55); /* Overlay noir, opacité forte */
    z-index: 1000;
    display: none;
}

/* Sidebar drawer (harmonized with about.css) */
.about-mobile-sidebar {
    background: rgba(101, 67, 33, 0.92) !important;
    width: 65vw !important;
    max-width: 320px !important;
    height: 100vh;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    border-radius: 0 18px 18px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-mobile-sidebar > .sidebar-nav {
    order: 2;
}
.about-mobile-sidebar > .sidebar-header {
    order: 1;
    animation: slideInSidebar .25s cubic-bezier(.4,0,.2,1);
}


.sidebar-header {
	background: transparent;
	border-top-right-radius: 18px;
		padding: 1px 24px 0 24px;
		color: black;
		margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sidebar-header h2 {
    margin: 0;
    font-size: 18px !important;
    color: #111 !important;
    align-self: flex-start;
    padding-left: 0 !important;
    margin-top: 10px !important;


    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
    width: 100%;
    box-sizing: border-box;
}

.sidebar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 18px 8px 18px;
}

/* RTL: flip mobile sidebar overlay/drawer to the right side */
body.rtl .about-mobile-sidebar-overlay {
    left: auto !important;
    right: 0 !important;
}

body.rtl .about-mobile-sidebar {
    left: auto !important;
    right: 0 !important;
    border-radius: 18px 0 0 18px !important; /* mirror the rounded corner */
    animation: slideInSidebarR .25s cubic-bezier(.4,0,.2,1) !important;
}

/* RTL-specific slide-in from right */
@keyframes slideInSidebarR {
    from { transform: translateX(100%); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}

body.rtl .about-mobile-sidebar > .sidebar-header {
    animation: slideInSidebarR .25s cubic-bezier(.4,0,.2,1) !important;
    order: 1;
}

body.rtl .about-mobile-sidebar > .sidebar-nav {
    order: 2;
}

/* Flip the dashboard (full) sidebar to the right in RTL */
body.rtl .dashboard-sidebar {
    left: auto !important;
    right: -70px !important;
}

body.rtl .dashboard-sidebar.active {
    right: 0 !important;
    left: auto !important;
}

/* Move the close button to the left edge inside RTL drawer */
body.rtl .close-sidebar {
    left: 0 !important;
    right: auto !important;
    padding: 0 8px 0 0 !important;
}
.sidebar-header h2 {
	font-size: 18px;
	font-weight: 700;
	color: black;
	margin: 0;
}
.close-sidebar {
	background: none;
	border: none;
	font-size: 28px;
	color: #4b1f1f7d;
	cursor: pointer;
}

.sidebar-nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 12px;
	overflow: hidden;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 0;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 8px;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
    width: 100%;
    box-sizing: border-box;
}

.sidebar-link.active,
.sidebar-link:hover {
	background: rgba(255,255,255,0.18);
	color: #fff;
	border-radius: 6px;
	box-sizing: border-box;
	width: 70%;
}

.language-selector {
	display: flex;
	gap: 6px;
	justify-content: flex-start;
	align-items: center;
	margin: 52px 40px 40px 32px;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	padding-left: 0;
}
.language-selector span {
	cursor: pointer;
}

.social-links {
	display: flex;
	gap: 40px;
	margin: 24px 0 32px 32px;
	padding-left: 0;
}
.social-link {
	color: #fff;
	transition: color 0.15s;
	font-size: 28px;
}
/* Séparateur horizontal dans la sidebar */
.sidebar-separator {
	width: 80%;
	height: 2px;
	background: rgba(255,255,255,0.5);
	margin: 32px auto 24px auto;
	border-radius: 2px;
}
.social-link:hover {
	color: #222;
}
/* Sidebar mobile overlay et drawer */
.about-mobile-sidebar-overlay {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.32);
}


@media (max-width: 600px) {
    .place-card-wrapper:first-child,
    .place-card-wrapper:nth-child(2) {
        height: 320px !important;
        min-height: 320px !important;
        max-height: 320px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-top: 0px !important;
        padding: 0 !important;
    }
     .carousel-item img {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .special-block .special-img {
        margin-left: 4px !important;
    }
    .place-card-wrapper:nth-child(2) {
        margin-top: 0 !important;
    }
    /* Correction finale : le cadre et l'image ont la même taille */
    .place-card-wrapper:nth-child(2) {
        width: 200px !important;
        max-width: 200px !important;
        min-width: 200px !important;
        height: 320px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .place-card-wrapper:nth-child(2) .place-card-image {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
        object-fit: cover !important;
        margin: 0 !important;
        border-radius: 20px !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    .place-card-wrapper:first-child {
        margin-left: -20px !important;
        width: 170px !important;
        max-width: 170px !important;
        min-width: 170px !important;
    }
    /* Correction finale : images occupent tout le conteneur */
    .place-card-wrapper .place-card-image {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        .place-card-wrapper {
            width: 50vw !important;
            max-width: 50vw !important;
            min-width: 50vw !important;
            margin: 0 !important;
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: flex-start !important;
        }
        .card-tilt {
            width: 100% !important;
            height: 100% !important;
            margin: 0 !important;
            border-radius: 20px !important;
            box-sizing: border-box !important;
            background: transparent !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    }
        .place-card-wrapper:first-child .place-card-image {
            width: 150px !important;
            height: 100% !important;
            object-fit: cover !important;
            border-radius: 20px !important;
            background: transparent !important;
            margin: 0 !important;
            display: block !important;
            margin-left: 18px !important;
        }
    .types-of-transportation,
    .section-pad {
        margin-bottom: 0px !important;
    }
    /* Adjust CTA banner vertical position & size on mobile: move it down a bit and make it a bit taller */
    .cta-banner {
        /* Previously negative value caused the CTA to overlap; use a small positive margin to push it downward */
        margin-top: 40px !important;
        /* Make CTA slightly larger on mobile for prominence */
        height: 1000px !important;
        min-height: 420px !important;
    }

    /* Ensure CTA background images cover the larger mobile banner */
    .cta-bg-image,
    .cta-bg-image.active {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        left: 0 !important;
        top: 0 !important;
    }
    .places-main-image,
    .place-card-image {
        margin-top: 0px !important;
    }
    .places-section h2,
    h2.fw-bold.mb-3.text-center {
        margin-bottom: -62px !important;
        padding-bottom: 0 !important;
        text-align: center !important;
        margin-top: -20px !important;
    }
    .places-main-container {
        margin-top: 40 !important;
        padding-top: 0 !important;
    }
    .places-section h2,
    h2.fw-bold.mb-3.text-center {
        margin-bottom: 4px !important;
    }
    .carousel-inner {
        margin-left: 0px !important;
    }
    .hero-section {
        margin-top: 90px; /* Increased from 80px */
        margin-left: 0px !important;
        margin-right: 8px !important;
    }
    .place-card-wrapper:first-child .place-card-image {
        width: 150px !important;
        max-width: 150px !important;
        margin-left: 4% !important;
        margin-right: 4% !important;
    }
    .place-card-wrapper:nth-child(2) .place-card-image {
        width: 138% !important;
        max-width: 138% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .places-section {
        margin-top: -200px !important;
    }
    .container,
    .container-fluid,
    .container-fluid-custom {
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .fw-bold.mb-3.text-center,
    h2.fw-bold.mb-3.text-center {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .container {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .fw-bold.mb-3.text-center {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hero-section {
        margin-top: 150px;
        min-height: 220px !important;
        height: auto !important;
    }
    .places-main-container {
        margin-top: -42px !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .places-main-image {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border: none !important;
    }
    .hero-section {
        margin-top: 100px;
        margin-bottom: 0 !important;
        padding-bottom: 30px !important;
    }
    .section-pad.places-section {
        padding-top: 8px !important;
        margin-top: 0 !important;
    }
        .hero-section {
            margin-top: 100px;
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
        }
        .section-pad.places-section {
            padding-top: 0 !important;
            margin-top: 0 !important;
        }
        .places-main-container {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
    .hero-section {
        position: relative !important;
        margin-bottom: 0 !important;
    }
    .hero-text-overlay {
        position: absolute !important;
        top: 45% !important;
        left: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        z-index: 10 !important;
        transform: translateY(-50%) !important;
        pointer-events: none !important;
        padding-left: 24px !important;
        padding-right: 0 !important;
    }
    .hero-title {
        font-size: 28px !important;
        color: #fff !important;
        text-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
        font-weight: 700 !important;
        font-family: 'Montserrat', Arial, sans-serif !important;
        margin-bottom: 0 !important;
    }
    .hero-title {
        font-size: 28px !important;
        color: #fff !important;
        text-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
        font-weight: 700 !important;
        font-family: 'Montserrat', Arial, sans-serif !important;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 600px) {
    .hero-text-overlay {
        position: absolute !important;
        bottom: 32px !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center !important;
        z-index: 10 !important;
    }
    .hero-title {
        font-size: 28px !important;
        color: #fff !important;
        text-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
        font-weight: 700 !important;
        font-family: 'Montserrat', Arial, sans-serif !important;
        margin-bottom: 0 !important;
    }
}
/* Titre mobile en haut à gauche, caché sur desktop */
@media (max-width: 600px) {
    .hero-text-overlay {
        position: absolute !important;
        bottom: 32px !important;
        left: 0 !important;
        width: 100% !important;
        text-align: center !important;
        z-index: 10 !important;
    }
    .hero-title {
        font-size: 28px !important;
        color: #fff !important;
        text-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
        font-weight: 700 !important;
        font-family: 'Montserrat', Arial, sans-serif !important;
        margin-bottom: 0 !important;
    }
    .hero-section {
        margin-bottom: 10px !important;
    }
    .section-pad.places-section {
        padding-top: 10px !important;
    }
}
/* Affichage mobile uniquement pour la section special-block-mobile */
.special-block-mobile { display: none; }
@media (min-width: 600px) {
    .special-block-mobile {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .special-block-mobile { display: block !important; }
    .special-block:not(.special-block-mobile) { display: none !important; }
}
/*
Palette couleurs :
- Bleu vif : #2196f3
- Beige clair : #fbeee0
- Rouge bouton : #b85c4c
- Gris clair footer : #f8f8f8
- Texte principal : #222
- Blanc : #fff

Police principale : 'Montserrat', Arial, sans-serif (Google Fonts)
*/

.section-pad {
    padding-top: 48px;
    padding-bottom: 48px;
}

.hero-overlay {
    background: rgba(255,255,255,0.7);
    border-radius: 18px;
    padding: 18px 32px;
    display: inline-block;
}

.hero-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}
.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
}
.hero-dot.active {
    background: #222;
}

.places-img {
    border: 4px solid #2196f3;
    border-radius: 18px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card-tilt {
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    overflow: hidden;
    width: 40px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-tilt-1 {
    transform: rotate(8deg);
}
.card-tilt-2 {
    transform: rotate(-8deg);
}
.card-tilt-3 {
    transform: rotate(8deg);
}

.card-desc {
    font-size: 13px;
    color: #222;
    margin-top: 30px;
}

.special-block {
    background: #fbeee0;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.special-block,
.special-block-custom {
    margin-top: 24px !important; /* push block down for breathing room */
}
/* Smaller top offset on very small screens to limit extra scroll */
@media (max-width: 600px) {
    .special-block,
    .special-block-custom {
        margin-top: 150px !important;
    }
}
.special-img {
    width: 150px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}
.special-btn {
    background: #b85c4c;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 22px;
    font-size: 15px;
    cursor: pointer;
}

.transport-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    background: #fff;
    padding: 18px;
    text-align: center;
}

.cta-banner {
    position: relative;
    width: 100%;
    height: 600px;
    background: #6a4c2b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.cta-banner .cta-text {
    position: relative;
    z-index: 2;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.cta-banner .cta-desc {
    font-size: 15px;
    margin-top: 10px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.footer {
    background: #f8f8f8;
    padding: 30px 0 0 0;
}
.footer-content {
    max-width: 100vw;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    font-size: 13px;
}
.footer-section {
    flex: 1;
}
.footer-section h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 6px;
}
.footer-bottom {
    text-align: center;
    font-size: 11px;
    color: #aaa;
    margin-top: 18px;
}
.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}
.footer-social a {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.footer-social img {
    width: 100%;
    height: 100%;
}

/* Styles pour les boutons de défilement du carousel en points ronds */
.carousel-indicators button {
    background-color: #fff !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    margin: 0 1px !important;
    opacity: 1 !important;
    border: 1px solid #000 !important;
    transition: background-color 0.3s ease;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.carousel-indicators .active,
.carousel-indicators button.active {
    background-color: #2196f3 !important;
    border: 1px solid #000 !important;
}

.nav-custom {
    color: #ff9800 !important;
    font-weight: 500;
    font-size: 13px;
    border-bottom: none;
    padding-bottom: 0.25rem;
    transition: color 0.2s;
}
.nav-custom.active {
    color: #222 !important;
    border-bottom: 2px solid #ff9800;
}
.nav-custom:hover {
    color: #e67e22 !important;
}
header {
    border-bottom: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    z-index: 2000 !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* MOBILE RESPONSIVE STYLES - EXACT MOBILE DESIGN */
@media (max-width: 600px) {
    /* Augmente la largeur de la photo de droite (2ème carte) */
    .place-card-wrapper:nth-child(2) .place-card-image,
    .place-card-wrapper:nth-child(2) .card-tilt img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
        object-fit: cover !important;
        margin: 0 !important;
        border-radius: 20px !important;
        display: block !important;
        box-sizing: border-box !important;
    }
  /* Header mobile */
  header {
    padding: 15px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: relative !important;
  }
  
  /* Hide desktop nav completely */
  header nav {
    display: none !important;
  }
  
  /* Style hamburger menu */
  .mobile-menu-btn {
    display: block !important;
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #333 !important;
    order: 2;
    margin-top: 20px !important;
  }
  
  /* Hero section mobile */
  .carousel-inner {
    margin-left: 20px;
    border-radius: 20px !important;
    height: 200px !important;
  }
  
  .carousel-item img {
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
  }
  
  /* Hero text overlay */
  .hero-text-overlay {
    position: absolute !important;
    bottom: 20px !important;
    left: 20px !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
  }
  
  /* Hide indicators */
  #customIndicators,
  .carousel-indicators {
    display: none !important;
  }
  
  /* Transform Places section */
  .section-pad {
    padding: 25px 20px !important;
  }
  
  /* Section titles */
  h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    color: #333 !important;
  }
  
  /* Hide main places image */
  .places-img {
    display: none !important;
  }
  
    /* Affiche les deux cartes côte à côte sur mobile */
    .places-cards-container {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: flex-start !important;
    gap: 0px !important; /* Petit espace entre les deux images */
        width: 100vw !important;
    margin: 0 auto !important;
    margin-top: -50px !important;
        padding: 0 !important;
    }

    .place-card-wrapper {
        width: calc(50vw - 1px) !important;
        max-width: calc(50vw - 1px) !important;
        min-width: calc(50vw - 1px) !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }
  
  /* Show only first 2 cards */
  .place-card-wrapper:nth-child(3) {
    display: none !important;
  }
  
  /* Remove rotations from all cards */
  .card-tilt-1,
  .card-tilt-2,
  .card-tilt-3 {
    transform: none !important;
    height: 180px !important;
    border-radius: 20px !important;
    width: 100% !important;
    overflow: hidden !important;
  }
  
    .place-card-image {
        border-radius: 20px !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        margin: 0 !important;
    }
  
  .place-card-desc {
    font-size: 12px !important;
    color: #666 !important;
    line-height: 1.4 !important;
    margin-top: 12px !important;
    min-height: auto !important;
    text-align: center !important;
    padding: 0 5px !important;
  }
  
  /* Add card titles for mobile */
  .place-card-wrapper:first-child .place-card-desc::before {
    content: "Chefchaouen";
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    text-align: center;
  }
  
  .place-card-wrapper:nth-child(2) .place-card-desc::before {
    content: "Private Transfers";
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    text-align: center;
  }
  
  /* Transform Transportation section */
  .row.justify-content-center.g-4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
    align-items: center !important;
  }
  
  .col-12.col-md-4 {
    width: 100% !important;
    max-width: 320px !important;
  }
  
  .transport-card {
    text-align: center !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07) !important;
    border: 1px solid #eee !important;
    padding: 20px 15px !important;
    border-radius: 12px !important;
    margin-bottom: 0 !important;
  }
  
  .transport-card img {
    width: 100% !important;
    height: 120px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
  }
  
  .transport-card .fw-bold {
    font-size: 16px !important;
    color: #333 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-weight: 700 !important;
  }
  
  /* Show descriptions in transport cards on mobile */
  .transport-description,
  .transport-description-special {
    display: block !important;
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    margin-top: 8px !important;
    padding: 0 5px !important;
  }
}

/* Classes pour remplacer les styles inline */
body {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #222;
}

.mobile-menu-icon {
    font-size: 20px;
    color: #222;
}

.user-avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    z-index: 1000;
    border-top: 1px solid #eee;
}

/* Classes pour remplacer les styles inline */
body {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #222;
}

.header-title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.mobile-menu-icon {
    font-size: 20px;
    color: #222;
}

.user-avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    z-index: 1000;
    border-top: 1px solid #eee;
}

.hero-section {
    padding: 0 0 60px 0;
    margin: 90px 0 0 0; /* Increased from 80px */
}

.hero-carousel {
    border-radius: 90px 50px 0 0;
    overflow: visible;
    height: 400px;
}

.carousel-inner-custom {
    height: 400px;
}

.carousel-image {
    object-fit: cover;
    border-radius: 40px 40px 0 0;
    height: 400px !important;
    max-height: 400px !important;
}

.hero-text-overlay {
    position: absolute;
    left: 40px;
    bottom: 50px;
    z-index: 100;
}

.hero-title {
    font-size: 32px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.custom-indicators {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    display: flex !important;
    gap: 7px;
}

.places-section {
    padding-top: 40px;
}

.container-fluid-custom {
    padding-left: 30px;
    padding-right: 30px;
}

.places-main-container {
    margin-bottom: 5rem !important;
}

.places-main-image {
    height: 400px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    outline: none;
    border: none;
}

.places-cards-container {
    gap: 180px;
}

.place-card-wrapper {
    flex: 1;
    max-width: 40vw;
}

/* Classes pour les cartes de lieux */
.place-card {
    max-width: 100vw;
    height: 20vw;
}

.place-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.place-card-desc {
    max-width: 320px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 40px;
    min-height: 150px;
}

/* Section spéciale */
.special-section {
    padding-top: 0px;
}

.special-block-custom {
    height: 320px;
    padding: 40px 32px;
    width: 100%;
    background: #fbeee0;
    border-radius: 12px;
}

.special-img-custom {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    transform: rotate(-5deg);
    margin-right: 40px;
    flex-shrink: 0;
}

/* Section spéciale - contenu */
.special-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0px;
    height: 160px;
}

.special-title {
    font-size: 16px;
}

.special-description {
    font-size: 12px;
    line-height: 1.5;
}

.special-btn-custom {
    font-size: 14px;
    padding: 16px 32px;
    background: #b85c4c;
    color: #fff;
    border: none;
    border-radius: 6px;
    flex-shrink: 0;
    align-self: flex-end;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Section transport */
.transport-card-custom {
    background: #ede9e9;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    max-width: 320px;
    height: 450px;
}

.transport-img-220 {
    width: 100% !important; 
    height: 220px;
    object-fit: cover;
    border-radius: 2px;
}

.transport-img-200 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 2px;
}

.transport-title {
    font-size: 17px;
}

.transport-description {
    font-size: 13px;
    font-weight: bold;
}

.transport-description-special {
    font-size: 13px;
    font-weight: bold;
    justify-content: flex-start;
}

/* Section CTA */
.cta-banner-custom {
    height: 500px;
    border-radius: 0;
    margin: 0;
}

.cta-bg-image {
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 0;
    filter: blur(4px);
}

.cta-content {
    z-index: 2;
}

.cta-main-title {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    margin-bottom: 10px;
    font-family: 'Permanent Marker', cursive;
}

.cta-subtitle {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    margin-bottom: 24px;
    font-family: 'Permanent Marker', cursive;
}

.cta-text-content {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    width: 90%;
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    text-align: justify;
}

.cta-paragraph {
    margin-bottom: 18px;
}

.cta-paragraph-last {
    margin-bottom: 0;
}

/* Footer */
.footer-custom {
    background: white !important;
    margin: 48px 20px 20px 20px !important;
    padding: 40px 50px 20px !important;
    border-radius: 16px !important;
    width: auto !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

.footer-container {
    max-width: 90vw !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
}

.footer-content {
    max-width: none !important;
    margin: 0 !important;
    display: flex !important;
    gap: 30px !important;
    font-size: 13px !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

.footer-section {
    flex: 1 !important;
    min-width: 0 !important;
}

.footer-section-content {
    margin-bottom: 25px;
}

.footer-label {
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list-item {
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.footer-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.footer-link:hover {
    color: #a04c43;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.footer-social-link {
    color: #666;
    transition: color 0.3s;
}

.footer-social-link:hover {
    color: #a04c43;
}

.footer-bottom-section {
    margin-top: 40px !important;
    padding-top: 20px !important;
    border-top: 1px solid #ddd !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.footer-copyright {
    color: #888;
    font-size: 12px;
}

.footer-right-section {
    display: flex !important;
    justify-content: flex-end !important;
    padding-right: 0 !important;
}

.footer-links-container {
    color: #888 !important;
    font-size: 12px !important;
    display: flex !important;
    gap: 40px !important;
    margin-right: 0 !important;
}

.footer-policy-link {
    color: #888 !important;
    text-decoration: none !important;
}

.footer-policy-link:hover {
    color: #a04c43 !important;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    .footer-custom {
        margin: 20px 10px 10px 10px !important;
        padding: 20px 15px 10px !important;
    }
    
    .footer-content {
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .footer-section {
        width: 100% !important;
    }
    
    .footer-bottom-section {
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center !important;
    }
    
    .footer-links-container {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: center !important;
    }
}

/* Strong mobile header alignment fixes */
@media (max-width: 768px) {
    /* Ensure header container uses centered alignment */
    header.bg-white, header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 8px 12px !important;
        height: 64px !important;
        min-height: 64px !important;
    }

    /* Make hamburger and title vertically centered and predictable */
    .mobile-menu-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        /* Larger hit area for easier tapping */
        height: 48px !important;
        width: 64px !important;
        padding: 8px !important;
        margin-left: -8vw !important;
        margin-top: 0 !important;
        order: 1 !important;
        border-radius: 8px !important;
    }

    /* Bigger icon inside the button */
    .mobile-menu-btn .mobile-menu-icon,
    .mobile-menu-icon {
        font-size: 28px !important;
        line-height: 1 !important;
        color: #222 !important;
    }

    .header-mobile-title {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 0 !important;
        padding: 0 8px !important;
        order: 2 !important;
        flex: 1 1 auto !important;
    }

    /* If the title contains an image, ensure it doesn't overflow */
    .header-mobile-title img {
        height: 28px !important;
        width: auto !important;
        max-width: 100% !important;
        margin-left: 55vw !important;
        vertical-align: middle !important;
    }

    /* Small tweak: keep other header controls aligned right */
    .d-flex.d-lg-none.w-100.align-items-center.justify-content-between {
        align-items: center !important;
    }
}

/* When Arabic is selected (navbar.js toggles body.rtl), force logo to the left
   and swap mobile header order so the logo appears at the left edge. */
body.rtl header .navbar-logo {
    /* ensure logo is visually on the left */
    order: -1 !important;
    margin-left: 12px !important;
    margin-right: 16px !important;
}

/* Mobile: swap positions so logo appears left and hamburger to the right */
body.rtl .d-flex.d-lg-none.w-100.align-items-center.justify-content-between {
    direction: ltr; /* keep layout LTR for ordering control; text will still be RTL via dir on html */
}
body.rtl .d-flex.d-lg-none.w-100.align-items-center.justify-content-between .header-mobile-title {
    order: 1 !important; /* move logo/title to left */
    margin-left: 8px !important;
    margin-right: 0 !important;
}
body.rtl .d-flex.d-lg-none.w-100.align-items-center.justify-content-between .mobile-menu-btn {
    order: 2 !important; /* move hamburger to the right */
    margin-left: 0 !important;
    margin-right: 8px !important;
}

/* Desktop: ensure navbar-logo sits at left even in RTL mode */
body.rtl header .d-none.d-lg-flex .navbar-logo {
    order: -1 !important;
    margin-left: 12px !important;
    margin-right: 16px !important;
}

/* Stronger RTL mobile overrides: the mobile logo had an explicit large margin-left (55vw)
   which pushed it to the right. Force it left in RTL mode and ensure the hamburger
   remains on the right. These rules are intentionally specific and use !important
   to override inline styles or other page-level rules. */
body.rtl .d-flex.d-lg-none.w-100.align-items-center.justify-content-between .header-mobile-title {
    order: 1 !important; /* logo/title first */
    margin-left: 8px !important;
    margin-right: auto !important;
    text-align: left !important;
}

body.rtl .d-flex.d-lg-none.w-100.align-items-center.justify-content-between .header-mobile-title img,
body.rtl .header-mobile-title img {
    margin-left: 8px !important; /* remove the 55vw push */
    margin-right: auto !important;
    height: 28px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* make sure the menu button is pinned to the right in RTL */
body.rtl .d-flex.d-lg-none.w-100.align-items-center.justify-content-between .mobile-menu-btn {
    order: 2 !important;
    margin-left: auto !important;
    margin-right: 8px !important;
}

/* Ensure footer stays at bottom */
body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding-top: 80px !important;
}

main {
    flex: 1 !important;
}
/* Sidebar Styles */
.dashboard-sidebar {
    position: fixed;
    top: 0;
    left: -70px;
    width: 100%;
    height: 110vh;
     background: rgba(101, 67, 33, 0.7) !important;
    color: white;
    z-index: 1050;
    transition: left 0.3s ease;
    padding: 20px;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 2px 0 12px rgba(0,0,0,0.08);
}

.dashboard-sidebar.active {
    left: 0;
}

.sidebar-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -18px;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    position: relative;
}

.sidebar-header h2 {
    margin: 0;
    font-size: 15px;
    color: #111 !important;
    align-self: flex-start;
    padding-left: 0 !important;
}

.close-sidebar {
    background: none;
    border: none;
    color: black;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: -8px;
    left: auto;
    right: 0;
    padding: 0 0 0 8px;
    z-index: 4;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
    flex: 1;
    padding: 5px 0 20px 0;
}

.about-mobile-sidebar .sidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 0;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 10px;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
    width: 100%;
    box-sizing: border-box;
}

.about-mobile-sidebar .language-selector {
    margin-top: 48px !important;
    gap: 2px !important;
}

.sidebar-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    width: 70%;
}

.sidebar-link .icon {
    width: 20px;
    height: 20px;
}

.language-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

.language-selector span {
    cursor: pointer;
    transition: opacity 0.2s;
    min-width: 8px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
}

.language-selector span:hover {
    opacity: 1;
    color: white;
}

.social-links {
    display: flex;
    justify-content: flex-start;
    gap: 28px;
    padding-bottom: 8px;
    margin-top: -10px;
    padding-left: 10px;
}


.about-mobile-sidebar .social-link {
    color: #fff !important;
    transition: color 0.2s;
    padding: 4px;
}

.about-mobile-sidebar .social-link svg {
    width: 22px !important;
    height: 22px !important;
}

.social-link:hover {
    color: white;
}

.social-link svg {
    width: 32px; /* Increased from 20px to 32px */
    height: 32px; /* Increased from 20px to 32px */
}

/* Remove any backdrop filter or gradient */
.dashboard-sidebar {
    background: #8B4513;
}

/* ANIMATIONS AND KEYFRAMES */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInSidebar {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes shimmer {
    0% { background-position: -200px 0; }
    100% { background-position: calc(200px + 100%) 0; }
}

@keyframes rotateIn {
    from {
        transform: rotate(-10deg) scale(0.8);
        opacity: 0;
    }
    to {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* LOADING ANIMATIONS */
.loading-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    animation: shimmer 2s infinite;
}

/* HERO SECTION ANIMATIONS */
.hero-section {
    animation: fadeInUp 1s ease-out;
}

.hero-carousel {
    overflow: hidden;
    position: relative;
}

.carousel-item img {
    transition: transform 0.6s ease-in-out;
}

.carousel-item.active img {
    animation: fadeInUp 0.8s ease-out;
}

.hero-text-overlay {
    animation: fadeInLeft 1.2s ease-out 0.3s both;
}

.hero-title {
    animation: fadeInUp 1.5s ease-out 0.5s both;
    position: relative;
}

.hero-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #2196f3, #ff9800);
    animation: expandWidth 2s ease-out 1s forwards;
}

@keyframes expandWidth {
    to { width: 100%; }
}

/* CUSTOM INDICATORS ANIMATION */
.custom-indicators button {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.custom-indicators button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(33, 150, 243, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.custom-indicators button:hover::before {
    width: 20px;
    height: 20px;
}

.custom-indicators button.active {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(33, 150, 243, 0.5);
}

/* PLACES SECTION ANIMATIONS */
.places-section h2 {
    animation: fadeInUp 0.8s ease-out;
    position: relative;
}

.places-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2196f3, #ff9800);
    border-radius: 2px;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.places-main-image {
    transition: all 0.4s ease;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.places-main-image:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* PLACE CARDS ANIMATIONS */
.place-card-wrapper {
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.place-card-wrapper:nth-child(1) { animation-delay: 0.1s; }
.place-card-wrapper:nth-child(2) { animation-delay: 0.3s; }
.place-card-wrapper:nth-child(3) { animation-delay: 0.5s; }

.card-tilt {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.card-tilt::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 10%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
}

.card-tilt:hover::before {
    left: 100%;
}

.card-tilt:hover {
    transform: rotate(0deg) scale(1.05) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    z-index: 10;
}

.place-card-image {
    transition: transform 0.4s ease;
}

.card-tilt:hover .place-card-image {
    transform: scale(1.1);
}

.place-card-desc {
    animation: fadeInUp 1s ease-out 0.7s both;
}

/* SPECIAL SECTION ANIMATIONS */
.special-section {
    animation: fadeInUp 0.8s ease-out;
}

.special-block-custom {
    animation: fadeInLeft 1s ease-out 0.2s both;
    transition: all 0.3s ease;
}

.special-block-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.special-img-custom {
    transition: all 0.4s ease;
    position: relative;
}

.special-img-custom:hover {
    transform: rotate(0deg) scale(1.05);
}

.special-btn-custom {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.special-btn-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}

.special-btn-custom:hover::before {
    left: 100%;
}

.special-btn-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184, 92, 76, 0.4);
    background: #a04c3c;
}

/* TRANSPORT SECTION ANIMATIONS */
.transport-card-custom {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
    position: relative;
    overflow: hidden;
}

.col-12.col-md-4:nth-child(1) .transport-card-custom { animation-delay: 0.1s; }
.col-12.col-md-4:nth-child(2) .transport-card-custom { animation-delay: 0.3s; }
.col-12.col-md-4:nth-child(3) .transport-card-custom { animation-delay: 0.5s; }

.transport-card-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.1), rgba(255, 152, 0, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.transport-card-custom:hover::before {
    opacity: 1;
}

.transport-card-custom:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.transport-img-220,
.transport-img-200 {
    transition: transform 0.4s ease;
}

.transport-card-custom:hover .transport-img-220,
.transport-card-custom:hover .transport-img-200 {
    transform: scale(1.1);
}

/* CTA SECTION ENHANCEMENTS */
.cta-banner-custom {
    overflow: hidden;
}

.cta-background-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-bg-image {
    opacity: 0;
    transition: opacity 2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-bg-image.active {
    opacity: 1;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 2;
}

.cta-content {
    z-index: 3;
    padding: 40px 20px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cta-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', Arial, sans-serif;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    min-width: 160px;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.cta-btn:hover::before {
    left: 100%;
}

.cta-btn-primary {
    background: linear-gradient(135deg, #2196f3, #1976d2);
    color: white;
    border: 2px solid transparent;
}

.cta-btn-primary:hover {
    background: linear-gradient(135deg, #1976d2, #1565c0);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(33, 150, 243, 0.4);
}

.cta-btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta-btn-secondary:hover {
    background: white;
    color: #333;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
}

.cta-btn-accent {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: white;
    border: 2px solid transparent;
}

.cta-btn-accent:hover {
    background: linear-gradient(135deg, #f57c00, #e65100);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(255, 152, 0, 0.4);
}

.btn-icon {
    transition: transform 0.3s ease;
}

.cta-btn:hover .btn-icon {
    transform: scale(1.2) rotate(5deg);
}

/* Mobile CTA Buttons */
@media (max-width: 600px) {
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
        padding: 12px 20px;
        font-size: 14px;
        min-width: unset;
    }
}

/* ENHANCED PLACES SECTION */
.places-main-image {
    filter: brightness(1.1) contrast(1.05) saturate(1.1);
}

.places-main-image:hover {
    filter: brightness(1.2) contrast(1.1) saturate(1.2);
}

/* ENHANCED PLACE CARDS */
.place-card-image {
    filter: brightness(1.05) contrast(1.02);
}

.card-tilt:hover .place-card-image {
    filter: brightness(1.15) contrast(1.08) saturate(1.1);
}

/* ENHANCED SPECIAL SECTION */
.special-img-custom {
    filter: brightness(1.1) contrast(1.05);
}

.special-img-custom:hover {
    filter: brightness(1.2) contrast(1.1) saturate(1.1);
}

/* ENHANCED TRANSPORT CARDS */
.transport-img-220,
.transport-img-200 {
    filter: brightness(1.05) contrast(1.02);
}

.transport-card-custom:hover .transport-img-220,
.transport-card-custom:hover .transport-img-200 {
    filter: brightness(1.15) contrast(1.08) saturate(1.1);
}

/* Last-resort mobile overflow fixes to avoid forcing users to de-zoom */
@media (max-width: 600px) {
    html, body {
        max-width: 100% !important;
        overflow-x: hidden !important; /* prevent horizontal scroll */
        box-sizing: border-box !important;
    }

    /* Ensure any full-width containers don't exceed viewport */
    .container, .container-fluid, .container-fluid-custom, .places-cards-container {
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* Cap elements using vw units that may cause overflow */
    [style*="width: 100vw"], [style*="100vw"] {
        max-width: 100% !important;
    }
}

/* FORCE UNIFORM PLACES LAYOUT ON SMALL SCREENS */
@media (max-width: 600px) {
    .places-cards-container {
        display: flex !important;
        gap: 8px !important;
        padding: 0 12px !important;
        box-sizing: border-box !important;
        justify-content: center !important;
        align-items: flex-start !important;
        overflow: visible !important;
    }

    .place-card-wrapper {
        width: calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
        min-width: calc(50% - 8px) !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .card-tilt {
        height: 200px !important; /* uniform image box height */
        overflow: hidden !important;
        border-radius: 14px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .place-card-wrapper .place-card-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        border-radius: 14px !important;
    }

    .place-card-desc {
        padding: 10px 8px 20px 8px !important;
        min-height: 70px !important;
        text-align: center !important;
    }

    /* Ensure no negative margins push cards off-screen */
    .place-card-wrapper:first-child { margin-left: 0 !important; }
}
.transport-card-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.1), rgba(255, 152, 0, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.transport-card-custom:hover::before {
    opacity: 1;
}

.transport-card-custom:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.transport-img-220,
.transport-img-200 {
    transition: transform 0.4s ease;
}

.transport-card-custom:hover .transport-img-220,
.transport-card-custom:hover .transport-img-200 {
    transform: scale(1.1);
}

/* CTA SECTION ENHANCEMENTS */
.cta-banner-custom {
    overflow: hidden;
}

.cta-background-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-bg-image {
    opacity: 0;
    transition: opacity 2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-bg-image.active {
    opacity: 1;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 2;
}

.cta-content {
    z-index: 3;
    padding: 40px 20px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cta-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', Arial, sans-serif;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    min-width: 160px;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.cta-btn:hover::before {
    left: 100%;
}

.cta-btn-primary {
    background: linear-gradient(135deg, #2196f3, #1976d2);
    color: white;
    border: 2px solid transparent;
}

.cta-btn-primary:hover {
    background: linear-gradient(135deg, #1976d2, #1565c0);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(33, 150, 243, 0.4);
}

.cta-btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta-btn-secondary:hover {
    background: white;
    color: #333;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
}

.cta-btn-accent {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: white;
    border: 2px solid transparent;
}

.cta-btn-accent:hover {
    background: linear-gradient(135deg, #f57c00, #e65100);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(255, 152, 0, 0.4);
}

.btn-icon {
    transition: transform 0.3s ease;
}

.cta-btn:hover .btn-icon {
    transform: scale(1.2) rotate(5deg);
}

/* Mobile CTA Buttons */
@media (max-width: 600px) {
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
        padding: 12px 20px;
        font-size: 14px;
        min-width: unset;
    }
}

/* ENHANCED PLACES SECTION */
.places-main-image {
    filter: brightness(1.1) contrast(1.05) saturate(1.1);
}

.places-main-image:hover {
    filter: brightness(1.2) contrast(1.1) saturate(1.2);
}

/* ENHANCED PLACE CARDS */
.place-card-image {
    filter: brightness(1.05) contrast(1.02);
}

.card-tilt:hover .place-card-image {
    filter: brightness(1.15) contrast(1.08) saturate(1.1);
}

/* ENHANCED SPECIAL SECTION */
.special-img-custom {
    filter: brightness(1.1) contrast(1.05);
}

.special-img-custom:hover {
    filter: brightness(1.2) contrast(1.1) saturate(1.1);
}

/* ENHANCED TRANSPORT CARDS */
.transport-img-220,
.transport-img-200 {
    filter: brightness(1.05) contrast(1.02);
}

.transport-card-custom:hover .transport-img-220,
.transport-card-custom:hover .transport-img-200 {
    filter: brightness(1.15) contrast(1.08) saturate(1.1);
}
