.social3d-wrapper {
  position: relative;
  margin: 80px 0;
}

.social3d {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social3d li {
  list-style: none;
}

.social3d li a {
  position: relative;
  display: block;
  width: 210px;
  height: 80px;
  background: #fff;
  text-decoration: none;
  padding-left: 20px;
  transform: rotate(-30deg) skew(25deg);
  transition: .5s;
  box-shadow: -20px 20px 10px rgba(0,0,0,.5);
}

.social3d li a:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -20px;
  width: 20px;
  height: 100%;
  background: #b1b1b1;
  transform: skewY(-45deg);
}

.social3d li a:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -10px;
  width: 100%;
  height: 20px;
  background: #b1b1b1;
  transform: skewX(-45deg);
}

.social3d li a i {
  font-size: 40px;
  line-height: 80px;
  color: #262626;
  padding-right: 14px;
  transition: .5s;
}

.social3d li a span {
  position: absolute;
  top: 30px;
  color: #262626;
  letter-spacing: 4px;
  transition: .5s;
}

.social3d li a:hover {
  transform: rotate(-30deg) skew(25deg) translate(20px,-15px);
  box-shadow: -50px 50px 50px rgba(0,0,0,.5);
}

.social3d li:hover i,
.social3d li:hover span {
  color: #fff;
}

.social3d li:nth-child(1) a:hover {background:#3b5998}
.social3d li:nth-child(1) a:hover:before {background:#365492}
.social3d li:nth-child(1) a:hover:after {background:#4a69ad}

.social3d li:nth-child(2) a:hover {background:#00aced}
.social3d li:nth-child(2) a:hover:before {background:#097aa5}
.social3d li:nth-child(2) a:hover:after {background:#53b9e0}

.social3d li:nth-child(3) a:hover {background:#dd4b39}
.social3d li:nth-child(3) a:hover:before {background:#b33a2b}
.social3d li:nth-child(3) a:hover:after {background:#e66a5a}

.social3d li:nth-child(4) a:hover {background:#e4405f}
.social3d li:nth-child(4) a:hover:before {background:#d81c3f}
.social3d li:nth-child(4) a:hover:after {background:#e46880}
.site-footer-two .social3d{display:flex!important;justify-content:center!important;gap:10px!important;list-style:none!important;padding:0!important;margin:40px 0!important}
.site-footer-two .social3d li{list-style:none!important}
.site-footer-two .social3d li a{display:block!important;position:relative!important;width:210px!important;height:80px!important;background:#fff!important;text-decoration:none!important;padding-left:20px!important;transform:rotate(-30deg) skew(25deg)!important;transition:.5s!important;box-shadow:-20px 20px 10px rgba(0,0,0,.5)!important}


.site-footer-two .social3d {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.site-footer-two .social3d li a {
  display: block;
}
.site-footer-two{
  overflow: visible !important;
}






/* ===== PARALLAX & SCROLL ANİMASYONLARI ===== */

/* Scroll ile görünür olan elementler */
.parallax-fade-up {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.parallax-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.parallax-fade-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.parallax-fade-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.parallax-fade-right {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.parallax-fade-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.parallax-scale {
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.parallax-scale.visible {
    opacity: 1;
    transform: scale(1);
}

/* Gecikme sınıfları */
.parallax-delay-1 { transition-delay: 0.15s; }
.parallax-delay-2 { transition-delay: 0.3s; }
.parallax-delay-3 { transition-delay: 0.45s; }
.parallax-delay-4 { transition-delay: 0.6s; }

/* Jarallax düzeltmeleri */
.jarallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Sürekli scroll parallax - içerikler hafif kayar */
.parallax-continuous {
    will-change: transform;
    transition: transform 0.1s linear;
}

/* Mobilde parallax - daha hafif animasyonlar */
@media (max-width: 991px) {
    .parallax-fade-up {
        transform: translateY(50px);
    }

    .parallax-fade-left {
        transform: translateX(-50px);
    }

    .parallax-fade-right {
        transform: translateX(50px);
    }

    .parallax-scale {
        transform: scale(0.8);
    }
}

/* 09.02.2026 DÜZENLEME */









/* Mobil Slider Düzeltmesi */
@media (max-width: 991px) {
    .main-slider-four__img {
        display: block !important;
        opacity: 1 !important;
    }
    
    .main-slider-four__img img {
        display: block !important;
        opacity: 0.3 !important;
        visibility: visible !important;
    }
    
    .main-slider-four__content {
        position: relative !important;
        z-index: 10 !important;
    }
    
    .main-slider-four__title {
        color: #fff !important;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.8) !important;
    }
}



/* Mobilde Bölümler Arası Boşlukları Daralt */
@media (max-width: 991px) {
    section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    /* Slider ile hakkımızda arası boşluk kaldır */
    .video-hero-section {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .about-3d {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }

    /* Mobilde üst kenar çizgisi daha ince */
    .about-reveal-edge {
        height: 2px;
    }
    
    /* Hizmetler bölümü */
    .services-one,
    .services-two {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    /* Hakkımızda bölümü */
    .about-one,
    .about-two {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    /* Diğer bölümler */
    .feature-one,
    .team-one,
    .testimonial-one,
    .blog-one {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}


/* PC'de 90px, Mobilde 10px */
.about-one {
    margin-top: 90px;
}

@media (max-width: 991px) {
    .about-one {
        margin-top: -100px !important;
    }
}


/* Logo Slider Üstüne Çıksın - Mobil */
@media (max-width: 991px) {
    .about-one {
        position: relative;
        z-index: 999;
    }
    
    .about-five__left,
    .about-five__img-box,
    .about-five__img {
        position: relative;
        z-index: 999;
    }
    
    /* Slider arkada kalsın */
    .main-slider-four {
        position: relative;
        z-index: 1;
    }
    
    .main-slider-four .swiper-container {
        position: relative;
        z-index: 1;
    }
}


/* Logo Alt Boşluk - Güçlü Versiyon */
@media (max-width: 991px) {
    .about-one .row {
        margin-bottom: 100 !important;
    }
    
    .about-one .col-xl-6 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .about-five__img {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .about-one__right {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* Hakkımızda Bölümü Ortalama - Mobil */
@media (max-width: 991px) {
    .about-one__right {
        text-align: center !important;
    }
    
    .about-one__right .section-title {
        text-align: center !important;
    }
    
    .about-one__right .section-title__title,
    .about-one__right .section-title-two__sub-title {
        text-align: center !important;
    }
    
    .about-one__text-1 {
        text-align: center !important;
    }
    
    .about-one__btn-call {
        justify-content: center !important;
        text-align: center !important;
    }
}

/* Tümünü Okuyun Butonu Ortalama - Güçlü Versiyon */
@media (max-width: 991px) {
    .about-one__btn-call {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }
    
    .about-one__btn-box {
        width: 100% !important;
        text-align: center !important;
    }
    
    .about-one__btn {
        display: inline-block !important;
        margin: 0 auto !important;
        float: none !important;
    }
}



/* 3D Tilt Efekti - Altın Logo */
.logo-tilt {
    transform-style: preserve-3d;
    transition: all 0.3s ease;
}

.logo-tilt img {
    transform: translateZ(20px);
}

/* ===== DİL SEÇİCİ ===== */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 15px;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #999;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
    letter-spacing: 1px;
}

.lang-btn:hover {
    color: #fff;
}

.lang-btn.active {
    color: #fff;
}

.lang-divider {
    color: #555;
    font-size: 13px;
}

/* Google Translate barını gizle */
.goog-te-banner-frame,
.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

/* Mobilde header dil seçici gizle */
@media (max-width: 991px) {
    .lang-switcher {
        display: none !important;
    }
}

/* Mobil menü dil seçici */
.mobile-lang-switcher {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
    padding: 15px 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.mobile-lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 30px;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,0.15);
    transition: all 0.3s;
}

.mobile-lang-btn.active {
    color: #fff;
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.35);
}

.mobile-lang-btn:hover {
    color: #fff;
    text-decoration: none;
}

/* ===== SLIDER → HAKKIMIZDA MEGA GEÇİŞ ===== */

/* Hakkımızda - sticky, hizmetler üzerine kayacak */
.about-3d {
    position: sticky;
    top: 0;
    z-index: 5;
    box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transform-origin: center top;
    padding-bottom: 150px;
}

/* Hizmetler - hakkımızda üzerine çıkacak */
.services-four {
    position: relative;
    z-index: 6;
    margin-top: -1px;
}

/* Hizmetler üst karanlık geçiş overlay */
.services-dark-reveal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 30%, rgba(0,0,0,0.7) 55%, rgba(0,0,0,0) 85%);
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.1s linear;
}

/* Hakkımızda overlay - başlangıçta siyah, scroll ile asıl renge geçer */
.about-3d-overlay {
    background: rgb(0, 0, 0);
    transition: background 0.05s linear;
}

/* Üst kenar parlama efekti */
.about-reveal-edge {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 215, 0, 0.3) 20%,
        rgba(255, 215, 0, 0.7) 50%,
        rgba(255, 215, 0, 0.3) 80%,
        transparent 100%);
    z-index: 10;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3), 0 0 60px rgba(255, 215, 0, 0.1);
}

/* Video scroll efektleri için */
.video-hero-section .video-container {
    transition: none;
    will-change: transform, filter;
}

.video-hero-section .video-content {
    will-change: transform, opacity;
}


/* ===== HAKKIMIZDA ÜST TUĞLA GEÇİŞ ===== */
.brick-fade-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    z-index: 2;
    pointer-events: none;
    background-image:
        linear-gradient(to bottom, rgba(255,255,255,0.12) 1px, transparent 1px),
        linear-gradient(to right, rgba(255,255,255,0.12) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.12) 1px, transparent 1px),
        linear-gradient(to right, rgba(255,255,255,0.12) 1px, transparent 1px);
    background-size:
        100% 24px,
        60px 24px,
        100% 24px,
        60px 24px;
    background-position:
        0 0,
        0 0,
        0 12px,
        30px 12px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 40%, transparent 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 40%, transparent 100%);
}

/* ===== İLETİŞİM 3D KARTLAR ===== */
.contact-cards {
    margin-bottom: 10px;
}

.contact-card-3d {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px 30px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(800px) rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
}

.contact-card-3d:hover {
    transform: perspective(800px) rotateX(2deg) rotateY(-3deg) translateY(-10px);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact-card-3d__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #1a5f7a, #2d8a9f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(30px);
    box-shadow: 0 8px 25px rgba(26, 95, 122, 0.3);
    transition: all 0.4s;
}

.contact-card-3d:hover .contact-card-3d__icon {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    transform: translateZ(40px) scale(1.1);
}

.contact-card-3d__icon i {
    font-size: 26px;
    color: #fff;
}

.contact-card-3d__name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
    transform: translateZ(20px);
}

.contact-card-3d__phone {
    display: block;
    font-size: 15px;
    color: #1a5f7a;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.3s;
    transform: translateZ(15px);
}

.contact-card-3d__phone i {
    margin-right: 5px;
    font-size: 13px;
}

.contact-card-3d__phone:hover {
    color: #FFD700;
}

.contact-card-3d__whatsapp {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 20px;
    background: #25D366;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s;
    transform: translateZ(15px);
}

.contact-card-3d__whatsapp i {
    margin-right: 5px;
}

.contact-card-3d__whatsapp:hover {
    background: #128C7E;
    color: #fff;
    transform: translateZ(20px) scale(1.05);
}

.contact-card-3d__address {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
    transform: translateZ(10px);
}

/* İletişim formu tam genişlik */
.contact-page .contact-page__right {
    max-width: 100%;
}

@media (max-width: 767px) {
    .contact-card-3d {
        padding: 25px 20px;
    }

    .contact-card-3d__icon {
        width: 60px;
        height: 60px;
    }

    .contact-card-3d__icon i {
        font-size: 22px;
    }

    .contact-card-3d__name {
        font-size: 16px;
    }
}

.main-menu-four__call-content p {
    margin: 0 !important;
    font-size: 13px !important;
}


/* İki kişi telefon düzenleme */
.main-menu-four__call-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
}

.main-menu-four__call-content p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #333 !important;
    white-space: nowrap !important;
}

.main-menu-four__call-content p a {
    color: #1a5f7a !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin-left: 5px !important;
}

.main-menu-four__call-content p a:hover {
    color: #2d8a9f !important;
}

/* Mobilde custom cursor gizle */
@media (max-width: 991px) {
    .custom-cursor__cursor,
    .custom-cursor__cursor-two {
        display: none !important;
    }
}


/* Mobil Header - Tek renk bar + Logo ortada */
@media (max-width: 767px) {
    /* Tum header tek renk */
    .main-header-four,
    .main-menu-four,
    .main-menu-four__wrapper,
    .main-menu-four__wrapper-inner,
    .main-menu-four__left,
    .main-menu-four__right,
    .main-menu-four__bottom,
    .main-menu-four__logo,
    .main-menu-four__logo a {
        background-color: #16243d !important;
        background: #16243d !important;
    }

    .main-menu-four__wrapper-inner {
        position: relative !important;
    }

    /* Logo kutusu - bar yüksekliğine sığdır */
    .main-menu-four__left {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 10 !important;
        width: auto !important;
    }

    .main-menu-four__logo a {
        padding: 10px 15px !important;
        box-shadow: none !important;
    }

    .main-menu-four__logo a img {
        height: 40px !important;
        width: auto !important;
    }

    /* Hamburger menu beyaz ve gorunur */
    .mobile-nav__toggler {
        color: #fff !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        font-size: 24px !important;
    }

    .mobile-nav__toggler i {
        color: #fff !important;
        display: inline-block !important;
    }
}

