/* MODERN FLAT DESIGN SYSTEM - YELLOW & BLACK - NO SHADOWS - NO BORDER RADIUS */
:root {
    --primary: #ffc000;
    --dark: #222222;
    --light: #ffffff;
    --border-color: #222222;
    --bg-muted: #f4f4f4;
}

/* Wide Layout - 1400px Max Width */
@media (min-width: 1440px) {
    .container {
        width: 1400px !important;
        max-width: 1400px !important;
    }
}

/* Global Overrides - Force Flatness */
/* Global Typography Standardization */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
div,
button,
input,
select,
textarea {
    font-family: 'Roboto', sans-serif !important;
}

/* Paragraph Standardization */
p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #444 !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
    text-align: justify !important;
    /* Professional alignment */
}

/* Typography Headings Base */
h1 {
    font-size: 34px !important;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900 !important;
    /* Extra Bold for impact */
    line-height: 1.2;
    text-transform: uppercase !important;
}

h2 {
    font-size: 28px !important;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px !important;
    margin-bottom: 20px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 1.4;
    letter-spacing: -0.2px;
}

h4,
h5,
h6 {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
}

/* Section Spacing */
section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

/* Review Buttons */
.trust-badges-bottom .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-review {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    width: 280px;
    text-align: center;
}

.btn-review i {
    margin-right: 12px;
    font-size: 20px;
}

.btn-google {
    background-color: #4285F4;
    color: #fff !important;
}

.btn-google:hover {
    background-color: #3367D6;
    transform: translateY(-3px);
}

.btn-tripadvisor {
    background-color: #34E0A1;
    color: #000 !important;
}

.btn-tripadvisor:hover {
    background-color: #00AA6C;
    color: #fff !important;
    transform: translateY(-3px);
}

.btn-trustpilot {
    background-color: #00b67a;
    color: #fff !important;
}

.btn-trustpilot:hover {
    background-color: #008d5e;
    transform: translateY(-3px);
}

/* Header Adjustments */
.header-main {
    border-bottom: 5px solid var(--primary);
}

.ow-navigation {
    background: var(--dark) !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    position: relative;
    /* Ensure overlapping context */
    z-index: 1000;
}

.ow-navigation .container {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.ow-navigation #navbar {
    flex: 1;
}


.ow-navigation .navbar-nav>li>a {
    color: #fff !important;
    font-weight: 700;
}

.ow-navigation .navbar-nav>li.active>a,
.ow-navigation .navbar-nav>li>a:hover {
    color: var(--primary) !important;
}

.bout_resa {
    background: var(--primary) !important;
    color: var(--dark) !important;
    font-weight: 900 !important;
    border: none !important;
    padding: 12px 25px !important;
    height: auto !important;
    line-height: 1.2 !important;
    transition: all 0.2s ease;
    display: inline-block !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin-left: auto !important;
}

.bout_resa:hover {
    background: var(--dark) !important;
    color: var(--primary) !important;
}


.carousel-caption {
    background: transparent;
    padding: 0 15px !important;
    bottom: 25% !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 30px;
}

.carousel-caption h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 56px !important;
    font-weight: 900 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
    margin-bottom: 20px !important;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important;
    line-height: 1.1 !important;
}

.carousel-caption h1 span {
    color: var(--primary) !important;
}

.carousel-caption p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #fff !important;
    max-width: 800px !important;
    margin: 0 auto 10px !important;
    line-height: 1.6 !important;
    background: rgba(0, 0, 0, 0.4) !important;
    padding: 15px 25px !important;
    display: inline-block !important;
    text-shadow: none !important;
}

@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 32px !important;
    }

    .carousel-caption p {
        font-size: 16px !important;
        padding: 10px 15px !important;
    }
}

.slider-search-bar {
    background: #fff;
    border: 4px solid var(--primary);
    /* Thick Yellow Yellow Border */
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 10px auto 20px !important;
    /* Added bottom margin */
    max-width: 1400px;
    width: 95%;
}

.slider-search-bar form {
    display: flex;
    width: 100%;
    margin: 0 !important;
}

.search-item {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-right: 2px solid var(--primary);
    /* Internal Divider */
    background: #fff;
}

.search-item i {
    color: #666;
    font-size: 18px;
    margin-right: 12px;
}

.search-item select,
.search-item input {
    border: none !important;
    background: transparent !important;
    width: 100% !important;
    height: 60px !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--dark) !important;
    outline: none !important;
    padding: 0 !important;
}

.search-submit {
    background: var(--primary) !important;
    /* Back to Site's Yellow #ffc000 */
    color: var(--dark) !important;
    border: none !important;
    padding: 0 40px !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    cursor: pointer;
    transition: all 0.2s;
    height: 60px;
    white-space: nowrap;
}

.search-submit:hover {
    background: var(--dark) !important;
    color: var(--primary) !important;
}

.cta-subtext {
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 20px !important;
    font-weight: 800 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1) !important;
    display: block !important;
    visibility: visible !important;
}

/* Form Responsiveness */
@media (max-width: 991px) {
    .slider-search-bar {
        flex-direction: column;
        border-width: 2px;
        margin-top: 10px !important;
    }

    .slider-search-bar form {
        flex-direction: column;
    }

    .search-item {
        border-right: none;
        border-bottom: 2px solid var(--primary);
    }

    .search-submit {
        width: 100%;
        height: 60px;
    }

    .carousel-caption {
        bottom: 5% !important;
    }
}


/* Booking.com Style Features Section */
.feature-booking-section {
    padding: 60px 0;
    background: #fff;
}

.feature-booking-section h2 {
    text-align: left;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    color: var(--dark);
}

.feature-booking-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-booking-card {
    flex: 1;
    min-width: 250px;
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.2s;
}

.feature-booking-card:hover {
    border-color: var(--primary);
}

.feature-booking-card .feature-icon {
    font-size: 32px;
    color: var(--primary);
    margin-bottom: 15px;
}

.feature-booking-card h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: none;
    color: var(--dark);
}

/* Feature Icon Columns Style */
.feature-icon-columns {
    margin-top: 50px;
}

.feature-icon-columns .row {
    margin-bottom: 30px;
}

.feature-icon-columns i {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 15px;
}

.feature-icon-columns h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
}

.feature-icon-columns p {
    line-height: 1.7;
}

/* FAQ Accordion Flat Design */
.accordion {
    margin-top: 30px;
}

.accordion-item {
    border: 3px solid var(--dark) !important;
    margin-bottom: 15px;
    background: #fff;
}

.accordion-header {
    margin: 0;
}

.accordion-button {
    background: #fff !important;
    color: var(--dark) !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    padding: 20px 25px !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: var(--primary) !important;
    color: var(--dark) !important;
}

.accordion-button::after {
    background-image: none !important;
    content: '+' !important;
    font-size: 24px;
    font-weight: 900;
    color: var(--dark);
}

.accordion-button:not(.collapsed)::after {
    content: '−' !important;
    transform: none !important;
}

.accordion-body {
    padding: 25px !important;
    background: #fff;
    border-top: 2px solid var(--dark);
}

.accordion-collapse {
    border: none !important;
}

.feature-booking-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

@media (max-width: 768px) {
    .feature-booking-container {
        flex-direction: column;
    }
}

/* Trust Badges below features */
.trust-badges-bottom {
    padding: 40px 0;
    border-top: 1px solid #eee;
}

@media (max-width: 991px) {

    /* ... existing media queries ... */
    .carousel-caption {
        display: block !important;
        /* Force visibility */
        width: 95% !important;
        left: 2.5% !important;
        bottom: 20px !important;
        transform: none !important;
        padding: 10px !important;
    }

    .carousel-caption h1 {
        font-size: 20px !important;
        margin-bottom: 5px !important;
    }

    .carousel-caption p {
        display: none !important;
        /* Hide long text on small mobile to save space */
    }

    .slider-search-bar {
        margin-top: 10px !important;
    }

    .slider-search-bar form {
        flex-direction: column !important;
    }

    .search-item {
        border-right: none !important;
        border-bottom: 2px solid var(--primary) !important;
        padding: 5px 15px !important;
    }

    .search-item select,
    .search-item input {
        height: 45px !important;
    }

    .search-submit {
        width: 100% !important;
        height: 50px !important;
    }
}

.bg-dark {
    background-color: var(--dark) !important;
    color: #fff;
}

.bg-muted {
    background-color: var(--bg-muted);
}

/* Reservation Form */
.Form_resa {
    background: #fff;
    border: 4px solid var(--dark);
    padding: 40px !important;
    margin-top: -50px;
    position: relative;
    z-index: 100;
}

.Form_resa h2 {
    margin-bottom: 30px;
    text-align: center;
}

.Form_resa input,
.Form_resa select {
    height: 60px !important;
    border: 2px solid var(--dark) !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    padding: 0 15px !important;
}

.Form_resa input[type="submit"] {
    background: var(--primary) !important;
    color: var(--dark) !important;
    border: 3px solid var(--dark) !important;
    width: 100% !important;
    transition: all 0.2s !important;
}

.Form_resa input[type="submit"]:hover {
    background: var(--dark) !important;
    color: var(--primary) !important;
}

/* Uniform Tables Design */
table,
.flat-table {
    width: 100%;
    border-collapse: collapse;
    border: 3px solid var(--dark) !important;
    margin-bottom: 30px;
    background: #fff;
}

table tr[style*="background-color: #ffc000"],
table thead tr,
.flat-table thead tr {
    background: var(--primary) !important;
    color: var(--dark) !important;
}

table th,
table tr[style*="background-color: #ffc000"] td,
.flat-table thead th {
    padding: 18px 15px !important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    border: 1px solid #444 !important;
    color: var(--dark) !important;
    background: var(--primary) !important;
}

table td,
.flat-table td {
    padding: 12px 15px !important;
    border: 1px solid #eee !important;
    font-weight: 600;
    color: var(--dark);
    vertical-align: middle;
}

table tr:nth-child(even),
.flat-table tr:nth-child(even) {
    background: #fafafa;
}

table tr:hover,
.flat-table tr:hover {
    background: #fffcf0;
}

/* Cards & Features */
.single-feature-one {
    background: #fff;
    border: none !important;
    padding: 40px !important;
    height: 100%;
    transition: transform 0.2s ease;
}

/* Modern readable cards on dark background */
#Services_Features .row,
#Why_Choose_Features .row {
    display: flex;
    flex-wrap: wrap;
}

#Services_Features .col-lg-4,
#Why_Choose_Features .col-lg-4 {
    display: flex;
    margin-bottom: 30px;
}

.thm-black-bg .single-feature-one {
    background: #fff !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    padding: 35px 30px !important;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.thm-black-bg .single-feature-one h3 {
    color: var(--dark) !important;
    font-size: 17px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    line-height: 1.4;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.thm-black-bg .single-feature-one h3 i {
    color: var(--primary);
    margin-right: 12px;
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.thm-black-bg .single-feature-one p {
    color: #555 !important;
    line-height: 1.7;
    font-size: 14px;
    text-align: left;
}

.thm-black-bg .single-feature-one:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(255, 192, 0, 0.3) !important;
}

.single-feature-one:hover {
    transform: translateY(-5px);
    background: var(--primary);
}

.single-feature-one h3 {
    margin-top: 20px;
}

/* Readable cards on dark background */
.feature-readable {
    background: #fff !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

.feature-readable:hover {
    background: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(255, 192, 0, 0.3) !important;
}

.feature-readable h3 {
    color: #222 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    line-height: 1.4 !important;
}

.feature-readable h3 i {
    background: #ffc000 !important;
    color: #222 !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    flex-shrink: 0 !important;
    border-radius: 4px !important;
}

.feature-readable p {
    color: #555 !important;
    line-height: 1.7 !important;
    font-size: 14px !important;
    text-align: left !important;
}

.feature-readable p strong {
    color: #ffc000 !important;
    font-weight: 700 !important;
}

/* =====================================================
   BOOKING INFO SECTION - MODERN DESIGN
   ===================================================== */

#Booking_Info {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

#Booking_Info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffc000 0%, #222 100%);
}

#Booking_Info h2 {
    font-size: 2.5em !important;
    font-weight: 900 !important;
    color: #222 !important;
    margin-bottom: 50px !important;
    text-align: center !important;
    position: relative;
    display: inline-block;
    width: 100%;
}

#Booking_Info h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #ffc000;
    margin: 20px auto 0;
    border-radius: 2px;
}

#Booking_Info .col-lg-6 {
    padding: 0 15px;
}

#Booking_Info .col-lg-6:first-child {
    border-right: 2px solid rgba(255, 192, 0, 0.2);
}

#Booking_Info p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

#Booking_Info p a {
    color: #ffc000;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

#Booking_Info p a:hover {
    border-bottom-color: #ffc000;
}

#Booking_Info ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

#Booking_Info ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

#Booking_Info ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #ffc000;
    color: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

#Booking_Info h3 {
    font-size: 1.4em;
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 15px;
    border-left: 4px solid #ffc000;
}

#Booking_Info p[style*="color:red"] {
    background: rgba(220, 53, 69, 0.1);
    border-left: 4px solid #dc3545;
    padding: 15px 20px;
    border-radius: 4px;
    color: #721c24 !important;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #Booking_Info {
        padding: 60px 0;
    }

    #Booking_Info h2 {
        font-size: 2em !important;
    }

    #Booking_Info .col-lg-6:first-child {
        border-right: none;
        border-bottom: 2px solid rgba(255, 192, 0, 0.2);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

/* =====================================================
   RESERVATION INFO SECTION - MODERN DESIGN (French)
   ===================================================== */

#Reservation_Info {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

#Reservation_Info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffc000 0%, #222 100%);
}

#Reservation_Info h2 {
    font-size: 2.5em !important;
    font-weight: 900 !important;
    color: #222 !important;
    margin-bottom: 50px !important;
    text-align: center !important;
    position: relative;
    display: inline-block;
    width: 100%;
}

#Reservation_Info h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #ffc000;
    margin: 20px auto 0;
    border-radius: 2px;
}

#Reservation_Info .col-lg-6 {
    padding: 0 15px;
}

#Reservation_Info .col-lg-6:first-child {
    border-right: 2px solid rgba(255, 192, 0, 0.2);
}

#Reservation_Info p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

#Reservation_Info p a {
    color: #ffc000;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

#Reservation_Info p a:hover {
    border-bottom-color: #ffc000;
}

#Reservation_Info ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

#Reservation_Info ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

#Reservation_Info ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #ffc000;
    color: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

#Reservation_Info h3 {
    font-size: 1.4em;
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 15px;
    border-left: 4px solid #ffc000;
}

#Reservation_Info .text-red,
#Reservation_Info p[style*="color:red"] {
    background: rgba(220, 53, 69, 0.1);
    border-left: 4px solid #dc3545;
    padding: 15px 20px;
    border-radius: 4px;
    color: #721c24 !important;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #Reservation_Info {
        padding: 60px 0;
    }

    #Reservation_Info h2 {
        font-size: 2em !important;
    }

    #Reservation_Info .col-lg-6:first-child {
        border-right: none;
        border-bottom: 2px solid rgba(255, 192, 0, 0.2);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}


/* Buttons */
.book-btn {
    background: var(--dark) !important;
    color: var(--primary) !important;
    border: 3px solid var(--dark) !important;
    padding: 15px 30px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    min-width: 280px;
    max-width: 100%;
    text-decoration: none !important;
}

.book-btn:hover {
    background: #fff !important;
    color: var(--dark) !important;
    border-color: var(--dark) !important;
}

/* Images & Gallery */
.voitures img {
    border: 2px solid var(--dark);
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.voitures img:hover {
    transform: scale(1.02);
}

.single-blog-style-one {
    border: 3px solid var(--dark);
    margin-bottom: 30px;
}

.single-blog-style-one .image-block img {
    width: 100%;
}

.single-blog-style-one .text-block {
    padding: 0;
    background: #fff;
}

/* Footer */
.footer-main {
    background: var(--dark) !important;
    color: #fff !important;
    border-top: 5px solid var(--primary);
}

.footer-main .widget-title {
    color: var(--primary) !important;
}

.bottom-footer {
    background: #111 !important;
}

/* Trust Badges */
.Form_resa .col-md-4 img {
    border: 2px solid #eee;
    margin-bottom: 20px;
}

/* Gallery Section - Modern Grid Layout */
.gallery-section {
    background: #fff;
}

.gallery-section h2 {
    text-align: center;
    margin-bottom: 50px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--dark);
    aspect-ratio: 4/3;
    background: #f5f5f5;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

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

@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 10px;
    }
}

/* Responsive Table Wrapper */
.table-responsive-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
}

.table-responsive-wrapper::-webkit-scrollbar {
    height: 8px;
}

.table-responsive-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-responsive-wrapper::-webkit-scrollbar-thumb {
    background: var(--primary);
}

.table-responsive-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--dark);
}

/* Feature Icon Columns Style */
.feature-icon-columns {
    margin-top: 50px;
    margin-bottom: 50px;
}

.feature-card-modern {
    background: #fff;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    text-align: center;
}

.feature-card-modern:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
}

.feature-card-modern .icon-wrap {
    width: 70px;
    height: 70px;
    background: var(--primary);
    color: #000000 !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
    line-height: 70px;
    /* Backup centering */
    text-align: center;
}

.feature-card-modern .icon-wrap i {
    color: #000000 !important;
    display: inline-block !important;
    /* Changed from block */
    line-height: 1;
    /* Match font height */
    vertical-align: middle;
}

.feature-card-modern h3 {
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    color: var(--dark);
    text-transform: uppercase;
}

.feature-card-modern p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .feature-card-modern {
        margin-bottom: 30px;
    }
}

/* WhatsApp Icon */
.sm-up-container {
    background: transparent !important;
    border: none !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    animation: bounceWithPause 7s infinite !important;
    /* 2s anim + 5s pause */
}

.sm-up-container .ripple {
    animation: rippleWithPause 7s infinite !important;
}

@keyframes bounceWithPause {

    0%,
    14%,
    35%,
    57%,
    71%,
    100% {
        transform: translateY(0);
    }

    28% {
        transform: translateY(-15px);
    }

    42% {
        transform: translateY(-10px);
    }
}

@keyframes rippleWithPause {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    28% {
        transform: scale(2.5);
        opacity: 0;
    }

    29%,
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}


.sm-up-container img {
    width: 40px !important;
}

/* Classes pour remplacer les styles inline */
.trust-badge-img {
    max-width: 100%;
}

.devis-link {
    color: black;
}

.section-title-large {
    font-size: 28px !important;
}

.text-red {
    color: red;
}

.mt-30 {
    margin-top: 30px;
}

.bg-white {
    background: white;
}

/* Text Cols Divers Section - Card Design */
#Text_Cols_Divers {
    background-color: #f9f9f9;
}

#Text_Cols_Divers .row {
    display: flex;
    flex-wrap: wrap;
}

#Text_Cols_Divers .col-lg-4,
#Text_Cols_Divers .col-xl-4 {
    margin-bottom: 30px;
}

.text-col-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 4px solid var(--primary);
    padding: 30px 25px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.text-col-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: #ddd;
    border-top-color: var(--dark);
}

.text-col-card h3 {
    font-size: 19px !important;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--dark);
    letter-spacing: -0.5px;
}

.text-col-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
}

.text-col-card strong {
    color: var(--dark);
    font-weight: 700;
    background: rgba(255, 192, 0, 0.1);
    padding: 0 3px;
}

/* =====================================================
   FAQ SECTION - PREMIUM ACCORDION DESIGN
   ===================================================== */
#FAQ,
#FAQ_Section {
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
    padding: 80px 0 !important;
}

#FAQ h2,
#FAQ_Section h2 {
    font-size: 32px !important;
    font-weight: 900;
    color: var(--dark);
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    width: 100%;
}

#FAQ h2::after,
#FAQ_Section h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary);
}

/* Panel Group Container */
#FAQ .panel-group,
#FAQ_Section .panel-group {
    max-width: 900px;
    margin: 0 auto;
}

/* Individual Panel */
#FAQ .panel,
#FAQ_Section .panel {
    border: none;
    background: #fff;
    margin-bottom: 15px;
    border-left: 4px solid var(--primary);
    transition: all 0.3s ease;
}

#FAQ .panel:hover,
#FAQ_Section .panel:hover {
    border-left-color: var(--dark);
    transform: translateX(5px);
}

/* Panel Heading */
#FAQ .panel-heading,
#FAQ_Section .panel-heading {
    padding: 0;
    background: #fff;
    border: none;
}

#FAQ .panel-title,
#FAQ_Section .panel-title {
    margin: 0;
    font-size: 16px !important;
}

#FAQ .panel-title a,
#FAQ_Section .panel-title a {
    display: block;
    padding: 20px 50px 20px 25px;
    color: var(--dark);
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0;
}

#FAQ .panel-title a:hover,
#FAQ_Section .panel-title a:hover {
    color: var(--primary);
    background: rgba(255, 192, 0, 0.05);
}

/* Expand/Collapse Icon */
#FAQ .panel-title a::after,
#FAQ_Section .panel-title a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--primary);
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(255, 192, 0, 0.1);
}

#FAQ .panel-title a.collapsed::after,
#FAQ_Section .panel-title a.collapsed::after {
    content: '\f105';
    background: transparent;
}

#FAQ .panel-title a:not(.collapsed)::after,
#FAQ_Section .panel-title a:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
    background: var(--primary);
    color: var(--dark);
}

/* Active Panel State */
#FAQ .panel-title a:not(.collapsed),
#FAQ_Section .panel-title a:not(.collapsed) {
    background: var(--dark);
    color: var(--primary);
}

/* Panel Body */
#FAQ .panel-body,
#FAQ_Section .panel-body {
    padding: 25px 25px 25px 25px;
    background: #fafafa;
    border-top: 1px solid #eee;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

#FAQ .panel-body p,
#FAQ_Section .panel-body p {
    margin-bottom: 10px;
}

#FAQ .panel-body ul,
#FAQ_Section .panel-body ul {
    padding-left: 20px;
    margin: 0;
}

#FAQ .panel-body ul li,
#FAQ_Section .panel-body ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 5px;
}

#FAQ .panel-body a,
#FAQ_Section .panel-body a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s ease;
}

#FAQ .panel-body a:hover,
#FAQ_Section .panel-body a:hover {
    color: var(--dark);
}

/* FAQ Bottom Text */
#FAQ .mt-30,
#FAQ_Section .mt-30 {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

#FAQ .mt-30 a,
#FAQ_Section .mt-30 a {
    color: var(--primary);
    font-weight: 700;
}

/* Mobile Responsive */
@media (max-width: 767px) {

    #FAQ,
    #FAQ_Section {
        padding: 50px 15px !important;
    }

    #FAQ h2,
    #FAQ_Section h2 {
        font-size: 24px !important;
    }

    #FAQ .panel-title a {
        padding: 15px 45px 15px 15px;
        font-size: 14px;
    }

    #FAQ .panel-title a::after {
        right: 15px;
    }

    #FAQ .panel-body {
        padding: 20px 15px;
        font-size: 14px;
    }
}

/* =====================================================
   SERVICES FEATURES - MODERN CARD DESIGN
   ===================================================== */
#Services_Features {
    background: var(--dark) !important;
    padding: 80px 0 !important;
}

#Services_Features .block-title h2 {
    color: var(--primary) !important;
    font-size: 34px !important;
    font-weight: 900;
    margin-bottom: 60px;
    position: relative;
}

#Services_Features .block-title h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--primary);
}

#Services_Features .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

#Services_Features .col-lg-4 {
    margin-bottom: 30px;
    display: flex;
}

/* Service Card */
#Services_Features .single-feature-one {
    background: #2a2a2a;
    padding: 40px 30px 35px;
    position: relative;
    border: 1px solid #333;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#Services_Features .single-feature-one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

#Services_Features .single-feature-one:hover {
    background: #333;
    transform: translateY(-8px);
    border-color: var(--primary);
}

#Services_Features .single-feature-one:hover::before {
    transform: scaleX(1);
}

/* Icon Styling */
#Services_Features .single-feature-one h3 i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary) 0%, #e6a800 100%);
    color: var(--dark);
    font-size: 28px;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    float: none;
    margin-right: 0;
}

#Services_Features .single-feature-one:hover h3 i {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #fff 0%, var(--primary) 100%);
}

/* Title Styling */
#Services_Features .single-feature-one h3 {
    font-size: 18px !important;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#Services_Features .single-feature-one:hover h3 {
    color: var(--primary);
}

/* Text Styling */
#Services_Features .single-feature-one p {
    font-size: 14px;
    line-height: 1.8;
    color: #aaa;
    margin: 0;
    flex-grow: 1;
}

#Services_Features .single-feature-one:hover p {
    color: #ccc;
}

#Services_Features .single-feature-one p strong {
    color: var(--primary);
    font-weight: 700;
}

/* Card without icon - add placeholder */
#Services_Features .single-feature-one h3:not(:has(i))::before {
    content: '\f041';
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary) 0%, #e6a800 100%);
    color: var(--dark);
    font-size: 28px;
    margin-bottom: 25px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    #Services_Features {
        padding: 50px 15px !important;
    }

    #Services_Features .block-title h2 {
        font-size: 26px !important;
        margin-bottom: 40px;
    }

    #Services_Features .single-feature-one {
        padding: 30px 20px 25px;
    }

    #Services_Features .single-feature-one h3 i {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    #Services_Features .single-feature-one h3 {
        font-size: 16px !important;
    }

    #Services_Features .single-feature-one:hover {
        transform: none;
    }
}

/* =====================================================
   ABOUT TEXT SECTION - PROFESSIONAL DESIGN
   ===================================================== */

#About_Text {
    background: linear-gradient(135deg, #ffffff 0%, #f1f1f1 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

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

/* Section Title */
#About_Text>.container>h2:first-of-type {
    font-size: 38px;
    font-weight: 800;
    color: #222;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

#About_Text>.container>h2:first-of-type::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #ffc000;
    margin: 15px auto 40px;
    border-radius: 2px;
}

#About_Text .row {
    display: flex;
    flex-wrap: wrap;
}

/* About Box Styling */
.about-box {
    background: #ffffff !important;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    height: calc(100% - 30px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    display: flex;
    flex-direction: column;
}

.about-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #ffc000;
}

.about-box h2 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-box h2 i {
    color: #ffc000;
    font-size: 28px;
    flex-shrink: 0;
    background: rgba(255, 192, 0, 0.1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.about-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
    flex-grow: 1;
}

.about-box p b {
    color: #333;
    font-weight: 600;
}

/* Row Alignment for equal height boxes */
#About_Text .row {
    display: flex;
    flex-wrap: wrap;
}

/* Matching the Intro Paragraph */
/* Spacing between About Text rows */
#About_Text .container>.row:first-child {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
}

#About_Text .container>.row:nth-last-child(1) {
    margin-top: 30px !important;
}

#About_Text .row:first-child p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    text-align: center !important;
    max-width: 1000px;
    margin: 0 auto !important;
    display: inline-block;
    text-align: center !important;
    /* Helps with text-align: center on parent row if needed */
}

#About_Text .row:first-child p b {
    color: #ffc000;
}

/* Responsive */
@media (max-width: 767px) {
    #About_Text {
        padding: 50px 0;
    }

    .about-box {
        padding: 25px;
    }

    #About_Text>.container>h2 {
        font-size: 28px;
    }

    #About_Text .row:first-child p {
        padding: 0 10px !important;
    }
}

/* =====================================================
   WHY CHOOSE TAXI SECTION - MODERN FEATURE GRID
   ===================================================== */

#Why_Choose_Taxi {
    padding: 80px 0;
    background: #ffffff;
}

#Why_Choose_Taxi h2 {
    font-size: 36px;
    font-weight: 800;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 15px;
}

#Why_Choose_Taxi h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #ffc000;
    margin: 15px auto 0;
}

#Why_Choose_Taxi .intro-text {
    font-size: 17px;
    color: #666;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.feature-item-alt {
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
    text-align: left;
    transition: all 0.3s ease;
}

.feature-item-alt .feature-icon {
    font-size: 32px;
    color: #222;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.feature-item-alt:hover .feature-icon {
    transform: scale(1.1);
    color: #222;
}

.feature-item-alt .feature-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-item-alt .feature-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 10px;
}

.feature-item-alt .feature-content .read-more {
    font-size: 14px;
    font-weight: 700;
    color: #ffc000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.feature-item-alt .feature-content .read-more:hover {
    color: #222;
}

@media (max-width: 991px) {
    .feature-item-alt {
        margin-bottom: 30px;
    }
}

/* =====================================================
   MODERN CTA SECTION - INDUSTRIAL STYLE
   ===================================================== */

.modern-cta-section {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.cta-left-content {
    padding-right: 40px;
}

.cta-badge {
    display: inline-block;
    padding: 8px 20px;
    background: #f8f9fa;
    border-left: 3px solid #ffc000;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.cta-main-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    color: #222;
    margin-bottom: 40px;
}

.cta-meta-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.cta-experience-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    border: 1px solid #eee;
    width: fit-content;
    margin-bottom: 0;
    /* Removed margin-bottom since it's in a wrapper */
}

.exp-number {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    color: #222;
}

.exp-text {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}

.cta-features-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cta-feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.ft-icon {
    font-size: 30px;
    color: #ffc000;
    flex-shrink: 0;
}

.ft-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 5px 0;
}

.ft-content p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

.cta-bottom-text {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.cta-bottom-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    font-style: italic;
    margin: 0;
}

/* Right Side */
.cta-right-content {
    position: relative;
    padding-left: 20px;
}

.cta-image-wrapper {
    position: relative;
    margin-bottom: 40px;
}

.cta-image-wrapper img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 15px 15px 0 #ffc000;
}

.cta-overlay-boxes {
    display: flex;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 2;
}

.overlay-box {
    background: #f8f9fa;
    padding: 15px 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    border: 1px solid #eee;
}

.overlay-box.active {
    background: #ffc000;
    color: #222;
    border-color: #ffc000;
}

.cta-text-details {
    padding-top: 20px;
}

.cta-text-details p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
}

.cta-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.cta-bullets li {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cta-bullets li i {
    color: #ffc000;
    font-size: 18px;
}

.modern-cta-btn {
    display: inline-block;
    padding: 18px 40px;
    background: #ffc000;
    color: #222 !important;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(255, 192, 0, 0.2);
}

.modern-cta-btn:hover {
    background: #222;
    color: #ffc000 !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .modern-cta-section {
        padding: 60px 0;
    }

    .cta-left-content {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .cta-main-title {
        font-size: 32px;
    }

    .cta-meta-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .cta-experience-box {
        width: 100%;
        justify-content: center;
    }

    .cta-right-content {
        padding-left: 0;
    }

    .cta-overlay-boxes {
        position: static;
        margin-top: 20px;
        flex-wrap: wrap;
    }
}

/* =====================================================
   SERVICE DETAILS GRID - MODERN CARDS
   ===================================================== */

#Service_Details_Grid {
    padding: 100px 0;
    background: #fafafa;
}

.section-title-left {
    margin-bottom: 50px;
    text-align: left;
}

.section-title-left h2 {
    font-size: 38px;
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.section-title-left .title-line {
    width: 60px;
    height: 4px;
    background: #ffc000;
    border-radius: 2px;
}

#Service_Details_Grid .row {
    display: flex;
    flex-wrap: wrap;
}

.service-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    height: calc(100% - 30px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #ffc000;
}

.service-card i {
    font-size: 40px;
    color: #ffc000;
    margin-bottom: 25px;
    display: block;
}

.service-card h2 {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: left !important;
}

.service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
    flex-grow: 1;
}

.service-card p:last-child {
    margin-bottom: 0;
}

.service-card strong {
    color: #222;
    font-weight: 700;
}

@media (max-width: 767px) {
    .service-card {
        padding: 30px;
    }
}

/* =====================================================
   SPLIT HEADER FEATURE SECTION
   ===================================================== */

.split-header-section {
    padding: 100px 0;
    background: #ffffff;
}

.section-top-row {
    margin-bottom: 70px;
    display: flex;
    align-items: flex-start;
}

.top-left-heading {
    padding-right: 50px;
    text-align: left;
}

.top-left-heading h2 {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.1;
    color: #222;
    margin: 0;
    text-align: left !important;
}

.top-right-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

.feature-column {
    margin-bottom: 40px;
}

.feature-img-box {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 4px;
}

.feature-img-box img {
    width: 100%;
    transition: transform 0.5s ease;
}

.feature-column:hover .feature-img-box img {
    transform: scale(1.05);
}

.feature-title-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.feature-title-box i {
    font-size: 24px;
    color: #ffc000;
}

.feature-title-box h3 {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    margin: 0;
}

.feature-desc-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.feature-read-more {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    border-bottom: 2px solid #ffc000;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.feature-read-more:hover {
    color: #ffc000;
    border-bottom-color: #222;
}

@media (max-width: 991px) {
    .section-top-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-left-heading {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .top-left-heading h2 {
        font-size: 32px;
    }
}

/* =====================================================
   NUMBERED FEATURES SECTION (WHY WE ARE THE BEST STYLE)
   ===================================================== */

.numbered-features-section {
    padding: 100px 0;
    background: #ffffff;
}

.numbered-features-section h2.main-title {
    font-size: 38px;
    font-weight: 900;
    color: #222;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-number-item {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    border-left: 2px solid #f0f0f0;
    transition: all 0.3s ease;
}

.feature-number-item:hover {
    border-left-color: #ffc000;
}

.feature-number {
    font-size: 48px;
    font-weight: 800;
    color: #eee;
    line-height: 1;
    margin-right: 30px;
    transition: all 0.3s ease;
    min-width: 50px;
}

.feature-number-item:hover .feature-number {
    color: #ffc000;
}

.feature-number-content h3 {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    margin: 0 0 5px 0;
    text-transform: capitalize;
}

.feature-number-content p {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

.text-side-content {
    background: #fafafa;
    padding: 50px;
    border-radius: 10px;
    border-top: 4px solid #ffc000;
}

.text-side-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .text-side-content {
        margin-top: 50px;
        padding: 30px;
    }

    .numbered-features-section h2.main-title {
        font-size: 30px;
    }
}

/* =====================================================
   TRAVEL INFORMATION SECTION - MODERN CARDS
   ===================================================== */

.travel-info-section {
    padding: 100px 0;
    background: #222;
}

.travel-info-section .row {
    display: flex;
    flex-wrap: wrap;
}

.travel-info-section h1 {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 60px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.travel-info-section h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #ffc000;
    margin: 15px auto 0;
    border-radius: 2px;
}

.route-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.route-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: #ffc000;
}

.route-card .route-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.route-card .route-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 192, 0, 0.1);
    color: #ffc000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    flex-shrink: 0;
}

.route-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #222;
    margin: 0;
    line-height: 1.3;
}

.route-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.route-card h3 a:hover {
    color: #ffc000;
}

.route-meta {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
    margin-top: auto;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.meta-item i {
    color: #ffc000;
    font-size: 16px;
}

.meta-item .label {
    font-weight: 600;
    color: #222;
}

@media (max-width: 767px) {
    .travel-info-section {
        padding: 60px 0;
    }

    .route-card {
        padding: 20px;
    }
}

/* Modern CTA Section */
#Modern_CTA {
    position: relative;
    background: url('../images/taxi/Arganier-voitures.jpg') no-repeat center center/cover;
    /* Reusing existing asset */
    padding: 80px 0;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

#Modern_CTA::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Dark overlay for readability */
    z-index: 1;
}

#Modern_CTA .container {
    position: relative;
    z-index: 2;
}

#Modern_CTA h2 {
    color: #ffc000 !important;
    /* Brand Yellow */
    font-size: 38px !important;
    text-transform: uppercase;
    font-weight: 900 !important;
    margin-bottom: 10px;
}

#Modern_CTA h3 {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: none;
}

#Modern_CTA p {
    color: #e0e0e0 !important;
    font-size: 18px !important;
    max-width: 800px;
    margin: 0 auto 20px auto !important;
    text-align: center !important;
    line-height: 1.6 !important;
}

#Modern_CTA .cta-action-btn {
    display: inline-block;
    background-color: #ffc000;
    color: #000;
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px !important;
    /* Slight rounded for button feel */
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 192, 0, 0.4) !important;
}

#Modern_CTA .cta-action-btn:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3) !important;
}



/* Booking CTA 2 Section */
#Booking_CTA_2,
.booking-cta-2 {
    position: relative;
    background: url('../images/background/modern-texture.jpg') repeat center center;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    background-size: auto;
    /* Let it tile nicely */
}

#Booking_CTA_2::before,
.booking-cta-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

#Booking_CTA_2 .container,
.booking-cta-2 .container {
    position: relative;
    z-index: 2;
}

#Booking_CTA_2 h2,
.booking-cta-2 h2 {
    color: #ffc000 !important;
    font-size: 38px !important;
    text-transform: uppercase;
    font-weight: 900 !important;
    margin-bottom: 10px;
}

#Booking_CTA_2 h3,
.booking-cta-2 h3 {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: none;
}

#Booking_CTA_2 p,
.booking-cta-2 p {
    color: #e0e0e0 !important;
    font-size: 18px !important;
    max-width: 800px;
    margin: 0 auto 20px auto !important;
    text-align: center !important;
    line-height: 1.6 !important;
}

#Booking_CTA_2 .cta-action-btn,
.booking-cta-2 .cta-action-btn {
    display: inline-block;
    background-color: #ffc000;
    color: #000;
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px !important;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 192, 0, 0.4) !important;
}

#Booking_CTA_2 .cta-action-btn:hover,
.booking-cta-2 .cta-action-btn:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3) !important;
}

/* Bouton WhatsApp fixe mobile */
.whatsapp-fixed-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.whatsapp-fixed-mobile:hover {
    background-color: #20BA5A;
    color: #fff;
    text-decoration: none;
}

.whatsapp-fixed-mobile i {
    margin-right: 10px;
    font-size: 22px;
}

@media (max-width: 768px) {
    .whatsapp-fixed-mobile {
        display: block;
    }

    /* Ajouter padding au body pour éviter que le contenu soit caché par le bouton */
    body {
        padding-bottom: 60px;
    }
}