.arc-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.hidden-center {
    display: none !important;
}

.arc-section {
    --arc-primary: var(--selcuk-blue);
    --arc-secondary: var(--selcuk-blue);
    --arc-accent: #f8f9fa;
    --arc-text: #333;
    --arc-light: #ffffff;
    --arc-dark: #212529;
    --arc-gray: #6c757d;
    --arc-shadow: rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    background-color: #f9f9f9;
    font-family: "Montserrat", sans-serif;
}

.arc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.arc-header {
    text-align: center;
    margin-bottom: 60px;
}

.arc-title {
    color: var(--arc-primary);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

    .arc-title::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: var(--arc-primary);
        border-radius: 2px;
    }

.arc-subtitle {
    color: var(--arc-gray);
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 20px;
}

.arc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.arc-card {
    background-color: var(--arc-light);
    border-radius: 10px;
    box-shadow: 0 5px 15px var(--arc-shadow);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

    .arc-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }

.arc-card-header {
    background-color: var(--arc-primary);
    color: var(--arc-light);
    padding: 15px;
    position: relative;
    overflow: hidden;
    min-height: 80px;
    display: flex;
    align-items: flex-start;
    width: 100%;
}

    .arc-card-header::before {
        content: '';
        position: absolute;
        top: -20px;
        right: -20px;
        width: 60px;
        height: 60px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
    }

.arc-card-icon {
    font-size: 1rem;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 3px;
}

.arc-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
}
.arc-card-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

    .arc-card-link:hover {
        text-decoration: none;
        color: var(--arc-light);
    }

.arc-load-more {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--arc-primary);
    color: var(--arc-light);
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(168, 5, 50, 0.2);
    margin-top: 30px;
}

    .arc-load-more:hover {
        background-color: var(--arc-secondary);
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(168, 5, 50, 0.3);
    }

    .arc-load-more i {
        margin-right: 8px;
    }

    .arc-load-more.disabled {
        background-color: var(--arc-gray);
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

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

    .arc-subtitle {
        font-size: 1rem;
    }

    .arc-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}

.ardek-section {
    --ardek-brand: var(--selcuk-blue, #1c458b);
    --ardek-brand-hover: var(--selcuk-blue-hover, #0d2d5e);
    --ardek-brand-soft: rgba(28, 69, 139, 0.1);
    --ardek-brand-glow: rgba(28, 69, 139, 0.15);
    padding: 40px 0;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

    .ardek-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(28, 69, 139, 0.06) 0%, rgba(28, 69, 139, 0) 70%);
        z-index: 0;
    }

.ardek-container {
    position: relative;
    z-index: 1;
}

.ardek-heading-container {
    text-align: center;
    margin-bottom: 60px;
}

.ardek-heading {
    color: var(--ardek-brand);
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

    .ardek-heading::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: var(--ardek-brand);
        border-radius: 2px;
    }

.ardek-subheading {
    color: #6c757d;
    max-width: 700px;
    margin: 1.5rem auto 0;
    font-size: 1.1rem;
    line-height: 1.7;
}

.ardek-card-container {
    perspective: 1000px;
    margin-bottom: 30px;
}

.ardek-card {
    position: relative;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: white;
    transform-style: preserve-3d;
}

    .ardek-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px var(--ardek-brand-glow);
    }

.ardek-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    backface-visibility: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
}

.ardek-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

.ardek-card-container:hover .ardek-card-front {
    transform: rotateY(-180deg);
}

.ardek-card-container:hover .ardek-card-back {
    transform: rotateY(0);
}

.ardek-section .ardek-card-icon {
    font-size: 3rem;
    color: var(--ardek-brand);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.ardek-card-container:hover .ardek-card-icon {
    transform: scale(1.2);
}

.ardek-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 15px;
}

.ardek-card-subtitle {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.5;
}

.ardek-card-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    overflow-y: auto;
    flex-grow: 1;
}

    .ardek-card-list li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 20px;
    }

        .ardek-card-list li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: var(--ardek-brand);
            font-weight: bold;
        }

    .ardek-card-list a {
        color: #495057;
        text-decoration: none;
        transition: all 0.2s ease;
        font-size: 0.85rem;
        display: block;
    }

        .ardek-card-list a:hover {
            color: var(--ardek-brand);
        }

.ardek-card-back-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ardek-brand);
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #f8f9fa;
}

.ardek-btn {
    display: inline-block;
    background-color: var(--ardek-brand);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

    .ardek-btn:hover {
        background-color: var(--ardek-brand-hover);
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px var(--ardek-brand-glow);
    }

.ardek-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    min-width: 200px;
}

    .ardek-more-btn i {
        margin-right: 8px;
    }

.ardek-card-back-footer {
    text-align: center;
    margin-top: 10px;
}

.ardek-card-badge {
    display: inline-block;
    background-color: var(--ardek-brand-soft);
    color: var(--ardek-brand);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 10px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ardek-anim-fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

.ardek-hidden {
    display: none;
}

.sl-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.sl-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.sl-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.sl-content-wrapper {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding: 2rem;
    min-height: 100vh;
}

    .sl-content-wrapper .row {
        width: 100%;
        margin: 0;
    }

    .sl-content-wrapper .col-lg-8 {
        height: 100%;
    }

.sl-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sl-subtitle {
    font-size: 1.5rem;
    max-width: 800px;
    margin-bottom: 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.sl-cta-button {
    display: inline-block;
    background-color: var(--selcuk-blue);
    color: white;
    padding: 0.75rem 2rem;
    font-size: 1.2rem;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .sl-cta-button:hover {
        background-color: transparent;
        border-color: white;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

@media(max-width: 768px) {
    .sl-title {
        font-size: 2.5rem;
    }

    .sl-subtitle {
        font-size: 1.2rem;
    }
}

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

    .sl-subtitle {
        font-size: 1rem;
    }

    .sl-hero-section {
        min-height: 500px;
    }
}

.sl-stats-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.sl-stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .sl-stat-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
    }

.sl-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--selcuk-blue);
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.sl-stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1000px) {
    .sl-stats-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 15px;
    }

    .sl-stat-card {
        flex: 1 0 calc(50% - 15px);
        min-width: 140px;
        padding: 15px;
    }

    .sl-stat-number {
        font-size: 2.2rem;
    }

    .sl-stat-label {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .sl-stats-container {
        margin-top: 30px;
    }

    .sl-stat-card {
        flex: 1 0 calc(50% - 15px);
        padding: 12px 10px;
    }

    .sl-stat-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .sl-stats-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .sl-stat-card {
        flex: 1 0 calc(50% - 10px);
        padding: 10px 8px;
    }

    .sl-stat-number {
        font-size: 1.5rem;
    }

    .sl-stat-label {
        font-size: 0.9rem;
    }
}
