.api{
	position: fixed;
	bottom: 10px;
	left: 15px;
	z-index: 20;
}
.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, .telefon .tooltiptext, .telegram .tooltiptext, .instagram .tooltiptext, .diller .tooltiptext {
    display: none !important;
}
.api a i {
    background: transparent !important;
    color: #fff !important;
}

.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%;
}
@media only screen and (max-width: 767px){
	.api {
		position: fixed;
		bottom: 0px !important;
		left: 0 !important;
		z-index: 999 !important;
		width: 100% !important;
		display: flex;
	}
	.api div{
		flex: 1 0 0%;
	}
	.api a{
		height: 40px !important;
		line-height: 40px !important;
		font-size: 20px !important;
		border-radius:0 !important;
		width: 100% !important;
	}
	.api:hover a {
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
}
/* ======= PAGE TITLE / BANNER ======= */
.pagetitle {
    min-height: 420px;
    padding-top: 205px; /* orijinal tema .pageheader değeri */
    padding-bottom: 55px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.pagetitle.bg-img.shadow.dark::after {
    background: rgba(10, 18, 42, 0.62);
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}
.pagetitle .container { width: 100%; }
.pagetitle__content {
    text-align: center;
    padding: 30px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.pagetitle__content h1 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.45);
    line-height: 1.2;
}
.pagetitle__content ul {
    list-style: none;
    padding: 11px 28px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 4px;
    flex-wrap: wrap;
    justify-content: center;
}
.pagetitle__content ul li {
    color: #fff;
    font-size: 0.93rem;
    font-weight: 500;
    line-height: 1.8;
}
.pagetitle__content ul li + li {
    display: flex;
    align-items: center;
}
.pagetitle__content ul li + li::before {
    content: '\2299';
    margin: 0 10px;
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
}
.pagetitle__content ul li:last-child {
    color: var(--color-theme, #2cd788);
    font-weight: 600;
}
.pagetitle__content ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}
.pagetitle__content ul li a:hover {
    color: var(--color-theme, #2cd788);
}
@media (max-width: 991px) {
    .pagetitle { min-height: 320px; padding-top: 140px; padding-bottom: 40px; }
    .pagetitle__content h1 { font-size: 2rem; }
}
@media (max-width: 767px) {
    .pagetitle { min-height: 250px; padding-top: 100px; padding-bottom: 30px; }
    .pagetitle__content h1 { font-size: 1.6rem; }
    .pagetitle__content ul { padding: 8px 16px; }
}

/* ═══════════════════════════════════════
   MEGA MENU — Desktop (>= 1200px)
   V26 firmav26.demobul.com.tr main.css
   ═══════════════════════════════════════ */
@media (min-width: 1200px) {

/* ── Menü hover köprüsü: gap'i kapatır ── */
@media (min-width: 1200px) {
    .header__bottom .area .menu > ul > li.menu-item-has-children::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -18px;
        height: 18px;
        z-index: 99;
    }
    .header__bottom .area .menu > ul > li::before {
        pointer-events: none !important;
    }
}

/* Nav linkleri mega-menu'den yüksek z-index ile üstte tut
   Böylece mega-menu açıkken bile komşu menü öğelerine hover yapılabilir */
@media (min-width: 1200px) {
    .header__bottom .area .menu > ul > li > a {
        position: relative;
        z-index: 10001;
    }
}

/* Parent li: static → mega-menu tam genişlik */
.header__bottom .area .menu > ul > li.has-mega {
    position: static;
}
.header__bottom .area .menu > ul > li.has-mega::after {
    display: none !important;
}
.header__bottom .area .menu > ul > li.has-mega:before {
    display: none !important;
}

/* Mega-menu üst köprü (pointer-events: none — nav linklerine geçişi engellemez) */
.mega-menu::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    pointer-events: none;
}

/* ── Base mega-menu panel ── */
.mega-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    width: 1830px;
    max-width: calc(100vw - 60px);
    top: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
    z-index: 9999;
    background: var(--tp-gray-1, #f5f6fa);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    padding: 40px;
}
/* Mega menü sadece JS .mega-open ile açılır (hover kaldırıldı — çakışma önlenir) */
.header__bottom .area .menu > ul > li.has-mega.mega-open > .mega-menu {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-duration: .18s;
}
.header__bottom .area .menu > ul > li.has-mega:not(.mega-open) > .mega-menu {
    transition-duration: .06s;
}

/* Tema beyaz renk override */
.header--four .header__bottom .main-menu .menu ul li .mega-menu a,
.header__bottom .area .menu ul li .mega-menu a {
    color: var(--tp-text-body, #1a1f36) !important;
    text-decoration: none;
}
.header--four .header__bottom .main-menu .menu ul li .mega-menu a::before,
.header--four .header__bottom .main-menu .menu ul li .mega-menu a::after,
.header__bottom .area .menu ul li .mega-menu a::before,
.header__bottom .area .menu ul li .mega-menu a::after {
    display: none !important;
}

/* ── TYPE 1 : Metin Kartları (mega-menu-grid) ── */
.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-menu-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    height: 100%;
}
.mega-menu-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.mega-menu-item a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: var(--tp-text-body, #1a1f36) !important;
    min-height: 120px;
    height: 120px;
    position: relative;
}
.mega-menu-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .3s ease;
    color: #999;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    pointer-events: none;
}
.mega-menu-item:hover .mega-menu-arrow {
    background: var(--color-theme, #34BD6B);
    color: #fff;
}
.mega-menu-item:hover .mega-menu-arrow svg { stroke: #fff; }
.mega-menu-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--tp-text-body, #1a1f36) !important;
    transition: color .3s ease;
    margin: 0;
    padding-right: 50px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

/* ── TYPE 2 : Görsel Kartları (service-mega-menu) ── */
.service-mega-menu {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 10px;
}
.service-menu-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.service-menu-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    transform: translateY(-3px);
}
.service-menu-item a {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none;
    color: var(--tp-text-body, #1a1f36) !important;
    height: 100%;
    position: relative;
}
.service-menu-image {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border-radius: 16px 16px 0 0;
}
.service-menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    display: block;
    margin: 0;
    padding: 0;
}
.service-menu-item:hover .service-menu-image img {
    transform: scale(1.05);
}
.service-menu-item .mega-menu-title {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 14px 16px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--tp-text-body, #1a1f36) !important;
    background: #fff;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: none;
}
.service-menu-item .mega-menu-arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,.85);
}

/* Tümünü Göster footer */
.service-mega-menu-footer {
    text-align: center;
    padding-top: 12px;
    margin-top: 5px;
    border-top: 1px solid rgba(0,0,0,.06);
}
.mega-view-all-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 6px 18px !important;
    background: var(--color-theme, #34BD6B) !important;
    color: #fff !important;
    border-radius: 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all .3s ease !important;
    line-height: 1.4 !important;
}
.mega-view-all-btn:hover {
    opacity: .85 !important;
    transform: translateY(-1px) !important;
}
.mega-view-all-btn svg {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}

/* ── TYPE 3 : Carousel — blog-mega-menu ── */
.mega-type-3 {
    padding: 0;
}
.blog-mega-menu-wrapper {
    padding: 0;
    min-height: 400px;
}
.blog-mega-menu-wrapper .row {
    margin: 0;
    align-items: stretch;
    min-height: 400px;
}
.blog-mega-menu-wrapper .col-lg-3 {
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
}
.blog-mega-menu-wrapper .col-lg-9 {
    display: flex;
    align-items: center;
}
.blog-mega-menu-intro {
    padding-right: 40px;
    padding-left: 30px;
}
.blog-mega-menu-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #999 !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.blog-mega-menu-title {
    font-size: 36px;
    font-weight: 600;
    color: var(--tp-text-body, #1a1f36) !important;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 15px;
}
.blog-mega-menu-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--color-theme, #34BD6B);
}
.blog-mega-menu-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666 !important;
    margin: 0;
}
.blog-mega-menu-carousel-wrapper {
    position: relative;
    padding-right: 60px;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
    min-height: 420px;
    display: flex;
    align-items: center;
    width: 100%;
}
.blog-mega-menu-carousel,
.mega-carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 15px 0;
    width: 100%;
}
.blog-mega-menu-carousel::-webkit-scrollbar,
.mega-carousel-track::-webkit-scrollbar { display: none; }
.blog-menu-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    width: 100%;
    min-width: 280px;
    max-width: 280px;
    flex-shrink: 0;
    border: none;
    outline: none;
    position: relative;
    margin: 15px 0;
}
.blog-menu-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.14);
    transform: translateY(-3px);
}
.blog-menu-item a {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: var(--tp-text-body, #1a1f36) !important;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.blog-menu-image {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border-radius: 16px 16px 0 0;
}
.blog-menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    display: block;
    margin: 0;
    padding: 0;
}
.blog-menu-item:hover .blog-menu-image img {
    transform: scale(1.05);
}
.blog-menu-content {
    padding: 14px 16px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
h4.blog-menu-title,
.blog-menu-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-text-body, #1a1f36) !important;
    margin-bottom: 8px;
    line-height: 1.4;
    transition: color .3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-menu-item:hover h4.blog-menu-title,
.blog-menu-item:hover .blog-menu-content h4 {
    color: var(--color-theme, #34BD6B) !important;
}
.blog-menu-excerpt {
    font-size: 13px;
    line-height: 1.5;
    color: #666 !important;
    margin-bottom: 12px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-menu-action {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-text-body, #1a1f36) !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color .3s ease;
    padding: 0;
    background: transparent;
    border: none;
    margin-top: auto;
}
.blog-menu-action::after {
    content: '→';
    font-size: 14px;
    transition: transform .3s ease;
    display: inline-block;
}
.blog-menu-item:hover .blog-menu-action {
    color: var(--color-theme, #34BD6B) !important;
}
.blog-menu-item:hover .blog-menu-action::after {
    transform: translateX(3px);
}
/* Nav arrows */
.blog-mega-menu-carousel-wrapper .blog-carousel-nav {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    z-index: 99999 !important;
    pointer-events: auto !important;
    overflow: visible;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto;
    height: auto;
}
.blog-carousel-nav > * {
    pointer-events: auto !important;
}
.blog-carousel-button-prev,
.blog-carousel-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    transition: all .3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    color: var(--tp-text-body, #1a1f36);
    pointer-events: auto !important;
    position: relative;
    z-index: 10000 !important;
    border: none;
    padding: 0;
}
.blog-carousel-button-prev:hover,
.blog-carousel-button-next:hover {
    background: var(--color-theme, #34BD6B);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    transform: scale(1.1);
}
.blog-carousel-button-prev:hover svg,
.blog-carousel-button-next:hover svg {
    stroke: #fff;
}

} /* END @media min-width:1200px */

/* Sticky header düzeltmeleri */
@media (min-width: 1200px) {
.header-fixed .mega-menu {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    border-radius: 0 !important;
}
}

/* ═══════════════════════════════════════
   MEGA MENU — Mobil (< 1200px)
   ═══════════════════════════════════════ */
@media (max-width: 1199px) {

.mega-menu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-top: none;
    border-radius: 0;
    background: #fff;
    padding: 0;
}

/* Type 1 + Type 2 — grid → list */
.mega-menu-grid {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    padding: 0 !important;
}
.mega-menu-item,
.service-menu-item {
    width: 100% !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important;
    margin: 0 !important;
    background: transparent !important;
}
.mega-menu-item a,
.service-menu-item a {
    padding: 8px 20px 8px 30px !important;
    min-height: auto !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    background: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(11,34,57,.08);
}
.mega-menu-title {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    display: block !important;
    padding: 0 !important;
    font-size: .88rem !important;
    font-weight: 500 !important;
    color: #0B2239 !important;
    margin: 0 !important;
}
.mega-menu-arrow {
    display: none !important;
}
.service-menu-image {
    display: none !important;
}
.service-mega-menu-footer {
    display: none !important;
}
.mega-view-all-btn {
    display: none !important;
}

/* Type 3 — blog-mega-menu mobile */
.mega-type-3 { padding: 0; }
.blog-mega-menu-wrapper {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}
.blog-mega-menu-wrapper .row {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
}
.blog-mega-menu-wrapper .col-lg-3 {
    display: none !important;
}
.blog-mega-menu-wrapper .col-lg-9 {
    width: 100% !important;
    padding: 0 !important;
    display: block !important;
}
.blog-mega-menu-intro {
    display: none !important;
}
.blog-mega-menu-carousel-wrapper {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    min-height: 0 !important;
    height: auto !important;
}
.blog-mega-menu-carousel,
.mega-carousel-track {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    padding: 0;
}
.blog-menu-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(11,34,57,.08);
}
.blog-menu-item a {
    display: block !important;
    padding: 8px 20px 8px 30px !important;
}
.blog-menu-image {
    display: none !important;
}
.blog-menu-content {
    padding: 0 !important;
    display: block !important;
}
.blog-menu-content h4,
h4.blog-menu-title {
    font-size: .88rem !important;
    font-weight: 500 !important;
    color: #0B2239 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    height: auto !important;
    min-height: auto !important;
    display: block !important;
}
.blog-menu-excerpt,
.blog-menu-action {
    display: none !important;
}
.blog-carousel-nav,
.blog-carousel-button-prev,
.blog-carousel-button-next {
    display: none !important;
}

} /* END @media max-width:1199px */

/* ═══════════════════════════════════════
   HEADER ICONS — Modern Professional
   ═══════════════════════════════════════ */
.search_cart ul {
    gap: 6px !important;
}
.search_cart ul li {
    padding: 0 !important;
}
/* Dikey ayırıcı çizgileri kaldır */
.header__bottom .area .menu .search_cart ul li::after,
.header__bottom .area .menu .search_cart ul li:last-child::before {
    display: none !important;
}
/* İkon ortak stili */
.search_cart ul li > i,
.search_cart ul li > a {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    font-size: 17px !important;
    padding: 0 !important;
    color: #fff !important;
    background: rgba(255,255,255,.14) !important;
    border: 1px solid rgba(255,255,255,.2) !important;
    transition: all .3s cubic-bezier(.4,0,.2,1) !important;
    position: relative !important;
    cursor: pointer;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.search_cart ul li > i:hover,
.search_cart ul li > a:hover {
    color: #fff !important;
    background: var(--color-theme) !important;
    border-color: var(--color-theme) !important;
    box-shadow: 0 4px 15px rgba(var(--color-theme-rgb),.35) !important;
    transform: translateY(-2px);
}
/* İkon içindeki i tag */
.search_cart ul li > a > i {
    font-size: 16px !important;
    color: inherit !important;
    background: transparent !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}
/* Sepet badge */
.search_cart .h_sepet_adet {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    min-width: 20px !important;
    height: 20px !important;
    background: var(--color-theme) !important;
    color: #fff !important;
    font-size: .68rem !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 5px !important;
    line-height: 1 !important;
    border: 2px solid var(--color-secondary, #1d3557) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.2) !important;
}
/* Dil seçimi özel */
.search_cart ul li > a .flag-icon {
    font-size: 1.2rem !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.15) !important;
}
/* Sticky header */
.header-fixed .search_cart ul li > i,
.header-fixed .search_cart ul li > a {
    background: rgba(0,0,0,.05) !important;
    border-color: rgba(0,0,0,.08) !important;
    color: #2d3142 !important;
}
.header-fixed .search_cart ul li > i:hover,
.header-fixed .search_cart ul li > a:hover {
    color: #fff !important;
    background: var(--color-theme) !important;
    border-color: var(--color-theme) !important;
}
.header-fixed .search_cart ul li > a > i {
    color: inherit !important;
}
/* Mobil header ikonları */
.mobil_sepet a {
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    color: rgba(255,255,255,.7) !important;
    transition: all .3s !important;
    position: relative;
}
.mobil_sepet a i {
    font-size: 15px !important;
    color: inherit !important;
}
.mobil_sepet .h_sepet_adet {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    border: 2px solid var(--color-secondary, #1d3557) !important;
}
/* Online Ödeme - Yeşil yanıp sönen canlı nokta */
.live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    animation: livePulse 1.5s ease-in-out infinite;
    box-shadow: 0 0 6px rgba(34,197,94,.8), 0 0 12px rgba(34,197,94,.4);
}
.live-dot::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 1.5px solid rgba(34,197,94,.5);
    animation: liveRing 1.5s ease-out infinite;
}
@keyframes livePulse {
    0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 6px rgba(34,197,94,.8), 0 0 12px rgba(34,197,94,.4); }
    50% { opacity: .5; transform: scale(.85); box-shadow: 0 0 3px rgba(34,197,94,.4); }
}
@keyframes liveRing {
    0% { transform: scale(1); opacity: .6; }
    100% { transform: scale(2.2); opacity: 0; }
}
