Tüm Sayfalar
body {
margin: 0;
font-family: sans-serif;
overflow: hidden;
background: #f0f0f0;
}
#lightbox-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rg ...
/* Kapsayıcı Ayarları */
#ecotera-faq-wrapper {
font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
max-width: 900px;
margin: 0 auto;
padding: 40px 20px;
background-color: transparent;
...
/* Genel Sıfırlamalar ve Temel Stiller */
.ekotera-container-full * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.ekotera-container-full {
font-family: 'Open Sans', sans-serif;
line-height: 1.6;
color: ...
/* --- İZOLE EDİLMİŞ CSS (ECO TEMA - İLETİŞİM VERSİYONU) --- */
.modern-eco-block {
font-family: 'Segoe UI', Arial, sans-serif;
line-height: 1.6;
color: #333;
width: 100%;
max-width: 1200px;
margin: 40px auto;
background-color: #ffffff;
borde ...
body {
font-family: "Segoe UI", sans-serif;
margin: 0;
background-color: #f5f6f7;
color: #333;
line-height: 1.6;
scroll-behavior: smooth;
}
/* --- HERO BANNER (Video) --- */
.hero {
position: relative;
width: 100vw;
margin-left: calc(-50vw + 50%);
heigh ...
/* Genel link kutuları */
a img {
transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
border-radius: 8px;
}
/* Hover efekti: büyüme + gölge */
a img:hover {
transform: scale(1.05);
box-shadow: 0 6px 18px rgba(0,0,0,0.25);
...