/* Base styles */
:root {
    --brand-color: #f94028; /* Logo kırmızısı - ana renk */
    --brand-color-hover: #e63820; /* Hover durumları için daha koyu kırmızı */
    --dark-color: #1a1a1a; /* Koyu siyah */
    --text-dark: #333333; /* Metin için koyu gri */
    --text-light: #ffffff; /* Beyaz metin */
    --text-muted: #666666; /* Soluk metin */
    --background-light: #f8f9fa; /* Açık arka plan */
    --dark-bg: rgba(0, 0, 0, 0.9); /* Koyu arka plan */
    --primary-green: #0B4D4F;    /* Koyu yeşil - etiketler için */
    --dark-green: #094348;       /* Daha koyu yeşil */
    --orange: #F4A261;          /* Turuncu - NIEUW etiketi için */
    --dark-red: #A31621;        /* Koyu kırmızı - sağ panel için */
    --dark-button: #1E1E1E;     /* Siyah - LEES MEER butonu için */
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/da3cbeb9f9d3e24f-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/ff72c29b2c472628-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/7abd7e1b25416b2c-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/ae38ad5cb1676142-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/48edddc28509e833-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/12d986ee76dc4d40-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/12a8fa41fb588276-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/cc39c7a773c4ea28-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/f1c0bda18bcff877-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/69bdb45ac24f51fa-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/f2314c4bdf9d4d65-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/001bd5569e32bc4d-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/6993c2100b799b85-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/e2446dee03be5b7d-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/a4675524e0d31a5d-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/974c7d1d89cc60ec-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/dd715deb88bb87c2-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: jeko;
    src: url(/css/fonts/88869d40e8d573f7-s.p.otf) format("opentype");
    font-display: swap;
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: jeko Fallback;
    src: local("Arial");
    ascent-override:68.52%;descent-override:21.52%;line-gap-override:21.16%;size-adjust:111.06%}

.__className_652f9a {
    font-family: jeko,jeko Fallback
}

.__variable_652f9a {
    --font-jeko: "jeko","jeko Fallback"
}

/* Genel Font Stilleri */
body {
    margin: 0;
    padding: 0;
    font-family: Jeko, Arial, Helvetica, sans-serif;
    color: var(--text-dark);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Jeko, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.page-item.active .page-link {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

/* KLANT WORDEN? başlığı için */
.red-section h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}

/* Feature list için */
.feature-list li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* Brand box için */
.brand-box {
    display: inline-flex;
    align-items: center;
    background-color: rgba(249, 64, 40, 0.8); /* Transparent kırmızı */
    color: white;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.brand-box:hover {
    background-color: rgba(249, 64, 40, 1);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(249, 64, 40, 0.2);
}

/* Brand button styles */
.brand-button a {
    color: #fff !important;
    font-family: Jeko, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--brand-color);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.brand-button a i {
    color: #fff; /* İkon rengi beyaz */
}

/* Genel link stilini override etmek için */
.row a.brand-button,
.row .brand-button a {
    color: #fff !important;
}

.brand-button a:hover {
    background-color: var(--brand-color-hover);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(249, 64, 40, 0.2);
    color: #fff !important;
}

/* Products section başlıkları */
.section-header {
    margin-bottom: 40px; /* Section header için alt boşluk */
    text-align: left;
}

.section-header-form
{
    margin-bottom: 20px;
    text-align: left;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px; /* Başlık için alt boşluk */
}

.section-header p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.2px;
}

/* Service cards */
.services-style-two{
    position: relative;
    overflow: hidden;
}
.services-style-two .inner-box {
    position: relative;
    overflow: hidden !important;
    border-radius: 8px;
}
.services-style-two .inner-box .image .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(153, 44, 34, 0.6); /* örnek: koyu kırmızı, %80 opaklık */
    color: #fff;
    text-align: center;
    padding: 12px;
    transition: background 0.3s ease;
}
.services-style-two .inner-box .image {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-style-two .inner-box .image:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.services-style-two .inner-box .image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.services-style-two .inner-box .image img {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
}
.services-style-two .inner-box .image .content {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom:0px;
    text-align: center;
}
.services-style-two .inner-box .image .content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.services-style-two .inner-box .image h3 {
    position: relative;
    z-index: 10;
}
.services-style-two .inner-box .image .content h3 a {
    color: #ffffff;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.services-style-two .inner-box .image .content h3 a:hover {
    text-decoration: underline;
    color: var(---dark-red);
}

/* Responsive */
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 28px;
    }

    .red-section h2 {
        font-size: 28px;
    }

    .feature-list li {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 24px;
    }

    .section-header p {
        font-size: 15px;
    }
}

/* Navbar Styles */
.navbar {
    background-color: transparent;
    transition: all 0.3s ease;
    padding: 20px 0;
    width: 100%;
    z-index: 1030;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar.scrolled {
    background-color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.navbar-brand {
    padding-left: 0;
}

.logo {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}

.scrolled .logo {
    height: 35px;
}

/* Navbar link renkleri */
.navbar-nav .nav-link {
    color: #333 !important;
    padding: 8px 15px !important;
    font-family: Jeko, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* Scroll durumunda beyaz */
.navbar.scrolled .nav-link {
    color: #fff !important;
}

/* Hover durumu */
.navbar-nav .nav-link:hover {
    color: var(--brand-color) !important;
}

/* Aktif link */
.navbar-nav .nav-link.active {
    color: var(--brand-color) !important;
    font-weight: 600;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Dropdown styles */
.dropdown-menu {
    background-color: var(--dark-bg);
    border: none;
    border-radius: 4px;
    margin-top: 10px;
}

.dropdown-item {
    color: #fff;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: rgba(249, 64, 40, 0.1);
    color: var(--brand-color);
}

/* Responsive Menu */
.navbar-collapse {
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    .navbar {
        background-color: transparent !important;
    }

    .navbar.scrolled {
        background-color: rgba(0, 0, 0, 0.85) !important;
    }

    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.85);
    }

    .navbar-collapse {
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.9);
        padding: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        border: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }

    .navbar-collapse.show {
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .nav-item {
        margin: 0;
        padding: 10px 0;
    }

    .language-dropdown {
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 10px 0;
    }

    .language-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        min-width: 100px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 4px;
        padding: 5px 0;
        margin: 0;
    }

    .language-menu a {
        display: block;
        padding: 5px 15px;
        color: #333;
        text-decoration: none;
    }

    .logo {
        height: 35px;
    }

    .navbar-brand {
        padding-left: 20px;
    }
    
    .banner-labels {
        left: 20px;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        padding-left: 15px;
    }
    
    .banner-labels {
        left: 15px;
    }
}

.navbar-collapse.show {
    max-height: 100vh;
}

/* Hero Section */
.hero-section {
    padding-top: 80px;
    margin-bottom: 0;
}

/* Sol Taraf */
.hero-banner {
    position: relative;
    height: 45vh;
    background-size: cover;
    background-position: center;
}

.orange-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #F4A261;
    color: white;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 600;
}

.black-button {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.black-button a {
    display: inline-block;
    background-color: #1E1E1E;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}

/* Sağ Taraf */
.red-section {
    height: 45vh;
    padding: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.red-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    margin-bottom: 20px;
}

.city-boxes {
    display: flex;
    gap: 10px;
    margin: 30px 0;
    position: relative;
    z-index: 2;
}

.city-boxes .brand-box {
    font-size: 14px;
    padding: 6px 15px;
}

.brand-button {
    margin-top: 30px;
    position: relative;
    z-index: 2;
    align-self: flex-start;
}

.brand-button i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.brand-button a:hover i {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991px) {
    .hero-banner,
    .red-section {
        height: auto;
        min-height: 350px;
        padding: 40px 30px;
    }

    .hero-section {
        padding-top: 35px !important;
    }

    .red-section h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .feature-list {
        margin-bottom: 30px;
    }

    .feature-list li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .brand-button {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .hero-banner,
    .red-section {
        min-height: 280px;
        padding: 30px 20px;
    }
    
    .brand-box {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* Product Cards */
.card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}

/* Why Choose Us Section */
.fas,  .fa-brands {
    color: var(--brand-color);
}

/* Custom Buttons */
.btn-primary {
    background-color: var(--brand-color);
    border: none;
    padding: 15px 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: var(--brand-color-hover);
}

.btn-outline-primary {
    color: var(--brand-color);
    border-color: var(--brand-color);
}

.btn-outline-primary:hover {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}

/* Language Selector */
.form-select {
    border-color: var(--brand-color);
}

/* Modern Footer Styles */
.footer {
    background-color: #fff;
    padding: 60px 0 0;
    color: #999;
}

/* Footer başlıkları */
.footer h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

/* Kırmızı çizgi */
.footer h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: var(--brand-color);
    transition: width 0.3s ease;
}

.footer h4:hover::after {
    width: 50px;
}

/* Footer içerik */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--brand-color);
}

.footer-info {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 14px;
}

.footer-info li {
    margin-bottom: 12px;
}

/* Footer Logo */
.footer-logo {
    margin-top: 40px;
}

.footer .row .footer-logo img {
    width: auto !important;
    height: 35px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    filter: grayscale(100%);
}

.footer .row .footer-logo img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: translateY(-2px);
}

/* Footer Bottom Styles */
.footer-bottom {
    margin-top: 60px;
    padding: 25px 0;
    border-top: 1px solid #eee;
}

.footer-bottom p {
    color: #999;
    margin: 0;
    font-size: 13px;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom-links li {
    font-size: 13px;
    color: #999;
}

.footer-bottom-links a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--brand-color);
}

@media (max-width: 767px) {
    .footer-bottom .row {
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
    }
    
    .footer-bottom-links li {
        margin: 5px 10px;
    }
}

/* Services Section Styles */
.service-card {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.service-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover img {
    transform: scale(1.05);
}

/* Contact Section Styles */
.contact-section {
    padding: 80px 0;
    background-color: #1a1a1a;
    color: white;
}

.orange-line {
    width: 50px;
    height: 2px;
    background-color: var(--brand-color);
    margin: 20px 0;
}

.testimonial-content h2,
.contact-form h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.subtitle {
    color: #888;
    margin-bottom: 30px;
}

.testimonial-quote {
    position: relative;
    padding: 30px 0;
}

.quote-icon {
    color: #333;
    font-size: 2rem;
    margin-bottom: 20px;
}

.quote-text {
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 30px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.author-name {
    color: var(--brand-color);
    font-weight: 500;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.btn-submit {
    background-color: var(--brand-color);
    color: white;
    padding: 12px 30px;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: var(--brand-color-hover);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .navbar {
        background: rgba(0, 0, 0, 0.9) !important;
    }
    
    .hero-section,
    .hero-content {
        height: auto;
    }
    
    .hero-text {
        top: 30%;
        padding: 0 15px;
    }
    
    .hero-text h1 {
        font-size: 2.5rem;
    }
    
    .contact-section {
        padding: 40px 0;
    }
    
    .testimonial-content,
    .contact-form {
        margin-bottom: 40px;
    }
}

.z-index-1000 {
    z-index: 1000;
}

/* Products Section Styles */
.products-section {
    padding: 60px 0;
    margin: 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.title-line {
    width: 80px;
    height: 3px;
    background-color: #ffc107; /* Bootstrap sarı renk */
    margin: 0 auto 20px;
}

.section-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--brand-color);
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase; /* Büyük harf */
}

.section-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 1px;
    background-color: var(--brand-color);
    transform: translateY(-50%);
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.yellow-line {
    width: 100px;
    height: 3px;
    background-color: var(--brand-color);
    margin: 20px auto;
}

.section-header p {
    font-size: 18px;
    color: #666;
}

/* Responsive düzenlemeler */
@media (max-width: 991.98px) {
    .section-header {
        margin-bottom: 30px;
        padding-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .section-header {
        margin-bottom: 20px;
        padding-top: 20px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
}

/* Hero section ile ilk section arası boşluk */
.hero-section + .section-header {
    padding-top: 80px;
}

@media (max-width: 991.98px) {
    .hero-section + .section-header {
        padding-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .hero-section + .section-header {
        padding-top: 30px;
    }
}

.row a {
    text-decoration: none;
    color: #333;
}

/* Genel row img stilleri */
.inner-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.row h4 {
    color: #333;
    margin: 10px 0 5px 0;
    font-size: 18px;
}

.row p {
    color: #666;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .inner-box img {
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .inner-box img {
        height: 180px;
    }
}

.testimonial-section, .quote-form {
    padding: 50px 0;
}

.quote {
    font-size: 60px;
    color: var(--brand-color);
    line-height: 1;
    margin-bottom: 20px;
}

.testimonial-text {
    font-style: italic;
    color: #888;
    margin-bottom: 30px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.client-details h4 {
    color: var(--brand-color);
    margin: 0;
}

.client-details p {
    margin: 0;
    color: #666;
}

.btn-primary {
    background-color: var(--brand-color);
    border: none;
    padding: 12px 30px;
}

.btn-primary:hover {
    background-color: var(--brand-color-hover);
}

@media (max-width: 991.98px) {
    .testimonial-section, .quote-form {
        padding: 30px 0;
    }
}

.service-intro {
    padding: 80px 0;
}

.service-intro h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.service-intro h2 span {
    color: var(--brand-color);
}

.intro-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #666;
}

.detail-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
}

.features-row {
    margin-top: 50px;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: var(--brand-color);
}

.feature-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: var(--brand-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.feature-icon i {
    font-size: 24px;
    color: #fff;
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #333;
}

.feature-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

@media (max-width: 991.98px) {
    .feature-box {
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .feature-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-icon {
        margin: 0 0 15px 0;
    }
}

.hero-slogan {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.hero-sub-slogan {
    font-size: 24px;
    color: var(--brand-color);
    font-weight: 500;
}

@media (max-width: 768px) {
    .hero-slogan {
        font-size: 28px;
    }
    
    .hero-sub-slogan {
        font-size: 20px;
    }
}

/* Dil seçimi dropdown */
.dropdown-toggle {
    color: #333 !important;
    font-family: Jeko, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.navbar.scrolled .dropdown-toggle {
    color: #fff !important;
}

/* Container padding ayarları */
.container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Hero section container padding */
.hero-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* Banner labels pozisyonu ve padding */
.banner-labels {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 2;
    padding-left: calc((100vw - 1200px) / 2 + 20px); /* Container ile aynı padding */
}

/* Responsive düzenlemeler */
@media (max-width: 1200px) {
    .banner-labels {
        padding-left: 30px; /* Container padding'i ile aynı */
    }
}

@media (max-width: 991.98px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-labels {
        padding-left: 20px;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-labels {
        padding-left: 15px;
    }
}

/* Footer logo için özel stil - daha spesifik seçici */
.footer .row .footer-logo img {
    width: auto !important;
    height: 35px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.footer .row .footer-logo img:hover {
    opacity: 1;
}

/* Modern Scroll to Top Button */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    overflow: hidden;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::before {
    position: absolute;
    content: '';
    inset: 0;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}

.progress-wrap i {
    color: var(--brand-color);
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.progress-wrap:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.progress-wrap:hover i {
    animation: arrowUp 0.4s ease;
    color: var(--brand-color-hover);
}

.progress-wrap svg.progress-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-wrap svg.progress-circle path {
    fill: none;
    stroke: var(--brand-color);
    stroke-width: 3;
    stroke-linecap: round;
    box-sizing: border-box;
    transition: all 200ms linear;
}

@keyframes arrowUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .progress-wrap {
        right: 15px;
        bottom: 15px;
        width: 42px;
        height: 42px;
    }

    .progress-wrap i {
        font-size: 16px;
    }
}
.service-section
{
    padding-top: 30px;
    background-color: #f8f9fa;
}
.why-choose-us {
    padding: 30px 0 60px 0;
}

.accent-line {
    width: 80px;
    height: 4px;
    background-color: var(--brand-color);
    margin: 20px auto;
    border-radius: 2px;
}

.choice-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
}

.choice-card:hover {
    transform: translateY(-10px);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: var(--brand-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.icon-wrapper i {
    font-size: 32px;
    color: white;
}

.choice-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.choice-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .choice-card {
        margin-bottom: 20px;
    }
}

.brand-button-outline {
    display: inline-flex;
    align-items: center;
    padding: 12px 32px;
    background: transparent;
    color: var(--brand-color);
    border: 2px solid var(--brand-color);
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    gap: 10px;
}

.brand-button-outline span {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.brand-button-outline i {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    font-size: 16px;
    color: var(--brand-color); /* İkon için başlangıç rengi */
}

.brand-button-outline:hover {
    color: #fff;
    background: var(--brand-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(249, 64, 40, 0.2);
}

.brand-button-outline:hover i {
    transform: translateX(5px);
    color: #fff; /* Hover durumunda ikon rengi beyaz */
}

.brand-button-outline:active {
    transform: translateY(-1px);
}

/* Infinite Slider Styles */
.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.slider-track {
    display: flex;
    animation: scroll 30s linear infinite;
}

.slide {
    min-width: 25%; /* 4 slide görüntülenecek şekilde */
    padding: 0 15px;
    flex-shrink: 0;
}

.slide-content {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.slide-content:hover {
    transform: translateY(-10px);
}

.slide-content img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 0;
}

.slide-content h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--brand-color);
    margin: 15px 15px 5px 15px;
    text-transform: uppercase;
}

.slide-content p {
    font-size: 16px;
    color: #333;
    margin: 0 15px 15px 15px;
    line-height: 1.4;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* Tam ekran kaydırma */
    }
}

.slider-track:hover {
    animation-play-state: paused;
}

/* Responsive düzenlemeler */
@media (max-width: 1200px) {
    .slide {
        min-width: 33.333%; /* 3 slide görüntülenecek */
    }
}

@media (max-width: 992px) {
    .slide {
        min-width: 50%; /* 2 slide görüntülenecek */
    }
}

@media (max-width: 576px) {
    .slide {
        min-width: 100%; /* 1 slide görüntülenecek */
    }
}

/* Eğer wave/curve için bir div kullanıyorsanız */
.wave-divider {
    margin: 0; /* Tüm margin'leri sıfırla */
    padding: 0; /* Tüm padding'leri sıfırla */
    line-height: 0; /* Line height'ı sıfırla */
}

/* Our Clients section */
.our-clients {
    margin-top: 0; /* Üst margin'i kaldır */
    padding-top: 60px; /* İstenilen boşluğu padding ile ver */
    background: #1a1a1a;
}

/* Contact section için */
.contact-section {
    margin-top: 0; /* Üst margin'i kaldır */
    padding-top: 60px; /* İstenilen boşluğu padding ile ver */
}

.content-section {
    padding: 100px 0;
    background-color: #fff;
}

.section-header h2 {
    color: var(--secondary-blue);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-header p {
    color: #6c757d;
    font-size: 1.1rem;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section .row {
    min-height: 600px; /* Sabit yükseklik */
}

.hero-media-container {
    position: relative;
    height: 100%;
    min-height: 600px;
}

.hero-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sağ taraf için düzenleme */
.red-section {
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.play-button i {
    color: white;
    font-size: 30px;
}

.play-button:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.formRequired
{
    color: var(--dark-red);
}

.feature-row {
    background: #fafafa;
    border-radius: 16px;
    overflow: hidden;
    border: none;
    margin: 24px 0;
    box-shadow: none;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
  }
  .feature-row > div {
    flex: 1 1 0;
    min-width: 120px;
    max-width: 100%;
    padding: 20px 0 12px 0;
    border-right: 1px solid #e3e6e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    min-height: 130px;
    box-sizing: border-box;
  }
  .feature-row > div:last-child {
    border-right: none;
  }
  .feature-row i {
    border: 1px solid #cfd4d8;
    border-radius: 50%;
    color: #6b7280;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: #fff;
    font-size: 22px;
    line-height: 1;
    vertical-align: middle;
    padding: 0;
    flex-shrink: 0;
  }
  .feature-row i > svg,
  .feature-row i > * {
    width: 22px;
    height: 22px;
    display: block;
    margin: auto;
  }
  .feature-row .text-center {
    color: #222;
    font-size: 0.97rem;
    font-weight: 400;
    line-height: 1.22;
    margin-top: 0;
    letter-spacing: 0;
    text-align: center;
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.6em;
  }
  @media (max-width: 991.98px) {
    .feature-row {
      flex-wrap: wrap;
    }
    .feature-row > div {
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
      border-right: 1px solid #e3e6e8;
      border-bottom: 1px solid #e5e7eb;
    }
    .feature-row > div:nth-child(3n) {
      border-right: none;
    }
    .feature-row > div:last-child {
      border-bottom: none;
    }
  }
  @media (max-width: 767.98px) {
    .feature-row > div {
      flex: 0 0 50%;
      max-width: 50%;
      border-right: 1px solid #e3e6e8;
      border-bottom: 1px solid #e5e7eb;
    }
    .feature-row > div:nth-child(2n) {
      border-right: none;
    }
    .feature-row > div:last-child {
      border-bottom: none;
    }
  }
  @media (max-width: 575.98px) {
    .feature-row > div {
      flex: 0 0 100%;
      max-width: 100%;
      border-right: none;
      border-bottom: 1px solid #e5e7eb;
    }
    .feature-row > div:last-child {
      border-bottom: none;
    }
  } 