
    .feature-title-side-line {
        width: 40px;
        height: 2px;
        background: linear-gradient(90deg, #007bff 0%, #00c6ff 100%);
        border-radius: 2px;
        opacity: 0.5;
    }
    .custom-feature-title {
        font-family: 'Inter', 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 2rem;
        color: #ffffff !important;
        letter-spacing: 0px;
        margin-bottom: 0.5rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    .feature-title-underline {
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, #007bff 0%, #00c6ff 100%);
        border-radius: 2px;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        opacity: 0.7;
    }
    html, body {
        margin: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        padding-top: 0 !important;
        width: 100vw;
        overflow-x: hidden;
        font-family: 'Inter', Arial, sans-serif;
        background: #fafafa;
        color: #222;
    }

    .hero-modern {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .navbar-modern {
        background: transparent;
        border-bottom: 1px solid #eee;
        position: sticky;
        top: 0;
        z-index: 100;
    }
    .logo-modern {
        color: #222;
        font-family: 'Montserrat', sans-serif;
    }
    .nav-link-modern {
        color: #222;
        font-weight: 600;
        text-decoration: none;
        font-size: 1.1rem;
        transition: color 0.2s;
    }
    .nav-link-modern:hover {
        color: #007bff;
    }
    .hero-modern {
        min-height: 70vh;
        background: linear-gradient(120deg, #e0eafc 0%, #cfdef3 100%);
        margin: 0 !important;
        margin-top: 70px !important;
        padding: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 2rem;
        width: 100vw;
        box-sizing: border-box;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .btn-modern {
        background: linear-gradient(90deg, #007bff 0%, #00c6ff 100%);
        color: #fff;
        border: none;
        border-radius: 2rem;
        font-size: 1.1rem;
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        transition: background 0.3s, transform 0.3s;
    }
    .btn-modern:hover {
        background: linear-gradient(90deg, #0056b3 0%, #0099cc 100%);
        transform: scale(1.05);
    }
    .section-title-modern {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.2rem;
        font-weight: 700;
        letter-spacing: -1px;
        color: #ffffff !important;
        margin-bottom: 2.5rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    .modern-carousel {
        border-radius: 2rem;
        box-shadow: 0 8px 32px rgba(0,0,0,0.08);
        background: #fff;
        padding: 2rem 0 2rem 0;
    }
    .card-modern {
        background: #fff;
        border-radius: 2rem;
        box-shadow: 0 4px 24px rgba(0,0,0,0.07);
        border: none;
        transition: box-shadow 0.3s, transform 0.3s;
    }
    .card-modern:hover {
        box-shadow: 0 8px 32px rgba(0,0,0,0.13);
        transform: translateY(-4px) scale(1.02);
    }
    .card-img-top-modern {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
    }
    .card-body-modern {
        padding: 2rem 1rem 1rem 1rem;
    }
    .media-logo-modern {
        height: 40px;
        opacity: 0.8;
        transition: opacity 0.2s, transform 0.2s;
    }
    .media-logo-modern:hover {
        opacity: 1;
        transform: scale(1.08);
    }
    .ref-img-modern {
        min-width: 120px;
        text-align: center;
    }
    .ref-info-modern {
        padding-left: 1.5rem;
    }

    .modern-slider-list { margin-top: 2rem; }
    .modern-slider-card {
        background: #fff;
        border-radius: 2rem;
        box-shadow: 0 8px 32px rgba(0,0,0,0.10);
        overflow: hidden;
        transition: box-shadow 0.3s, transform 0.3s;
        min-height: 320px;
        position: relative;
    }
    .modern-slider-card:hover {
        box-shadow: 0 16px 48px rgba(0,0,0,0.18);
        transform: scale(1.02);
    }
    .modern-slider-img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        filter: brightness(0.92);
        transition: filter 0.3s;
    }
    .modern-slider-card:hover .modern-slider-img {
        filter: brightness(1);
    }
    .modern-slider-overlay {
        background: linear-gradient(0deg, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.05) 100%);
        color: #fff;
        border-radius: 2rem;
        padding-bottom: 2rem;
    }
    .modern-slider-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        color: #fff;
        text-shadow: 0 2px 8px rgba(0,0,0,0.18);
    }
    .modern-slider-desc {
        font-size: 1rem;
        color: #f3f3f3;
        text-shadow: 0 1px 4px rgba(0,0,0,0.10);
    }
    

    
    .featured-item {
        position: relative;
    }
    
    .featured-card {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
        border: 2px solid rgba(255, 255, 255, 0.1);
    }
    
    .featured-card:hover {
        transform: translateY(-15px) scale(1.03);
        box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
        border-color: rgba(255, 107, 107, 0.3);
    }
    
    .featured-image-wrapper {
        position: relative;
        height: 300px;
        overflow: hidden;
    }
    
    .featured-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }
    
    .featured-card:hover .featured-image {
        transform: scale(1.1);
    }
    
    .featured-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(14, 125, 184, 0.9);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.4s ease;
        padding: 2rem;
        backdrop-filter: blur(2px);
    }
    
    .featured-card:hover .featured-overlay {
        opacity: 1;
    }
    
    .featured-content {
        text-align: center;
        color: #ffffff;
        transform: translateY(30px);
        transition: transform 0.4s ease;
    }
    
    .featured-card:hover .featured-content {
        transform: translateY(0);
    }
    
    .featured-number {
        display: block;
        font-size: 3rem;
        font-weight: 900;
        margin-bottom: 1rem;
        opacity: 0.8;
        font-family: 'Poppins', sans-serif;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }
    
    .featured-title {
        font-size: 1.6rem;
        font-weight: 800;
        margin-bottom: 1rem;
        font-family: 'Poppins', sans-serif;
        color: #ffffff;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
        letter-spacing: -0.5px;
    }
    
    .featured-description {
        font-size: 1.05rem;
        line-height: 1.6;
        margin-bottom: 2rem;
        opacity: 1;
        color: #f0f4f8;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        font-weight: 400;
    }
    
    .featured-action {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-weight: 800;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        text-decoration: none;
        color: white;
        background: #0e7db8;
        padding: 16px 32px;
        border-radius: 30px;
        border: 2px solid #0e7db8;
        min-width: 180px;
        text-align: center;
        font-size: 0.95rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .featured-action:hover {
        transform: translateY(-3px) scale(1.05);
        background: #0a6a9c;
        border-color: #0a6a9c;
        color: white;
        text-decoration: none;
    }
    
    .featured-arrow {
        transition: transform 0.3s ease;
    }
    
    .featured-action:hover .featured-arrow {
        transform: translateX(5px);
    }
    
    /* Dekoratif Elementler - Net Renkler */
    .featured-decoration-1 {
        position: absolute;
        top: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        background: rgba(14, 125, 184, 0.15);
        border-radius: 50%;
        z-index: -1;
        filter: blur(40px);
    }
    
    .featured-decoration-2 {
        position: absolute;
        bottom: -100px;
        left: -100px;
        width: 300px;
        height: 300px;
        background: rgba(14, 125, 184, 0.12);
        border-radius: 50%;
        z-index: -1;
        filter: blur(60px);
    }
    
    /* Mobil Responsive */
    @media (max-width: 768px) {
        .featured-section {
            padding: 3rem 0;
        }
        
        .featured-main-title {
            font-size: 2rem;
        }
        
        .featured-subtitle {
            font-size: 1.1rem;
            padding: 0 1rem;
        }
        
        .featured-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
        
        .featured-image-wrapper {
            height: 250px;
        }
    }
    
    /* BİORLD STİLİ HİZMETLER BÖLÜMÜ */
    .services-biorld-section {
        background: #ffffff;
        padding: 0;
        min-height: 100vh;
    }
    
    .services-content-side {
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        padding: 4rem 3rem;
        display: flex;
        align-items: center;
        min-height: 60vh;
    }
    
    .services-content-wrapper {
        width: 100%;
        max-width: 500px;
    }
    
    .services-badge {
        display: inline-block;
        background: linear-gradient(135deg, #e8f5e8, #d4f4d4);
        color: #2E7D32;
        padding: 8px 20px;
        border-radius: 25px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 2rem;
        border: 1px solid rgba(76, 175, 80, 0.2);
    }
    
    .services-main-title {
        font-family: 'Poppins', sans-serif;
        font-size: 3.5rem;
        font-weight: 800;
        color: #1a1a1a;
        line-height: 1.1;
        margin-bottom: 1.5rem;
        letter-spacing: -0.02em;
    }
    
    .services-subtitle {
        font-size: 1.4rem;
        color: #666;
        line-height: 1.4;
        margin-bottom: 3rem;
        font-weight: 400;
    }
    
    .services-action-btn {
        display: inline-block;
        background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);
        color: white;
        padding: 15px 35px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(210, 105, 30, 0.3);
    }
    
    .services-action-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(210, 105, 30, 0.4);
        color: white;
        text-decoration: none;
    }
    
    .services-image-side {
        padding: 0;
        min-height: 60vh;
        background: #f8f9fa;
    }
    
    .services-image-wrapper {
        width: 100%;
        height: 100%;
        min-height: 60vh;
        position: relative;
        overflow: hidden;
    }
    
    .services-main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    
    .services-main-image:hover {
        transform: scale(1.05);
    }
    
    .services-placeholder-image {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #e3f2fd, #bbdefb);
        color: #1976d2;
        font-size: 4rem;
    }
    
    /* Alt Kısım - CO2TRAP */
    .services-bottom-section {
        background: #ffffff;
        padding: 4rem 0;
        border-top: 1px solid #eee;
    }
    
    .co2trap-content {
        padding: 2rem 0;
    }
    
    .co2trap-quote {
        font-size: 2.5rem;
        font-weight: 300;
        margin-bottom: 1rem;
        font-family: 'Inter', sans-serif;
    }
    
    .co2trap-highlight {
        color: #4CAF50;
        font-weight: 600;
    }
    
    .co2trap-grey {
        color: #999;
        font-weight: 300;
    }
    
    .co2trap-title {
        font-size: 2.2rem;
        font-weight: 700;
        color: #1a1a1a;
        line-height: 1.3;
        font-family: 'Poppins', sans-serif;
    }
    
    .services-secondary-image {
        text-align: center;
    }
    
    /* Modern Hizmetler Section */
    .modern-services-section {
        padding: 3rem 0;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        position: relative;
    }
    
    .services-header {
        margin-bottom: 2.5rem;
    }
    
    .services-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(14, 125, 184, 0.1);
        color: #0e7db8;
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
        border: 2px solid rgba(14, 125, 184, 0.2);
    }
    
    .services-main-title {
        font-family: 'Poppins', sans-serif;
        font-size: 3rem;
        font-weight: 800;
        color: #2c3e50;
        margin-bottom: 0.5rem;
        letter-spacing: -0.02em;
    }
    
    .services-title-line {
        width: 60px;
        height: 4px;
        background: linear-gradient(135deg, #0e7db8, #4ecdc4);
        margin: 0 auto 1rem auto;
        border-radius: 2px;
    }
    
    .services-main-subtitle {
        font-size: 1.1rem;
        color: #6c757d;
        line-height: 1.6;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .services-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .service-home-extra {
        display: none;
    }
    
    .service-home-extra.is-revealed {
        display: block;
        animation: serviceReveal 0.45s ease forwards;
    }
    
    @keyframes serviceReveal {
        from {
            opacity: 0;
            transform: translateY(12px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .modern-service-card {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 2.5rem;
        border: 1px solid #f1f3f4;
        transition: all 0.3s ease;
        position: relative;
    }
    
    .modern-service-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
        border-color: #e3f2fd;
    }
    
    .service-content-modern {
        padding: 2.5rem 2rem;
        position: relative;
    }
    
    .service-number {
        display: none; /* Numara kaldırıldı - daha clean görünüm */
    }
    
    .service-category {
        display: inline-block;
        color: #0e7db8;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        margin-bottom: 1rem;
        background: rgba(14, 125, 184, 0.08);
        padding: 4px 12px;
        border-radius: 20px;
    }
    
    .service-title-modern {
        font-family: 'Inter', sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 1rem;
        line-height: 1.4;
    }
    
    .service-desc-modern {
        font-size: 0.95rem;
        color: #666;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    
    .service-features {
        display: none; /* Özellik listesi kaldırıldı - daha minimal */
    }
    
    .modern-service-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: transparent;
        color: #0e7db8;
        padding: 0;
        border-radius: 0;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.9rem;
        transition: all 0.2s ease;
        border-bottom: 1px solid transparent;
    }
    
    .modern-service-btn:hover {
        color: #0856b3;
        border-bottom-color: #0856b3;
        transform: none;
    }
    
    .btn-arrow {
        background: transparent;
        width: auto;
        height: auto;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }
    
    .btn-arrow i {
        font-size: 0.8rem;
        transition: transform 0.2s ease;
    }
    
    .modern-service-btn:hover .btn-arrow i {
        transform: translateX(3px);
    }
    
    .modern-service-btn:hover .btn-arrow {
        background: transparent; /* Eski hover efekti kaldırıldı */
        transform: none;
    }
    
    .service-image-modern {
        position: relative;
        height: 100%;
        min-height: 320px;
        overflow: hidden;
        border-radius: 12px;
    }
    
    .service-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
        filter: brightness(1.05);
    }
    
    .modern-service-card:hover .service-img {
        transform: scale(1.02);
        filter: brightness(1);
    }
    
    .image-overlay {
        display: none; /* Overlay tamamen kaldırıldı */
    }
    
    .service-placeholder-modern {
        width: 100%;
        height: 100%;
        min-height: 320px;
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #64748b;
        text-align: center;
        border-radius: 12px;
        border: 1px solid #f1f5f9;
    }
    
    .placeholder-icon {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
        opacity: 0.6;
    }
    
    .placeholder-text {
        font-size: 0.9rem;
        font-weight: 500;
        opacity: 0.9;
    }
    
    .all-services-btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: #0e7db8;
        color: white;
        padding: 14px 28px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.95rem;
        transition: all 0.2s ease;
        border: none;
        cursor: pointer;
    }
    
    .all-services-btn:hover {
        color: white;
        background: #0856b3;
        transform: translateY(-1px);
    }
    
    .btn-icon {
        background: transparent;
        width: auto;
        height: auto;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }
    
    .all-services-btn:hover .btn-icon i {
        transform: translateX(2px);
    }
    
    .empty-state {
        padding: 3rem 0;
    }
    
    /* Responsive Design for Modern Services */
    @media (max-width: 991px) {
        .modern-services-section {
            padding: 3rem 0;
        }
        
        .services-main-title {
            font-size: 2.5rem;
        }
        
        .service-content-modern {
            padding: 2rem 1.5rem;
        }
        
        .service-title-modern {
            font-size: 1.3rem;
        }
        
        .service-image-modern {
            min-height: 280px;
            margin-bottom: 1rem;
        }
        
        .service-placeholder-modern {
            min-height: 280px;
        }
        
        .modern-service-card .row .col-lg-6 {
            margin-bottom: 0;
        }
    }
    
    @media (max-width: 768px) {
        .services-main-title {
            font-size: 2rem;
        }

        .service-content-modern {
            padding: 2rem 1.5rem;
        }

        .service-title-modern {
            font-size: 1.45rem;
        }

        .service-desc-modern {
            font-size: 1.05rem;
            line-height: 1.7;
        }

        .modern-service-btn {
            font-size: 1.05rem;
        }

        .service-image-modern {
            min-height: 240px;
        }

        .all-services-btn {
            width: auto;
            justify-content: center;
        }
    }
    
    .secondary-service-image {
        max-width: 100%;
        max-height: 200px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }
    
    /* Responsive Tasarım */
    @media (max-width: 991px) {
        .services-main-title {
            font-size: 2.5rem;
        }
        
        .services-content-side {
            padding: 3rem 2rem;
            min-height: auto;
        }
        
        .services-image-side {
            min-height: 40vh;
        }
        
        .services-image-wrapper {
            min-height: 40vh;
        }
        
        .co2trap-quote {
            font-size: 2rem;
        }
        
        .co2trap-title {
            font-size: 1.8rem;
        }
    }
    
    @media (max-width: 768px) {
        .services-main-title {
            font-size: 2rem;
        }
        
        .services-subtitle {
            font-size: 1.2rem;
        }
        
        .services-content-side {
            padding: 2rem 1.5rem;
        }
    }
    
    /* Destekçilerimiz Section */
    .supporters-section {
        padding: 5rem 0;
        background: white;
        position: relative;
    }

    .supporters-header {
        margin-bottom: 4rem;
    }

    .supporters-title {
        font-family: 'Poppins', sans-serif;
        font-size: 3rem;
        font-weight: 800;
        color: #2c3e50;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
    }

    .supporters-line {
        width: 80px;
        height: 4px;
        background: linear-gradient(135deg, #0e7db8, #1e88e5);
        margin: 0 auto 1.5rem auto;
        border-radius: 2px;
    }

    .supporters-subtitle {
        font-size: 1.2rem;
        color: #6c757d;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .supporters-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 2rem;
        max-width: 1200px;
        margin: 0 auto;
    }

    .supporter-card {
        position: relative;
        transition: transform 0.3s ease;
    }

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

    .supporter-link,
    .supporter-link-disabled {
        display: block;
        background: white;
        border: 2px solid #f1f3f4;
        border-radius: 15px;
        padding: 2rem 1.5rem;
        text-decoration: none;
        color: inherit;
        transition: all 0.3s ease;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .supporter-link:hover {
        border-color: #0e7db8;
        box-shadow: 0 10px 30px rgba(14, 125, 184, 0.15);
        text-decoration: none;
        color: inherit;
    }

    .supporter-link-disabled {
        cursor: default;
    }

    .supporter-logo-container {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .supporter-logo {
        max-width: 100%;
        max-height: 80px;
        object-fit: contain;
        transition: all 0.3s ease;
    }

    .supporter-link:hover .supporter-logo {
        transform: scale(1.05);
    }

    .supporter-placeholder {
        width: 60px;
        height: 60px;
        background: #f8f9fa;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6c757d;
        font-size: 1.5rem;
    }

    .supporter-info {
        text-align: center;
    }

    .supporter-name {
        font-size: 1rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }

    .supporter-website {
        font-size: 0.8rem;
        color: #0e7db8;
        font-weight: 500;
    }

    .supporter-desc {
        font-size: 0.8rem;
        color: #6c757d;
        line-height: 1.4;
    }

    .supporter-hover-overlay {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: #0e7db8;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 0.8rem;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.3s ease;
    }

    .supporter-link:hover .supporter-hover-overlay {
        opacity: 1;
        transform: scale(1);
    }

    .empty-supporters {
        grid-column: 1 / -1;
        text-align: center;
        padding: 3rem 0;
        color: #6c757d;
    }

    .empty-supporters i {
        color: #dee2e6;
        margin-bottom: 1rem;
    }

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

    @media (max-width: 768px) {
        .supporters-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }
        
        .supporters-title {
            font-size: 2.5rem;
        }
        
        .supporter-link,
        .supporter-link-disabled {
            padding: 1.5rem 1rem;
        }
        
        .supporter-logo-container {
            height: 60px;
        }
        
        .supporter-logo {
            max-height: 60px;
        }
    }

    @media (max-width: 480px) {
        .supporters-grid {
            grid-template-columns: 1fr;
        }
        
        .supporters-title {
            font-size: 2rem;
        }
        
        .supporters-section {
            padding: 3rem 0;
        }
    }
    
    .references-header {
        text-align: center;
        margin-bottom: 4rem;
        position: relative;
        z-index: 1;
    }
    
    .references-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(76, 175, 80, 0.1);
        color: #2E7D32;
        padding: 8px 20px;
        border-radius: 50px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
        border: 1px solid rgba(76, 175, 80, 0.2);
    }
    
    .references-title {
        font-family: 'Poppins', sans-serif;
        font-size: 3rem;
        font-weight: 800;
        color: #2E7D32;
        margin-bottom: 1rem;
        background: linear-gradient(135deg, #2E7D32 0%, #4CAF50 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    .references-subtitle {
        font-size: 1.2rem;
        color: #666;
        margin-bottom: 0;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;
    }
    
    .references-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
        margin-bottom: 4rem;
        position: relative;
        z-index: 1;
    }
    
    .reference-card {
        position: relative;
        height: 200px;
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        cursor: pointer;
    }
    
    .reference-card:hover {
        transform: translateY(-10px) scale(1.02);
    }
    
    .reference-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        background: white;
        border-radius: 20px;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        border: 1px solid rgba(76, 175, 80, 0.1);
    }
    
    .reference-card:hover .reference-card-inner {
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        border-color: rgba(76, 175, 80, 0.3);
    }
    
    .reference-logo-container {
        width: 80px;
        height: 80px;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: rgba(76, 175, 80, 0.05);
    }
    
    .reference-logo {
        max-width: 60px;
        max-height: 60px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: all 0.3s ease;
    }
    
    .reference-card:hover .reference-logo {
        filter: grayscale(0%);
        transform: scale(1.1);
    }
    
    .reference-placeholder {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.5rem;
    }
    
    .reference-name {
        font-family: 'Poppins', sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        color: #2E7D32;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }
    
    .reference-description {
        font-size: 0.9rem;
        color: #666;
        line-height: 1.4;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .reference-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(76, 175, 80, 0.9), rgba(46, 125, 50, 0.9));
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.3s ease;
    }
    
    .reference-card:hover .reference-overlay {
        opacity: 1;
    }
    
    .reference-hover-content {
        color: white;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }
    
    .reference-card:hover .reference-hover-content {
        transform: translateY(0);
    }
    
    .reference-hover-content i {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .reference-hover-content span {
        font-weight: 600;
        font-size: 0.9rem;
    }
    
    /* Trust Indicators */
    .trust-indicators {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 2rem;
        background: white;
        padding: 3rem 2rem;
        border-radius: 25px;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
        position: relative;
        z-index: 1;
    }
    
    .trust-item {
        text-align: center;
        padding: 1rem;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .trust-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    
    .trust-icon {
        font-size: 2.5rem;
        color: #2E7D32;
        margin-bottom: 1rem;
        background: linear-gradient(135deg, #2E7D32 0%, #4CAF50 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    .trust-number {
        font-family: 'Poppins', sans-serif;
        font-size: 2.5rem;
        font-weight: 800;
        color: #2E7D32;
        margin-bottom: 0.5rem;
        background: linear-gradient(135deg, #2E7D32 0%, #4CAF50 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        transition: all 0.3s ease;
        position: relative;
    }

    .trust-number.counter {
        display: inline-block;
        transform: scale(1);
        animation: pulse 2s ease-in-out infinite alternate;
    }

    .trust-number.counter:before {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        background: linear-gradient(135deg, rgba(46, 125, 50, 0.1) 0%, rgba(76, 175, 80, 0.1) 100%);
        border-radius: 10px;
        opacity: 0;
        animation: counterGlow 2s ease-in-out infinite alternate;
        z-index: -1;
    }

    @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }

    @keyframes counterGlow {
        0% { opacity: 0; transform: scale(0.8); }
        50% { opacity: 0.5; transform: scale(1); }
        100% { opacity: 0; transform: scale(1.2); }
    }
    
    .trust-label {
        font-size: 1rem;
        font-weight: 600;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 0.5rem;
    }
    
    .trust-description {
        font-size: 0.85rem;
        color: #888;
        line-height: 1.4;
    }
    
    /* Responsive Design */
    @media (max-width: 768px) {
        .references-modern-section {
            padding: 4rem 0;
        }
        
        .references-title {
            font-size: 2.2rem;
        }
        
        .references-grid {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
        }
        
        .trust-indicators {
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            padding: 2rem 1rem;
        }
        
        .trust-number {
            font-size: 2rem;
        }
    }
    
    @media (max-width: 480px) {
        .trust-indicators {
            grid-template-columns: 1fr;
        }
    }
    
    /* Ultra Modern Hakkımızda Section */
    .about-ultra-modern-section {
        padding: 8rem 0;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%);
        position: relative;
        overflow: hidden;
    }
    
    .about-content {
        padding: 2rem 0;
        position: relative;
        z-index: 2;
    }
    
    .about-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(46, 125, 50, 0.05));
        color: #2E7D32;
        padding: 10px 25px;
        border-radius: 50px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 2rem;
        border: 1px solid rgba(76, 175, 80, 0.2);
        backdrop-filter: blur(10px);
    }
    
    .about-main-title {
        font-family: 'Poppins', sans-serif;
        font-size: 3rem;
        font-weight: 800;
        background: linear-gradient(135deg, #2E7D32 0%, #4CAF50 50%, #66BB6A 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 2rem;
        line-height: 1.2;
    }
    
    .about-description {
        font-size: 1.2rem;
        color: #666;
        line-height: 1.8;
        margin-bottom: 3rem;
    }
    
    .about-stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
    
    .stat-item {
        display: flex;
        align-items: center;
        gap: 1rem;
        background: white;
        padding: 1.5rem;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        border: 1px solid rgba(76, 175, 80, 0.1);
    }
    
    .stat-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        border-color: rgba(76, 175, 80, 0.3);
    }
    
    .stat-icon {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.2rem;
    }
    
    .stat-number {
        font-family: 'Poppins', sans-serif;
        font-size: 1.3rem;
        font-weight: 700;
        color: #2E7D32;
        margin-bottom: 0.2rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }
    
    .about-mission-vision {
        margin-bottom: 3rem;
    }
    
    .mv-item {
        display: flex;
        gap: 1.5rem;
        margin-bottom: 2rem;
        padding: 2rem;
        background: white;
        border-radius: 20px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        border-left: 4px solid transparent;
    }
    
    .mv-item.mission {
        border-left-color: #4CAF50;
    }
    
    .mv-item.vision {
        border-left-color: #2196F3;
    }
    
    .mv-item:hover {
        transform: translateX(10px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    }
    
    .mv-icon {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        color: white;
        flex-shrink: 0;
    }
    
    .mv-item.mission .mv-icon {
        background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    }
    
    .mv-item.vision .mv-icon {
        background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    }
    
    .mv-title {
        font-family: 'Poppins', sans-serif;
        font-size: 1.3rem;
        font-weight: 600;
        color: #2E7D32;
        margin-bottom: 0.5rem;
    }
    
    .mv-text {
        color: #666;
        line-height: 1.7;
        margin: 0;
    }
    
    .about-cta {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }
    
    .btn-about-contact,
    .btn-about-services {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 25px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }
    
    .btn-about-contact {
        background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
        color: white;
        box-shadow: 0 5px 20px rgba(76, 175, 80, 0.3);
    }
    
    .btn-about-contact:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
        color: white;
    }
    
    .btn-about-services {
        background: transparent;
        color: #2E7D32;
        border-color: #2E7D32;
    }
    
    .btn-about-services:hover {
        background: #2E7D32;
        color: white;
        transform: translateY(-2px);
    }
    
    /* Visual Side */
    .about-visual-container {
        position: relative;
        padding: 2rem 0;
    }
    
    .about-main-visual {
        position: relative;
        height: 400px;
        border-radius: 30px;
        background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-bottom: 2rem;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    }
    
    .about-image-placeholder {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    
    .about-image-placeholder img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 20px !important;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .about-image-placeholder i {
        color: rgba(255, 255, 255, 0.7);
        z-index: 2;
        position: relative;
    }
    
    .visual-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
    
    .floating-element {
        position: absolute;
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.2rem;
        animation: float 3s ease-in-out infinite;
        backdrop-filter: blur(10px);
    }
    
    .fe-1 {
        top: 20%;
        left: 15%;
        animation-delay: 0s;
    }
    
    .fe-2 {
        top: 60%;
        right: 20%;
        animation-delay: 1s;
    }
    
    .fe-3 {
        bottom: 20%;
        left: 20%;
        animation-delay: 2s;
    }
    
    @keyframes float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-20px); }
    }
    
    /* ÖNE ÇIKANLAR BÖLÜMÜ STİLLERİ */
    .featured-section {
        position: relative;
        overflow: hidden;
    }
    
    .featured-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, #0e7db8 0%, #1a1a1a 50%, #0e7db8 100%);
        opacity: 0.1;
        z-index: 0;
    }
    



    
    .featured-card::before {
        content: '';
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        border-radius: 31px;
        background: linear-gradient(45deg, 
            #2196f3 0%, 
            #ffffff 25%, 
            #64b5f6 50%, 
            #2196f3 75%, 
            #ffffff 100%);
        background-size: 400% 400%;
        animation: gradientBorder 3s ease infinite;
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: -1;
    }
    
    .featured-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 28px;
        background: 
            linear-gradient(145deg, 
                rgba(0, 0, 0, 0.95) 0%, 
                rgba(20, 20, 20, 0.9) 30%,
                rgba(40, 40, 40, 0.85) 70%,
                rgba(10, 10, 10, 0.9) 100%);
        z-index: -1;
    }
    
    .featured-card:hover::before {
        opacity: 1;
    }
    
    .featured-card:hover {
        transform: translateY(-15px) scale(1.02);
        box-shadow: 
            0 30px 80px rgba(33, 150, 243, 0.4),
            0 15px 50px rgba(0, 0, 0, 0.6),
            inset 0 2px 0 rgba(255, 255, 255, 0.1),
            inset 0 -2px 0 rgba(33, 150, 243, 0.3);
        border-color: rgba(33, 150, 243, 0.3);
    }
    

    
    .featured-image-wrapper {
        position: relative;
        width: 100%;
        height: 320px;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
        flex-shrink: 0;
        background: linear-gradient(45deg, #1a1a1a, #2d2d2d);
    }
    

    
    .featured-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
        filter: brightness(0.9) contrast(1.1) saturate(1.2);
    }
    
    .featured-card:hover .featured-image {
        transform: scale(1.1);
        filter: brightness(1) contrast(1.2) saturate(1.3);
    }
    
    .featured-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 2.5rem 2rem 2rem 2rem;
        color: white;
        background: linear-gradient(135deg, 
            rgba(33, 150, 243, 0.95) 0%, 
            rgba(25, 118, 210, 0.9) 50%, 
            rgba(21, 101, 192, 0.95) 100%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        position: relative;
        min-height: 220px;
    }
    
    .featured-title {
        font-family: 'Poppins', sans-serif;
        font-size: 1.6rem;
        font-weight: 600;
        color: white;
        margin-bottom: 1.2rem;
        text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
        letter-spacing: -0.2px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .featured-description {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.6;
        margin-bottom: 2rem;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        font-weight: 400;
        flex: 1;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: 'Inter', sans-serif;
    }
    
    .featured-action {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.98) 0%, 
            rgba(248, 250, 252, 0.95) 100%);
        color: #1976d2;
        padding: 14px 28px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        letter-spacing: 0.2px;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 
            0 4px 15px rgba(255, 255, 255, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 1),
            0 2px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.9);
        align-self: flex-start;
        font-family: 'Inter', sans-serif;
    }
    
    .featured-action::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.6s ease;
    }
    
    .featured-action:hover {
        background: linear-gradient(135deg, 
            #0e7db8 0%, 
            #00d4ff 50%, 
            #0e7db8 100%);
        color: white;
        transform: translateY(-4px) scale(1.08);
        box-shadow: 
            0 12px 30px rgba(14, 125, 184, 0.5),
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            0 4px 16px rgba(0, 0, 0, 0.2);
        border-color: rgba(255, 255, 255, 0.9);
    }
    
    .featured-action:hover::before {
        left: 100%;
    }
    
    .featured-arrow {
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.320, 1);
        font-size: 0.9rem;
    }
    
    .featured-action:hover .featured-arrow {
        transform: translateX(8px) rotate(360deg);
    }
    
    .featured-decoration-1,
    .featured-decoration-2 {
        position: absolute;
        border-radius: 50%;
        background: linear-gradient(135deg, #0e7db8 0%, rgba(14, 125, 184, 0.3) 100%);
        z-index: 0;
    }
    
    .featured-decoration-1 {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -100px;
        animation: rotate 20s linear infinite;
    }
    
    .featured-decoration-2 {
        width: 150px;
        height: 150px;
        bottom: -75px;
        left: -75px;
        animation: rotate 25s linear infinite reverse;
    }
    
    /* Responsive Design */
    @media (max-width: 768px) {
        .featured-scroll-container {
            padding: 0 50px;
        }
        
        .featured-item {
            flex: 0 0 280px;
            min-width: 280px;
        }
        
        .featured-card {
            height: 440px;
            border-radius: 20px;
        }
        
        .featured-image-wrapper {
            height: 220px;
            border-radius: 18px 18px 0 0;
        }
        
        .featured-title {
            font-size: 1.2rem;
        }
        
        .featured-description {
            font-size: 0.85rem;
            margin-bottom: 1rem;
        }
        
        .featured-content {
            padding: 1rem;
        }
        
        .featured-action {
            padding: 12px 20px;
            font-size: 0.9rem;
            min-width: 140px;
            white-space: nowrap;
            text-align: center;
        }
        
        .featured-link {
            display: inline-block;
            font-weight: 600;
        }

        .featured-scroll-btn {
            width: 40px;
            height: 40px;
            font-size: 1rem;
        }        .featured-scroll-left {
            left: 5px;
        }
        
        .featured-scroll-right {
            right: 5px;
        }
    }
    
    /* Extra small devices (phones, 576px and down) */
    @media (max-width: 576px) {
        .featured-main-title {
            font-size: 1.8rem;
            margin-top: 1rem;
        }
        
        .featured-subtitle {
            font-size: 1rem;
            margin-bottom: 2rem;
            padding: 0 1rem;
        }
        
        .featured-item {
            flex: 0 0 260px;
            min-width: 260px;
        }
        
        .featured-card {
            height: 400px;
            margin: 0 5px;
        }
        
        .featured-image-wrapper {
            height: 180px;
        }
        
        .featured-content {
            padding: 1rem 0.8rem;
        }
        
        .featured-title {
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
        }
        
        .featured-description {
            font-size: 0.8rem;
            margin-bottom: 1rem;
            line-height: 1.4;
        }
        
        .featured-action {
            padding: 10px 18px;
            font-size: 0.85rem;
            min-width: 130px;
            border-radius: 25px;
        }
        
        .featured-link {
            font-weight: 600;
            letter-spacing: 0.2px;
        }
        
        .featured-scroll-container {
            padding: 0 40px;
        }
    }
    
    .about-image-placeholder {
        color: rgba(255, 255, 255, 0.3);
        z-index: 1;
    }
    
    .about-features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .feature-card {
        background: white;
        padding: 1.5rem;
        border-radius: 20px;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        border: 1px solid rgba(76, 175, 80, 0.1);
    }
    
    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
        border-color: rgba(76, 175, 80, 0.3);
    }
    
    .feature-card i {
        font-size: 1.5rem;
        color: #4CAF50;
        margin-bottom: 0.5rem;
        display: block;
    }
    
    .feature-card span {
        font-weight: 600;
        color: #2E7D32;
        font-size: 0.9rem;
    }
    
    /* Background Elements */
    .about-bg-elements {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        overflow: hidden;
    }
    
    .bg-element {
        position: absolute;
        border-radius: 50%;
        background: rgba(76, 175, 80, 0.03);
        animation: rotate 20s linear infinite;
    }
    
    .bg-1 {
        width: 300px;
        height: 300px;
        top: -150px;
        right: -150px;
    }
    
    .bg-2 {
        width: 200px;
        height: 200px;
        bottom: -100px;
        left: -100px;
        animation-direction: reverse;
    }
    
    .bg-3 {
        width: 150px;
        height: 150px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation-duration: 15s;
    }
    
    @keyframes rotate {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
    
    /* Responsive Design */
    @media (max-width: 991px) {
        .about-ultra-modern-section {
            padding: 6rem 0;
        }
        
        .about-main-title {
            font-size: 2.5rem;
        }
        
        .about-main-visual {
            height: 300px;
            margin-bottom: 2rem;
        }
        
        .about-image-placeholder img {
            border-radius: 15px !important;
        }
        
        .about-cta {
            justify-content: center;
        }
    }
    
    @media (max-width: 768px) {
        .about-main-title {
            font-size: 2rem;
        }
        
        .about-stats-grid {
            grid-template-columns: 1fr;
        }
        
        .mv-item {
            flex-direction: column;
            text-align: center;
            gap: 1rem;
        }
        
        .about-features-grid {
            grid-template-columns: 1fr;
        }
    }
