/* =====================================================
GAZIANTEP YÜN ALIMI
===================================================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;
font-size:16px;
line-height:1.7;
background:#f7f5f2;
color:#444;
overflow-x:hidden;

}

img{

max-width:100%;
display:block;

}

a{

text-decoration:none;
transition:.3s;

}

ul{

list-style:none;

}

.container{

width:92%;
max-width:1280px;
margin:auto;

}


/* ==============================
HEADER
================================ */

header{

position:fixed;
top:0;
left:0;
width:100%;
z-index:999;

background:rgba(255,255,255,.92);

backdrop-filter:blur(14px);

box-shadow:0 5px 25px rgba(0,0,0,.08);

}

header .container{

display:flex;

align-items:center;

justify-content:space-between;

height:90px;

}

.logo img{

height:70px;

}

nav ul{

display:flex;

gap:38px;

}

nav ul li a{

font-weight:600;

color:#444;

font-size:15px;

}

nav ul li a:hover{

color:#b07a3b;

}

.mobile-btn{

display:none;

font-size:28px;

cursor:pointer;

}


/* ==============================
HERO
================================ */

.hero{

position:relative;

height:100vh;

display:flex;

align-items:center;

justify-content:center;

overflow:hidden;

}

.hero-bg{

position:absolute;

width:100%;

height:100%;

object-fit:cover;

}

.overlay{

position:absolute;

width:100%;

height:100%;

background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55));

}

.hero-content{

position:relative;

z-index:5;

text-align:center;

color:white;

width:900px;

max-width:95%;

}

.hero-content h1{

font-size:62px;

font-weight:800;

margin-bottom:25px;

line-height:1.2;

}

.hero-content p{

font-size:22px;

opacity:.95;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.btn1,
.btn2{

padding:17px 40px;

border-radius:60px;

font-weight:700;

font-size:16px;

display:inline-flex;

align-items:center;

gap:12px;

}

.btn1{

background:#b07a3b;

color:#fff;

}

.btn1:hover{

background:#8d5d28;

transform:translateY(-4px);

}

.btn2{

background:#25D366;

color:white;

}

.btn2:hover{

transform:translateY(-4px);

}


/* ==============================
KARTLAR
================================ */

.mini-info{

padding:90px 0;

background:white;

}

.mini-info .container{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.info-box{

background:white;

padding:40px;

text-align:center;

border-radius:16px;

box-shadow:0 15px 40px rgba(0,0,0,.07);

transition:.35s;

}

.info-box:hover{

transform:translateY(-10px);

}

.info-box i{

font-size:45px;

color:#b07a3b;

margin-bottom:20px;

}

.info-box h3{

margin-bottom:12px;

font-size:22px;

}

.info-box p{

font-size:15px;

color:#666;

}


/* ==============================
BAŞLIKLAR
================================ */

.section-title{

text-align:center;

margin-bottom:70px;

}

.section-title span{

color:#b07a3b;

font-weight:700;

text-transform:uppercase;

letter-spacing:2px;

}

.section-title h2{

font-size:42px;

margin-top:12px;

margin-bottom:18px;

color:#222;

}

.section-title p{

max-width:760px;

margin:auto;

color:#666;

}
/*====================================
HAKKIMIZDA
====================================*/

.about{

padding:120px 0;

background:#f7f5f2;

}

.about .container{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.about-left img{

width:100%;

border-radius:20px;

box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.section-mini{

display:inline-block;

padding:8px 18px;

background:#e8d5b5;

color:#8d5d28;

border-radius:30px;

font-weight:600;

margin-bottom:20px;

}

.about-right h2{

font-size:42px;

margin-bottom:25px;

color:#222;

line-height:1.3;

}

.about-right p{

margin-bottom:20px;

font-size:17px;

color:#666;

}

.about-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:35px 0;

}

.about-list div{

display:flex;

align-items:center;

gap:12px;

font-weight:600;

}

.about-list i{

color:#2e8b57;

font-size:20px;

}

.about-btn{

display:inline-flex;

align-items:center;

gap:12px;

background:#25D366;

color:#fff;

padding:18px 38px;

border-radius:60px;

font-weight:600;

box-shadow:0 10px 25px rgba(37,211,102,.35);

}

.about-btn:hover{

transform:translateY(-4px);

}




/*====================================
SAYAÇLAR
====================================*/

.counter{

padding:90px 0;

background:#b07a3b;

color:white;

}

.counter .container{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:35px;

text-align:center;

}

.counter-box{

padding:20px;

}

.counter-box h3{

font-size:52px;

margin-bottom:10px;

font-weight:800;

}

.counter-box p{

font-size:18px;

opacity:.95;

}




/*====================================
HİZMETLER
====================================*/

.services{

padding:120px 0;

background:white;

}

.service-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.service-card{

background:white;

padding:40px;

border-radius:20px;

box-shadow:0 18px 45px rgba(0,0,0,.08);

transition:.35s;

text-align:center;

}

.service-card:hover{

transform:translateY(-12px);

}

.service-card i{

font-size:55px;

color:#b07a3b;

margin-bottom:25px;

}

.service-card h3{

font-size:24px;

margin-bottom:15px;

}

.service-card p{

color:#666;

}




/*====================================
NEDEN BİZ
====================================*/

.why-us{

padding:120px 0;

background:#f5f5f5;

}

.why-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.why-card{

background:white;

padding:40px 30px;

border-radius:18px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

}

.why-card:hover{

transform:translateY(-10px);

}

.why-card .icon{

width:90px;

height:90px;

margin:auto;

background:#b07a3b;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.why-card .icon i{

font-size:34px;

color:white;

}

.why-card h3{

margin-bottom:15px;

font-size:23px;

}

.why-card p{

color:#666;

}
/*====================================
ÇALIŞMA SÜRECİ
====================================*/

.process{

padding:120px 0;

background:white;

}

.process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:35px;

margin-top:60px;

}

.step{

background:#fafafa;

padding:45px 30px;

border-radius:18px;

text-align:center;

position:relative;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.06);

}

.step:hover{

transform:translateY(-10px);

background:#fff;

}

.number{

width:70px;

height:70px;

border-radius:50%;

background:#b07a3b;

color:white;

font-size:28px;

font-weight:700;

display:flex;

align-items:center;

justify-content:center;

margin:0 auto 25px;

}

.step h3{

font-size:24px;

margin-bottom:15px;

color:#222;

}

.step p{

color:#666;

font-size:15px;

}




/*====================================
İLÇELER
====================================*/

.districts{

padding:120px 0;

background:#f8f8f8;

}

.district-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

margin-top:50px;

}

.district-grid span{

background:white;

padding:18px;

text-align:center;

font-weight:600;

border-radius:10px;

box-shadow:0 8px 25px rgba(0,0,0,.06);

transition:.3s;

}

.district-grid span:hover{

background:#b07a3b;

color:white;

transform:translateY(-6px);

}




/*====================================
MÜŞTERİ YORUMLARI
====================================*/

.testimonial{

padding:120px 0;

background:white;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.testimonial-card{

padding:40px;

background:#fff;

border-radius:20px;

box-shadow:0 15px 45px rgba(0,0,0,.08);

transition:.35s;

font-size:18px;

}

.testimonial-card:hover{

transform:translateY(-8px);

}

.testimonial-card p{

margin:25px 0;

color:#666;

}

.testimonial-card h4{

color:#b07a3b;

font-size:18px;

}




/*====================================
FAQ
====================================*/

.faq{

padding:120px 0;

background:#f5f5f5;

}

.accordion{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

max-width:1200px;

margin:auto;

}

.accordion-item{
height:fit-content;
background:white;

border-radius:14px;

margin-bottom:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.accordion-header{

width:100%;

padding:25px;

border:none;

background:white;

display:flex;

justify-content:space-between;

align-items:center;

font-size:18px;

font-weight:600;

cursor:pointer;

}

.accordion-body{

display:none;

padding:0 25px 25px;

color:#666;

line-height:1.8;

}




/*====================================
HARİTA
====================================*/

.map{

padding:120px 0;

background:white;

}

.map iframe{

width:100%;

height:500px;

border:none;

border-radius:18px;

box-shadow:0 15px 45px rgba(0,0,0,.08);

}




/*====================================
İLETİŞİM
====================================*/

.contact{

padding:120px 0;

background:#b07a3b;

}

.contact-box{

background:white;

padding:70px;

border-radius:25px;

display:flex;

justify-content:space-between;

align-items:center;

gap:60px;

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.contact-left span{

color:#b07a3b;

font-weight:700;

text-transform:uppercase;

}

.contact-left h2{

font-size:42px;

margin:20px 0;

color:#222;

}

.contact-left p{

font-size:17px;

color:#666;

}

.contact-right{

display:flex;

flex-direction:column;

gap:20px;

}

.phone-btn,
.wp-btn{

padding:18px 35px;

border-radius:60px;

font-size:18px;

font-weight:600;

display:flex;

align-items:center;

gap:12px;

justify-content:center;

}

.phone-btn{

background:#b07a3b;

color:white;

}

.wp-btn{

background:#25D366;

color:white;

}

.phone-btn:hover,
.wp-btn:hover{

transform:translateY(-5px);

}
/*====================================
FOOTER
====================================*/

footer{

background:#1f1f1f;

color:#ddd;

padding:90px 0 30px;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:60px;

}

.footer-logo{

height:125px;

margin-bottom:25px;

}

footer h3{

color:#fff;

margin-bottom:20px;

font-size:22px;

}

footer p{

color:#bfbfbf;

line-height:1.8;

margin-bottom:15px;

}

footer ul li{

margin-bottom:12px;

}

footer ul li a{

color:#bfbfbf;

transition:.3s;

}

footer ul li a:hover{

color:#b07a3b;

padding-left:6px;

}

footer i{

margin-right:10px;

color:#b07a3b;

}

.copyright{

margin-top:60px;

padding-top:25px;

border-top:1px solid rgba(255,255,255,.08);

text-align:center;

color:#9f9f9f;

font-size:15px;

}



/*====================================
SABİT WHATSAPP
====================================*/

.fixed-whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:65px;

height:65px;

border-radius:50%;

background:#25D366;

display:flex;

align-items:center;

justify-content:center;

color:white;

font-size:30px;

box-shadow:0 12px 30px rgba(37,211,102,.45);

z-index:9999;

transition:.3s;

}

.fixed-whatsapp:hover{

transform:scale(1.12);

}




/*====================================
SABİT TELEFON
====================================*/

.fixed-phone{

position:fixed;

left:25px;

bottom:25px;

width:65px;

height:65px;

border-radius:50%;

background:#b07a3b;

display:flex;

align-items:center;

justify-content:center;

color:white;

font-size:28px;

box-shadow:0 12px 30px rgba(176,122,59,.40);

z-index:9999;

transition:.3s;

}

.fixed-phone:hover{

transform:scale(1.12);

}




/*====================================
GENEL HOVER
====================================*/

.info-box,
.service-card,
.why-card,
.step,
.testimonial-card{

transition:.35s ease;

}

.info-box:hover,
.service-card:hover,
.why-card:hover,
.step:hover,
.testimonial-card:hover{

box-shadow:0 22px 60px rgba(0,0,0,.14);

}



/*====================================
RESPONSIVE
====================================*/

@media(max-width:1100px){

.about .container{

grid-template-columns:1fr;

}

.service-grid{

grid-template-columns:repeat(2,1fr);

}

.why-grid{

grid-template-columns:repeat(2,1fr);

}

.process-grid{

grid-template-columns:repeat(2,1fr);

}

.testimonial-grid{

grid-template-columns:1fr;

}

.footer-grid{

grid-template-columns:1fr;

}

.contact-box{

flex-direction:column;

text-align:center;

}

}

@media(max-width:768px){

header .container{

height:75px;

}

.logo img{

height:55px;

}

nav{

display:none;

}

.mobile-btn{

display:block;

}

.hero{

height:90vh;

}

.hero-content h1{

font-size:38px;

}

.hero-content p{

font-size:18px;

}

.hero-buttons{

flex-direction:column;

}

.mini-info .container{

grid-template-columns:1fr;

}

.about-list{

grid-template-columns:1fr;

}

.counter .container{

grid-template-columns:repeat(2,1fr);

}

.service-grid{

grid-template-columns:1fr;

}

.why-grid{

grid-template-columns:1fr;

}

.process-grid{

grid-template-columns:1fr;

}

.district-grid{

grid-template-columns:repeat(2,1fr);

}

.contact-box{

padding:35px;

}

.contact-left h2{

font-size:30px;

}

.fixed-phone,
.fixed-whatsapp{

width:58px;

height:58px;

font-size:24px;

}
.accordion{
display:grid;
grid-template-columns:1fr;
gap:20px;
}

.fixed-phone,
.fixed-whatsapp{

width:58px;
height:58px;
font-size:24px;

}

}
}

@media(max-width:480px){

.hero-content h1{

font-size:30px;

}

.hero-content p{

font-size:16px;

}

.section-title h2{

font-size:30px;

}

.counter-box h3{

font-size:36px;

}

.about-right h2{

font-size:30px;

}
.mobile-btn{
    display:none;
    font-size:28px;
    cursor:pointer;
}

@media (max-width:768px){

.mobile-btn{
    display:block;
}

nav{
    display:none;
    position:absolute;
    top:90px;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    z-index:999;
}

nav.active{
    display:block;
}

nav ul{
    display:flex;
    flex-direction:column;
    padding:20px;
}

nav ul li{
    margin:15px 0;
    text-align:center;
}

}
}