@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

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

:root {
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --secondary: #10b981;
    --dark: #0f172a;
    --light: #f8fafc;
    --gray: #64748b;
    --white: #ffffff;
    --whatsapp: #25d366;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--dark);
    background: var(--white);
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.btn-whatsapp {
    background: var(--whatsapp);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
    background: #1fb855;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-outline:hover {
    background: var(--white);
    color: var(--primary);
}

.top-bar {
    background: var(--dark);
    padding: 10px 0;
    font-size: 14px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 25px;
    color: rgba(255, 255, 255, 0.85);
}

.top-bar-left a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
}

.top-bar-left a:hover {
    color: var(--secondary);
}

.top-bar-left i {
    color: var(--secondary);
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white);
    font-size: 14px;
}

.social-links a:hover {
    background: var(--secondary);
    transform: translateY(-2px);
}

.lang-selector {
    position: relative;
}

/* Google Translate Gizle */
#google_translate_element {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

.skiptranslate {
    display: none !important;
}

body > .skiptranslate {
    display: none !important;
}

.goog-te-spinner-pos {
    display: none !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

.goog-te-gadget-simple {
    display: none !important;
}

#goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

/* Google Translate tüm elementleri gizle */
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc,
iframe.goog-te-banner-frame,
.goog-te-ftab-frame {
    display: none !important;
}

font[style*="vertical-align: inherit"] {
    vertical-align: baseline !important;
}

/* Google Translate hover highlight kapat */
.goog-text-highlight {
    background-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

*[style*="background-color: rgb(255, 255, 0)"] {
    background-color: transparent !important;
}

font {
    background-color: transparent !important;
    box-shadow: none !important;
}

.jfk-tooltip {
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
    visibility: hidden !important;
}

.goog-te-balloon-frame {
    display: none !important;
}

.goog-tooltip {
    display: none !important;
}

.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight:hover {
    background: none !important;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 20px;
    color: var(--white);
    font-size: 13px;
    cursor: pointer;
    border: none;
}

.lang-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.lang-selector:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    color: var(--dark);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.lang-dropdown a:hover {
    background: var(--light);
    padding-left: 22px;
}

.lang-dropdown a.active {
    background: rgba(37, 99, 235, 0.08);
    color: var(--primary);
}

.lang-dropdown a:first-child {
    border-radius: 8px 8px 0 0;
}

.lang-dropdown a:last-child {
    border-radius: 0 0 8px 8px;
}

.lang-flag {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

header {
    background: var(--white);
    position: sticky;
    top: 52px;
    z-index: 999;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

header.scrolled {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo img {
    height: 65px;
    width: auto;
}

.logo-text {
    font-size: 34px;
    font-weight: 800;
    color: var(--primary);
}

.logo-text span {
    color: var(--secondary);
}

.main-nav ul {
    display: flex;
    gap: 35px;
}

.main-nav a {
    font-weight: 500;
    color: var(--dark);
    position: relative;
    padding: 5px 0;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: width 0.3s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
    width: 100%;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--primary);
}

.header-cta .btn {
    padding: 12px 28px;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--dark);
    cursor: pointer;
}

.nav-close {
    display: none;
}

.hero-slider {
    position: relative;
    height: 85vh;
    min-height: 600px;
    overflow: hidden;
    background: var(--dark);
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    background: var(--dark);
}

.slide.active {
    opacity: 1;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(37, 99, 235, 0.7) 100%);
}

.slide-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.slide-text {
    max-width: 700px;
    color: var(--white);
}

.slide-text .subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
}

.slide-text h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}

.slide-text .slide-title {
    display: block;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: var(--white);
}
    margin-bottom: 20px;
}

.slide-text h2.slide-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: var(--white);
}

.slide-text p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 35px;
    line-height: 1.7;
}

.slide-buttons {
    display: flex;
    gap: 15px;
}

.slider-nav {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

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

.slider-dot.active {
    background: var(--white);
    transform: scale(1.2);
}

.slider-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    z-index: 10;
    pointer-events: none;
}

.slider-arrow {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.slider-arrow:hover {
    background: var(--primary);
    transform: scale(1.1);
}


footer {
    background: var(--dark);
    color: var(--white);
    padding-top: 80px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7);
    margin: 20px 0 25px;
    line-height: 1.8;
}

.footer-brand .logo img {
    height: 70px;
    width: auto;
}

.footer-brand .logo-text {
    font-size: 32px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: var(--white);
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: var(--secondary);
    transform: translateY(-3px);
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a i {
    font-size: 10px;
    color: var(--secondary);
}

.footer-links a:hover {
    color: var(--secondary);
    padding-left: 5px;
}

.footer-contact li {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-contact i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: var(--secondary);
    flex-shrink: 0;
}

.footer-contact span {
    line-height: 1.6;
}

.footer-bottom {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.footer-bottom-links a:hover {
    color: var(--secondary);
}

.footer-bottom p a {
    color: var(--secondary);
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-bottom p a:hover {
    color: var(--white);
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .slide-text h1,
    .slide-text .slide-title {
        font-size: 46px;
    }
    
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .top-bar-left {
        display: none;
    }
    
    .top-bar-right {
        width: 100%;
        justify-content: center;
    }
    
    .top-bar {
        position: sticky;
        top: 0;
    }
    
    header {
        top: 42px;
    }
    
    .nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
    }

    .nav-overlay.active {
        display: block;
    }

    .main-nav {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        background: var(--white);
        padding: 30px 20px;
        box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
        z-index: 999;
        overflow-y: auto;
    }
    
    .main-nav.active {
        left: 0;
    }

    .main-nav .nav-close {
        display: flex;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        background: var(--light);
        border: none;
        border-radius: 50%;
        font-size: 18px;
        color: var(--dark);
        cursor: pointer;
    }

    .main-nav .nav-close:hover {
        background: var(--primary);
        color: var(--white);
    }
    
    .main-nav ul {
        flex-direction: column;
        gap: 0;
        margin-top: 50px;
    }
    
    .main-nav li {
        border-bottom: 1px solid var(--light);
    }
    
    .main-nav ul a {
        display: block;
        padding: 15px 10px;
        font-size: 16px;
    }
    
    .header-cta {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .hero-slider {
        height: 70vh;
        min-height: 500px;
    }
    
    .slide-text h1,
    .slide-text .slide-title {
        font-size: 36px;
    }
    
    .slide-text p {
        font-size: 16px;
    }
    
    .slide-buttons {
        flex-direction: column;
    }
    
    .slider-arrows {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .footer-brand .logo {
        display: inline-block;
    }
    
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links a,
    .footer-contact li {
        justify-content: center;
    }
    
    .footer-social,
    .footer-brand .social-links {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .slide-text h1,
    .slide-text .slide-title {
        font-size: 30px;
    }
    
    .slide-text .subtitle {
        font-size: 12px;
        padding: 8px 16px;
    }
}

@media (max-width: 480px) {
    .slide-text h1,
    .slide-text .slide-title {
        font-size: 26px;
    }
    
    .btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .container {
        padding: 0 15px;
    }
}


.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 15px;
    line-height: 1.2;
}

.section-header h2 span {
    color: var(--primary);
}

.section-header p {
    font-size: 17px;
    color: var(--gray);
    line-height: 1.7;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--primary);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-tag i {
    font-size: 14px;
}

.section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--primary);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 15px;
}

.section-desc {
    font-size: 17px;
    color: var(--gray);
    line-height: 1.7;
}

.services {
    padding: 100px 0;
    background: var(--light);
    margin-top: 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    display: block;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    text-decoration: none;
    color: inherit;
}

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

.service-image {
    position: relative;
    height: 200px;
    overflow: visible;
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
}

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

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

.service-icon {
    position: absolute;
    bottom: -25px;
    left: 25px;
    width: 55px;
    height: 55px;
    background: var(--primary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 22px;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.35);
    transition: all 0.3s ease;
    z-index: 5;
}

.service-card:hover .service-icon {
    background: var(--secondary);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.35);
}

.service-content {
    padding: 45px 25px 25px;
    position: relative;
}

.service-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}

.service-content p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 600;
    font-size: 15px;
}

.service-link i {
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: var(--secondary);
}

.service-link:hover i {
    transform: translateX(5px);
}

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }
    
    .services {
        padding: 70px 0;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 28px;
    }
}


.about {
    padding: 100px 0;
    background: var(--white);
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 80px;
}

.about-images {
    position: relative;
}

.about-img-main {
    width: 85%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.about-img-main img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.about-img-secondary {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 55%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border: 5px solid var(--white);
}

.about-img-secondary img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.about-experience {
    position: absolute;
    top: 30px;
    right: 50px;
    background: var(--primary);
    color: var(--white);
    padding: 25px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.4);
}

.about-experience .exp-number {
    display: block;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.about-experience .exp-text {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

.about-content .section-subtitle {
    margin-bottom: 15px;
}

.about-content .section-title {
    text-align: left;
    margin-bottom: 20px;
}

.about-desc {
    color: var(--gray);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-features {
    margin: 30px 0;
}

.about-feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.about-feature .feature-icon {
    width: 28px;
    height: 28px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 3px;
}

.about-feature .feature-text h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 3px;
}

.about-feature .feature-text p {
    font-size: 14px;
    color: var(--gray);
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    background: var(--light);
    padding: 50px;
    border-radius: 20px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: var(--white);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--primary);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: var(--dark);
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: var(--gray);
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .about-wrapper {
        gap: 50px;
    }
    
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .about-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .about-images {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .about-content .section-title {
        text-align: center;
    }
    
    .about-content .section-subtitle {
        display: flex;
        justify-content: center;
    }
    
    .about-content {
        text-align: center;
    }
    
    .about-feature {
        justify-content: center;
        text-align: left;
    }
    
    .about-content .btn {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about {
        padding: 70px 0;
    }
    
    .about-stats {
        grid-template-columns: 1fr;
        padding: 30px;
    }
    
    .stat-item {
        justify-content: center;
    }
    
    .about-img-main img {
        height: 350px;
    }
    
    .about-img-secondary img {
        height: 180px;
    }
    
    .about-experience {
        top: 20px;
        right: 30px;
        padding: 20px 25px;
    }
    
    .about-experience .exp-number {
        font-size: 32px;
    }
}


.products {
    padding: 100px 0;
    background: var(--light);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.product-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 280px;
    display: block;
}

.product-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c7d2fe 0%, #a5b4fc 100%);
}

.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-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, transparent 100%);
    color: var(--white);
    transition: all 0.3s ease;
}

.product-overlay h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.product-overlay p {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 15px;
}

.product-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary);
}

.product-link i {
    transition: transform 0.3s ease;
}

.product-card:hover .product-link i {
    transform: translateX(5px);
}

.export {
    padding: 100px 0;
    background: var(--dark);
    color: var(--white);
}

.section-subtitle.light {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.section-title.light {
    color: var(--white);
}

.section-desc.light {
    color: rgba(255, 255, 255, 0.7);
}

.export-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.export-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.export-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.export-card-icon {
    width: 70px;
    height: 70px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: var(--white);
}

.export-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--white);
}

.export-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.export-cta {
    text-align: center;
}

@media (max-width: 992px) {
    .export-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .export {
        padding: 70px 0;
    }
    
    .export-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .export-card {
        padding: 30px 20px;
    }
}

.partners {
    padding: 80px 0;
    background: var(--white);
    overflow: hidden;
}

.partners-slider {
    margin-top: 50px;
    overflow: hidden;
}

.partners-track {
    display: flex;
    gap: 50px;
    animation: scroll 25s linear infinite;
}

.partner-item {
    flex-shrink: 0;
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light);
    border-radius: 10px;
    padding: 15px;
}

.partner-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

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

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.cta {
    position: relative;
    padding: 100px 0;
    background: var(--primary);
    overflow: hidden;
}

.cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/images/cta-bg.webp') center/cover;
    opacity: 0.1;
}

.cta-content {
    position: relative;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    color: var(--white);
}

.cta-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 17px;
    opacity: 0.9;
    margin-bottom: 35px;
    line-height: 1.7;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.cta .btn-outline {
    border-color: rgba(255, 255, 255, 0.5);
}

.cta .btn-outline:hover {
    background: var(--white);
    color: var(--primary);
    border-color: var(--white);
}

.cta-contact {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.cta-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
}

.cta-contact a:hover {
    color: var(--white);
}

.cta-contact i {
    font-size: 18px;
}

@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .export-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .export-content .section-title {
        text-align: center;
    }
    
    .export-content .section-subtitle {
        display: flex;
        justify-content: center;
    }
    
    .export-content {
        text-align: center;
    }
    
    .export-regions {
        justify-content: center;
    }
    
    .export-content .btn {
        margin: 0 auto;
    }
    
    .export-map {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .products {
        padding: 70px 0;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .product-card {
        height: 250px;
    }
    
    .export {
        padding: 70px 0;
    }
    
    .export-regions {
        grid-template-columns: 1fr;
    }
    
    .cta {
        padding: 70px 0;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-contact {
        flex-direction: column;
        gap: 15px;
    }
    
    .partners {
        padding: 60px 0;
    }
}


.faq {
    padding: 100px 0;
    background: var(--light);
}

.faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: var(--light);
}

.faq-question h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--dark);
    margin: 0;
    padding-right: 20px;
}

.faq-icon {
    width: 35px;
    height: 35px;
    background: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
    background: var(--primary);
    color: var(--white);
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 30px 25px;
}

.faq-answer p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 768px) {
    .faq {
        padding: 70px 0;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-question h3 {
        font-size: 15px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 20px 20px;
    }
}


.whatsapp-float {
    display: none;
}

.cta {
    padding: 50px 0;
    background: var(--dark);
}

.cta-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, rgba(37, 211, 102, 0.03) 100%);
    border: 1px solid rgba(37, 211, 102, 0.25);
    border-radius: 15px;
    padding: 20px 30px;
}

.cta-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 211, 102, 0.15);
    border-radius: 50%;
    flex-shrink: 0;
}

.cta-icon i {
    font-size: 24px;
    color: var(--whatsapp);
}

.cta-content {
    flex: 1;
}

.cta-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 2px;
}

.cta-content p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.cta-buttons {
    display: flex;
    gap: 10px;
}

.cta-buttons .btn {
    padding: 12px 24px;
    font-size: 14px;
}

.cta-buttons .btn-whatsapp {
    padding: 14px 30px;
    font-size: 15px;
}

.btn-outline-light {
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-outline-light:hover {
    background: var(--white);
    color: var(--dark);
    border-color: var(--white);
}

@media (max-width: 992px) {
    .cta-box {
        flex-direction: column;
        text-align: center;
        padding: 25px;
        gap: 15px;
    }
    
    .cta-icon {
        display: none;
    }
    
    .cta-content {
        flex: 100%;
    }
    
    .cta-buttons {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .cta {
        padding: 40px 0;
    }
    
    .cta-box {
        padding: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}


.contact-section {
    padding: 100px 0;
    background: var(--white);
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}

.contact-info .section-title {
    text-align: left;
    font-size: 36px;
}

.contact-desc {
    color: var(--gray);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.contact-item-icon {
    width: 50px;
    height: 50px;
    background: var(--light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--primary);
    flex-shrink: 0;
}

.contact-item-text span {
    display: block;
    font-size: 13px;
    color: var(--gray);
    margin-bottom: 2px;
}

.contact-item-text a,
.contact-item-text p {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    margin: 0;
}

.contact-item-text a:hover {
    color: var(--primary);
}

.contact-form-wrapper {
    background: var(--light);
    padding: 40px;
    border-radius: 20px;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: var(--white);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

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

.btn-block {
    width: 100%;
    justify-content: center;
}

@media (max-width: 992px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-info {
        text-align: center;
    }
    
    .contact-info .section-title {
        text-align: center;
    }
    
    .contact-details {
        align-items: center;
    }
    
    .contact-item {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 70px 0;
    }
    
    .contact-form-wrapper {
        padding: 25px;
    }
    
    .contact-form .form-row {
        grid-template-columns: 1fr;
    }
}

.whatsapp-fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: var(--whatsapp);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--white);
    z-index: 9999;
    box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.whatsapp-fixed:hover {
    background: #1fb855;
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 35px;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9998;
    box-shadow: 0 5px 20px rgba(37, 99, 235, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .whatsapp-fixed {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 26px;
    }
    
    .back-to-top {
        bottom: 85px;
        right: 22px;
        width: 45px;
        height: 45px;
    }
}


.certificates {
    padding: 50px 0;
    background: var(--primary);
}

.certificates-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.certificates-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 5px;
}

.certificates-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.certificates-list {
    display: flex;
    gap: 30px;
}

.certificate-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.certificate-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--white);
}

.certificate-info strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}

.certificate-info span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
    .certificates-wrapper {
        flex-direction: column;
        text-align: center;
    }
    
    .certificates-list {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .certificates {
        padding: 40px 0;
    }
    
    .certificates-list {
        gap: 15px;
    }
    
    .certificate-item {
        padding: 12px 15px;
        flex: 1 1 calc(50% - 15px);
        min-width: 150px;
    }
    
    .certificates-text h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .certificate-item {
        flex: 1 1 100%;
    }
}


.why-us {
    padding: 100px 0;
    background: var(--white);
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.why-us-card {
    background: var(--light);
    padding: 35px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.why-us-card:hover {
    background: var(--primary);
    transform: translateY(-5px);
}

.why-us-card:hover .why-us-icon {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.why-us-card:hover h3,
.why-us-card:hover p {
    color: var(--white);
}

.why-us-icon {
    width: 70px;
    height: 70px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--primary);
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.why-us-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.why-us-card p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
    margin: 0;
    transition: all 0.3s ease;
}

.testimonials {
    padding: 100px 0;
    background: var(--dark);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 35px;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.testimonial-rating {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.testimonial-rating i {
    color: #fbbf24;
    font-size: 16px;
}

.testimonial-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 20px;
}

.author-info strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}

.author-info span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 992px) {
    .why-us-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .why-us {
        padding: 70px 0;
    }
    
    .why-us-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials {
        padding: 70px 0;
    }
    
    .testimonial-card {
        padding: 25px;
    }
}


.page-header {
    position: relative;
    padding: 80px 0;
    background: var(--dark);
    overflow: hidden;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
    opacity: 0.9;
}

.page-header-content {
    position: relative;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}

.page-header-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 15px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb a:hover {
    color: var(--white);
}

.breadcrumb i {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb span {
    color: var(--white);
}

.about-detail {
    padding: 80px 0;
    background: var(--light);
}

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

.about-detail-content {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.about-detail-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.about-detail-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
}

.about-detail-content p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-detail-content p:last-child {
    margin-bottom: 0;
}

.about-values {
    padding: 100px 0;
    background: var(--white);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.value-card {
    text-align: center;
    padding: 35px 25px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.value-card:hover {
    border-color: var(--primary);
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.1);
    transform: translateY(-5px);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--primary);
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.value-card:hover .value-icon {
    background: var(--primary);
    color: var(--white);
}

.value-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
}

.value-card p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 992px) {
    .about-detail-grid {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 60px 0;
    }
    
    .page-header h1 {
        font-size: 32px;
    }
    
    .about-detail {
        padding: 60px 0;
    }
    
    .about-detail-content {
        padding: 30px;
    }
    
    .about-values {
        padding: 70px 0;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
}


.services-detail {
    padding: 100px 0;
    background: var(--white);
}

.service-detail-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.service-detail-item:last-child {
    margin-bottom: 0;
}

.service-detail-item.reverse {
    direction: rtl;
}

.service-detail-item.reverse > * {
    direction: ltr;
}

.service-number {
    display: inline-block;
    font-size: 48px;
    font-weight: 800;
    color: var(--light);
    -webkit-text-stroke: 2px var(--primary);
    margin-bottom: 15px;
}

.service-detail-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
}

.service-detail-content p {
    font-size: 16px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 25px;
}

.service-features {
    list-style: none;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--dark);
    margin-bottom: 12px;
}

.service-features li i {
    width: 24px;
    height: 24px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 10px;
}

.service-detail-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.service-detail-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .service-detail-item,
    .service-detail-item.reverse {
        grid-template-columns: 1fr;
        direction: ltr;
        gap: 30px;
    }
    
    .service-detail-content {
        text-align: center;
    }
    
    .service-features {
        display: inline-block;
        text-align: left;
    }
    
    .service-detail-image img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .services-detail {
        padding: 70px 0;
    }
    
    .service-detail-item {
        margin-bottom: 50px;
    }
    
    .service-detail-content h2 {
        font-size: 26px;
    }
    
    .service-number {
        font-size: 36px;
    }
}


.contact-map {
    line-height: 0;
}

.contact-map iframe {
    width: 100%;
    height: 400px;
}

.legal-content {
    padding: 80px 0;
    background: var(--white);
}

.legal-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.legal-date {
    color: var(--gray);
    font-size: 14px;
    margin-bottom: 30px;
}

.legal-wrapper h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark);
    margin: 35px 0 15px;
}

.legal-wrapper h2:first-of-type {
    margin-top: 0;
}

.legal-wrapper p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-wrapper ul {
    margin: 15px 0;
    padding-left: 25px;
}

.legal-wrapper ul li {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 8px;
}

.blog-section {
    padding: 80px 0;
    background: var(--light);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.blog-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

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

/* Kartın tamamını tıklanabilir yap */
.blog-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.blog-card a {
    position: relative;
    z-index: 2;
}

.blog-card .blog-link {
    position: relative;
    z-index: 3;
}

.blog-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #c7d2fe 0%, #a5b4fc 100%);
}

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

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

.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: var(--white);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.blog-content {
    padding: 25px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.blog-meta span {
    font-size: 13px;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-meta i {
    color: var(--primary);
}

.blog-content h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-content p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 15px;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
}

.blog-link i {
    transition: transform 0.3s ease;
}

.blog-link:hover i {
    transform: translateX(5px);
}

.blog-coming-soon {
    text-align: center;
    padding: 50px;
    background: var(--white);
    border-radius: 20px;
}

.blog-coming-soon i {
    font-size: 50px;
    color: var(--primary);
    margin-bottom: 20px;
}

.blog-coming-soon h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
}

.blog-coming-soon p {
    color: var(--gray);
    font-size: 15px;
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .legal-content {
        padding: 60px 0;
    }
    
    .blog-section {
        padding: 60px 0;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-map iframe {
        height: 300px;
    }
}


.service-detail-page {
    padding: 80px 0;
    background: var(--white);
}

.service-detail-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 60px;
}

.service-detail-intro-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
}

.service-detail-intro-content p {
    font-size: 16px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 15px;
}

.service-detail-intro-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.service-detail-intro-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.service-detail-quote {
    background: var(--light);
    padding: 40px;
    border-radius: 20px;
    border-left: 5px solid var(--primary);
    margin-bottom: 60px;
    position: relative;
}

.service-detail-quote i {
    font-size: 30px;
    color: var(--primary);
    opacity: 0.3;
    position: absolute;
    top: 20px;
    left: 30px;
}

.service-detail-quote p {
    font-size: 18px;
    font-style: italic;
    color: var(--dark);
    line-height: 1.7;
    margin: 0;
    padding-left: 30px;
}

.service-detail-section {
    margin-bottom: 60px;
}

.service-detail-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 15px;
}

.service-detail-section > p {
    font-size: 16px;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 30px;
}

.service-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.service-feature-item {
    background: var(--light);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.service-feature-item:hover {
    background: var(--primary);
    transform: translateY(-5px);
}

.service-feature-item:hover .service-feature-icon,
.service-feature-item:hover h4,
.service-feature-item:hover p {
    color: var(--white);
}

.service-feature-icon {
    font-size: 36px;
    color: var(--primary);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.service-feature-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.service-feature-item p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
    margin: 0;
    transition: all 0.3s ease;
}

.service-reasons-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-reason-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding: 25px;
    background: var(--light);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.service-reason-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.reason-number {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary);
    opacity: 0.5;
    line-height: 1;
}

.reason-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
}

.reason-content p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.7;
    margin: 0;
}

.service-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.process-step {
    text-align: center;
    position: relative;
}

.process-step::after {
    content: '';
    position: absolute;
    top: 35px;
    right: -10px;
    width: 20px;
    height: 2px;
    background: var(--primary);
    opacity: 0.3;
}

.process-step:last-child::after {
    display: none;
}

.process-icon {
    width: 70px;
    height: 70px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--white);
    margin: 0 auto 20px;
}

.process-step h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
}

.process-step p {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.6;
}

.service-faq {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-faq-item {
    background: var(--light);
    padding: 25px 30px;
    border-radius: 15px;
}

.service-faq-item h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
}

.service-faq-item p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.7;
    margin: 0;
}

.service-detail-cta {
    background: var(--dark);
    padding: 50px;
    border-radius: 20px;
    text-align: center;
}

.service-detail-cta h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
}

.service-detail-cta p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.service-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

@media (max-width: 1200px) {
    .service-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .service-process {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .process-step::after {
        display: none;
    }
}

@media (max-width: 992px) {
    .service-detail-intro {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .service-detail-intro-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .service-detail-page {
        padding: 60px 0;
    }
    
    .service-detail-intro-content h2 {
        font-size: 26px;
    }
    
    .service-features-grid {
        grid-template-columns: 1fr;
    }
    
    .service-process {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .service-detail-quote {
        padding: 30px;
    }
    
    .service-detail-quote p {
        font-size: 16px;
        padding-left: 20px;
    }
    
    .service-detail-cta {
        padding: 35px 25px;
    }
    
    .service-detail-cta h3 {
        font-size: 22px;
    }
    
    .service-cta-buttons {
        flex-direction: column;
    }
}


/* Service Article Page - Makale Sayfası */
.service-article {
    padding: 80px 0;
    background: var(--light);
}

.service-article-wrapper {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    align-items: start;
}

/* Sol Taraf: Makale İçeriği */
.service-article-content {
    background: var(--white);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.service-article-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    margin: 35px 0 20px;
    line-height: 1.3;
}

.service-article-content h2:first-child {
    margin-top: 0;
}

.service-article-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark);
    margin: 30px 0 15px;
}

.service-article-content p {
    font-size: 16px;
    color: var(--gray);
    line-height: 1.9;
    margin-bottom: 20px;
    text-align: left;
}

.service-article-content ul,
.service-article-content ol {
    margin: 20px 0;
    padding-left: 25px;
}

.service-article-content ul li,
.service-article-content ol li {
    font-size: 16px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 12px;
}

.service-article-content ul li strong,
.service-article-content ol li strong {
    color: var(--dark);
}

.service-article-content strong {
    color: var(--dark);
    font-weight: 600;
}

/* Makale Görselleri */
.article-image {
    margin: 35px 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.article-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Alıntı Kutusu */
.service-article-content blockquote {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 35px 40px;
    border-radius: 15px;
    margin: 35px 0;
    position: relative;
}

.service-article-content blockquote::before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 20px;
    left: 25px;
}

.service-article-content blockquote p {
    font-size: 18px;
    font-style: italic;
    color: var(--white);
    line-height: 1.7;
    margin: 0;
    padding-left: 35px;
}

/* Sağ Taraf: Sidebar */
.service-sidebar {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* CTA Kutusu */
.sidebar-cta {
    background: var(--dark);
    padding: 35px 30px;
    border-radius: 20px;
    text-align: center;
}

.sidebar-cta h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}

.sidebar-cta p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    line-height: 1.6;
}

.sidebar-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 25px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.sidebar-cta-btn:last-child {
    margin-bottom: 0;
}

.sidebar-cta-btn.phone {
    background: var(--primary);
    color: var(--white);
}

.sidebar-cta-btn.phone:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.sidebar-cta-btn.whatsapp {
    background: var(--whatsapp);
    color: var(--white);
}

.sidebar-cta-btn.whatsapp:hover {
    background: #1fb855;
    transform: translateY(-2px);
}

.sidebar-cta-btn i {
    font-size: 18px;
}

/* Hizmetler Listesi */
.sidebar-services {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.sidebar-services h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary);
}

.sidebar-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-services ul li {
    margin-bottom: 8px;
}

.sidebar-services ul li:last-child {
    margin-bottom: 0;
}

.sidebar-services ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: var(--light);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: var(--dark);
    transition: all 0.3s ease;
}

.sidebar-services ul li a i {
    font-size: 12px;
    color: var(--primary);
    transition: all 0.3s ease;
}

.sidebar-services ul li a:hover,
.sidebar-services ul li.active a {
    background: var(--primary);
    color: var(--white);
    padding-left: 22px;
}

.sidebar-services ul li a:hover i,
.sidebar-services ul li.active a i {
    color: var(--white);
}

/* Responsive */
@media (max-width: 1200px) {
    .service-article-wrapper {
        grid-template-columns: 1fr 300px;
        gap: 30px;
    }
    
    .service-article-content {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .service-article-wrapper {
        grid-template-columns: 1fr;
    }
    
    .service-sidebar {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .sidebar-cta,
    .sidebar-services {
        flex: 1 1 300px;
    }
}

@media (max-width: 768px) {
    .service-article {
        padding: 60px 0;
    }
    
    .service-article-content {
        padding: 30px 25px;
    }
    
    .service-article-content h2 {
        font-size: 24px;
    }
    
    .service-article-content h3 {
        font-size: 20px;
    }
    
    .service-article-content blockquote {
        padding: 25px;
    }
    
    .service-article-content blockquote p {
        font-size: 16px;
        padding-left: 25px;
    }
    
    .service-article-content blockquote::before {
        font-size: 30px;
        top: 15px;
        left: 15px;
    }
    
    .service-sidebar {
        flex-direction: column;
    }
    
    .sidebar-cta,
    .sidebar-services {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .service-article-content {
        padding: 25px 20px;
    }
    
    .service-article-content h2 {
        font-size: 22px;
    }
    
    .sidebar-cta {
        padding: 25px 20px;
    }
    
    .sidebar-services {
        padding: 25px 20px;
    }
}


/* Blog Meta Detail */
.blog-meta-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.blog-meta-detail span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--gray);
}

.blog-meta-detail span i {
    color: var(--primary);
    font-size: 14px;
}

@media (max-width: 480px) {
    .blog-meta-detail {
        gap: 15px;
    }
    
    .blog-meta-detail span {
        font-size: 13px;
    }
}


/* Blog Home Section */
.blog-home-section {
    padding: 100px 0;
    background: var(--white);
}

.blog-home-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.blog-home-cta {
    text-align: center;
}

/* Blog Image Link */
a.blog-image {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

a.blog-image img {
    transition: transform 0.4s ease;
}

a.blog-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .blog-home-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-home-section {
        padding: 60px 0;
    }
    
    .blog-home-grid {
        grid-template-columns: 1fr;
    }
}


/* ==================== ÜRÜNLER SAYFASI ==================== */

/* Ürün Kategorileri Grid */
.products-intro {
    padding: 80px 0 40px;
    background: var(--light);
}

.product-categories {
    padding: 0 0 100px;
    background: var(--light);
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.category-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    display: block;
    border: 2px solid transparent;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15);
    border-color: var(--primary);
}

.category-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}

.category-card:hover .category-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, var(--secondary), #059669);
}

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

.category-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}

.category-card p {
    font-size: 15px;
    color: var(--gray);
    margin-bottom: 20px;
}

.category-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.category-card:hover .category-link {
    color: var(--secondary);
    gap: 12px;
}

/* Ürün Listesi Sayfası */
.products-page {
    padding: 80px 0;
    background: var(--light);
}

.products-page-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
}

/* Ürün Sidebar */
.products-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-categories {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.sidebar-categories h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary);
}

.sidebar-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-categories ul li {
    margin-bottom: 5px;
}

.sidebar-categories ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border-radius: 10px;
    color: var(--gray);
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.sidebar-categories ul li a:hover,
.sidebar-categories ul li a.active {
    background: var(--primary);
    color: var(--white);
}

.sidebar-categories ul li a i {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

/* Alt Kategoriler */
.subcategory-list {
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 15px;
    border-left: 2px solid var(--light);
}

.subcategory-list li a {
    padding: 10px 15px;
    font-size: 14px;
}

/* Ürün Grid */
.products-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 30px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.product-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

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

.product-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: var(--light);
}

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

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

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--secondary);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.product-info {
    padding: 20px;
}

.product-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
    line-height: 1.4;
}

.product-info p,
.product-info p.product-desc {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #64748b !important;
    font-size: 13px !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    max-height: 40px;
    overflow: hidden;
}

/* Ürünler sayfası için özel kart stili */
.product-card-page {
    height: auto !important;
    position: relative;
}

.product-card-page .product-image {
    height: 200px !important;
}

.product-card-page .product-info {
    padding: 20px;
}

.product-card-page .product-info p {
    display: block !important;
    color: #64748b !important;
    font-size: 13px !important;
    margin-top: 8px !important;
    line-height: 1.5 !important;
}

.product-category {
    display: inline-block;
    font-size: 12px;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 8px;
}

/* Ürün Yok Mesajı */
.no-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 30px;
    background: var(--white);
    border-radius: 20px;
}

.no-products i {
    font-size: 60px;
    color: var(--gray);
    margin-bottom: 20px;
    opacity: 0.5;
}

.no-products h3 {
    font-size: 22px;
    color: var(--dark);
    margin-bottom: 10px;
}

.no-products p {
    color: var(--gray);
}

/* Responsive */
@media (max-width: 1200px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .products-page-wrapper {
        grid-template-columns: 1fr;
    }
    
    .products-sidebar {
        position: static;
    }
    
    .sidebar-categories {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .sidebar-categories h4 {
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .sidebar-categories ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .sidebar-categories ul li {
        margin-bottom: 0;
    }
    
    .sidebar-categories ul li a {
        padding: 8px 14px;
        font-size: 13px;
        gap: 8px;
        white-space: nowrap;
    }
    
    .sidebar-categories ul li a i {
        font-size: 14px;
    }
    
    .sidebar-cta {
        display: none;
    }
    
    .subcategory-list {
        display: none;
    }
}

@media (max-width: 768px) {
    .products-intro {
        padding: 60px 0 30px;
    }
    
    .product-categories {
        padding: 0 0 60px;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .category-card {
        padding: 30px 25px;
    }
    
    .products-page {
        padding: 40px 0;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .product-card {
        border-radius: 12px;
    }
    
    .product-image {
        height: 150px;
    }
    
    .product-info {
        padding: 15px;
    }
    
    .product-info h3 {
        font-size: 14px;
    }
    
    .product-info p {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .product-badge {
        padding: 4px 10px;
        font-size: 10px;
        top: 10px;
        left: 10px;
    }
    
    .products-content h2 {
        font-size: 20px;
    }
    
    .sidebar-categories ul li a {
        padding: 6px 12px;
        font-size: 12px;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .product-image {
        height: 120px;
    }
    
    .product-info {
        padding: 12px;
    }
    
    .product-info h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    .product-category {
        font-size: 10px;
    }
    
    .sidebar-categories {
        padding: 15px;
    }
    
    .sidebar-categories h4 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .sidebar-categories ul {
        gap: 6px;
    }
    
    .sidebar-categories ul li a {
        padding: 6px 10px;
        font-size: 11px;
    }
}


/* ==================== SUCCESS MODAL ==================== */
.success-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.success-modal.active {
    opacity: 1;
    visibility: visible;
}

.success-modal-content {
    background: var(--white);
    border-radius: 20px;
    padding: 50px 40px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    transform: scale(0.9) translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.success-modal.active .success-modal-content {
    transform: scale(1) translateY(0);
}

.success-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.success-icon i {
    font-size: 45px;
    color: #10b981;
}

.success-modal-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}

.success-modal-content p {
    color: var(--gray);
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.success-modal-content .btn {
    min-width: 150px;
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .success-modal-content {
        padding: 40px 25px;
    }
    
    .success-icon {
        width: 70px;
        height: 70px;
    }
    
    .success-icon i {
        font-size: 35px;
    }
    
    .success-modal-content h3 {
        font-size: 22px;
    }
}
