.home-hakkimizda3 {
position: relative;
padding: 220px 0 90px 0;
background: #f9f9f9;
overflow: hidden;
}.bg-outline-text {
position: absolute;
top: 40px;
left: 50%;
transform: translateX(-50%);
font-size: 10vw;
font-weight: 900;
color: transparent;
-webkit-text-stroke: 2px var(--primary);
text-transform: lowercase;
white-space: nowrap;
z-index: 1;
pointer-events: none;
opacity: 10%;
}.home-hakkimizda3 .container {
position: relative;
z-index: 2;
}/* Devasa Ok Tasarımı */
.big-arrow-wrapper {
width: 100%;
padding: 20px;
opacity: 0.9;
}/* Sağ İçerik Alanı */
.about-content-box {
padding-left: 30px;
}.about-content-box .sub-title {
color: var(--primary);
font-size: 14px;
font-weight: 600;
margin-bottom: 0;
text-transform: capitalize;
display: inline-block;
}.about-content-box .main-title {
font-size: 35px;
font-weight: 800;
color: #1a1b1e;
margin-bottom: 30px;
line-height: 1.2;
margin-top: 10px;
}.about-content-box .desc-bold {
font-size: 17px;
font-weight: 700;
color: #1a1b1e;
line-height: 1.6;
margin-bottom: 25px;
}.about-content-box .desc-light {
font-size: 15px;
color: #666;
line-height: 1.8;
margin-bottom: 35px;
}.home-brands-section .more-link {
display: inline-flex;
align-items: center;
gap: 10px;
color: white;
text-decoration: none;
font-weight: 700;
font-size: 13px;
letter-spacing: 1px;
padding-bottom: 5px;
transition: 0.3s;
background: var(--primary);
padding: 15px 20px;
}.home-brands-section .more-link:hover {
gap: 15px;
color: #fff;
border-color: #fff;
}/* Link Tasarımı */.home-hakkimizda3 .more-link {
display: inline-flex;
align-items: center;
gap: 10px;
color: white;
text-decoration: none;
font-weight: 700;
font-size: 13px;
letter-spacing: 1px;
padding-bottom: 5px;
transition: 0.3s;
background: var(--primary);
padding: 15px 20px;
}.home-hakkimizda3 .more-link:hover {
gap: 15px;
color: #fff;
border-color: #fff;
}.more-link {
display: inline-flex;
align-items: center;
gap: 10px;
color: var(--primary);;
text-decoration: none;
font-weight: 700;
font-size: 13px;
letter-spacing: 1px;
border-bottom: 1px solid var(--primary);;
padding-bottom: 5px;
transition: 0.3s;
}.more-link:hover {
gap: 15px;
color: #333;
border-color: #333;
}/* Mobil Uyumluluk */
@media (max-width: 991px) {
.home-hakkimizda3 { padding: 60px 0; }
.bg-outline-text { font-size: 20vw; top: 20px; }
.about-content-box { padding-left: 0; text-align: center; }
.about-content-box .main-title { font-size: 32px; }
.more-link { justify-content: center; }
}/**/.home-services { padding: 100px 0; background: #e7e7e7; overflow: hidden; }
.services-top { margin-bottom: 50px; }.services-top .sub-title{
color: var(--primary);
font-size: 14px;
font-weight: 600;
margin-bottom: 0;
text-transform: capitalize;
display: inline-block;
}
.services-top .main-title { font-size: 35px; font-weight: 800; line-height: 1.1; margin-top: 10px; margin-bottom:0; }
.services-top .top-desc p{
margin-top: 0;
font-size: 15px;
color: #666;
line-height: 1.8;
margin-bottom: 35px;
}.services-top .top-desc{
padding: 0 0 0 100px;
}
.home-services .slider-container {
position: relative;
width: 100%;
cursor: grab;
user-select: none; /* Metin seçmeyi engeller sürüklerken */
}
.home-services .slider-container:active { cursor: grabbing; }.home-services .slider-track {
display: flex;
will-change: transform;
}.home-services .slider-item {
flex: 0 0 25%; /* Masaüstü 4 tane */
padding: 10px;
box-sizing: border-box;
transition: 0.3s;
}.home-services .service-card {
display: block; position: relative; height: 480px; background: #1a1b1e;
text-decoration: none; overflow: hidden; color: #fff;
}.home-services .card-bg {
position: absolute; inset: 0; background-size: cover; background-position: center;
opacity: 1; transition: 0.6s ease; z-index: 1;
}.home-services .card-number {
display: none;
position: absolute; top: -10px; left: 15px; font-size: 110px;
font-weight: 900; color: rgba(255,255,255,0.07); z-index: 2; transition: 0.5s;
}.home-services .card-content {
position: absolute; bottom: 0; left: 0; width: 100%; padding: 30px;
background: rgba(26, 27, 30, 0.95); z-index: 3; transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}.home-services .card-content .card-arrow {
display: flex;
font-size: 14px;
align-items: center;
margin-top: 20px;
}
.home-services .card-content h3 { font-size: 22px; font-weight: 700; margin: 0; }
.home-services .card-content p { font-size: 14px; opacity: 0; height: 0; transition: 0.4s ease; margin: 0; }/* AKTIF VE HOVER DURUMU (AYNI TASARIM) */
/* .is-active sınıfı JS ile ilk sıradakine verilecek */
.slider-item.is-active .service-card,
.service-card:hover { background: var(--primary);; }.slider-item.is-active .card-bg,
.service-card:hover .card-bg { filter: grayscale(0); opacity: 0.3; transform: scale(1.08); }.slider-item.is-active .card-content,
.service-card:hover .card-content { background: var(--primary);; padding-bottom: 50px; }.slider-item.is-active .card-content p,
.service-card:hover .card-content p { opacity: 1; height: auto; margin-top: 15px; }.slider-item.is-active .card-number,
.service-card:hover .card-number { color: rgba(255,255,255,0.3); top: -20px; }/* Responsive */
@media (max-width: 1100px) { .slider-item { flex: 0 0 50%; } }
@media (max-width: 768px) { .slider-item { flex: 0 0 100%; } }/**/.sectors-area {
padding: 120px 0;
background-color: #fff;
position: relative;
}.sectors-area:before{
content: '';
position: absolute;
left: 0;
top: 25%;
width: 510px;
height: 300px;
background: url(../images/marka.png);
background-size: cover;
filter: contrast(0.5);
opacity: 5%;
right: 0;
margin: 0 auto;
}.sub-title {
color: var(--primary);; /* Görseldeki turuncu tonu */
font-size: 16px;
display: block;
margin-bottom: 10px;
font-weight: 500;
}.main-title {
font-size: 35px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 60px;
line-height: 1.2;
margin-top: 0;
}/* Sektör Kutusu Tasarımı */
.sector-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 25px 0;
border-bottom: 1px solid #333; /* Alt çizgi */
margin-bottom: 20px;
transition: all 0.3s ease;
text-decoration: none;
}.sector-item:hover {
border-bottom-color: var(--primary);;
}.sector-content {
display: flex;
align-items: center;
}.sector-icon {
width: 40px;
height: 40px;
margin-right: 20px;
display: flex;
align-items: center;
justify-content: center;
}.sector-icon svg {
width: 100%;
height: 100%;
fill: none;
stroke: var(--primary);
stroke-width: 1.5;
}.sector-name {
font-size: 20px;
font-weight: 600;
color: #1a1a1a;
margin: 0;
}.sector-arrow {
width: 30px;
height: 30px;
opacity: 10%;
transition: 0.3s;
font-size: 30px;
color: black;
}.sector-item:hover .sector-arrow {
opacity: 1;
transform: rotate(-45deg);
color: var(--primary);;
}/**/
/* Başlık Bölümü */
.header-section {
position: relative;
margin-bottom: 60px;
}.how-we-work{
padding: 100px 0;
background: url(../images/arkaplan.jpg);
background-size: cover;
overflow: hidden;
position: relative;
}.how-we-work:before{
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #28166f8f;}.how-we-work .sub-title {
color: white; /* Turuncu renk */
font-size: 14px;
font-weight: 600;
display: block;
margin-bottom: 15px;
}.how-we-work .header-section h1 {
font-size: clamp(24px, 4vw, 35px); /* Dinamik boyutlandırma */
font-weight: 700;
letter-spacing: -1px;
color: white;
}/* Kartlar Alanı */
.how-we-work .steps-wrapper {
display: flex;
align-items: flex-start;
gap: 20px;
}.step-card {
background: #fff;
padding: 40px 30px;
flex: 1;
position: relative;
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: flex-end;
transition: 0.5s;
}/* Büyük Sayılar (Arkaplan) */
.step-bg-number {
position: absolute;
top: 0px;
right: 10px;
font-size: 70px;
font-weight: 700;
line-height: 1;
}.step-bg-number.outline {
color: transparent;
-webkit-text-stroke: 1px var(--primary);
}.step-card:hover .step-bg-number {
color: var(--primary);
transition: 0.5s;
}/* Kart İçeriği */
.step-header {
text-align: right;
display: none;
margin-bottom: 30px;
}.step-label {
color: var(--primary);
font-size: 13px;
font-weight: 600;
}.step-card h3 {
font-weight: 700;
font-size: 30px;
margin-top: 0;
margin-bottom: 10px;
padding: 0 20px 0 0;
}.step-card p {
color: #666;
font-size: 15px;
line-height: 20px;
text-transform: none;
letter-spacing: 0em;
word-spacing: 0px;
font-style: normal;
font-weight: 400;
min-height: 70px;
}.step-card:hover {
background: #fff;
z-index: 2;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
/* Görseldeki gibi biraz daha yukarıda/vurgulu durması için */
transform: translateY(-25px);
border-bottom: none;
transition: 0.5s;
}.active-footer {
position: absolute;
bottom: -15px;
left: 0;
width: 100%;
height: 30px;
z-index: -1;
}/* MOBİL UYUMLULUK (Responsive) */
@media (max-width: 992px) {
.steps-wrapper {
flex-direction: column;
gap: 50px;
}
.step-card {
width: 100%;
min-height: auto;
transform: none !important;
}
.header-section br {
display: none;
}.active-footer {
display: none;
}
}/**/
/* Brands Slider 5'li Görünüm CSS Güncelleme */
.home-brands-section { padding: 60px 0; background: #fff; overflow: hidden; }
.brands-slider-wrapper { position: relative; padding: 0 50px; display: flex; align-items: center; }
.brands-slider-container { width: 100%; overflow: hidden; }
.brands-slider-track { display: flex; transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1); }/* Masaüstünde tam 5 adet görünmesi için %20 */
.brands-column {
flex: 0 0 20%;
padding: 10px;
box-sizing: border-box;
}.brand-item {
height: 120px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #f0f0f0;
transition: 0.3s;
overflow: hidden;
}.brand-item img {
max-width: 130%;
max-height: max-content;
object-fit: contain;
transition: 0.4s;
}.brand-item:hover { border-color: var(--primary); }
.brand-item:hover img { filter: grayscale(0%); opacity: 1; }.brands-nav-btn {
position: absolute; top: 50%; transform: translateY(-50%);
background: #fff; border: 1px solid #ddd; width: 40px; height: 40px;
border-radius: 50%; display: flex; align-items: center; justify-content: center;
cursor: pointer; z-index: 10; transition: 0.3s;
}
.brands-prev { left: 0; }
.brands-next { right: 0; }
.brands-nav-btn:hover { background: var(--primary); color: #fff; border-color: var(--primary); }@media (max-width: 1200px) { .brands-column { flex: 0 0 25%; } } /* 4 adet */
@media (max-width: 992px) { .brands-column { flex: 0 0 33.33%; } } /* 3 adet */
@media (max-width: 768px) { .brands-column { flex: 0 0 50%; } } /* 2 adet *//**//* Sektörler Alanı Genel Ayarlar */
.modern-sectors-section {
width: 100%;
height: 750px; /* 15 sektör için yüksekliği biraz artırdık */
background: #fff;
overflow: hidden;
display: flex;
padding: 80px 0;
}.sectors-main-container {
display: flex;
width: 100%;
height: 100%;
gap: 0;
border: 1px solid #eee;
}/* Sol Taraf - Görsel ve Metin */
.sector-content-display {
flex: 1;
position: relative;
overflow: hidden;
}.sector-pane {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
opacity: 0;
visibility: hidden;
transition: all 0.5s ease-in-out;
}.sector-pane.active {
opacity: 1;
visibility: visible;
}.pane-bg {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background-size: cover;
background-position: center;
z-index: 1;
}/* Görselin üzerine hafif bir karartma (metin okunsun diye) */
.pane-bg::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to right, rgb(0 0 0 / 34%) 0%, transparent 100%);
z-index: 1;
}.pane-text-box {
position: relative;
z-index: 2;
max-width: 500px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 60px;
color: #fff;
}.pane-title {
font-size: 42px;
font-weight: 800;
color: #fff;
margin-bottom: 20px;
}.pane-desc {
font-size: 17px;
color: #ddd;
line-height: 1.6;
}/* SAĞ TARAF - 15 SEKTÖR İÇİN DİKEY MENÜ */
.sector-tabs-sidebar {
display: flex;
flex-direction: column; /* Dikey sıralama */
width: 350px; /* Genişliği sabitledik */
height: 100%;
background: #f4f4f4;
overflow-y: auto; /* 15 tanesi sığmazsa kaydırılabilir */
scrollbar-width: thin; /* Firefox için ince scroll */
}/* Scrollbar tasarımı */
.sector-tabs-sidebar::-webkit-scrollbar {
width: 4px;
}
.sector-tabs-sidebar::-webkit-scrollbar-thumb {
background: var(--primary);
}.sector-tab {
display: flex;
align-items: center;
cursor: pointer;
border-bottom: 1px solid #e0e0e0;
transition: all 0.3s ease;
min-height: 60px; /* Sektör başına yükseklik */
background: #fff;
}.tab-number {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
color: #999;
background: #f9f9f9;
flex-shrink: 0;
}.tab-label {
padding: 0 20px;
flex: 1;
}.tab-label span {
writing-mode: horizontal-tb; /* Yazıyı düzelttik */
transform: none;
font-size: 15px;
font-weight: 600;
color: #333;
display: block;
}/* Aktif Durum */
.sector-tab.active {
background: var(--primary);
}.sector-tab.active .tab-number {
background: rgba(0,0,0,0.1);
color: #fff;
}.sector-tab.active .tab-label span {
color: #fff;
}.sector-tab:hover:not(.active) {
background: #f0f0f0;
}/* Mobil Uyumluluk */
@media (max-width: 1024px) {
.modern-sectors-section { height: auto; padding: 40px 0; display: block; }
.sectors-main-container { flex-direction: column; }
.sector-tabs-sidebar { width: 100%; height: 300px; }
.sector-content-display { height: 400px; }
}/**/@media(max-width:1024px){
.modern-sectors-section{
display: none;
}
.home-services {
padding: 70px 0;
}.step-bg-number {
top: 20px;
}.home-services .slider-item {
flex: 0 0 90%;
}
}@media (max-width: 991px) {
/* 1. Ana konteynerin taşmasını engelle ve kaydırmayı aç */
.home-services .slider-container {
overflow-x: auto !important; /* Elle kaydırmaya izin ver */
overflow-y: hidden;
-webkit-overflow-scrolling: touch; /* iOS için akıcı kaydırma */
scroll-snap-type: x mandatory; /* Kartların "çıt" diye oturmasını sağlar */
padding: 0 20px 20px 0px !important; /* Kenarlardan boşluk */
display: block !important;
}/* 2. Kartların yan yana dizilmesini zorla, JS transformlarını mobilde devre dışı bırakıyoruz (çakışmaması için) */
.home-services .slider-track {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
transform: none !important; /* Eğer JS hatalı kaydırıyorsa bunu sıfırlıyoruz */
width: auto !important;
gap: 15px; /* Kartlar arası boşluk */
}/* 3. Kart genişliğini ayarla (Hizalama sorunu buradaydı) */
.home-services .slider-item {
flex: 0 0 80% !important; /* Ekranın %80'ini kaplar, %20 yandaki kart peeler (görünür) */
min-width: 80% !important;
scroll-snap-align: center; /* Kaydırınca kartın ortalanmasını sağlar */
padding: 0 !important;
margin: 0 !important;
}/* 4. Kart içeriğini mobil için toparla */
.home-services .service-card {
height: 420px !important;
width: 100% !important;
display: block !important;
}/* 5. Mobilde açıklamaları gizle ki kart boğulmasın */
.home-services .card-content p {
display: none !important;
}
.home-services .card-content {
padding: 20px !important;
background: rgba(26, 27, 30, 0.9) !important;
}/* 6. Kaydırma çubuğunu gizle (isteğe bağlı, daha temiz görünür) */
.home-services .slider-container::-webkit-scrollbar {
display: none;
}
}