body, html {
    max-width: 100vw;
    overflow-x: hidden;
}

#logo_home .lt a, header.sticky #logo_home .lt a, header#plain #logo_home .lt a, header#colored #logo_home .lt a {
    width: 250px;
    height: 72px;
    display: block;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 250px 72px;
    text-indent: -9999px;
}


.main-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
}

.main-menu ul li {
    position: relative;
    margin-right: 20px;
}

.main-menu ul li:after {
    content: "|";
    margin: 0 10px;
    color: #fff;
    position: absolute;
    right: -20px;
    top: 0;
}

.main-menu ul li:last-child:after {
    display: none;
}

.main-menu ul li a {
    font-size: 1.5em;
}

ul#top_tools {
    height: 72px;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
}

.tour_container .img_container .img-fluid {
    height: 365px;
    object-fit: cover;
}
.tour_container .tour_title {
    min-height: 85px;
}

.main-menu ul li:hover > ul, .main-menu ul li:hover .menu-wrapper {
    height: auto;
    overflow: hidden;
}

.blogs .box img.rounded {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.parallax-window {
    width: 100vw;
    height: 470px;
    background-size: cover;      /* object-fit benzeri */
    background-position: center; /* ortalayıp keser */
    background-repeat: no-repeat;
    position: relative;
}

.parallax-window .header-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 998;
}

.main-menu ul li.current-menu-item a{
    color: #e04f67!important;
}

.sp-thumbnail.litespeed-loading,
.sp-thumbnail[data-ll-status="loading"] { opacity: 1 !important; }

.short_info .price,
#price_single_main  {
	font-family: Arial, Helvetica, sans-serif !important;
    font-display: swap;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .main-menu ul {
        display: block;
    }

    .main-menu ul li.current-menu-parent:last-child a:first-child {
        display: none;
    }

    .main-menu ul li.current-menu-parent:last-child ul li a {
        display: block!important;
    }

    #header_menu {
        text-align: left;
        background: #999;
    }

    #header_menu img {
        width: 200px!important;
        height: auto!important;
    }

    .cmn-toggle-switch {
        top: 25px;
    }

    .intro_title {
        padding: 10px;
    }
}



/* Show Comments */
#cityzore-reviews {
    margin-top: 40px;
}

.cityzore-reviews-section {
    margin-top: 40px;
    color: #061b3a;
    font-family: inherit;
}

.cityzore-review-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #061b3a;
}

.cityzore-review-summary {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
}

.cityzore-average-rate {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    color: #061b3a;
}

.cityzore-stars span,
.cityzore-review-stars span {
    color: #d8d8d8;
    font-size: 20px;
    letter-spacing: 1px;
}

.cityzore-stars span.active,
.cityzore-review-stars span.active {
    color: #f6a21a;
}

.cityzore-review-count {
    font-size: 14px;
    margin-top: 4px;
    color: #061b3a;
}

.cityzore-rating-bars {
    width: 100%;
}

.cityzore-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cityzore-rating-label {
    width: 42px;
    font-size: 14px;
    color: #061b3a;
}

.cityzore-rating-track {
    flex: 1;
    height: 8px;
    background: #e7e7ea;
    border-radius: 20px;
    overflow: hidden;
}

.cityzore-rating-fill {
    height: 100%;
    background: #f6a21a;
    border-radius: 20px;
}

.cityzore-rating-count {
    width: 50px;
    text-align: right;
    font-size: 13px;
    color: #061b3a;
}

.cityzore-review-list-header {
    margin: 30px 0 20px;
    font-size: 16px;
    color: #061b3a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cityzore-sort {
    margin-left: auto;
}

.cityzore-sort form {
    margin: 0;
}

.cityzore-sort select {
    width: 320px;
    max-width: 100%;
    height: 48px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid #e2e2e7;
    background: #f4f5f8;
    color: #061b3a;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.cityzore-sort select:focus {
    border-color: #061b3a;
}

.cityzore-review-card {
    display: flex;
    gap: 16px;
    background: #f4f5f8;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 18px;
}

.cityzore-review-avatar {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #dddfe5;
    color: #061b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.cityzore-review-body {
    flex: 1;
}

.cityzore-review-author {
    font-weight: 700;
    margin-bottom: 3px;
    color: #061b3a;
}

.cityzore-review-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.cityzore-review-content {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #061b3a;
}

.cityzore-review-content p {
    margin-bottom: 0;
}

.cityzore-review-pagination {
    display: flex;
    gap: 6px;
    margin-top: 25px;
    flex-wrap: wrap;
    align-items: center;
}

.cityzore-review-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 8px;
    background: #f4f5f8;
    color: #061b3a !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 14px;
}

.cityzore-review-pagination .page-numbers.current,
.cityzore-review-pagination .page-numbers:hover {
    background: #f6a21a;
    color: #fff !important;
}

.cityzore-review-pagination .dots {
    background: transparent;
}

@media (max-width: 767px) {
    .cityzore-review-summary {
        align-items: flex-start;
    }

    .cityzore-average-rate {
        font-size: 42px;
    }

    .cityzore-review-list-header {
        display: block;
    }

    .cityzore-sort {
        margin-top: 15px;
        margin-left: 0;
    }

    .cityzore-sort select {
        width: 100%;
    }

    .cityzore-review-card {
        padding: 15px;
    }
}


.cityzore-translate-btn {
    margin-top: 10px;
    padding: 0;
    border: none;
    background: transparent;
    color: #061b3a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.cityzore-translate-btn:hover {
    color: #f6a21a;
}

.cityzore-translate-btn:disabled {
    opacity: 0.6;
    cursor: wait;
}

.cityzore-translation-box {
    margin-top: 12px;
    padding: 14px 16px;
    background: #fff;
    border-left: 4px solid #f6a21a;
    border-radius: 8px;
    color: #061b3a;
    font-size: 14px;
    line-height: 1.6;
}

.cityzore-translate-btn.loading {
    opacity: 0.6;
}