/***
=============================================
Pricing One
=============================================
***/
.pricing-one {
    position: relative;
    display: block;
    background: var(--logistiq-gray-bg);
    padding: 120px 0px 210px;
    z-index: 1;
}

.pricing-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.9;
    z-index: -1;
}

.pricing-one__single {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 15px 15px 15px;
    margin-bottom: 30px;
}

.pricing-one__single-inner {
    position: relative;
    display: block;
    background: var(--logistiq-gray-bg);
    padding: 45px 50px 45px;
    border-radius: 15px !important;
}

.pricing-one__single-inner .table-header {
    position: relative;
    display: block;
}

.pricing-one__single-inner .table-header .img-box {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 200px;
    margin: 0 auto 31px;
    overflow: hidden;
}

.pricing-one__single-inner .table-header .img-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--logistiq-black-rgb), 0.5);
    opacity: 0;
    z-index: 1;
    content: "";
}

.pricing-one__single:hover .pricing-one__single-inner .table-header .img-box::before {
    opacity: 1;
}

.pricing-one__single-inner .table-header .img-box img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.pricing-one__single:hover .pricing-one__single-inner .table-header .img-box img {
    transform: scale(1);
}

.pricing-one__single-inner .table-header .title-box {
    position: relative;
    display: block;
}

.pricing-one__single-inner .table-header .title-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.pricing-one__single-inner .table-header .title-box h3 {
    color: var(--logistiq-base);
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.pricing-one__single-inner .table-header .title-box h3 span {
    position: relative;
    display: inline-block;
    color: var(--logistiq-black);
    font-size: 14px;
    font-weight: 700;
    margin-left: -3px;
}

.pricing-one__single-inner .table-content {
    position: relative;
    display: block;
    margin-top: 31px;
}

.pricing-one__single-inner .table-content ul {
    position: relative;
    display: block;
}

.pricing-one__single-inner .table-content ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-one__single-inner .table-content ul li+li {
    margin-top: 7px;
}

.pricing-one__single-inner .table-content ul li .icon {
    position: relative;
    display: block;
}

.pricing-one__single-inner .table-content ul li .icon span {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 15px;
    line-height: 15px;
}

.pricing-one__single-inner .table-content ul li .text-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 10px;
}

.pricing-one__single-inner .table-content ul li .text-box p {
    margin: 0;
}

.pricing-one__single-inner .table-footer {
    position: relative;
    display: block;
}

.pricing-one__single-inner .table-footer .btn-box {
    position: relative;
    display: block;
    margin-top: 28px;
    line-height: 0px;
}

/***
=============================================
Pricing One Pricing
=============================================
***/
.pricing-one--pricing {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}

/***
=============================================
Brand One Pricing
=============================================
***/
.brand-one--pricing {
    position: relative;
    display: block;
    background: var(--logistiq-white);
}

.brand-one--pricing .brand-one__single-inner::before {
    background: var(--logistiq-gray-bg);
}

/***
=============================================
Pricing Card Modern - Section Tarifs Améliorée
=============================================
***/

/* Cartes de tarification modernes */
.pricing-card-modern {
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    margin-bottom: 30px !important;
}

.pricing-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2) !important;
}

/* Carte en vedette (Fret Aérien) */
.pricing-featured {
    position: relative;
    transform: scale(1.05) !important;
    border: 3px solid #f59e0b !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}

/* Badge au centre au-dessus du cercle */
.pricing-badge {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -30px !important;
    z-index: 10;
}

.pricing-badge span {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.pricing-badge-aerien span {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.5);
    animation: pulse 2s infinite;
}

.pricing-badge-maritime span {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.4);
}

/* Image - Style circulaire */
.pricing-img-box {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.pricing-img-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--logistiq-black-rgb), 0.5);
    opacity: 1;
    z-index: 1;
    content: "";
}

.pricing-card-modern:hover .pricing-img-box::before {
    opacity: 0;
}

.pricing-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.pricing-card-modern:hover .pricing-img-box img {
    transform: scale(1.1);
}

/* Boîte de titre en dessous du cercle */
.pricing-title-box {
    text-align: center;
    margin-top: 20px;
}

.pricing-title-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.pricing-delivery-time {
    color: var(--logistiq-base);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.pricing-delivery-time i {
    margin-right: 5px;
}

/* Contenu de la carte */
.pricing-content {
    padding: 30px 0 !important;
    background: white;
}

.pricing-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid #f0f0f0;
}

.pricing-header-aerien {
    border-bottom-color: #fef3c7;
}

.pricing-header p {
    color: #666;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.pricing-header-aerien p {
    color: #92400e;
    font-weight: 600;
}

/* Liste des tarifs */
.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-list li {
    padding: 15px 20px;
    margin-bottom: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.pricing-list li:last-child {
    margin-bottom: 0;
}

.pricing-card-modern .pricing-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Variantes de couleurs pour chaque type de fret */
.pricing-list-routier li {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
    border-left: 4px solid #667eea;
}

.pricing-list-aerien li {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-left: 4px solid #f59e0b;
}

.pricing-list-maritime li {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-left: 4px solid #0ea5e9;
}

/* Texte des items */
.pricing-item-name {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

.pricing-item-icon {
    margin-right: 10px;
    width: 20px;
}

.pricing-item-icon-routier {
    color: #667eea;
}

.pricing-item-icon-aerien {
    color: #f59e0b;
}

.pricing-item-icon-maritime {
    color: #0ea5e9;
}

/* Prix badges */
.pricing-price-badge {
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
}

.pricing-price-badge-routier {
    background: #667eea;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.pricing-price-badge-aerien {
    background: #f59e0b;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
}

.pricing-price-badge-maritime {
    background: #0ea5e9;
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
}

/* Footer de la carte */
.pricing-footer {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
    text-align: center;
}

.pricing-footer-aerien {
    border-top-color: #fef3c7;
}

.pricing-footer p {
    color: #666;
    font-size: 13px;
    margin: 0;
}

.pricing-footer-aerien p {
    color: #92400e;
    font-weight: 500;
}

/* Note informative */
.pricing-info-box {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 25px 30px;
    border-radius: 12px;
    border-left: 5px solid var(--logistiq-base);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.pricing-info-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pricing-info-icon {
    flex-shrink: 0;
}

.pricing-info-icon-circle {
    width: 60px;
    height: 60px;
    background: var(--logistiq-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.pricing-info-icon-circle i {
    color: white;
    font-size: 28px;
}

.pricing-info-text {
    flex: 1;
    min-width: 250px;
}

.pricing-info-text h4 {
    margin: 0 0 8px 0;
    color: #1e293b;
    font-size: 18px;
    font-weight: 700;
}

.pricing-info-text p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

.pricing-info-button {
    flex-shrink: 0;
}

.pricing-info-button .thm-btn {
    white-space: nowrap;
    padding: 12px 28px;
}

/* Animation pulse */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/***
=============================================
Zone Badges - Filtrage par zones géographiques
=============================================
***/

/* Container des badges */
.zone-badges-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* Badge de zone */
.zone-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

.zone-badge i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* État hover */
.zone-badge:hover,
.zone-badge.hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: var(--logistiq-base);
    color: var(--logistiq-base);
}

.zone-badge:hover i,
.zone-badge.hover i {
    transform: scale(1.1);
}

/* État actif */
.zone-badge.active {
    background: linear-gradient(135deg, var(--logistiq-base) 0%, #1a4d8f 100%);
    border-color: var(--logistiq-base);
    color: white;
    box-shadow: 0 8px 25px rgba(var(--logistiq-base-rgb), 0.4);
    transform: translateY(-3px);
}

.zone-badge.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 100%);
    pointer-events: none;
}

.zone-badge.active i {
    animation: bounce 0.6s ease;
}

/* Animation de clic */
.zone-badge.clicked {
    transform: scale(0.95);
}

/* Animation bounce pour l'icône */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Contenu des zones */
.zone-content {
    display: none;
}

.zone-content.active {
    display: block;
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .pricing-featured {
        transform: scale(1) !important;
        border: 2px solid #f59e0b !important;
    }
    
    .zone-badges-container {
        gap: 15px;
    }
    
    .zone-badge {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .zone-badge i {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .pricing-card-modern {
        margin-bottom: 30px;
    }
    
    .pricing-info-content {
        gap: 15px;
    }
    
    .pricing-info-text {
        min-width: 100%;
    }
    
    .pricing-info-button {
        width: 100%;
        text-align: center;
    }
    
    .pricing-info-button .thm-btn {
        width: 100%;
    }
    
    .zone-badges-container {
        flex-direction: column;
        gap: 12px;
    }
    
    .zone-badge {
        width: 100%;
        max-width: 300px;
        justify-content: center;
        padding: 14px 30px;
    }
}

/***
=============================================
Currency Toggle Buttons - Boutons de devise
=============================================
***/

/* Container des boutons de devise */
.currency-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 15px;
}

/* Style des boutons de devise */
.currency-btn {
    position: relative;
    padding: 8px 20px;
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    outline: none;
}

/* Hover des boutons */
.currency-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: var(--logistiq-base);
    color: var(--logistiq-base);
}

/* État actif du bouton */
.currency-btn.active {
    background: linear-gradient(135deg, var(--logistiq-base) 0%, #1a4d8f 100%);
    border-color: var(--logistiq-base);
    color: white;
    box-shadow: 0 4px 15px rgba(var(--logistiq-base-rgb), 0.3);
}

/* Effet de clic */
.currency-btn:active {
    transform: scale(0.95);
}

/* Variantes de couleurs pour chaque type de fret */

/* Boutons pour le fret routier */
.pricing-list-routier ~ .pricing-footer .currency-btn.active,
.pricing-card-modern .pricing-list-routier + .currency-toggle .currency-btn.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.pricing-list-routier ~ .pricing-footer .currency-btn:hover,
.pricing-card-modern .pricing-list-routier + .currency-toggle .currency-btn:hover {
    border-color: #667eea;
    color: #667eea;
}

/* Boutons pour le fret aérien */
.pricing-header-aerien .currency-btn.active {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-color: #f59e0b;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.pricing-header-aerien .currency-btn:hover {
    border-color: #f59e0b;
    color: #f59e0b;
}

/* Boutons pour le fret maritime */
.pricing-list-maritime ~ .pricing-footer .currency-btn.active,
.pricing-card-modern .pricing-list-maritime + .currency-toggle .currency-btn.active {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    border-color: #0ea5e9;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.3);
}

.pricing-list-maritime ~ .pricing-footer .currency-btn:hover,
.pricing-card-modern .pricing-list-maritime + .currency-toggle .currency-btn:hover {
    border-color: #0ea5e9;
    color: #0ea5e9;
}

/* Animation de transition des prix */
.pricing-price-badge {
    transition: all 0.3s ease;
}

.pricing-price-badge.updating {
    opacity: 0.6;
    transform: scale(0.95);
}

/* Responsive pour les boutons de devise */
@media (max-width: 768px) {
    .currency-toggle {
        gap: 8px;
        margin-top: 12px;
    }
    
    .currency-btn {
        padding: 6px 16px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .currency-toggle {
        gap: 6px;
        margin-top: 10px;
    }
    
    .currency-btn {
        padding: 5px 14px;
        font-size: 11px;
    }
}