* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.protected {
    display: none !important;
}


body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.makBody {
    padding: 15vh 0 0 0;
}

.faalBody {
    padding: 15vh 0px 0px 0px;
}

#panBody {
    padding: 15vh 0px 0px 0px;
}

h1, h2, h3 {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/*Navbar Pc*/
.navPc {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 22vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}

.navPc .navAImg img {
    margin: 10px 40px 0px 0vh;
    width: 25vh;
}

.navPc .navA {
    margin: 0 40px;
    padding-bottom: 5px;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    transition: 0.4s;
}

.navPc .navA:hover {
    color: #a3a3a3;
    border-bottom: 2px solid #a3a3a3;
}

.navPc .navPanel{
    margin: 0 40px;
    padding-bottom: 5px;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    transition: 0.4s;
}

.navPc .navPanel:hover {
    color: #a3a3a3;
    border-bottom: 2px solid #a3a3a3;
}

/*Navbar Pc*/

/*Navbar Mobil*/

.navMobile {
    width: 100%;
    display: none; /* PC için kapalı */
    background: #090c23;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 99999;
}

.navMobileTop {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
}

.navMobileLogo {
    height: 50px;
}

.hamburger {
    width: 32px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 3px;
    border-radius: 4px;
    transition: 0.3s ease;
    background-color: #f1f1f1 !important;
}

/* AKTİF (X) HALİ */
.hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.navMobileMenu {
    display: none;
    flex-direction: column;
    background: #f7f7f7;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

.navMobileMenu a {
    padding: 14px 22px;
    display: block;
    color: black;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #e4e4e4;
    font-family: "Montserrat";
}

.navMobileMenu a:hover {
    background: #ececec;
}



/*Navbar Mobil*/

/*MaınStart*/

.mainImg1 {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.mainImg1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.mainImg1 .textBox1 {
    position: absolute;
    top: 40%;
    left: 70px;
    transform: translateY(-50%);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 700px;
    z-index: 10;
}

.mainImg1 h1 {
    font-size: 48px;
    margin: 0;
}

.mainImg1 p {
    font-size: 20px;
    margin: 0;
}
/*Hakkımızda-----------------------*/

.mainAboutUs {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 60px 0;
    box-shadow: 0 8px 22px rgba(0,0,0,0.10);
    background: #fff;
}

.mainAboutUs .textBox {
    max-width: 550px;
    color: #000;
}

.mainAboutUs .textBoxH1 {
    color: #292929;
}

.mainAboutUs .textBoxAH1 {
    color: #535353;
    margin-bottom: 20px;
}

.mainAboutUsImg img {
    width: 320px;
    height: 500px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 12px 26px rgba(0,0,0,0.15);
}

.mainAboutUsImgM{
    display: none;
}

/*HakkımızdaSon-----------------------*/

/*Faaliyetlerimiz*/

.faaliyetSec {
    width: 100%;
    text-align: center;
    margin-top: 16vh;
}

.faaliyetSec h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

.faaliyetCards {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.card {
    flex: 1;
    background: #fff;
    color: #424242;
    padding: 30px;
    border-radius: 12px;
    height: 675px;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    box-shadow: 0 6px 13px rgba(0,0,0,0.15);
    transition: 0.5s;
}

.card:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.15);
    background: #f8f8f8;
}

.card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    margin-bottom: 20px;
}

.card ul {
    padding-left: 20px;
}

.card ul li {
    margin-bottom: 12px;
    line-height: 1.4;
}

/*Faaliyetlerimiz*/
/*Login*/

.loginDiv {
    padding: 100px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginDiv h1 {
    text-align: center;
    margin: 16vh 0 30px 0;
}

.loginDiv input {
    margin: 5px 0;
    border: 1px solid rgba(100,100,111,0.2);
    width: 320px;
    padding: 20px 10px;
    border-radius: 15px;
    outline: none;
    transition: 0.2s;
    display: block;
}

.loginDiv input:focus {
    background: #eef7ff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.loginDiv button {
    margin: 20px 0 0 0;
    border: 1px solid rgba(100,100,111,0.2);
    background: none;
    width: 340px;
    padding: 20px 10px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s;
    display: block;
}

.loginDiv button:hover {
    border: 1px solid rgb(221, 220, 220);
    background: #eef7ff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    color: black;
}

/*Login*/
/*Admin*/

.adminDiv {
    width: 100%;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 140px;
    background: #fafafa;
}

/* === KONTEYNER === */

.admin-container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto 100px auto;
}

.admin-container h1 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-bottom: 40px;
    font-size: 42px;
    color: #2e2e2e;
    letter-spacing: 1px;
}

#logoutBtn {
    display: inline-block;
    margin: 0 auto 30px auto;
    padding: 12px 24px;
    background: #fff;
    color: rgb(32, 32, 32);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid rgb(245, 245, 245);
    text-decoration: none;
    transition: 0.25s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

#logoutBtn:hover {
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.admin-add-btn {
    display: inline-block;
    margin: 0 auto 30px auto;
    padding: 12px 24px;
    background: #fff;
    color: rgb(32, 32, 32);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid rgb(245, 245, 245);
    text-decoration: none;
    transition: 0.25s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.admin-add-btn:hover {
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* === MAKALE LİSTELEME === */

.admin-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Tek tek makale kartı */
.admin-item {
    background: #ffffff;
    border: 1px solid rgb(245, 245, 245);
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.25s;
}

.admin-item:hover {
    background: #f7f7f7;
}

.admin-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

/* === BUTONLAR === */

.admin-buttons {
    display: flex;
    gap: 10px;
}

.btn-edit,
.btn-delete {
    padding: 8px 18px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    transition: 0.2s ease;
}

.btn-edit {
    background: #fff;
    border: 1px solid rgb(221, 221, 221);
    color: #000000;
}

.btn-edit:hover {
    background: #eeeeee;
}

.btn-delete {
    background: #d9534f;
    color: #fff;
}

.btn-delete:hover {
    background: #c64541;
}

/*Admin*/
/*Admin Top Bar*/

.editPage {
    padding-top: 25vh;
}

.adminTopBar {
    width: 100%;
    padding: 18px 30px;
    margin-bottom: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.adminTopBar span {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 600;
}

.backBtn,
.adminHomeBtn {
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.15);
    background: #fff;
    cursor: pointer;
    transition: 0.25s;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.backBtn:hover,
.adminHomeBtn:hover {
    background: #eef7ff;
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}


/*Admin Top Bar*/

/*Edit*/

/* Formu ortalamak için */

#editForm {
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 35px;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 20px;
}

/* Başlık input */
#titleEdit {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(120,120,120,0.3);
    background: #fbfbfb;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    transition: 0.25s;
    outline: none;
}

#titleEdit:focus {
    background: #eef7ff;
    border-color: #90b4e8;
    box-shadow: 0 0 12px rgba(74,144,226,0.35);
}

#contentEdit {
    width: 100%;
    height: 250px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(120,120,120,0.3);
    background: #fbfbfb;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    transition: 0.25s;
    outline: none;
}

#contentEdit:focus {
    background: #eef7ff;
    border-color: #90b4e8;
    box-shadow: 0 0 12px rgba(74,144,226,0.35);
}

#editForm button {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(100,100,111,0.3);
    background: white;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: 0.25s;
}

#editForm button:hover {
    background: #eef7ff;
    border-color: rgba(0,0,0,0.45);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/*Edit*/

/*Add*/

.addDiv {
    width: 100%;
    min-height: 100vh;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
}

.addDiv h1 {
    font-size: 32px;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
}

/* FORMU ORTALAYAN KISIM */

#articleForm {
    width: 380px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* FORM ELEMANLARI */
#articleForm input,
#articleForm textarea,
#articleForm button {
    width: 100%;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(100, 100, 111, 0.25);
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    outline: none;
    transition: 0.3s;
    background: #fff;
}

#articleForm textarea {
    height: 200px;
    resize: none;
}

#articleForm input:focus,
#articleForm textarea:focus {
    border-color: #b1b1b1;
    background: #eef6ff;
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

/* BUTON */
.addDiv button {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 20px !important;
    padding: 16px 18px;
    border-radius: 12px;
    border: 2px solid #111;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    display: block;
}

#articleForm button:hover {
    background: #111;
    color: #fff;
}

#articleGo {
    text-align: center;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

#articleGo:hover {
    text-decoration: underline;
}

/*Add*/
/*Makaleler*/

/*MAKALELER BAŞLIK*/

.articles-header {
    margin-top: 16vh;
    text-align: center;
    margin-bottom: 4vh;
}

.articles-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: #303030;
    letter-spacing: 1px;
}
/*MAKALE KARTLARI*/
.articles-container {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
}

/*.article-card {
    width: 100%;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: 0.3s;
}*/

.article-card {
    width: 85%;
    margin: 40px auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    padding: 25px;
    display: flex;
    gap: 25px;
    transition: 0.3s;
}

.article-img {
    width: 320px;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
}

.article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.article-content {
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #252525;
    margin-bottom: 10px;
}

.article-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}

.article-btn {
    margin-top: 15px;
    align-self: flex-start;
    padding: 10px 20px;
    border: 1px solid #222;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
}

.article-btn:hover {
    background: #222;
    color: #fff;
}

/*Makaleler*/

/*Makaleler Detay*/

.article-header {
    margin-top: 120px;
    height: 330px;
    background-image: url('Img/p2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-header-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.article-header h1 {
    position: relative;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    z-index: 3;
    text-align: center;
    width: 80%;
}


.article-body {
    width: 60%;
    margin: 60px auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.article-body p {
    margin-bottom: 20px;
}

.article-date {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}

.back-btn {
    display: inline-block;
    margin-top: 40px;
    border: 1px solid #333;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
    border-radius: 6px;
}

.back-btn:hover {
    background: #333;
    color: #fff;
}

/*Makaleler Detay*/

/*Makale Pre*/

.maklPre {
    margin: 80px 0px;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    color: white;
}

.maklPre .maklPreI {
    margin-top: 95px;
    width: 60%;
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-image: url("Img/p2.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.maklPre .maklPreI::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0.7;
    z-index: 1;
}

.maklText {
    position: absolute;
    top: 140px;
    left: 70px;
    z-index: 2;
    color: #fff;
    max-width: 60%;
}

.maklText h1 {
    font-size: 32px;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}

.maklText p {
    font-size: 18px;
    margin: 5px 0;
    opacity: 0.9;
    font-family: "Montserrat", sans-serif;
}

.maklBtn {
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 2;
    border: 2px solid #fffc;
    background: none;
    color: #fffc;
    padding: 20px 70px;
    text-decoration: none;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    transition: 0.4s;
}

.maklBtn:hover {
    border: 2px solid rgba(0, 0, 0, 0.8);
    color: black;
    opacity: 0.7;
}

/*Makale Pre*/
/*İletişim*/

.contactDiv {
    margin-top: 240px;
    width: 100%;
    height: 70vh;
    justify-content: center;
    text-align: center;
}

.contactDiv h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

iframe {
    margin-top: -70px;
    width: 100%;
}
/*cards*/

.contactSec {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.contactSec h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

.contactCards {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.cardContact {
    flex: 1;
    margin-bottom: 50px;
    background: #fff;
    color: #424242;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    height: 250px;
    text-align: center;
    box-shadow: 0 6px 13px rgba(0,0,0,0.15);
    transition: 0.5s;
}

.cardContact:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.15);
    background: #f8f8f8;
}

.cardContact h2 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    margin-bottom: 20px;
}
/*cards*/
/*İletişim*/

/*Footer*/
.footer {
    background: #090c23;
    color: #fff;
    padding: 50px 0 20px 0;
    margin-top: 80px;
    font-family: 'Montserrat', sans-serif;
}

.footerContainer {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerCol {
    width: 30%;
    min-width: 220px;
    margin-bottom: 30px;
}

.footerCol h3, .footerCol h4 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    font-size: 20px;
}

.footerCol p {
    margin: 6px 0;
    opacity: 0.9;
    font-size: 15px;
}

.footerCol a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 6px 0;
    opacity: 0.8;
    transition: 0.2s;
}

.footerCol a:hover {
    opacity: 1;
    margin-left: 4px;
}

.msIcon {
    font-family: "Segoe MDL2 Assets";
    margin-right: 8px;
    font-size: 16px;
}

.footerBottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    opacity: 0.7;
    font-size: 14px;
}

/*Footer*/

/*MainEnd*/

/*Media*/

@media (min-device-width: 831px) and (max-device-width: 1040px) { 
    /*Main*/
    
    .makBody {
        padding: 0;
    }

    .faalBody {
        padding: 0;
    }

    #panBody {
        padding: 0;
    }
/*nav*/

    .navPc {
            display: none;
        }

    .navMobile {
            display: block;
        }

/*nav*/

    .mainImg1 {
        height: 90vh;
    }

    .mainImg1 .textBox1 {
        left: 2vh;
        max-width: 70vh;
        z-index: 10;
    }

    .mainImg1 h1 {
        font-size: 28px;
    }

    .mainImg1 p {
        font-size: 16px;
        margin: 0;
    }

/*Main*/

/*hak*/

    .mainAboutUs {
        width: 100%;
        display: flex;
        gap: 60px;
        padding: 60px 0;
        box-shadow: 0 8px 22px rgba(0,0,0,0.10);
        background: #fff;
    }

    .mainAboutUs .textBox {
        max-width: 35vh;
        color: #3b3b3b;
    }

    .mainAboutUs .textBoxH1 {
        color: #3b3b3b;
        font-size: 16px;
    }

    .mainAboutUs .textBoxAH1 {
        color: #3b3b3b;
        margin-bottom: 2vh;
    }

    .mainAboutUsImg img {
        display: none;
    }

/*hak*/

/*faal*/

    .faaliyetSec h1 {
        font-size: 46px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .faaliyetCards {
        width: 80% !important;
        padding-right: 0vh;
        flex-direction: column;
        gap: 25px;
    }

    .card {
        width: 100%;
        height: auto;
        padding: 25px;
        border-radius: 10px;
    }

    .card h2 {
        font-size: 25px;
        text-align: center;
    }

    .card ul li {
        font-size: 15px;
        line-height: 1.5;
    }
    
/*Faal*/

    .maklPre {
        margin: 80px 0px;
        width: 100%;
        height: 40vh;
        display: flex;
        justify-content: center;
        background: #fff;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        color: white;
    }

    .maklPre .maklPreI {
        margin-top: auto;
        width: 100%;
        height: 40vh;
        position: relative;
        overflow: hidden;
        border-radius: 0px;
        background-image: url("Img/p2.jpg");
        background-size: cover;
        background-position: center;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

    .maklPre .maklPreI::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0.7;
        z-index: 1;
    }

    .maklText {
        position: absolute;
        top: 0px;
        left: 70px;
        z-index: 2;
        color: #fff;
        max-width: 60%;
    }

    .maklText h1 {
        font-size: 36px;
        font-family: "Playfair Display", serif;
        margin-bottom: 20px;
    }

    .maklText p {
        display: none;
    }

    .maklBtn {
        position: absolute;
        top: 22vh;
        left: 0px;
        z-index: 2;
        border: 2px solid #fffc;
        background: none;
        color: #fffc;
        padding: 20px 70px;
        text-decoration: none;
        border-radius: 1px;
        cursor: pointer;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        transition: 0.4s;
    }

/*Makaleler*/

    .articles-header {
        margin-top: 10vh;
        text-align: center;
        margin-bottom: 8vh;
    }

    .articles-header h1 {
        font-family: 'Playfair Display', serif;
        font-size: 48px;
        color: #303030;
        letter-spacing: 1px;
    }
    .articles-container {
        width: 100%;
        padding: 0 16px;     /* Sağ & sol eşit boşluk */
        box-sizing: border-box;  /* Taşma engellenir */
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 80px;
    }

    .article-card {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box; /* İç boşlukta taşmayı tamamen engeller */
    }

    .article-img {
        width: 100%;
        height: 220px;
    }

/*Makaleler*/

/*Login*/

.loginDiv {
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginDiv h1 {
    text-align: center;
    margin: 16vh 0 30px 0;
}

.loginDiv input {
    margin: 5px 0;
    border: 1px solid rgba(100,100,111,0.2);
    width: 320px;
    padding: 20px 10px;
    border-radius: 15px;
    outline: none;
    transition: 0.2s;
    display: block;
}

.loginDiv button {
    margin: 20px 0 0 0;
    border: 1px solid rgba(100,100,111,0.2);
    background: none;
    width: 340px;
    padding: 20px 10px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s;
    display: block;
}

/*Login*/

/*Contact*/

.contactSec {
    margin-top: 2vh;
}

.contactDivh1 {
    font-size: 32px;
    letter-spacing: 1px;
    margin-top: -22vh;
    margin-bottom: 3vh;
}

.contactDivh2 {
    display: none;
}

.contactCards {
    width: 90%;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

#cardContactA {
    display: none;
}

.cardContact {
    width: 80%;
    max-width: 400px;
    height: auto;
    padding: 25px 20px;
    text-align: center;
}

.cardContact h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

/*Contact*/

/*Admin*/

.admin-container {
    width: 95%;
    margin-top: 20px;
}

.admin-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.admin-buttons {
    align-self: flex-end;
}

.btn-edit, 
.btn-delete {
    padding: 10px 20px;
    font-size: 14px;
}

.admin-add-btn {
    text-align: center;
    padding: 14px;
    font-size: 17px;
}

.editPage {
    padding-top: 0px;
}

/*Admin Top Bar*/

.adminTopBar {
    width: 100%;
    padding: 18px 30px;
    margin-bottom: 0vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.adminTopBar span {
    display: none;
}

.backBtn,
.adminHomeBtn {
    padding: 13px 19px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.15);
    background: #fff;
    cursor: pointer;
    transition: 0.25s;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    text-decoration: none;
    color: #000;
}

.backBtn:hover,
.adminHomeBtn:hover {
    background: #eef7ff;
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

/*Admin Top Bar*/
/*Makale Ekle*/

#articleForm {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* FORM ELEMANLARI */
#articleForm input,
#articleForm textarea,
#articleForm button {
    width: 100%;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(100, 100, 111, 0.25);
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    outline: none;
    transition: 0.3s;
    background: #fff;
}

#articleForm textarea {
    height: 20vh;
    resize: none;
}

#articleForm input:focus,
#articleForm textarea:focus {
    border-color: #b1b1b1;
    background: #eef6ff;
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

/* BUTON */
.addDiv button {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 20px !important;
    padding: 16px 18px;
    border-radius: 12px;
    border: 2px solid #111;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    display: block;
}

#articleForm button:hover {
    background: #111;
    color: #fff;
}

#articleGo {
    text-align: center;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

#articleGo:hover {
    text-decoration: underline;
}

/*Makale Ekle*/


/*Admin*/

/*Footer*/
    .footerContainer {
        flex-direction: column;
        text-align: center;
    }

    .footerCol {
        width: 100%;
    }
/*Footer*/
}


@media (max-width: 850px) {
    .makBody {
        padding: 0;
    }

    .faalBody {
        padding: 0;
    }

    #panBody {
        padding: 0;
    }

    .articles-title {
        font-size: 32px;
    }

    .article-card {
        padding: 20px;
    }

    .article-content h2 {
        font-size: 22px;
    }

    .article-content p {
        font-size: 15px;
    }
    
    .article-card {
        flex-direction: column;
    }

}

@media (max-width: 830px){
/*Main*/

    iframe {
        margin-top: 70px;
    }

    .makBody {
        padding: 0;
    }

    .faalBody {
        padding: 0;
    }

    #panBody {
        padding: 0;
    }

/*nav*/

    .navPc {
            display: none;
        }

    .navMobile {
            display: block;
        }

/*nav*/

    .mainImg1 {
        height: 90vh;
    }

    .mainImg1 .textBox1 {
        left: 2vh;
        max-width: 70vh;
        z-index: 10;
    }

    .mainImg1 h1 {
        font-size: 28px;
    }

    .mainImg1 p {
        font-size: 16px;
        margin: 0;
    }

/*Main*/

/*hak*/

    .mainAboutUs {
        width: 100%;
        display: flex;
        gap: 60px;
        padding: 60px 0;
        box-shadow: 0 8px 22px rgba(0,0,0,0.10);
        background: #fff;
    }

    .mainAboutUs .textBox {
        max-width: 35vh;
        color: #3b3b3b;
    }

    .mainAboutUs .textBoxH1 {
        color: #3b3b3b;
        font-size: 16px;
    }

    .mainAboutUs .textBoxAH1 {
        color: #3b3b3b;
        margin-bottom: 2vh;
    }

    .mainAboutUsImg img {
        display: none;
    }

/*hak*/

/*faal*/

    .faaliyetSec h1 {
        font-size: 46px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .faaliyetCards {
        width: 80% !important;
        padding-right: 0vh;
        flex-direction: column;
        gap: 25px;
    }

    .card {
        width: 100%;
        height: auto;
        padding: 25px;
        border-radius: 10px;
    }

    .card h2 {
        font-size: 25px;
        text-align: center;
    }

    .card ul li {
        font-size: 15px;
        line-height: 1.5;
    }
    
/*Faal*/

    .maklPre {
        margin: 80px 0px;
        width: 100%;
        height: 40vh;
        display: flex;
        justify-content: center;
        background: #fff;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        color: white;
    }

    .maklPre .maklPreI {
        margin-top: auto;
        width: 100%;
        height: 40vh;
        position: relative;
        overflow: hidden;
        border-radius: 0px;
        background-image: url("Img/p2.jpg");
        background-size: cover;
        background-position: center;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

    .maklPre .maklPreI::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0.7;
        z-index: 1;
    }

    .maklText {
        position: absolute;
        top: 0px;
        left: 70px;
        z-index: 2;
        color: #fff;
        max-width: 60%;
    }

    .maklText h1 {
        font-size: 36px;
        font-family: "Playfair Display", serif;
        margin-bottom: 20px;
    }

    .maklText p {
        display: none;
    }

    .maklBtn {
        position: absolute;
        top: 22vh;
        left: 0px;
        z-index: 2;
        border: 2px solid #fffc;
        background: none;
        color: #fffc;
        padding: 20px 70px;
        text-decoration: none;
        border-radius: 1px;
        cursor: pointer;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        transition: 0.4s;
    }

/*Makaleler*/

    .articles-header {
        margin-top: 10vh;
        text-align: center;
        margin-bottom: 8vh;
    }

    .articles-header h1 {
        font-family: 'Playfair Display', serif;
        font-size: 48px;
        color: #303030;
        letter-spacing: 1px;
    }
    .articles-container {
        width: 100%;
        padding: 0 16px;     /* Sağ & sol eşit boşluk */
        box-sizing: border-box;  /* Taşma engellenir */
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 80px;
    }

    .article-card {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box; /* İç boşlukta taşmayı tamamen engeller */
    }

    .article-img {
        width: 100%;
        height: 220px;
    }

/*Makaleler*/

/*Login*/

.loginDiv {
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginDiv h1 {
    text-align: center;
    margin: 16vh 0 30px 0;
}

.loginDiv input {
    margin: 5px 0;
    border: 1px solid rgba(100,100,111,0.2);
    width: 320px;
    padding: 20px 10px;
    border-radius: 15px;
    outline: none;
    transition: 0.2s;
    display: block;
}

.loginDiv button {
    margin: 20px 0 0 0;
    border: 1px solid rgba(100,100,111,0.2);
    background: none;
    width: 340px;
    padding: 20px 10px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s;
    display: block;
}

/*Login*/

/*Contact*/

.contactSec {
    margin-top: 2vh;
}

.contactDivh1 {
    font-size: 32px;
    letter-spacing: 1px;
    margin-top: -22vh;
    margin-bottom: 3vh;
}

.contactDivh2 {
    display: none;
}

.contactCards {
    width: 90%;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

#cardContactA {
    display: none;
}

.cardContact {
    width: 80%;
    max-width: 400px;
    height: auto;
    padding: 25px 20px;
    text-align: center;
}

.cardContact h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

/*Contact*/

/*Admin*/

.admin-container {
    width: 95%;
    margin-top: 20px;
}

.admin-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.admin-buttons {
    align-self: flex-end;
}

.btn-edit, 
.btn-delete {
    padding: 10px 20px;
    font-size: 14px;
}

.admin-add-btn {
    text-align: center;
    padding: 14px;
    font-size: 17px;
}

.editPage {
    padding-top: 0px;
}

/*Admin Top Bar*/

.adminTopBar {
    width: 100%;
    padding: 18px 30px;
    margin-bottom: 0vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.adminTopBar span {
    display: none;
}

.backBtn,
.adminHomeBtn {
    padding: 13px 19px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.15);
    background: #fff;
    cursor: pointer;
    transition: 0.25s;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    text-decoration: none;
    color: #000;
}

.backBtn:hover,
.adminHomeBtn:hover {
    background: #eef7ff;
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

/*Admin Top Bar*/
/*Makale Ekle*/

#articleForm {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* FORM ELEMANLARI */
#articleForm input,
#articleForm textarea,
#articleForm button {
    width: 100%;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(100, 100, 111, 0.25);
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    outline: none;
    transition: 0.3s;
    background: #fff;
}

#articleForm textarea {
    height: 20vh;
    resize: none;
}

#articleForm input:focus,
#articleForm textarea:focus {
    border-color: #b1b1b1;
    background: #eef6ff;
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

/* BUTON */
.addDiv button {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 20px !important;
    padding: 16px 18px;
    border-radius: 12px;
    border: 2px solid #111;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    display: block;
}

#articleForm button:hover {
    background: #111;
    color: #fff;
}

#articleGo {
    text-align: center;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

#articleGo:hover {
    text-decoration: underline;
}

/*Makale Ekle*/


/*Admin*/

/*Footer*/
    .footerContainer {
        flex-direction: column;
        text-align: center;
    }

    .footerCol {
        width: 100%;
    }
/*Footer*/
}

@media (max-width: 468px) {
    .articles-title {
        font-size: 28px;
    }

    .article-card {
        padding: 18px;
        border-radius: 8px;
    }

    .article-content h2 {
        font-size: 20px;
    }

    .readMore {
        padding: 8px 20px;
        font-size: 13px;
    }
}

/*Media*/

/* -------------------------------------------
   📱 Mobil Menü Aç/Kapa
------------------------------------------- */

.navMobileMenu {
    display: none;
    flex-direction: column;
    background: white;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #ddd;
    transition: 0.3s ease;
}

.navMobileMenu a {
    padding: 12px 20px;
    font-size: 18px;
    color: #222;
    text-decoration: none;
}

.navMobileMenu a:hover {
    background: #f1f1f1;
}

/* Menü açılınca aktif olan class */
.navMobileMenu.active {
    display: flex;
}

/* Hamburger animasyonu */
.hamburger {
    width: 30px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background: #000;
    transition: 0.3s;
}

/* X şekline dönüşmesi */
.hamburger.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}