/* User auth dropdown (moved from inline header) */

.user-auth-dropdown {
    position: relative;
    display: inline-block
}

.user-dropdown-btn {
    background-color: #eee!important;
    color: #333!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 0!important;
    border: 1px solid #ddd!important;
    cursor: pointer!important;
    font-size: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 6px
}

.user-dropdown-btn svg {
    width: 22px;
    height: 22px;
    display: block;
    color: currentColor
}

.user-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    padding: 12px;
    border-radius: 6px;
    min-width: 260px;
    z-index: 1200
}

.user-dropdown-menu.show {
    display: block
}

.user-dropdown-menu .auth-forms {
    display: block
}

.auth-form input.form-control {
    width: 100%;
    margin-bottom: 8px
}

.user-dropdown-item {
    display: block;
    padding: 8px 10px;
    color: #333;
    /* Subscribe widget styles */
    .subscribe-widget {
        margin: 18px 0;
    }
    .subscribe-input-group {
        display: flex;
        gap: 8px;
    }
    .subscribe-input-group input[type="email"] {
        flex: 1;
        padding: 10px 12px;
        border-radius: 6px;
        border: 1px solid #ddd
    }
    .subscribe-input-group button {
        background: #0d6efd;
        color: #fff;
        border: none;
        padding: 10px 14px;
        border-radius: 6px;
        cursor: pointer
    }
    .subscribe-msg {
        margin-top: 8px;
        color: #333;
        font-size: 14px
    }
    text-decoration: none
}

.user-dropdown-item:hover {
    background: #f6f6f6
}

@media (max-width:991px) {
    .user-dropdown-menu {
        right: 8px;
        left: 8px;
        min-width: auto
    }
}


/* Align language switcher and user dropdown buttons */

.action-buttons .language-switcher-dropdown {
    display: inline-flex;
    align-items: center;
    margin-right: 5px
}

.action-buttons .lang-dropdown-btn,
.action-buttons .user-dropdown-btn {
    height: 50px;
    min-width: 50px;
    padding: 0 10px;
    border-radius: 6px
}

.action-buttons .lang-dropdown-btn .lang-flag {
    width: 28px;
    height: 20px
}

@media (max-width:575px) {
    .action-buttons .lang-dropdown-btn,
    .action-buttons .user-dropdown-btn {
        height: 40px;
        min-width: 40px;
        padding: 0 8px
    }
}

body {
    color: #4a4a4a;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    margin: 0;
    overflow-x: hidden
}

::-moz-selection {
    background: #383838;
    color: #FFF;
    text-shadow: none
}

::selection {
    background: #383838;
    color: #FFF;
    text-shadow: none
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    overflow: visible
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    resize: vertical
}

p {
    margin-bottom: 15px
}

p:last-child {
    margin-bottom: 0
}

a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    outline: none;
    text-decoration: none
}

a:hover,
a:focus {
    color: #383838;
    outline: none;
    text-decoration: none
}

textarea:focus,
textarea:active,
input:focus,
input:active {
    outline: none
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    color: #333;
    line-height: 1.3
}

h1,
.h1 {
    font-size: 36px;
    margin-bottom: 14px
}

@media only screen and (max-width:767.98px) {
    h1,
    .h1 {
        font-size: 30px
    }
}

h2,
.h2 {
    font-size: 32px;
    margin-bottom: 15px
}

@media only screen and (max-width:767.98px) {
    h2,
    .h2 {
        font-size: 28px
    }
}

h3,
.h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px
}

@media only screen and (max-width:767.98px) {
    h3,
    .h3 {
        font-size: 26px
    }
}

h4,
.h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 17px
}

h5,
.h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px
}

h6,
.h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

strong,
b {
    font-weight: 700
}

figure {
    margin: 0
}

img {
    max-width: 100%
}

button {
    background-color: #fff0;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

button:active,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.primary-color {
    color: #383838
}

.bg-brand {
    background-color: #383838!important
}

.btn-group .btn {
    margin-right: 15px
}

.btn-group .btn:last-child {
    margin-right: 0
}

.btn {
    border-radius: 0;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 25px;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    outline: none
}

@media only screen and (max-width:575.98px) {
    .btn {
        font-size: 12px;
        padding: 10px 10px
    }
}

.btn:focus,
.btn:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit
}

.btn-small {
    padding: 7px 15px
}

.btn-brand {
    background-color: #383838;
    color: #FFF
}

.btn-brand:hover {
    background-color: #222;
    color: #FFF
}

.btn-bordered {
    border: 2px solid #FFF;
    color: #FFF
}

.btn-bordered:hover {
    background-color: #383838;
    border-color: #383838
}

.btn-transparent {
    border: 1px solid #383838;
    color: #383838
}

.btn-transparent:hover {
    background-color: #383838;
    border-color: #383838
}

.btn-black {
    background-color: #222;
    color: #FFF
}

.btn-black:hover {
    background-color: #383838
}

.btn-close {
    background-color: #222;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px
}

.btn-close:hover {
    background-color: #383838
}

.btn-read-more {
    color: #383838;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 3px 5px
}

.btn-read-more:hover {
    color: #222
}

.btn-read-more:after,
.btn-read-more:before {
    background-color: #383838;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0
}

.btn-read-more:after {
    height: 2px;
    width: 100%
}

.btn-read-more:before {
    height: 10px;
    width: 2px
}

.gallery-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin: auto;
    border-radius: 20px
}

.gallery-container {
    display: flex;
    align-items: center;
    height: 100%;
    transition: transform .5s ease;
    width: 100%
}

.slide {
    height: 100%;
    object-fit: cover;
    transition: all .45s ease;
    flex: 0 0 auto
}

.slide.center {
    width: 50%;
    opacity: 1
}

.slide.side {
    width: 25%;
    opacity: .55
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 10px 23px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 26px;
    z-index: 10
}

.left {
    left: 10px
}

.right {
    right: 10px
}

.zoom-btn {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: #fff;
    padding: 6px 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 10
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / .9);
    justify-content: center;
    align-items: center
}

.modal-img {
    width: 70%;
    max-height: 90%;
    object-fit: contain
}

.close {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    text-shadow: none
}

.modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer
}

.modal-arrow.left {
    left: 40px
}

.modal-arrow.right {
    right: 40px
}

.zoom-hide {
    display: none!important
}

@media (max-width:992px) {
    .gallery-wrapper {
        width: 100%;
        height: 360px
    }
}

@media (max-width:768px) {
    .gallery-wrapper {
        height: 320px
    }
    .arrow {
        padding: 8px 15px;
        font-size: 20px
    }
    .zoom-btn {
        padding: 5px 12px;
        font-size: 14px
    }
}

@media (max-width:480px) {
    .gallery-wrapper {
        height: 300px;
        border-radius: 0
    }
    .slide.center {
        width: 80%
    }
    .slide.side {
        width: 10%;
        opacity: .35
    }
    .arrow {
        padding: 4px 9px;
        font-size: 16px
    }
    .modal-img {
        width: 92%
    }
    .modal-arrow {
        font-size: 28px
    }
}

@media (max-width:766px) {
    .gallery-container img.slide {
        width: 100%!important;
        opacity: 1!important;
        transform: none!important;
        flex: 0 0 100%!important
    }
    .slide.center,
    .slide.side {
        transform: none!important;
        opacity: 1!important
    }
    .gallery-wrapper .arrow {
        padding: 8px 18px;
        font-size: 20px
    }
}

.ig-post__body {
    padding-left: 0;
    padding-right: 0
}

.ig-post.ig-post--aktivite {
    background: #fff;
    border: 0;
    border-radius: 16px;
    overflow: hidden
}

.ig-post.ig-post--aktivite>.row {
    margin-left: 0;
    margin-right: 0
}

.ig-post.ig-post--aktivite>.row>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px
}

.ig-post.ig-post--aktivite .gallery-wrapper {
    border-radius: 16px 16px 0 0;
    margin: 0
}

.ig-post.ig-post--aktivite .ig-post__media {
    margin-bottom: 18px
}

.gallery-wrapper .ig-gallery__dot {
    cursor: pointer
}

.ig-post.ig-post--aktivite .title-main {
    margin-top: 0
}

.ig-post.ig-post--aktivite .social-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    text-align: right
}

.ig-post-action {
    cursor: pointer;
    font-size: 22px;
    line-height: 1
}

.ig-post.ig-post--aktivite #begenSayi {
    font-weight: 600;
    color: #222
}

.ig-post.ig-post--aktivite .summary {
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    margin: 0
}

.ig-post.ig-post--aktivite .summary-item i {
    color: #fff;
    font-size: 26px;
    padding: 7px 10px;
    background-color: #343a40;
    border-radius: 45%
}

.ig-post.ig-post--aktivite .summary-item {
    display: flex;
    align-items: center;
    color: #343a40;
    padding: 0;
    margin-bottom: 5px;
    gap: 6px
}

.ig-post.ig-post--aktivite .summary-item span {
    font-weight: 400;
    font-size: inherit
}

.ig-post__comments .yorum-item,
.ig-post__comments .yorum-form-card {
    box-shadow: none;
    border: 0
}

.ig-post__comments .ig-card__comments {
    gap: 12px
}

.ig-post__comments .ig-card__comment {
    gap: 10px
}

.ig-post__comments .yorum-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.ig-post__comments .yorum-item:last-child {
    border-bottom: 0
}

.ig-post__comments .ig-comment-text,
.ig-post__comments .ig-card__comments,
.ig-post__comments .ig-card__comment,
.ig-post__comments .ig-comment-body {
    font-size: 18px;
    line-height: inherit
}

.ig-post__comments .ig-comment-avatar {
    width: 44px;
    height: 44px;
    min-height: 44px;
    aspect-ratio: auto;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700
}

.ig-post__comments .ig-comment-text {
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal
}

.ig-post__comments .ig-comment-time {
    margin-top: 4px;
    font-size: 12px;
    color: #777
}

.ig-post__comments .ig-load-more {
    appearance: none;
    background: #fff0;
    border: 0;
    padding: 0;
    font-weight: 600;
    color: #343a40
}

.ig-post__comments .yorum-actions {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    align-items: center
}

.ig-post__comments .yorum-like-btn,
.ig-post__comments .yorum-begen-btn {
    background: #fff0;
    border: 0;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.ig-post__comments .yorum-like-btn.liked,
.ig-post__comments .yorum-begen-btn.ig-liked {
    color: #e74c3c
}

.ig-post__comments .yorum-reply-btn {
    background: #fff0;
    border: 0;
    color: #007bff;
    cursor: pointer;
    font-size: 13px
}

.ig-post__comments .reply-form {
    margin-top: 10px;
    padding: 10px;
    border-left: 3px solid #f0f0f0
}

.ig-post__comments .ig-load-more:hover {
    color: #262626
}

.ig-post__comments .yorum-form-card .btn.btn-primary {
    border-radius: 999px;
    padding-left: 22px;
    padding-right: 22px
}

.ig-card__comment {
    display: grid;
    grid-template-columns: 56px 1fr 48px;
    gap: 10px;
    align-items: start;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgb(0 0 0 / .06)
}

.ig-card__comment-index {
    display: grid;
    grid-template-columns: 56px 1fr 48px;
    align-items: start;
    position: relative
}

.ig-card__comment .ig-comment-avatar {
    grid-column: 1;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d9d9d9;
    color: #000;
    font-weight: 700
}

.ig-card__comment-index .ig-comment-avatar-index {
    grid-column: 1;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d9d9d9;
    color: #000;
    font-weight: 700
}

.ig-card__comment .ig-comment-body {
    grid-column: 2!important;
    padding-right: 8px!important
}

.ig-card__comment>.ig-comment-avatar {
    grid-column: 1;
    grid-row: 1
}

.ig-card__comment>.ig-comment-body {
    grid-column: 2;
    grid-row: 1
}

.ig-card__comment>.yorum-begen-btn,
.ig-card__comment>.ig-like-btn {
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
    align-self: center
}

.ig-card__comment .ig-comment-top {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    flex-wrap: wrap
}

.ig-card__comment .ig-comment-author {
    font-weight: 700;
    margin-right: 6px
}

.ig-card__comment .ig-comment-text-inline {
    display: inline-block;
    color: inherit
}

.ig-card__comment .ig-comment-meta {
    display: flex;
    align-items: center;
    gap: 8px
}

.ig-card__comment .ig-comment-text {
    padding: 6px 0;
    line-height: 1.4;
    font-size: 15px
}

.ig-card__comment-index .ig-comment-text-index {
    font-size: 13px;
    color: #333;
    text-decoration: none
}

.ig-card__comment .ig-comment-actions {
    display: block;
    align-items: center;
    color: #6c757d;
    font-size: 13px;
    margin-top: 6px
}

.ig-card__comment .ig-action-meta {
    color: #6c757d;
    font-size: 13px;
    margin-right: 10px;
    font-weight: 600
}

.ig-card__comment .ig-comment-time-inline {
    color: #6c757d;
    font-size: 13px;
    white-space: nowrap;
    line-height: 30px
}

.ig-card__comment .ig-comment-meta strong {
    display: inline-block;
    font-weight: 700;
    margin-right: 8px
}

.ig-card__comment-index .ig-comment-time-index {
    font-size: 11px;
    color: #777
}

.ig-card__comment .yorum-reply-btn {
    display: inline-block;
    color: #6c757d;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    background: #fff0;
    border: 0
}

.ig-card__comment .yorum-begen-btn {
    grid-column: 3;
    justify-self: center;
    align-self: center;
    background: #fff0;
    border: 0;
    padding: 6px 8px;
    line-height: 1;
    color: #262626;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.ig-card__comment .yorum-begen-btn .fa {
    width: 18px;
    height: 18px;
    display: inline-block
}

.ig-card__comment .yorum-begen-btn.ig-liked {
    color: #e0245e
}

.ig-comment-children {
    display: block;
    grid-column: 2 / 3;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box
}

.ig-card__comment>.ig-comment-children {
    grid-column: 2 / 4;
    grid-row: 2
}

.ig-comment-children .ig-card__comment {
    display: grid;
    grid-template-columns: 44px 1fr 48px;
    gap: 10px;
    align-items: start;
    margin-top: 15px;
    padding: 10px 0 10px 10px;
    border-bottom: 0;
    width: 100%;
    box-sizing: border-box
}

.ig-comment-children .ig-comment-top {
    display: flex;
    gap: 8px;
    align-items: flex-start
}

.ig-comment-children .ig-comment-text {
    margin-top: 4px
}

.ig-card__comment>.ig-comment-children {
    position: relative
}

.ig-card__comment>.ig-comment-children::before {
    content: '';
    position: absolute;
    left: -45px;
    top: -47px;
    bottom: 0;
    background: none;
    width: 35px;
    height: 100px;
    border-left: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
    border-radius: 0 0 0 20px
}

.ig-comment-children .ig-card__comment {
    position: relative
}

.ig-card.ig-card--mini {
    border: 1px solid #adadad;
    box-shadow: none;
    margin: 1em 0
}

.ig-card.ig-card--mini .ig-card__media {
    aspect-ratio: 2 / 1.1
}

.ig-card.ig-card--mini .ig-card__caption {
    padding: 12px 14px 14px 14px
}

.ig-card.ig-card--mini .ig-card__caption-meta {
    font-size: 12px;
    color: #777;
    display: flex;
    justify-content: space-between;
    gap: 12px
}

.ig-card.ig-card--mini .ig-card__caption-meta>span {
    display: inline-flex;
    align-items: center;
    white-space: normal
}

.ig-card.ig-card--mini .ig-card__caption-meta i {
    color: #777;
    margin-right: 6px
}

.service-details-sidebar.ig-sidebar-card .ig-card.ig-card--mini .ig-card__media {
    max-height: none
}

.service-details-sidebar.ig-sidebar-card .service-list li a.ig-card img {
    width: auto;
    height: auto
}

.service-details-sidebar.ig-sidebar-card .service-list li a.ig-card .ig-card__media>img {
    width: 100%!important;
    height: 100%!important
}

.service-details-sidebar.ig-sidebar-card .service-list li a.ig-card .ig-card__caption-meta i {
    width: auto!important;
    height: auto!important;
    line-height: 1!important;
    display: inline-block;
    vertical-align: middle
}

.service-details-sidebar.ig-sidebar-card .service-list li a.ig-card .ig-card__caption-meta {
    align-items: center
}

.service-details-sidebar.ig-sidebar-card,
.service-details-sidebar.ig-sidebar-card .sidebar-single,
.service-details-sidebar.ig-sidebar-card .sidebar-body {
    border: 0!important;
    box-shadow: none!important;
    background: #fff0
}

.service-details-sidebar.ig-sidebar-card .sidebar-heading {
    text-align: center
}

.service-details-sidebar.ig-sidebar-card .ig-card.ig-card--row.ig-card--sidebar {
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 10px
}

.service-details-sidebar.ig-sidebar-card .ig-card--sidebar .ig-card__media {
    flex: 0 0 110px;
    max-width: 110px
}

.service-details-sidebar.ig-sidebar-card .ig-card--sidebar .ig-card__media>img {
    height: 110px;
    object-fit: cover
}

.service-details-sidebar.ig-sidebar-card .ig-card--sidebar .ig-card__body {
    padding: 10px 12px
}

.service-details-sidebar.ig-sidebar-card .ig-card--sidebar .ig-row__title {
    font-size: 14px
}

.service-details-sidebar.ig-sidebar-card .ig-card--sidebar .ig-row__meta {
    margin-top: 8px
}

.service-details-sidebar.ig-sidebar-card .ig-card--sidebar .ig-row__meta-label {
    font-size: 11px
}

.service-details-sidebar.ig-sidebar-card .ig-card--sidebar .ig-row__meta-value {
    font-size: 12px
}

.ig-sidebar-card {
    border: 0
}

@media (max-width:575px) {
    .ig-post.ig-post--aktivite {
        border-radius: 0;
        border-left: 0;
        border-right: 0
    }
    .ig-post.ig-post--aktivite .gallery-wrapper {
        border-radius: 0
    }
}

.title-main {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-top: 20px
}

.title-main span {
    font-size: 20px
}

.social-buttons {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    display: inline-flex;
    gap: 5px;
    float: inline-end
}

@media (max-width:749px) {
    .social-buttons {
        float: inline-start
    }
}

@media (max-width:575px) {
    .summary-item {
        flex: 1 1 100%;
        padding: 5px 8px
    }
    .summary-item i {
        font-size: 26px
    }
    .social-buttons {
        text-align: left;
        margin-top: 10px;
        font-size: 12px!important
    }
}

.section-title-wrap {
    position: relative
}

.section-title-wrap h2 {
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin: 0 0 0 1em
}

.section-title-wrap h2:before {
    background-color: rgb(0 0 0 / .2);
    content: '';
    position: absolute;
    left: calc(100% + 40px);
    top: 13px;
    height: 3px;
    width: calc(100vw - 100% - 350px);
    max-width: 950px;
    border-radius: 50px
}

@media (max-width:991px) {
    .section-title-wrap h2:before {
        width: calc(100vw - 100% - 110px)
    }
}

.section-title-wrap.layout--2 {
    text-align: center
}

.section-title-wrap.layout--2:before {
    display: none
}

.section-title-wrap.layout--2 h2 {
    background-color: inherit;
    margin-bottom: 0;
    padding-right: 0;
    position: relative
}

.section-title-wrap.layout--2 h2:before,
.section-title-wrap.layout--2 h2:after {
    background-color: #ddd;
    content: '';
    position: absolute;
    top: 16px;
    left: calc(100% + 20px);
    height: 1px;
    width: 800px
}

.section-title-wrap.layout--2 h2:after {
    left: auto;
    right: calc(100% + 20px)
}

.section-title-wrap.white h2 {
    color: #FFF
}

.section-title-wrap.white h2:before,
.section-title-wrap.white h2:after {
    background-color: rgb(255 255 255 / .3)
}

.faq-container {
    max-width: 800px;
    margin: 0 auto
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px
}

.faq-item {
    background: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / .1);
    overflow: hidden;
    transition: all 0.3s ease
}

.faq-question {
    border-radius: 30px;
    width: 100%;
    text-align: left;
    padding: 18px 25px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222
}

.faq-question:hover {
    background: #f0f0f0
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease;
    padding: 0 20px;
    line-height: 1.6;
    color: #555
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 15px 20px
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease
}

.faq-item.active .faq-icon {
    transform: rotate(45deg)
}

.destinationcard {
    position: relative;
    text-align: center;
    color: #fff;
    margin: 10px
}

.destinationcard img {
    border-radius: 20px;
    object-fit: cover;
    transition: all .28s ease-in-out;
    max-height: 14em
}

.destination-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.destination-card span {
    color: #000;
    background-color: #fcf1ee;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 700;
    display: block
}

.destination-card span:hover {
    color: #fff;
    background-color: #02a133
}

.destination-activity-count {
    margin-top: 8px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    padding: 5px 12px;
    border-radius: 15px;
    display: inline-block;
    font-weight: 500
}

.showtravelcard {
    background-color: #fefefe;
    margin: 15px 0;
    display: flex;
    justify-content: stretch;
    align-items: stretch
}

.travel-card {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    font-weight: 300;
    background-color: #fff;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / .3);
    border-radius: 15px;
    width: 100%;
    height: 100%;
    max-width: 350px;
    &:hover>.button-favorite {
        display: inline-flex
    }
    &:hover>.image>img {
        transform: scale(1.2);
        object-fit: cover
    }
    & .image {
        width: 100%;
        height: 250px;
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
        overflow: hidden;
        &>img {
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
            border-top-left-radius: inherit;
            border-top-right-radius: inherit;
            transition: all .28s ease-in-out;
            object-fit: cover
        }
    }
    &>.content {
        color: #545454;
        padding: 1em 1.5em;
        min-height: 16em;
        &>.category {
            font-size: 1.2em;
            color: #bababa
        }
        &>.topic {
            font-size: 1.3em;
            line-height: calc(1rem * 2.8);
            word-break: break-all;
            max-height: calc(1rem * 2.8 * 2);
            overflow: hidden;
            position: relative;
            background-color: #fff
        }
        &>.recommendation {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            margin-top: 10px;
            &>.score {
                display: inline-flex;
                justify-content: center;
                align-items: center;
                background: #0e71b8;
                color: #fff;
                padding: 5px 8px;
                border-radius: 30px;
                user-select: none;
                &>:first-child {
                    padding-top: 1px;
                    padding-left: 4px
                }
                &>:last-child {
                    font-size: 1.1em;
                    padding-left: 6px
                }
            }
            &>.comment {
                color: #9a9b9d;
                margin-left: 1.5em
            }
        }
        &>.price {
            display: flex;
            justify-content: space-between;
            align-items: center
        }
    }
    &>.button-favorite {
        width: 2.8em;
        height: 2.8em;
        display: none;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: #fff;
        color: #000;
        border-radius: 50%;
        box-shadow: 3px 3px 5px 0 rgb(0 0 0 / .1);
        user-select: none;
        &:hover>:first-child {
            display: none
        }
        &:hover>:last-child {
            display: block
        }
        &>i {
            font-size: 1.8em;
            padding-top: 2px
        }
        &>:last-child {
            display: none;
            color: #ff5a60
        }
    }
}

.travel-card .image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.travel-card .content .recommendation .comment {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    justify-content: flex-end
}

.travel-card .content .recommendation .comment .meta {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.travel-card .content .recommendation .score {
    flex-shrink: 0
}

.travel-card .content .recommendation .score .stars i {
    font-size: 1em;
    line-height: 1
}

.travel-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.travel-card .content {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column
}

.travel-card .content .topic {
    line-height: 1.3;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.travel-card .content .price {
    margin-top: auto
}

.ig-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / .18);
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 0
}

.ig-card.ig-card--row {
    flex-direction: row;
    box-shadow: none;
    border: 1px solid #adadad
}

.ig-sidebar-card {
    background: #fff;
    border: 1px solid #adadad;
    border-radius: 15px;
    box-shadow: none;
    overflow: visible
}

@media (max-width:991px) {
    .ig-sidebar-card {
        margin-bottom: 24px
    }
}

@media (max-width:767px) {
    .ig-sidebar-card .sidebar-title {
        display: none
    }
    .ig-filter-toggle {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 14px;
        font-weight: 600
    }
    .search-body {
        display: none;
        padding: 0
    }
    .search-body.is-open {
        display: block;
        padding: 14px 16px 16px 16px
    }
    .ig-filter-toggle-icon {
        font-size: 18px;
        line-height: 1
    }
}

@media (min-width:768px) {
    .ig-filter-toggle {
        display: none
    }
}

.ig-sidebar-card .sidebar-title {
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 800;
    color: #383838
}

.ig-autocomplete {
    position: relative
}

.ig-autocomplete-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 20px rgb(0 0 0 / .08);
    max-height: 280px;
    overflow: auto;
    display: none
}

.ig-autocomplete-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 12px;
    cursor: pointer
}

.ig-autocomplete-item:hover,
.ig-autocomplete-item.is-active {
    background: #f6f7f9
}

.ig-autocomplete-title {
    font-weight: 600;
    font-size: 14px;
    color: #222
}

.ig-autocomplete-sub {
    font-size: 12px;
    color: #6b7280
}

.ig-sidebar-card .search-body {
    padding: 14px 16px 16px 16px
}

.ig-filter-form .form-label {
    font-size: 12px;
    font-weight: 700;
    color: #555
}

.ig-filter-form .form-control {
    border-radius: 12px;
    min-height: 44px;
    font-size: 13px
}

.ig-filter-form .btn.btn-primary {
    border-radius: 12px;
    min-height: 44px;
    font-weight: 700;
    margin: 1em 0
}

.ig-card--row .ig-card__media {
    flex: 0 0 320px;
    width: 320px;
    align-self: flex-start
}

.ig-card--row .ig-card__body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column
}

.ig-row__top {
    padding: 30px 14px 30px 14px;
    margin-top: 0
}

@media (min-width:767px) {
    .ig-row__top {
        padding-top: 18px;
        margin-top: 25px
    }
}

.ig-row__title {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    line-height: 1.25
}

.ig-row__title a {
    color: inherit;
    text-decoration: none
}

.ig-row__title a:hover {
    text-decoration: underline
}

.ig-row__link {
    display: block;
    color: inherit;
    text-decoration: none
}

.ig-row__link:hover {
    color: inherit;
    text-decoration: none
}

.ig-row__desc {
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 1.35
}

.ig-row__meta {
    padding: 10px 14px;
    display: grid;
    gap: 8px
}

.ig-row__meta-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
    border-bottom: 1px solid #dedede
}

.ig-row__meta-label {
    flex: 0 0 150px;
    font-size: 12px;
    color: #777;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px
}

.ig-row__meta-value {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ig-row__meta-value i {
    color: #777;
    margin-right: 6px
}

.ig-card__actions.ig-row__actions {
    margin-top: auto;
    padding: 12px 14px
}

@media (max-width:575px) {
    .ig-row__meta-label {
        flex-basis: 17em
    }
}

@media (max-width:768px) {
    .ig-card.ig-card--row {
        flex-direction: column
    }
    .ig-card--row .ig-card__media {
        width: 100%;
        flex-basis: auto
    }
}

.ig-card-col {
    margin-bottom: 24px
}

.ig-masonry {
    position: relative
}

.ig-masonry .ig-card-col {
    margin-bottom: 0
}

.ig-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px
}

.ig-card__user {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0
}

.ig-card__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #383838;
    box-shadow: 0 0 0 2px #fff
}

.ig-card__meta {
    min-width: 0
}

.ig-card__title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ig-card__sub {
    font-size: 12px;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ig-card__tag {
    font-size: 12px;
    color: #777;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 999px;
    padding: 4px 10px;
    max-width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0
}

.ig-card__link {
    display: block;
    color: inherit;
    text-decoration: none
}

.ig-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f4f4
}

.ig-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ig-card__duration {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    font-size: 12px;
    line-height: 1.2;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgb(0 0 0 / .55);
    color: #fff;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none
}

.ig-card__duration .ig-card__rating,
.ig-card__duration .ig-card__rating .avg,
.ig-card__duration .ig-card__rating .stars {
    color: #fff
}

.ig-card__media>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .28s ease-in-out
}

.ig-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: rgb(0 0 0 / .45);
    opacity: 0;
    transition: opacity .2s ease-in-out;
    color: #fff;
    font-weight: 600;
    pointer-events: none
}

.ig-card__stat {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.ig-card:hover .ig-card__overlay {
    opacity: 1
}

.ig-card:hover .ig-card__media>img {
    transform: scale(1.05)
}

.ig-gallery {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.ig-gallery__track {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: visible;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: none;
    scroll-behavior: auto;
    touch-action: pan-y;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    cursor: grab;
    user-select: none;
    transition: transform .35s ease;
    will-change: transform
}

.ig-gallery__track.is-dragging {
    cursor: grabbing;
    transition: none
}

.ig-gallery__track::-webkit-scrollbar {
    display: none
}

.ig-gallery__slide {
    flex: 0 0 100%;
    height: 100%;
    scroll-snap-align: start;
    position: relative
}

.ig-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ig-card__comments-sep {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #777;
    font-weight: 600
}

.ig-card__comments-sep>span {
    display: inline-block;
    margin-bottom: .7em
}

.ig-gallery__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 2;
    pointer-events: auto
}

.ig-gallery__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(255 255 255 / .6)
}

.ig-gallery__dot.is-active {
    background: rgb(255 255 255 / .95)
}

.ig-card__overlay {
    z-index: 3
}

.ig-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px
}

.ig-card__actions-left {
    display: flex;
    align-items: center;
    gap: 10px
}

.ig-like-btn,
.ig-comment-btn {
    background: #fff0;
    border: 0;
    padding: 0;
    line-height: 1;
    color: #262626;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 3px
}

.ig-share-btn {
    background: #fff0;
    border: 0;
    padding: 0;
    line-height: 1;
    color: #262626;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.ig-page-like-btn,
.ig-page-comment-btn {
    background: #e7e7e7;
    ;
    border: 0;
    border-radius: 10px;
    padding: 6px 15px;
    color: #262626;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.ig-page-share-btn {
    background: #e7e7e7;
    border: 0;
    border-radius: 10px;
    padding: 10px 15px;
    color: #262626;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.ig-page-contact-btn {
    color: #262626;
    background: #7eebfb;
    border: 0;
    border-radius: 10px;
    padding: 10px 15px;
    color: #262626;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.ig-page-contact-btn a {
    color: #262626
}

.social-label {
    margin-right: 5px;
    color: #262626;
    font-size: initial
}

.ig-page-like-btn.ig-liked .social-label {
    display: none
}

.ig-page-action-count #begenSayi {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.ig-icon-wrap {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ig-icon {
    width: 24px;
    height: 24px;
    display: block
}

.ig-icon-wrap--toggle {
    position: relative
}

.ig-icon-wrap--toggle .ig-icon {
    position: absolute;
    inset: 0
}

.ig-icon--heart-filled {
    display: none
}

.ig-like-btn.ig-liked .ig-icon-wrap,
.ig-page-like-btn.ig-liked .ig-icon-wrap {
    color: #e0245e
}

.ig-like-btn.ig-liked .ig-icon--heart-outline,
.ig-page-like-btn.ig-liked .ig-icon--heart-outline {
    display: none
}

.ig-like-btn.ig-liked .ig-icon--heart-filled,
.ig-page-like-btn.ig-liked .ig-icon--heart-filled {
    display: block
}

.ig-card__overlay .ig-icon-wrap {
    color: #fff
}

.ig-action-count {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-left: 0
}

.social-buttons .ig-like-btn,
.social-buttons .ig-share-btn {
    background: #383838;
    color: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .08)
}

.social-buttons .ig-like-btn .ig-icon-wrap,
.social-buttons .ig-share-btn .ig-icon-wrap {
    width: 28px;
    height: 28px
}

.social-buttons .ig-like-btn .ig-icon,
.social-buttons .ig-share-btn .ig-icon {
    width: 20px;
    height: 20px
}

.social-buttons .ig-action-count,
.social-buttons #begenSayi {
    font-size: 20px;
    font-weight: 700
}

.social-buttons .ig-like-btn:hover,
.social-buttons .ig-share-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgb(0 0 0 / .12)
}

.social-buttons .social-label {
    margin-right: 5px;
    color: #262626;
    font-size: initial
}

.social-buttons {
    transition: box-shadow .18s ease, transform .18s ease
}

.social-buttons.is-sticky {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 11;
    background: rgb(255 255 255 / .98);
    padding: 8px;
    border-top: 3px solid #e7e7e7;
    box-shadow: 0 6px 18px rgb(0 0 0 / .08);
    width: 100%;
    justify-content: center
}

@media (max-width:575.98px) {
    .social-buttons .social-label {
        font-size: 13px;
        margin: 0
    }
    .ig-icon-wrap {
        width: 20px;
        height: 20px
    }
    .ig-icon {
        width: 20px;
        height: 20px
    }
    .social-buttons .ig-action-count,
    .social-buttons #begenSayi {
        font-size: 16px;
        font-weight: 600
    }
    .ig-page-contact-btn {
        padding: 10px 10px
    }
    .ig-page-share-btn {
        padding: 10px 10px;
        gap: 3px
    }
    .ig-page-like-btn {
        padding: 10px 10px;
        gap: 3px
    }
}

.ig-card__rating {
    display: block;
    align-items: center;
    gap: 8px
}

.ig-card__rating span {
    color: #212529;
    line-height: 2em;
    font-weight: 700
}

.ig-card__rating .avg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222;
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600
}

.ig-card__rating .stars i {
    font-size: 1em;
    line-height: 1
}

.ig-card__caption {
    padding: 0 14px 14px 14px;
    color: #333
}

.ig-card__caption-line {
    font-size: 13px;
    color: #222;
    margin-bottom: 8px
}

.ig-card__activity {
    font-weight: 600
}

.ig-activity-link,
.ig-comment-link {
    color: inherit;
    text-decoration: none
}

.ig-activity-link:hover {
    text-decoration: underline
}

.ig-comment-link:hover {
    text-decoration: none
}

.ig-dest-link,
.ig-card__tag-link,
.ig-card__tag-link:hover {
    text-decoration: none
}

.ig-dest-link {
    cursor: pointer
}

.ig-dest-link:hover {
    text-decoration: underline
}

.ig-card__desc-inline {
    font-weight: 400;
    color: #333
}

.ig-card__time {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px
}

.ig-card__comments {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ig-card__comment strong {
    font-weight: 600
}

.ig-comment-avatar {
    align-self: stretch;
    height: auto;
    min-height: 33px;
    aspect-ratio: 1.2 / 1;
    width: auto;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    background: #f4f4f4;
    color: #444;
    flex-shrink: 0;
    border: 1px solid #eee
}

.ig-comment-body {
    min-width: 0
}

.ig-comment-text {
    font-size: 12px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ig-comment-time {
    font-size: 11px;
    color: #777
}

.ig-card__caption-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    margin-bottom: 6px
}

.ig-card__caption-meta {
    font-size: 13px;
    color: #666;
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

@media (max-width:575.98px) {
    .travel-card {
        max-width: none
    }
}

.service-details-sidebar .travel-card {
    width: 100%!important;
    max-width: 100%!important;
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / .18)
}

.service-details-sidebar .travel-card .image {
    width: 100%;
    height: 180px;
    border-radius: 0
}

.service-details-sidebar .travel-card .content {
    padding: 12px 14px;
    font-size: 1em
}

.service-details-sidebar .travel-card .content .topic {
    font-size: 15px
}

.service-details-sidebar .travel-card .content .price {
    font-size: 14px;
    font-weight: 400
}

@media (max-width:575px) {
    .service-details-sidebar .travel-card {
        flex-direction: column;
        text-align: left
    }
    .service-details-sidebar .travel-card .image {
        width: 100%;
        height: 180px;
        border-radius: 0
    }
    .service-details-sidebar .travel-card .content {
        text-align: left;
        padding: 12px 14px
    }
}

.destinasyon-aktivite-kartlari {
    display: contents
}

.destinasyon-aktivite-kartlari .travel-card .image {
    aspect-ratio: 16 / 9;
    max-height: 150px
}

.service-details-sidebar.destinasyon-aktivite-kartlari .travel-card .image {
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 150px
}

.service-details-sidebar.destinasyon-aktivite-kartlari .travel-card .content {
    padding: 1em 1.5em;
    font-size: inherit
}

.service-details-sidebar.destinasyon-aktivite-kartlari .travel-card .content .topic {
    font-size: 1.3em
}

.service-details-sidebar.destinasyon-aktivite-kartlari .travel-card .content .price {
    font-size: inherit;
    font-weight: inherit
}

.bg-img {
    background: no-repeat center center;
    background-size: cover
}

.fix {
    overflow: hidden
}

.fix-x {
    overflow-x: hidden
}

.fix-y {
    overflow-y: hidden
}

.list-unordered {
    margin-top: -5px
}

.list-unordered li {
    margin-bottom: 8px
}

.list-unordered li:last-child {
    margin-bottom: 0
}

.list-unordered li:before {
    content: '\f058';
    color: #383838;
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-right: 10px
}

.mfp-wrap .mfp-container .mfp-close {
    display: none
}

.mfp-wrap .mfp-arrow {
    opacity: 1;
    height: 65px
}

.mfp-wrap .mfp-arrow:before {
    color: #FFF;
    border: 1px solid #383838;
    border-radius: 50%;
    font-family: "FontAwesome";
    font-size: 20px;
    text-align: center;
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 48px;
    height: 50px;
    width: 50px
}

.mfp-wrap .mfp-arrow:after {
    display: none
}

.mfp-wrap .mfp-arrow-left:before {
    content: '\f104'
}

.mfp-wrap .mfp-arrow-right {
    margin-right: 20px
}

.mfp-wrap .mfp-arrow-right:before {
    content: '\f105'
}

.mfp-wrap .mfp-arrow:hover:before {
    background-color: #383838
}

.mfp-wrap .mfp-close {
    color: #FFF;
    border: 1px solid #383838;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    font-family: "FontAwesome";
    opacity: 1;
    right: 30px;
    top: 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 48px;
    height: 50px;
    width: 50px
}

@media only screen and (max-width:767.98px) {
    .mfp-wrap .mfp-close {
        line-height: 33px;
        height: 35px;
        width: 35px
    }
}

.mfp-wrap .mfp-close:hover {
    background-color: #383838
}

.mfp-wrap .mfp-bottom-bar {
    background-color: #383838;
    height: 30px;
    padding: 0 20px;
    margin-top: -40px
}

.mfp-wrap .mfp-bottom-bar .mfp-counter {
    color: #222;
    font-size: 16px;
    line-height: 2;
    padding: 0 10px;
    text-align: center;
    width: 100%
}

.mfp-wrap.mfp-auto-cursor {
    cursor: url(assets/img/icons/cancel-white.png), auto
}

.form-input-item {
    margin-bottom: 20px
}

.form-input-item:last-child {
    margin-bottom: 0
}

.form-input-item input,
.form-input-item textarea {
    background-color: #FFF;
    border: 1px solid #ddd;
    display: block;
    outline: none;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%
}

.form-input-item input:focus,
.form-input-item textarea:focus {
    border-color: #383838
}

.nice-select {
    border-radius: 0;
    float: none;
    height: auto;
    text-transform: capitalize;
    line-height: inherit;
    padding: 8px 30px 8px 15px;
    width: 100%
}

.nice-select span.current {
    font-weight: 600;
    font-size: 13px
}

.nice-select .list {
    border-radius: 0
}

.nice-select .list .option {
    line-height: 30px;
    min-height: 30px;
    margin-bottom: 5px
}

.sidebar-area .nice-select {
    width: 100%
}

.sidebar-area .nice-select span.current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar-area .nice-select .list {
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    max-height: 260px;
    overflow-y: auto;
    z-index: 9999
}

.sidebar-area .nice-select .list .option {
    white-space: normal
}

.prehedaer-area-wrapper {
    background-color: #EEE
}

@media only screen and (min-width:768px) and (max-width:991.98px),
only screen and (max-width:767.98px) {
    .prehedaer-area-wrapper {
        padding: 10px 0
    }
}

@media only screen and (max-width:575.98px) {
    .prehedaer-area-wrapper {
        padding: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1599.98px) {
    .prehedaer-area-wrapper .pre-header-left {
        margin-left: 50px
    }
}

.pre-header-item {
    color: #222;
    font-size: 15px;
    margin-right: 20px
}

.pre-header-item:last-child {
    margin-right: 20px
}

.pre-header-item a {
    color: #222
}

.pre-header-item i {
    color: #383838;
    margin-right: 10px
}

.header-bottom {
    padding: 25px 0
}

@media only screen and (min-width:768px) and (max-width:991.98px),
only screen and (max-width:767.98px) {
    .header-bottom {
        padding: 15px 0
    }
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .header-bottom--two {
        padding: 25px 0 20px
    }
}

.header-bottom--two.header-shape:before {
    display: none
}

.action-buttons li {
    position: relative
}

.action-buttons li a:not(.lang-dropdown-item),
.action-buttons li button:not(.lang-dropdown-btn) {
    background-color: #EEE;
    color: #000;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 0;
    height: 41px;
    width: 50px
}

@media only screen and (max-width:575.98px) {
    .action-buttons li a:not(.lang-dropdown-item),
    .action-buttons li button:not(.lang-dropdown-btn) {
        line-height: 40px;
        height: 40px;
        width: 40px
    }
}

.action-buttons li a.btn-cart,
.action-buttons li button.btn-cart {
    background-color: #383838;
    color: #FFF
}

.action-buttons li a.btn-search,
.action-buttons li button.btn-search {
    position: relative;
    overflow: hidden
}

.action-buttons li a.btn-search i,
.action-buttons li button.btn-search i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.action-buttons li a.btn-search i[class*='close'],
.action-buttons li button.btn-search i[class*='close'] {
    top: 150%
}

.action-buttons li a.btn-search.active i,
.action-buttons li button.btn-search.active i {
    top: -100%
}

.action-buttons li a.btn-search.active i[class*='close'],
.action-buttons li button.btn-search.active i[class*='close'] {
    top: 50%
}

.header-search-box {
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 5px;
    z-index: 9
}

@media only screen and (max-width:767.98px) {
    .header-search-box {
        right: 0!important
    }
}

.header-navigation-area {
    padding-bottom: 20px
}

@media only screen and (max-width:767.98px),
only screen and (min-width:768px) and (max-width:991.98px) {
    .header-navigation-area {
        padding-bottom: 0
    }
}

.logo-area {
    max-width: 100%;
    height: auto;
    display: block
}

.logo-area img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block
}

.header-info-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:768px) and (max-width:991.98px),
only screen and (max-width:767.98px) {
    .header-info-area {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:479.98px) {
    .header-info-area {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px
}

@media only screen and (max-width:575.98px) {
    .info-item {
        margin-right: 25px
    }
}

@media only screen and (max-width:479.98px) {
    .info-item {
        margin-bottom: 15px
    }
    .info-item:last-child {
        margin-bottom: 0
    }
}

.info-item:last-child {
    margin-right: 0
}

.info-item__icon {
    background-color: #383838;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    position: relative;
    margin-right: 15px
}

.info-item__icon:before,
.info-item__icon:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid
}

.info-item__icon:before {
    top: 0;
    left: 0;
    border-width: 13px 13px 0 0;
    border-color: #FFF #fff0 #fff0
}

.info-item__icon:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 13px 13px;
    border-color: #fff0 #fff0 #FFF
}

.info-item__txt {
    font-size: 15px;
    color: #444
}

.info-item__txt strong {
    color: #333;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: -4px
}

@media only screen and (max-width:575.98px) {
    .info-item__txt strong {
        font-size: 16px
    }
}

.sticky-header.headroom--not-top {
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / .2);
    box-shadow: 0 2px 3px rgb(0 0 0 / .2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.sticky-header.headroom--not-top.headroom {
    will-change: transform;
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear
}

.sticky-header.headroom--not-top.headroom--pinned {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 20px 0
}

.sticky-header.headroom--not-top.headroom--pinned:after,
.sticky-header.headroom--not-top.headroom--pinned:before {
    display: none
}

.sticky-header.headroom--not-top.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.sticky-header.headroom--not-top.headroom--unpinned:after,
.sticky-header.headroom--not-top.headroom--unpinned:before {
    display: none
}

.header-shape {
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199.98px),
only screen and (min-width:768px) and (max-width:991.98px),
only screen and (max-width:767.98px) {
    .header-shape:before,
    .header-shape:after {
        display: none
    }
}

@media only screen and (min-width:1200px) and (max-width:1599.98px) {
    .header-shape:before,
    .header-shape:after {
        width: 350px
    }
}

.header-shape:after {
    left: -10px;
    bottom: 100%;
    -webkit-transform: skew(50deg, 0deg);
    -ms-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg)
}

.header-shape:before {
    left: -12px;
    top: 100%;
    -webkit-transform: skew(-50deg, 0deg);
    -ms-transform: skew(-50deg, 0deg);
    transform: skew(-50deg, 0deg)
}

.footer-area-wrapper {
    background-image: linear-gradient(hsl(0 33% 100%), 40%, #fff0), url(assets/img/page/footer2.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #f0e2c3;
    min-height: 300px;
    padding-top: 20px;
    margin-top: 30px
}

.footer-widget-area {
    padding: 40px 0;
    position: relative
}

.footer-widget-area:after {
    left: -19px;
    bottom: 100%;
    -webkit-transform: skew(50deg, 0deg);
    -ms-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg)
}

.footer-widget-area:before {
    left: -17px;
    top: 100%;
    -webkit-transform: skew(-50deg, 0deg);
    -ms-transform: skew(-50deg, 0deg);
    transform: skew(-50deg, 0deg)
}

.widget-item {
    color: #383838;
    margin: 10px 0
}

.widget-title {
    overflow: hidden;
    margin-bottom: 20px
}

@media only screen and (max-width:767.98px) {
    .widget-title {
        margin-bottom: 20px
    }
}

.widget-title h3 {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    position: relative
}

.widget-title h3:before {
    background-color: rgb(0 0 0 / .2);
    content: '';
    position: absolute;
    left: calc(100% + 20px);
    top: 15px;
    height: 1px;
    width: 500px
}

.section {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-style: normal
}

.section ul li {
    list-style-type: square;
    list-style-position: inside
}

.widget-title p {
    color: #000;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    position: relative
}

.widget-title p:before {
    background-color: rgb(0 0 0 / .2);
    content: '';
    position: absolute;
    left: calc(100% + 20px);
    top: 19px;
    height: 3px;
    width: 700px;
    border-radius: 50px
}

.list li {
    line-height: 1.4
}

.list li:last-child {
    margin-bottom: 0
}

.list li a {
    color: #383838;
    position: relative
}

.list li a:hover {
    color: #000
}

.list li a:before {
    content: '\f105';
    font-size: 17px;
    margin-right: 5px;
    font-family: 'FontAwesome'
}

.list-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    margin-top: 0
}

.list-6 li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 0
}

@media only screen and (max-width:575.98px) {
    .list-6 li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        line-height: 1.5
    }
}

.office-info p {
    line-height: 15px;
    font-weight: 700
}

.office-info p:last-child {
    margin-bottom: 0
}

.office-info p i {
    color: #383838;
    vertical-align: middle;
    margin-right: 10px
}

.footer-bottom-area {
    color: #fff;
    margin-top: 42px
}

.copyright-text p {
    float: bottom
}

.copyright-text span {
    color: red
}

.copyright-text a {
    color: #FFF
}

.copyright-text a:hover {
    color: #383838
}

.main-menu>li {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-right: 30px
}

.main-menu>li:last-child {
    margin-right: 0
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .main-menu>li {
        margin-right: 25px
    }
}

.main-menu>li>a {
    color: #222;
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 5px;
    position: relative
}

.main-menu>li>a:after,
.main-menu>li>a:before {
    content: '';
    background-color: #383838;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.main-menu>li>a:after {
    height: 0;
    width: 0
}

.main-menu>li>a:before {
    height: 2px;
    width: 0
}

.main-menu>li:hover:after,
.main-menu>li.active:after {
    color: #383838
}

.main-menu>li:hover>a,
.main-menu>li.active>a {
    color: #383838
}

.main-menu>li:hover>a:after,
.main-menu>li.active>a:after {
    height: 10px
}

.main-menu>li:hover>a:before,
.main-menu>li.active>a:before {
    width: 90%
}

.dropdown-navbar {
    position: relative
}

.dropdown-navbar:after {
    content: '\f107';
    color: #222;
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
    height: 15px
}

.dropdown-navbar .dropdown-nav {
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / .1);
    box-shadow: 0 1px 1px rgb(0 0 0 / .1);
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
    min-width: 250px;
    width: 100%;
    z-index: 99
}

.dropdown-navbar .dropdown-nav li {
    margin-bottom: 10px
}

.dropdown-navbar .dropdown-nav li:last-child {
    margin-bottom: 0
}

.dropdown-navbar .dropdown-nav li a {
    color: #333;
    font-size: 16px
}

.dropdown-navbar .dropdown-nav li a:hover {
    color: #383838
}

.dropdown-navbar:hover .dropdown-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.res-mobile-menu {
    margin: 0 -10px
}

.res-mobile-menu .slicknav_btn {
    display: none
}

.res-mobile-menu .slicknav_menu {
    padding: 0
}

.res-mobile-menu .slicknav_nav {
    background-color: #FFF;
    display: block!important
}

.res-mobile-menu .slicknav_nav li {
    border-bottom: 1px solid #ddd;
    position: relative
}

.res-mobile-menu .slicknav_nav li a {
    color: #4a4a4a;
    font-size: 16px;
    padding: 10px 15px;
    margin: 0;
    text-transform: capitalize
}

.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
    background-color: rgb(238 238 238 / .8);
    color: #222;
    font-size: 20px;
    display: block;
    text-align: center;
    margin: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    width: 50px
}

.res-mobile-menu .slicknav_nav li a a {
    padding: 0
}

.res-mobile-menu .slicknav_nav li a:hover {
    background-color: #fff0
}

.res-mobile-menu .slicknav_nav li ul {
    background-color: #f2f2f2;
    margin: 0
}

.res-mobile-menu .slicknav_nav li ul li a {
    font-size: 15px
}

.res-mobile-menu .slicknav_nav li ul li ul {
    background-color: #eee
}

.res-mobile-menu .slicknav_nav .slicknav_open>.slicknav_item {
    position: relative
}

.res-mobile-menu .slicknav_nav .slicknav_open>.slicknav_item .slicknav_arrow {
    background-color: #383838;
    color: #FFF
}

.off-canvas-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 90vw;
    z-index: 999
}

.off-canvas-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.off-canvas-wrapper.active .off-canvas-inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-wrapper.active .btn-close {
    display: block
}

.off-canvas-wrapper .off-canvas-overlay {
    background-color: rgb(0 0 0 / .5);
    cursor: url(assets/img/icons/cancel-white.png), auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 111%;
    z-index: 2
}

.off-canvas-wrapper .btn-close {
    position: absolute;
    left: 100%;
    top: 0;
    display: none
}

.off-canvas-wrapper .off-canvas-inner {
    background-color: #FFF;
    position: relative;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100vh;
    width: 300px;
    z-index: 3
}

@media only screen and (max-width:479.98px) {
    .off-canvas-wrapper .off-canvas-inner {
        width: 220px
    }
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    padding: 0 10px;
    height: 100%;
    overflow-y: auto
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
    margin-bottom: 30px
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
    margin-bottom: 0
}

.off-canvas-footer .social-icons a {
    padding: 5px 10px
}

.off-canvas-footer .copyright-text {
    line-height: 1.2;
    margin-top: 10px
}

@media (max-width:600px) {
    .header-bottom .col-lg-8 {
        display: none!important;
        width: 0!important;
        padding: 0!important;
        margin: 0!important
    }
}

.blog-card {
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / .1);
    border: 2px solid #d8d8d8;
    margin: 5px
}

.card-img-holder {
    width: 100%;
    height: auto;
    position: relative
}

.card-img-holder img {
    width: 100%;
    height: auto;
    max-height: 15rem;
    object-fit: cover;
    border-radius: 1.5rem
}

.news-item__thumb {
    position: relative;
    overflow: hidden
}

.news-item__thumb img {
    width: 100%
}

.news-item__thumb-hvr {
    background-color: rgb(0 0 0 / .6);
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%
}

.news-item__thumb-hvr .btn-zoom {
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 50px;
    height: 50px;
    width: 50px
}

.news-item__thumb-hvr .btn-zoom:hover {
    background-color: #FFF;
    color: #383838
}

.news-item__info {
    background-color: #343434;
    color: #FFF;
    padding: 25px 20px 40px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 23px
}

.news-item__info:before {
    border-color: #fff0 #fff0 #fff0 #343434;
    border-style: solid;
    border-width: 22px 0 0 22px;
    content: '';
    position: absolute;
    left: 20px;
    bottom: 100%;
    height: 0;
    width: 0;
    z-index: 2
}

.news-item__info h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px
}

.news-item__info h2 a {
    color: #383838
}

.news-item__info .post-meta {
    margin-bottom: 18px
}

.news-item__info .post-meta a {
    color: #ababab;
    font-size: 15px;
    vertical-align: middle
}

.news-item__info .post-meta a i {
    padding-right: 5px
}

.news-item__info p {
    margin-bottom: 0
}

.news-item__info .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.news-item--list {
    margin-top: 50px
}

@media only screen and (max-width:767.98px) {
    .news-item--list {
        margin-top: 30px
    }
}

.news-item--list .news-item__info {
    background-color: #fff0;
    color: #4a4a4a;
    padding: 0;
    margin: 40px 0 0
}

@media only screen and (max-width:767.98px) {
    .news-item--list .news-item__info {
        margin: 30px 0 0
    }
}

.news-item--list .news-item__info:before {
    display: none
}

.news-item--list .news-item__info h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: -5px
}

@media only screen and (max-width:767.98px) {
    .news-item--list .news-item__info h2 {
        font-size: 20px
    }
}

.news-item--list .news-item__info h2 a {
    color: #333
}

.news-item--list .news-item__info h2 a:hover {
    color: #383838
}

.news-item--list .news-item__info .post-meta a {
    font-weight: 700;
    margin-right: 15px;
    color: #4a4a4a
}

@media only screen and (max-width:575.98px) {
    .news-item--list .news-item__info .post-meta a {
        margin-right: 10px
    }
}

.news-item--list .news-item__info .post-meta a:last-child {
    margin-right: 0
}

.news-item--list .news-item__info .btn {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 22px
}

.news-grid {
    margin-top: -30px
}

.news-grid .news-item {
    margin-top: 30px
}

.accordion .card {
    border-color: #ddd;
    border-radius: 0;
    border-bottom: 0;
    margin: 10px
}

.accordion .card:last-child {
    margin-bottom: 0
}

.accordion .card-header {
    border: 0;
    background-color: #fff0;
    padding: 0
}

.accordion .card-header h2 {
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
    color: #333;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 15px 20px
}

.accordion .card-header h2[aria-expanded*="true"] {
    background-color: #383838;
    color: #FFF;
    border-bottom-color: #383838
}

.accordion .card-body {
    border-bottom: 1px solid #ddd
}

.page-header-area {
    position: relative;
    padding: 30px 0;
    color: #212529
}

@media only screen and (max-width:767.98px) {
    .page-header-area {
        padding: 45px 0 50px
    }
}

@media only screen and (max-width:767.98px) {
    .page-header-title {
        margin-bottom: 25px
    }
}

.page-header-title h1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 0
}

@media only screen and (max-width:575.98px) {
    .page-header-title h1 {
        font-size: 30px
    }
}

.breadcrumb {
    background-color: #e7e7e7;
    border-radius: 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 10px 15px
}

@media only screen and (max-width:767.98px) {
    .breadcrumb {
        padding: 5px 10px
    }
}

.breadcrumb li {
    position: relative
}

.breadcrumb li:last-child:after {
    display: none
}

.breadcrumb li:after {
    content: '\f105';
    vertical-align: middle;
    margin: 0 10px;
    font-family: 'FontAwesome'
}

.breadcrumb li a {
    color: #383838;
    display: inline-block;
    font-weight: 600
}

@media only screen and (max-width:575.98px) {
    .breadcrumb li a {
        font-size: 13px
    }
}

.breadcrumb li a:hover {
    color: #222
}

.breadcrumb li.active a {
    color: #858585;
    pointer-events: none
}

.pagination {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.custom-pagination li a {
    border: 1px solid #ddd;
    color: #858585;
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 45px;
    height: 45px;
    width: 45px
}

@media only screen and (max-width:575.98px) {
    .custom-pagination li a {
        line-height: 40px;
        height: 40px;
        width: 40px
    }
}

.custom-pagination li a:hover,
.custom-pagination li a.current {
    background-color: #383838;
    border-color: #383838;
    color: #FFF
}

.custom-pagination li:last-child a {
    margin-right: 0
}

.sidebar-item {
    overflow: visible;
    margin-bottom: 38px
}

.sidebar-item:last-child {
    margin-bottom: 0
}

.sidebar-title {
    font-weight: 700;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    color: #383838
}

.sidebar-title:after {
    background-color: #383838;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px
}

.sidebar-list {
    margin-top: -2px
}

.sidebar-list li {
    border-bottom: 1px solid #ddd;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.sidebar-list li:last-child {
    margin-bottom: 0
}

.sidebar-list li a {
    color: #222;
    font-weight: 600
}

.sidebar-list li a:hover {
    color: #383838
}

.recent-news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.recent-news-item:last-child {
    margin-bottom: 0
}

.recent-news-item__thumb {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    max-width: 70px;
    margin-right: 10px;
    height: 70px
}

.recent-news-item__thumb img {
    height: 100%
}

.recent-news-item__info {
    -webkit-flex-basis: calc(100% - 80px);
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    max-width: calc(100% - 80px)
}

.recent-news-item__info h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -3px
}

.recent-news-item__info h3 a {
    color: #333
}

.recent-news-item__info h3 a:hover {
    color: #383838
}

.recent-news-item__info .post-date {
    font-size: 15px;
    margin-top: 5px;
    display: block
}

.recent-news-item__info .post-date i {
    font-size: 13px;
    vertical-align: middle;
    margin-right: 3px
}

.blog-info {
    margin-top: 40px
}

.blog-info h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 20px
}

@media only screen and (max-width:767.98px) {
    .blog-info h2 {
        font-size: 24px
    }
}

.blog-meta {
    margin-bottom: 20px
}

.blog-meta a {
    font-weight: 700;
    margin-right: 15px;
    color: #858585
}

@media only screen and (max-width:575.98px) {
    .blog-meta a {
        margin-right: 10px;
        font-size: 14px
    }
}

.blog-meta a:last-child {
    margin-right: 0
}

.blog-meta a:hover {
    color: #383838
}

.blog-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px
}

.blog-share h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
    vertical-align: middle
}

.blog-share h4 i {
    color: #383838;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px
}

.blog-share a {
    color: #858585;
    line-height: 1;
    margin-left: 15px;
    margin-top: 2px
}

.blog-share a:hover {
    color: #383838
}

blockquote,
.blockquote {
    background-color: #EEE;
    color: #222;
    font-weight: 500;
    padding: 60px 35px 35px;
    margin-bottom: 15px;
    position: relative
}

blockquote:after,
.blockquote:after {
    content: "\f10e";
    color: #ddd;
    font-family: "FontAwesome";
    font-size: 30px;
    position: absolute;
    top: 15px;
    right: 25px
}

blockquote:before,
.blockquote:before {
    background-color: #383838;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px
}

blockquote .blockquote-footer,
.blockquote .blockquote-footer {
    color: #858585;
    font-size: 17px;
    font-weight: 600;
    line-height: 1
}

.contact-map {
    height: 100%
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .contact-map {
        height: 500px
    }
}

@media only screen and (max-width:767.98px) {
    .contact-map {
        height: 300px
    }
}

.ig-map {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #f3f3f3
}

.ig-map iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block
}

.ig-map__pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    background: #e53935;
    border-radius: 50% 50% 50% 0;
    transform: translate(-50%, -100%) rotate(-45deg);
    box-shadow: 0 6px 16px rgb(0 0 0 / .25);
    pointer-events: none
}

.ig-map__pin::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    top: 9px;
    left: 9px
}

@media only screen and (max-width:767.98px) {
    .ig-map iframe {
        height: 280px
    }
}

.social-icons a {
    color: #4a4a4a;
    display: inline-block;
    padding: 15px;
    position: relative
}

.social-icons a:after {
    content: '';
    background-color: #383838;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 0;
    width: 2px
}

.social-icons a:before {
    content: '';
    background-color: #383838;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 2px;
    width: 0
}

.social-icons a:first-child {
    margin-left: 0
}

.social-icons a:hover {
    color: #383838
}

.social-icons a:hover:after {
    height: 10px
}

.social-icons a:hover:before {
    width: 40px
}

.social-icons--two a {
    font-size: 18px;
    line-height: 1;
    padding: 0;
    margin-right: 20px
}

.social-icons--two a:last-child {
    margin-right: 0
}

.social-icons--two a:after,
.social-icons--two a:before {
    display: none
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 8px
}

.language-switcher .lang-link {
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block
}

.language-switcher .lang-link:hover {
    background: #f0f0f0;
    color: #007bff
}

.language-switcher-dropdown {
    position: relative
}

.action-buttons button.lang-dropdown-btn {
    background-color: #eee!important;
    color: #333!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 8px!important;
    border: 1px solid #ddd!important;
    cursor: pointer!important;
    font-size: 14px!important;
    text-align: center!important;
    line-height: normal!important;
    height: auto!important;
    min-height: 40px;
    width: auto!important;
    min-width: 100px;
    transition: all 0.3s!important
}

@media (min-width:976px) {
    .action-buttons button.lang-dropdown-btn {
        flex-direction: row!important
    }
    .action-buttons button.lang-dropdown-btn .lang-flag {
        order: 1
    }
    .action-buttons button.lang-dropdown-btn .lang-code {
        order: 2
    }
}

.action-buttons button.lang-dropdown-btn:hover {
    background: #f8f9fa!important;
    border-color: #007bff!important;
    box-shadow: 0 2px 8px rgb(0 123 255 / .15)!important
}

.lang-dropdown-btn .lang-flag {
    width: 32px;
    height: 22px;
    object-fit: unset;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / .1);
    display: inline
}

.lang-dropdown-btn .lang-code {
    font-size: 11px;
    font-weight: 700;
    color: #555;
    letter-spacing: .5px;
    line-height: 1;
    display: inline
}

.language-switcher-dropdown.active button.lang-dropdown-btn {
    border-color: #007bff!important;
    box-shadow: 0 2px 8px rgb(0 123 255 / .2)!important
}

.lang-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    min-width: 180px;
    width: auto;
    z-index: 1300;
    display: none
}

.language-switcher-dropdown.active .lang-dropdown-menu {
    display: block
}

.action-buttons a.lang-dropdown-item {
    background-color: transparent!important;
    color: #333!important;
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    gap: 12px!important;
    padding: 12px 18px!important;
    text-decoration: none!important;
    transition: background 0.2s!important;
    white-space: nowrap!important;
    height: auto!important;
    width: auto!important;
    line-height: normal!important;
    font-size: 14px!important;
    text-align: left!important
}

.action-buttons a.lang-dropdown-item {
    justify-content: flex-start!important
}

.action-buttons a.lang-dropdown-item span {
    flex: 1 1 auto
}

.action-buttons a.lang-dropdown-item:hover {
    background: #f8f9fa!important
}

.action-buttons a.lang-dropdown-item.active {
    background: #007bff!important;
    color: #fff!important
}

.lang-dropdown-item .lang-flag {
    width: 24px;
    height: 16px;
    object-fit: unset;
    border-radius: 2px;
    flex-shrink: 0;
    display: block
}

.lang-dropdown-item span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    color: inherit;
    flex-grow: 1
}

@media (max-width:992px) {
    .action-buttons button.lang-dropdown-btn {
        border: 0px!important;
        min-height: 50px!important;
        width: 60px!important;
        min-width: auto
    }
    .lang-dropdown-btn .lang-flag {
        width: 36px;
        height: 26px
    }
    .lang-dropdown-btn .lang-code {
        font-size: 10px;
        display: none
    }
    .lang-dropdown-menu {
        min-width: 160px
    }
}

@media (max-width:575px) {
    .action-buttons button.lang-dropdown-btn {
        border: 0px!important;
        min-height: 40px!important;
        width: 50px!important;
        min-width: auto
    }
    .lang-dropdown-btn .lang-flag {
        width: 25px;
        height: 17px
    }
    .lang-dropdown-btn .lang-code {
        font-size: 10px
    }
    .lang-dropdown-menu {
        min-width: 160px
    }
}

.news-why-choose-area .section-header-wrap {
    padding: 0;
    margin-bottom: 30px
}

.news-why-choose-area .section-header-wrap .d-flex {
    width: 100%
}

.blog-slider-wrapper {
    position: relative;
    overflow: hidden
}

.blog-slider {
    display: flex;
    gap: 30px;
    transition: transform 0.4s ease;
    touch-action: pan-y
}

.blog-slide-item {
    min-width: calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    flex-shrink: 0
}

.blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgb(0 0 0 / .08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column
}

.blog-card:hover {
    box-shadow: 0 5px 25px rgb(0 0 0 / .15);
    transform: translateY(-5px)
}

.blog-card .card-img-holder {
    position: relative;
    overflow: hidden;
    height: 220px
}

.blog-card .card-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease
}

.blog-card:hover .card-img-holder img {
    transform: scale(1.1);
    border-radius: 8px
}

.blog-card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.blog-time {
    color: #555;
    font-size: 13px;
    margin-bottom: 12px;
    display: block
}

.blog-time i {
    margin-right: 5px;
    color: #007bff
}

.blog-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s
}

.blog-title a:hover {
    color: #007bff
}

.blog-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-read-more {
    color: #007bff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.3s
}

.blog-read-more:hover {
    gap: 10px;
    color: #0056b3
}

.blog-slider-arrows {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #fff;
    z-index: 9;
    padding: 0 20px
}

.blog-slider-prev,
.blog-slider-next {
    background: #fff;
    border: 2px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 18px;
    color: #333
}

.blog-slider-prev:hover,
.blog-slider-next:hover {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
    transform: scale(1.05)
}

.blog-slider-prev:disabled,
.blog-slider-next:disabled {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none
}

.blog-thread-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 18px 18px 14px 18px;
    box-shadow: 0 1px 6px rgb(0 0 0 / .06);
    min-height: 140px;
    overflow: hidden
}

.blog-thread-card .blog-quote {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 114px;
    line-height: 1;
    color: #212529;
    pointer-events: none
}

.blog-thread-card .blog-card-content {
    position: relative;
    z-index: 2
}

.blog-thread-card .blog-title {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700
}

.blog-thread-card .blog-title a {
    color: #111;
    text-decoration: none
}

.blog-thread-card .blog-description {
    margin: 0 0 12px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.45
}

.blog-thread-card .blog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.blog-thread-card .blog-read-more {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px
}

.blog-thread-card .blog-read-more i {
    margin-left: 6px
}

.blog-thread-card .blog-time {
    color: #555;
    font-size: 13px;
    white-space: nowrap;
    margin: 0
}

.blog-thread-card.with-image .card-img-holder {
    width: 220px;
    height: 140px
}

.blog-thread-card.with-image .card-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.blog-thread-card.with-image .blog-card-content {
    padding-top: 0
}

@media (max-width:576px) {
    .blog-thread-card {
        padding: 14px;
        min-height: 120px
    }
    .blog-thread-card .blog-quote {
        font-size: 34px;
        right: 8px;
        top: 6px
    }
}

.news-grid .blog-thread-card {
    display: block;
    padding: 0;
    margin-bottom: 18px
}

.news-grid .blog-thread-card.with-image {
    display: flex;
    gap: 18px;
    align-items: stretch;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgb(0 0 0 / .04)
}

.news-grid .blog-thread-card .card-img-holder {
    width: 420px;
    height: 240px;
    overflow: hidden
}

.news-grid .blog-thread-card .card-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px
}

.news-grid .blog-thread-card .blog-card-content {
    flex: 1;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column
}

.news-grid .blog-thread-card .blog-title {
    font-size: 18px
}

.news-grid .blog-thread-card .blog-description {
    font-size: 15px;
    color: #444
}

.news-grid .blog-thread-card .blog-footer {
    margin-top: 10px
}

.news-grid .blog-thread-card .blog-quote {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 114px;
    line-height: 1;
    color: #212529;
    pointer-events: none;
    z-index: 10
}

.news-grid .blog-thread-card .blog-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between
}

@media (max-width:768px) {
    .news-grid .blog-thread-card {
        flex-direction: column
    }
    .news-grid .blog-thread-card .card-img-holder {
        width: 100%;
        height: 180px
    }
}

.blog-thread-card.with-image {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: flex-start
}

.blog-thread-card.with-image .blog-card-content {
    flex: 1
}

@media (max-width:768px) {
    .blog-thread-card.with-image {
        flex-direction: column
    }
    .blog-thread-card.with-image .card-img-holder {
        width: 100%;
        height: 180px
    }
}

@media (max-width:992px) {
    .blog-slide-item {
        min-width: calc(50% - 15px);
        width: calc(50% - 15px)
    }
}

@media (max-width:768px) {
    .blog-slide-item {
        min-width: 100%;
        width: 100%
    }
    .blog-slider {
        gap: 20px
    }
    .blog-slider-arrows {
        gap: 8px
    }
    .blog-slider-prev,
    .blog-slider-next {
        width: 36px;
        height: 30px;
        font-size: 14px
    }
    .blog-card .card-img-holder {
        height: 200px
    }
    .section-title-wrap h2 {
        font-size: 20px
    }
}

.blog-gallery {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px
}

.blog-gallery.row {
    margin-left: 0!important;
    margin-right: 0!important;
    gap: 8px
}

.blog-gallery>[class^="col"],
.blog-gallery>[class*=" col"] {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-bottom: 0!important
}

.blog-gallery .gallery-item {
    position: relative;
    width: clamp(60px, 10vw, 70px);
    height: clamp(60px, 10vw, 70px);
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease
}

.blog-gallery .gallery-item:hover {
    transform: translateY(-5px)
}

.blog-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease
}

.blog-gallery .gallery-item:hover img {
    transform: scale(1.1)
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease
}

.blog-gallery .gallery-item:hover .gallery-overlay {
    opacity: 1
}

.gallery-overlay i {
    color: #fff;
    font-size: 30px;
    z-index: 1
}

.yorumlar-wrap .widget-title p {
    margin-bottom: 0
}

.yorumlar-wrap .card {
    border-radius: 12px;
    border-color: rgb(0 0 0 / .08)
}

.yorumlar-wrap .yorum-item .card-body {
    padding: 16px 18px
}

.yorumlar-wrap .yorum-header {
    gap: 12px
}

.yorumlar-wrap .yorum-avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #383838;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex: 0 0 42px
}

.yorumlar-wrap .yorum-meta {
    min-width: 0
}

.yorumlar-wrap .yorum-meta-top {
    gap: 8px;
    margin-bottom: 2px
}

.yorumlar-wrap .yorum-item strong {
    font-weight: 600;
    color: #333;
    display: inline-block;
    margin-right: 3px
}

.yorum-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
    margin-top: 4px
}

.yorum-stars i {
    margin-right: 0;
    font-size: 14px
}

.yorumlar-wrap .yorum-avg-stars i {
    font-size: 1em
}

.yorumlar-wrap .yorum-item small {
    font-size: 12px
}

.yorumlar-wrap .yorum-item .mt-2 {
    color: #555;
    line-height: 1.65
}

.yorumlar-wrap .yorum-form-card .card-body {
    padding: 18px
}

.yorumlar-wrap .yorum-form-card h5 {
    font-size: 18px;
    margin-bottom: 12px
}

.yorumlar-wrap .form-label {
    font-size: 14px;
    margin-bottom: 6px
}

.yorumlar-wrap .form-control {
    border-radius: 10px
}

.yorum-admin {
    background-color: #e9f7ee;
    border-radius: 10px;
    padding: 12px 14px
}

.yorum-admin .ig-comment-avatar {
    background-color: #dff3df;
    color: #0a6f3a
}

.yorum-admin .ig-comment-author {
    color: #0a6f3a;
    font-weight: 700
}

.yorum-rozet {
    font-size: 11px;
    padding: 2px 6px;
    color: #0a6f3a;
    font-weight: 600
}

.ig-comment-avatar img.ig-comment-avatar-img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block
}

.sr-only {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #1e88e5;
    outline-offset: 2px
}

.text-muted {
    color: #555555!important
}

.breadcrumb,
.breadcrumb a,
.breadcrumb .active {
    color: #3a3a3a
}

.news-item__info,
.news-item--list .news-item__info,
.news-item__info .post-meta a,
.news-item--list .news-item__info .post-meta a,
.recent-news-item__info .post-date,
.recent-news-item__info .post-date i,
.blog-time,
.blog-thread-card .blog-time,
.res-mobile-menu .slicknav_nav li a,
.social-icons a,
.off-canvas-footer .social-icons a {
    color: #4a4a4a
}

social-icons a,
.off-canvas-footer .social-icons a {
    color: #4a4a4a
}