/*
 * Page-Specific Styles - Alkalsan Alüminyum
 * Tüm sayfalara özel CSS stilleri bu dosyada toplanmıştır
 * Bootstrap 4.5.2 ile optimize edilmiştir
 */

/* =================================================================== */
/* Homepage (index.aspx & indexEN.aspx) - Bootstrap Components
====================================================================== */

/* Hero Slider */
.hero-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .hero-slider .carousel {
        position: relative;
        width: 100%;
    }

    .hero-slider .carousel-item {
        position: relative;
        display: none;
        width: 100%;
    }

        .hero-slider .carousel-item.active {
            display: block;
        }

        .hero-slider .carousel-item img {
            height: 450px;
            object-fit: cover;
            width: 100%;
            display: block;
            margin: 0;
            padding: 0;
        }

    .hero-slider .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .hero-slider .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        margin: 0;
        padding: 0;
    }

        .hero-slider .carousel-indicators li {
            background-color: rgba(255, 255, 255, 0.5);
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 5px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .hero-slider .carousel-indicators .active {
            background-color: #fff;
            transform: scale(1.2);
        }

    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

        .hero-slider .carousel-control-prev:hover,
        .hero-slider .carousel-control-next:hover {
            background: rgba(0, 0, 0, 0.7);
            transform: translateY(-50%) scale(1.1);
        }

    .hero-slider .carousel-control-prev {
        left: 20px;
    }

    .hero-slider .carousel-control-next {
        right: 20px;
    }

    .hero-slider .carousel-control-prev-icon,
    .hero-slider .carousel-control-next-icon {
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .hero-slider .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='m5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
    }

    .hero-slider .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='m2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
    }

@media (max-width: 768px) {
    .hero-slider .carousel-item img {
        height: 300px;
    }

    .hero-slider .carousel-inner {
        overflow: visible;
    }

    .hero-slider .carousel-item {
        display: none;
    }

        .hero-slider .carousel-item.active {
            display: block;
        }

    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .hero-slider .carousel-control-prev {
        left: 10px;
    }

    .hero-slider .carousel-control-next {
        right: 10px;
    }

    .hero-slider .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
}

@media (max-width: 480px) {
    .hero-slider .carousel-item img {
        height: 200px;
    }

    .hero-slider .carousel-inner {
        overflow: visible;
    }

    .hero-slider .carousel-item {
        display: none;
    }

        .hero-slider .carousel-item.active {
            display: block;
        }

    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next {
        width: 35px;
        height: 35px;
    }

    .hero-slider .carousel-control-prev {
        left: 5px;
    }

    .hero-slider .carousel-control-next {
        right: 5px;
    }

    .hero-slider .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin: 0 2px;
    }

    .hero-slider .carousel-control-prev-icon,
    .hero-slider .carousel-control-next-icon {
        width: 16px;
        height: 16px;
    }
}

/* Features Section */
.features-section {
    background: #fff;
}

/* Feature Card Font Classes */
.lexfont {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 200 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.lexbold {
    font-family: 'Lexend', sans-serif !important;
    font-weight: 700 !important;
}

.feature-card {
    background: #fff !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
    border: 1px solid #f0f0f0 !important;
    padding: 2rem !important;
    margin-bottom: 1.5rem !important;
    min-height: 280px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

    .feature-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
        border-color: #3A3531 !important;
    }

    .feature-card h3 {
        color: #3A3531 !important;
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    .feature-card p {
        color: #666 !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 0 !important;
    }

.feature-icon-bg {
    position: absolute;
    top: -5%;
    right: -15%;
    opacity: 0.5;
    pointer-events: none;
    z-index: 999;
}

    .feature-icon-bg i {
        font-size: 55px;
        color: #000;
        transform: rotate(40deg);
    }

.feature-icon {
    margin-bottom: 1.5rem !important;
}

    .feature-icon i {
        color: #3A3531 !important;
        font-size: 3rem !important;
    }

@media (max-width: 768px) {
    .feature-icon-bg {
        display: none;
    }

    .feature-card {
        min-height: 250px !important;
        padding: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

        .feature-card h3 {
            font-size: 1.25rem !important;
        }

    .feature-icon i {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 480px) {
    .feature-card {
        min-height: 220px !important;
        padding: 1.25rem !important;
    }

        .feature-card h3 {
            font-size: 1.1rem !important;
        }

        .feature-card p {
            font-size: 13px !important;
        }

    .feature-icon i {
        font-size: 2rem !important;
    }
}

/* Production Gallery Carousel */
.production-gallery-section {
    background: #f8f9fa !important;
    padding: 3rem 0 !important;
    overflow: hidden !important;
}

    .production-gallery-section .container {
        max-width: 1200px !important;
        padding: 0 15px !important;
    }

    .production-gallery-section h3 {
        color: #3A3531 !important;
        font-size: 2.5rem !important;
        margin-bottom: 1rem !important;
        font-weight: 700 !important;
        text-align: center !important;
    }

    .production-gallery-section p {
        color: #666 !important;
        font-size: 1.1rem !important;
        margin-bottom: 2rem !important;
        text-align: center !important;
    }

.production-card {
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    height: auto !important;
    min-height: 220px !important;
    margin-bottom: 1.5rem !important;
    border: 1px solid #f0f0f0 !important;
}

    .production-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
        border-color: #3A3531 !important;
    }

    .production-card img {
        width: 100% !important;
        height: 200px !important;
        display: block !important;
        object-fit: cover !important;
        transition: transform 0.3s ease !important;
    }

    .production-card:hover img {
        transform: scale(1.05) !important;
    }

.production-card-link {
    text-decoration: none !important;
    display: block !important;
    height: 100% !important;
}

    .production-card-link:hover {
        text-decoration: none !important;
    }

/* Carousel Structure */
.production-gallery-section .carousel {
    position: relative !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
}

.production-gallery-section .carousel-inner {
    position: relative !important;
    width: 100% !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
}

.production-gallery-section .carousel-item {
    position: relative !important;
    display: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: none !important;
}

    .production-gallery-section .carousel-item.active {
        display: block !important;
    }

    .production-gallery-section .carousel-item .row {
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
    }

    .production-gallery-section .carousel-item .col-lg-3 {
        padding: 0 10px !important;
        margin-bottom: 20px !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .production-gallery-section .carousel-item .col-md-6 {
        padding: 0 10px !important;
        margin-bottom: 15px !important;
    }

.btn-custom {
    background-color: #3A3531 !important;
    border-color: #3A3531 !important;
    color: white !important;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .btn-custom:hover {
        background-color: #2d2825 !important;
        border-color: #2d2825 !important;
        color: white !important;
        transform: translateY(-2px);
    }

/* Carousel Indicators */
.production-gallery-section .carousel-indicators {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 20px auto 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: row !important;
    width: auto !important;
}

    .production-gallery-section .carousel-indicators li {
        background-color: #ccc !important;
        width: 12px !important;
        height: 12px !important;
        border-radius: 50% !important;
        margin: 0 5px !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        border: none !important;
        display: inline-block !important;
        text-indent: 0 !important;
        opacity: 1 !important;
    }

    .production-gallery-section .carousel-indicators .active {
        background-color: #3A3531 !important;
        transform: scale(1.2) !important;
    }

/* Override Bootstrap Default Carousel Indicators */
.production-gallery-section .carousel-indicators {
    text-align: center !important;
}

    .production-gallery-section .carousel-indicators li {
        background-clip: padding-box !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
        margin: 0 5px !important;
        text-indent: 0 !important;
        width: 12px !important;
        height: 12px !important;
        border-radius: 50% !important;
        background-color: #ccc !important;
    }

    .production-gallery-section .carousel-indicators .active {
        background-color: #3A3531 !important;
    }

/* Carousel Controls */
.production-gallery-section .carousel-control-prev,
.production-gallery-section .carousel-control-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(58, 53, 49, 0.8) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
}

    .production-gallery-section .carousel-control-prev:hover,
    .production-gallery-section .carousel-control-next:hover {
        background: rgba(58, 53, 49, 1) !important;
        transform: translateY(-50%) scale(1.1) !important;
    }

.production-gallery-section .carousel-control-prev {
    left: 15px !important;
}

.production-gallery-section .carousel-control-next {
    right: 15px !important;
}

.production-gallery-section .carousel-control-prev-icon,
.production-gallery-section .carousel-control-next-icon {
    width: 20px !important;
    height: 20px !important;
    background-size: 100% 100% !important;
}

@media (max-width: 768px) {
    .production-gallery-section h3 {
        font-size: 2rem !important;
    }

    .production-gallery-section p {
        font-size: 1rem !important;
    }

    .production-card {
        min-height: 180px !important;
        margin-bottom: 1rem !important;
    }

        .production-card img {
            height: 150px !important;
        }

    .production-gallery-section .carousel-control-prev {
        left: 5px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .production-gallery-section .carousel-control-next {
        right: 5px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .production-gallery-section .carousel-control-prev-icon,
    .production-gallery-section .carousel-control-next-icon {
        width: 16px !important;
        height: 16px !important;
    }

    .production-gallery-section .carousel-item .col-lg-3 {
        padding: 0 5px !important;
        margin-bottom: 15px !important;
    }

    .production-gallery-section .carousel-item .col-md-6 {
        padding: 0 5px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 480px) {
    .production-gallery-section h3 {
        font-size: 1.75rem !important;
    }

    .production-gallery-section p {
        font-size: 0.9rem !important;
    }

    .production-card {
        min-height: 150px !important;
        margin-bottom: 0.75rem !important;
    }

        .production-card img {
            height: 120px !important;
        }

    .production-gallery-section .carousel-control-prev {
        left: 2px !important;
        width: 35px !important;
        height: 35px !important;
    }

    .production-gallery-section .carousel-control-next {
        right: 2px !important;
        width: 35px !important;
        height: 35px !important;
    }

    .production-gallery-section .carousel-control-prev-icon,
    .production-gallery-section .carousel-control-next-icon {
        width: 14px !important;
        height: 14px !important;
    }

    .production-gallery-section .carousel-item .col-lg-3 {
        padding: 0 3px !important;
        margin-bottom: 10px !important;
    }

    .production-gallery-section .carousel-item .col-md-6 {
        padding: 0 3px !important;
        margin-bottom: 8px !important;
    }
}

/* Contact Pages - Bootstrap Responsive */
.contact-sidebar {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

    .contact-sidebar .widget {
        margin-bottom: 25px;
    }

        .contact-sidebar .widget:last-child {
            margin-bottom: 0;
        }

.contact-info h5 {
    color: #3A3531;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-info p {
    margin-bottom: 5px;
}

.contact-info a {
    color: #3A3531;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .contact-info a:hover {
        color: #052331;
        text-decoration: underline;
    }

.working-hours p {
    margin-bottom: 8px;
}

.map-section {
    margin-bottom: 40px;
}

.google-map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.contact-form-section {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.form-label {
    font-weight: 600;
    color: #3A3531;
    margin-bottom: 8px;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .form-control:focus {
        border-color: #3A3531;
        box-shadow: 0 0 0 0.2rem rgba(58, 53, 49, 0.25);
    }

.form-check-input:checked {
    background-color: #3A3531;
    border-color: #3A3531;
}

.form-check-label a {
    color: #3A3531 !important;
    text-decoration: none;
}

    .form-check-label a:hover {
        color: #052331 !important;
        text-decoration: underline;
    }

/* Responsive Adjustments */
@media (max-width: 992px) {
    .contact-sidebar {
        margin-bottom: 30px;
    }

    .contact-form-section {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .google-map-container iframe {
        height: 300px !important;
    }

    .contact-form-section {
        padding: 15px;
    }

    .contact-sidebar {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .google-map-container iframe {
        height: 250px !important;
    }

    .contact-form-section {
        padding: 10px;
    }

    .contact-sidebar {
        padding: 10px;
    }

    .btn-custom {
        width: 100%;
    }
}

/* Modern Header Styles */
.header-logo {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}

    .header-logo:hover {
        transform: scale(1.05);
    }

.header-divider {
    border-left: 2px solid #e0e0e0;
    height: 30px;
    position: relative;
    margin: 0 20px;
}

    .header-divider::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -2px;
        width: 4px;
        height: 4px;
        background: #3A3531;
        border-radius: 50%;
        transform: translateY(-50%);
    }

.header-slogan {
    font-size: 16px;
    color: #555;
    line-height: 1.4;
    font-weight: 300;
    text-align: center;
}

    .header-slogan strong {
        color: #3A3531;
        font-weight: 600;
    }

/* Modern Header Controls */
.header-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
    justify-content: center;
}

.language-switcher {
    position: relative;
    margin: 0 0 10px 0;
}

.language-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 25px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .language-toggle:hover {
        background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

.language-icon {
    width: 20px;
    height: auto;
    filter: grayscale(0.3);
}

.language-options {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-option {
    color: #787878 !important;
    font-weight: 500;
    text-decoration: none !important;
    padding: 4px 8px;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 14px;
}

    .lang-option:hover,
    .lang-option.active {
        color: #3A3531 !important;
        background: rgba(58, 53, 49, 0.1);
        transform: scale(1.05);
    }

.lang-separator {
    color: #ccc;
    font-weight: 300;
}

/* Modern Social Media Buttons */
.social-media {
    display: flex;
    gap: 12px;
    margin: 0;
    justify-content: center;
    width: 100%;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.linkedin-btn {
    background: #3A3531;
    color: white;
}

.google-btn {
    background: #3A3531;
    color: white;
}

.social-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.social-btn:hover::before {
    left: 100%;
}

.social-btn:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.social-btn i {
    font-size: 16px;
    z-index: 1;
}

/* Modern Search Widget */
.search-widget {
    position: relative;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 25px;
    border: 2px solid #e0e0e0;
    padding: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 290px;
    min-width: 290px;
}

    .search-input-wrapper:focus-within {
        border-color: #3A3531;
        box-shadow: 0 0 0 3px rgba(58, 53, 49, 0.1);
        transform: translateY(-2px);
    }

.search-icon {
    position: absolute;
    left: 15px;
    color: #999;
    font-size: 14px;
    z-index: 3;
    pointer-events: none;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 15px 12px 50px;
    font-size: 14px;
    background: transparent;
    color: #333;
    width: 250px;
    min-width: 250px;
    z-index: 1;
}

    .search-input::placeholder {
        color: #999;
        font-style: italic;
    }

.search-btn-modern {
    background: linear-gradient(135deg, #3A3531 0%, #2d2825 100%);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .search-btn-modern:hover {
        background: linear-gradient(135deg, #2d2825 0%, #1f1b18 100%);
        transform: scale(1.1);
    }

/* Header Responsive Adjustments */
@media (max-width: 992px) {
    .header-logo {
        height: 50px;
    }

    .header-slogan {
        font-size: 15px;
        text-align: center;
    }

    .header-divider {
        height: 25px;
        margin: 0 15px;
    }

    .header-controls {
        gap: 20px;
    }

    .search-input {
        width: 200px;
        min-width: 200px;
        padding: 12px 15px 12px 45px;
    }

    .search-input-wrapper {
        width: 240px;
        min-width: 240px;
    }
}

@media (max-width: 768px) {
    .header-logo {
        height: 45px;
    }

    .header-slogan {
        font-size: 14px;
        margin-top: 5px;
        text-align: center;
    }

    .header-divider {
        height: 20px;
        margin: 0 12px;
    }

    .header-controls {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        justify-content: center;
    }

    .language-toggle {
        padding: 6px 12px;
    }

    .social-btn {
        width: 35px;
        height: 35px;
    }

        .social-btn i {
            font-size: 14px;
        }

    /* Search box'ı mobilde gizle */
    .search-widget {
        display: none;
    }

    /* Banner responsive düzenlemesi */
    .row.align-items-center {
        flex-direction: column;
        text-align: center;
    }

    .col-lg-8 {
        margin-bottom: 20px;
    }

    .d-flex.align-items-center.flex-wrap {
        justify-content: center;
        flex-direction: column;
    }

        .d-flex.align-items-center.flex-wrap > div:first-child {
            margin-bottom: 15px;
        }
}

@media (max-width: 576px) {
    .header-logo {
        height: 40px;
    }

    .header-slogan {
        font-size: 13px;
        margin-top: 8px;
        text-align: center;
    }

    .header-divider {
        height: 18px;
        margin: 0 10px;
    }

    .header-controls {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .language-toggle {
        padding: 5px 10px;
        gap: 8px;
    }

    .language-icon {
        width: 16px;
    }

    .lang-option {
        font-size: 13px;
        padding: 3px 6px;
    }

    .social-btn {
        width: 32px;
        height: 32px;
    }

        .social-btn i {
            font-size: 13px;
        }

    /* Search box'ı mobilde gizle */
    .search-widget {
        display: none;
    }

    /* Banner responsive düzenlemesi */
    .row.align-items-center {
        flex-direction: column;
        text-align: center;
    }

    .col-lg-8 {
        margin-bottom: 15px;
    }

    .d-flex.align-items-center.flex-wrap {
        justify-content: center;
        flex-direction: column;
    }

        .d-flex.align-items-center.flex-wrap > div:first-child {
            margin-bottom: 10px;
        }
}

@media (max-width: 480px) {
    .header-logo {
        height: 35px;
    }

    .header-slogan {
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }

    .header-divider {
        height: 15px;
        margin: 0 8px;
    }

    .header-controls {
        gap: 12px;
        justify-content: center;
    }

    .language-toggle {
        padding: 4px 8px;
        gap: 6px;
    }

    .language-icon {
        width: 14px;
    }

    .lang-option {
        font-size: 12px;
        padding: 2px 4px;
    }

    .social-btn {
        width: 30px;
        height: 30px;
    }

        .social-btn i {
            font-size: 12px;
        }

    /* Search box'ı mobilde gizle */
    .search-widget {
        display: none;
    }

    /* Banner responsive düzenlemesi */
    .row.align-items-center {
        flex-direction: column;
        text-align: center;
    }

    .col-lg-8 {
        margin-bottom: 12px;
    }

    .d-flex.align-items-center.flex-wrap {
        justify-content: center;
        flex-direction: column;
    }

        .d-flex.align-items-center.flex-wrap > div:first-child {
            margin-bottom: 8px;
        }
}

.hover-lift {
    transition: all 0.3s ease;
}

    .hover-lift:hover {
        transform: translateY(-3px);
    }

/* =================================================================== */
/* Hero Section - Tüm Sayfalar İçin Ortak
====================================================================== */
.page-hero {
    position: relative;
    padding: 60px 20px;
    background: linear-gradient(135deg, #052331 0%, #4C4C4C 100%);
    color: white;
    text-align: center;
    overflow: hidden;
}

    .page-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/banner/alkalsandisgorunum.svg');
        background-size: cover;
        background-position: center;
        opacity: 0.1;
        animation: slideBackground 30s linear infinite;
    }

    .page-hero h1 {
        position: relative;
        z-index: 2;
        font-size: 42px;
        margin-bottom: 20px;
        animation: fadeInDown 1s ease-out;
        color: white;
    }

    .page-hero p {
        position: relative;
        z-index: 2;
        font-size: 18px;
        max-width: 800px;
        margin: 0 auto;
        animation: fadeInUp 1s ease-out 0.3s backwards;
        color: white;
        font-weight: 300;
    }

@keyframes slideBackground {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 100%;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .page-hero h1 {
        font-size: 32px;
    }

    .page-hero p {
        font-size: 16px;
    }
}

/* =================================================================== */
/* About Page (Hakkımızda) - about.aspx & aboutEN.aspx
====================================================================== */
.references-section {
    background-image: url('../images/world-map.jpg');
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #000;
    max-width: 80%;
    margin: 20px auto;
    text-align: justify;
}

    .references-section h2 {
        color: #000;
        text-align: left;
        margin-bottom: 10px;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
    }

    .references-section h3 {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .references-section ul {
        list-style-type: disc;
        padding-left: 20px;
    }

        .references-section ul li {
            margin-bottom: 2px;
        }

    .references-section .separator {
        border-top: 1px solid #000;
        margin: 15px 0;
    }

.bg {
    background-image: url("../images/portfolio/earth.png");
}

.why-us-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

    .why-us-section .col {
        flex: 1;
        text-align: center;
        padding: 0 10px;
        border-right: 1px solid #000;
        position: relative;
    }

        .why-us-section .col:last-child {
            border-right: none;
        }

    .why-us-section .fa-share {
        font-size: 50px;
        color: #000;
        transform: rotate(40deg);
        position: absolute;
        right: 250px;
        margin-top: -40px;
        opacity: 0.3;
    }

    .why-us-section .precise-col .fa-share {
        font-size: 50px;
        color: #000;
        transform: rotate(40deg);
        position: absolute;
        right: 240px;
        top: 95%;
        margin-top: -150px;
        opacity: 0.3;
    }

.row .col-md-4 {
    border-right: 1px solid #000;
}

.row .col-md-6:last-child,
.row .col-md-8:last-child {
    border-right: none;
}

.mb3 {
    margin-bottom: 19px !important;
}

/* =================================================================== */
/* Certificate Page (Sertifika) - certificate.aspx & certificateEN.aspx
====================================================================== */
.certificate-scroll {
    display: flex;
    overflow-x: auto;
    padding: 40px 20px;
    gap: -40px;
    scroll-behavior: smooth;
}

.certificate-card {
    flex: 0 0 300px;
    margin-left: -100px;
    cursor: pointer;
    transition: transform 0.3s;
    z-index: 1;
    position: relative;
}

    .certificate-card img {
        width: 100%;
        height: auto;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        border-radius: 8px;
        transition: transform 0.3s;
    }

    .certificate-card:hover {
        transform: scale(1.05);
        z-index: 2;
    }

    .certificate-card:first-child {
        margin-left: 90px !important;
    }

.fontc {
    margin-left: 15% !important;
    margin-right: 15% !important;
    font-size: medium !important;
    text-align: justify;
}

/* Certificate Modal - High Quality Image Viewer */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent !important;
    background-color: transparent !important;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

    .modal-overlay.show {
        display: flex;
    }

.modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: grab;
    background: transparent !important;
    background-color: transparent !important;
}

    .modal-content.grabbing {
        cursor: grabbing;
    }

    .modal-content img {
        max-width: none;
        max-height: none;
        width: auto;
        height: auto;
        display: block;
        transition: transform 0.1s ease-out;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        pointer-events: none;
    }

.modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 36px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    padding: 10px 20px;
    border-radius: 50%;
    z-index: 10000;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-close:hover {
        background: rgba(255,0,0,0.8);
        transform: scale(1.1);
    }

/* Zoom Controls */
.zoom-controls {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 10px;
    z-index: 10000;
}

.zoom-btn {
    background: rgba(0,0,0,0.7);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .zoom-btn:hover {
        background: rgba(76,76,76,0.9);
        transform: scale(1.1);
    }

    .zoom-btn:active {
        transform: scale(0.95);
    }

/* Zoom Info */
.zoom-info {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    z-index: 10000;
}

@media (max-width: 768px) {
    .modal-close {
        top: 10px;
        right: 10px;
        font-size: 24px;
        width: 40px;
        height: 40px;
    }

    .zoom-controls {
        bottom: 20px;
        right: 20px;
        gap: 5px;
    }

    .zoom-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .zoom-info {
        bottom: 20px;
        left: 20px;
        font-size: 12px;
        padding: 8px 15px;
    }
}

/* =================================================================== */
/* Production Page (Üretim) - production.aspx & productionEN.aspx
====================================================================== */
.tool-table {
    width: 95%;
    border-collapse: collapse;
    font-size: 1.8em;
    text-align: center;
    margin: auto;
}

    .tool-table caption {
        font-size: 20px;
        margin: 10px 0;
        text-align: center !important;
        caption-side: top !important;
    }

.tool-table {
    position: relative;
}

    .tool-table thead {
        position: sticky;
        top: 0;
        z-index: 100;
        background: #999;
    }

    .tool-table th {
        background-color: #999 !important;
        color: white;
        padding: 8px;
        text-align: center !important;
        position: sticky;
        top: 0;
        z-index: 100;
        border: 1px solid #999 !important;
        display: table-cell !important;
        visibility: visible !important;
    }

        .tool-table th.toolDesc {
            background-color: #999 !important;
            color: white !important;
            font-weight: bold !important;
            padding: 12px 8px !important;
            text-align: center !important;
            position: sticky !important;
            top: 0 !important;
            z-index: 100 !important;
            border: 1px solid #999 !important;
            display: table-cell !important;
            visibility: visible !important;
        }

    .tool-table td {
        padding: 8px;
        border: 1px solid #999 !important;
        font-size: .5em !important;
    }

    .tool-table .section {
        background-color: #eee;
        text-align: left;
        font-size: .8em !important;
    }

    .tool-table .semi {
        /* SemiBold for table headers - handled by fonts.css */
    }

/* =================================================================== */
/* Production Details Page - productionDetails.aspx & productionDetailsEN.aspx
====================================================================== */
.sizee {
    color: #3A3531;
}

/* =================================================================== */
/* Portfolio/References Page - portfolio.aspx & portfolioEN.aspx
====================================================================== */
.trusted-partnerships {
    padding: 40px 0;
}

    .trusted-partnerships h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .trusted-partnerships h3 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 15px;
        color: #333;
        padding-bottom: 5px;
    }

.partnerships-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.partnerships-column {
    flex: 1;
    min-width: 250px;
}

    .partnerships-column ul {
        list-style: square inside;
        padding-left: 0;
    }

    .partnerships-column li {
        margin-bottom: 10px;
        font-size: 14px;
        color: #444;
    }

@media (max-width: 768px) {
    .partnerships-grid {
        flex-direction: column;
    }
}

.containerr {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 60px;
}

.cizgi {
    margin: 20px;
    border-bottom: 3px solid #ddd;
}

/* =================================================================== */
/* Contact Page - contact.aspx & contactEN.aspx
====================================================================== */
#kvkk-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    #kvkk-modal .modal-content {
        padding: 20px;
        max-width: 700px;
        width: 100%;
        max-height: 90vh;
        border-radius: 10px;
        overflow-y: auto;
        position: relative;
    }

    #kvkk-modal h2 {
        text-align: center;
    }

    #kvkk-modal p {
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
        text-indent: 30px;
        margin-top: 20px;
    }

    #kvkk-modal button {
        background: #28a745;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        margin-top: 20px;
    }

        #kvkk-modal button:hover {
            background: #218838;
        }

@media screen and (max-width: 768px) {
    #kvkk-modal .modal-content {
        max-width: 100%;
        height: 90vh;
    }
}

/* =================================================================== */
/* Pictures Page - pictures.aspx
====================================================================== */
.portfolio-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Pictures Modal Styles */
#imageModal .modal-content {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15) !important;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
}

#imageModal #modalImage {
    display: block;
    max-width: 90%;
    max-height: 80vh;
    margin: 20px auto;
    object-fit: contain;
    z-index: 1;
    position: relative;
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    padding: 12px 16px;
    color: white;
    font-size: 28px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    z-index: 2;
    transition: background 0.2s ease;
}

    .modal-nav:hover {
        background: rgba(0, 0, 0, 0.7);
    }

#prevArrow {
    left: 20px;
}

#nextArrow {
    right: 20px;
}

#imageModal .btn-close {
    z-index: 1040;
    opacity: 0.5;
}

/* Additional Pictures Modal Styles */
#imageModal .modal-content {
    border: 1px solid #ddd;
}

.four.columns {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
}

#portfolio-wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.modal.show {
    display: block;
    opacity: 1 !important;
    z-index: 1055 !important;
}

.modal-dialog {
    z-index: 1060 !important;
}

.modal-backdrop.show {
    z-index: 1040;
    opacity: 0.5;
}

/* =================================================================== */
/* Utility Classes
====================================================================== */
.mission-vision h4 {
    margin-left: 5% !important;
}
