:root {
--primary-dark: #1800ad; /* Koyu Lacivert */
--primary-light: #5170ff; /* Canlı/Soft Mavi */
--text-dark: #222222;
--text-gray: #555555;
}.action-btn2 {
display: inline-flex;
align-items: center;
gap: 10px;
background-color: var(--primary-light);
color: #ffffff;
text-decoration: none;
padding: 12px 20px;
border-radius: 50px;
font-weight: 500;
font-size: 17px;
transition: all 0.3s ease;
box-shadow: 0 10px 20px rgba(81, 112, 255, 0.3);
margin-left: 25px;
margin-top: 3px;
}.action-btn2:hover {
background-color: var(--primary-dark);
box-shadow: 0 10px 20px rgba(24, 0, 173, 0.3);
transform: translateY(-3px);
}.hakkimizda {
width: 100%;
height: auto;
position: relative;
}.hakkimizda .container {
margin: 0 auto;
padding: 60px 20px;
}/* --- ÜST KISIM (Görsel ve Hakkımızda) --- */
.hakkimizda .hero-section {
display: flex;
align-items: center;
gap: 80px;
margin-bottom: 70px;
}/* Sol Taraf: İç İçe Resimler */
.hakkimizda .hero-images {
position: relative;
flex: 1;
min-height: 480px;
}.hakkimizda .img-main {
width: 85%;
height: 420px;
object-fit: cover;
border-radius: 24px;
}.hakkimizda .img-sub {
position: absolute;
bottom: 0;
right: 0;
width: 65%;
height: 260px;
object-fit: cover;
border-radius: 16px;
border: 8px solid #ffffff;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}/* Yuvarlak Yeşil/Mavi Rozet (Görseldeki gibi) */
.hakkimizda .badge {
position: absolute;
bottom: 30px;
left: 5%;
background-color: var(--primary-light);
color: #ffffff;
width: 130px;
height: 130px;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
box-shadow: 0 10px 25px rgba(81, 112, 255, 0.4);
z-index: 2;
}.hakkimizda .badge svg {
width: 28px;
height: 28px;
margin-bottom: 5px;
fill: white;
}.hakkimizda .badge h3 {
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
}.hakkimizda .badge p {
font-size: 0.7rem;
font-weight: 500;
margin-top: 5px;
line-height: 1.2;
}/* Sağ Taraf: Metin */
.hakkimizda .hero-text {
flex: 1;
}.hakkimizda .hero-text h1 {
color: var(--hover-color-1);
font-size: 38px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 20px;
}.hakkimizda .hero-text > p {
color: var(--text-gray);
font-size: 16px;
font-weight: 400;
margin-bottom: 40px;
}.hakkimizda .feature-list {
display: flex;
flex-direction: column;
gap: 25px;
}.hakkimizda .feature-item {
display: flex;
align-items: flex-start;
gap: 15px;
}.hakkimizda .feature-icon {
background-color: rgba(81, 112, 255, 0.1);
color: var(--primary-light);
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}.hakkimizda .feature-icon svg {
width: 22px;
height: 22px;
fill: currentColor;
}.hakkimizda .feature-text h4 {
color: var(--text-dark);
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 4px;
}.hakkimizda .feature-text p {
color: var(--text-gray);
font-size: 0.95rem;
}/* --- ORTA KISIM (İstatistikler) --- */
.hakkimizda .stats-section {
display: grid;
grid-template-columns: repeat(4, 1fr);
text-align: center;
margin-bottom: 80px;
gap: 20px;
}.hakkimizda .stat-item h2 {
color: var(--text-dark);
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 5px;
}.hakkimizda .stat-item p {
color: var(--text-gray);
font-size: 1.1rem;
font-weight: 400;
}/* --- ALT KISIM (Neden Biz? - 4'lü Açık Renk Kutu) --- */
.hakkimizda .why-us-wrapper {
/* Üstten açık renk (mavi tonlu) başlayıp beyaza doğru inen degrade arka plan */
background: linear-gradient(
180deg,
rgba(81, 112, 255, 0.08) 0%,
rgba(255, 255, 255, 0) 100%
);
border-radius: 40px;
padding: 70px 50px 40px 50px;
}.hakkimizda .why-us-grid {
display: grid;
grid-template-columns: repeat(
4,
1fr
); /* Birebir görseldeki gibi yan yana 4 tane */
gap: 40px;
}.hakkimizda .why-card {
background: transparent;
}/* İkon Çemberi (Görseldeki 01, 02 yerine ikonlu şık yapı) */
.hakkimizda .icon-circle {
background-color: var(--primary-light);
color: #ffffff;
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
box-shadow: 0 8px 20px rgba(81, 112, 255, 0.3);
}.hakkimizda .icon-circle svg {
width: 20px;
height: 20px;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}.hakkimizda .why-card h3 {
color: var(--text-dark);
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 15px;
line-height: 1.3;
}.hakkimizda .why-card p {
color: var(--text-gray);
font-size: 0.95rem;
line-height: 1.6;
}/* Buton */
.hakkimizda .action-btn-container {
text-align: center;
margin-top: 60px;
}.hakkimizda .action-btn {
display: inline-flex;
align-items: center;
gap: 10px;
background-color: var(--primary-light);
color: #ffffff;
text-decoration: none;
padding: 16px 40px;
border-radius: 50px;
font-weight: 500;
font-size: 1.1rem;
transition: all 0.3s ease;
box-shadow: 0 10px 20px rgba(81, 112, 255, 0.3);
}.hakkimizda .action-btn:hover {
background-color: var(--primary-dark);
box-shadow: 0 10px 20px rgba(24, 0, 173, 0.3);
transform: translateY(-3px);
}/* --- MOBİL UYUMLULUK --- */
@media (max-width: 1024px) {
.hakkimizda .hero-section {
flex-direction: column;
gap: 50px;
}
.hakkimizda .hero-images {
width: 100%;
display: none;
}
.hakkimizda .why-us-grid {
grid-template-columns: repeat(2, 1fr); /* Tablette 2'li */
}
}@media (max-width: 768px) {
.hakkimizda .stats-section {
grid-template-columns: repeat(2, 1fr);
gap: 40px 20px;
}
.hakkimizda .why-us-grid {
grid-template-columns: 1fr; /* Mobilde alt alta 1'li */
}
.hakkimizda .why-us-wrapper {
padding: 40px 20px;
}
}/**/
.temizlik-banner-bg {
width: 100%;
height: 600px;
overflow: hidden;
position: relative;
}.temizlik-banner {
position: absolute;
width: 100%;
height: 100%;
background-image: url("../images/bg.webp"); /* Arka plan resminiz */
background-size: cover;
background-position: center;
animation: arkaplanZoom 15s infinite alternate ease-in-out;
}.banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.65); /* Yazıların okunması için hafifçe koyulaştırıldı */
z-index: 1;
}.banner-icerik {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: #ffffff;
z-index: 2;
width: 90%;
opacity: 0;
animation: yaziBelirme 2s ease-out forwards;
animation-delay: 0.5s;
}.karcher-baslik {
font-size: 47px; /* Oldukça büyük ve çarpıcı */
font-weight: 400;
text-transform: uppercase;
line-height: 1.3;
margin-bottom: 30px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 20px; /* Kelimeler ve logo arası boşluk */
}/* Metin içindeki logo stili */
.inline-logo {
height: 70px; /* Yazı büyüklüğüne göre ayarlandı */
width: auto;
vertical-align: middle;
filter: drop-shadow(0px 0px 10px rgba(255, 237, 0, 0.3)); /* Logoya hafif bir ışıltı verir */
}/* Alt Açıklama Stili */
.alt-aciklama {
font-size: 20px;
font-weight: 300;
line-height: 1.5;
color: #f0f0f0;
max-width: 900px;
margin: 0 auto;
margin-bottom: 20px !important;
}/* --- ANİMASYONLAR --- */
@keyframes yaziBelirme {
0% { opacity: 0; transform: translate(-50%, -45%); }
100% { opacity: 1; transform: translate(-50%, -50%); }
}@keyframes arkaplanZoom {
0% { transform: scale(1); }
100% { transform: scale(1.1); }
}/* Mobil Uyumluluk */
@media (max-width: 768px) {
.karcher-baslik {
font-size: 1.8rem;
gap: 10px;
}
.inline-logo {
height: 40px; /* Mobilde logo küçülür */
}
.alt-aciklama {
font-size: 1.1rem;
}
}
/**//* Temel Ayarlar ve Renk Değişkenleri *//* Ana Hizmetler Kapsayıcısı */
.hizmetler {
padding: 80px 0px;
background-color: var(--bg-color);
overflow: hidden;
}.hizmetler-container {
margin: 0 auto;
}/* --- ÜST KISIM (HEADER) --- */
.hizmetler-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 50px;
flex-wrap: wrap;
gap: 30px;
}.header-left {
max-width: 600px;
}.subtitle {
display: flex;
align-items: center;
gap: 15px;
font-weight: 600;
color: var(--hover-color-1);
margin-bottom: 15px;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
}.subtitle .line {
display: inline-block;
width: 40px;
height: 1px;
background-color: var(--hover-color-1);
}.main-title {
font-size: 42px;
line-height: 1.2;
color: var(--text-dark);
font-weight: 700;
}.header-right {
max-width: 450px;
}.description {
color: var(--text-gray);
font-size: 16px;
line-height: 1.6;
margin-bottom: 20px;
}.slider-arrows {
display: flex;
gap: 10px;
}.arrow-btn {
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
z-index: 10;
background-color: #e4e4ea;
color: #20212b;
}.arrow-btn:hover {
background-color: var(--hover-color-1);
color: #fff;
}/* --- SWIPER KART AYARLARI --- */
.swiper {
width: 100%;
padding-bottom: 60px !important; /* Alt tarafta boşluk bırakmak için */
padding-top: 10px !important; /* Hover olunca yukarı kalkması için pay */
}.swiper-slide {
height: auto; /* Kartların yüksekliklerini eşitlemek için */
}/* --- TEKİL KART TASARIMI & HOVER EFEKTİ --- */
a.hizmet-card {
background-color: var(--white);
border-radius: 20px;
padding: 30px 25px;
display: flex;
flex-direction: column;
height: 100%;
transition: all 0.4s ease-in-out;
text-decoration: none;
border: 1px solid #d4d4d4;
overflow: hidden;
}a.hizmet-card:hover {
background: linear-gradient(
135deg,
var(--hover-color-1),
var(--hover-color-2)
);
transform: translateY(-10px); /* Üzerine gelince yukarı kalkar */
box-shadow: 0 12px 20px rgba(24, 0, 173, 0.2); /* Hafif gölge */
color: var(--white);
}/* Hover durumunda içerdeki yazıların renklerini düzeltme */
.hizmet-card:hover .card-title {
color: var(--white);
}.hizmet-card:hover .card-text {
color: rgba(255, 255, 255, 0.85); /* Beyazın hafif şeffaf hali */
}.hizmet-card:hover .badge {
color: var(--white);
border-color: rgba(255, 255, 255, 0.5);
}.hizmet-card:hover .icon-btn img {}.hizmet-card:hover .icon-btn{
background-color: white;
}/* Geçişin yumuşak olması için resmi şu şekilde güncelleyin: */
.hizmet-card .icon-btn img {
transition: filter 0.3s ease;
}/* Kart İçi Üst Alan */
.card-top {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}.badge {
border: 1px solid #ccc;
padding: 6px 15px;
border-radius: 20px;
font-size: 12px;
font-weight: 500;
color: #a9a9a9;
transition: all 0.3s ease;
}.icon-btn {
width: 35px;
height: 35px;
border: none;
color: var(--white);
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
background: transparent;
padding: 0;
border-radius: 100%;
}/* Kart İçeriği */
.card-title {
font-size: 21px;
color: var(--text-dark);
margin-bottom: 35px;
line-height: 1.2;
transition: all 0.3s ease;
}.card-text {
font-size: 13px;
color: var(--text-gray);
line-height: 1.4;
margin-bottom: 30px;
flex-grow: 1;
transition: all 0.3s ease;
display: none;
}/* Kart Resmi */
.img-wrapper {
height: 250px;
border-radius: 15px 15px 0 0;
overflow: hidden;
margin: 0px -31px -32px -30px;
}.img-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}.hizmet-card:hover .img-wrapper img {
transform: scale(1.05); /* Hover olunca resim hafif zoom yapsın */
}/* --- AKTİF KART TASARIMI (Varsayılan Koyu Yeşil) --- */
.hizmet-card.active {
background-color: var(--hover-color-1);
}
.hizmet-card.active .card-title,
.hizmet-card.active .badge {
color: var(--white);
}
.hizmet-card.active .card-text {
color: rgba(255, 255, 255, 0.7);
}
.hizmet-card.active .badge {
border-color: rgba(255, 255, 255, 0.4);
}
.hizmet-card.active .icon-btn {
background-color: var(--yellow);
color: var(--hover-color-1);
}/* Aktif kart da hover olunca istediğin maviye döner, kod çakışması olmaz *//* --- ALT BUTON (CTA) --- */
.hizmetler-footer {
display: flex;
justify-content: center;
margin-top: -20px;
}.btn-join {
display: inline-flex;
align-items: center;
gap: 15px;
background-color: var(--hover-color-1);
color: var(--white);
text-decoration: none;
padding: 8px 8px 8px 25px;
border-radius: 40px;
font-weight: 600;
font-size: 14px;
transition: background-color 0.3s ease;
}.btn-join:hover {
background-color: var(
--hover-color-2
); /* Butona da aynı lacivert hover'ı verdim */
}.btn-icon {
background-color: var(--yellow);
color: var(--hover-color-1);
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
transform: rotate(45deg);
}.btn-join:hover .btn-icon {
background-color: #fff;
}/* --- RESPONSIVE --- */
@media (max-width: 768px) {
.hizmetler-header {
flex-direction: column;
align-items: flex-start;
}
.main-title {
font-size: 32px;
}
}/**//* Ana Kapsayıcı Ayarları */
.bilgi {
width: 100%;
background-color: var(
--bg-color
); /* Temizlik hissiyatını destekleyen çok uçuk buz mavisi/gri */
padding: 0px 0px 70px;
}.bilgi-container {
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 100px;
}/* Satır Düzeni (Resim + Metin) */
.bilgi-row {
display: flex;
align-items: center;
gap: 60px;
}/* İkinci bölümdeki yön değiştirme (Çapraz görünüm için) */
.bilgi-reverse {
flex-direction: row;
}/* Resim Alanı */
.bilgi-image {
flex: 1;
}.bilgi-image img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 15px;
/* Siyah yerine, logonuzun koyu mavi rengiyle oluşturulmuş şık gölge */
box-shadow: 0 15px 35px rgba(24, 0, 173, 0.12);
aspect-ratio: 4 / 4;
}/* Metin Alanı */
.bilgi-content {
flex: 1;
background-color: #ffffff;
padding: 50px;
border-radius: 15px;
/* Kutu etrafında çok hafif kurumsal mavi gölge */
box-shadow: 0 10px 30px rgba(81, 112, 255, 0.08);
}.bilgi-content h2 {
font-size: 32px;
font-weight: 700;
color: var(--hover-color-1); /* Koyu Mavi - Ana Başlık Rengi */
margin-top: 0;
margin-bottom: 30px;
line-height: 1.2;
}/* Başlık altındaki şık gradient (renk geçişli) çizgi */
.bilgi-content h2::after {
content: "";
display: block;
width: 70px;
height: 4px;
/* Koyu maviden (#1800ad) açık maviye (#5170ff) şık bir geçiş */
background: #5170ff;
margin-top: 15px;
}.bilgi-content p {
font-size: 15px;
line-height: 1.4;
color: #555761; /* Maviyle uyumlu, göz yormayan antrasit gri */
margin-bottom: 20px;
font-weight: 400;
}.bilgi-content p:last-child {
margin-bottom: 0;
}.bilgi-content strong {
color: #1800ad; /* Vurgulanan kelimeler kurumsal koyu mavi */
font-weight: 700;
}/* Mobil Cihazlar İçin Duyarlılık (Responsive) */
@media screen and (max-width: 992px) {
.bilgi-row,
.bilgi-reverse {
flex-direction: column;
gap: 40px;
}.bilgi-reverse .bilgi-image {
order: -1;
}.bilgi-content {
padding: 30px;
}.bilgi-content h2 {
font-size: 26px;
}
}/**//* RENK DEĞİŞKENLERİ */.quote-section {
padding: 70px 0px;
}/* Sol İçerik Alanı Arka Plan Ayarları */
.quote-section .left-content {
position: relative;
background-image: url('../images/temizlik-bg.jpg'); /* Buraya resim yolunu yazın */
background-size: cover;
background-position: center;
border-radius: 24px;
padding: 60px 25px; /* İçeriklerin kenarlara yapışmaması için */
overflow: hidden;
z-index: 1;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 590px;
}/* Okunabilirliği artırmak için beyaz/soft bir katman (Overlay) */
.quote-section .left-content::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* Resmin üzerine hafif beyaz bir perde çeker, metinleri öne çıkarır */
background: rgb(255 255 255 / 91%);
z-index: -1;
display: none;
}/* Mobil Uyumluluk İçin Düzenlemeler */
@media (max-width: 991px) {
.quote-section .left-content {
padding: 40px 25px;
margin-bottom: 30px; /* Form ile arasını açar */
}
}:root {
--dark-blue: #1800ad;
--light-blue: #5170ff;
--soft-bg: #f4f6fe;
}/* --- SOL TARAF STİLLERİ --- */
.top-badge2 {
background-color: rgba(81, 112, 255, 0.1);
color: var(--light-blue);
padding: 6px 16px;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 600;
letter-spacing: 0.5px;
}.main-title2 {
font-size: 35px;
font-weight: 700;
line-height: 1.2;
color: var(--dark-blue);
}.text-highlight {
color: var(--light-blue);
}.main-title2 strong {
color: var(--light-blue);
font-weight: 700;
}.text-dark-blue {
color: var(--dark-blue);
}.description {
font-size: 1.1rem;
color: #555;
line-height: 1.6;
}/* Sol Taraf İkonlu Özellikler */
.icon-circle {
width: 45px;
height: 45px;
background-color: var(--light-blue);
color: white;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
box-shadow: 0 6px 15px rgba(81, 112, 255, 0.3);
transition: transform 0.3s ease;
}.feature-item:hover .icon-circle {
transform: scale(1.1) rotate(-5deg);
}.feature-text {
font-size: 0.95rem;
line-height: 1.3;
color: var(--dark-blue);
}@media (max-width: 768px) {
.feature-item {
width: 100%;
margin-bottom: 10px;
}
.main-title {
font-size: 2.2rem;
}
}/* Şık İletişim Kartları */
.contact-info-wrapper {
position: relative;
}.contact-title {
font-weight: 700;
color: var(--dark-blue);
font-size: 1.4rem;
}.contact-card {
width: 100%;
display: flex;
align-items: center;
background-color: #ffffff;
border: 1px solid rgba(81, 112, 255, 0.15);
padding: 16px 14px;
border-radius: 16px;
margin-bottom: 15px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
transition: all 0.3s ease;
text-decoration: none;
}.contact-card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 25px rgba(81, 112, 255, 0.15);
border-color: var(--light-blue);
}.contact-icon-wrapper {
width: 40px;
height: 40px;
background-color: rgba(81, 112, 255, 0.1);
color: var(--light-blue);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 16px;
}.contact-text {
flex-grow: 1;
}.contact-label {
display: block;
font-size: 0.7rem;
color: #6c757d;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 2px;
}.contact-value {
display: block;
font-size: 15px;
color: var(--dark-blue);
font-weight: 700;
}.contact-action {
color: rgba(24, 0, 173, 0.3);
display: flex;
align-items: center;
justify-content: center;
transition: color 0.3s;
}.contact-card:hover .contact-action {
color: var(--light-blue);
}/* --- SAĞ TARAF (FORM ALANI) STİLLERİ --- */
.form-wrapper {
border-radius: 24px;
padding: 40px;
background: linear-gradient(
rgba(81, 112, 255, 0.08) 0%,
rgba(255, 255, 255, 0) 100%
);
}.form-title {
font-weight: 700;
font-size: 1.8rem;
color: var(--dark-blue);
}.form-title strong {
color: var(--light-blue);
font-weight: 700;
}.form-subtitle {
font-size: 0.95rem;
color: #555;
margin-top: 5px;
}.basliklabel {
font-weight: 500;
font-size: 12px;
color: var(--text-dark);
margin-bottom: 5px;
display: inline-block;
}.form-group {
position: relative;
}.guvenlik_resim {
position: absolute;
right: 0px;
top: 29px;
}.gap-4 {
gap: 1rem; /* 16px */
}
.guvenlik_resim img {
height: 28px;
}/* Form inputları */
.form-control,
.form-select {
border: 1px solid #d1d8ec;
border-radius: 12px;
padding: 12px 15px;
background-color: #ffffff;
transition: all 0.3s ease;
font-size: 0.95rem;
color: var(--dark-blue);
width: 100%;
font-weight: 400;
font-family: 'Rubik';
}.form-control:focus,
.form-select:focus {
background-color: #fff;
border-color: var(--light-blue);
box-shadow: 0 0 0 0.25rem rgba(81, 112, 255, 0.15);
outline: none;
}select.form-control {
appearance: form-select;
}/* BUTON TASARIMI */
.form-wrapper .btn {
background-color: var(--light-blue) !important;
color: white !important;
border-radius: 12px;
padding: 14px 20px;
font-weight: 700;
font-size: 1rem;
border: none;
transition: all 0.3s ease;
margin-top: 21px;
margin-bottom: -21px;
box-shadow: 0 6px 20px rgba(81, 112, 255, 0.3);
}.form-wrapper .btn:hover {
background-color: var(--dark-blue) !important;
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(24, 0, 173, 0.3);
}/* Alt kısımdaki güven rozetleri */
.trust-badges .badge-item {
font-size: 0.85rem;
color: var(--dark-blue);
margin: 0 10px;
font-weight: 600;
margin-bottom: 5px;
}.secure-data {
font-size: 0.8rem;
margin-top: 15px !important;
}/**/.purex-footer {
background-color: #5c95e2;
color: #e5e7eb;
padding: 50px 0 30px 0;
box-sizing: border-box;
}.purex-footer * {
width: auto;
box-sizing: border-box;
}.purex-footer-container {
margin: 0 auto;
}.purex-footer a {
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
}.purex-footer a:hover {
color: var(--hover-color-2);
}/* 1. Üst Bölüm: Logo ve Navigasyon & Sosyal Medya */
.footer-top {
display: flex;
justify-content: space-between;
align-items: flex-end;
padding-bottom: 30px;
}.footer-brand-nav {
display: flex;
flex-direction: column;
gap: 30px;
}/* Logo Kısmı */
.footer-logo {
display: flex;
align-items: center;
gap: 15px;
user-select: none;
}.footer-logo svg {
width: 48px;
height: 48px;
color: var(--hover-color-2);
}.footer-logo-text {
display: flex;
flex-direction: column;
line-height: 1;
}.footer-logo-title {
font-size: 28px;
font-weight: 700;
color: #ffffff;
letter-spacing: 2px;
margin-bottom: 4px;
}.footer-logo-subtitle {
font-size: 11px;
font-weight: 600;
color: var(--hover-color-2);
letter-spacing: 4px;
}/* Menü Linkleri */
.footer-nav {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 15px;
font-size: 14px;
font-weight: 500;
}.footer-nav li {
gap: 15px;
list-style: none;
display: flex;
flex-wrap: wrap;
}.footer-nav li:first-child {
display: none;
}.footer-nav li:last-child .separator {
display: none;
}.footer-nav .separator {
color: rgb(255 255 255 / 45%);
}/* Sosyal Medya */
.footer-social-wrapper {
display: flex;
flex-direction: column;
gap: 12px;
}.footer-social-title {
color: #ffffff;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
margin: 0;
}.footer-social-icons {
display: flex;
gap: 8px;
}.footer-social-icons a {
background-color: #305fb5;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 6px;
transition: background-color 0.3s;
}.footer-social-icons a:hover {
background-color: #264b91;
}.footer-social-icons a svg {
width: 16px;
height: 16px;
fill: #ffffff;
}/* 2. Orta Bölüm: Hizmet Linkleri (SEO) */
.footer-middle {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 30px 0;
display: flex;
flex-wrap: wrap;
row-gap: 12px;
column-gap: 24px;
}.seo-link {
font-size: 14px;
color: #9ca3af;
display: inline-flex;
align-items: center;
}.seo-link::before {
content: "•";
color: #fff;
margin-right: 8px;
font-size: 16px;
}.seo-link:hover {
color: var(--hover-color-2);
}/* 3. Alt Bölüm: Copyright & İmza */
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}.footer-copyright {
font-size: 13px;
color: #fff;
}.footer-credits img {
height: 32px;
object-fit: contain;
opacity: 0.7;
transition: opacity 0.3s;
}.footer-credits a:hover img {
opacity: 1;
}/* Responsive (Mobil Uyumluluk) */
@media (max-width: 992px) {
.footer-top {
flex-direction: column;
align-items: flex-start;
gap: 40px;
}.footer-nav .separator {
display: none;
}.footer-nav {
gap: 12px 20px;
}
}@media (max-width: 576px) {
.footer-bottom {
flex-direction: column;
gap: 15px;
text-align: center;
}
}/**//* Ana Alan ve Grid (Izgara) Sistemi */
.sade-galeri-alani {
width: 100%;
max-width: 1920px;
margin: 40px auto;
padding: 0 15px;
box-sizing: border-box;
}.galeri-izgarasi {
display: grid;
grid-template-columns: repeat(5, 1fr); /* Yan yana 5 resim */
gap: 10px; /* Resimler arasındaki estetik boşluk */
}/* Kutuların Tasarımı */
.resim-kutusu {
position: relative;
width: 100%;
aspect-ratio: 4 / 4; /* Fotoğrafların düzgün dikdörtgen durmasını sağlar */
border-radius: 8px; /* Köşeleri hafif yumuşatır */
overflow: hidden;
background-color: #111; /* Resimler değişirken arkada siyah, şık bir zemin kalır */
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}/* Resimlerin Efektli Özellikleri */
.resim-kutusu img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover; /* Resmi ezmeden çerçevenin içine oturtur */
opacity: 0; /* Başlangıçta hepsi görünmezdir */
transform: scale(1);/* opacity (belirme) 1.5 saniyede, transform (yakınlaşma) 5 saniyede olur */
transition:
opacity 1.5s ease-in-out,
transform 5s linear;
}/* Sadece aktif olan resim görünür ve yavaşça yakınlaşır (Sihir burada) */
.resim-kutusu img.aktif {
opacity: 1;
transform: scale(
1.1
); /* Resim ekrandayken yavaşça ekrana yaklaşır (Premium his) */
}/* Telefonlar ve Tabletler için Otomatik Ayarlama (Bozulmaz) */
@media (max-width: 1200px) {
.galeri-izgarasi {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.galeri-izgarasi {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.galeri-izgarasi {
grid-template-columns: 1fr;
}
} /* Telefonda alt alta 1'erli *//* ============================================================
GENEL MOBİL REVİZE (768PX VE ALTI)
============================================================ */@media (max-width: 768px) {
/* 1. Hakkımızda Bölümü: Görsel Karmaşayı Çözme */
.hakkimizda .hero-section {
gap: 30px;
flex-direction: column;
text-align: center;
}.hakkimizda .hero-images {
min-height: 350px; /* Mobilde yüksekliği daralttık */
width: 100%;
}.hakkimizda .img-main {
width: 100%;
height: 300px;
border-radius: 15px;
}.hakkimizda .img-sub {
width: 50%;
height: 150px;
border-width: 4px;
right: 0;
bottom: -20px;
}.hakkimizda .badge {
width: 90px;
height: 90px;
left: 0;
bottom: 10px;
}.hakkimizda .badge h3 { font-size: 1.1rem; }
.hakkimizda .badge p { font-size: 0.6rem; }.hakkimizda .feature-item {
text-align: left; /* Listeler solda kalsın, daha okunaklıdır */
}/* 2. Karcher Banner: Logo ve Metin Dengesi */
.temizlik-banner-bg {
height: 450px; /* Mobilde çok uzun durmasın */
}.karcher-baslik {
font-size: 24px !important;
flex-direction: column; /* Logo ve yazı alt alta */
gap: 15px;
}.inline-logo {
height: 50px;
}.alt-aciklama {
font-size: 15px !important;
padding: 0 15px;
}/* 3. Hizmetler: Başlık ve Slider */
.hizmetler-header {
text-align: center;
justify-content: center;
}.main-title {
font-size: 28px;
text-align: center;
}.header-right {
display: none; /* Mobilde uzun açıklamayı gizleyerek temiz bir görünüm sağlıyoruz */
}.slider-arrows {
justify-content: center;
margin-top: 20px;
}/* 4. Bilgi Bölümü (Resim + Metin Satırları) */
.bilgi-row {
gap: 20px;
}.bilgi-content {
padding: 25px;
margin-top: -40px; /* Resmin üzerine hafif bindirme yaparak modern bir hava katar */
width: 90%;
margin-left: auto;
margin-right: auto;
z-index: 2;
}.bilgi-image img {
aspect-ratio: 16 / 9; /* Mobilde kare yerine yatay resim daha iyi durur */
}/* 5. Teklif Al (Quote) & Form Alanı */
.quote-section {
padding: 40px 0;
display: none;
}.quote-section .left-content {
min-height: auto;
padding: 30px 20px;
margin-bottom: 20px;
border-radius: 20px;
}.main-title2 {
font-size: 26px;
text-align: center;
}.contact-card {
padding: 12px;
}.form-wrapper {
padding: 25px;
margin: 0 10px;
}.form-title {
font-size: 1.5rem;
text-align: center;
}.form-wrapper .btn {
width: 100%; /* Buton tam genişlik */
margin-bottom: 10px;
}/* 6. Footer: Link Gruplama */
.purex-footer {
text-align: center;
padding: 40px 20px;
}.footer-top {
align-items: center;
gap: 30px;
}.footer-logo {
justify-content: center;
}.footer-nav {
justify-content: center;
gap: 10px 15px;
}.footer-nav li {
font-size: 13px;
}.footer-social-wrapper {
align-items: center;
}.footer-middle {
justify-content: center;
gap: 10px;
}.seo-link {
font-size: 12px;
}/* 7. Galeri: Izgara Yapısı */
.galeri-izgarasi {
grid-template-columns: repeat(2, 1fr); /* Mobilde 2'li yan yana en iyisidir */
gap: 8px;
}
}/* Küçük Ekranlar İçin Ekstra Rötuş (480px altı) */
@media (max-width: 480px) {
.main-title { font-size: 24px; text-align: left;}
.hakkimizda .stat-item h2 { font-size: 2rem; }
.action-btn2 { margin-left: 0; width: 100%; justify-content: center; }
.guvenlik_resim { display: none; } /* Küçük ekranlarda formda yer kaplamasın */
}