 .customLogo {
     max-width: 160px !important;
     max-height: 70px !important;
     width: 180px !important;
     height: auto !important;
     object-fit: contain !important;
 }

 .sliderButtons {
     display: flex;
     width: 100%;
     margin-top: 55px;
     gap: 1rem;
     justify-content: center;
     align-items: center;
 }

/* Hero: açılır arama (misafir/rota) bir sonraki bölümün üstünde kalsın; .fix kesmesin */
.tg-hero-area.fix {
    overflow: visible;
    position: relative;
    z-index: 100;
}

 .tg-hero-title {
     padding-bottom: 10px;
 }

 .footer-white-logo {
     max-width: 160px !important;
     max-height: 70px !important;
     width: 180px !important;
     height: auto !important;
     object-fit: contain !important;
 }

 .tg-footer-info ul li {
     display: block;
     text-transform: none;
 }

 .tg-footer-info {
     margin: 0 !important;
 }

 .tg-footer-social a {
     display: inline-flex !important;
     justify-content: center;
     align-items: center;
 }

 .tg-team-details-contact {
     text-transform: none;
 }

 .offCanvas__logo img {
     height: 160px !important;
     max-height: 160px;
 }

/* Sağ üst menü — iletişim paneli: uploads/desen-1.png (ASCII kopya, header inline background-image) */
.offCanvas__info.offCanvas__info--pattern-bg {
    background-color: #0a0a0a;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto;
}

.offCanvas__info.offCanvas__info--pattern-bg .offCanvas__side-info {
    border-top-color: rgba(255, 255, 255, 0.35);
}

.offCanvas__info.offCanvas__info--pattern-bg .offCanvas__side-info .contact-list h4 {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.offCanvas__info.offCanvas__info--pattern-bg .offCanvas__side-info .contact-list p {
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

 @media only screen and (max-width: 600px) {
     .sliderButtons {
         flex-direction: column;
         margin-top: 15px;
     }

     .sliderButtons a {
         width: 100%;
     }
 }

 .tg-label {
     text-transform: none !important;
 }


 .tg-blog-standard-thumb img {
     max-height: 250px;
     height: 250px;
     width: 100%;
     object-fit: contain;
 }


 .tg-blog-thumb img {
     max-height: 250px;
     height: 250px;
     width: 100%;
     object-fit: contain;
 }

 .tour-list-bottom-margin {
     margin-bottom: 150px;
 }

 .tg-hero-btn-box .tg-btn {
     transition: transform .12s ease;
 }

 .tg-hero-btn-box .tg-btn.active {
     background: var(--tg-theme-secondary);
     color: var(--tg-theme-primary);
     box-shadow: 0 6px 16px rgba(11, 57, 113, .25);
     transform: translateY(-1px);
     transition: all 0.25s ease-in-out;
 }



 .tg-chose-2-icon i {
    color: #003d74!important;
}


.tg-testimonial-su-wrap .tg-testimonial-4-ratings i:last-child {
    color: #ffb930;
}

.tg-hero-title{
    border-bottom: 0;
}


.tg-location-su-wrap:hover .tg-location-su-content {
   background: #003d74;
}


.tg-location-su-wrap:hover .tg-location-title {
   color: #fff;
}


.tg-location-su-wrap:hover .tg-location-su-duration {
   color: #ffb930;
}
.tg-chose-2-title a:hover{
    opacity: 1;
}


.tg-chose-2-icon img{
    height: 155px;
    width: 100%;
    object-fit: contain;
}


.tg-chose-su-wrap .tg-chose-2-content {
    background: #f2f7fc;
}



/* ── Header Top Bar ── */
/* İletişim çubuğu yüksekliği — şeffaf menü (tg-transparent) bunun altından başlar */
:root {
    --bt-header-topbar-height: 38px;
}
@media only screen and (max-width: 767px) {
    :root {
        --bt-header-topbar-height: 68px;
    }
}

.header-top-bar {
    position: relative;
    z-index: 1002;
    background: #002a52;
    color: #d1dce8;
    font-size: 12.5px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    min-height: var(--bt-header-topbar-height);
    box-sizing: border-box;
}
.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top-left {
    display: flex;
    gap: 20px;
    align-items: center;
}
.header-top-left a,
.header-top-right a {
    color: #d1dce8;
    text-decoration: none;
    transition: color .15s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.header-top-left a:hover,
.header-top-right a:hover {
    color: #ffc60c;
}
.header-top-left i,
.header-top-right i {
    font-size: 11px;
    color: #ffc60c;
}
@media only screen and (max-width: 767px) {
    .header-top-bar {
        font-size: 11px;
        padding: 5px 0;
    }
    .header-top-inner {
        flex-direction: column;
        gap: 3px;
    }
    .header-top-left {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

/*
 * Ana tema .tg-transparent = position:absolute; top:0 → menü iletişim satırının üstüne biniyordu.
 * Sayfa başındayken (sticky değilken) menüyü çubuğun altına indir; scroll sonrası .header-sticky iken top:0 kalır.
 */
#header-sticky.tg-transparent:not(.header-sticky) {
    top: var(--bt-header-topbar-height) !important;
}

 /* Header ayarları */
.logo { margin-left: -35px; }
.tgmenu__navbar-wrap.tgmenu__main-menu ul > li > a {
    font-size: 12px !important;
    padding: 42px 7px !important;
    letter-spacing: 0.2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tgmenu__navbar-wrap.tgmenu__main-menu ul > li > a {
        padding: 42px 5px !important;
        font-size: 11px !important;
    }
}
.header-sticky .tgmenu__navbar-wrap.tgmenu__main-menu ul > li > a {
    padding: 21px 7px !important;
}

/* Üst menü: hover / aktif — mor (#e2d6f8) yerine tema sarısı */
.tgmenu__navbar-wrap.tgmenu__main-menu > ul > li.active > a,
.tgmenu__navbar-wrap.tgmenu__main-menu > ul > li:hover > a {
    color: var(--tg-theme-secondary) !important;
}
.header-sticky .tgmenu__navbar-wrap.tgmenu__main-menu > ul > li.active > a,
.header-sticky .tgmenu__navbar-wrap.tgmenu__main-menu > ul > li:hover > a {
    color: var(--tg-theme-secondary) !important;
}
/* Açılır alt menü satırları (varsa) */
.tgmenu__navbar-wrap ul li .sub-menu li:hover > a,
.tgmenu__navbar-wrap ul li .sub-menu li.active > a {
    color: var(--tg-theme-secondary) !important;
}

/* ── Konsept Mega Menu (modern kart — tema ul li a padding override) ── */
.konsept-mega-trigger {
    position: relative !important;
}
.konsept-mega-trigger > a {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
}
.konsept-chev {
    font-size: 8px !important;
    transition: transform .25s ease;
}
.konsept-mega-trigger:hover .konsept-chev {
    transform: rotate(180deg);
}

.konsept-mega-panel {
    position: absolute;
    /* li altı = link padding dahil; metin ~padding kadar yukarıda — telafi + ~8px boşluk */
    top: 100%;
    margin-top: calc(8px - 42px);
    right: -40px;
    width: min(520px, calc(100vw - 32px));
    min-width: 300px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(11, 57, 113, 0.08);
    box-shadow:
        0 4px 6px -1px rgba(11, 57, 113, 0.06),
        0 18px 42px -12px rgba(11, 57, 113, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .28s cubic-bezier(0.4, 0, 0.2, 1),
        transform .28s cubic-bezier(0.4, 0, 0.2, 1),
        visibility .28s;
    z-index: 9999;
    overflow: hidden;
}
/* Metin ile panel arası ince geçişte hover kapanmasın */
.konsept-mega-panel::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 16px;
}
.header-sticky .konsept-mega-trigger .konsept-mega-panel {
    margin-top: calc(8px - 21px);
}
.konsept-mega-trigger:hover .konsept-mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.konsept-mega-head {
    padding: 16px 20px 14px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid rgba(11, 57, 113, 0.09);
    position: relative;
}
.konsept-mega-head::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #0b3971, #1e5a9e);
    border-radius: 0 2px 2px 0;
}
.konsept-mega-head h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0b3971;
    margin: 0 0 4px;
    padding-left: 10px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
.konsept-mega-head p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    padding-left: 10px;
    font-weight: 400;
    line-height: 1.45;
    max-width: 42ch;
}

.konsept-mega-body {
    padding: 12px 16px 16px;
    background: #fff;
}
.konsept-items-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 3px;
    align-items: start;
}
/*
 * Tema .tgmenu__navbar-wrap ul li a → mega içi linklere bulaşmasın
 */
.tgmenu__navbar-wrap .konsept-mega-panel a.konsept-card,
.konsept-mega-panel a.konsept-card {
    display: block !important;
    padding: 7px 10px !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    align-items: unset !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-transform: none !important;
    color: #334155 !important;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease !important;
    border: none;
    box-shadow: none;
    background: transparent !important;
    position: relative;
    z-index: 1;
}
.tg-header-tu-menu .konsept-mega-panel a.konsept-card,
.tg-header-tu-2-wrap .konsept-mega-panel a.konsept-card {
    padding: 7px 10px !important;
}
.konsept-mega-panel a.konsept-card:hover {
    background: rgba(11, 57, 113, 0.07) !important;
    color: #0b3971 !important;
    box-shadow: 0 1px 2px rgba(11, 57, 113, 0.06) !important;
}
.konsept-mega-panel a.konsept-card:hover .konsept-card-title {
    color: #0b3971 !important;
    text-decoration: none !important;
}
.konsept-card-title {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    display: block;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 1399px) {
    .konsept-mega-panel {
        width: min(460px, calc(100vw - 28px));
        right: -24px;
    }
    .konsept-items-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1199px) {
    .konsept-mega-panel {
        display: none !important;
    }
}

/* ============================================================
   Tekneler — Tekne tipi filtreleri (Viravira tarzı 3 sütun)
   Eski boat.css önbelleğinde flex + min-width:140px dar sidebar’da
   tek sütun dev kart üretiyordu; bu kurallar head’de yüklenir ve
   !important ile grid’i garanti eder.
   ============================================================ */
.tg-filter-sidebar .tg-boat-type-grid.tg-boat-type-grid--compact {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    flex-wrap: unset !important;
}

.tg-filter-sidebar .tg-boat-type-grid.tg-boat-type-grid--compact > .tg-boat-type-card {
    flex: none !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
}

.tg-filter-sidebar .tg-boat-type-grid--compact .tg-boat-type-card--visual .tg-boat-type-inner {
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    border-width: 1px !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
}

.tg-filter-sidebar .tg-boat-type-grid--compact .tg-boat-type-card--visual .tg-boat-type-icon {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    border: none !important;
    border-radius: 7px !important;
}

.tg-filter-sidebar .tg-boat-type-grid--compact .tg-boat-type-meta .tg-boat-type-name {
    font-size: 11px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
}

.tg-filter-sidebar .tg-boat-type-grid--compact .tg-boat-type-meta .tg-boat-type-count {
    font-size: 10px !important;
    color: #9ca3af !important;
}

.tg-filter-sidebar .tg-boat-type-grid--compact .tg-boat-type-card--visual .tg-boat-type-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

@media (max-width: 380px) {
    .tg-filter-sidebar .tg-boat-type-grid.tg-boat-type-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Tam sayfa preloader: tema kareli CSS animasyonu yerine site GIF’i */
#loading {
    display: flex;
    align-items: center;
    justify-content: center;
}
#loading .loader.loader-site-gif {
    width: auto;
    max-width: min(220px, 50vw);
    aspect-ratio: unset;
    animation: none;
    transform: none;
    top: auto;
    margin: 0;
    color: transparent;
}
#loading .loader.loader-site-gif::before,
#loading .loader.loader-site-gif::after {
    display: none !important;
    content: none !important;
}
#loading .loader.loader-site-gif img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
}

/* Header: Giriş / Hesabım — ikon ile metin dikey ortada, yan yana */
a.tg-btn-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1.2;
    text-align: center;
}

a.tg-btn-header > i {
    line-height: 1;
    flex-shrink: 0;
    margin: 0;
}

/* Aşağı kayınca (sticky): dolu mavi pill → çerçeveli, içi şeffaf (tıklanmış hissi vermesin) */
.header-sticky a.tg-btn-header {
    color: var(--tg-theme-primary);
    background: transparent !important;
    border: 1px solid var(--tg-theme-primary);
}
.header-sticky a.tg-btn-header:hover {
    color: var(--tg-common-white);
    background: var(--tg-theme-primary) !important;
    border-color: var(--tg-theme-primary);
}

/* Anasayfa — Popüler Tekne Turu Rotaları: oklar üst sağda değil, slider’ın sol/sağ ortasında */
#populer-rotalar .tg-populer-rota-slider-wrap {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 576px) {
    #populer-rotalar .tg-populer-rota-slider-wrap {
        padding-left: 54px;
        padding-right: 54px;
    }
}
#populer-rotalar .tg-populer-rota-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: var(--tg-theme-primary);
    box-shadow: 0 4px 24px rgba(0, 61, 116, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
#populer-rotalar .tg-populer-rota-nav:hover {
    background: var(--tg-theme-primary);
    color: #fff;
    box-shadow: 0 6px 28px rgba(0, 61, 116, 0.22);
}
#populer-rotalar .tg-populer-rota-prev {
    left: 0;
}
#populer-rotalar .tg-populer-rota-next {
    right: 0;
}

/* Popüler rota kartları — görsel alanı daha yüksek */
#populer-rotalar .tg-location-su-wrap .tg-location-thumb {
    min-height: 330px;
}
#populer-rotalar .tg-location-su-wrap .tg-location-thumb img {
    width: 100%;
    min-height: 330px;
    height: 330px;
    object-fit: cover;
}
@media (max-width: 991px) {
    #populer-rotalar .tg-location-su-wrap .tg-location-thumb {
        min-height: 300px;
    }
    #populer-rotalar .tg-location-su-wrap .tg-location-thumb img {
        min-height: 300px;
        height: 300px;
    }
}
@media (max-width: 575px) {
    #populer-rotalar .tg-location-su-wrap .tg-location-thumb {
        min-height: 280px;
    }
    #populer-rotalar .tg-location-su-wrap .tg-location-thumb img {
        min-height: 280px;
        height: 280px;
    }
}

/* Anasayfa hero — Rota: tarih/misafir ile aynı kutu boyutu; liste altta, yüksek z-index */
.tg-hero-content .tg-booking-form-grid,
.tg-hero-content .tg-booking-form-item {
    overflow: visible;
}
/* Misafir (+/-) paneli — Popüler rotaların üstünde */
#heroSearchForm .tg-hero-quantity .tg-booking-form-location-list.tg-quantity.tg-list-open,
#topSearchForm .tg-hero-quantity .tg-booking-form-location-list.tg-quantity.tg-list-open {
    z-index: 500;
}
.tg-hero-content #heroSearchForm .tg-booking-form-input-group,
.tg-booking-form-grid-space #topSearchForm .tg-booking-form-input-group {
    flex-wrap: wrap;
}
.tg-booking-form-grid-space .tg-booking-form-grid,
.tg-booking-form-grid-space .tg-booking-form-item {
    overflow: visible;
}
.js-hero-rota-wrap,
.js-boats-rota-wrap {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    max-width: 100%;
}
.js-hero-rota-wrap.is-rota-open,
.js-boats-rota-wrap.is-rota-open {
    z-index: 10060;
}
.js-hero-rota-wrap .js-hero-rota-toggle.tg-booking-add-input-field,
.js-boats-rota-wrap .js-boats-rota-toggle.tg-booking-add-input-field {
    width: 216px;
    min-width: 0;
    max-width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding: 9px 17px;
    padding-right: 42px;
    align-items: center;
    cursor: text;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .js-hero-rota-wrap .js-hero-rota-toggle.tg-booking-add-input-field,
    .js-boats-rota-wrap .js-boats-rota-toggle.tg-booking-add-input-field {
        width: 200px;
    }
}
@media (max-width: 575px) {
    .js-hero-rota-wrap .js-hero-rota-toggle.tg-booking-add-input-field,
    .js-boats-rota-wrap .js-boats-rota-toggle.tg-booking-add-input-field {
        width: 100%;
    }
}
.js-hero-rota-wrap .js-hero-rota-toggle.active,
.js-boats-rota-wrap .js-boats-rota-toggle.active {
    box-shadow: 0 0 0 1px var(--tg-theme-primary, #083355);
}
.js-hero-rota-wrap .tg-hero-konum-input,
.js-boats-rota-wrap .tg-hero-konum-input {
    flex: 1 1 auto;
    min-width: 0;
    width: 0;
    margin-right: 0;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 13px;
    line-height: 1.3;
    color: var(--tg-grey-4, #5c5c5c);
    box-shadow: none;
    border-radius: 0;
    height: auto;
}
.js-hero-rota-wrap .tg-hero-konum-input::placeholder,
.js-boats-rota-wrap .tg-hero-konum-input::placeholder {
    color: var(--tg-grey-4, #5c5c5c);
    opacity: 0.9;
}
.js-hero-rota-wrap .tg-hero-konum-input:focus,
.js-boats-rota-wrap .tg-hero-konum-input:focus {
    outline: none;
}
/* Liste kutunun altında (tema varsayılanı top:100%); sadece üstte görünsün diye z-index */
.js-hero-rota-wrap .tg-booking-form-location-list,
.js-hero-rota-wrap .tg-booking-form-location-list.tg-list-open,
.js-boats-rota-wrap .tg-booking-form-location-list,
.js-boats-rota-wrap .tg-booking-form-location-list.tg-list-open {
    width: 216px;
    max-width: min(100vw - 32px, 216px);
    left: 0;
    right: auto;
    z-index: 10061;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .js-hero-rota-wrap .tg-booking-form-location-list,
    .js-hero-rota-wrap .tg-booking-form-location-list.tg-list-open,
    .js-boats-rota-wrap .tg-booking-form-location-list,
    .js-boats-rota-wrap .tg-booking-form-location-list.tg-list-open {
        width: 200px;
        max-width: min(100vw - 32px, 200px);
    }
}
@media (max-width: 575px) {
    .js-hero-rota-wrap .tg-booking-form-location-list,
    .js-hero-rota-wrap .tg-booking-form-location-list.tg-list-open,
    .js-boats-rota-wrap .tg-booking-form-location-list,
    .js-boats-rota-wrap .tg-booking-form-location-list.tg-list-open {
        width: 100%;
        max-width: 100%;
    }
}
.js-hero-rota-wrap .scrool-height,
.js-boats-rota-wrap .scrool-height {
    max-height: 220px;
    height: auto;
}

/* Footer: özel deniz / balina arka planı — dalgalar altta görünsün */
.tg-footer-custom-bg.include-bg {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Anasayfa bölümleri — uploads/sayfa-gorsel/ (web görsel içerikten kopya, ASCII yol) */
.nasil-calisir-section-bg.include-bg,
.populer-rota-section-bg.include-bg,
.yorumlar-section-bg.include-bg,
.cta-alt-bilgi-bg.include-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nasil-calisir-section-bg .container,
.populer-rota-section-bg .container,
.yorumlar-section-bg .container {
    position: relative;
    z-index: 1;
}