.ui-widget.ui-widget-content {
    font-family: 'Roboto';
    border: none;
    background-color: white;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: auto;
    overflow-y: auto;
    max-height: 270px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: #d7ebff;
    font-weight: normal;
    color: #333;
    margin: 0 !important;
}

.custom-loader .spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 50px;
    height: 50px;
}
.custom-loader .spinner .path {
    stroke: #287dfa;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}


.campaign-circle-carousel .owl-stage-outer {
    padding: 24px 0 !important;
}

.campaign-circle-carousel a {
    width: 150px;
}

.campaign-img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 7px 40px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0 7px 40px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 7px 40px rgba(0, 0, 0, 0.30);
}

.campaign-title {
    color: #333;
    height: 60px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cruise-card .card-img::before {
    border-radius: 30px;
}


/* Swiper Js */
.swiper {
    width: 830px;
    height: min-content;
}

.img-container {
    height: 350px;
}

.swiper-slide {
    display: flex;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

/* Aktif swiper slaydındaki .cardBody öğelerini görünür yap */
.swiper-slide-active .cardBody {
    display: block;
}

/* Aktif swiper slaydı haricindeki .cardBody öğelerini gizle */
.swiper-slide:not(.swiper-slide-active) .cardBody {
    display: none;
}

.swiper-slide:not(.swiper-slide-active) .img-container {
    filter: brightness(0.75);
    /* Parlaklığı %50 oranında azalt */
    transition: all 0.2s ease-in;
}

.tsa-belge {
    position: absolute;
    top: 10px;
    right: 15px;
    color: rgba(0, 0, 0, 0.55);
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 400;
    z-index: 10;
}