


@import "vendor/simplebar/dist/simplebar.min.css";@import "vendor/tiny-slider/dist/tiny-slider.css";@import "vendor/flatpickr/dist/flatpickr.min.css";@import "theme.min.css";@media ( min-width: 768px ) {
    .slider-padding-area {
        min-height: 13rem;
    }
}
@media ( max-width: 767px ) {	
    .slider-text {
        font-size: 14px !important;
        min-height: 50px;
    }
}



.team-style-one {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin-bottom: 30px;
}

.team-style-one:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.thumb {
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #bd8e01;
}

.thumb img {
    width: 100%;
    transition: transform 0.4s ease-in-out;
    border-radius: 10px 10px 0 0;
}

.thumb:hover img {
    transform: scale(1.1);
}

.angle-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-size: cover;
}

.info {
    padding: 15px;
}

.title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.title a:hover {
    color: #ffcc00;
}

.info span {
    display: block;
    color: #777;
    font-size: 16px;
    margin-bottom: 10px;
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social li a {
    color: #555;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social li a:hover {
    color: #ffcc00;
}

/* Özel sosyal medya ikonları */
.social li a.youtube:hover {
    color: #FF0000;
}

.social li a.linkedin:hover {
    color: #0077B5;
}

.social li a.instagramm:hover {
    color: #E1306C;
}

.social li a.twitter:hover {
    color: #1DA1F2;
}

.social li a.facebook:hover {
    color: #4267B2;
}


/* Genel alan */
.team-single-area {
    padding: 60px 0;
    background-color: #f9f9f9;
}

/* Görsel alan */
.team-single-info .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.team-single-info .thumb img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease-in-out;
}

.team-single-info .thumb:hover img {
    transform: scale(1.1);
}

/* Başlıklar ve metin */
.team-single-info h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.team-single-info span {
    display: block;
    font-size: 18px;
    color: #777;
    margin-bottom: 20px;
}

.team-single-info p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* Sosyal medya ikonları */
.social {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.social .btn {
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.share-link {
    position: relative;
}

.share-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.share-link:hover ul {
    opacity: 1;
    visibility: visible;
}

.share-link i {
    font-size: 20px;
    color: #555;
    cursor: pointer;
    transition: color 0.3s ease;
}

.share-link i:hover {
    color: #242424;
}

/* Sosyal medya simgeleri */
.social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #555;
    font-size: 18px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.social ul li a:hover {
    color: #fff;
}
@media only screen and (max-width: 767px) {
.team-single-infox{
    position: relative;
    top: 20px;
    right: -7px;
}
}


.project-three__single {
    position: relative;
    margin-bottom: 30px;
    transition: transform 0.3s ease-in-out;
    text-decoration: none;
}

.project-three__single:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.project-three__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.project-three__image img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.4s ease-in-out;
}

.project-three__single:hover .project-three__image img {
    filter: brightness(0.7);
}

.project-three__overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.project-three__single:hover .project-three__overlay-box {
    opacity: 1;
    text-decoration: none;
}

.project-three__title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
}

.project-three__arrow {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease-in-out;
}

a{
    text-decoration: none !important;
}
a:hover{
    text-decoration: none !important;
}


/* Kart elemanlarını şıklaştırma */
.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.gallery-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Görsel kapak stili */
.gallery-cover img {
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0 0;
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
}

.gallery-card:hover .gallery-cover img {
    transform: scale(1.1);
}

.gallery-body {
    padding: 15px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-body h3.title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.gallery-body .date {
    font-size: 0.9rem;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.gallery-body .date .icon {
    margin-right: 5px;
}

.gallery-body .far.fa-images {
    color: #333;
    font-size: 1.1rem;
    height: 50px;
    width: 50px;
    border-radius: 40px;
    background: white;
    position: absolute;
    top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    right: 25px;
}

.gallery-body .fa.fa-video {
    color: #333;
    font-size: 1.1rem;
    height: 50px;
    width: 50px;
    border-radius: 40px;
    background: white;
    position: absolute;
    top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    right: 25px;
}

/* Animasyon ayarları */
.wow.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    visibility: visible;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Mobil uyumlu stil */
@media (max-width: 767px) {
    .gallery-card {
        margin-bottom: 20px;
    }
}

.video-detail__wrapper {
    background: #333;
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 150px;
}

.video-detail__header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-detail__header .title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
}

.video-detail-player iframe {
    width: 100%;
    height: 530px;
}

@media (max-width: 767px) {
    .video-detail-player iframe {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail-player iframe {
        height: 400px;
    }
}

.video-detail-other-videos .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.2);
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.video-detail-other-videos .heading .all-videos {
    text-transform: capitalize;
    font-size: 12px;
    color: #ffffff;
    opacity: .7;
    font-weight: 400;
}

.video-detail-other-videos .heading .all-videos:hover {
    text-decoration: underline;
}

.video-detail-list {
    overflow-y: auto;
    background: #212529;
    height: calc(530px - 60px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail-list {
        height: 340px;
    }
}

.video-detail-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    -webkit-transition: .3s;
    transition: .3s;
}

.video-detail-list li:last-child {
    border-bottom: 0 none;
}

.video-detail-list li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.video-detail-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video-detail-list .video-left {
    width: 110px;
    height: 70px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.video-detail-list .video-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-detail-list .video-left .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 16px;
}

.video-detail-list .video-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 15px;
}

.video-detail-list .video-right .title {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0px !important;
}

.video-detail-other-videos {
    position: relative;
    right: 27px;
}

@media only screen and (max-width: 767px) {
.video-detail-other-videos {
    position: relative;
    right: 0px;
}
}


.golge1 {
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%) !important;
}

.turkey-map-drawing {
    text-align: center;
}

.turkey-map-drawing svg {
    width: 100%;
    height: auto;
}

.turkey-map-drawing g.is-completed path {
    fill: #bd8e01;
}

.turkey-map-drawing path {
    cursor: pointer;
    fill: #242424;
    -webkit-transition: .2s;
    transition: .2s;
}

.turkey-map-drawing path:hover {
    fill: #bd8e01 !important;
}

.turkey-map-name {
    position: absolute;
    z-index: 2;
}

.turkey-map-name div {
    display: inline-block;
    background: #bd8e01;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 2px;
}

.list .card {
    width: 100%;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 2rem;
    border: 10px solid transparent;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.bayiler>.icon {
    position: absolute;
    right: 30px;
    top: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    border: 2px solid currentColor;
    color: #000;
    opacity: .3;
}

.box-header {
    margin-bottom: 50px;
}

.bayiler .title {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.bayiler .title.small {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.bayiler .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #939393;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 10px;
}

.box-footer .name {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.box-footer .text .icon {
    margin-right: 10px;
    font-size: 13px;
}

.actions-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: right;
}


/* Proje Kartı Tasarımı */
.services-two__single {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-bottom: 30px;
    z-index: 1;
}

.services-two__single:hover {
    transform: translateY(-15px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Resim Alanı */
.services-two__img {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 15px 15px 0 0;
}

.services-two__img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.services-two__img img:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}

/* İçerik Alanı */
.services-two__content {
    padding: 20px;
    text-align: center;
}

.services-two__more-details {
    margin-top: 10px;
}

.services-two__more-details a {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #0088cc;
    border-radius: 25px;
    background-color: transparent;
    color: #0088cc;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.services-two__more-details a:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 136, 204, 0.3);
}

/* Başlık Alanı */
.services-two__title-box {
    padding: 15px;
    text-align: center;
}

.services-two__title {
    font-size: 1.4em;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
    margin-bottom: 10px;
}

.services-two__title a {
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease;
}

.services-two__title a:hover {
    color: #0088cc;
}

/* Hover animasyonları için ek efekt */
.services-two__single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.services-two__single:hover::before {
    opacity: 1;
    transform: scale(1.05);
}

/* Responsive Düzen */
@media (max-width: 768px) {
    .services-two__single {
        margin-bottom: 20px;
    }

    .services-two__content {
        padding: 15px;
    }
}



/*------------------- 4.6. Blog  -------------------*/
.vs-blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--title-color);
    background-color: var(--quote-bg, #f0f4f5);
    border-left: 4px solid var(--theme-color);
    padding: 43px 50px 42px 35px;
    margin: 35px 0;
  }
  .vs-blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    line-height: 1.5;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
    font-style: italic;
  }
  .vs-blockquote:before {
    content: "\f10e";
    font-family: var(--icon-font);
    font-size: 6.5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--border-color);
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
  .vs-blockquote p {
    margin-bottom: 0;
  }
  .vs-blockquote p a {
    color: inherit;
  }
  .vs-blockquote cite {
    display: inline-block;
    font-size: 20px;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    font-weight: 600;
    margin-top: 22px;
    font-style: normal;
    color: var(--title-color);
  }
  .vs-blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--theme-color);
  }
  
  .vs-quote {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-weight: 700;
    line-height: 36px;
    font-size: 22px;
    padding: 50px 60px 49px 150px;
    border-radius: 5px;
  }
  .vs-quote:before {
    background-color: var(--theme-color2);
    height: 100%;
    right: auto;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 115px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\f10d";
    color: var(--white-color);
  }
  .vs-quote p {
    font-style: normal;
  }
  
  .blog-meta span,
  .blog-meta a {
    display: inline-block;
    margin-right: 18px;
    font-size: 16px;
    color: var(--title-color);
  }
  .blog-meta span i,
  .blog-meta a i {
    margin-right: 4px;
  }
  .blog-meta span:last-child,
  .blog-meta a:last-child {
    margin-right: 0;
  }
  .blog-meta a:hover {
    color: var(--theme-color);
  }
  
  .blog-category a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 21px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: var(--white-color);
    background-color: var(--theme-color2);
    display: inline-block;
  }
  .blog-category a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  
  .blog-category {
    margin-bottom: -10px;
    margin-right: -10px;
  }
  
  .blog-title a {
    color: inherit;
  }
  .blog-title a:hover {
    color: var(--theme-color);
  }
  
  .vs-blog {
    margin-bottom: 30px;
  }
  
  .vs-blog-details .blog-single {
    border: none;
    box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
  }
  .vs-blog-details .blog-single .blog-content {
    margin-top: 25px;
  }
  .vs-blog-details .blog-single .blog-title {
    margin-bottom: 15px;
  }
  .vs-blog-details .blog-meta {
    margin-bottom: 18px;
  }
  .vs-blog-details .blog-meta span,
  .vs-blog-details .blog-meta a {
    margin-bottom: 10px;
  }
  .vs-blog-details .blog-meta span i,
  .vs-blog-details .blog-meta a i {
    color: var(--theme-color);
    margin-right: 10px;
  }
  .vs-blog-details .blog-inner-img {
    margin-bottom: 20px;
  }
  .vs-blog-details .blog-inner-img img {
    border-radius: 10px;
  }
  
  .blog-author {
    display: flex;
    align-items: center;
    background-color: var(--theme-color);
    --body-color: #fff;
    --title-color: #fff;
    padding: 40px;
    margin: 50px 0;
  }
  .blog-author .media-img {
    width: 160px;
    height: 160px;
    margin-right: 25px;
    border-radius: 50%;
  }
  .blog-author .media-img img {
    border-radius: inherit;
  }
  .blog-author .author-name {
    margin-bottom: 10px;
    margin-right: 25px;
    display: inline-block;
    color: var(--white-color);
  }
  .blog-author .author-links {
    display: inline-block;
  }
  .blog-author .author-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .blog-author .author-links li {
    display: inline-block;
  }
  .blog-author .author-links li:not(:first-child):before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: var(--white-color);
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 10px;
    top: -1px;
    position: relative;
    opacity: 0.5;
  }
  .blog-author .author-links a {
    display: inline-block;
    color: var(--white-color);
    font-size: 16px;
  }
  .blog-author .author-links a:hover {
    color: var(--theme-color);
  }
  
  .blog-inner-title {
    margin: -0.04em 0 40px 0;
    width: max-content;
    line-height: 1;
    font-size: 36px;
    font-weight: 700;
  }
  
  .blog-inner-author {
    --theme-color: #ffffff;
    padding: 28px 20px 20px 20px;
    display: inline-block;
    border-radius: 0px 10px 10px 0px;
    background-color: rgba(28, 28, 28, 0.8);
    padding-left: 100px;
    min-height: 100px;
  }
  .blog-inner-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--smoke-color);
  }
  .blog-inner-author .author-name {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
  }
  .blog-inner-author .author-degi,
  .blog-inner-author .blog-date {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 400;
  }
  
  .share-links-title {
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 600;
    margin: 0 15px 0 0;
    display: inline-block;
  }
  
  .share-links {
    margin: 50px 0 0px 0;
    padding: 50px 0px;
    border-top: 1px solid #bd8e01;
    border-bottom: 1px solid #bd8e01;
  }
  .share-links .row {
    align-items: center;
  }
  .share-links .tagcloud {
    display: inline-block;
  }
  .share-links .tagcloud a {
    color: var(--body-color);
    background-color: var(--smoke-color);
    font-weight: 400;
  }
  .share-links .tagcloud a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
  }
  .share-links .social-links {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .share-links .social-links li {
    display: inline-block;
    margin-right: 4px;
  }
  .share-links .social-links li:last-child {
    margin-right: 0;
  }
  .share-links .social-links a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: var(--body-color);
    text-align: center;
    display: block;
    background-color: var(--smoke-color);
    border-radius: 50%;
  }
  .share-links .social-links a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
  }
  
  .post-pagi-box img {
    border-radius: 10px;
  }
  
  .blog-single {
    margin-bottom: 60px;
    padding: 40px 40px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
  }
  .blog-single .blog-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .blog-single .blog-inner-author {
    position: absolute;
    left: 0;
    bottom: 60px;
  }
  .blog-single .blog-content {
    padding: 0;
    position: relative;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  .blog-single .blog-date {
    color: var(--body-color);
  }
  .blog-single .blog-date i {
    margin-right: 4px;
  }
  .blog-single .blog-date:hover {
    color: var(--theme-color);
  }
  .blog-single .blog-bottom {
    margin-top: 40px;
    padding: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border-color);
  }
  .blog-single .blog-meta {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .blog-single .blog-meta li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
  }
  .blog-single .blog-meta li::before {
    content: "";
    width: 1px;
    height: 70%;
    background-color: var(--title-color);
    opacity: 0.5;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .blog-single .blog-meta li:first-child::before {
    content: none;
  }
  .blog-single .play-btn {
    position: absolute;
    top: 10%;
    right: 10%;
  }
  .blog-single .play-btn i {
    color: var(--white-color);
  }
  
  .blog-style2 {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: var(--smoke-color);
    padding: 30px 24px;
  }
  .blog-style2 .blog-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: var(--smoke-color);
  }
  .blog-style2 .blog-inner-author {
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  .blog-style2 .blog-inner-author .author-name {
    font-size: 16px;
  }
  .blog-style2 .blog-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  .blog-style2 .blog-date {
    color: var(--body-color);
  }
  .blog-style2 .blog-date i {
    margin-right: 5px;
  }
  .blog-style2 .blog-date:hover {
    color: var(--theme-color);
  }
  .blog-style2 .blog-bottom {
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border-color);
  }
  .blog-style2 .vs-btn {
    padding: 16px 20px;
    font-size: 14px;
  }
  
  .blog-style3 {
      border: none;
      box-shadow: 0px 0px 15px rgb(0 0 0 / 14%);
      padding: 30px 24px;
      border-radius: 10px;
  }
  .blog-style3 .blog-img {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 24px;
  }
  .blog-style3 .blog-img img {
    transition: 0.5s ease-in-out;
  }
  .blog-style3 .blog-title {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .blog-style3 .blog-text {
    margin-bottom: 15px;
  }
  .blog-style3 .vs-btn {
    padding: 16px 20px;
    font-size: 14px;
    margin-left: 4px;
  }
  .blog-style3 .vs-btn i {
    margin-left: 4px;
  }
  .blog-style3 .blog-bottom {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #bd8e01;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #bd8e01 !important;
    background-color: #fff;
    border-color: transparent;
}



  .blog-style3 .blog-date {
    margin-right: 4px;
  }
  .blog-style3 .blog-date i {
    margin-right: 4px;
  }
  .blog-style3:hover .blog-img img {
    transform: scale(1.1);
  }
  .pagination {
      display: flex;
      padding-left: 0;
      list-style: none;
      text-align: center;
      justify-content: center;
  }
  .page-item.active .page-link {
      z-index: 3;
      color: #fff;
      background-color: #bd8e01;
      border-color: #bd8e01;
  }
  .blog-style4 {
    display: flex;
    align-items: center;
  }
  .blog-style4 .blog-image {
    position: relative;
    border-radius: 10px;
  }
  .blog-style4 .blog-image img {
    border-radius: 10px;
  }
  .blog-style4 .category-tag a {
    background-color: var(--white-color);
    color: var(--theme-color);
    padding: 18px 44px 16px;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 80px;
  }
  .blog-style4 .category-tag a i {
    margin-right: 4px;
  }
  .blog-style4 .blog-content {
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    position: relative;
    margin-left: -100px;
    padding: 40px;
    max-width: 615px;
    border-radius: 10px;
  }
  .blog-style4 .blog-text {
    font-size: 16px;
    max-width: 475px;
  }
  .blog-style4 .blog-date {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color);
    background-color: unset;
    padding: 0;
  }
  .blog-style4 .blog-date i {
    margin-right: 4px;
  }
  .blog-style4:nth-child(odd) {
    margin: 60px 0 30px 0;
  }
  .blog-style4:nth-child(odd) .blog-image {
    order: 2;
  }
  .blog-style4:nth-child(odd) .category-tag a {
    right: 0;
    left: unset;
    border-radius: 10px 0 0 10px;
  }
  .blog-style4:nth-child(odd) .blog-content {
    margin-right: -100px;
    margin-left: unset;
    z-index: 2;
  }
  
  .blog-wrapper .vs-carousel {
    margin-top: -10px;
  }
  .blog-wrapper .blog-style3 {
    margin-top: 10px;
  }
  
  .blog-wrapper1 .title-area {
    padding-top: 50px;
  }
  
  /* Large devices */
  @media (max-width: 1199px) {
    .blog-style4 .blog-date {
      font-size: 16px;
    }
    .blog-style4 .blog-title {
      font-size: 20px;
    }
    .share-links-title {
      font-size: 16px;
    }
    .wp-block-tag-cloud a,
    .tagcloud a {
      padding: 10px;
    }
    .share-links .social-links a {
      font-size: 14px;
      width: 36px;
      height: 36px;
      line-height: 36px;
    }
    .blog-single .blog-meta li:last-child {
      display: none;
    }
  }
  /* Medium devices */
  @media (max-width: 991px) {
    .blog-style3 {
      padding: 30px 15px;
    }
    .blog-style3 .blog-date {
      font-size: 14px;
    }
    .blog-style3 .vs-btn {
      padding: 12px 16px;
      font-size: 13px;
    }
    .blog-style4 {
      display: block;
    }
    .blog-style4 .blog-content {
      margin: 30px 0 0 0;
      max-width: 100%;
    }
    .blog-wrapper1 .title-area {
      padding-top: 0px;
    }
  }
  /* Small devices */
  @media (max-width: 767px) {
    .blog-inner-author {
      min-height: unset;
      padding: 15px 13px 15px 75px;
    }
    .blog-inner-author .author-name {
      font-size: 14px;
    }
    .blog-inner-author .author-degi {
      font-size: 10px;
    }
    .blog-inner-author img {
      width: 50px;
      height: 50px;
      left: 15px;
    }
    .blog-single {
      padding: 20px;
      margin-bottom: 30px;
    }
    .blog-single .blog-title {
      font-size: 18px;
      line-height: 1.6;
    }
    .blog-single .blog-img .blog-date {
      right: 15px;
      top: 15px;
      font-size: 14px;
      padding: 12px 15px;
    }
    .blog-single .blog-inner-author {
      bottom: 0;
    }
    .blog-single .blog-content {
      margin-top: 20px;
    }
    .blog-single .play-btn {
      --icon-size: 60px;
      --icon-font-size: 18px;
    }
    .blog-single .blog-meta li {
      display: none;
    }
    .blog-single .blog-meta li:first-child {
      display: inline-block;
    }
    .blog-single .blog-meta span,
    .blog-single .blog-meta a {
      font-size: 13px;
    }
    .blog-single .vs-btn {
      font-size: 13px;
      padding: 12px 10px;
    }
    .blog-single .blog-bottom {
      margin-top: 0;
      padding-top: 20px;
    }
    .vs-blockquote {
      padding: 24px 20px 24px 24px;
    }
    .blog-style4 {
      display: block;
    }
    .blog-style4 .blog-content {
      padding: 20px 15px;
      margin: 0;
    }
    .blog-style4 .tips-tag {
      padding: 10px 24px 8px;
    }
    .blog-style4 .blog-title a {
      font-size: 24px;
    }
    .blog-style4 .blog-date {
      font-size: 16px;
    }
    .blog-style4 .category-tag a {
      padding: 10px 20px 8px;
    }
    .blog-style2 .blog-img {
      margin-bottom: 20px;
    }
    .blog-style2 .blog-inner-author {
      bottom: 0;
    }
    .blog-style2 .blog-inner-author .author-name {
      font-size: 14px;
    }
    .blog-style2 .vs-btn {
      padding: 12px 14px;
      font-size: 13px;
    }
    .blog-style2 .blog-date {
      font-size: 14px;
    }
    .blog-style2 .blog-title {
      font-size: 20px;
    }
    .share-links-title {
      margin-bottom: 10px;
    }
    .vs-blog-details .blog-single {
      padding: 0;
      box-shadow: none;
    }
    .post-pagi-box .pagi-title {
      font-size: 14px;
    }
    .blog-inner-title {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .share-links {
      padding: 30px 0;
    }
  }
  /*------------------- 4.6. Comments  -------------------*/
  .vs-comments-wrap ul.comment-list,
  .vs-comments-wrap .children {
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
  }
  .vs-comments-wrap .children {
    margin-left: 70px;
  }
  .vs-comments-wrap .vs-post-comment {
    position: relative;
    display: flex;
    padding: 30px 30px;
    margin: 30px 0 30px 0;
    background-color: var(--smoke-color);
  }
  .vs-comments-wrap .vs-post-comment p {
    margin-bottom: 0;
  }
  .vs-comments-wrap .comment-avater {
    width: 110px;
    height: 110px;
    border-radius: 5px;
    margin-right: 25px;
    overflow: hidden;
  }
  .vs-comments-wrap .comment-content {
    flex: 1;
    position: relative;
  }
  .vs-comments-wrap .comment-date {
    font-size: 14px;
  }
  .vs-comments-wrap .commented-on {
    font-size: 14px;
    color: var(--title-color);
  }
  .vs-comments-wrap .commented-on i {
    margin-right: 4px;
    color: var(--theme-color);
  }
  .vs-comments-wrap .name {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: absolute;
    right: 0;
    top: 0;
  }
  .vs-comments-wrap .replay-btn {
    font-weight: 700;
    margin-left: 4px;
    background-color: #fff;
    border-radius: 25px;
    padding: 6px 12px;
    font-size: 14px;
  }
  .vs-comments-wrap .replay-btn i {
    font-size: 12px;
    margin-left: 2px;
  }
  
  .vs-comment-form {
    margin-top: 58px;
  }
  .vs-comment-form .form-group {
    border: none;
  }
  .vs-comment-form .form-control {
    background-color: var(--smoke-color);
    color: var(--title-color);
  }
  .vs-comment-form .form-control::placeholder {
    color: var(--title-color);
  }
  .vs-comment-form .custom-checkbox {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .vs-comment-form .custom-checkbox label {
    font-weight: 400;
  }
  .vs-comment-form .notice {
    margin-top: 0;
  }
  
  /* Small devices */
  @media (max-width: 767px) {
    .vs-comments-wrap .vs-post-comment {
      padding: 20px 15px;
      display: block;
    }
    .vs-comments-wrap .comment-content {
      margin-top: 20px;
    } 
    .vs-comments-wrap .reply_and_edit {
      position: relative;
      margin-top: 10px;
    }
    .vs-comments-wrap .children {
      margin-left: 0;
    }
    .vs-comment-form {
      margin-top: 30px;
    }
  }

  .widget {
    padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 20px);
    background-color: var(--smoke-color);
    position: relative;
    margin-bottom: 40px;
    border-radius: 6px;
  }
  .widget:last-child {
    margin-bottom: 0;
  }
  
  .widget_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
    position: relative;
    font-family: var(--title-font);
    margin: -0.07em 0 23px 0;
    color: var(--secondary-color);
    padding-bottom: 15px;
  }
  .widget_title::before, .widget_title::after {
    content: "";
    height: 2px;
    border-radius: 50px;
    background-color: #bd8e01;
    position: absolute;
    bottom: 0;
  }
  .widget_title::before {
    width: 15px;
    left: 0;
  }
  .widget_title::after {
    width: 55px;
    left: 20px;
  }
  
  .widget .search-form {
    position: relative;
    display: flex;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
  }
  .widget .search-form input {
    flex: 1;
    border: 0px;
    font-size: 14px;
    font-weight: 400;
    padding-right: 0;
    border-radius: 0;
    color: var(--black-color);
    background-color: transparent;
  }
  .widget .search-form input::-moz-placeholder {
    color: var(--body-color);
  }
  .widget .search-form input::-webkit-input-placeholder {
    color: var(--body-color);
  }
  .widget .search-form input:-ms-input-placeholder {
    color: var(--body-color);
  }
  .widget .search-form input::placeholder {
    color: var(--body-color);
  }
  .widget .search-form button {
    height: 60px;
    width: 60px;
    border: none;
    font-size: 18px;
    color: var(--body-color);
    background-color: transparent;
  }
  
  .wp-block-tag-cloud a,
  .tagcloud a {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 20.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--title-color);
    background-color: var(--white-color);
    border-radius: 6px;
  }
  .wp-block-tag-cloud a:hover,
  .tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
  }
  
  .tagcloud {
    margin-right: -5px;
    margin-bottom: -10px;
  }
  
  .recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .recent-post:last-child {
    margin-bottom: 0;
  }
  .recent-post .media-img {
    margin-right: 20px;
    width: 90px;
  }
  .recent-post .media-img img {
    border-radius: 6px;
    width: 100%;
  }
  .recent-post .post-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 5px 0;
  }
  .recent-post .post-title a:hover {
    color: var(--theme-color);
  }
  .recent-post .recent-post-meta {
    margin-bottom: 2px;
  }
  .recent-post .recent-post-meta i {
    margin-right: 5px;
    font-size: 14px;
  }
  .recent-post .recent-post-meta a {
    font-size: 14px;
    font-weight: 500;
    color: var(--body-color);
  }
  
  .sidebar-area {
    margin-bottom: -10px;
  }
  
  .widget_search .widget_title {
    margin-bottom: 10px;
  }
  .widget_search .search-form {
    margin-top: 18px;
    background-color: var(--white-color);
  }
  
  .newsletter-form .form-control {
    margin-bottom: 15px;
  }
  .newsletter-form .vs-btn {
    width: 100%;
  }
  
  .widget_social_style a {
    background-color: var(--theme-color) !important;
    color: var(--white-color) !important;
  }
  .widget_social_style a:hover {
    background-color: var(--theme-color2) !important;
    border-color: var(--theme-color2) !important;
  }
  
  .tours-sidebar .widget {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .booking-form .form-group > i {
    right: unset;
    left: 20px;
    top: 23px;
    color: var(--body-color);
  }
  .booking-form .form-group input {
    padding: 0px 20px 0 45px;
  }
  .booking-form .form-group select {
    padding-left: 45px;
  }
  .booking-form input[type=radio] ~ label::before {
    background-color: var(--border-color);
    border-color: var(--border-color);
  }
  .booking-form input[type=radio]:checked ~ label::before {
    color: var(--theme-color);
  }
  
  .latest-post-wrap .latest-post {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .latest-post-wrap .latest-post:last-child {
    margin-bottom: 0;
  }
  .latest-post-wrap .latest-post:hover .media-img img {
    transform: scale(1.2);
  }
  .latest-post-wrap .media-img {
    width: 100px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 20px;
    background-color: var(--white-color);
  }
  .latest-post-wrap .media-img img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
  }
  .latest-post-wrap .post-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  /* Medium Large devices */
  @media (max-width: 1399px) {
    .widget {
      --widget-padding-y: 30px;
      --widget-padding-x: 30px;
    }
    .widget_title {
      font-size: 20px;
    }
    .recent-post .media-img {
      width: 75px;
      margin-right: 15px;
    }
    .recent-post .recent-post-meta a {
      font-size: 12px;
    }
    .recent-post .post-title {
      font-size: 16px;
    }
  }
  /* Medium devices */
  @media (max-width: 991px) {
    .sidebar-area {
      padding-top: 30px;
      margin-bottom: 30px;
    }
    .wp-block-tag-cloud a,
    .tagcloud a {
      padding: 10.5px 18px;
    }
  }
  /* Extra small devices */
  @media (max-width: 575px) {
    .widget {
      padding: 30px 20px;
    }
  }
  .widget-area {
    padding-top: 120px;
    padding-bottom: 93px;
  }
  
  .widget-area2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .form-control:focus {
    border-color: #007bff; 
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); 
    outline: none; 
}

.form-control-lg:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    outline: none;
} 



/* Hizmet Kartı Stili */
.hizmet-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.hizmet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.hizmet-card__image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.hizmet-card:hover .hizmet-card__image img {
    transform: scale(1.05);
}

/* Hizmet İçerik */
.hizmet-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.hizmet-card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    text-align: left;
}

.hizmet-card__title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.hizmet-card__title a:hover {
    color: #ffcc00;
}

.hizmet-card__text {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.hizmet-card__more {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #bd8e01;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.hizmet-card__more i {
    margin-left: 5px;
}

.hizmet-card__more:hover {
    color: #333;
}


/* Genel alan için düzenleme */
.services-details-area {
    padding: 60px 0;
    background-color: #f9f9f9;
}

/* Hizmet detayı ve başlık */
.services-single-content h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Resim üzerine hover efekti */
.image-hover img {
    transition: transform 0.3s ease;
}

.image-hover:hover img {
    transform: scale(1.05);
}


* Widget genel stilleri */
.hizmetservices-list-widget {
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    padding: 12px;
    border-radius: 23px;
    margin: 9px;
}

.hizmetservices-list-widget {
    transform: translateY(-5px);
    padding: 12px;
    border-radius: 23px;
    margin: 9px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background-color: #f8f9fa;
}

.hizmetservices-list-widget .widget-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    position: relative;
}

.hizmetservices-list-widget .widget-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #242424;
    margin-top: 8px;
    border-radius: 2px;
}

.hizmetservices-list-widget .content ul {
    list-style: none;
    padding-left: 0;
}

.hizmetservices-list-widget .content ul li {
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 17px;
    margin: 8px;
    border-radius: 19px;
}

.hizmetservices-list-widget .content ul li:last-child {
    border-bottom: none;
}

.hizmetservices-list-widget .content ul li a {
    font-size: 18px;
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hizmetservices-list-widget .content ul li a:hover {
    color: #28a745;
}

.hizmetservices-list-widget .content ul li.current-item a {
    font-weight: 700;
    color: #bd8e01;
}

/* Geçişler ve efektler */
.hizmetservices-list-widget .content ul li a {
    position: relative;
    display: inline-block;
}

.hizmetservices-list-widget .content ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #bd8e01;
    transition: width 0.3s;
}

.hizmetservices-list-widget .content ul li a:hover::after {
    width: 100%;
}



/* Hızlı İletişim Widgetı */
.quick-contact-widget {
    padding: 30px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    position: relative;
}

.quick-contact-widget .content {
    position: relative;
    z-index: 2;
}

.quick-contact-widget i {
    font-size: 50px;
    margin-bottom: 20px;
}

.quick-contact-widget h2 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #fff;
}

.quick-contact-widget p {
    font-size: 16px;
    color: #eee;
    margin-bottom: 20px;
}

.quick-contact-widget .btn {
    background-color: #007bff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.quick-contact-widget .btn:hover {
    background-color: #0056b3;
}

/* Destinations Section */
.space {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.bg-light {
  background-color: #f8f9fa;
}

.shape-mockup-wrap {
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.shape-mockup.spin {
  animation: spin 20s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Title Area */
.title-area {
  text-align: left;
  margin-bottom: 40px;
}

.sec-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #bd8e01;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}

.btn-primary {
    color: #fff !important;
    background-color: #bd8e01 !important;
    border-color: #bd8e01 !important;
    box-shadow: unset;
}

a:hover{
    color:#e2e2e2 !important;
}

a {
    color:unset !important;
}

.sec-title.h1 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0;
}

/* Navigation Buttons */
.sec-btns {
  display: flex;
  gap: 10px;
}

.icon-btn {
  background-color: #ffffff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.icon-btn:hover {
  background-color: #ff6b6b;
  color: #ffffff;
  transform: translateY(-2px);
}

.icon-btn i {
  font-size: 18px;
}

/* Destination Cards */
.destinationSlide {
  margin: 0 -15px;
}

.destination-style1 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin: 15px;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.destination-style1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.destination-style1 img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.destination-style1:hover img {
  transform: scale(1.05);
}

.destination-price {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #bd8e01;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.destination-price i {
  font-size: 18px;
}

.destination-info {
  padding: 20px;
  text-align: center;
}

.destination-name a {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.destination-name a:hover {
  color: #ff6b6b;
}

/* Responsive Design */
@media (max-width: 991px) {
  .sec-title.h1 {
    font-size: 30px;
  }

  .destination-style1 img {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .sec-btns {
    justify-content: center;
    margin-top: 20px;
  }

  .title-area {
    text-align: center;
  }

  .destination-style1 img {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .sec-title.h1 {
    font-size: 24px;
  }

  .destination-name a {
    font-size: 18px;
  }

  .destination-price {
    font-size: 18px;
    padding: 6px 12px;
  }
}


.api{
	position: fixed;
	bottom: 80px;
	left: 15px;
	z-index: 99999;
}
.whatsapp {
	position:relative;
    transition: all .5s ease-in-out;
    z-index: 999;
	margin-top:10px;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}




.telefon {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}

.telegram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telegram:hover .tooltiptext {
    visibility: visible;
}

.instagram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.instagram:hover .tooltiptext {
    visibility: visible;
}

.diller {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.diller a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #000;
}

.diller .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.diller:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.diller:hover .tooltiptext {
    visibility: visible;
}

.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.activelangcur {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 5px 15px;
    border: 1px solid #0000004d;
    border-radius: 5px;
}

.lang a selected {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang a:hover {
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}


        body {
            top: 0px !important;
        }

		
			    .VIpgJd-ZVi9od-ORHb {
    margin: 0;
    background-color: #E4EFFB;
    overflow: hidden;
      display:none;
}
    
    .VIpgJd-ZVi9od-ORHb-OEVmcd {
       display:none;
    left: 0;
    top: 0;
    height: 39px;
    width: 100%;
    z-index: 10000001;
    position: fixed;
    border: none;
    border-bottom: 1px solid #6B90DA;
    margin: 0;
    box-shadow: 0 0 8px 1px #999;
}





.whatsapp {
    position: fixed;
    left: 15px;
    bottom: 125px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}




.telefon {
    position: fixed;
    left: 15px;
    bottom: 180px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}

.telegram {
    position: fixed;
    left: 15px;
    bottom: 70px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telegram:hover .tooltiptext {
    visibility: visible;
}

.instagram {
    position: fixed;
    left: 15px;
    bottom: 15px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.instagram:hover .tooltiptext {
    visibility: visible;
}

.diller {
    position: fixed;
    left: 15px;
    bottom: 25px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.diller a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 23px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #000;
}

.diller .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.diller:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.diller:hover .tooltiptext {
    visibility: visible;
}

.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    /* width: 32%; */
    margin: 5px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 10px;
    border: 1px solid #0000004d;
    border-radius: 50px;
}

.lang a:hover {
    border: 1px solid #000;
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}





.goog-gt-tt{
display:none !important;
}









:root {
    --theme-color: #bd8e01;
    --theme-color2: #bd8e01;
    --secondary-color: #111330;
    --title-color: #1c1c1c;
    --body-color: #505050;
    --smoke-color: #f7f7f7;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #ffccb1;
    --bg-color1: #fff5f0;
    --bg-color2: #f5f5f5;
    --title-font: "Jost", sans-serif;
    --body-font: "Jost", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 80px;
    --ripple-ani-duration: 5s;
  }