

:root{--primary:#12345b;--gold:#d4af37;--light:#f7f9fc;--text:#222;}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Segoe UI,Arial,sans-serif;background:var(--light);color:var(--text)}
header{
margin:0;
padding:0;
}
nav a{text-decoration:none;color:#12345b;margin-left:18px;font-weight:600}
.hero{padding:120px 6%;background:linear-gradient(135deg,#12345b,#1f4f8a);color:#fff;text-align:center}
.hero h1{font-size:58px}
.btn{display:inline-block;margin-top:20px;background:#d4af37;color:#000;padding:14px 26px;border-radius:8px;text-decoration:none}
.section{padding:70px 6%}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}
.card{background:#fff;padding:24px;border-radius:14px;box-shadow:0 4px 15px rgba(0,0,0,.08)}
footer{background:#12345b;color:#fff;padding:40px;text-align:center}
.about-v11{
padding:60px 8% 100px;
background:#f7f8fb;
}
.about-v11{
background:#f8fafc;
margin-top:0;
}
.about-top{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.mini-title{
color:#d4af37;
font-weight:700;
letter-spacing:2px;
}

.about-left h1{
font-size:56px;
line-height:1.1;
margin:20px 0;
color:#12345b;
}

.about-left h1 span{
color:#d4af37;
}

.about-left p{
font-size:18px;
line-height:1.9;
margin-bottom:20px;
}

.about-right img{
width:100%;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.vision-section{
padding:80px 8%;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.vision-card{
background:white;
padding:30px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.3s;
}

.vision-card:hover{
transform:translateY(-10px);
}
footer{
background:#12345b;
color:#fff;
padding:40px;
text-align:center;
}

/* BURADAN SONRA YAPIŞTIR */

.vision-card{
background:white;
padding:30px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.4s;
}

.vision-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 40px rgba(18,52,91,.15);
}

.about-left h1{
animation:fadeUp 1s ease;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

.about-right{
overflow:hidden;
border-radius:20px;
}

.about-right img{
transition:.6s;
}

.about-right:hover img{
transform:scale(1.05);
}
.cta-section{
padding:100px 8%;
text-align:center;
background:linear-gradient(
135deg,
#12345b,
#1f4f8a
);
color:white;
position:relative;
overflow:hidden;
}

.cta-section::before{
content:"";
position:absolute;
width:400px;
height:400px;
background:rgba(255,255,255,.08);
border-radius:50%;
top:-150px;
right:-150px;
}

.cta-section::after{
content:"";
position:absolute;
width:300px;
height:300px;
background:rgba(212,175,55,.15);
border-radius:50%;
bottom:-100px;
left:-100px;
}

.cta-section h2{
font-size:42px;
margin-bottom:25px;
position:relative;
z-index:2;
}

.cta-section p{
max-width:800px;
margin:auto;
line-height:1.8;
font-size:18px;
position:relative;
z-index:2;
}

.cta-buttons{
margin-top:40px;
position:relative;
z-index:2;
}

.cta-btn{
display:inline-block;
padding:15px 35px;
margin:10px;
border-radius:12px;
background:white;
color:#12345b;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.cta-btn:hover{
transform:translateY(-5px);
}

.whatsapp-btn{
background:#25D366;
color:white;
}
.stats-section{
padding:80px 6%;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
background:white;
}

.stat-card{
background:white;
padding:30px;
border-radius:15px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

.stat-card:hover{
transform:translateY(-10px);
}

.stat-card h2{
font-size:42px;
color:#d4af37;
}

.why-us{
padding:100px 6%;
background:#f8fafc;
}

.why-us h2{
text-align:center;
margin-bottom:50px;
color:#12345b;
}

.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.why-card{
background:white;
padding:25px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
font-weight:600;
transition:.3s;
}

.why-card:hover{
transform:translateY(-10px);
}

.home-cta{
padding:100px 6%;
text-align:center;
background:linear-gradient(
135deg,
#0f2747,
#12345b,
#1f4f8a
);
color:white;
border-radius:30px;
margin:80px 0;
position:relative;
overflow:hidden;
}

.home-cta h2{
font-size:46px;
margin-bottom:20px;
color:#ffffff;
font-weight:700;

}


.home-cta p{
max-width:700px;
margin:auto;
margin-bottom:35px;
line-height:1.8;
}
.hero{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:50px;
padding:100px 6%;
}

.hero-right img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,.15);
}
.service-banner{
margin-bottom:40px;
}

.service-banner{
margin-bottom:60px;
}

.service-banner img{
width:100%;
height:500px;
object-fit:cover;
border-radius:25px;
box-shadow:0 20px 60px rgba(0,0,0,.18);
display:block;
}
.card{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
text-align:center;
}

.card:hover{
transform:translateY(-12px);
box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.card-icon{
font-size:55px;
margin-bottom:20px;
}

.card h3{
color:#12345b;
margin-bottom:15px;
}

.card p{
line-height:1.8;
color:#666;
}
.testimonials{
padding:100px 6%;
background:#f8fafc;
text-align:center;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:25px;
margin-top:40px;
}

.testimonial-box{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
}

.testimonial-box:hover{
transform:translateY(-10px);
box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.testimonial-box p{
line-height:1.8;
margin:15px 0;
color:#555;
}

.testimonial-box strong{
color:#12345b;
}
.home-cta::before{
content:"";
position:absolute;
width:300px;
height:300px;
background:rgba(255,255,255,.05);
border-radius:50%;
top:-100px;
right:-100px;
}

.home-cta::after{
content:"";
position:absolute;
width:250px;
height:250px;
background:rgba(212,175,55,.10);
border-radius:50%;
bottom:-80px;
left:-80px;
}
.home-cta .btn{
background:#d4af37;
color:#12345b;
font-weight:700;
padding:15px 35px;
border-radius:12px;
margin:10px;
display:inline-block;
transition:.3s;
}

.home-cta .btn:hover{
transform:translateY(-5px);
box-shadow:0 15px 30px rgba(0,0,0,.15);
}

.home-cta .btn:hover{
transform:translateY(-5px);
box-shadow:0 15px 30px rgba(0,0,0,.15);
}
/* NAVBAR V11 */

.navbar{
height:90px;
background:#fff;
display:flex;
align-items:center;
justify-content:space-between;
padding:0 6%;
position:sticky;
top:0;
z-index:1000;
box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.logo{
display:flex;
align-items:center;
gap:15px;
height:90px;
}

.logo-icon{
font-size:30px;
color:#d4af37;
}

.logo h2{
margin:0;
font-size:20px;
color:#12345b;
line-height:1;
}

.logo small{
display:block;
margin-top:4px;
color:#666;
}

.navbar nav{
display:flex;
gap:25px;
}

.navbar nav a{
text-decoration:none;
font-weight:600;
color:#12345b;
transition:.3s;
}

.navbar nav a:hover{
color:#d4af37;
}

.call-btn{
background:#d4af37;
color:#12345b;
padding:12px 22px;
border-radius:12px;
text-decoration:none;
font-weight:700;
}

.call-btn:hover{
opacity:.9;
}

/* buradan asağısı hizmetler icin kulllanıldi*/

.page-banner{
background:linear-gradient(135deg,#12345b,#1f4f8a);
color:white;
padding:140px 6%;
text-align:center;
}

.page-banner h1{
font-size:56px;
margin-bottom:15px;
}

.services-v11{
padding:80px 6%;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
}

.service-card{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-icon{
font-size:55px;
margin-bottom:20px;
}

.service-card h3{
color:#12345b;
margin-bottom:15px;
}

.service-card ul{
margin-top:20px;
padding-left:20px;
}

.service-card li{
margin-bottom:10px;
}

.service-cta{
padding:100px 6%;
text-align:center;
background:#12345b;
color:white;
}
/*projeler*/
.projects-v11{
padding:80px 6%;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(400px,1fr));
gap:30px;
align-items:stretch;
}

.project-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.project-card:hover{
transform:translateY(-10px);
}

.project-card img{
width:100%;
height:240px;
object-fit:cover;
display:block;
}

.project-content{
padding:25px;
}

.project-content span{
color:#d4af37;
font-weight:700;
}

.project-content h3{
margin:10px 0;
color:#12345b;
}
@media(max-width:900px){

    .projects-v11{
        grid-template-columns:1fr;
    }

}
.projects-v11{
padding:80px 6%;
display:grid;
grid-template-columns:1fr;
gap:40px;
max-width:1400px;
margin:auto;
}
.footer-content{
width:100%;
max-width:1400px;
margin:0 auto;
}

.footer-content{
max-width:1400px;
margin:auto;
padding:60px 6%;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:40px;
}

.footer-box h3{
margin-bottom:15px;
color:#d4af37;
}

.footer-box p{
line-height:1.8;
color:#ddd;
}

.footer-bottom{
text-align:center;
padding:20px;
border-top:1px solid rgba(255,255,255,.1);
color:#bbb;
}
.project-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
width:100%;
max-width:700px;
margin:auto;
}

.project-card:hover{
transform:translateY(-10px);
}

.project-card img{
width:100%;
height:300px;
object-fit:cover;
display:block;
border-radius:20px 20px 0 0;
}
.contact-section{
padding:80px 6%;
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

.contact-info,
.contact-form{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.info-box{
margin-bottom:25px;
}

.contact-form form{
display:flex;
flex-direction:column;
gap:15px;
}

.contact-form input,
.contact-form textarea{
padding:15px;
border:1px solid #ddd;
border-radius:10px;
font-size:16px;
}

.contact-form textarea{
height:150px;
resize:none;
}

@media(max-width:900px){
.contact-section{
grid-template-columns:1fr;
}
}
@media (max-width: 768px){

.navbar{
flex-direction:column;
height:auto;
padding:15px;
}

.logo{
justify-content:center;
text-align:center;
margin-bottom:15px;
}

.logo h2{
font-size:16px;
}

.logo small{
font-size:11px;
}

.navbar nav{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:10px;
}

.navbar nav a{
margin:0;
font-size:15px;
}

.call-btn{
margin-top:15px;
}

.hero{
grid-template-columns:1fr;
text-align:center;
padding:60px 5%;
}

.hero h1{
font-size:52px;
}

.hero-right img{
max-width:250px;
margin:auto;
display:block;
}

}
@media (max-width: 768px){

.header{
    flex-direction:column;
    padding:15px;
}

.logo{
    width:100%;
    justify-content:center;
    text-align:center;
}

.navbar nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    width:100%;
}

.navbar nav a{
    font-size:14px;
    padding:5px;
}

.call-btn{
    margin-top:10px;
}

.hero{
    grid-template-columns:1fr;
    text-align:center;
}

.hero-right{
    margin-top:20px;
}

.hero-right img{
    max-width:220px;
}
}
