.adayogrenci-root {
    --ao-primary-color: var(--selcuk-blue);
    --ao-secondary-color: var(--selcuk-blue);
    --ao-light-bg: var(--selcuk-blue);
    --ao-dark-text: var(--selcuk-blue) !important;
    --ao-light-blue: rgba(28, 69, 139, 0.1);
}

    .adayogrenci-root .accordion-button {
        color: var(--selcuk-blue);
        font-weight: 700;
    }

.adayogrenci-hero-section {
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(28, 69, 139, 0.1));
}

.adayogrenci-international-section .accordion-body .btn-outline-primary:hover {
    color: var(--selcuk-blue) !important;
    background-color: white !important;
    border-color: var(--ao-primary-color);
}

.adayogrenci-tab-buttons .btn-outline-info {
    --bs-btn-color: var(--selcuk-blue) !important;
    --bs-btn-border-color: var(--selcuk-blue) !important;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--selcuk-blue) !important;
    --bs-btn-hover-border-color: var(--selcuk-blue) !important;
    --bs-btn-focus-shadow-rgb: 28, 69, 139;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--selcuk-blue) !important;
    --bs-btn-active-border-color: var(--selcuk-blue) !important;
}

.adayogrenci-tab-buttons .btn-info {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: var(--selcuk-blue);
    --bs-btn-border-color: var(--selcuk-blue);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--selcuk-blue-hover);
    --bs-btn-hover-border-color: var(--selcuk-blue-hover);
    --bs-btn-focus-shadow-rgb: 28, 69, 139;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: var(--selcuk-blue-hover);
    --bs-btn-active-border-color: var(--selcuk-blue-hover);
}

.adayogrenci-tab-buttons .btn-outline-info:active {
    color:white!important;
}

.adayogrenci-tab-buttons .btn-info:hover {
    color: white !important;
}

.adayogrenci-tab-buttons .btn-outline-info:hover {
    background-color: white !important;
    color: var(--selcuk-blue) !important;
}


.adayogrenci-title {
    font-weight: 500;
    color: var(--selcuk-blue);
    font-size: 2.5rem;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.adayogrenci-title-underline {
    width: 80px;
    height: 4px;
    background-color: var(--ao-primary-color);
    margin: 1rem 0 2rem 0;
    display: block;
}

.adayogrenci-nav-item {
    position: relative;
    margin-right: 1.5rem;
}

    .adayogrenci-nav-item.active:after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: var(--ao-primary-color);
    }

#adayogrenciTabs .nav-link {
    color: var(--ao-dark-text);
    border: none;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

    #adayogrenciTabs .nav-link.active {
        color: var(--ao-dark-text);
        border-bottom: 2px solid var(--ao-primary-color);
        background-color: transparent;
        font-weight: 600;
    }

    #adayogrenciTabs .nav-link:hover {
        border-color: rgba(28, 69, 139, 0.5);
    }

.adayogrenci-tab-buttons .btn {
    border-radius: 0;
    font-weight: bold;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

    .adayogrenci-tab-buttons .btn.active {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        background-color: var(--ao-primary-color) !important;
        border-color: var(--ao-primary-color) !important;
    }

.adayogrenci-faculty-card {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .adayogrenci-faculty-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

.adayogrenci-faculty-overlay {
    position: relative;
    overflow: hidden;
}

.adayogrenci-faculty-title-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
}


.adayogrenci-faculty-title {
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.adayogrenci-faculty-play {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    color: var(--ao-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.adayogrenci-faculty-card:hover .adayogrenci-faculty-play {
    transform: scale(1.2);
}

.adayogrenci-faculty-info {
    border-top: 3px solid var(--ao-primary-color);
}

.adayogrenci-international-section .accordion-button:not(.collapsed) {
    color: var(--ao-primary-color);
    background-color: rgba(28, 69, 139, 0.1);
}

.adayogrenci-international-section .accordion-button:focus {
    border-color: rgba(28, 69, 139, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(28, 69, 139, 0.25);
}

.adayogrenci-international-section .btn-outline-primary {
    color: var(--ao-primary-color);
    border-color: var(--ao-primary-color);
}

    .adayogrenci-international-section .btn-outline-primary:hover {
        color: white;
        background-color: var(--ao-primary-color);
        border-color: var(--ao-primary-color);
    }

.adayogrenci-international-images {
    height: 450px;
    width: 430px;
}

.adayogrenci-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.adayogrenci-feature-icon {
    color: var(--ao-primary-color);
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.adayogrenci-dot-pattern {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 300px;
    background-image: radial-gradient(var(--ao-primary-color) 2px, transparent 2px);
    background-size: 15px 15px;
    opacity: 0.2;
    z-index: -1;
}

.adayogrenci-circle-pattern {
    position: absolute;
    right: -150px;
    bottom: -150px;
    width: 400px;
    height: 400px;
    border: 4px solid var(--ao-primary-color);
    border-radius: 50%;
    opacity: 0.15;
    z-index: -1;
    animation: pulse 8s infinite alternate;
}

.adayogrenci-blob-pattern {
    position: absolute;
    left: -100px;
    bottom: -50px;
    width: 350px;
    height: 350px;
    background-color: rgba(28, 69, 139, 0.15);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    animation: blob-morph 15s ease-in-out infinite;
}

.adayogrenci-hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231c458b' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.2;
    z-index: -2;
}

.adayogrenci-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

    100% {
        transform: scale(1.1);
    }
}

@keyframes blob-morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }

    25% {
        border-radius: 50% 50% 40% 60% / 60% 40% 50% 40%;
    }

    50% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    }

    75% {
        border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
}

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

    .adayogrenci-campus-image {
        margin-top: 2rem;
    }

    #adayogrenciTabs .nav-link {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    .adayogrenci-tab-buttons {
        flex-direction: column;
    }

        .adayogrenci-tab-buttons .btn {
            margin-bottom: 0.5rem;
        }

    .adayogrenci-faculty-title {
        font-size: 1.2rem;
    }

    .adayogrenci-international-images {
        height: 350px;
        width: 300px;
        margin-top: 50px;
    }
}


.adayogrenci-international-img-1 {
    border-radius: 0 80px 0 80px;
}

.adayogrenci-international-img-1 {
    border-radius: 120px 120px 0 120px;
}

.adayogrenci-international-img-1 {
    border-radius: 120px 120px 0 120px;
}


body {
    background: linear-gradient(135deg, #f5f7fa, #e4e9f2);
    color: #333;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

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

.logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

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

.nav-links {
    display: flex;
    list-style: none;
}

    .nav-links li {
        margin-left: 1.5rem;
    }

    .nav-links a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 1.1rem;
        position: relative;
        padding-bottom: 5px;
        transition: all 0.3s ease;
    }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #ffffff;
            transition: width 0.3s ease;
        }

        .nav-links a:hover {
            color: #ffffff;
        }

            .nav-links a:hover::after {
                width: 100%;
            }

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 0;
    min-height: 500px;
}

.hero-text {
    flex: 1;
    padding-right: 2rem;
}

    .hero-text h1 {
        font-size: 3rem;
        margin-bottom: 1rem;
        color: var(--selcuk-blue-hover);
        animation: fadeInUp 1s ease-out;
    }

        .hero-text h1 span {
            color: var(--selcuk-blue);
            position: relative;
            display: inline-block;
        }

            .hero-text h1 span::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 4px;
                background-color: var(--selcuk-blue);
                border-radius: 2px;
            }

    .hero-text p {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        color: #555;
        animation: fadeInUp 1.2s ease-out;
    }

.hero-image {
    flex: 1;
    position: relative;
    height: 400px;
}

    .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .hero-image:hover img {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top right, rgba(28, 69, 139, 0.1), rgba(28, 69, 139, 0.1));
    border-radius: 10px;
    z-index: 1;
}

.programs {
    background-color: #fff;
    padding: 4rem 0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 4rem;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--selcuk-blue-hover);
    position: relative;
    padding-bottom: 1rem;
}

    .section-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        background: linear-gradient(to right, var(--selcuk-blue-hover), var(--selcuk-blue));
        border-radius: 2px;
    }

.program-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    padding: 0 3rem;
}

.program-item {
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-left: 4px solid var(--selcuk-blue-hover);
}

    .program-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        border-left: 4px solid var(--selcuk-blue);
    }

    .program-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background-color: var(--selcuk-blue);
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.3s ease;
    }

    .program-item h3 {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        color: var(--selcuk-blue-hover);
        font-size: 1.2rem;
    }

.program-icon {
    margin-right: 0.8rem;
    color: var(--selcuk-blue);
    font-size: 1.5rem;
}

.program-item p {
    color: #666;
    font-size: 0.95rem;
}

.program-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--selcuk-blue);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

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

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .nav-links {
        display: none;
    }
}

@media (max-width: 768px) {
    .program-list {
        grid-template-columns: 1fr;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-section {
        text-align: center;
    }

        .footer-section h3::after {
            left: 50%;
            transform: translateX(-50%);
        }
}