:root {
    --primary-color: #38bdee;
    --secondary-color: #f6a713;
    --dark-color: #06283D;
    --light-color: #DFF6FF;
}
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
h1, h2, h3, h4, h5, h6 {
    font-family: 'Figtree', sans-serif;
}

p, span, a, li, input, button {
    font-family: 'Mulish', sans-serif;
}


/* Header Styles */
.header {
    position: relative;
    z-index: 9999;
    background-color: white;
    padding: 1.75rem 0;
}

.header-content {
    height: 42px;
}

.navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: 3.5rem;
    width: auto;
}

/* PC Menü Stilleri */
.navbar {
    position: relative;
    z-index: 9998;
}

.navbar-nav {
    position: relative;
    z-index: 9997;
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-right: 3rem;
}

.nav-link {
    color: #333 !important;
    font-weight: 500 !important;
    padding: 0 !important;
    font-size: 0.9375rem !important;
    position: relative;
    transition: all 0.4s ease !important;
}

/* Hover efektleri */
.nav-link::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #38bdee;
    transition: all 0.4s ease;
    opacity: 0;
}

.nav-link:hover {
    color: #38bdee !important;
    /* color: #38bdee !important; */
    transform: translateY(-2px);
    color: #333 !important;
    font-weight: 600 !important;
    padding: 0 !important;
    font-size: 1rem !important;
    position: relative;
    transform: translateY(-2px);
}

.nav-link:hover::before {
    width: 100%;
    opacity: 1;
}

/* Aktif menü için stil */
.nav-link.active {
    color: #38bdee !important;
}

.nav-link.active::before {
    width: 100%;
    opacity: 1;
}

/* Menü container'ı için hover efekti */
.navbar-nav .nav-item {
    transition: all 0.4s ease;
}

.navbar-nav .nav-item:hover {
    transform: translateY(-2px);
}

/* Mobil Menü Butonları */
.btn-search, .navbar-toggler {
    background: #f8f9ff;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #333;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 1rem;
}

/* Header Buttons */
.header-buttons {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.btn-search, .btn-menu {
    background: #f8f9ff;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #333;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.btn-search:hover, .btn-menu:hover {
    color: var(--primary-color);
    background: #eef0ff;
}

.btn-search svg, .btn-menu svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.5px;
}

.btn.btn-primary {
    background-color: var(--primary-color) !important;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 8px;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    height: 38px;
    transition: all 0.4s ease !important;
}

.btn.btn-primary:hover {
    background-color: #e09711 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(224, 151, 17, 0.2);
}

/* Secondary butonlar için stil */
.btn.btn-secondary,
.hero-buttons .btn,
.btn-warning,
.btn-outline-light {
    padding: 0.875rem 2.5rem;
    font-weight: 500;
    font-size: 0.9375rem !important;
    border-radius: 8px;
    transition: all 0.4s ease !important;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* View More butonu hover efekti */
.btn-warning {
    background-color: var(--secondary-color);
    border: none;
    color: white;
}

.btn-warning:hover {
    background-color: #e09711;
    transform: translateY(-2px);
    color: white;
    box-shadow: 0 4px 12px rgba(224, 151, 17, 0.2);
}

/* About Us butonu hover efekti */
.btn-outline-light {
    border: 2px solid var(--secondary-color);
    background: transparent;
    color: var(--secondary-color);
}

.btn-outline-light:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(224, 151, 17, 0.2);
}

/* Hero Section */
.hero {
    position: relative;
    z-index: 1;
    height: 85vh;
    min-height: 600px;
    max-height: 800px;
    background-image: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)),
                      url('../images/Slider1.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 10rem;
    /*margin-bottom: 2rem;*/
}

/* İçerik container'ı */
.hero .container {
    margin: 0;
    padding: 0;
    margin-top: -3rem;
}

.hero .row {
    margin: 0;
}

.hero .col-lg-7 {
    padding: 0;
}
.hero-title {
    font-family: 'Figtree', sans-serif;
    font-size: 4rem;                /* optimize boyut */
    font-weight: 800;
    line-height: 1;                 /* satır arası daraltıldı */
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    width: 850px;               /* genişlik sınırlaması */
    word-break: break-word;
}
.hero-title span {
    font-weight: 700;
    color: #3db9dc;  /* Geniuss kelimesi için mavi renk */
}

.hero-title .highlight {
    color: #3db9dc;  /* fulfillment kelimesi için mavi renk */
}

.hero-text {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    max-width: 550px;
    font-weight: 400;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

/* Hero butonları için özel stil */
.hero-buttons .btn {
    padding: 0.875rem 2.5rem;
    font-weight: 500;
    font-size: 0.9375rem !important;
    border-radius: 8px;
    transition: all 0.4s ease !important;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Her iki buton için aynı stil */
.hero-buttons .btn:first-child,
.hero-buttons .btn:last-child {
    background-color: var(--secondary-color);
    border: none;
    color: white;
}

.hero-buttons .btn:first-child:hover,
.hero-buttons .btn:last-child:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
    color: white;
    box-shadow: 0 4px 12px rgba(56, 189, 238, 0.2);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .navbar-nav {
        margin: 0 3rem;
        gap: 2rem;
    }

    .header-buttons {
        gap: 1.5rem;
    }

    .hero {
        height: 80vh;
        min-height: 550px;
        max-height: 700px;
    }

    .hero-title {
        font-size: 4rem;
    }
}

@media (max-width: 991px) {
    .header {
        padding: 0;  /* Header padding'ini kaldırdım */
    }

    .header-content {
        height: auto;
        padding: 1rem 0;
    }

    .navbar-brand img {
        height: 8.5rem;  /* Logo boyutunu koruduk */
    }

    /* Navbar toggle butonu */
    .navbar-toggler {
        display: block !important;
        width: 40px;
        height: 40px;
        border: none;
        background: transparent;
        position: relative;
        margin-left: auto;  /* Sağa yasla */
        z-index: 1001;  /* Menü üzerinde görünsün */
    }

    /* Menü açıldığında navbar */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #1a1f2d;
        padding: 80px 20px 20px;
        z-index: 1000;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    /* Mobil menü linkleri */
    .navbar-nav {
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding-top: 20px;
    }

    .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .nav-link {
        color: white !important;
        font-size: 1.1rem !important;
        padding: 15px 0 !important;
    }

    /* Let's Talk butonu */
    .btn.btn-primary {
        margin: 20px auto;
        display: block;
        width: 200px;
    }

    /* Menü ikonu */
    .navbar-toggler-icon {
        background-image: none;
        position: relative;
        width: 24px;
        height: 2px;
        background: #1a1f2d;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 2px;
        background: #1a1f2d;
        left: 0;
        transition: all 0.3s ease;
    }

    .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler-icon::after {
        bottom: -8px;
    }

    /* Menü açıkken ikon */
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: transparent;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        transform: rotate(45deg);
        top: 0;
        background: white;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        transform: rotate(-45deg);
        bottom: 0;
        background: white;
    }

    .hero {
        height: auto;
        min-height: 80vh;
        padding: 80px 20px;
        background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
                          url('../images/Slider1.jpg');
    }

    .hero .container {
        margin: 0 auto;
        padding: 0;
    }

    .hero-title {
        font-size: 3rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        letter-spacing: 1px;
    }

    .hero-text {
        font-size: 1.1rem;
        margin: 0 auto 2rem;
        max-width: 100%;
        padding: 0 15px;
    }

    .hero-buttons {
        justify-content: center;
        gap: 1rem;
        flex-direction: row;  /* Butonları yan yana tut */
    }

    .hero-buttons .btn {
        padding: 0.75rem 2rem;
        height: 45px;
        font-size: 0.9rem !important;
        min-width: 140px;  /* Minimum genişlik */
    }

    .nav-link:hover,
    .navbar-nav .nav-item:hover {
        transform: none;
    }
    
    .nav-link::before {
        display: none;
    }

    .btn.btn-primary:hover {
        transform: none;
        box-shadow: none;
    }

    .btn.btn-secondary:hover,
    .hero-buttons .btn:hover,
    .btn-warning:hover,
    .btn-outline-light:hover {
        transform: none;
        box-shadow: none;
    }

    .hero-buttons .btn:hover {
        transform: none;
        box-shadow: none;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        height: 3.8rem;  /* Biraz küçülttük ama yine de büyük */
    }

    .header-buttons {
        gap: 0.75rem;
    }

    .btn-menu {
        width: 32px;
        height: 32px;
    }

    .btn-menu svg {
        width: 18px;
        height: 18px;
    }

    .btn.btn-primary {
        padding: 0.5rem 1rem;
        height: 32px;
        font-size: 0.875rem !important;
    }

    .hero {
        min-height: 70vh;
        padding: 60px 15px;
        background-image: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
                          url('../images/Slider1.jpg');
    }

    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1.25rem;
    }

    .hero-text {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        padding: 0;
    }

    .hero-buttons {
        flex-direction: column;  /* Butonları alt alta diz */
        gap: 0.75rem;
        padding: 0 30px;  /* Yanlarda boşluk */
    }

    .hero-buttons .btn {
        width: 100%;  /* Tam genişlik */
        height: 42px;
        font-size: 0.85rem !important;
    }

    .navbar-toggler {
        width: 35px;
        height: 35px;
    }

    .nav-link {
        font-size: 1.1rem !important;
        padding: 12px !important;
    }

    .btn.btn-primary {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-text {
        font-size: 1rem;
    }
}

/* Sağ Panel Stilleri */
.offcanvas {
    width: 450px !important;
}

.offcanvas-header {
    padding: 2rem;
    border-bottom: 1px solid #eef0ff;
}

.offcanvas-title {
    color: #333;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
}

.offcanvas-body {
    padding: 2rem;
}

.contact-info {
    margin-bottom: 2.5rem;
}

.contact-info:last-child {
    margin-bottom: 0;
}

.contact-info h6 {
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.contact-info p {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
    margin: 0;
}

.social-media {
    margin-top: 3rem;
}

.social-media h6 {
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.social-links {
    display: flex;
    gap: 1.25rem;
}

.social-link {
    color: #666;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #f8f9ff;
    border-radius: 50%;
}

.social-link:hover {
    color: #fff;
    background: var(--primary-color) !important;
    transform: translateY(-2px);
}

.social-link svg {
    width: 20px;
    height: 20px;
}

/* Kapatma butonu */
.btn-close {
    background: #f8f9ff;
    opacity: 1;
    padding: 1rem;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.btn-close:hover {
    background: #eef0ff;
    transform: rotate(90deg);
}

/* PC'de menü butonu stilleri */
.btn-menu {
    background: #f8f9ff;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #333;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.btn-menu:hover {
    color: #38bdee;
    background: #eef0ff;
}

/* İçerik alanları */
.content-area {
    position: absolute;
    max-width: 180px;
    text-align: center;
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.content-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.content-description {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.content-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* İçerik alanlarının pozisyonları */
.text-1 { top: 350px; right: 100px; }
.text-2 { top: 200px; right: 350px; }
.text-3 { top: 400px; right: 500px; }

/* Responsive */
@media (max-width: 1200px) {
    .welcome-content {
        gap: 2rem;
    }
    
    .welcome-images {
        height: 450px;
    }
    
    .image-item img {
        width: 120px;
    }
}

@media (max-width: 991px) {
    .welcome-section {
        padding: 20px 0;
        min-height: auto;
        height: auto;
        overflow: visible;
    }

    .welcome-container {
        flex-direction: column;
        height: auto;
        padding: 0 20px;
        align-items: center;
    }

    .welcome-text {
        max-width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .welcome-title, 
    .welcome-title span {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .welcome-description {
        max-width: 100%;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
        padding: 0 15px;
    }

    .welcome-image {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 20px;
        padding: 0 15px;
    }

    .welcome-image img {
        width: 100%;
        height: auto;
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }

    .discover-btn {
        margin-bottom: 0;
        display: inline-flex;
        padding: 12px 35px;
    }
}

@media (max-width: 576px) {
    .welcome-section {
        padding: 15px 0;
    }

    .welcome-container {
        padding: 0 15px;
    }

    .welcome-text {
        padding: 15px 0;
    }

    .welcome-title, 
    .welcome-title span {
        font-size: 2.2rem;
        margin-bottom: 0.8rem;
    }

    .welcome-description {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        padding: 0 10px;
    }

    .welcome-image {
        margin-top: 10px;
        padding: 0 10px;
    }

    .welcome-image img {
        max-width: 100%;
    }

    .discover-btn {
        padding: 10px 30px;
        font-size: 0.9rem;
    }
}

/* Çok küçük ekranlar için */
@media (max-width: 375px) {
    .welcome-title, 
    .welcome-title span {
        font-size: 1.8rem;
    }

    .welcome-description {
        font-size: 0.9rem;
        padding: 0 5px;
    }

    .discover-btn {
        padding: 8px 25px;
        font-size: 0.85rem;
    }
}

/* Why Geniuss Section ile ilgili tüm CSS'leri siliyorum */
.why-geniuss,
.why-content,
.description,
.features-container,
.features,
.feature-card,
.feature-icon {
    /* Bu class'ların tüm stillerini siliyorum */
}

.why-geniuss {
    padding: 50px 0;
    background-color: #1a1f2d;
    color: #fff;
}

.why-geniuss .container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
}

.why-geniuss .row {
    margin: 0;
    gap: 3rem !important;
    display: flex;
    justify-content: center;
}

.why-geniuss .col-lg-4 {
    padding: 0;
    max-width: 420px;
    flex: 0 0 auto;
}

.title-with-line {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
}

.blue-line {
    width: 7px;
    height: 120px;
    background-color: #3db9dc;
    margin-top: -6px;
}
.why-geniuss .section-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.why-geniuss .section-description h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.why-geniuss .section-description p {
    color: #fff;
    opacity: 0.8;
    line-height: 1.6;
}

.feature-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    color: #1a1f2d;
    box-shadow: 0 0 25px rgba(224, 151, 17, 0.1);
    margin-bottom: 20px;
    width: 100%;
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 0 30px rgba(224, 151, 17, 0.25);
    transform: translateY(-2px);
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.feature-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon img {
    width: 145px;
    height: 145px;
    object-fit: contain;
}

.feature-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: #1a1f2d;
    text-align: left;
}

.feature-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    color: #282828;
    text-align: left;
}

@media (max-width: 1400px) {
    .why-geniuss .container {
        max-width: 1200px;
    }
    
    .why-geniuss .col-lg-4 {
        max-width: 380px;
    }
}

/* Why Geniuss Section mobil düzenlemeler */
@media (max-width: 991px) {
    .why-geniuss {
        padding: 40px 20px;
        background-color: #1a1f2d;
    }

    .title-with-line {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 15px;
        margin-bottom: 20px;
        position: relative;
    }

    .blue-line {
        width: 4px;
        height: 80px;
        margin: 0;
        background-color: var(--primary-color);
        grid-column: 1;
    }

    .section-title {
        font-size: 2.4rem;
        line-height: 1;
        margin: 0;
        color: white;
        grid-column: 2;
    }

    .section-description {
        margin-top: 20px;
        padding-left: 20px;
    }

    .section-description h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
        color: white;
        font-weight: 600;
    }

    .section-description p {
        font-size: 0.95rem;
        line-height: 1.6;
        color: white;
        opacity: 0.8;
        margin: 0;
        max-width: 100%;
    }

    .feature-card {
        margin-bottom: 30px;
        padding: 20px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    .feature-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

    .feature-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .feature-card h4 {
        font-size: 1.1rem;
        margin: 0;
        color: #1a1f2d;
    }

    .feature-card p {
        font-size: 0.9rem;
        line-height: 1.5;
        color: #282828;
        margin: 0;
    }
}

/* Daha küçük ekranlar için */
@media (max-width: 576px) {
    .why-geniuss {
        padding: 30px 15px;
    }

    .section-title {
        font-size: 2rem;
    }

    .blue-line {
        height: 70px;
    }

    .section-description {
        padding-left: 15px;
    }

    .section-description h3 {
        font-size: 1.3rem;
    }

    .section-description p {
        font-size: 0.9rem;
    }

    .title-with-line {
        gap: 10px;
    }

    .blue-line {
        height: 70px;
    }
}

/* Çok küçük ekranlar için */
@media (max-width: 375px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-description h3 {
        font-size: 1.2rem;
    }

    .section-description p {
        font-size: 0.85rem;
    }
}

/* Fulfillment Section */
.fulfillment {
    padding: 50px 0;
    background-image: linear-gradient(rgba(128, 128, 128, 0.90), rgba(128, 128, 128, 0.90)),
                      url('../images/fullfilment.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    min-height: 200px;
}

.fulfillment-title {
    color: white;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.fulfillment-title span,
.fulfillment-title .highlight {
    font-weight: 800;
    color: #2b2d51;
}

@media (max-width: 991px) {
    .fulfillment {
        padding: 40px 0;
    }
    
    .fulfillment-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .fulfillment {
        padding: 30px 0;
    }
    
    .fulfillment-title {
        font-size: 1.8rem;
    }
}

/* Process Section */
.process-section {
    padding: 50px 0;
    background-color: #fff;
    overflow: hidden;
}

.process-title {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 700;
    color: #1a1f2d;
    margin-bottom: 3rem;
    line-height: 1.2;
}

.process-steps {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 0 20px;
}

.process-item {
    flex: 1;
    max-width: 380px;
    text-align: center;
    padding: 20px;
    position: relative;
    transition: all 0.4s ease;
}

.process-icon {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
}

.process-icon img {
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
    transition: all 0.4s ease;
}

.process-content {
    padding: 0 15px;
    transition: all 0.4s ease;
}

.process-item h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1f2d;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.process-item p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    transition: all 0.4s ease;
}

/* Hover Efektleri */
.process-item:hover {
    transform: translateY(-10px);
}

.process-item:hover .process-icon img {
    transform: scale(1.05);
    filter: drop-shadow(0 10px 15px rgba(56, 189, 238, 0.2));
}

.process-item:hover h3 {
    color: var(--primary-color);
}

.process-item:hover p {
    color: #1a1f2d;
}

/* Tablet için düzenlemeler */
@media (max-width: 991px) {
    .process-section {
        padding: 40px 0;
    }

    .process-title {
        font-size: 2.8rem;
        margin-bottom: 2.5rem;
        padding: 0 20px;
    }

    .process-steps {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .process-item {
        max-width: 500px;
        width: 100%;
    }

    .process-icon img {
        max-width: 280px;
    }

    .process-item h3 {
        font-size: 1.3rem;
    }
}

/* Mobil için düzenlemeler */
@media (max-width: 576px) {
    .process-section {
        padding: 30px 0;
    }

    .process-title {
        font-size: 2.2rem;
        margin-bottom: 2rem;
        padding: 0 15px;
    }

    .process-steps {
        padding: 0 15px;
        gap: 1.5rem;
    }

    .process-item {
        padding: 15px;
    }

    .process-icon img {
        max-width: 220px;
    }

    .process-content {
        padding: 0 10px;
    }

    .process-item h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .process-item p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

/* Brands Section */
.brands-section {
    padding: 25px 0;
    background-color: #1a1f2d;
    overflow: hidden;
}

.brands-slider {
    position: relative;
    width: 100%;
    height: 80px;
}

.brands-track {
    display: flex;
    position: absolute;
    width: fit-content;
    animation: slide 30s linear infinite;
}

.brand-item {
    width: 200px;
    height: 80px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item img {
    max-width: 140px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(55%) sepia(9%) saturate(247%) hue-rotate(191deg) brightness(89%) contrast(87%);  /* #81838f rengi için filtre */
    transition: all 0.3s ease;
}

.brand-item:hover img {
    filter: grayscale(0%) brightness(100%);  /* Hover'da orijinal renkli hali */
    transform: scale(1.1);
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);  /* Yarısı kadar kayma (5 logo) */
    }
}

/* Responsive */
@media (max-width: 768px) {
    .brands-section {
        padding: 30px 0;
    }
    
    .brand-item {
        width: 160px;
        padding: 0 20px;
    }
    
    .brand-item img {
        max-width: 120px;
    }
}

/* Regions Section */
.regions-section {
    padding: 0;
    position: relative;
    overflow: hidden;  /* Taşan harita için */
}

.regions-content {
    display: flex;
    gap: 0;  /* Gap'i kaldırdım */
    align-items: center;
    position: relative;
    min-height: 600px;
}

/* Sol taraf için düzenlemeler */
.regions-text {
    flex: 0 0 30%;
    padding: 50px 0 50px 100px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

/* Gri arka plan */
.regions-text::before {
    content: '';
    position: absolute;
    left: -100vw;
    top: 0;
    width: 125vw;
    height: 100%;
    background-color: #f8f9fa;
    z-index: -1;
}

/* Mavi çubuk */
.regions-text::after {
    content: '';
    position: absolute;
    left: 75px;  /* Çubuğu sola kaydırdım */
    top: 50px;
    width: 4px;
    height: 130px;
    background-color: #38bdee;
    z-index: 2;
}

/* Başlık stili */
.regions-text h2 {
    font-size: 3.4rem;
    font-weight: 800;  /* Font kalınlığını artırdım */
    color: #1a1f2d;
    line-height: 0.9;  /* Line height'ı azalttım */
    margin-bottom: 2rem;
    font-family: 'Quicksand', sans-serif;  /* Font ailesini değiştirdim */
}

/* Açıklama metni stili */
.regions-text p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    max-width: 450px;
    margin: 0;
    padding-right: 30px;
}

/* Harita alanı için düzenlemeler */
.regions-map {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -20%;
}

.map-bg {
    width: 100%;  /* Genişliği biraz daha artırdım */
    max-width: none;
    height: auto;
    display: block;
    transition: all 0.4s ease;
}

/* Hover efekti */
.regions-content:hover .map-bg {
    transform: scale(1.02);
  /*  filter: drop-shadow(0 10px 15px rgba(56, 189, 238, 0.3));*/
}

/* Responsive düzenlemeler */
@media (max-width: 991px) {
    .regions-content {
        flex-direction: column;
        min-height: auto;
        gap: 0;  /* Gap'i kaldırdım */
    }

    .regions-text {
        flex: 0 0 100%;
        margin-top: 0;
        padding: 50px 20px;
    }

    .regions-text::before {
        width: 100vw;  /* Tam ekran genişliği */
        left: -20px;  /* Container padding'i kadar sola */
    }

    .regions-text::after {
        left: 20px;
        height: 100px;
        margin-top: 8px;  /* Mavi çizgi ile yazı arasına boşluk ekledim */
    }

    .regions-text h2 {
        font-size: 2.8rem;
        line-height: 1.1;  /* Line-height'ı artırdım */
        margin-bottom: 1.5rem;
        padding-left: 15px;  /* Yazıyı mavi çizgiden uzaklaştırdım */
    }

    .regions-text p {
        max-width: 100%;
        padding-right: 20px;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .regions-map {
        flex: 0 0 100%;
        width: 100%;
        margin-left: 0;
        margin-top: -30px;  /* Haritayı yukarı çektim */
        padding: 0 20px;  /* Kenarlardan padding */
    }

    .map-bg {
        width: 100%;
        max-width: 600px;  /* Maksimum genişlik */
        margin: 0 auto;  /* Ortala */
        display: block;
    }
}

/* Daha küçük ekranlar için */
@media (max-width: 576px) {
    .regions-text {
        padding: 40px 20px;
    }

    .regions-text h2 {
        font-size: 2.4rem;
        padding-left: 12px;  /* Küçük ekranlarda padding'i azalttım */
    }

    .regions-text p {
        font-size: 0.9rem;
    }

    .regions-text::after {
        height: 80px;
        margin-top: 6px;  /* Küçük ekranlarda boşluğu azalttım */
    }

    .regions-map {
        margin-top: -20px;
    }

    .map-bg {
        max-width: 100%;
    }
}

/* Çok küçük ekranlar için */
@media (max-width: 375px) {
    .regions-text {
        padding: 30px 15px;
    }

    .regions-text h2 {
        font-size: 2rem;
    }

    .regions-text::after {
        height: 60px;
    }
}

/* Mobil Menü Stilleri */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #1a1f2d;
    padding: 30px 30px 30px;
    transition: all 0.4s ease;
    z-index: 999;
    overflow-y: auto;
}

.mobile-menu.show {
    right: 0;
}

/* Mobil menü logosu */
.mobile-menu-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 20px 0;
}

.mobile-menu-logo img {
    height: 6rem;  /* Logo boyutunu büyüttüm */
    width: auto;
}

/* Menü ikonları düzenlemesi */
.navbar-toggler {
    width: 45px;
    height: 45px;
    border: none;
    background: transparent !important;
    position: relative;
    z-index: 999;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hamburger menü çizgileri */
.navbar-toggler-icon {
    width: 24px;
    height: 2px;
    background: var(--primary-color) !important;  /* Mavi renk */
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--primary-color) !important;  /* Mavi renk */
    left: 0;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    bottom: -8px;
}

/* Menü açıkken ikon animasyonu */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
    background: var(--primary-color) !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    bottom: 0;
    transform: rotate(-45deg);
    background: var(--primary-color) !important;
}

/* Hover efekti */
.navbar-toggler:hover .navbar-toggler-icon,
.navbar-toggler:hover .navbar-toggler-icon::before,
.navbar-toggler:hover .navbar-toggler-icon::after {
    background: var(--secondary-color) !important;  /* Turuncu renk */
}

/* Mobil menü içeriği */
.mobile-menu .navbar-nav {
    flex-direction: column;
    gap: 15px;
}

.mobile-menu .nav-item {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.mobile-menu.show .nav-item {
    opacity: 1;
    transform: translateX(0);
}

.mobile-menu .nav-link {
    color: white !important;
    font-size: 1.1rem !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.mobile-menu .nav-link:hover {
    color: var(--primary-color) !important;
    padding-left: 10px !important;
}

/* Mobil menüdeki Let's Talk butonu */
.mobile-menu .btn.btn-primary {
    width: 100%;
    margin-top: 20px;
    height: 45px;
}

/* Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
}

.menu-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Mobil menü kapatma butonu */
.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1002;
}

.mobile-menu-close::before,
.mobile-menu-close::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
}

.mobile-menu-close::before {
    transform: rotate(45deg);
}

.mobile-menu-close::after {
    transform: rotate(-45deg);
}

.mobile-menu-close:hover::before,
.mobile-menu-close:hover::after {
    background: var(--primary-color);
}

/* Menü açıkken hamburger menüyü gizle */
.mobile-menu.show + .navbar-toggler {
    display: none !important;
}


/* Footer Styles */
.site-footer {
    background-color: #1a1f2d;
    color: #ffffff;
    padding-top: 80px;
}

.footer-main {
    padding-bottom: 60px;
}

.footer-logo img {
    max-height: 5rem;
    width: auto;
}

.footer-description {
    color: #a0a3ad;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px;
}

.footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #a0a3ad;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #a0a3ad;
}

.footer-contact svg {
    margin-right: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

.footer-contact span {
    font-size: 15px;
    line-height: 1.6;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e09711 !important;
    color: #ffffff;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #007bff;
    color: #ffffff;
    transform: translateY(-3px);
}

.footer-bottom {
    background-color: #151922;
    padding: 20px 0;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
    color: #a0a3ad;
}

.footer-bottom a {
    color: #a0a3ad;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .site-footer {
        padding-top: 60px;
    }

    .footer-main {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer-bottom .text-md-end {
        text-align: left !important;
        margin-top: 10px;
    }
}



/* Arama Bölümü Stilleri */
#searchCollapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
#searchCollapse.show {
    opacity: 1;
    visibility: visible;
}

.search-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}

.search-form {
    position: relative;
    margin: 0;
}

.search-form .form-control {
    width: 100%;
    height: 70px;
    padding: 0 70px;
    font-size: 24px;
    color: var(--dark-color);
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    transition: all 0.3s ease;
}

.search-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    outline: none;
}

.search-form .search-submit {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 12px;
    color: var(--text-color);
    transition: all 0.3s ease;
    cursor: pointer;
}

.search-form .search-submit:hover {
    color: var(--primary-color);
}

.search-form .search-submit svg {
    width: 28px;
    height: 28px;
    stroke-width: 2;
}

.search-form .search-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 12px;
    color: var(--text-color);
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0.6;
}

.search-form .search-close:hover {
    opacity: 1;
    color: #ef4444;
    transform: translateY(-50%) rotate(90deg);
}

.search-form .search-close svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
}

.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 16px 0;
    margin-top: 24px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.search-form.typing .search-suggestions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-suggestion-item {
    padding: 16px 24px;
    color: var(--text-color);
    transition: all 0.2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
}

.search-suggestion-item:hover {
    background: rgba(0, 123, 255, 0.05);
    color: var(--primary-color);
}

.search-suggestion-item svg {
    width: 20px;
    height: 20px;
    opacity: 0.5;
}

.search-suggestion-item span {
    font-size: 16px;
}

.search-results {
    padding: 24px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.search-result-item {
    padding: 24px;
    border-radius: 16px;
    transition: all 0.3s ease;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.search-result-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.search-result-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 12px;
}

.search-result-excerpt {
    font-size: 15px;
    color: var(--text-color);
    margin-bottom: 12px;
    line-height: 1.6;
}

.search-result-meta {
    font-size: 13px;
    color: var(--light-text);
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-result-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.search-result-meta svg {
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

@media (max-width: 767px) {
    #searchCollapse {
        padding-top: 80px;
    }

    .search-wrapper {
        padding: 0 16px;
    }

    .search-form .form-control {
        height: 60px;
        padding: 0 60px;
        font-size: 20px;
    }

    .search-suggestions {
        max-height: calc(100vh - 200px);
    }
}

/* Yan Menü Stilleri */
.widget-area {
    padding-left: 30px;
}

.widget {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.widget-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    margin-bottom: 12px;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget ul li a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.widget ul li a:hover {
    color: #007bff;
}

@media (max-width: 991px) {
    .widget-area {
        padding-left: 0;
        margin-top: 40px;
    }
}

/* 404 Sayfa Stilleri */
.error-404 {
    padding: 100px 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.error-content {
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.error-title {
    font-size: 120px;
    font-weight: 700;
    color: #007bff;
    line-height: 1;
    margin-bottom: 20px;
}

.error-subtitle {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.error-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.error-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.error-actions .btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    font-weight: 500;
}

.error-actions .btn svg {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .error-404 {
        padding: 60px 0;
    }

    .error-title {
        font-size: 80px;
    }

    .error-subtitle {
        font-size: 24px;
    }

    .error-description {
        font-size: 16px;
    }

    .error-actions {
        flex-direction: column;
    }

    .error-actions .btn {
        width: 100%;
        justify-content: center;
    }
}



/* Arama Sonuçları Sayfası */
.search-page {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.search-header {
    text-align: center;
    margin-bottom: 60px;
}

.search-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.search-info {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 40px;
}

.search-count {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(0, 123, 255, 0.1);
    color: var(--primary-color);
    border-radius: 20px;
    font-weight: 500;
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    padding: 0 20px;
}

.search-result-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.search-result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.search-result-card .card-content {
    padding: 30px;
}

.search-result-card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 15px;
    line-height: 1.4;
}

.search-result-card .card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.search-result-card .card-title a:hover {
    color: var(--primary-color);
}

.search-result-card .card-excerpt {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-result-card .card-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--light-text);
    font-size: 0.9rem;
}

.search-result-card .read-more {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.search-result-card .read-more svg {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.search-result-card .read-more:hover svg {
    transform: translateX(5px);
}

.search-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
    padding-bottom: 40px;
}

.search-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.search-pagination .page-numbers.current {
    background: var(--primary-color);
    color: #fff;
}

.search-pagination .page-numbers:hover:not(.current) {
    background: rgba(0, 123, 255, 0.1);
    color: var(--primary-color);
}

.search-pagination .next,
.search-pagination .prev {
    width: auto;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .search-page {
        padding: 100px 0 60px;
    }

    .search-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .search-results-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }

    .search-title {
        font-size: 1.8rem;
    }

    .search-info {
        font-size: 1rem;
    }

    .search-pagination {
        margin-top: 40px;
    }
}

/* Blog Sayfası Stilleri */
.blog-post {
    padding: 0;
    background: #fff;
    margin-top: 80px;
}

.blog-post.has-thumbnail {
    margin-top: 0;
}

.blog-featured-image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

.blog-featured-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-header {
    margin: 0 auto 60px;
    text-align: center;
    position: relative;
    max-width: 900px;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    z-index: 2;
}

.has-thumbnail .blog-header {
    margin-top: -100px;
}

.blog-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 30px;
    line-height: 1.3;
}

.blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    color: var(--text-color);
    font-size: 1rem;
    margin-bottom: 0;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: #f8f9fa;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.meta-item:hover {
    background: var(--primary-color);
    color: #fff;
}

.meta-item:hover i {
    color: #fff;
}

.meta-item i {
    color: var(--primary-color);
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.blog-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-content p {
    font-size: 1.2rem;
    line-height: 1.9;
    color: var(--text-color);
    margin-bottom: 30px;
}

.blog-content img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin: 40px 0;
}

.blog-tags {
    margin: 60px 0;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 20px;
    color: var(--text-color);
}

.blog-tags i {
    color: var(--primary-color);
    margin-right: 15px;
    font-size: 1.2rem;
}

.blog-tags a {
    display: inline-block;
    padding: 6px 16px;
    margin: 5px;
    background: #fff;
    border-radius: 20px;
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.blog-tags a:hover {
    color: #fff;
    background: var(--primary-color);
    transform: translateY(-2px);
}

.blog-share {
    margin-top: 60px;
    padding: 40px;
    border-radius: 20px;
    background: #f8f9fa;
}

.blog-share-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-share-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.share-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 30px;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 180px;
}

.share-button i {
    font-size: 1.2rem;
}

.share-button.facebook {
    background: #1877f2;
}

.share-button.twitter {
    background: #1da1f2;
}

.share-button.linkedin {
    background: #0a66c2;
}

.share-button.whatsapp {
    background: #25d366;
}

.share-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    color: #fff;
}

.blog-navigation {
    margin-top: 80px;
    padding: 0;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}



.nav-item.prev {
    text-align: left;
}

.nav-item.next {
    text-align: right;
    flex-direction: row-reverse;
}

.nav-item i {
    font-size: 1.4rem;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.nav-content span {
    display: block;
    font-size: 0.9rem;
    color: var(--text-color);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark-color);
    margin: 0;
    transition: color 0.3s ease;
}

.nav-item:hover {
   /* background: #fff;
    */transform: translateY(-5px);
 /*   box-shadow: 0 20px 40px rgba(0,0,0,0.1);*/
}

.nav-item:hover i {
    transform: translateX(-5px);
}

.nav-item.next:hover i {
    transform: translateX(5px);
}

.nav-item:hover h4 {
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .blog-post {
        margin-top: 60px;
    }

    .blog-featured-image {
        height: 400px;
    }
    
    .blog-header {
        margin: 0 20px 40px;
        padding: 30px;
    }
    
    .has-thumbnail .blog-header {
        margin-top: -80px;
    }
    
    .blog-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .blog-post {
        margin-top: 40px;
    }

    .blog-featured-image {
        height: 300px;
    }
    
    .blog-header {
        margin: 0 15px 30px;
        padding: 20px;
    }
    
    .has-thumbnail .blog-header {
        margin-top: -60px;
    }
    
    .blog-title {
        font-size: 2rem;
    }
    
    .blog-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .blog-content {
        padding: 0 15px;
    }
    
    .share-button {
        width: 100%;
    }
    
    .blog-navigation {
        flex-direction: column;
    }
    
    .nav-item {
        width: 100%;
        padding: 20px;
    }
}



/* İletişim Formu Stilleri */
.contact-form-section {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 50px;
}

.contact-form-section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-size: 32px;
    font-weight: 600;
}

/* Contact Form 7 Özel Stilleri */
.wpcf7-form {
    max-width: 800px;
    margin: 0 auto;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 5px;
    color: #555;
    font-weight: 500;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    border-color: #0056b3;
    box-shadow: 0 0 0 2px rgba(0,86,179,0.2);
    outline: none;
}

.wpcf7-form textarea {
    height: 150px;
    resize: vertical;
}

.wpcf7-form input[type="submit"] {
    background: #0056b3;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 30px auto 0;
}

.wpcf7-form input[type="submit"]:hover {
    background: #003d82;
    transform: translateY(-2px);
}

/* Form Hata ve Başarı Mesajları */
.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 30px 0 0;
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #dc3545;
    background: #fff5f5;
    color: #dc3545;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #28a745;
    background: #f4fff6;
    color: #28a745;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .contact-box {
        flex: 100%;
    }
    
    .contact-form-section {
        padding: 20px;
    }

    .wpcf7-form {
        padding: 0 10px;
    }
}


.nav-item.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    min-width: 200px;
    margin-top: 15px !important;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.nav-item.dropdown .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-item.dropdown .dropdown-item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: transparent;
}

.nav-item.dropdown .dropdown-item:hover,
.nav-item.dropdown .dropdown-item:focus,
.nav-item.dropdown .dropdown-item.active {
    color: var(--primary-color);
    background: rgba(56, 189, 238, 0.08);
    transform: translateX(5px);
}

.nav-item.dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    content: "";
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    transition: transform 0.3s ease;
}

.nav-item.dropdown .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    /* Mobil menü düzenlemeleri */
    .nav-item.dropdown .dropdown-menu {
        position: static !important;
        width: 100% !important;
        background: transparent !important;
        backdrop-filter: none !important;
        border: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 100% !important;
        transform: none !important;
        display: none;
    }

    .nav-item.dropdown .dropdown-menu.show {
        display: block;
        background: rgba(255,255,255,0.05) !important;
    }

    .nav-item.dropdown .dropdown-item {
        color: rgba(255,255,255,0.8) !important;
        padding: 12px 20px !important;
        font-size: 1rem !important;
        /* border-bottom: 1px solid rgba(255,255,255,0.1); */
         transform: none !important; 
        transition: none !important;
        text-wrap: auto;
    }

    .nav-item.dropdown .dropdown-item:hover,
    .nav-item.dropdown .dropdown-item:focus,
    .nav-item.dropdown .dropdown-item.active {
        background: rgba(255,255,255,0.1) !important;
        color: #fff !important;
        transform: none !important;
        padding-left: 20px !important;
    }

    .nav-item.dropdown {
        position: relative;
        width: 100%;
    }

    .nav-item.dropdown > .nav-link {
        padding-right: 40px !important;
    }

    .nav-item.dropdown .dropdown-toggle::after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    /* Menü öğelerinin hover efektlerini kaldır */
    .nav-item:hover,
    .nav-item.dropdown .dropdown-item:hover {
        transform: none !important;
    }
}

.welcome-section {
    position: relative;
    padding: 0;
    background: #fff;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.welcome-container {
    max-width: 100%;
    margin: 0;
    padding: 0 80px;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.welcome-text {
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.welcome-title {
    font-family: 'Figtree', sans-serif;
    font-size: 3.4rem; /* biraz küçültüldü */
    font-weight: 800;
    color: #1a1f2d;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.welcome-title span {
    color: #FF9900;
    display: block;
    font-size: 4.5rem;
}

.welcome-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
  
    max-width: 550px;
}

.discover-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    background: #38BDEE;
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 12.5rem;
}

.discover-btn:hover {
    background: #2aa8d8;
    transform: translateY(-2px);
}

.welcome-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.welcome-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    inline-size: fit-content;
}

@media (max-width: 1400px) {
    .welcome-container {
        padding: 0 60px;
    }
    
    .welcome-image {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .welcome-title, 
    .welcome-title span {
        font-size: 3.5rem;
    }
    
    .welcome-container {
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .welcome-section {
        padding: 60px 0;
        min-height: auto;
        height: auto;
    }

    .welcome-container {
        flex-direction: column;
        height: auto;
        padding: 0 20px;
    }

    .welcome-text {
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .welcome-description {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .welcome-image {
        position: relative;
        width: 100%;
        height: auto;
    }

    .welcome-image img {
        max-height: none;
        width: 100%;
        height: auto;
    }

    .welcome-title, 
    .welcome-title span {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    .welcome-section {
        padding: 40px 0;
    }

    .welcome-container {
        padding: 0 15px;
    }

    .welcome-title, 
    .welcome-title span {
        font-size: 2.5rem;
    }

    .welcome-description {
        font-size: 1rem;
    }
}

.process-overview {
    background-color: #f8f9fa;
    padding: 60px 0;
    margin-top: 0;
    position: relative;
}

.process-overview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0,0,0,0.1), transparent);
}

.process-overview-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.process-overview-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1f2d;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.process-overview-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

@media (max-width: 991px) {
    .process-overview {
        padding: 40px 0;
    }

    .process-overview-title {
        font-size: 2rem;
    }

    .process-overview-text {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .process-overview {
        padding: 30px 0;
    }

    .process-overview-title {
        font-size: 1.75rem;
    }

    .process-overview-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* Statistics Section */
.statistics-section {
    padding: 60px 0;
    background-color: #fff;
}

.statistics-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.stat-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #38bdee;
    line-height: 1;
    white-space: nowrap;
}

.stat-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-title {
    font-size: 0.875rem;
    color: #1a1f2d;
    line-height: 1.2;
}

.stat-subtitle {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.2;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background-color: #e5e7eb;
    margin: 0 10px;
}

@media (max-width: 991px) {
    .statistics-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .stat-item {
        width: 100%;
        justify-content: flex-start;
        padding: 10px 0;
    }

    .stat-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .statistics-section {
        padding: 40px 0;
    }

    .statistics-wrapper {
        padding: 15px;
    }

    .stat-number {
        font-size: 1.75rem;
    }

    .stat-title {
        font-size: 0.8125rem;
    }

    .stat-subtitle {
        font-size: 0.75rem;
    }
}

/* Integrations Section */
.integrations-section {
    padding: 80px 0;
    background-color: #fff;
}

.integrations-group {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.integration-category {
    text-align: center;
}

.category-title {
    font-size: 2rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.2;
}

.category-title span {
    color: #38bdee;
    font-weight: 700;
}

.integration-image {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.integration-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.integration-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .integrations-section {
        padding: 60px 0;
    }

    .integrations-group {
        gap: 60px;
    }

    .category-title {
        font-size: 1.75rem;
    }

    .integration-image {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .integrations-section {
        padding: 40px 0;
    }

    .integrations-group {
        gap: 40px;
    }

    .category-title {
        font-size: 1.5rem;
    }

    .integration-image {
        padding: 15px;
    }
}

