.btn-outline {

    display: inline-flex;

    align-items: center; /* Vertically center-align SVG and text */

    background-color: transparent;

    color:  #fff;

    border: 2px solid #fff;

    padding: 8px 16px;

    border-radius: 5px;

    font-weight: bold;

    text-decoration: none;

    font-size: 16px;

    transition: all 0.3s ease;

    width: 260px; /* Fixed width for uniform size */

     justify-content: left;/* Center-align icon and text in button */

}


.btn-outline svg {

    margin-right: 8px; /* Consistent space between icon and text */

    vertical-align: middle;

    transition: transform 0.3s ease;

}

.button-container:hover .btn-outline svg {

    transform: translateX(5px); /* Move icon slightly on hover */

}







.section-top-title {
    font-size: 13px;
    font-weight: 600;
    color: #0d3c85;
    text-transform: uppercase;
}

.section-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #0b1c33;
    margin: 15px 0 20px;
}

.taxi-conventionne-section p {
    color: #444;
    line-height: 1.7;
}

.taxi-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.taxi-list li {
    padding: 14px 0 14px 32px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-weight: 500;
}

.taxi-list li::before {
    content: "▶";
    position: absolute;
    left: 0;
    color: #0d3c85;
}

.taxi-image img {
    border-radius: 35px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.taxi-cta {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-phone {
    background: #0d3c85;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-phone:hover {
    background: #092c63;
    color: #fff;
}

.btn-action {
    background: #0b1c33;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-action:hover {
    background: #071426;
    color: #fff;
}
.taxi-image img {
    width: 420px;
    height: 620px;
    object-fit: cover;
    border-radius: 35px;
}
/* Intro toujours visible */
.intro-visible {
    margin-bottom: 30px;
}

/* Bloc accordéon */
.accordion-block {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

/* Titre cliquable */
.accordion-title {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #0d3c85;
    padding: 15px 40px 15px 30px;
    position: relative;
}

/* Flèche */
.accordion-title::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 18px;
    color: #0d3c85;
    transition: transform 0.3s ease;
}

/* Contenu masqué */
.accordion-content {
    display: none;
    padding: 0 0 15px 30px;
}

/* Ouvert */
.accordion-block.active .accordion-content {
    display: block;
}

.accordion-block.active .accordion-title::before {
    transform: rotate(90deg);
}



.comfort-icon {
    width: 90px;
    height: 90px;
    background: #1e73be;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.comfort-icon i {
    font-size: 36px;
    color: #fff;
}

.comfort-section {
    padding: 80px 0;
    background: #fff;
}

.section-subtitle {
    color: #4aa3c5;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
    color: #222;
}

.section-line {
    width: 120px;
    height: 4px;
    background: #4aa3c5;
    margin: 25px auto 0;
    border-radius: 50px;
}

.comfort-item {
    text-align: center;
}

.comfort-icon {
    width: 90px;
    height: 90px;
    background: #1e73be;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.comfort-icon i {
    font-size: 38px;
    color: #fff;
}

.comfort-item p {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
}



    
.section-intro {
    max-width: 750px;
    margin: 15px auto 0;
    color: #555;
    font-size: 17px;
}

.icon-box {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #1466b8, #1466b8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
}

.taxi-service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 45px 35px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
}

.taxi-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 65px rgba(0,0,0,0.15);
}

.taxi-service-card h3 {
    margin-top: 25px;
    font-weight: 800;
}

.service-list li i {
    color: #28a745;
    margin-right: 8px;
}

.badge {
    font-size: 13px;
}
