/*!
 * ZeplinGo
 * Custom css
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) ZeplinGo
 */
.dropdown-menu {
    border: solid 1px #d0d0d0 !important;
    box-shadow: 10px 10px 10px #4444445c;
}

.product_review_form {
    display: none;
}

.MainPageProdList {
    background-color: #ffffff;
}

.mainbloglist {
    background-color: #ffffff;
}

.blog-detail-content .star_rating {
    display: none;
}

.menu-logo-button-container {
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}

#reviews_wrapper {
    margin: 0 auto;
    max-width: 1330px;
}

.cid-ry6ebB5y3k h4 {
    font-weight: 500;
    padding-bottom: 0.5rem;
    padding-top: 0rem;
}

.DetailPageSimilarProdList {
    background-color: #ffffff;
}


@media screen and (max-width: 768px) {

    .product_details .container,
    .container-fluid {

        padding-right: 0px;
        padding-left: 0px;
    }


    .product_details .display-2 {
        font-family: Rubik, sans-serif;
        font-size: 1.2rem !important;
        line-height: 20px !important;
        padding-bottom: 0px !important;
        padding-top: 10px !important;
        font-weight: 400;
    }

}






/*!
 * Itinerary
 */
.itinerary-marker {
    position: relative;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--primary-color, #8b3eea);
    box-shadow: 0 4px 12px var(--shadow-color, rgba(139, 62, 234, .3));
    font-size: 14px;
    z-index: 2;
}

.itinerary-title {
    font-weight: 600;
    margin: 0 0 6px 0;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.3;
}

.itinerary-item:not(:last-child) {
    border-bottom: 1px solid rgba(222, 226, 230, .5);
}

.itinerary-item {
    position: relative;
    display: flex;
    gap: 16px;
    padding: 16px 0;
    align-items: flex-start;
}

.itinerary-item:first-child .itinerary-rail {
    top: 20px;
}

.itinerary-rail {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--border-color, #dee2e6) 0%, rgba(222, 226, 230, .3) 100%);
    z-index: 1;
}

.itinerary-marker {
    position: relative;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--primary-color, #8b3eea);
    box-shadow: 0 4px 12px var(--shadow-color, rgba(139, 62, 234, .3));
    font-size: 14px;
    z-index: 2;
}

.note-text {
    font-size: 14px;
    color: red;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: left;
}





.badge.duration {
    background: rgba(139, 62, 234, .08);
    color: var(--primary-color, #8b3eea);
    border-color: rgba(139, 62, 234, .25);
}

.badge.fee {
    background: #fff1f0;
    color: #a8071a;
    border-color: #ffa39e;
}

.badge.duration {
    background: rgba(139, 62, 234, .08);
    color: var(--primary-color, #8b3eea);
    border-color: rgba(139, 62, 234, .25);
}

.badge {
    align-items: center;
    white-space: normal;
    text-align: left;
    gap: 4px;
    line-height: 1.1;
    padding: 4px 10px;
    font-size: 12px;
    background: #f8f9fa;
    color: #495057;
    border: 1px solid var(--border-color, #dee2e6);
    font-weight: 500;
    width: fit-content;
}

/*!
 * Itinerary
 */




/*!
 * Highlights
 */
.highlights-content.expanded {
    min-height: 50px;
    height: fit-content;
    padding: 0 0 1rem 0;
    opacity: 1;
}

.highlights-content {
    min-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: min-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.highlights-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.highlight-icon {
    color: #8B3EEA;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*!
 * Highlights
 */




/*!
 * Overview
 */

.highlights-content.overview-content {
    min-height: unset;
    height: auto;
    overflow: visible;
    opacity: 1;
    padding: 0 0 1rem 0;
    transition: none;
}

.highlights-content {
    min-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: min-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.highlights-content.overview-content .overview-text {
    position: relative;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.description-wrapper {
    color: #555;
    text-align: justify;
}

.description-wrapper p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.3;
    word-spacing: 0.5px;
}

/*!
 * Overview
 */

/*!
 * Tour Cards Redesign
 */
.tour-card-new-parent {
    padding: 10px;
}

.tour-card-new {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    overflow: hidden;
    height: 100%;
}

.tour-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.tour-card-img-wrapper {
    position: relative;
    width: 100%;
}

.tour-card-img-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.tour-location-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(43, 43, 43, 0.85);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(4px);
}

.tour-location-badge i {
    color: #d15bd2;
}

.tour-card-body {
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tour-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: left;
}

.tour-card-title a {
    color: #1a1a1a;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-card-title a:hover {
    color: #8b3eea;
}

.tour-card-reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.tour-card-reviews .stars {
    display: flex;
    align-items: center;
    gap: 3px;
}

.tour-card-reviews .stars i {
    font-size: 15px;
    color: #ffb800;
}

.tour-card-reviews .review-score {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-left: 6px;
}

.tour-card-reviews .review-count {
    font-size: 14px;
    color: #b35ad5;
}

.tour-card-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tour-card-categories .category-badge {
    border: 1px solid #d387f5;
    color: #a448ec;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
}

.tour-card-price-area {
    margin-top: auto;
    text-align: right;
    border-top: 1px solid #f0f0f0;

}

.tour-card-price-area .old-price {
    font-size: 15px;
    color: #a0a0a0;
    margin-right: 8px;
    text-decoration: line-through;
}

.tour-card-price-area .current-price {
    font-size: 24px;
    font-weight: 700;
    color: #ba4cc4;
}

.tour-card-price-area .per-person {
    font-size: 14px;
    color: #6c757d;
}

.tour-location-badge img.lazy {
    display: none;
}

/* Sticky Widget Responsive Fix */
@media (min-width: 992px) {
    .sticky-price-widget {
        position: sticky !important;
        top: 100px !important;
        align-self: flex-start !important;
        z-index: 99;
    }
}

@media (max-width: 991px) {
    .sticky-price-widget {
        position: relative !important;
        top: 0 !important;
        float: none !important;
        width: 100% !important;
        margin-bottom: 30px !important;
        z-index: 1;
    }

    /* Ensure the form doesn't float next to it on small screens if it has float */
    .otel-reservation-detail {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Horizontal Scroll for Product Lists on Mobile */
@media (max-width: 991px) {
    .horizontal-scroll-mobile {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        justify-content: flex-start !important;
    }

    .horizontal-scroll-mobile::-webkit-scrollbar {
        height: 6px;
    }

    .horizontal-scroll-mobile::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

    .horizontal-scroll-mobile>.tour-card-new-parent {
        flex: 0 0 75%;
        max-width: 75%;
        scroll-snap-align: start;
        padding-left: 10px;
        padding-right: 10px;
    }

    .horizontal-scroll-mobile>.tour-card-new-parent:last-child {
        padding-right: 30px;
    }
}

/* Modern Blog Card Styles */
.custom-modern-blog-card {
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .custom-modern-blog-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }
}

.custom-modern-blog-card .card-wrapper {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    margin-bottom: 0px;
    border-left: 4px solid transparent;
    /* default */
    transition: all 0.3s ease;
}

.custom-modern-blog-card .card-wrapper:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    border-left: 4px solid #8B5CF6;
}

.custom-blog-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
    transition: color 0.3s ease;
}

.custom-modern-blog-card .card-wrapper:hover .custom-blog-title {
    color: #8B5CF6 !important;
}

.custom-modern-blog-card .card-img img {
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-explore-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fff;
    color: #8B5CF6;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show badge on hover for all items */
.custom-modern-blog-card .card-wrapper:hover .blog-explore-badge {
    opacity: 1;
}

.custom-modern-blog-card .card-box {
    padding: 24px !important;
}

.custom-blog-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.custom-modern-blog-card .btn-read-more {
    color: #8B5CF6;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.custom-modern-blog-card .btn-read-more:hover {
    color: #6D28D9;
}

/* Modern Section Header - Content ID 15 */
.contentid15 {
    background-color: #ffffff !important;
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    border-top: solid 3px #e5e5e5;
}

.contentid15 .media-container-row {
    justify-content: space-between !important;
}

.contentid15 .title {
    display: grid !important;
    grid-template-areas:
        "heading button"
        "subheading button" !important;
    grid-template-columns: 1fr auto !important;
    column-gap: 30px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: left !important;
}

/* Title text styles */
.contentid15 h2 {
    grid-area: heading !important;
    background: linear-gradient(90deg, #A855F7 0%, #E11D48 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 700 !important;
    font-size: 2.8rem !important;
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

.contentid15 h3 {
    grid-area: subheading !important;
    color: #4B5563 !important;
    /* Gray 600 */
    font-size: 1rem !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-align: left !important;
}

/* View All Button on the right */
.contentid15 .mbr-section-btn {
    grid-area: button !important;
    margin: 0 !important;
}

.contentid15 .btn-info {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    color: #374151 !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
}

.contentid15 .btn-info:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1) !important;
    border-color: #d1d5db !important;
}

/* Adding the arrow icon to the button */
.contentid15 .btn-info::after {
    content: "\2197" !important;
    /* Arrow ↗ */
    margin-left: 10px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}

/* Mobile responsive adjustments */
@media (max-width: 767px) {
    .contentid15 .title {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .contentid15 h2 {
        font-size: 2rem !important;
    }

    .contentid15 .mbr-section-btn {
        margin-top: 15px !important;
    }

    .contentid15 .btn-info {
        padding: 10px 20px !important;
    }
}

/* ========================================
   Blog Detail Hero Section
   ======================================== */

/* Remove old bottom social-media buttons */
.blog-detail-post .social-media-detail {
    display: none;
}

/* Hero row layout */
.blog-hero-row {
    gap: 0;
}

/* Hero image - rounded corners, full height */
.blog-hero-img-col img.blog-detail-img {
    width: 100% !important;
    height: 100%;
    min-height: 280px;
    max-height: 420px;
    object-fit: cover;
    border-radius: 16px;
}

/* Right text column */
.blog-hero-text-col {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Category badge (like "Marmaris" pill) */
.blog-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f3e8ff;
    color: #7c3aed;
    border-radius: 50px;
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 600;
    width: fit-content;
}

.blog-hero-badge i {
    font-size: 12px;
    color: #a855f7;
}

/* Blog hero title override */
.blog-hero-text-col .blog-detail-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 10px;
}

/* Date */
.blog-hero-date {
    color: #6b7280;
    font-size: 14px;
}

.blog-hero-date i {
    color: #9ca3af;
}

/* Description/summary text */
.blog-hero-description {
    color: #374151;
    font-size: 15px;
    line-height: 1.75;
}

/* Social share buttons container */
.blog-hero-share-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

/* Base share button */
.blog-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    color: #fff !important;
    text-decoration: none !important;
}

.blog-share-btn i {
    font-size: 16px;
}

/* Individual platform colors */
.blog-share-facebook {
    background: #1877F2;
}

.blog-share-facebook:hover {
    background: #0d5fd0;
}

.blog-share-x {
    background: #000000;
}

.blog-share-x:hover {
    background: #333333;
}

.blog-share-whatsapp {
    background: #25D366;
}

.blog-share-whatsapp:hover {
    background: #1cb255;
}

.blog-share-linkedin {
    background: #0A66C2;
}

.blog-share-linkedin:hover {
    background: #0852a0;
}

/* Mobile: stack image above text */
@media (max-width: 767px) {
    .blog-hero-text-col {
        padding-left: 20px;
        padding-top: 20px;
    }

    .blog-hero-img-col img.blog-detail-img {
        max-height: 250px;
        border-radius: 12px;
    }

    .blog-hero-text-col .blog-detail-title {
        font-size: 1.6rem;
    }

    .blog-share-btn {
        padding: 9px 16px;
        font-size: 13px;
    }
}

/* ==========================================
   Blog Related Products Section
   ========================================== */

.blog-related-products-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.blog-related-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 22px;
    position: relative;
    display: inline-block;
}

.blog-related-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #7c3aed, #a855f7);
    border-radius: 2px;
}

/* Desktop: 4-column grid */
.blog-related-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

/* Card */
.blog-related-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
    text-decoration: none !important;
}

.blog-related-card-img {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #f3f4f6;
    position: relative;
}

.blog-related-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-related-card:hover .blog-related-card-img img {
    transform: scale(1.05);
}

.blog-related-card-noimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #d1d5db;
    font-size: 3rem;
}

.blog-related-card-body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

.blog-related-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    line-height: 1.4;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-related-card-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.blog-related-card-price .price-new {
    font-size: 16px;
    font-weight: 800;
    color: #7c3aed;
}

.blog-related-card-price .price-old {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: line-through;
}

.blog-related-card-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #7c3aed;
}

.blog-related-card-btn i {
    font-size: 11px;
    transition: transform 0.2s;
}

.blog-related-card:hover .blog-related-card-btn i {
    transform: translateX(3px);
}

/* Mobile / Tablet: horizontal swipe scroll */
@media (max-width: 991px) {
    .blog-related-scroll-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 12px;
        /* Hide scrollbar but keep scroll */
        scrollbar-width: none;
    }

    .blog-related-scroll-wrap::-webkit-scrollbar {
        display: none;
    }

    .blog-related-products-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
        width: max-content;
    }

    .blog-related-card {
        width: 220px;
        flex-shrink: 0;
    }
}

/* Mobile Availability Bar */
#mobile-availability-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 10px 15px;
    border-top: 1px solid #e5e5e5;
}

#mobile-availability-bar .mobile-availability-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-price-amount {
    display: flex;
    flex-direction: column;
}

.mobile-price-amount span:last-child {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1a1a1a;
}

.mobile-price-per {
    margin: 0;
    font-size: 13px;
    color: #666;
}

#mobile-check-availability-btn {
    background-color: #026aae;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#mobile-check-availability-btn:hover {
    background-color: #0288d1;
}

@media (min-width: 992px) {
    #mobile-availability-bar {
        display: none !important;
    }
}

/* Slider Search Component */
.slider-search-container {
    max-width: 700px;
    margin: 20px auto 0;
    width: 100%;
}

.slider-search-form {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.slider-search-form .search-icon {
    color: #a855f7;
    font-size: 22px;
    position: absolute;
    left: 20px;
    z-index: 2;
}

.slider-search-form input {
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 15px 15px 15px 50px;
    font-size: 16px;
    color: #333;
    outline: none;
    box-shadow: none !important;
    background: transparent;
    height: 55px;
}

.slider-search-form .search-btn {
    background: #b54dc1;
    /* Fallback */
    background: linear-gradient(135deg, #a855f7 0%, #8b5cf6 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    white-space: nowrap;
    margin-left: -50px;
    z-index: 2;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-search-form .search-btn:hover {
    background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

@media(max-width: 768px) {
    .slider-search-form input {
        padding: 12px 15px 12px 40px;
        height: 50px;
        font-size: 14px;
    }

    .slider-search-form .search-icon {
        font-size: 18px;
        left: 15px;
    }

    .slider-search-form .search-btn {
        padding: 0 20px;
        font-size: 14px;
    }
}

/* ========================================
   Theme Blue Override (Global Purple to Blue)
   ======================================== */

/* CSS Variables */
:root {
    --primary-color: #0ea5e9;
    --shadow-color: rgba(14, 165, 233, .3);
}

/* Itinerary */
.itinerary-marker {
    background: #0ea5e9 !important;
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3) !important;
}

.badge.duration {
    background: rgba(14, 165, 233, 0.08) !important;
    color: #0284c7 !important;
    border-color: rgba(14, 165, 233, 0.25) !important;
}

/* Highlights */
.highlight-icon {
    color: #0284c7 !important;
}

/* Tour Cards Redesign */
.tour-location-badge i {
    color: #38bdf8 !important;
}

.tour-card-title a:hover {
    color: #0284c7 !important;
}

.tour-card-reviews .review-count {
    color: #0ea5e9 !important;
}

.tour-card-categories .category-badge {
    border-color: #7dd3fc !important;
    color: #0369a1 !important;
    background: #fff !important;
}

.tour-card-price-area .current-price {
    color: #0284c7 !important;
}

/* Modern Section Header */
.contentid15 h2 {
    background: linear-gradient(90deg, #0ea5e9 0%, #3b82f6 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* Modern Blog Card Styles */
.custom-modern-blog-card .card-wrapper:hover {
    border-left-color: #3b82f6 !important;
}

.custom-modern-blog-card .card-wrapper:hover .custom-blog-title {
    color: #3b82f6 !important;
}

.blog-explore-badge {
    color: #3b82f6 !important;
}

.custom-modern-blog-card .btn-read-more {
    color: #3b82f6 !important;
}

.custom-modern-blog-card .btn-read-more:hover {
    color: #2563eb !important;
}

/* Blog Detail Hero Section */
.blog-hero-badge {
    background: #e0f2fe !important;
    color: #0284c7 !important;
}

.blog-hero-badge i {
    color: #0ea5e9 !important;
}

.blog-social-share .btn {
    background: #e0f2fe !important;
    color: #0284c7 !important;
}

.blog-social-share .btn:hover {
    background: #0284c7 !important;
    color: #fff !important;
}

/* Slider Search Form Gradient Blue */
.slider-search-form .search-btn {
    background: #0ea5e9 !important;
    background: linear-gradient(135deg, #38bdf8 0%, #3b82f6 100%) !important;
}

.slider-search-form .search-btn:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #38bdf8 100%) !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4) !important;
}

/* ========================================
   Tour Detail Page Missing Purples Override
   ======================================== */

/* Icons under the title (Duration, Location...) */
.ta-feature-icon {
    color: #0ea5e9 !important;
}

/* Reviews Read More & See All */
.ta-tr-readmore {
    color: #0284c7 !important;
}

.ta-tr-readmore:hover {
    color: #0369a1 !important;
}

.ta-tr-seeall a {
    color: #0284c7 !important;
}

.ta-tr-seeall a:hover {
    color: #0369a1 !important;
}

/* Right Pane - Sticky Widget (pDetailBottom) */
.ta-btn-check-availability {
    background: #0ea5e9 !important;
    background: linear-gradient(135deg, #f49c3b 0%, #f87a23 100%) !important;
    box-shadow: 0 4px 10px rgb(248 212 158) !important;
}

.ta-btn-check-availability:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #38bdf8 100%) !important;
}

.ta-features-card {
    background: #f0f9ff !important;
}

/* Sky light blue background */
.ta-features-list i {
    color: #3b82f6 !important;
}

/* Blue checkmarks */

/* Bottom Booking Widget (Purple to Blue Gradient) */
.ta-booking-widget {
    background: #0ea5e9 !important;
    background: linear-gradient(135deg, #f49c3b 0%, #f87a23 100%) !important;
}

.ta-bw-submit {
    background: #062d57 !important;
    border-color: #062b55 !important;
}

/* A deeper blue for internal button */
.ta-bw-submit:hover {
    background: #1d4ed8 !important;
}

.ta-part-btn.active {
    background: #0ea5e9 !important;
    border-color: #0ea5e9 !important;
    color: #fff !important;
}

/* 2-Step Payment Panel Details */
.ta-sp-submit-btn {
    background: #0ea5e9 !important;
    background: linear-gradient(135deg, #38bdf8 0%, #3b82f6 100%) !important;
    box-shadow: 0 4px 10px rgba(56, 189, 248, 0.3) !important;
}

.ta-sp-submit-btn:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #38bdf8 100%) !important;
}

.ta-sp-meta-item i {
    color: #0ea5e9 !important;
}

.ta-sp-hotel-tag {
    border-left-color: #0ea5e9 !important;
}

/* -----------------------------------------------------
   Additional Blade Inline Purple Overrides 
   (FAQ & Sidebar Travel Tips)
   ----------------------------------------------------- */

/* "People Also Ask" Section Title */
h4[style*="#8b5cf6"] {
    color: #0ea5e9 !important;
}

/* FAQ Active Accordion Header */
.marmaris-faq-btn:not(.collapsed) {
    background: #0ea5e9 !important;
    background: linear-gradient(135deg, #0ea5e9 0%, #3b82f6 100%) !important;
    color: #fff !important;
}

.marmaris-faq-btn:not(.collapsed) svg {
    fill: #fff !important;
    color: #fff !important;
}

/* Sidebar Advice Icons (rounded elements with inline purple background) */
div[style*="background: #8b5cf6"] {
    background: #0ea5e9 !important;
    background: linear-gradient(135deg, #38bdf8 0%, #3b82f6 100%) !important;
}

/* Sidebar "When To Visit" Light Purple Background Override */
div[style*="background-color: #fbf8ff"] {
    background-color: #f0f9ff !important;
}

/* -----------------------------------------------------
   Additional Detail / Search UI Purple Overrides
   ----------------------------------------------------- */

/* Search bar map-marker icon */
.search-icon {
    color: #0ea5e9 !important;
}

/* Accordion menu heading icons (Highlights, Overview, etc.) */
.ta-accordion-header i {
    color: #0ea5e9 !important;
}

/* Detail page Overall Rating big score number */
.ta-overall-rating .score strong {
    color: #3b82f6 !important;
}

/* Review Avatars */
.ta-avatar {
    background: #0ea5e9 !important;
    background: linear-gradient(135deg, #38bdf8 0%, #3b82f6 100%) !important;
    color: #fff !important;
}

/* -----------------------------------------------------
   Summary Panel (Step 2 Booking Form) Purple Overrides
   ----------------------------------------------------- */

/* Line item price text */
.ta-sp-right {
    color: #0284c7 !important;
}

/* Contact fields background box */
.ta-sp-contact-box {
    background: #0ea5e9 !important;
    background: linear-gradient(135deg, #0ea5e9 0%, #3b82f6 100%) !important;
}

/* Total price box background */
.ta-sp-total-box {
    background: #f0f9ff !important;
    border-top-color: #e0f2fe !important;
}

/* Taxes included text */
.ta-sp-tax {
    color: #3b82f6 !important;
}

/* Reservation Now Button */
.ta-sp-reserve-btn {
    background: #2563eb !important;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3) !important;
}

.ta-sp-reserve-btn:hover {
    background: #1d4ed8 !important;
}

/* -----------------------------------------------------
   Final Touches: Shadows & Active States
   ----------------------------------------------------- */

/* Shadow of the big booking widget was keeping the purple rgb */
.ta-booking-widget {
    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.2) !important;
}

/* Ensure active accordion menus also get the blue icon/text color */
.ta-accordion-item.active .ta-accordion-header i,
.ta-accordion-header i {
    color: #0ea5e9 !important;
}

.ta-accordion-item.active .ta-accordion-header h4 {
    color: #0ea5e9 !important;
}

/* -----------------------------------------------------
   Final Cleanups (Hover state & Inline Purple Icons)
   ----------------------------------------------------- */

/* Force Check Availability button text to remain white on hover */
.ta-bw-submit:hover,
.ta-btn-check-availability:hover {
    color: #ffffff !important;
}

/* Any remaining inline icons with purple colors (e.g. Map Marker in form) */
i[style*="#9B5DE5"],
i[style*="#9b5de5"],
i[style*="#7B2CBF"],
i[style*="#7b2cbf"] {
    color: #0ea5e9 !important;
}

/* -----------------------------------------------------
   WhatsApp Float Button Redesign
   ----------------------------------------------------- */

.WhatsApp {
    background-color: #25d366 !important;
    width: auto !important;
    height: 48px !important;
    border-radius: 50px !important;
    padding: 0 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    bottom: 20px !important;
    left: 20px !important;
}

.WhatsApp:hover {
    background-color: #1ebd5c !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.WhatsApp .whatsapp-text {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
}