:root {
--font1: 'Raleway', sans-serif;
--primary-orange: #ffba00;
--radius: 3px;
}body {
font-family: var(--font1);
padding: 0px;
margin: 0px;
}body.menu-open {
overflow: hidden;
}a{
text-decoration: none;
}/* SVG İkon Genel Ayarları */
.site-header svg, .panel-footer svg {
display: inline-block;
vertical-align: middle;
fill: currentColor; /* Rengi yazı renginden alır */
}/* Sosyal Medya İkon Boyutları */
.sosyal li a svg {
width: 16px;
height: 16px;
}/* Header Bilgi İkonları */
.bilgi li a svg {
width: 18px;
height: 18px;
margin-right: 8px;
margin-top: -2px;
}/* Footer Bilgi İkonları */
.fot_liste svg {
width: 18px;
height: 18px;
color: #999;
}.fot_svg {
display: inline-flex;
align-items: center;
justify-content: center;
width: 20px;
margin-right: 10px;
}/* --- UST_BG CSS (DOSYANIZDAN BİREBİR) --- */
.site-header { position: fixed; top: 0; width: 100%; z-index: 1000; transition: all .3s; }.top-nav-collapse .ust_bg { display: none; }
.ust_bg { float: right; width: 900px; height: auto; border-bottom: 1px solid rgba(255, 255, 255, 0.23); }.sosyal { float: right; padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }
.sosyal li:first-child { border: none; }
.sosyal li { padding: 8px 10px 7px 10px; float: left; list-style: none; border-left: 1px solid rgba(255, 255, 255, 0.23); }
.sosyal li a { color: #c2c2c2; float: left; }
.sosyal li a:hover { color: #c2c2c2; }
.sosyal li a i { font-size: 15px; }.bilgi { float: right; margin-top: 10px; padding: 0px; margin-right: 20px; margin-bottom: 0px; }
.bilgi li { float: left; list-style: none; margin-right: 12px; }
.bilgi li .yazi2 { float: left; font-size: 13px; margin-left: 0px; font-family: 'Raleway', sans-serif; font-weight: 500; color: #c2c2c2; }
.bilgi li a { color: #c2c2c2; float: left; display:flex; }
.bilgi li a:hover { color: #c2c2c2; }
.bilgi li a i { font-size: 15px; padding-right: 10px; }/* --- ANA MENÜ VE LİNK STİLLERİ (DOSYANIZDAN BİREBİR) --- */
.header-container { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; }#main-menu { display: flex; list-style: none; margin: 0; padding: 0; }
#main-menu > li > a {
color: #fff;
-webkit-transition: all .5s;
transition: all .5s;
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 14px;
padding: 35px 15px; /* Dosyadaki padding-top/bottom 35px */
display: block;
}#main-menu > li > a:hover { color: #ffba00; }/* İLETİŞİM BUTONU (DOSYANIZDAN BİREBİR) */
#main-menu > li.iletisim {
background: rgba(255, 186, 0, 0.64);
color: #fff;
border-radius: 20px;
padding: 9px 15px 7px 15px;
margin-top: 25px; /* Hizalama için ayarlandı */
height: fit-content;
}
#main-menu > li.iletisim a { padding: 0 !important; color: #fff !important; }
.top-nav-collapse #main-menu > li.iletisim { background: #ffba00; margin-top: 12px; }/* SCROLL OLUNCA HEADER (DOSYANIZDAN BİREBİR) */
.top-nav-collapse .site-header { background-color: rgba(0,0,0,.8); }
.top-nav-collapse #main-menu > li > a { padding-top: 20px; padding-bottom: 20px; font-size: 13px; }/* --- MOBİL BUTON (WEBTE GİZLEME) --- */
.menu-toggle { display: none; } /* Masaüstünde görünmez */@media (max-width: 1023px) {
.hidden-xs { display: none !important; }
.menu-toggle {
display: block; /* Sadece mobilde görünür */
background: transparent;
border: none;
cursor: pointer;
}
.menu-toggle .bar { display: block; width: 25px; height: 3px; background: #fff; margin: 5px; transition: 0.3s; }
/* Mobil Menü Yan Panel */
.main-nav {
position: fixed;
right: -100%;
top: 0;
width: 280px;
height: 100vh;
background: #222;
transition: 0.4s;
z-index: 1000;
padding-top: 60px;
}
.main-nav.active { right: 0; }
#main-menu { flex-direction: column; }
#main-menu > li > a { padding: 15px 20px;}
#main-menu > li.iletisim { border-radius: 0; margin: 0; width: auto; background: #ffba00; }
}.nav-overlay {
display: none;
position: fixed;
top: 0; left: 0; width: 100%; height: 100%;
background: rgba(0,0,0,0.5);
z-index: 999;
}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: 9999;
}a.WhatsApp1 svg{
width: 20px;
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) {
.panel-footer{
margin-bottom: 45px;
}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: #ffba00;
border-color: #ffba00;
color: #fff;
}.btn2 {
background: #d8a007;
border-color: #d8a007;
color: #fff;
}.btn3 {
background: #bb8b07;
border-color: #bb8b07;
color: #fff;
}
}/**/.panel-footer {
background: #111;
color: #999;
padding: 60px 0 0 0;
font-family: 'Raleway', sans-serif;
}/* Başlıklar */
.fot_baslik {
color: #fff;
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
letter-spacing: 0.5px;
}/* Ürün Listesi Çift Sütun */
.footer-urun-listesi {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}.footer-urun-listesi li {
width: 50%; /* Yan yana iki sütun yapar */
margin-bottom: 10px;
}.footer-urun-listesi li a {
color: #888;
font-size: 12px;
text-decoration: none;
display: flex;
align-items: center;
transition: 0.3s;
}.footer-urun-listesi li a svg {
margin-right: 8px;
color: #666;
}.footer-urun-listesi li a:hover {
color: #fff;
}/* İletişim Listesi */
.fot_liste {
display: flex;
align-items: center;
font-size: 13px;
margin-bottom: 12px;
color: #999;
}.fot_svg {
margin-right: 12px;
color: #eee;
display: flex;
align-items: center;
}/* Sosyal Medya */
.sosyal2 {
display: flex;
gap: 8px;
margin-top: 20px;
}.sosyal2 a {
width: 32px;
height: 32px;
background: #333;
color: #999;
display: flex;
align-items: center;
justify-content: center;
border-radius: 2px;
transition: 0.3s;
}.sosyal2 a svg{
width: 15px;
height: auto;
overflow: inherit;
}.sosyal2 a:hover {
background: #444;
color: #fff;
}/* Logo ve Sağ Taraf */
.footer-right {}.footer-logo img {
max-height: 55px;
width: auto;
}/* Alt Copyright Bandı */
.footer-bottom {
margin-top: 50px;
border-top: 1px solid #222;
padding: 20px 0;
}.footer-desc {
font-size: 12px;
color: #666;
}/* Mobil Ayarlar */
@media (max-width: 768px) {
.footer-urun-listesi li { width: 100%; }
.footer-right { justify-content: center; margin-top: 40px; }
.fot_baslik { margin-top: 30px; }
}/* --- MOBİL İYİLEŞTİRMELER (EKLEMELER) --- */@media (max-width: 1023px) {
/* 1. Üst Bilgi Çubuğunu Gizle (Çok yer kapladığı ve kaydığı için) */
.ust_bg {
display: none !important;
}/* 2. Header'ı Mobilde Sabitle ve Boyutlandır */
.site-header {
background-color: rgba(0, 0, 0, 0.9); /* Mobilde her zaman belirgin olsun */
padding: 5px 0;
}.header-container {
padding: 5px 15px; /* Kenarlardan boşluk bırak */
}/* 3. Logo Boyutu */
.footer-logo img, .site-header img {
max-height: 45px; /* Logoyu mobilde biraz küçült */
width: auto;
}/* 4. Menü Açıldığında Arka Planı Karart (Overlay) */
.nav-overlay.active {
display: block;
}/* 5. Mobil Menü İçeriği */
.main-nav {
width: 80%; /* Daha geniş, kullanımı kolay panel */
box-shadow: -5px 0 15px rgba(0,0,0,0.5);
}#main-menu > li > a {
font-size: 16px; /* Daha okunabilir font */
padding: 18px 25px;
}/* 6. İletişim Butonunu Menü İçinde Belirginleştir */
#main-menu > li.iletisim {
margin: 20px;
border-radius: 5px;
text-align: center;
}/* 8. WhatsApp ve Mobil Buton Çakışma Önleyici */
a.WhatsApp1 {
bottom: 70px !important; /* Mobil butonların üstünde kalsın */
right: 15px;
left: auto; /* Genelde sağda daha kullanışlıdır */
width: 55px;
height: 55px;
}
}/* 9. Çok Küçük Ekranlar İçin (iPhone SE vb.) */
@media (max-width: 375px) {
.btn span {
font-size: 12px; /* Buton yazılarını küçült */
}
.btn svg {
width: 18px;
height: 18px;
}
}/* 10. Hamburger Menü İkonu Animasyonu (Opsiyonel) */
.menu-toggle.active .bar:nth-child(2) { opacity: 0; }
.menu-toggle.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }