:root {
--font1: "Kanit", sans-serif;
--primary-orange: #008540;
--radius: 3px;
}body {
font-family: var(--font1);
padding: 0px;
margin: 0px;
}body.menu-open {
overflow: hidden;
}:root {
--kolej-red: #dc6744;
--kolej-yellow: #008540;
}/* Genel Header Ayarları */
.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 95px;
background-color: white;
display: flex;
align-items: center;
z-index: 1000;
padding: 0 4%;
box-sizing: border-box;
box-shadow: 0 0 10px 0px #00000030;
}.header-container {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
}/* Sol Butonlar */
.header-actions-left {
display: flex;
justify-content: end;
align-items: center;
gap: 15px;
padding-left: 40px;
}.btn-okulsis {
background-color: var(--kolej-yellow);
color: #fff !important;
padding: 10px 25px;
border-radius: 50px;
font-weight: 500;
font-size: 14px;
text-decoration: none;
white-space: nowrap;
}.btn-bilgi-link {
background-color: var(--kolej-red);
color: #fff !important;
padding: 10px 25px;
border-radius: 50px;
font-weight: 500;
font-size: 14px;
text-decoration: none;
white-space: nowrap;
}/* Orta Menü (Masaüstü) */
.main-nav {
flex: 2;
}.main-nav ul {
display: flex;
justify-content: end;
list-style: none;
gap: 20px;
margin: 0;
padding: 0;
}.main-nav ul li a {
color: #000 !important;
font-weight: 500;
font-size: 16px;
text-decoration: none;
}/* Sağ Logo Grubu */
.header-right-group {
display: flex;
align-items: center;
flex: 1;
}.header-right-group .logo img {
height: 75px;
width: auto;
/* Logo renkliyse beyaz yapmak için: filter: brightness(0) invert(1); */
}/* Hamburger Menü Çizgileri */
.menu-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
margin-left: 15px;
padding: 5px;
}.menu-toggle .bar {
display: block;
width: 25px;
height: 3px;
background: #fff;
margin: 5px 0;
transition: 0.3s;
}/* --- MOBİL TASARIM (1200px Altı) --- */
@media (max-width: 1200px) {
.menu-toggle { display: block; }
.main-nav {
position: fixed;
top: 0;
right: -100%; /* Menü sağdan gelecek */
width: 280px;
height: 100vh;
background: #fff; /* Mobil menü içi beyaz (kurumsal) */
padding: 30px;
transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
box-shadow: -5px 0 15px rgba(0,0,0,0.1);
}.main-nav.active { right: 0; }.main-nav ul {
flex-direction: column;
justify-content: flex-start;
gap: 15px;
}.main-nav ul li a {
color: #333 !important; /* Mobilde yazılar koyu */
font-size: 18px;
display: block;
padding: 10px 0;
border-bottom: 1px solid #eee;
}.mobile-logo-item img {
width: 120px;
margin-bottom: 20px;
}.nav-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
display: none;
z-index: 999;
}
.nav-overlay.active { display: block; }
/* Hamburger Animasyon */
.menu-toggle.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.active .bar:nth-child(2) { opacity: 0; }
.menu-toggle.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}/* Masaüstünde Hamburgeri Kesin Gizle */
@media (min-width: 1201px) {
.menu-toggle { display: none !important; }
}a.WhatsApp1 {
display: flex;
font-size: 18px;
background: #2eb843;
font-weight: 600;
width: 51px;
height: 51px;
position: fixed;
bottom: 20px;
left: 20px;
border-radius: 50%;
-webkit-transition: all 0.1s ease-out 0s;
-moz-transition: all 0.1s ease-out 0s;
-ms-transition: all 0.1s ease-out 0s;
-o-transition: all 0.1s ease-out 0s;
transition: all 0.1s ease-out 0s;
color: #fff;
align-items: center;
justify-content: center;
animation: whatsapp infinite 2s linear;
z-index: 999;
}a.WhatsApp1 svg{
width: 20px;
height: auto;
overflow: inherit;
fill: #fff;
}@keyframes whatsapp {
0% {
box-shadow: 0 0 0 0 #2eb843;
}50% {
box-shadow: 0 0 0 10px #015dc700;
}100% {
box-shadow: 0 0 0 0 #015dc700;
}
}.mobilbuttonlar {
display: none;
}@media (max-width: 1024px) {
a.WhatsApp1 {
bottom: 60px;
}.btn {
border-radius: 0;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 20px;
width: 100%;
}.btn svg {
width: 24px;
height: 24px;
fill: currentColor;
}.mobilbuttonlar {
position: fixed;
width: 100%;
bottom: 0;
z-index: 999;
display: flex;
}.btn1 {
background: #dc6744;
border-color: #dc6744;
color: #fff;
}.btn2 {
background: #c75938;
border-color: #c75938;
color: #fff;
}.btn3 {
background: #af4b2c;
border-color: #af4b2c;
color: #fff;
}
}/**/:root {
--f-bg: #1d1d1b;
--f-card-bg: #161e29;
--f-text: #a0a7b1;
--f-white: #ffffff;
--f-accent: var(--kolej-red); /* #dc6744 veya benzeri */
--f-yellow: var(--kolej-yellow);
}.dostek-footer {
background-color: var(--f-bg);
color: var(--f-white);
padding-top: 60px;
font-family: 'Poppins', sans-serif;
}/* İletişim Kartları */
.contact-cards-wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
margin-bottom: 60px;
}.contact-card {
padding: 30px;
border-radius: 20px;
display: flex;
align-items: center;
gap: 20px;
transition: all 0.3s ease;
border: 1px solid rgba(255,255,255,0.05);
}.contact-card:hover {
transform: translateY(-5px);
border-color: var(--f-accent);
}.cc-icon {
width: 55px;
height: 55px;
background: rgb(220 103 68 / 19%);
color: var(--f-accent);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}.cc-icon svg {
width: 26px;
height: 26px;
}.cc-label {
display: block;
font-size: 13px;
color: var(--f-text);
margin-bottom: 4px;
text-transform: uppercase;
letter-spacing: 1px;
}.cc-link2, .cc-text {
font-size: 16px;
font-weight: 600;
color: var(--f-white);
text-decoration: none;
line-height: 1.4;
}.cc-link2:hover {}/* Footer Gövde */
.footer-body {
padding: 60px 0;
border-top: 1px solid rgba(255,255,255,0.05);
}.f-logo {
max-width: 120px;
margin-bottom: 15px;
filter: brightness(0) invert(1);
}.f-text {
color: var(--f-text);
font-size: 14px;
line-height: 1.8;
margin-bottom: 25px;
padding: 0 100px 0 0;
}.f-title {
font-size: 18px;
font-weight: 700;
margin-top: 0;
margin-bottom: 30px;
color: var(--f-white);
position: relative;
}.f-title::after {
content: '';
position: absolute;
left: 0;
bottom: -10px;
width: 35px;
height: 3px;
background: var(--f-accent);
}.f-links {
list-style: none;
padding: 0;
}.f-links.two-column {}.f-links li {
margin-bottom: 12px;
}.f-links li a {
color: var(--f-text);
text-decoration: none;
font-size: 15px;
transition: 0.3s;
display: inline-block;
}.f-links li a:hover {
color: var(--f-white);
transform: translateX(5px);
}.f-social-links {
display: flex;
gap: 12px;
}.f-social-links a {
width: 40px;
height: 40px;
background: rgba(255,255,255,0.05);
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
color: var(--f-white);
transition: 0.3s;
}.f-social-links a svg{
width: 20px;
height: auto;
overflow: inherit;
fill: #fff;
}.f-social-links a {
background: var(--f-accent);
color: white;
}/* Telif Alanı */
.footer-copyright {
padding: 25px 0;
border-top: 1px solid rgba(255,255,255,0.05);
}.copy-flex {
display: flex;
justify-content: space-between;
align-items: center;
}.copy-flex p {
margin: 0;
font-size: 13px;
color: var(--f-text);
}.hasem-brand {
font-size: 12px;
color: #555;
}.hasem-brand a {
color: #777;
text-decoration: none;
font-weight: 600;
}/* MOBİL UYUM */
@media (max-width: 991px) {
.contact-cards-wrapper {
grid-template-columns: 1fr;
}
.footer-body {
text-align: center;
}.f-title::after {
left: 50%;
transform: translateX(-50%);
}.f-links.two-column {
grid-template-columns: 1fr;
}.copy-flex {
flex-direction: column;
gap: 15px;
text-align: center;
}.f-social-links {
justify-content: center;
}
}/* İki Sütunlu Link Yapısı */
.f-links-two-column {
display: grid;
grid-template-columns: repeat(2, 1fr); /* Yan yana 2 eşit sütun */
gap: 5px 20px; /* Satır ve sütun arası boşluk */
}/* Mobilde (dar ekranlarda) tekrar tek sütun olması için */
@media (max-width: 576px) {
.f-links-two-column {
grid-template-columns: 1fr;
}
}@media(max-width:1024px){
.footer-body{
display: none;
}.dostek-footer {
padding-top: 0px;
}.header-right-group .logo img{
height: 35px;
}.menu-toggle .bar{
background: var(--kolej-yellow);
}.header-right-group {
justify-content: space-between;
}.footer-contact-info{
display: none;
}}