.header-1 .main-menu ul.stepthree {
    display:  none;
    right:  0;
    top: 0;
    transform: translateX(100%);
    border-left: 1px solid rgba(41, 44, 51, 1);
}
.breadcrumb .active div {
    display: inline-block;
}
.header-1 .main-menu li.steptwo:hover ul.stepthree {
    display:  flex;
}

.header-1 .main-menu ul li.steptwo {
    position:  relative;
}

.header-1 .main-menu ul li:hover ul.stepthree {
    display:  none;
}
.header-1 .main-menu ul ul a{
    font-size: 14px;
}
.header-bottom-container.fixed .main-menu > ul > li > ul > li a {
    padding: 6px 35px 6px 35px;
}
.header-bottom-container .main-menu > ul > li > ul > li a {
    padding: 6px 15px 6px 15px;
}
@media (max-width: 991px){
    .logo img {
        height:  75%;
        width:  75%;
    }
    
    .logo a {
        height: 75%;
        display:  inline-flex;
    }
    #show-fix-contact{
        width: 75%;
    }
    .mobile-nav-menu ul li:last-child {
        padding-right:  20px;
    }
    .searchbuton {
        margin-top: 10px;
        margin-bottom: 0;
        background-color: #d0ad55;
        color: #fff;
    }
}
@media (max-width:768px){
	.short-way-two{
		height: auto;
	}
}
@media(min-width: 991px){
	.owl-stage {
		display: flex!important;
	}
	
	.owl-item {
		height: 100%!important;
	}
	
	.we, .we .card {
		height: 100%!important;
		display: flex;
		flex-direction: column;
	}
}
/* Bootstrap 5.3 reset — eski tasarım paritesi (rehber §7.4 BS4→5 patch) */
a { text-decoration: none; }
a:hover { text-decoration: none; }
body { margin: 0; }

/* Footer "Web Tasarım" — copyright-area altında ayrı satır, ortalanmış (Kural 14, eski tasarım) */
.downfooter .webdesign-row {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #8b93a2;
    text-align: center;
    padding: 10px 15px;
    width: 100%;
}

/* Swiper → eski owl-carousel tasarım paritesi */

/* Swiper'ın otomatik default ok SVG'sini gizle (FA chevron'ları görünsün) */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important;
}
.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon,
.swiper-button-prev > svg,
.swiper-button-next > svg {
    display: none !important;
}
.swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
    background: transparent;
    width: auto;
    height: auto;
    margin: 0;
    cursor: pointer;
}
.swiper-button-prev i,
.swiper-button-next i {
    font-size: 18px;
    line-height: 1;
}

/* Hero slider (#homeSlide) — sağ/sol arrow eski .slider .owl-nav button stiliyle aynı */
#homeSlide .swiper-button-prev,
#homeSlide .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    background-color: rgba(163, 163, 163, .5);
    color: #fff !important;
    transition: all .3s;
    z-index: 10;
}
#homeSlide .swiper-button-prev { left: 0; }
#homeSlide .swiper-button-next { right: 0; }
#homeSlide .swiper-button-prev:hover,
#homeSlide .swiper-button-next:hover {
    background-color: #448aff;
}
/* Mobilde hero slider oklarını gizle */
@media (max-width: 991px) {
    #homeSlide .swiper-button-prev,
    #homeSlide .swiper-button-next {
        display: none !important;
    }
}

/* Blog (Services) — oklar wrapper'ın sağ üst köşesinde yan yana (eski tasarım) */
.services-wrapper {
    position: relative;
}
.services-wrapper .services-prev,
.services-wrapper .services-next {
    position: absolute;
    top: 0;
    padding: 10px 17px;
    background-color: rgba(163, 163, 163, .5);
    color: #fff !important;
    transition: all .3s;
    width: auto;
    height: auto;
    z-index: 10;
    cursor: pointer;
    transform: none;
}
.services-wrapper .services-next { right: 0; left: auto; }
.services-wrapper .services-prev { right: 70px; left: auto; margin-right: 0; }
.services-wrapper .services-prev:hover,
.services-wrapper .services-next:hover {
    background-color: #d0ad55;
}
/* Section title ile oklar arasında çakışmaması için title height kadar offset */
.services-wrapper .section-title {
    padding-right: 150px;
}

/* Blog kart yükseklikleri eşit */
#serviceOwl .swiper-wrapper {
    align-items: stretch;
}
#serviceOwl .swiper-slide {
    height: auto;
    display: flex;
}
#serviceOwl .swiper-slide > .service {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#serviceOwl .swiper-slide .service .card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#serviceOwl .swiper-slide .service .card-body {
    flex: 1 1 auto;
}

/* Videos — oklar üst wrapper'da (sol/sağ kenar 50% center) */
.videos-wrapper {
    position: relative;
}
.videos-wrapper .videos-prev,
.videos-wrapper .videos-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    background-color: rgba(163, 163, 163, .5);
    color: #fff !important;
    transition: all .3s;
    width: auto;
    height: auto;
    z-index: 10;
    cursor: pointer;
}
.videos-wrapper .videos-prev { left: -65px; }
.videos-wrapper .videos-next { right: -65px; }
.videos-wrapper .videos-prev:hover,
.videos-wrapper .videos-next:hover {
    background-color: #d0ad55;
}

/* We Are Here (Hizmetlerimiz) — oklar swiper'ın bir üst wrapper class'ında */
.we-are-wrapper {
    position: relative;
    padding-bottom: 60px;
}
.we-are-wrapper .we-are-prev,
.we-are-wrapper .we-are-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    background-color: rgba(163, 163, 163, .5);
    color: #fff !important;
    transition: all .3s;
    width: auto;
    height: auto;
    z-index: 10;
    cursor: pointer;
}
.we-are-wrapper .we-are-prev { left: -65px; }
.we-are-wrapper .we-are-next { right: -65px; }
.we-are-wrapper .we-are-prev:hover,
.we-are-wrapper .we-are-next:hover {
    background-color: #d0ad55;
}

/* Dots (swiper-pagination-bullet) — eski .owl-dot tasarımı */
.swiper-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
    bottom: auto !important;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent !important;
    border: 1px solid #d0ad55 !important;
    border-radius: 50%;
    opacity: 1 !important;
    margin: 0 6px !important;
    display: inline-block;
}
.swiper-pagination-bullet-active {
    background-color: #d0ad55 !important;
    border-color: #d0ad55 !important;
}

/* Reference slider — owl pagination'ı padding fix */
.reference.swiper {
    padding-bottom: 50px;
}
.reference.swiper .swiper-pagination {
    position: absolute;
    bottom: 0 !important;
    margin-top: 0;
}

/* Instagram slider */
.instagram-owl.swiper {
    padding-bottom: 50px;
}
.instagram-owl.swiper .swiper-pagination {
    position: absolute;
    bottom: 0 !important;
    margin-top: 0;
}

/* Swiper slide içinde card/we item height eşitleme (owl-stage flex display'in karşılığı) */
@media (min-width: 991px) {
    .swiper-wrapper {
        align-items: stretch;
    }
    .we-are .swiper-slide,
    .we-are .swiper-slide .we,
    .we-are .swiper-slide .we .card {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .we-are .swiper-slide {
        height: auto;
    }
}

/* Native Lightbox — data-lity attribute uyumlu */
.native-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .92);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    animation: native-lb-fade .15s ease-out;
}
@keyframes native-lb-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}
.native-lightbox-inner {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}
.native-lightbox-inner img,
.native-lightbox-inner video {
    max-width: 100%;
    max-height: 90vh;
    display: block;
    margin: 0 auto;
}
.native-lightbox-inner iframe {
    width: min(90vw, 960px);
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 90vh;
    border: 0;
    background: #000;
    display: block;
}
.native-lightbox-close {
    position: absolute;
    top: -44px;
    right: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
    padding: 0 8px;
    opacity: .85;
    transition: opacity .15s;
}
.native-lightbox-close:hover {
    opacity: 1;
}
body.native-lightbox-open {
    overflow: hidden;
}

/* SSS accordion soru başlığı — hover'da cursor pointer */
.accordion-item .toggle {
    cursor: pointer;
}

/* Breadcrumb separator — eski siteyle parite (BS5 'flex' display'i default ::before'u eziyor) */
.breadcrumb-item + .breadcrumb-item::before {
    content: "/" !important;
    padding: 0 8px;
    color: #fff;
    float: none;
}

/* CTA (appointmentcase) iletişim butonu hover — eski siteyle parite */
.appointmentcase .btn-border:hover {
    background-color: #fff;
    color: #9c813e;
    transition: .3s ease;
}

/* Footer menu item ve sosyal medya row'ları — BS5 .row negatif margin'ı override (eski parite) */
.footer .middlearea .row,
.footer .socialmedia .row {
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
}
.footer .middlearea .row > i {
    margin-right: 8px;
    color: #d0ad55;
}
.footer .middlearea .left .row,
.footer .middlearea .right .row {
    margin-bottom: 8px;
}
.footer .socialmedia .row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 12px;
}
.footer .socialmedia .row > a {
    display: inline-flex !important;
    width: auto !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
}
.footer .socialmedia .row > a:hover {
    color: #d0ad55;
}
.footer .socialmedia .row > a > i {
    font-size: 16px;
}

/* Header ana menü hover — beyaz (golden #d0ad55 yerine) */
.header-1 .main-menu a:hover,
.header-1 .main-menu ul li:hover > a,
.header-1 .main-menu ul ul a:hover {
    color: #fff !important;
}

/* Short-way section iletişim butonu hover — eski siteyle parite */
.short-way-one .btn-border:hover,
.short-way-button .btn-border:hover {
    background-color: #fff;
    color: #454851;
    transition: .3s ease;
}

/* İletişim formu submit "Gönderiliyor..." state */
form.js-contact-form .js-submit-btn.is-loading {
    opacity: 0.7;
    cursor: progress;
    pointer-events: none;
}

/* "Bize Sorun" floating form Gönder butonu hover */
#show-fix-contact .btn-submit {
    background-color: #d0ad55;
    color: #fff;
    border: 1px solid #d0ad55;
    padding: 10px 20px;
    transition: .3s ease;
    cursor: pointer;
}
#show-fix-contact .btn-submit:hover {
    background-color: #fff;
    color: #d0ad55;
    border-color: #d0ad55;
}

/* Horizontal overflow fix (tüm sayfalarda sağa kayma önlenir) */
html, body { overflow-x: hidden; }

/* Mobile hamburger menu — koyu renkli icon, header arka planıyla kontrast */
@media (max-width: 991px) {
    .header-1 .main-menu {
        display: none !important;
    }
    .header-1 .hamburger-menu {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #282c35;
        cursor: pointer;
        padding: 10px;
    }
    .header-1 .hamburger-menu i {
        font-size: 32px !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        color: inherit;
    }
}

/* Mobile nav — soldan slide-in/slide-out smooth animasyon */
.mobile-nav {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
    animation: none !important;
}
.mobile-nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    animation: none !important;
}
.mobile-nav .mobile-nav-content {
    transform: translateX(-100%);
    transition: transform .35s ease;
}
.mobile-nav.open .mobile-nav-content {
    transform: translateX(0);
}

/* Mobile menü alt dropdown smooth açılma + chevron rotasyonu */
.mobile-nav-menu ul li.sub-menu > ul {
    display: none;
}
.mobile-nav-menu ul li.sub-menu .sub-menu-flex {
    cursor: pointer;
}
.mobile-nav-menu ul li.sub-menu .sub-menu-flex i {
    transition: transform .3s ease;
}
.mobile-nav-menu ul li.sub-menu.open > .sub-menu-flex i {
    transform: rotate(180deg);
}

/* Anlaşmalı Kurumlar slider — görsellerin slide içinde tam görünmesi */
.reference.swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reference.swiper .references-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reference.swiper .references-item a {
    display: block;
    width: 100%;
    text-align: center;
}
.reference.swiper .references-item img {
    max-width: 100%;
    max-height: 200px;
    height: auto;
    width: auto;
    object-fit: contain;
    display: inline-block;
}
