:root {
--font1: "Gotham", Helvetica, Arial, sans-serif;
--font2: "Georgia", serif;
--primary-orange: #1a9244;
--radius: 3px;
--bg-color: #f5f7ed;
--text-dark: #1a1a1a;
--accent-blue: #1b9042;
--icon-orange: #d35400;
}svg {
width: 30px;
height: 30px;
}body {
font-family: var(--font1);
padding: 0px;
margin: 0px;
}body.menu-open {
overflow: hidden;
}/* Site Header: Genel ve Masaüstü */
.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 1000;
transition: background-color 0.3s ease;
box-sizing: border-box;
}.site-header .container {
height: 100px;
display: flex;
justify-content: space-between;
align-items: center;
}.site-header .logo {
flex-shrink: 0;
display: flex;
align-items: center;
text-decoration: none;
}.site-header .logo img {
height: 50px;
width: auto;
display: block;
}.site-header .main-nav {
flex-grow: 1;
display: flex;
justify-content: end;
gap: 25px;
}.site-header .main-nav ul#main-menu {
display: flex;
list-style: none;
gap: 35px;
margin: 0;
padding: 0;
justify-content: end;
align-items: center;
}.site-header .main-nav ul#main-menu li:nth-child(3) {
display: none;
}.site-header .main-nav li.home a svg {
width: 18px;
height: 18px;
}.site-header .main-nav a {
display: flex;
justify-content: center;
height: auto;
position: relative;
font-size: 16px;
font-weight: 700;
color: #000;
white-space: nowrap;
text-decoration: none;
}.site-header .main-nav a:hover {
color:#1a9244;
}/* Alt Menüler: Masaüstü */
.site-header .nav-item.nav-submenu {
position: relative;
}.site-header .nav-submenu > a::after {
content: "▼";
font-size: 0.6em;
margin-left: 7px;
display: inline-block;
transition: transform 0.3s ease-in-out;
}.site-header .nav-submenu ul {
list-style: none;
padding: 10px;
margin: 0;
margin-top: 15px;
background-color: #0b1a2c;
border-radius: 8px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
min-width: 220px;
position: absolute;
top: 100%;
left: 0;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
z-index: 10;
}.site-header .nav-submenu ul li {
padding: 0;
margin: 0;
}.site-header .nav-submenu ul a {
padding: 10px 15px;
display: block;
font-size: 14px;
font-weight: 500;
border-radius: 5px;
}.site-header .nav-item.nav-submenu:hover > ul {
opacity: 1;
visibility: visible;
transform: translateY(0);
}.site-header .nav-item.nav-submenu:hover > a::after {
transform: rotate(180deg);
}/* Hamburger Menü Butonu */
.site-header .menu-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 10px;
z-index: 1001;
}.site-header .menu-toggle .bar {
display: block;
width: 25px;
height: 3px;
background-color: #000;
margin: 5px 0;
transition: all 0.4s;
}.site-header .menu-toggle.is-active .bar:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}.site-header .menu-toggle.is-active .bar:nth-child(2) {
opacity: 0;
}.site-header .menu-toggle.is-active .bar:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}/* Mobil Menü Arka Plan Overlay */
.nav-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 998;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease, visibility 0.5s ease;
}.nav-overlay.is-active {
opacity: 1;
visibility: visible;
}.main-menu2 {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 27px;
margin-top: 19px;
}.header-sosyal {
width: auto;
display: flex;
gap: 20px;
}.header-sosyal li {
width: auto;
list-style: none;
}.header-sosyal li a {
height: auto !important;
border: none !important;
}.header-sosyal li svg {
width: 16px;
height: 16px;
}.header-dil {
display: flex;
position: relative;
height: 100%;
align-items: center;
margin-left: auto;
}.header-dil li {
display: block;
list-style: none;
}.header-dil li a {
display: flex !important;
font-weight: 600 !important;
color: #e4e4e2;
font-size: 13px !important;
height: auto !important;
border: none !important;
}.header-dil li a .icon {
height: 17px;
display: flex;
align-items: center;
}.header-dil li a .icon img {
height: 100%;
}.header-dil li a span {
margin-left: 12px;
}.header-dil li a span .svgIcon {
fill: #fff;
width: 14px;
height: 14px;
margin-right: -3px;
}.header-dil li a span .svgIcon path {
fill: #fff;
}.header-dil .header-dil-ul {
min-width: 45px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-top: 25px;
background-color: #e4e4e2;
border: 0;
padding: 5px 20px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 8px 43px rgba(40, 40, 40, 0.14);
-khtml-box-shadow: 0 8px 43px rgba(40, 40, 40, 0.14);
-moz-box-shadow: 0 8px 43px rgba(40, 40, 40, 0.14);
-ms-box-shadow: 0 8px 43px rgba(40, 40, 40, 0.14);
-o-box-shadow: 0 8px 43px rgba(40, 40, 40, 0.14);
box-shadow: 0 8px 43px rgba(40, 40, 40, 0.14);
width: 130px;
visibility: hidden;
position: absolute;
top: 100%;
right: 0;
left: 0;
border-top: 1px solid #cdcdcd;
margin: 0;
list-style-type: none;
z-index: 101;
margin-top: 50px;
}.header-dil:hover .header-dil-ul {
opacity: 1 !important;
visibility: inherit;
margin-top: 0px;
}.header-dil .header-dil-ul li a {
color: #000;
display: flex;
padding: 10px 0;
font-size: 14px;
height: auto;
}.header-dil li a .icon svg {
width: 17px;
height: 17px;
}.header-dil .header-dil-ul li a:hover {
color: #f00;
}.header-dil .header-dil-ul li a .icon {
display: none;
}
.header-dil .header-dil-ul li a span {
margin-left: 0px !important;
}/* Mobil Görünüm */
@media (max-width: 1200px) {
.site-header .menu-toggle {
display: block;
}.site-header .main-nav {
border-right: none;
margin-right: 0;
padding-right: 0;
justify-content: flex-end;
}.site-header .main-nav ul#main-menu {
overflow-y: auto;
padding-bottom: 40px;
flex-direction: column;
position: fixed;
top: 0;
left: -100%;
width: 80%;
max-width: 320px;
height: 100vh;
background-color: #1a1a1a;
padding: 80px 40px 40px;
align-items: flex-start;
gap: 15px;
transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
z-index: 999;
}.site-header .main-nav ul#main-menu.is-active {
left: 0;
}.site-header .main-nav ul a {
font-size: 18px;
width: 100%;
}.site-header .main-nav ul li {
position: relative;
}.site-header .main-nav ul li .mobil-logo {
margin-bottom: 25px;
display: block !important;
}/* Mobil Alt Menüler */
.site-header .nav-submenu > li::after {
content: "›";
font-size: 1.8em;
font-weight: bold;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%) rotate(0deg);
transition: transform 0.3s ease-in-out;
}.site-header .nav-submenu ul {
position: static;
width: 100%;
opacity: 1;
visibility: visible;
transform: none;
box-shadow: none;
background-color: rgba(0, 0, 0, 0.2);
padding: 10px 0 10px 20px;
margin-top: 10px;
border-radius: 8px;
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out,
margin 0.4s ease-in-out;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
}.site-header .nav-submenu.submenu-open > ul {
max-height: 500px;
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
}.site-header .nav-submenu.submenu-open > a::after {
transform: translateY(-50%) rotate(90deg);
}
}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;
}@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;
}
}@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: #5f8f8f;
border-color: #5f8f8f;
color: #fff;
}.btn2 {
background: #497676;
border-color: #497676;
color: #fff;
}.btn3 {
background: #375f5f;
border-color: #375f5f;
color: #fff;
}
}.mobilbuttonlar {
display: none;
}/**/ /* CSS Karışmaması İçin Özel Namespace */
.teklif-sabit-container {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999999;
/* En üstte durması için */
text-decoration: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
}/* NABIZ (PULSE) EFEKTİ */
.teklif-sabit-pulse {
position: absolute;
width: 80px;
height: 80px;
background-color: #198f43;
border-radius: 50%;
opacity: 0.6;
z-index: -1;
animation: teklif-pulse-animation 2s infinite;
}@keyframes teklif-pulse-animation {
0% {
transform: scale(0.9);
opacity: 0.7;
}70% {
transform: scale(1.5);
opacity: 0;
}100% {
transform: scale(0.9);
opacity: 0;
}
}/* ANA BUTON KUTUSU */
.teklif-sabit-box {
width: 90px;
height: 90px;
background-color: #198f43;
border-radius: 50%;
/* Modern kavisli kare */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 10px 25px rgba(25, 143, 67, 0.4);
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 2px solid rgba(255, 255, 255, 0.1);
}.teklif-sabit-container:hover .teklif-sabit-box {
transform: translateY(-10px) scale(1.05);
background-color: #00233c;
/* Üzerine gelince laciverte dönsün (Kurumsal uyum) */
box-shadow: 0 15px 35px rgba(0, 35, 60, 0.4);
}/* İKON STİLİ */
.teklif-sabit-ikon {
width: 32px;
height: 32px;
margin-bottom: 5px;
transition: transform 0.4s ease;
}.teklif-sabit-container:hover .teklif-sabit-ikon {
transform: rotateY(180deg);
/* Şık bir dönüş efekti */
}/* METİN STİLİ */
.teklif-sabit-metin {
color: white;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
}/* MOBİL AYAR */
@media (max-width: 768px) {
.teklif-sabit-container {
bottom: 20px;
right: 20px;
}.teklif-sabit-box {
width: 70px;
height: 70px;
}.teklif-sabit-metin {
font-size: 9px;
}.teklif-sabit-ikon {
width: 24px;
height: 24px;
}
}.header-dil-ul2 {
display: flex;
align-items: center;
gap: 15px;
border-left: 1px solid #d2d2d2;
padding-left: 15px;
}.header-dil-ul2 li {
list-style: none;
}.header-dil-ul2 li a{
font-size: 14px;
}.header-dil-ul2 li a .icon{
margin-right: 5px;
}@media(max-width:1024px){
.site-header .main-nav a span{
display: none;
}.site-header .logo img {
height: 40px;
}.teklif-sabit-container{
display: none;
}.site-header .main-nav ul#main-menu{
background-color: white;
}
.site-header .main-nav ul#main-menu {
justify-content: start;
}
}