/* ===========================
   HK Page Styles
   HKHaber Teması için Uyarlanmış
   =========================== */

/* Genel Section Başlıkları */
.section .head .title {
    color: #e10915;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
}

.section .head .description.description-border {
    border-left: 2px solid var(--color-primary);
    padding-left: 20px;
}

/* Butonlar */
.btn-red {
    background-color: #e10915;
    border-color: #e10915;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-red:hover {
    background-color: #112178;
    border-color: #112178;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(17, 33, 120, 0.3);
}

.btn-outline-red {
    color: #e10915;
    border: 2px solid #e10915;
    background: transparent;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-red:hover {
    background-color: #e10915;
    border-color: #e10915;
    color: #fff;
}

/* Circle Content List */
.circle-content-list .item .title a {
    color: var(--color-primary);
    font-weight: 600;
    transition: color 0.3s ease;
}

.circle-content-list .item .title a:hover {
    color: var(--color-secondary);
}

.circle-content-list .item .img a {
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease;
}

.circle-content-list .item .img a:hover {
    background: var(--color-secondary);
    transform: scale(1.1);
}

/* Rectangle Content List */
.rectangle-content-list .item .bottom p:last-child {
    color: #54595f;
    line-height: 1.6em;
}

/* FAQ List */
.faq-list .card-header button {
    color: #e10915;
    font-weight: 600;
    font-size: 16px;
}

.faq-list .card-body {
    color: #54595f;
    line-height: 1.6em;
}

/* News List */
.news-list .description a {
    color: #54595f;
    line-height: 1.6em;
}

/* Section Model 6 */
.section-model-6 .content .item {
    background: #e10915;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
}

/* SEO Click */
.seoclick {
    color: var(--color-primary);
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.seoclick:hover {
    color: var(--color-secondary);
}

/* Üniversite Sayfası Özel Stiller (page-universite) */
.page-template-page-universite .section .head .title {
    color: #112178;
}

.page-template-page-universite .btn-red {
    background-color: #112178;
    border-color: #112178;
}

.page-template-page-universite .btn-red:hover {
    background-color: #e10915;
    border-color: #e10915;
}

.page-template-page-universite .section .head .description.description-border {
    border-left: 2px solid #112178;
}

.page-template-page-universite .seoclick,
.page-template-page-universite .circle-content-list .item .title a {
    color: #112178;
}

.page-template-page-universite .circle-content-list .item .img a {
    background: #112178;
}

.page-template-page-universite .btn-outline-red {
    color: #112178;
    border-color: #112178;
}

.page-template-page-universite .faq-list .card-header button {
    color: #e10915;
}

/* Work and Travel Sayfası Özel Stiller */
.page-template-page-work-and-travel #banner .content .middle .description {
    margin-top: 30px;
}

.page-template-page-work-and-travel .description p,
.page-template-page-work-and-travel .description,
.page-template-page-work-and-travel .rectangle-content-list .item .bottom p:last-child,
.page-template-page-work-and-travel .faq-list .card-body,
.page-template-page-work-and-travel .news-list .description a {
    color: #54595f !important;
    line-height: 1.6em;
}

.page-template-page-work-and-travel .rectangle-content-list .item .bottom p:last-child,
.page-template-page-work-and-travel #banner .description p {
    color: #fff !important;
}

/* Contact Form 7 */
.wpcf7-list-item {
    margin: 0.35em !important;
}

/* Responsive */
@media (max-width: 768px) {
    .section .head .title {
        font-size: 28px;
    }

    .btn-red,
    .btn-outline-red {
        padding: 10px 20px;
        font-size: 14px;
    }

    .circle-content-list .item .img a {
        width: 80px;
        height: 80px;
    }
}