.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 */

}

  .lh-lg { line-height: 1.8; }

    
    .main-img {
        transition: transform 0.3s ease;
        border: 8px solid white; 
    }

    .featured-img-wrapper:hover .main-img {
        transform: translateY(-10px);
    }

 
    .custom-list li {
        margin-bottom: 10px;
        font-weight: 500;
    }

   
    .hover-lift {
        transition: all 0.3s ease;
        border-radius: 50px;
    }

    .hover-lift:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }


     :root {
        --accent-color: #000; /* Changez ici pour la couleur de votre marque */
    }

    .custom-feature-card {
        background: #ffffff;
        padding: 40px 30px;
        border-radius: 20px;
        text-align: center;
        height: 100%;
        transition: all 0.3s ease;
        border: 1px solid rgba(0,0,0,0.05);
        box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    }

    .custom-feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        border-color: var(--accent-color);
    }

    .feature-icon {
        width: 70px;
        height: 70px;
        background: #f8f9fa;
        color: var(--accent-color);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        border-radius: 50%;
        margin-bottom: 20px;
        transition: 0.3s;
    }

    .custom-feature-card:hover .feature-icon {
        background: var(--accent-color);
        color: #fff;
    }

   
    .py-lg-120 { padding-top: 100px; padding-bottom: 100px; }
    .text-primary-emphasis { color: #555; }
    
    @media (max-width: 768px) {
        .display-6 { font-size: 1.8rem; }
    }


    

.pf-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid transparent;
}

.pf-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(127, 179, 218, 0.2);
    border-color: #000;
}

/* Icones */
.pf-icon {
    font-size: 42px;
    color: #000;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.pf-box:hover .pf-icon {
    transform: scale(1.1);
}

/* Typographie */
.pf-title {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: #000;
}

.pf-text {
    font-size: 0.85rem;
    color: #636e72;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Adaptabilité */
@media (max-width: 991px) {
    .h3-progress-right {
        text-align: center;
    }
}

.py-lg-120 { padding: 120px 0; }


.img-floating {
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(0 20px 50px rgba(0,0,0,0.3));
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}


.btn-call-modern {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-call-modern:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
    border-color: rgba(var(--bs-primary-rgb), 0.5) !important;
}


.floating-card-bg {
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(var(--bs-primary-rgb), 0.2) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}


.badge {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}



.villes-desservies {
    padding: 20px;
    background: #1a1a1a; 
    border-top: 1px solid #333;
    text-align: center;
}

.villes-titre {
    color: #fff; 
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}


.villes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px; 
}


.ville-card {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 30px; 
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}



.pin-icon {
    color: #fd0e85;
    margin-right: 10px;
    font-size: 1.1rem;
}

.ville-card:hover {
    background: #fd0e85;
    color: #000;
    border-color: #fd0e85;
}

.ville-card:hover .pin-icon {
    color: #000; 
}



.ville-card:hover {
    background: #fd0e85; 
    color: #000;
    transform: translateY(-3px); 
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3);
}

.pin-icon {
    margin-right: 8px;
    font-size: 1rem;
}


@media (max-width: 600px) {
    .ville-card {
        width: 100%; 
        justify-content: center;
    }
}