@charset "utf-8";
/* CSS Document */

/* =========================
GENEL
========================= */
.text-justify {
  text-align: justify;
}

.bm-highlight{
    background:#dff2ff;
    padding:2px 6px;
    border-radius:5px;
}

.about-mini-title,
.section-mini{
  color:#b18c19;
  font-size:13px;
  letter-spacing:2px;
  font-weight:700;
}

.about-title{
  font-size:54px;
  font-weight:800;
  line-height:1.1;
  color:#202730;
	font-family: 'Nexa', sans-serif;
	font-weight: 800;
}

.about-title span{
  color:#2b5faa;
}

.about-desc{
  font-size:18px;
  color:#6c757d;
  line-height:1.8;
	font-family:'Source Sans 3', sans-serif;
}

.section-title{
  font-size:42px;
  font-weight:800;
  color:#202730;
  font-family: 'Nexa', sans-serif;
}

.section-text{
  font-size:1rem;
  line-height:1.5;
  color:#6c757d;
	font-family:'Source Sans 3', sans-serif;
}
.section-title::before,
.section-title::after {
    content: "";
    height: 2px; /* Çizgi kalınlığı */
    width: 50px; /* Çizgi uzunluğu */
    background-color: #202730; /* DEĞİŞTİRİLECEK RENK: Kurumsal mavi veya altın tonu kullanabilirsiniz */
    display: inline-block;
}

/* HERO */
.about-hero{
  background:linear-gradient(135deg,#f8fbff,#ffffff);
}

.hero-image-box img{
  width:100%;
  object-fit:cover;
}
.btn-primary:hover {
	filter: brightness(1.15);
}



/* STATS */
.stat-box{
  background:#fff;
  border-radius:18px;
  padding:35px 20px;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  transition:.3s;
}

.stat-box:hover{
  transform:translateY(-8px);
}

.stat-box h2{
  font-size:38px;
  font-weight:800;
  color:#0d6efd;
}

.stat-box p{
  margin:0;
  color:#666;
}


/* SERVICES */
.about-services-section{
    position:relative;
    padding:110px 0;
    overflow:hidden;
}


.services-bg{
    position:absolute;
    inset:0;
    background:url('../images/microphone-mist-BG.png') center center / cover no-repeat;
    filter:blur(8px);
    transform:scale(1.08);
    z-index:1;
}

/* Hafif beyaz overlay */
.services-bg::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(255,255,255,0.72);
}

/* İçerik öne gelsin */
.about-services-section .container{
    position:relative;
    z-index:5;
}

/* Başlık */
.services-heading{
    max-width:850px;
    margin:auto;
    margin-bottom:55px;
	font-family: 'Nexa', sans-serif;
}

.mini-title{
    color:#2563eb;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
	font-family: 'Nexa', sans-serif;
}


/* Kartlar */
.about-services-section .container {
    max-width: 1100px; /* Kartlar 320px ise, 3 tanesi + boşluklar için 1000px idealdir */
}
.about-services-section .row {
    --bs-gutter-y: 1.5rem; /* Dikeydeki boşluk çoksa burayı 1rem yapabilirsiniz */
}
.service-card{
	max-width: 340px;
    margin: 0 auto 20px;
    background:rgba(255,255,255,.88);
    border-radius:24px;
    padding:37px 20px;
    text-align:center;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s ease;
    backdrop-filter:blur(10px);
	font-family: 'Nexa', sans-serif;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(37,99,235,.14);
}

.icon-circle{
    width:65px;
    height:65px;
    border-radius:50%;
    background:rgb(177, 140, 25, 0.05);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 24px;
}

.icon-circle i{
    font-size:34px;
    color:rgb(177, 140, 25);
}

.service-card h4{
    font-size:1.1rem;
    font-weight:800;
    color:#202730;
    margin-bottom:15px;
    line-height:1.25;
}

.service-card p{
    font-size:14px;
    color:#475569;
    line-height:1.8;
    margin:0;
}

/* Mobil */
@media(max-width:991px){

.services-heading h2{
    font-size:42px;
}

.service-card h4{
    font-size:26px;
}

}

@media(max-width:767px){

.about-services-section{
    padding:80px 0;
}

.services-heading h2{
    font-size:34px;
}

.services-heading p{
    font-size:17px;
}

.service-card{
    padding:32px 24px;
}

.service-card h4{
    font-size:22px;
}

.service-card p{
    font-size:16px;
}

}


/* CTA */
.about-cta{
  background:#202730;
  color:#fff;
}

.about-cta h2{
  font-weight:800;
  font-size:40px;
}
/* =========================
NELER YAPIYORUZ?
========================= */
.feature-item {
    margin-bottom: 100px;
}



.feature-img-wrapper:hover {
    /* Tak diye gitmemesi için mesafeyi 10px gibi küçük bir değerde tutalım */
    transform: translateY(-10px); 
}

.feature-img-wrapper:hover img {
    /* Görsel büyürken de aynı akıcılıkta büyüsün */
    transform: scale(1.02); 
    /* Gölgeyi biraz derinleştirerek yükselme hissini pekiştirelim */
    box-shadow: 0 30px 60px rgba(0,0,0,0.15); 
}
.feature-img-wrapper {
    position: relative;
    display: inline-block; /* Kapsayıcıyı görsel boyutuna sabitler */
    width: 100%;         
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    will-change: transform;
}

.feature-img-wrapper img {
    width: 90%;           /* Görseli %10 oranında büyütür (istediğiniz oranda artırabilirsiniz) */
    height: auto;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   
}

/* Badge'in yerini sabitlemek için */
.brand-badge {
    position: absolute;
    bottom: 20px;   
    right: 20px;    
    z-index: 5;    
    white-space: nowrap; 
	background: #2b5faa;
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
	text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.feature-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    color: #495057;
    font-weight: 500;
	font-size: 0.9rem;
}

.feature-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2b5faa;
    font-weight: 800;
}

.feature-item h3 {
    font-weight: 900;
    color: #202730;
    font-size: 30px;
	font-family: 'Nexa', sans-serif;
}
/* =========================
NEDEN BİZ?
========================= */
.about-values {
    background-color: #f0f3f5;
	margin-bottom: 60px;
	
}

/* İkon Çerçevesi */
.value-icon-circle {
    width: 30px;
    height: 30px;
    background: #2b5faa; /* Kurumsal mavi */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px 0;
    transition: 0.4s;
}

.value-icon-circle img {
    width: 20px;
    filter: brightness(0) invert(1); /* İkonları beyaz yapar */
}

.about-values h4 {
	background-color: #caad54;
	border-radius: 5px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
	padding: 8px;width: 200px;
}
.about-values h4:hover { background-color: #b89528; }
.about-values p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}
.about-values .col-lg-3{
	padding: 40px 10px 20px;
}
/* Hover Efektleri */
 .about-values .col-lg-3:hover {
    transform: translateY(-12px);
    box-shadow: 0 8px 20px rgba(43, 95, 170, 0.2);
    border-color: #2b5faa;
	 background-color: rgba(250, 250, 250, 0.6);;
}

.about-values .col-lg-3:hover .value-icon-circle {
    transform: rotateY(360deg); /* Modern bir dönüş efekti */
}
/* =========================
MARKALAR - DİSTRİBÜTÖRLÜKLER
========================= */
.brand-wall-section {
    /*background: #f8fbff;  Sayfanın geri kalanından ayıran çok hafif mavi zemin */
    padding: 80px 0;
}

.brandw-grid {
    display: flex; /* Flexbox, son satırı ortalamak için grid'den daha esnektir */
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
	align-items: stretch;
}

.brandw-item {
	flex: 0 0 calc(25% - 20px);
    background: rgba(255, 255, 255, 0.7); /* Cam efekti için yarı şeffaf */
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 45px 10px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px); 
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
	min-height: 200px;
	min-width: 300px;
	height: 100%;
	margin: 0;
}

.brandw-item img {
	height: 40px; 
    max-width: 140px;
    object-fit: contain;
    /* filter: grayscale(100%) opacity(0.8);  Başlangıçta prestijli gri görünüm */
    transition: all 0.4s ease;
	margin-bottom: 3px
}
.brandw-content {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 100%;
    gap: 10px; 
}
.brandw-desc {
    font-size: 1rem;
    font-weight: 400;
    color: #4b5258; 
    margin: 0;
    line-height: 1.4;
    transition: all 0.4s ease;
    opacity: 0.8;
	text-align: center;
}
/* Hover Efekti */
.brandw-item:hover {
    background: #fff;
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(43, 95, 170, 0.21); 
    border-color: #dce1e6;
}
.brandw-item:hover .brand-desc {
    color: #202730; /* Hover'da metin koyulaşır */
    opacity: 1;
}
.brandw-item:hover img {
    filter: grayscale(0%) opacity(1); /* Üzerine gelince kendi renklerine döner */
    transform: scale(1.1);
}
/* =========================
   REFERANSLAR
========================= */
.ref-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.ref-card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #f0f0f0;
    transition: 0.3s ease;
}

.ref-logo {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ref-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ref-info h6 {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    color: #0b1d35;
}

.ref-info span {
    font-size: 12px;
    color: #b18c19; /* Altın/Gold tonu prestij vurgusu yapar */
    font-weight: 600;
    text-transform: uppercase;
}

.ref-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-color: #c6ae63;
    transform: translateX(5px); /* Hafifçe sağa kayma modern bir etkidir */
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 700;
    color: #b18c19;
    background: transparent;
    border: 2px solid #b18c19;
    border-radius: 50px; /* Modern, yuvarlak hatlı yapı */
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.btn-ghost i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* Hover Etkisi */
.btn-ghost:hover {
    background-color: #b18c19;
    color: #fff;
    box-shadow: 0 10px 20px rgba(43, 95, 170, 0.2);
    transform: translateY(-3px);
}

.btn-ghost:hover i {
    transform: translateX(5px); /* Ok işareti sağa doğru hafifçe kayar */
}

/* Tıklandığında küçük bir basılma efekti */
.btn-ghost:active {
    transform: translateY(-1px);
}
@media (min-width: 992px) {
    .brandw-item {
        max-width: calc(25% - 20px);
    }
}
@media (max-width: 991px) {
    .brandw-item {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
/* Mobil Düzenleme */
@media (max-width: 768px) {
    .brandw-grid {
        grid-template-columns: repeat(2, 1fr); /* Mobilde yan yana ikişerli */
        gap: 15px;
    }
    .brandw-item {
        padding: 15px;
        flex: 0 0 100%;
			max-width: 90%;
		margin: 0 25px;
    }
	.service-card{
		margin: 0 15px 0 25px;
	}

	.about-title{
	  font-size:38px;
	}

	.section-title{
	  font-size:30px;
	}

	.about-cta h2{
	  font-size:28px;
	}

	.feature-img-wrapper {
		margin:0 0 25px 15px;
	}
	.feature-item h3 {
		font-size: 24px;
	}
	.about-features .ps-lg-5 {
		padding: 0 15px !important;
	}
	.btn-ghost {
		gap: 10px;
		padding: 10px 30px;
		font-size: 14px;
		font-weight: 700;
	
	}

	.about-values h4 {
		margin-bottom: 8px;
		font-size: 15px;
		padding: 4px 8px;
		width: 170px;
	}
	.about-values .col-lg-3{
		padding: 20px 25px 20px;
		margin: 0 15px;
		width: 90%;
	}
	 .about-values .col-lg-3:hover {
		transform: translateY(-12px);
		box-shadow: 0 8px 20px rgba(43, 95, 170, 0.2);
		border-color: #2b5faa;
		 background-color: rgba(250, 250, 250, 0.6);;
	}
	.section-title {
		margin-bottom: 10px;
	}
}