/***
=============================================
Calendrier
=============================================
***/
/* .destinations {
    position: relative;
    display: block;
    background: rgb(18, 33, 38);
    background: linear-gradient(90deg, rgba(24, 30, 32, 0.409) 0%, rgba(30, 45, 50, 0.491) 25%, rgba(20, 35, 40, 0.591) 50%, rgba(15, 30, 35, 1) 75%, rgba(10, 25, 30, 0.646) 100%);
    padding: 512px 0px 94px;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 100px;
} */



/* .destinations::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -300px;
    opacity: 0.80;
    content: "";
    background: rgb(14, 18, 29);
    background: linear-gradient(-120deg, rgba(14, 18, 29, 0.90) 10%, rgba(255, 94, 20, 0.7) 30%, rgba(14, 18, 29, 0.9) 50%);
} */



.destinations__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.02;
    z-index: -1;
}

/* .destinations__pattern2 {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
} */

/* .destinations .shape1 {
    position: absolute;
    left: -240px;
    bottom: -25px;
    z-index: -1;
} */

.destinations__img1 {
    position: absolute;
    bottom: -40px;
    right: -35px;
    z-index: 1;
}

.destinations__img5 {
    position: absolute;
    bottom: -65px;
    right: 0;
    z-index: 1;
}

.destinations__title.center .destinations__title__tagline {
    justify-content: center !important;
    margin-top: 70px !important;
}

.destinations__title__tagline {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
    justify-content: center !important;
}

.destinations__title {
    position: relative !important;
    display: block !important;
    margin-top: -8px !important;
    padding-bottom: 49px !important;
    z-index: 1 !important;
}

.destinations__title__tagline .line {
    position: relative !important;
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    background: var(--logistiq-base);
    margin-right: 10px !important;
}

.destinations__title__tagline .text {
    position: relative !important;
    display: block !important;
}

.destinations__title__tagline .text h4 {
    color: var(--logistiq-black) !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.destinations__title__tagline .icon {
    position: relative !important;
    display: inline-block !important;
    color: var(--logistiq-base) !important;
}

.icon-plane2::before {
    content: "\e934" !important;
}

.destinations__title__title {
    font-size: 43px !important;
    line-height: 55px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: var(--logistiq-black) !important;
}

.destinations__title__title span {
    position: relative !important;
    display: inline-block !important;
    color: var(--logistiq-base) !important;
    font-size: 43px !important;
    top: 2px !important;
    margin-left: 15px !important;
}

/* Destinations Bouton */
.destinations__tab-box {
    position: relative;
    display: block;
    margin-top: -80px;
    text-align: center;
}

.destinations__tab-box .tab-buttons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.destinations__tab-box .list-unstyled {
    padding-left: 0;
}

.destinations__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--logistiq-white);
    padding: 12px 30px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
    margin: 0 10px 10px 0;
    min-width: 160px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Styles pour les groupes sur grands écrans */
.destinations__tab-box .tab-buttons .afrique-group,
.destinations__tab-box .tab-buttons .other-group {
    display: contents;
}

.destinations__tab-box .tab-buttons .tab-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    content: "";
    background: var(--logistiq-base);
    border-radius: 50px;
    transition: all 0.3s ease;
    z-index: -1;
}

.destinations__tab-box .tab-buttons .tab-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.destinations__tab-box .tab-buttons .tab-btn i {
    font-size: 18px;
    transition: all 0.3s ease;
}

.destinations__tab-box .tab-buttons .tab-btn:hover i {
    transform: scale(1.1);
}

.destinations__tab-box .tab-buttons .tab-btn p {
    color: var(--logistiq-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    transition: all 0.3s ease;
    margin: 0;
}

/* Media query pour les petits écrans */
@media (max-width: 768px) {
    .destinations__tab-box .tab-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    
    .destinations__tab-box .tab-buttons .afrique-group,
    .destinations__tab-box .tab-buttons .other-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 10px;
    }
    
    .destinations__tab-box .tab-buttons .tab-btn {
        margin: 0;
        min-width: 200px;
        width: 80%;
        max-width: 300px;
        padding: 14px 30px;
    }
    
    .destinations__tab-box .tab-buttons .tab-btn i {
        font-size: 16px;
    }
    
    .destinations__tab-box .tab-buttons .tab-btn p {
        font-size: 14px;
    }
}


/*** Country Start ***/

.country-destinations {
    margin-top: 80px;
}

.country .country-item {
    position: relative;
    margin-bottom: 60px !important;
}

.rounded {
    border-radius: 10px !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.w-100 {
    width: 100% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.rounded-circle {
    border-radius: 50% !important;
}

.country .country-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(36, 37, 37, 0.45);
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.country .country-item:hover::after {
    background: rgba(36, 37, 37, 0.55);
    height: 100%;
}

.country .country-item .country-flag {
    position: absolute;
    width: 90px; 
    height: 90px; 
    border-radius: 50%;
    top: -45px; 
    left: 50%; 
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 2;
}

.country .country-item .country-flag img {
    border: 5px solid var(--bs-white);
    transition: 0.5s;
}

.country .country-item:hover .country-flag img {
    border: 5px solid var(--bs-white);
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.country .country-item .country-name {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 1;
    z-index: 3;
    width: 90%;
    text-align: center;
}

.country .country-item:hover .country-name {
    opacity: 1;
}

.country .country-item img {
    transition: 0.5s;
}

.country .country-item:hover img {
    transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
    transition: 0.5s;
    white-space: nowrap;
    display: inline-block;
    font-size: 25px !important;
    font-weight: 800 !important;
}

.country .country-item .country-name a.fs-4:hover {
    color: var(--bs-secondary) !important;
}

/* Tab Button Active State */
.destinations__tab-box .tab-buttons .tab-btn.active-btn {
    background: linear-gradient(135deg, var(--logistiq-base) 0%, #1a4d8f 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(var(--logistiq-base-rgb), 0.4);
}

.destinations__tab-box .tab-buttons .tab-btn.active-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 100%);
    border-radius: 50px;
    pointer-events: none;
}

.destinations__tab-box .tab-buttons .tab-btn.active-btn p {
    color: var(--logistiq-white);
}

.destinations__tab-box .tab-buttons .tab-btn.active-btn i {
    color: var(--logistiq-white);
    animation: bounceIcon 0.6s ease;
}

@keyframes bounceIcon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Tab Content Styles */
.tab-content {
    display: none;
}

.tab-content.active-tab {
    display: block;
}

/* Country Info Styles - Badge Design */
.country .country-item .country-info {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 85%;
    text-align: left;
    margin-top: 20px;
}

.country .country-item .country-info .info-item {
    position: relative;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    padding: 8px 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    border-left: 3px solid var(--logistiq-base);
}

.country .country-item .country-info .info-item:hover {
    transform: translateX(3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.35);
    background: rgba(255, 255, 255, 0.85);
}

.country .country-item .country-info .info-item .info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--logistiq-base);
    border-radius: 50%;
    flex-shrink: 0;
}

.country .country-item .country-info .info-item .info-icon i {
    color: var(--bs-white);
    font-size: 14px;
}

.country .country-item .country-info .info-item .info-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.country .country-item .country-info .info-label {
    color: var(--logistiq-base);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1px;
}

.country .country-item .country-info .info-value {
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}


/* Section Title Styles */
.section-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.sub-style {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

.text-primary {
    color: #003A66 !important;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}
/*** Country End ***/

