/* Kingster benzeri temel iskelet stilleri
   Not: Bu dosya, Kingster Highschool temasından ilham alınarak
   baştan yazılmıştır; orijinal ticari temanın birebir kopyası değildir. */

body.kingster-body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    font-family: "Montserrat", Arial, sans-serif;
    color: #4a4a4a;
}

.kingster-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.kingster-body-outer-wrapper {
    width: 100%;
}

.kingster-body-wrapper {
    background-color: #ffffff;
}

.kingster-with-frame {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
    margin: 40px auto;
}

/* Page title alanı */
.kingster-page-title-wrap {
    position: relative;
    padding: 60px 0 40px;
    background-color: #08345c;
    color: #ffffff;
}

.kingster-page-title-container {
    position: relative;
}

.kingster-page-title-content {
    padding-left: 15px;
    padding-right: 15px;
}

.kingster-page-title {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 700;
}

.kingster-page-caption {
    font-size: 14px;
    opacity: 0.9;
}

/* İçerik alanı */
.kingster-content-container {
    padding-top: 40px;
    padding-bottom: 60px;
}

.kingster-content-area {
    padding-left: 15px;
    padding-right: 15px;
}

/* Hero slider (Kingster tarzı) */
.kingster-hero-slider-wrap {
    position: relative;
    overflow: hidden;
}

.kingster-hero-slider-inner {
    position: relative;
}

.kingster-hero-slide {
    position: relative;
    min-height: 360px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
}

.kingster-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(8, 52, 92, 0.85), rgba(27, 101, 164, 0.75));
}

.kingster-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
}

.kingster-hero-text {
    max-width: 520px;
    color: #ffffff;
}

.kingster-hero-subtitle {
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0.9;
}

.kingster-hero-title {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 20px;
}

.kingster-hero-button {
    display: inline-block;
    padding: 12px 28px;
    background-color: #d3982f;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 2px;
}

.kingster-hero-button:hover {
    background-color: #b57f26;
}

@media (max-width: 767px) {
    .kingster-hero-slide {
        min-height: 260px;
    }

    .kingster-hero-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .kingster-hero-title {
        font-size: 26px;
    }
}

/* Grid / column iskeleti (gdlr-core benzeri) */
.gdlr-core-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.gdlr-core-pbf-wrapper-container {
    display: flex;
    flex-wrap: wrap;
}

.gdlr-core-column-60 {
    width: 66.6666%;
}

.gdlr-core-column-20 {
    width: 33.3333%;
}

@media (max-width: 991px) {
    .kingster-with-frame {
        margin: 20px auto;
    }

    .gdlr-core-column-60,
    .gdlr-core-column-20 {
        width: 100%;
    }
}

.gdlr-core-pbf-column-content-margin {
    padding: 0 15px;
}

/* Blog / Haber kutusu */
.gdlr-core-blog-item-holder {
    display: block;
}

.gdlr-core-blog-grid-inner {
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    overflow: hidden;
}

.gdlr-core-blog-thumbnail-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.gdlr-core-blog-grid-content-wrap {
    padding: 25px 30px 30px;
}

.gdlr-core-blog-title {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: #08345c;
}

.gdlr-core-blog-title a {
    color: inherit;
    text-decoration: none;
}

.gdlr-core-blog-info-wrapper {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #888;
    margin-bottom: 15px;
}

.gdlr-core-blog-info i {
    margin-right: 4px;
}

.gdlr-core-blog-content {
    font-size: 14px;
    line-height: 1.7;
}

/* Sağ taraftaki kutu (etkinlik widget) */
.gdlr-core-widget-box-shortcode-wrap {
    text-align: left;
}

.gdlr-core-widget-box-shortcode {
    background-color: #f5f7fb;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.gdlr-core-widget-box-shortcode-title {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #08345c;
}

.kingster-event-widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kingster-event-widget-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.kingster-event-widget-date {
    display: block;
    font-size: 12px;
    color: #999;
}

.kingster-event-widget-list a {
    color: #08345c;
    font-size: 14px;
    text-decoration: none;
}

.kingster-event-widget-list a:hover {
    color: #d3982f;
}

