/* Ana Stiller */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html,
body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: var(--bg-dark);
}

body {
    font-family: "Inter", sans-serif;
    color: var(--text-light);
    line-height: 1.6;
}

/* Normal metin için content-1 stili */
p,
.content-1 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
}

/* Başlıklar için content-2 stili */
h1,
h2,
h3,
.content-2 {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 40px;
}

/* Spesifik başlık boyutları */
.hero-content h1 {
    font-family: "Inter", sans-serif;
    font-size: 50px;
    /* Font boyutunu artırıyoruz */
    font-weight: 600;
    /* Daha kalın font */
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -2px;
    /* Harfler arası boşluğu azaltıyoruz */
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Company name styling */
.hero-content h1 .company-name {
    color: #0097d4;
    font-weight: 800;
    font-size: 1.2em;
    display: block;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 151, 212, 0.5);
    letter-spacing: 1px;
}

/* Hide on mobile utility class */
@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}

/* Responsive tasarım için medya sorguları */
@media (max-width: 1400px) {
    .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 80px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 50px;
        letter-spacing: -1px;
    }
    
    /* Features section should be hidden on mobile */
    .features {
        display: none !important; /* Force hide on mobile */
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 40px;
        letter-spacing: -0.5px;
    }
}

.section-title {
    font-family: var(--font-secondary);
    font-size: 36px;
    margin-bottom: 2rem;
    text-align: center;
}

/* Navbar Ana Stiller */
/* Navbar stilleri navbar.css dosyasına taşındı */

/* Body style when mobile navbar is open */
body.nav-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Hero Section Stili */
.hero {
    position: relative;
    min-height: 100vh;
    background: url('../img/header-bg.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 0;
}

/* Arkaplan overlay efekti */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--catalina-blue) 0%, var(--eastern-blue) 100%);
    opacity: 0.9;
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    /* max-width'i kaldırıp width: 100% yapıyoruz */
    padding: 0 2rem;
    /* padding'i sadece yanlarda bırakıyoruz */
    text-align: center;
}

.hero-title {
    width: 100%;
    margin: 23px auto;
}

.hero-content p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: var(--eastern-blue);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.cta-button.primary {
    background-color: var(--eastern-blue);
}

.cta-button.secondary {
    background-color: transparent;
    border: 2px solid #fff;
}

.cta-button:hover {
    background-color: var(--catalina-blue);
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

/* Ses Dalgaları Animasyonu */
.audio-waves {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 600px;
    /* Yükseklik 5 kat artırıldı */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    /* Çubuklar arası mesafe artırıldı */
    transform: translateY(-50%);
}

.wave-bar {
    width: 12px;
    /* Genişlik artırıldı */
    height: 200px;
    /* Başlangıç yüksekliği */
    border-radius: 6px;
    animation: waveAnimation 4s ease-in-out infinite;
    /* Animasyon süresi 4 saniyeye çıkarıldı */
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

@keyframes waveAnimation {
    0% {
        height: 100px;
        background: linear-gradient(to top, #FF4500, #FFA500);
    }

    25% {
        height: 400px;
        background: linear-gradient(to top, #00FF00, #32CD32);
    }

    50% {
        height: 200px;
        background: linear-gradient(to top, #00FFFF, #1E90FF);
    }

    75% {
        height: 300px;
        background: linear-gradient(to top, #4B0082, #8A2BE2);
    }

    100% {
        height: 100px;
        background: linear-gradient(to top, #FF4500, #FFA500);
    }
}

/* Her çubuk için farklı başlangıç yükseklikleri ve renkler */
.wave-bar:nth-child(5n+1) {
    animation-delay: 0.2s;
    height: 150px;
}

.wave-bar:nth-child(5n+2) {
    animation-delay: 0.4s;
    height: 250px;
}

.wave-bar:nth-child(5n+3) {
    animation-delay: 0.6s;
    height: 350px;
}

.wave-bar:nth-child(5n+4) {
    animation-delay: 0.8s;
    height: 200px;
}

.wave-bar:nth-child(5n+5) {
    animation-delay: 1.0s;
    height: 300px;
}

/* Her dalga çubuğu için farklı animasyon gecikmesi ve yükseklik */
.wave-bar:nth-child(1) {
    animation-delay: 0.2s;
}

.wave-bar:nth-child(2) {
    animation-delay: 0.3s;
    height: 120px;
}

.wave-bar:nth-child(3) {
    animation-delay: 0.4s;
    height: 180px;
}

.wave-bar:nth-child(4) {
    animation-delay: 0.5s;
    height: 140px;
}

.wave-bar:nth-child(5) {
    animation-delay: 0.6s;
    height: 200px;
}

.wave-bar:nth-child(6) {
    animation-delay: 0.7s;
    height: 160px;
}

.wave-bar:nth-child(7) {
    animation-delay: 0.8s;
    height: 140px;
}

.wave-bar:nth-child(8) {
    animation-delay: 0.9s;
    height: 180px;
}

.wave-bar:nth-child(9) {
    animation-delay: 1.0s;
    height: 120px;
}

.wave-bar:nth-child(10) {
    animation-delay: 1.1s;
    height: 160px;
}

.wave-bar:nth-child(11) {
    animation-delay: 1.2s;
    height: 140px;
}

.wave-bar:nth-child(12) {
    animation-delay: 1.3s;
    height: 200px;
}

.wave-bar:nth-child(13) {
    animation-delay: 1.4s;
    height: 180px;
}

.wave-bar:nth-child(14) {
    animation-delay: 1.5s;
    height: 120px;
}

.wave-bar:nth-child(15) {
    animation-delay: 1.6s;
    height: 160px;
}

/* Her çubuk için farklı renk varyasyonları */
.wave-bar:nth-child(3n) {
    background: linear-gradient(to top,
            var(--burnt-sienna) 0%,
            var(--eastern-blue) 50%,
            var(--glacier) 100%);
}

.wave-bar:nth-child(3n+1) {
    background: linear-gradient(to top,
            var(--glacier) 0%,
            var(--catalina-blue) 50%,
            var(--burnt-sienna) 100%);
}

/* Dalgaların responsive tasarımı */
@media (max-width: 768px) {
    .audio-waves {
        height: 300px;
        gap: 3px;
    }

    .wave-bar {
        width: 6px;
    }
}

/* Hero responsive düzenlemeler */
@media (max-width: 768px) {
    .hero {
        padding-top: 100px;
    }

    .wave-container {
        width: 150px;
    }

    .wave-container.left {
        left: -30px;
    }

    .wave-container.right {
        right: -30px;
    }

    .hero-content {
        padding: 1.5rem;
    }

    .hero-buttons {
        flex-direction: column;
    }
}

/* Hakkımızda Sayfası Stilleri */
.about-hero {
    padding-top: 100px;
    min-height: 100vh;
    background-color: var(--green-white);
}

.about-section {
    padding: 80px 0;
    background-color: var(--bg-dark);
    position: relative;
    border-top: 1px solid rgba(0, 151, 212, 0.2);
    border-bottom: 1px solid rgba(0, 151, 212, 0.2);
}

.about-section::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 151, 212, 0.1) 0%, rgba(0, 0, 0, 0) 70%);
    top: -100px;
    right: 10%;
    border-radius: 50%;
    z-index: 0;
}

.about-section .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    text-align: center;
}

.about-section .section-title {
    color: #2b2b2b;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.about-section p {
    color: #ccc;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}

.about-section p strong {
    color: var(--eastern-blue);
}

.about-divider {
    height: 3px;
    width: 180px;
    background: #0097d4;
    margin: 0 auto 30px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 151, 212, 0.5);
}

.about-divider:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.about-content h1 {
    color: var(--catalina-blue);
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.about-grid {

    align-items: center;
}

.about-text p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: var(--eternity);
}

.about-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.experience {
    padding: 4rem 0;
    background-color: var(--powder-blue);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.experience h2 {
    text-align: center;
    color: var(--catalina-blue);
    margin-bottom: 3rem;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.experience-item {
    background-color: var(--green-white);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.experience-item:hover {
    transform: translateY(-5px);
}

.experience-item h3 {
    color: var(--eastern-blue);
    margin-bottom: 1rem;
}

/* Ürünler Sayfası Stilleri */
.products-hero {
    padding: 120px 0 60px;
    background-color: var(--green-white);
    min-height: 100vh;
}

.products-hero h1 {
    text-align: center;
    color: var(--catalina-blue);
    margin-bottom: 3rem;
    font-size: 2.5rem;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 0 2rem;
}

.product-card {
    background-color: var(--powder-blue);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.product-card .icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.product-card h2 {
    color: var(--catalina-blue);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.product-card p {
    color: var(--eternity);
    line-height: 1.6;
}

/* Ana Sayfa Ürünler Bölümü */
.products-section {
    background-color: var(--bg-dark);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.products-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-dark);
    z-index: 0;
}

.products-section .container {
    position: relative;
    z-index: 1;
}

.products-section .section-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}

.products-divider {
    height: 3px;
    width: 180px;
    background: #0097d4;
    margin: 0 auto 50px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 151, 212, 0.5);
}

.products-divider:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
}

.product-item {
    flex: 0 0 calc(20% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    padding: 20px;
    border-radius: 10px;
    background: rgba(26, 26, 26, 0.5);
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.product-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 151, 212, 0.05), rgba(15, 30, 60, 0.2));
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.product-item:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 
                0 0 20px rgba(0, 151, 212, 0.3);
}

.product-item:hover::before {
    opacity: 1;
}

.product-item .product-icon {
    width: 85px;
    height: 85px;
    background-color: #0097d4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 0 20px rgba(0, 151, 212, 0.3);
    transform: scale(1);
}

.product-item:hover .product-icon {
    transform: scale(1.1) rotate(5deg);
    background-color: #00a9f0;
    box-shadow: 0 0 30px rgba(0, 151, 212, 0.5);
}

.product-item .product-icon i {
    font-size: 32px;
    color: #fff;
    transition: all 0.3s ease;
}

.product-item:hover .product-icon i {
    transform: scale(1.2);
}

.product-item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.product-item:hover h3 {
    color: #0097d4;
}

.product-item p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.5;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.product-item:hover p {
    color: #fff;
    opacity: 1;
}

/* Responsive Tasarım */
@media (max-width: 992px) {
    .product-item {
        flex: 0 0 calc(33.333% - 30px);
    }
}

@media (max-width: 768px) {
    .product-item {
        flex: 0 0 calc(50% - 30px);
    }
    
    .products-section {
        padding: 60px 0;
    }
    
    .products-section .section-title {
        font-size: 32px;
    }
    
    .product-item .product-icon {
        width: 70px;
        height: 70px;
    }
}

/* Ana Sayfa Yeni Stiller */
.features {
    position: relative;
    padding: 0;
    background-color: var(--bg-darker);
    overflow: hidden;
    min-height: 75vh; /* Tam ekran yüksekliği */
    display: flex;
    align-items: center;
}

.vimeo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.vimeo-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200vw;
    /* Daha da genişlet */
    height: 120vh;
    /* Daha da yüksek */
    transform: translate(-50%, -55%);
    /* Ortalamayı biraz yukarı kaydır */
    border: none;
}

.prof-container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; /* vimeo-bg ile aynı yükseklikte */
    margin: 0;
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prof-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative; /* absolute yerine relative */
    width: 100%;
    padding: 3rem 5rem;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 0.95) 30%, 
        rgba(0, 0, 0, 0) 100%);
    border-left: 1px solid #8b8f91;
    overflow: hidden;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
    height: 100%;
    /* Sağa doğru azalan blur efekti için bir maske */
    -webkit-mask-image: linear-gradient(90deg, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 1) 60%, 
        rgba(0, 0, 0, 0.7) 85%, 
        rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(90deg, 
        rgba(0, 0, 0, 1) 0%, 
        rgba(0, 0, 0, 1) 60%, 
        rgba(0, 0, 0, 0.7) 85%, 
        rgba(0, 0, 0, 0) 100%);
}

.prof-text p {
    display: block;
    font-size: 64px;
    font-weight: 800;
    color: #ffffff; 
    margin: 0 0 35px 0; 
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    background: linear-gradient(90deg, #ffffff 0%, #a0a0a0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

/* İlk kelime (Profesyonel) için stil */
.prof-text p:first-child {
    font-size: 72px;
    background: linear-gradient(90deg, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

/* İkinci kelime (Ses & Işık) için stil */
.prof-text p:last-child {
    font-size: 56px;
    background: linear-gradient(90deg, #d0d0d0 0%, #a0a0a0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

@media (max-width: 768px) {
    .prof-container {
        position: relative;
        height: auto;
    }
    
    .prof-text {
        position: relative;
        padding: 1.5rem 2rem;
        background: none;
        box-shadow: none;
        border-left: none;
    }
    
    .prof-text p:nth-child(1),
    .prof-text p:nth-child(2) {
        font-size: 32px;
    }
    
    .prof-text p {
        margin-bottom: 20px;
    }
    
    .vimeo-bg {
        display: none;
    }
}

.latest-events {
    padding: 6rem 0;
    background-color: var(--bg-dark);
}

.contact {
    padding: 80px 0;
    background-color: var(--bg-darker);
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 151, 212, 0.1) 0%, rgba(0, 0, 0, 0) 70%);
    top: -50px;
    right: 10%;
    border-radius: 50%;
    z-index: 0;
}

.contact .section-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.contact-divider {
    height: 3px;
    width: 180px;
    background: #0097d4;
    margin: 0 auto 40px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 151, 212, 0.5);
}

.contact-divider:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contact-info-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    background: rgba(0, 151, 212, 0.1);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info-item {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.contact-info-item i {
    font-size: 24px;
    color: #0097d4;
    margin-bottom: 15px;
}

.contact-info-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-item p {
    color: #ccc;
    font-size: 16px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-map {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.contact-form {
    display: flex;
    flex-direction: column;
    background: rgba(26, 26, 26, 0.5);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.contact-form h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #0097d4;
    box-shadow: 0 0 10px rgba(0, 151, 212, 0.3);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-button-submit {
    background-color: #0097d4;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(0, 151, 212, 0.3);
    align-self: center;
    min-width: 160px;
}

.contact-button-submit i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.contact-button-submit:hover {
    background-color: #00a9f0;
    box-shadow: 0 8px 25px rgba(0, 151, 212, 0.5);
    transform: translateY(-2px);
}

.contact-button-submit:hover i {
    transform: translateX(5px);
}

@media (max-width: 992px) {
    .contact-info-banner {
        flex-direction: column;
    }
    
    .contact-info-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-map {
        height: 300px;
        margin-bottom: 30px;
    }
    
    .video-section {
        padding: 50px 0;
    }
    
    .video-container {
        width: 95%;
    }
}

/* Sliding Text Container */
.sliding-text-container {
    position: absolute;
    bottom: 6%;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #0047ff 0%, #0047ff 100%);
    padding: 22px 0;
    /* 20px -> 35px */
    transform: rotate(-3deg);
    z-index: 3;
}

.sliding-text-container-straight {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #18191b 0%, #18191b 100%);
    padding: 22px 0;
    /* 20px -> 35px */
    transform: rotate(4deg);
    z-index: 2;
}

.sliding-text {
    display: flex;
    width: fit-content;
    white-space: nowrap;
}

.text-wrapper {
    display: inline-flex;
    gap: 30px;
    animation: none;
    /* Hover durumunda durmasın */
}

.text-w-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.text-w-item span {
    font-family: "Inter", sans-serif;
    color: white;
    font-size: 27px;
    /* 25px -> 32px */
    font-weight: 500;
    /* 400 -> 500 */
    letter-spacing: -1px;
    text-transform: uppercase;

    white-space: nowrap;
}

.dot {
    width: 10px;
    /* 8px -> 10px */
    height: 10px;
    /* 8px -> 10px */
    background-color: white;
    border-radius: 50%;
}

@keyframes slideTextLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes slideTextRight {
    100% {
        transform: translateX(0);
    }

    0% {
        transform: translateX(-50%);
    }
}

/* Mavi şerit için animasyon */
.sliding-text-container .text-wrapper {
    animation: slideTextLeft 60s linear infinite;
    /* 30s -> 60s */
}

/* Siyah şerit için animasyon */
.sliding-text-container-straight .text-wrapper {
    animation: slideTextRight 70s linear infinite;
    /* 40s -> 70s */
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .text-w-item span {
        font-size: 24px;
        /* 18px -> 24px */
    }

    .dot {
        width: 8px;
        /* 6px -> 8px */
        height: 8px;
        /* 6px -> 8px */
    }

    .sliding-text-container,
    .sliding-text-container-straight {
        padding: 25px 0;
        /* Mobilde biraz daha küçük padding */
    }
    
    /* Move sliding text containers lower on mobile */
    .sliding-text-container {
        bottom: 2%;
    }
    
    .sliding-text-container-straight {
        bottom: 4%;
    }
}

*,
::after,
::before {
    box-sizing: border-box;
}

.project {
    background-color: var(--bg-dark);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.project .container {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.project .section-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}

.projects-divider {
    height: 3px;
    width: 180px;
    background: #0097d4;
    margin: 0 auto 50px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 151, 212, 0.5);
}

.projects-divider:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Project Card Styles */
.project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    height: 330px;
    margin: 0;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Görseli taşırmadan orantılı kırp */
    display: block;
    transition: transform 0.5s ease;
}

.project-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 40%, transparent 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    text-align: left;
    transition: background 0.3s ease;
}

.project-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: left;
}

.project-card p {
    font-size: 0.9rem;
    color: #ccc;
    text-align: left;
    max-width: 70%;
}

.project-card:hover img {
    transform: scale(1.05);
}


.project-button-wrapper {
    text-align: center;
    margin-top: 2rem;
    text-decoration: none;
}

.project-button {
    background-color: #0097d4;
    color: #ffffff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 5px 15px rgba(0, 151, 212, 0.3);
    text-decoration: none;
    margin-bottom: 2rem;
}

.project-button i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.project-button:hover {
    background-color: #00a9f0;
    box-shadow: 0 8px 25px rgba(0, 151, 212, 0.5);
    transform: translateY(-2px);
}

.project-button:hover i {
    transform: translateX(5px);
}


/* Mobile ve tablet cihazlar için medya sorgusu */
@media (max-width: 768px) {
    .project-grid {
        grid-template-columns: repeat(2, 1fr);
        /* Küçük ekranlar için 2 kolon */
    }
}

@media (max-width: 480px) {
    .project-grid {
        grid-template-columns: 1fr;
        /* Çok küçük ekranlar için tek kolon */
    }

    .project-card {
        width: 100%;
        /* Küçük ekranlarda kartları genişlik olarak %100 yap */
        height: auto;
        /* Yüksekliği otomatik ayarla, görsel oranını korumak için */
        aspect-ratio: 16/9;
    }
}

/* Hizmetler Section Styling */
.services-section {
    background-color: var(--bg-darker);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-darker);
    z-index: 0;
}

.services-section .container {
    position: relative;
    z-index: 1;
}

.services-section .section-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}

.services-divider {
    height: 3px;
    width: 180px;
    background: #0097d4;
    margin: 0 auto 50px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 151, 212, 0.5);
}

.services-divider:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.service-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.4s ease;
    background: rgba(26, 26, 26, 0.6);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 
                0 0 20px rgba(0, 151, 212, 0.3);
}

.service-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-item:hover .service-image img {
    transform: scale(1.1);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    transition: background 0.3s ease;
}

.service-item:hover .service-overlay {
    background: linear-gradient(to bottom, rgba(0, 151, 212, 0.2), rgba(0, 0, 0, 0.6));
}

.service-item h3 {
    padding: 15px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.service-item:hover h3 {
    color: #0097d4;
}

/* Responsive design for services section */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .services-section {
        padding: 60px 0;
    }
    
    .services-section .section-title {
        font-size: 32px;
    }
}

/* Teknik Ekipmanlar CTA Section */
.equipment-cta-section {
    background: linear-gradient(135deg, #151515 0%, #1a1a1a 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0, 151, 212, 0.2);
    border-bottom: 1px solid rgba(0, 151, 212, 0.2);
}

.equipment-cta-section::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 151, 212, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    top: -100px;
    right: 10%;
    border-radius: 50%;
    z-index: 0;
}

.equipment-cta-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 151, 212, 0.1) 0%, rgba(0, 0, 0, 0) 70%);
    bottom: -150px;
    left: 5%;
    border-radius: 50%;
    z-index: 0;
}

.equipment-cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.equipment-cta-text {
    text-align: left;
    flex: 1;
}

.equipment-cta-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #ffffff 0%, #0097d4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.equipment-cta-text p {
    color: #ccc;
    font-size: 18px;
    line-height: 1.5;
    max-width: 600px;
}

.equipment-cta-button {
    background-color: #0097d4;
    color: #ffffff;
    border: none;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 5px 15px rgba(0, 151, 212, 0.3);
    text-decoration: none;
    white-space: nowrap;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
}

.equipment-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.equipment-cta-button:hover::before {
    transform: translateX(100%);
}

.equipment-cta-button i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.equipment-cta-button:hover {
    background-color: #00a9f0;
    box-shadow: 0 8px 25px rgba(0, 151, 212, 0.5);
    transform: translateY(-2px);
}

.equipment-cta-button:hover i {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .equipment-cta-content {
        flex-direction: column;
        text-align: center;
    }
    
    .equipment-cta-text {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .equipment-cta-button {
        margin-left: 0;
    }
}

/* Video Section */
.video-section {  /* "video section" değil, "video-section" olmalı */
    padding: 80px 0;
    background-color: var(--bg-dark);  /* Eksik "--" eklendi */
    position: relative;
}

/* Tekil Video Konteynırı */
.video-container {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);  /* "lpgba" düzeltildi */
    position: relative;
}

.video-container video {
    width: 100%;
    display: block;
}

/* Yeni Eklenen Çoklu Video Stilleri (BU KISMI EKLEYİN) */
.multi-video-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.multi-video-container video {
    width: calc(33.33% - 10px);
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Düzen */
@media (max-width: 768px) {
    .multi-video-container {
        flex-direction: column;
    }
    .multi-video-container video {
        width: 100%;
        margin-bottom: 15px;
    }
}

#hakkimizda.about-section .container {
    max-width: 1000px;
    text-align: center;
}

#hakkimizda.about-section p {
    color: #ccc;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}

.index-about-section {
    background-color: var(--bg-dark) !important;
    position: relative;
    border-top: 1px solid rgba(0, 151, 212, 0.2);
    border-bottom: 1px solid rgba(0, 151, 212, 0.2);
}

.index-about-section::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 151, 212, 0.1) 0%, rgba(0, 0, 0, 0) 70%);
    top: -100px;
    right: 10%;
    border-radius: 50%;
    z-index: 0;
}

.index-about-section .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}

.index-about-section .section-title {
    color: #fff !important;
    text-align: center;
}

.index-about-section p {
    color: #ccc !important;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.7;
}

.index-about-section p strong {
    color: var(--eastern-blue);
}