
.montserrat-<uniquifier > {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.grape-nuts-regular {
    font-family: "Grape Nuts", cursive;
    font-weight: 600;
    font-style: normal;
}

.lobster-regular {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
}

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

.invitation p {
    font-weight: 500;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

    .section-title h2 {
        font-size: 36px;
        color: #2c3e50;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }

        .section-title h2:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            background: var(--selcuk-blue);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

    .section-title p {
        color: #7f8c8d;
        font-size: 18px;
        max-width: 700px;
        margin: 0 auto;
    }

.team-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 15px 10px;
}

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

.team-img {
    position: relative;
    overflow: hidden;
}

    .team-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: transform 0.5s;
    }

.team-item:hover .team-img img {
    transform: scale(1.1);
}

.team-social {
    position: absolute;
    /*bottom: -60px;*/
    left: 0;
    right: 0;
    background: rgba(28, 69, 139, 0.8);
    padding: 15px 0;
    transition: bottom 0.4s;
    display: flex;
    justify-content: center;
}

.team-item:hover .team-social {
    bottom: 0;
}

.team-social p {
    color:white;
    padding:10px;
}

.team-social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    background: #fff;
    color: var(--selcuk-blue);
    border-radius: 50%;
    margin: 0 5px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
}

    .team-social a:hover {
        background: #2c3e50;
        color: #fff;
    }

.team-info {
    padding: 25px 20px;
    text-align: center;
    min-height: 150px;
}

    .team-info h3 {
        font-size: 22px;
        margin-bottom: 5px;
        color: #2c3e50;
    }

    .team-info span {
        display: block;
        font-size: 15px;
        color: var(--selcuk-blue);
        margin-bottom: 15px;
        font-weight: 500;
    }

    .team-info p {
        color: #7f8c8d;
        font-size: 14px;
        margin-bottom: 0;
    }

.owl-nav {
    text-align: center;
    margin-top: 30px;
}

    .owl-nav button {
        width: 46px;
        height: 46px;
        border-radius: 50% !important;
        background: #fff !important;
        color: var(--selcuk-blue) !important;
        font-size: 24px !important;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        margin: 0 8px;
        transition: all 0.3s;
        outline: none;
    }

        .owl-nav button:hover {
            background: var(--selcuk-blue) !important;
            color: #fff !important;
        }

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

    .owl-dots button.owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 5px;
        background: #d1d8e0 !important;
        transition: all 0.3s;
    }

        .owl-dots button.owl-dot.active,
        .owl-dots button.owl-dot:hover {
            background: var(--selcuk-blue) !important;
        }

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

    .section-title p {
        font-size: 16px;
    }

    .team-info h3 {
        font-size: 18px;
    }
}

.mezun-davet-container {
    font-family: 'Montserrat', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.mezun-quote {
    text-align: center;
    margin-bottom: 40px;
}

    .mezun-quote h2 {
        font-family: 'Lobster', sans-serif;
        font-size: 32px;
        color: #2c3e50;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
    }

        .mezun-quote h2:after {
            content: '';
            position: absolute;
            width: 100px;
            height: 3px;
            background: var(--selcuk-blue);
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

.mezun-card-wrapper {
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.mezun-card {
    flex: 1;
    padding: 40px;
    position: relative;
    background: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%231c458b' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.mezun-logo {
    margin-bottom: 20px;
    text-align: center;
}

    .mezun-logo img {
        height: 60px;
    }

.mezun-title {
    margin-bottom: 25px;
}

    .mezun-title h3 {
        font-size: 28px;
        color: #2c3e50;
        font-weight: 600;
        text-align: center;
    }

.mezun-text {
    margin-bottom: 30px;
}

    .mezun-text p {
        font-size: 16px;
        line-height: 1.8;
        color: #546e7a;
        margin-bottom: 15px;
        font-weight: 500;
    }

.mezun-cta {
    text-align: center;
    margin-top: 30px;
}

.mezun-btn {
    display: inline-block;
    padding: 12px 30px;
    background: var(--selcuk-blue);
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(28, 69, 139, 0.3);
}

    .mezun-btn:hover {
        background: var(--selcuk-blue-hover);
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(28, 69, 139, 0.4);
    }

.mezun-image {
    flex: 1;
    position: relative;
}

    .mezun-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 992px) {
    .mezun-card-wrapper {
        flex-direction: column;
    }

    .mezun-image {
        min-height: 300px;
        order: -1;
    }

    .mezun-card {
        padding: 30px;
    }

    .mezun-title h3 {
        font-size: 24px;
    }
}

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

    .mezun-card {
        padding: 20px;
    }

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