/* ================================================================
   AYSAN MÜHENDİSLİK TEMA - RENK PALETİ VE ÖZEL STİLLER
   ================================================================
   Ana Renkler:
   - Koyu Mavi: #1a365d
   - Altın: #ffd700
   - Orta Mavi: #2d5a87
   ================================================================ */

/* GLOBAL FONT FIX - Ensure Purista is used everywhere (except icons) */
*:not(i):not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class*="fa-"]) {
    font-family: 'Purista', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* GENEL TEMA */
.aysan-theme {
    --brand-blue: #1a365d;
    --brand-blue-2: #2d5a87;
    --accent: #FFFFFF;
    --accent-rgb: 255, 255, 255;
    background: var(--brand-blue);
    color: #ffffff;
}

.aysan-theme body {
    background: var(--brand-blue);
}

/* PRELOADER - Aysan Renkleri */
.aysan-theme .preloader {
    background: var(--brand-blue);
}

.aysan-theme .preloader .percentage {
    color: var(--accent);
    font-family: 'Purista', 'Roboto', sans-serif !important;
}

.aysan-theme .preloader .progress {
    background: var(--brand-blue-2);
}

/* HEADER */
.aysan-theme header {
    background: rgba(26, 54, 93, 0.95);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 120;
}

.aysan-theme .header-container {
    border-bottom: 1px solid rgba(var(--accent-rgb), 0.2);
}

/* Header actions (burger holder) */
.aysan-theme .header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

/* Header Language Switcher (Flags) */
.aysan-theme .header-lang-switch {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 10px;
    pointer-events: all;
}

.aysan-theme .header-lang-switch a {
    display: block;
    width: 24px;
    height: 18px;
    opacity: 0.7;
    transition: all 0.3s ease;
    border-radius: 3px;
    overflow: hidden;
    pointer-events: all;
}

.aysan-theme .header-lang-switch a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aysan-theme .header-lang-switch a:hover {
    opacity: 1;
    transform: scale(1.1);
}

.aysan-theme .header-lang-switch a.active {
    opacity: 1;
    box-shadow: 0 0 0 2px #ffd700;
}

/* Overlay menu language links */
.aysan-theme .overlay-menu .language-links {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

.aysan-theme .overlay-menu .language-links .title {
    display: block;
    margin-bottom: 10px;
}

.aysan-theme .overlay-menu .language-links a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 15px;
    font-weight: 600;
    font-size: 18px;
    transition: color .2s ease;
    display: inline-block;
    width: auto;
    height: auto;
    opacity: 1;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 0;
}

.aysan-theme .overlay-menu .language-links a:hover {
    color: var(--accent);
    opacity: 1;
    transform: none;
    box-shadow: none;
}

.aysan-theme .overlay-menu .language-links a.active {
    color: #ffd700;
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid #ffd700;
    border-radius: 6px;
    padding: 4px 10px;
    opacity: 1;
    box-shadow: none;
    transform: none;
}

/* OVERLAY MENU */
.aysan-theme .overlay-menu {
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
}

/* When menu is open, avoid background scroll */
body.menu-open {
    overflow: hidden;
}

/* Harden scroll lock for Smooth Scrollbar containers */
body.menu-open #content-scroll,
body.menu-open #content-scroll .scroll-content {
    overscroll-behavior: none;
    -ms-touch-action: none;
    touch-action: none;
}

/* While menu is open, disable pointer/scroll events on main scroll container to block background scrolling, 
   but allow overlay menu and header to remain interactive */
body.menu-open #content-scroll>.site-wrap>main {
    pointer-events: none !important;
}

/* Ensure overlay menu and header remain clickable when menu is open */
body.menu-open .overlay-menu,
body.menu-open header {
    pointer-events: auto !important;
}

.aysan-theme .overlay-menu .close {
    display: block;
    position: absolute;
    right: 60px;
    top: 75px;
    cursor: pointer;
    opacity: 1;
    z-index: 10;
    transition: all ease .3s;
}

.aysan-theme .overlay-menu .close i {
    color: var(--accent);
    font-size: 40px;
    display: block;
}

.aysan-theme .overlay-menu .close:hover i {
    color: #ffffff;
    transform: rotate(90deg);
}

.aysan-theme .overlay-menu nav ul li a {
    color: #ffffff;
    font-family: 'Purista', 'Roboto', sans-serif !important;
    transition: color 0.3s ease;
}

.aysan-theme .overlay-menu nav ul li a:hover {
    color: var(--accent);
}

.aysan-theme .overlay-menu .title {
    color: var(--accent);
    font-family: 'Purista', 'Roboto', sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Ensure right area texts use Purista */
.aysan-theme .overlay-menu .right-area ul li,
.aysan-theme .overlay-menu .right-area ul li a,
.aysan-theme .overlay-menu .right-area ul li p,
.aysan-theme .overlay-menu .left-area nav ul li {
    font-family: 'Purista', 'Roboto', sans-serif !important;
}

/* HERO SECTION */
.hero-main {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
    overflow: hidden;
}

.hero-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.hero-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 8vw, 6rem);
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: bold;
}

.hero-title .line {
    display: block;
}

.hero-subtitle {
    color: var(--accent);
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    margin-bottom: 50px;
    max-width: 800px;
}

.hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* BUTTONS - Aysan Stil */
.aysan-theme .cosa-incek-btn {
    background: var(--accent);
    color: var(--brand-blue);
    padding: 15px 40px;
    border: 2px solid var(--accent);
    transition: all 0.3s ease;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    /* Reduce space to bring button closer to original position */
    position: relative;
    z-index: 2;
}

.aysan-theme .cosa-incek-btn:hover {
    background: var(--accent);
    color: var(--brand-blue);
    transform: scale(1.05);
    border-color: var(--accent);
}

.aysan-theme .cosa-incek-btn span {
    color: var(--brand-blue);
}

.aysan-theme .cosa-incek-btn:hover span {
    color: var(--brand-blue);
}

/* SECTIONS */
.features-section,
.products-preview,
.cta-section {
    padding: 100px 0;
    background: var(--brand-blue);
}

.features-section {
    background: linear-gradient(180deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
}

.section-title {
    color: var(--accent);
    font-size: clamp(2rem, 5vw, 4rem);
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

/* Light background sections need dark titles for contrast */
.product-options-section .section-title,
.product-documents-section .section-title,
.technical-specs-section .section-title,
.latest-blog-section .section-title,
.blog-section .section-title,
.product-detail-section .section-title,
.values-section .section-title,
.certifications-section .section-title,
.timeline-section .section-title {
    color: #1a365d !important;
    text-align: left;
    font-size: clamp(1.2rem, 2.6vw, 2rem);
    line-height: 1.3;
    margin-bottom: 16px;
}

/* About page section subtitles under titles on light backgrounds */
.values-section .section-title + p,
.certifications-section .section-title + p,
.timeline-section .section-title + p {
    color: #333 !important;
    text-align: left !important;
    margin: 0 0 24px !important;
    font-size: 1.05rem;
    max-width: 700px;
}

/* Ensure content text is readable on light backgrounds */
.product-detail-section,
.product-options-section,
.product-documents-section,
.technical-specs-section,
.blog-section,
.blog-detail-section {
    color: #1a365d;
}

.product-detail-section p,
.product-options-section p,
.product-documents-section p,
.technical-specs-section p,
.blog-section p,
.blog-detail-section p {
    color: #333333;
}

/* Reduce icon prominence in section titles and align nicely */
.product-options-section .section-title i,
.product-documents-section .section-title i,
.technical-specs-section .section-title i,
.latest-blog-section .section-title i,
.blog-section .section-title i,
.product-detail-section .section-title i {
    font-size: 1.2em;
    margin-right: 8px;
    vertical-align: middle;
}

.section-subtitle {
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 1.5rem);
    margin-bottom: 60px;
    text-align: center;
    opacity: 0.9;
}

/* FEATURE CARDS */
.features-grid {
    margin-top: 60px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(var(--accent-rgb), 0.3);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

/* Ensure spacing for feature cards inside product features section */
.product-features-section .feature-card {
    margin-bottom: 0 !important;
    padding: 18px 16px 14px;
    min-height: unset;
}

.product-features-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 0;
    /* Sadece dikeyde boşluk, yatayda yok */
}

/* Product Gallery media styles */
.product-gallery .main-media img,
.product-gallery .main-media video {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.thumbnail-gallery {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.thumbnail {
    position: relative;
    max-width: 200px;
    height: 80px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumbnail:hover {
    transform: translateY(-2px);
    border-color: #ffd700;
}

.thumbnail.active {
    border-color: #ffd700;
}

.thumbnail .play-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1;
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: #ffd700;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
    color: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2.5rem;
    box-shadow: 0 5px 20px rgba(26, 54, 93, 0.3);
}

.feature-icon i {
    color: var(--accent);
    font-size: 2.5rem;
}

.feature-card h3 {
    color: var(--accent);
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.feature-card p {
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}

/* PRODUCT CARDS */
.products-grid {
    margin-top: 60px;
}

.product-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(var(--accent-rgb), 0.2);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(var(--accent-rgb), 0.2);
    border-color: var(--accent);
}

.product-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

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

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-card h3 {
    color: var(--accent);
    font-size: 1.5rem;
    margin: 25px 25px 15px;
    font-weight: bold;
}

.product-card p {
    color: #ffffff;
    opacity: 0.9;
    margin: 0 25px 20px;
    line-height: 1.6;
}

.product-card .underline-btn {
    margin: 0 25px 25px;
    display: inline-block;
    color: var(--accent);
    border-bottom-color: var(--accent);
}

.product-card .underline-btn:hover {
    color: #ffffff;
}

/* CTA SECTION */
.cta-section {
    background: linear-gradient(135deg, var(--brand-blue-2) 0%, var(--brand-blue) 100%);
    text-align: center;
    padding: 120px 0;
}

.cta-section h2 {
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 20px;
    font-weight: bold;
}

.cta-section p {
    color: var(--accent);
    font-size: clamp(1rem, 2vw, 1.3rem);
    margin-bottom: 40px;
}

/* FOOTER */
.main-footer {
    background: #0d1f3a;
    color: #ffffff;
    padding: 60px 0 30px;
    border-top: 3px solid var(--accent);
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget h4 {
    color: var(--accent);
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-widget p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

.footer-widget ul li a:hover {
    color: var(--accent);
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(var(--accent-rgb), 0.2);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* ANIMATIONS */
.fade-up-anime {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up-anime:nth-child(1) {
    animation-delay: 0.1s;
}

.fade-up-anime:nth-child(2) {
    animation-delay: 0.2s;
}

.fade-up-anime:nth-child(3) {
    animation-delay: 0.3s;
}

.fade-up-anime:nth-child(4) {
    animation-delay: 0.4s;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-content {
        padding: 60px 0;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .features-section,
    .products-preview,
    .cta-section {
        padding: 60px 0;
    }

    .feature-card,
    .product-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .aysan-theme .cosa-incek-btn {
        padding: 12px 30px;
        font-size: 0.9rem;
    }

    .thumbnail {
        width: calc((100% - 12px) / 2);
    }
}

/* ================================================================
   İÇ SAYFA STİLLERİ - EKLEMELER
   ================================================================ */

/* PAGE HEADER */
.page-header {
    padding: 150px 0 100px;
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
    text-align: center;
}

.blog-detail-header {
    padding: 120px 0 60px !important;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.page-header p {
    font-size: 20px;
    color: var(--accent);
}

/* ABOUT CONTENT */
.about-content {
    padding: 80px 0;
    background: #ffffff;
}

.about-text {
    padding: 20px 40px;
}

.about-text h2 {
    font-size: 36px;
    color: #1a365d;
    margin-bottom: 25px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

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

/* STATS SECTION */
.stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.stat-card {
    text-align: center;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.stat-number {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--accent);
    margin-bottom: 15px;
    font-family: 'Purista', 'Arial', sans-serif;
    text-shadow: 0 2px 10px rgba(var(--accent-rgb), 0.3);
}

.stat-label {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* VALUES SECTION */
.values-section {
    padding: 80px 0;
    background: #ffffff;
}

.value-card {
    text-align: center;
    padding: 40px 30px;
    margin-bottom: 30px;
    background: rgba(26, 54, 93, 0.03);
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.value-card:hover {
    border-color: var(--accent);
    transform: translateY(-5px);
}

.value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a365d 0%, #2d5a87 100%);
    border-radius: 50%;
}

.value-icon i {
    font-size: 32px;
    color: var(--accent);
}

.value-card h3 {
    font-size: 20px;
    color: #1a365d;
    margin-bottom: 15px;
    font-weight: bold;
}

.value-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* CERTIFICATIONS SECTION */
.certifications-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.cert-card {
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.cert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.cert-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--accent-rgb), 0.1);
    border-radius: 50%;
}

.cert-icon i {
    font-size: 28px;
    color: #1a365d;
}

.cert-card h4 {
    font-size: 18px;
    color: #1a365d;
    margin-bottom: 10px;
    font-weight: bold;
}

.cert-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* TIMELINE SECTION */
.timeline-section {
    padding: 80px 0;
    background: #ffffff;
}

.timeline {
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--brand-blue), var(--accent), var(--brand-blue));
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-year {
    flex: 0 0 120px;
    font-size: 32px;
    font-weight: 900;
    color: #ffd700;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

.timeline-year::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #ffd700;
    border: 4px solid var(--brand-blue);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 215, 0, 0.25);
}

.timeline-content {
    flex: 1;
    background: rgba(26, 54, 93, 0.05);
    padding: 30px;
    border-radius: 8px;
    margin: 0 40px;
    border-left: 4px solid #ffd700;
}

.timeline-item:nth-child(even) .timeline-content {
    border-left: none;
    border-right: 4px solid #ffd700;
}

.timeline-content h3 {
    font-size: 22px;
    color: #1a365d;
    margin-bottom: 10px;
    font-weight: bold;
}

.timeline-content p {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.7;
}

/* Responsive Timeline */
@media (max-width: 768px) {
    .timeline::before {
        left: 30px;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        flex-direction: row !important;
    }

    .timeline-year {
        flex: 0 0 60px;
        font-size: 20px;
    }

    .timeline-year::after {
        left: 30px;
    }

    .timeline-content {
        margin: 0 0 0 20px;
    }

.timeline-item:nth-child(even) .timeline-content {
        border-right: none;
        border-left: 4px solid var(--accent);
        margin: 0 0 0 20px;
    }
}

/* Responsive adjustments for About page */
@media (max-width: 991px) {
    .about-text {
        padding: 20px;
    }

    .about-text h2 {
        font-size: 28px;
    }

    .about-content .row.align-items-center[style*="margin-top"] {
        margin-top: 40px !important;
    }

    .stats-section {
        padding: 60px 0;
    }

    .values-section {
        padding: 60px 0;
    }

    .certifications-section {
        padding: 60px 0;
    }

    .timeline-section {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .about-text h2 {
        font-size: 24px;
    }

    .about-text p {
        font-size: 15px;
    }

    .stat-card {
        padding: 30px 15px;
    }

    .value-card {
        padding: 30px 20px;
    }

    .cert-card {
        padding: 25px 15px;
    }
}

/* PRODUCTS DETAIL SECTION */
.products-detail-section {
    padding: 80px 0;
    background: #ffffff;
}

.product-detail-item {
    margin-bottom: 100px;
}

.product-detail-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-detail-text {
    padding: 20px 40px;
}

.product-detail-text h2 {
    font-size: 36px;
    color: #1a365d;
    margin-bottom: 20px;
}

.product-detail-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.product-detail-text h4 {
    font-size: 20px;
    color: var(--brand-blue-2);
    margin: 30px 0 15px;
}

.product-features,
.product-specs {
    list-style: none;
    padding: 0;
}

.product-features li {
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.product-features li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--accent);
    font-size: 16px;
}

.product-specs li {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 4px;
}

.product-specs li strong {
    color: #1a365d;
}

/* ACCESSORIES SECTION */
.accessories-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.accessory-card {
    text-align: center;
    padding: 40px 25px;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

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

.accessory-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
    border-radius: 50%;
    font-size: 28px;
    color: var(--accent);
}

.accessory-card h4 {
    font-size: 20px;
    color: #1a365d;
    margin-bottom: 12px;
}

.accessory-card p {
    font-size: 14px;
    color: #666;
}

/* CONTACT SECTIONS */
.contact-info-section {
    padding: 80px 0;
    background: #ffffff;
}

.contact-info-card {
    text-align: center;
    padding: 40px 30px;
    background: rgba(26, 54, 93, 0.03);
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
}

.contact-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
    border-radius: 50%;
    font-size: 28px;
    color: var(--accent);
}

.contact-info-card h4 {
    font-size: 22px;
    color: #1a365d;
    margin-bottom: 15px;
}

.contact-info-card p {
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
}

.contact-info-card a {
    color: #2d5a87;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-card a:hover {
    color: var(--accent);
}

/* CONTACT FORM */
.contact-form-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-form {
    background: #ffffff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group input,
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 18px 25px;
    background: #f8f9fa;
    border: 1px solid #eef0f2;
    border-radius: 8px;
    font-size: 15px;
    color: #1a365d;
    font-family: 'Purista', 'Roboto', sans-serif;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a365d' d='M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.762L10.825 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    background: #ffffff;
    border-color: #ffd700;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.15);
    transform: translateY(-2px);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #a0a0a0;
    font-weight: 400;
}

.form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
    display: none;
}

.success-message {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* CONTACT FORM BUTTON */
.contact-form .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: linear-gradient(135deg, #ffd700 0%, #f5b300 100%);
    color: #1a365d;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.3px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.35);
    transition: transform .15s ease, box-shadow .2s ease, background .3s ease;
}

.contact-form .btn-primary i {
    font-size: 16px;
}

.contact-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 215, 0, 0.45);
    background: linear-gradient(135deg, #ffe057 0%, #ffc300 100%);
}

.contact-form .btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 6px 16px rgba(255, 215, 0, 0.35);
}

@media (max-width: 576px) {
    .contact-form .btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/* BLOG LIST */
.blog-section {
    padding: 80px 0;
    background: #ffffff;
}

.blog-grid {
    margin-top: 20px;
}

.blog-grid>[class*="col-"] {
    margin-bottom: 40px;
}

.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .09);
}

.blog-card .thumb img {
    width: 100%;
    display: block;
}

.blog-card .meta {
    padding: 16px 22px 0;
    color: #6b7280;
    font-size: 13px;
    letter-spacing: .2px;
}

.blog-card .meta .category {
    color: #2d5a87;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-card .meta .dot {
    margin: 0 8px;
    opacity: .5;
}

.blog-card .title {
    padding: 6px 22px 0;
    font-size: 20px;
    line-height: 1.35;
}

.blog-card .title a {
    color: #1a365d;
    text-decoration: none;
}

.blog-card .title a:hover {
    color: #2d5a87;
}

.blog-card .excerpt {
    padding: 10px 22px 0;
    color: #4b5563;
    font-size: 15px;
}

.blog-card .read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 18px 22px 22px;
    color: #2d5a87;
    text-decoration: none;
    font-weight: 700;
}

.blog-card .read-more:hover {
    color: #ffd700;
}

.pagination {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 30px 0 0;
    padding: 0;
    align-items: center;
}

.pagination li a {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    color: #1a365d;
    background: #f3f4f6;
    font-weight: 700;
}

.pagination li.active a,
.pagination li a:hover {
    background: #ffd700;
    color: #1a365d;
}

.pagination li.next a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* BLOG DETAIL */
.blog-detail-section {
    padding: 50px 0 80px;
    background: #ffffff;
}

.post-meta-top {
    color: #6b7280;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}

.post-meta-top .category {
    color: #2d5a87;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.post-meta-top .dot {
    margin: 0 8px;
    opacity: .6;
}

.post-cover {
    margin-bottom: 32px;
}

.post-cover img {
    width: 100%;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.post-content p {
    font-size: 17px;
    color: #374151;
    margin: 18px 0;
}

.post-content h3 {
    font-size: 24px;
    color: #1a365d;
    margin-top: 28px;
}

.post-content ul {
    padding-left: 20px;
    margin: 12px 0;
}

.post-content blockquote {
    margin: 24px 0;
    padding: 18px 22px;
    background: #f8f9fa;
    border-left: 4px solid #ffd700;
    color: #334155;
    font-style: italic;
    border-radius: 6px;
}

.post-share {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.post-share span {
    color: #333;
    font-weight: 600;
}



/* Ensure all content in blog detail is visible */
.post-content,
.post-content p,
.post-content span,
.post-content li,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    color: #333;
}

.post-share a {
    color: #2d5a87;
    text-decoration: none;
}

.post-share a:hover {
    color: #ffd700;
}

/* POST NAVIGATION - Previous/Next */
.post-navigation {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 2px solid #e5e7eb;
    gap: 20px;
}

.post-navigation .nav-previous {
    grid-column: 1;
    text-align: left;
}

.post-navigation .nav-back {
    grid-column: 2;
    text-align: center;
}

.post-navigation .nav-next {
    grid-column: 3;
    text-align: right;
}

.post-navigation a {
    display: inline-block;
    text-decoration: none;
    color: #1a365d;
    transition: all .2s ease;
}

.post-navigation .nav-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 6px;
    letter-spacing: .3px;
}

.post-navigation .nav-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1a365d;
}

.post-navigation a:hover .nav-title {
    color: #ffd700;
}

.post-navigation .back-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    font-weight: 700;
    color: #2d5a87;
}

.post-navigation .back-link:hover {
    background: #ffd700;
    color: #1a365d;
}

.post-navigation .back-link i {
    font-size: 20px;
}

@media (max-width: 768px) {
    .post-navigation {
        flex-direction: column;
        gap: 16px;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        text-align: center;
    }
}

/* PRODUCTS OVERVIEW */
.products-overview-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.products-cards {
    margin-top: 0;
}

.products-cards>[class*="col-"] {
    margin-bottom: 40px;
}

.product-overview-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-overview-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .12);
}

.product-thumb {
    position: relative;
    overflow: hidden;
}

.product-thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.product-overview-card:hover .product-thumb img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #ffd700;
    color: #1a365d;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.product-name {
    font-size: 24px;
    color: #1a365d;
    margin: 24px 28px 12px;
    font-weight: 700;
}

.product-desc {
    font-size: 15px;
    color: #6b7280;
    margin: 0 28px 20px;
    line-height: 1.6;
}

.product-highlights {
    list-style: none;
    padding: 0 28px;
    margin: 0 0 24px;
}

.product-highlights li {
    font-size: 14px;
    color: #374151;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-highlights i {
    color: #2d5a87;
    font-size: 16px;
}

.product-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: auto 28px 28px;
    padding: 12px 24px;
    background: #1a365d;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: all .2s ease;
}

.product-link:hover {
    background: #ffd700;
    color: #1a365d;
}

/* PRODUCT DETAIL PAGE */
.product-detail-section {
    padding: 80px 0;
    background: #f8f9fa;
}

/* Product Gallery */
.product-gallery .main-image {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    margin-bottom: 1.5rem;
}

.product-gallery .main-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.thumbnail-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.thumbnail {
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease;
}

.thumbnail:hover {
    border-color: #2d5a87;
}

.thumbnail.active {
    border-color: #ffd700;
}

.thumbnail img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    display: block;
}

/* Product Info Box */
.product-info-box {
    background: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    height: 100%;
}

.product-detail-title {
    font-size: 2rem;
    color: #1a365d;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #ffd700;
    padding-bottom: 1rem;
    font-weight: 700;
}

.product-description {
    color: #666;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

/* Quick Specs Grid */
.quick-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.spec-item {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #ffd700;
    transition: all .3s ease;
}

.spec-item:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
}

.spec-label {
    color: #1a365d;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: .5px;
}

.spec-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffd700;
}

/* CTA Buttons */
.product-cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.product-cta-buttons .btn-primary,
.product-cta-buttons .btn-secondary {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: all .3s ease;
    font-size: 16px;
}

.product-cta-buttons .btn-primary {
    background: #1a365d;
    color: #fff;
}

.product-cta-buttons .btn-primary:hover {
    background: #2d5a87;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 54, 93, .3);
}

.product-cta-buttons .btn-secondary {
    background: #ffd700;
    color: #1a365d;
}

.product-cta-buttons .btn-secondary:hover {
    background: #f5b300;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, .3);
}

/* Technical Specs Section */
.technical-specs-section {
    padding: 80px 0;
    background: #ffffff;
}

.technical-specs-section .section-title {
    color: #1a365d;
    text-align: left;
    font-size: clamp(1.2rem, 2.6vw, 2rem);
    line-height: 1.3;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-weight: 700;
}

.technical-specs-section .section-title i {
    color: #1a365d;
    font-size: 1.2em;
}

.specs-table-wrap {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.specs-subtitle {
    font-size: 1.3rem;
    color: #1a365d;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.specs-subtitle i {
    color: #ffd700;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.specs-table tr:last-child {
    border-bottom: none;
}

.specs-table td {
    padding: 1rem 0;
    font-size: 15px;
    text-align: center;
}

.specs-table td:first-child {
    color: #666;
}

.specs-table td:last-child {
    font-weight: 700;
    color: #1a365d;
    text-align: center;
}

/* Product Features Section - Additional Overrides for Product Detail Pages */
.product-features-section [class*="col-"] {
    margin-bottom: 20px !important;
}

/* Documents Section */
.documents-section {
    padding: 80px 0;
    background: #ffffff;
}

.documents-section .section-title {
    font-size: 2rem;
    color: #1a365d;
    margin-bottom: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
}

.documents-section .section-title i {
    color: #ffd700;
    font-size: 1.8rem;
}

.document-card {
    display: block;
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    margin-bottom: 2rem;
    border: 2px solid transparent;
}

.document-card:hover {
    background: #ffffff;
    border-color: #ffd700;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}

.document-card i {
    font-size: 3.5rem;
    color: #1a365d;
    margin-bottom: 1.5rem;
    display: block;
}

.document-card h4 {
    font-size: 1.3rem;
    color: #1a365d;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.document-card p {
    color: #666;
    margin-bottom: 1.25rem;
    font-size: 15px;
}

.document-card .download-label {
    color: #ffd700;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.document-card:hover .download-label {
    color: #1a365d;
}

.document-card:hover .download-label i {
    transform: translateX(4px);
}

.document-card .download-label i {
    transition: transform .3s ease;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a365d 0%, #2d5a87 100%);
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.btn-cta {
    display: inline-block;
    padding: 1.25rem 3rem;
    background: #ffd700;
    color: #1a365d;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all .3s ease;
    box-shadow: 0 8px 24px rgba(255, 215, 0, .3);
    border: none !important;
}

.btn-cta:hover {
    background: #fff;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(255, 215, 0, .4);
}

/* Remove outline and yellow line on focus/active for CTA button */
.btn-cta:focus,
.btn-cta:active,
.btn-cta:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    outline-offset: 0 !important;
    background-clip: border-box !important;
}

/* Responsive */
@media (max-width: 991px) {
    .product-detail-section .row {
        flex-direction: column;
    }

    .product-info-box {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .quick-specs-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .thumbnail-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-cta-buttons {
        flex-direction: column;
    }

    .cta-title {
        font-size: 1.8rem;
    }

    .feature-card {
        padding: 2rem;
    }
}

/* WHATSAPP SECTION */
.whatsapp-section {
    padding: 60px 0;
    background: #ffffff;
}

.whatsapp-card {
    text-align: center;
    padding: 50px;
    background: linear-gradient(135deg, #1a365d 0%, #2d5a87 100%);
    border-radius: 8px;
}

.whatsapp-card h3 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 15px;
}

.whatsapp-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin-bottom: 30px;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 40px;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background: #128c7e;
    transform: scale(1.05);
}

.btn-whatsapp i {
    font-size: 24px;
}

/* MAP SECTION */
.map-section {
    padding: 0;
}

.map-container {
    height: 450px;
    width: 100%;
}

.map-container iframe {
    filter: grayscale(20%);
}

/* WORKING HOURS */
.working-hours-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.working-hours-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.working-hours-card h3 {
    font-size: 32px;
    color: #1a365d;
    margin-bottom: 30px;
    text-align: center;
}

.hours-list {
    margin-bottom: 30px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.hours-item:last-child {
    border-bottom: none;
}

.hours-item .day {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.hours-item .time {
    font-size: 16px;
    color: #2d5a87;
    font-weight: 600;
}

.working-hours-card .note {
    text-align: center;
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 20px;
}

/* PROJECTS GRID */
.projects-grid-section {
    padding: 80px 0;
    background: #ffffff;
}

.project-item {
    margin-bottom: 100px;
}

.project-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.project-info {
    padding: 20px 40px;
}

.project-category {
    display: inline-block;
    padding: 8px 20px;
    background: #ffd700;
    color: #1a365d;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 20px;
}

.project-info h3 {
    font-size: 32px;
    color: #1a365d;
    margin-bottom: 20px;
}

.project-info p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
}

.project-details {
    list-style: none;
    padding: 0;
}

.project-details li {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
}

.project-details li strong {
    color: #1a365d;
    margin-right: 5px;
}

/* CLIENTS SECTION */
.clients-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.clients-grid {
    margin-top: 50px;
}

.client-logo {
    text-align: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.client-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.client-logo img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.client-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* TESTIMONIALS SECTION */
.testimonials-section {
    padding: 80px 0;
    background: #ffffff;
}

.testimonial-card {
    background: rgba(26, 54, 93, 0.03);
    padding: 40px 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 4px solid #ffd700;
    transition: all 0.3s ease;
}

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

.testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author strong {
    display: block;
    font-size: 18px;
    color: #1a365d;
    margin-bottom: 5px;
}

.testimonial-author span {
    font-size: 14px;
    color: #666;
}

/* REFERENCES STATS */
.references-stats {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a365d 0%, #2d5a87 100%);
}

.references-stats .stat-card {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 215, 0, 0.3);
}

.references-stats .stat-number {
    color: #ffd700;
}

.references-stats .stat-label {
    color: #ffffff;
}

/* ================================================================
   3D PERSPECTIVE HERO SLIDER
   ================================================================ */

/* Hero Slider Section */
.hero-slider-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #0a1929;
    perspective: 1500px;
}

.hero-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

/* Slide Styling */
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%) rotateX(-25deg) scale(0.8);
    transform-origin: center bottom;
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) rotateX(0deg) scale(1);
    z-index: 10;
}

.hero-slide.prev {
    transform: translateY(-100%) rotateX(25deg) scale(0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

/* Slide Image with 3D Effect */
.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(26, 54, 93, 0.85) 0%,
            rgba(45, 90, 135, 0.7) 50%,
            rgba(26, 54, 93, 0.85) 100%);
    z-index: 2;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7) contrast(1.1);
    transform: scale(1.1);
    transition: transform 1.5s ease;
}

.hero-slide.active .slide-image img {
    transform: scale(1);
}

/* Slide Content */
.slide-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 30px;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

.hero-slide.active .slide-content {
    transform: translateY(0);
    opacity: 1;
}

.slide-category {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffd700;
    margin-bottom: 20px;
    padding: 8px 24px;
    border: 2px solid #ffd700;
    border-radius: 30px;
    background: rgba(255, 215, 0, 0.1);
    backdrop-filter: blur(10px);
}

.slide-title {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
    margin: 20px 0 25px;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
}

.slide-description {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

.slide-btn {
    display: inline-block;
    padding: 18px 45px;
    background: linear-gradient(135deg, #ffd700 0%, #f0c000 100%);
    color: #1a365d;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.slide-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0c000 0%, #ffd700 100%);
    transition: left 0.4s ease;
    z-index: -1;
}

.slide-btn:hover::before {
    left: 0;
}

.slide-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5);
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.slider-arrow {
    width: 50px;
    height: 50px;
    background: rgba(255, 215, 0, 0.15);
    border: 2px solid rgba(255, 215, 0, 0.4);
    border-radius: 50%;
    color: #ffd700;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.slider-arrow:hover {
    background: rgba(255, 215, 0, 0.3);
    border-color: #ffd700;
    transform: scale(1.1);
}

.slider-pagination {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.pagination-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.pagination-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.pagination-dot:hover,
.pagination-dot.active {
    background: #ffd700;
}

.pagination-dot.active::before {
    border-color: rgba(255, 215, 0, 0.5);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.scroll-line {
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom,
            rgba(255, 215, 0, 0.8) 0%,
            rgba(255, 215, 0, 0) 100%);
    margin: 10px auto 0;
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {

    0%,
    100% {
        opacity: 0.5;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(10px);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .slide-title {
        font-size: 56px;
    }

    .slide-description {
        font-size: 18px;
    }

    .slider-nav {
        right: 30px;
    }
}

@media (max-width: 768px) {
    .hero-slider-section {
        perspective: 1000px;
    }

    .slide-title {
        font-size: 42px;
    }

    .slide-description {
        font-size: 16px;
    }

    .slide-btn {
        padding: 14px 35px;
        font-size: 14px;
    }

    .slider-nav {
        right: 20px;
        gap: 20px;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .pagination-dot {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 576px) {
    .slide-title {
        font-size: 32px;
    }

    .slide-category {
        font-size: 11px;
        padding: 6px 18px;
    }

    .slide-description {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .scroll-indicator {
        display: none;
    }
}

/* Menü sağ sosyal medya ikonları */
.overlay-menu .overlay-wrap .right-area .social-links {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
}

.overlay-menu .overlay-wrap .right-area .social-links a {
    font-size: 2.1rem;
    color: #fff;
    margin-right: 20px;
    margin-left: 0;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    transition: color 0.2s;
}

.overlay-menu .overlay-wrap .right-area .social-links a:last-child {
    margin-right: 0;
}

.overlay-menu .overlay-wrap .right-area .social-links a:hover {
    color: #ffd700;
}

/* On smaller screens, UL gets 15px left padding in main.css; mirror that here */
@media screen and (max-width: 1024px) {
    .overlay-menu .overlay-wrap .right-area .social-links {
        justify-content: flex-start;
        margin-left: 0;
        padding-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .overlay-menu .overlay-wrap .right-area {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        height: auto !important;
    }
    .overlay-menu .right-area ul {
        margin-bottom: 10px !important;
    }
    /* Mobilde sağ blokta İletişim ve Adres listelerini gizle, Sosyal ve Dil linklerini göster */
    .overlay-menu .overlay-wrap .right-area > ul:nth-of-type(1),
    .overlay-menu .overlay-wrap .right-area > ul:nth-of-type(2) {
        display: none !important;
    }
    .overlay-menu .overlay-wrap .right-area .social-links {
        display: flex !important;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 10px !important;
        margin-top: 4px !important;
    }
    .overlay-menu .overlay-wrap .right-area .social-links a {
        float: none !important;
        display: inline-flex;
        font-size: 1.8rem;
    }
    .overlay-menu .overlay-wrap .right-area .social-links li {
        float: none !important;
    }
    .overlay-menu .language-links {
        display: flex !important;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 4px !important;
    }
    .overlay-menu .language-links a {
        color: #ffffff !important;
        background: rgba(26, 54, 93, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 6px;
        padding: 6px 10px;
        font-weight: 600;
        display: inline-flex !important;
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
}

@media screen and (max-width: 580px) {
    .overlay-menu .overlay-wrap .right-area .social-links a {
        font-size: 1.3rem;
        margin-right: 10px;
    }
    .overlay-menu .overlay-wrap .right-area .social-links {
        margin-bottom: 8px !important;
        margin-top: 2px !important;
    }
    .overlay-menu .overlay-wrap .right-area {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .overlay-menu .language-links {
        column-gap: 10px !important;
        row-gap: 6px !important;
        justify-content: flex-start;
        margin-top: 2px !important;
    }
    .overlay-menu .language-links a {
        font-size: 0.75rem;
        padding: 2px 4px !important;
        margin: 0 !important;
        border-radius: 3px;
        line-height: 1.0;
        letter-spacing: 0;
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
}

@media screen and (max-width: 480px) {
    .overlay-menu .overlay-wrap .right-area .social-links a {
        font-size: 1.2rem;
        margin-right: 8px;
    }
    .overlay-menu .overlay-wrap .right-area .social-links {
        margin-bottom: 6px !important;
        margin-top: 1px !important;
    }
    .overlay-menu .overlay-wrap .right-area {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .overlay-menu .language-links {
        column-gap: 10px !important;
        row-gap: 4px !important;
        margin-top: 1px !important;
    }
    .overlay-menu .language-links a {
        font-size: 0.7rem;
        padding: 1px 3px !important;
        margin: 0 !important;
        line-height: 1.0;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
}

/* Neutralize legacy floats that hide items on mobile */
.overlay-menu .overlay-wrap .right-area .social-links li,
.overlay-menu .overlay-wrap .right-area .social-links a {
    float: none !important;
}
