.cool-link {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    font-weight: bolder;
}

    .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: #121416;
        transition: width .3s;
    }

    .cool-link:hover::after {
        width: 100%;
        transition: width .4s;
    }

.carousel-inner {
    height: 320px;
}

    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
        width: 100%;
        margin: auto;
        min-height: 320px;
        max-height: 320px;
    }

.text-decoration-line:hover {
    text-decoration: underline !important;
}

.active-page::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #121416;
}

.bg-newcol {
    background-color: rgb(220 220 220) !important;
}
/*  Pagination  */

.special-pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.special-page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .special-page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .special-page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.special-page-item:first-child .special-page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.special-page-item:last-child .special-page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.special-page-item.active .special-page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

/*Contact Page Start*/

/* Hero Banner */
.contact-hero {
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
    color: #fff;
    padding: 80px 0 120px 0;
}

/* Kartlar ve Form Kutusu */
.contact-wrapper {
    margin-top: -60px;
}

.info-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform 0.3s ease;
}

    .info-card:hover {
        transform: translateY(-5px);
    }

.info-icon {
    width: 60px;
    height: 60px;
    background: rgba(78, 84, 200, 0.1);
    color: #4e54c8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.form-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.form-control {
    border-radius: 8px;
    padding: 12px 15px;
    height: auto;
    border: 1px solid #e1e1e1;
}

    .form-control:focus {
        border-color: #4e54c8;
        box-shadow: 0 0 0 0.2rem rgba(78, 84, 200, 0.15);
    }

.btn-custom {
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}

    .btn-custom:hover {
        color: #fff;
        opacity: 0.9;
    }

/* YUKARI AŞAĞI İNSAN ANİMASYONU */
.floating-illustration {
    width: 100%;
    max-width: 420px;
    height: auto;
    animation: float 3.5s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Sosyal Medya İkonları */
.social-links a {
    width: 40px;
    height: 40px;
    background: #f1f3f5;
    color: #4e54c8;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-links a:hover {
        background: #4e54c8;
        color: #fff;
    }

/*Contact Page End*/

/*Privacy Page Start*/
.privacy-header {
    background: linear-gradient(135deg, #212529, #343a40);
    color: white;
    padding: 60px 0;
    text-align: center;
}

    .privacy-header h1 {
        font-size: 42px;
        font-weight: 700;
    }

    .privacy-header p {
        font-size: 18px;
        opacity: .8;
    }

.privacy-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    margin-top: -35px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .privacy-box h2 {
        font-size: 24px;
        margin-top: 35px;
        margin-bottom: 15px;
        color: #212529;
        border-left: 4px solid #007bff;
        padding-left: 12px;
    }

    .privacy-box p {
        line-height: 1.8;
        font-size: 16px;
    }

    .privacy-box ul {
        line-height: 1.9;
    }

.update-date {
    color: #777;
    font-size: 14px;
}
/*Privacy Page End*/

.special-navbar{
    padding-left:0px !important;
    margin-left:0px !important;

}
    .special-navbar div{
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
    .special-navbar h6 {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
    .special-navbar a :first-child{
        padding-left: 0px !important;
        margin-left: 0px !important;    

    }
    .special-navbar a{
        font-size:15px !important;
    }