.elementor-2850 .elementor-element.elementor-element-27efa8b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2850 .elementor-element.elementor-element-9ef9c11{--display:flex;}.elementor-2850 .elementor-element.elementor-element-897dd34 .gallery-item .gallery-caption{display:none;}@media(max-width:767px){.elementor-2850 .elementor-element.elementor-element-9ef9c11{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-4276819 *//* 1. Ana Kutu - Responsive Boyut */
.titanium-elite-box {
    position: relative;
    width: 400px;
    max-width: 90%; /* Mobilde ekrana sığması için */
    height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
    background: transparent;
}

/* 2. Logo Ayarı - BÜYÜTÜLDÜ */
.titanium-elite-box img {
    width: 98%;
    height: auto;
    object-fit: contain;
    z-index: 1;
    filter: brightness(1.1) contrast(1.15);
}

/* 3. YENİ: Keskin Kırmızı Lazer Tarayıcı (Scanner) */
.titanium-elite-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 15px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(254, 0, 0, 0.8) 45%,
        #fe0000 50%,
        rgba(254, 0, 0, 0.8) 55%,
        transparent 100%
    );
    transform: skewX(-30deg);
    animation: red-scanner-move 3s infinite ease-in-out alternate;
    mix-blend-mode: overlay;
}

/* 4. Mevcut Titanyum Beyaz Parlama */
.titanium-glare {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0) 90%,
        transparent 100%
    );
    transform: skewX(-30deg);
    animation: titanium-slide 5s infinite ease-in-out;
}

/* --- Animasyonlar --- */
@keyframes red-scanner-move {
    0% { left: -20%; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { left: 110%; opacity: 0; }
}

@keyframes titanium-slide {
    0% { left: -150%; }
    30% { left: 150%; }
    100% { left: 150%; }
}

/* --- MOBİL UYUMLULUK --- */
@media screen and (max-width: 768px) {
    .titanium-elite-box {
        width: 100%;
        max-width: 350px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 480px) {
    .titanium-elite-box {
        width: 100%;
        max-width: 280px;
        height: 80px;
        margin: 0 auto;
    }
}/* End custom CSS */
/* Start custom CSS for image-gallery, class: .elementor-element-897dd34 *//* ============================================
   AVASYA TEKNOLOJİ - REFERANSLAR GALERİSİ
   Dijital Kırmızı Efektli Logo Grid
   ============================================ */

/* Ana galeri container */
.elementor-element-830b58f .elementor-image-gallery .gallery {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 30px;
}

/* Her bir logo item */
.elementor-element-830b58f .gallery-item {
    position: relative;
    background: transparent;
    border-radius: 12px;
    padding: 20px;
    margin: 0 !important;
    width: 100% !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

/* Kırmızı dijital border efekti */
.elementor-element-830b58f .gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(135deg, #ff0040, #ff0040);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
}

/* Animasyonlu akan border */
@keyframes borderFlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 300%;
    }
}

/* Köşelerde parlayan kırmızı noktalar - devre dışı */
.elementor-element-830b58f .gallery-item::after {
    display: none;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

/* Hover efekti */
.elementor-element-830b58f .gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(255, 0, 64, 0.15);
}

.elementor-element-830b58f .gallery-item:hover::before {
    opacity: 0.6;
}

/* Logo görselleri */
.elementor-element-830b58f .gallery-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.elementor-element-830b58f .gallery-icon img {
    max-width: 100%;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.elementor-element-830b58f .gallery-item:hover .gallery-icon img {
    transform: scale(1.03);
}

/* ============================================
   TABLET (768px - 1024px) - 4 Sütun
   ============================================ */
@media screen and (max-width: 1024px) {
    .elementor-element-830b58f .elementor-image-gallery .gallery {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        padding: 20px;
    }
    
    .elementor-element-830b58f .gallery-item {
        padding: 15px;
    }
    
    .elementor-element-830b58f .gallery-icon {
        min-height: 75px;
    }
    
    .elementor-element-830b58f .gallery-icon img {
        max-height: 70px;
    }
}

/* ============================================
   MOBİL (768px altı) - 4 Sütun
   ============================================ */
@media screen and (max-width: 767px) {
    .elementor-element-830b58f .elementor-image-gallery .gallery {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 10px !important;
        padding: 12px !important;
    }
    
    .elementor-element-830b58f .gallery-item {
        padding: 10px !important;
        border-radius: 8px;
    }
    
    .elementor-element-830b58f .gallery-item::before {
        border-radius: 8px;
    }
    
    .elementor-element-830b58f .gallery-icon {
        min-height: 60px;
    }
    
    .elementor-element-830b58f .gallery-icon img {
        max-height: 55px !important;
    }
}

/* ============================================
   KÜÇÜK MOBİL (480px altı) - 4 Sütun
   ============================================ */
@media screen and (max-width: 480px) {
    .elementor-element-830b58f .elementor-image-gallery .gallery {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 8px !important;
        padding: 8px !important;
    }
    
    .elementor-element-830b58f .gallery-item {
        padding: 8px !important;
        border-radius: 6px;
    }
    
    .elementor-element-830b58f .gallery-icon {
        min-height: 50px;
    }
    
    .elementor-element-830b58f .gallery-icon img {
        max-height: 45px !important;
    }
}

/* ============================================
   Gallery columns sınıflarını override et
   ============================================ */
.elementor-element-830b58f .gallery-columns-1,
.elementor-element-830b58f .gallery-columns-2,
.elementor-element-830b58f .gallery-columns-3,
.elementor-element-830b58f .gallery-columns-4,
.elementor-element-830b58f .gallery-columns-5,
.elementor-element-830b58f .gallery-columns-6,
.elementor-element-830b58f .gallery-columns-7,
.elementor-element-830b58f .gallery-columns-8,
.elementor-element-830b58f .gallery-columns-9 {
    display: grid !important;
}

/* Figure elementleri için width override */
.elementor-element-830b58f .gallery .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
}

/* ============================================
   İKİNCİ GALERİ (897dd34) - AYNI TASARIM
   ============================================ */

/* Ana galeri container */
.elementor-element-897dd34 .elementor-image-gallery .gallery {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 30px;
}

/* Her bir logo item */
.elementor-element-897dd34 .gallery-item {
    position: relative;
    background: transparent;
    border-radius: 12px;
    padding: 20px;
    margin: 0 !important;
    width: 100% !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

/* Kırmızı dijital border efekti */
.elementor-element-897dd34 .gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(135deg, #ff0040, #ff0040);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
}

/* Köşelerde parlayan kırmızı noktalar - devre dışı */
.elementor-element-897dd34 .gallery-item::after {
    display: none;
}

/* Hover efekti */
.elementor-element-897dd34 .gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(255, 0, 64, 0.15);
}

.elementor-element-897dd34 .gallery-item:hover::before {
    opacity: 0.6;
}

/* Logo görselleri */
.elementor-element-897dd34 .gallery-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.elementor-element-897dd34 .gallery-icon img {
    max-width: 100%;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.elementor-element-897dd34 .gallery-item:hover .gallery-icon img {
    transform: scale(1.03);
}

/* İkinci galeri - TABLET (768px - 1024px) - 4 Sütun */
@media screen and (max-width: 1024px) {
    .elementor-element-897dd34 .elementor-image-gallery .gallery {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        padding: 20px;
    }
    
    .elementor-element-897dd34 .gallery-item {
        padding: 15px;
    }
    
    .elementor-element-897dd34 .gallery-icon {
        min-height: 75px;
    }
    
    .elementor-element-897dd34 .gallery-icon img {
        max-height: 70px;
    }
}

/* İkinci galeri - MOBİL (768px altı) - 4 Sütun */
@media screen and (max-width: 767px) {
    .elementor-element-897dd34 .elementor-image-gallery .gallery {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 10px !important;
        padding: 12px !important;
    }
    
    .elementor-element-897dd34 .gallery-item {
        padding: 10px !important;
        border-radius: 8px;
    }
    
    .elementor-element-897dd34 .gallery-item::before {
        border-radius: 8px;
    }
    
    .elementor-element-897dd34 .gallery-icon {
        min-height: 60px;
    }
    
    .elementor-element-897dd34 .gallery-icon img {
        max-height: 55px !important;
    }
}

/* İkinci galeri - KÜÇÜK MOBİL (480px altı) - 4 Sütun */
@media screen and (max-width: 480px) {
    .elementor-element-897dd34 .elementor-image-gallery .gallery {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 8px !important;
        padding: 8px !important;
    }
    
    .elementor-element-897dd34 .gallery-item {
        padding: 8px !important;
        border-radius: 6px;
    }
    
    .elementor-element-897dd34 .gallery-icon {
        min-height: 50px;
    }
    
    .elementor-element-897dd34 .gallery-icon img {
        max-height: 45px !important;
    }
}

/* İkinci galeri - Gallery columns override */
.elementor-element-897dd34 .gallery-columns-1,
.elementor-element-897dd34 .gallery-columns-2,
.elementor-element-897dd34 .gallery-columns-3,
.elementor-element-897dd34 .gallery-columns-4,
.elementor-element-897dd34 .gallery-columns-5,
.elementor-element-897dd34 .gallery-columns-6,
.elementor-element-897dd34 .gallery-columns-7,
.elementor-element-897dd34 .gallery-columns-8,
.elementor-element-897dd34 .gallery-columns-9 {
    display: grid !important;
}

.elementor-element-897dd34 .gallery .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
}/* End custom CSS */