/* GENEL */

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

html{
scroll-behavior:smooth;
}

body{
font-family:'Inter',sans-serif;
overflow-x:hidden;
background:#fff;
width:100%;
max-width:100%;
}

html,
body{
overflow-x:hidden !important;
}

a{
text-decoration:none;
}

img{
max-width:100%;
}

.container{
max-width:1400px;
}

section,
div{
max-width:100%;
}


.section-padding{
padding:120px 0;
}

.section-mini{
color:#ff2434;
font-weight:700;
margin-bottom:18px;
}

.section-title{
font-size:60px;
font-weight:900;
line-height:1.15;
margin-bottom:25px;
color:#08111d;
}

.section-title span{
color:#ff2434;
}

.section-text{
font-size:18px;
line-height:1.9;
color:#666;
}

.row{
margin-left:0;
margin-right:0;
}
/* GENEL */

/* MENÜ */

.navbar-toggler{
width:54px;
height:54px;
border:none;
border-radius:12px;
background:rgba(255,255,255,.08);
backdrop-filter:none;
display:flex;
align-items:center;
justify-content:center;
transition:.35s;
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.navbar-toggler:focus{
box-shadow:none;
}

.navbar-toggler:hover{
background:#e11d2e;
transform:translateY(-2px);
}

.navbar-toggler-icon{
background-size:22px;
}

.header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
padding:22px 0;
backdrop-filter:none;
background:rgba(0,0,0,.95);
border-bottom:1px solid rgba(255,255,255,.05);
}

.navbar-nav .nav-link{
color:#fff;
font-weight:700;
font-size:15px;
margin:0 15px;
position:relative;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover{
color:#ff2434;
}

.navbar-nav .nav-link.active::after{
content:'';
position:absolute;
left:0;
bottom:-4px;
width:100%;
height:1px;
background:#ff2434;
}

.link-anim{
position:relative;
display:inline-block;
color:#d4d4d4;
transition:.3s;
}

.link-anim:hover{
    color:#fff;
    transform:translateX(4px);
}

.link-anim::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-4px;
    width:0;
    height:1px;
    background:#e11d2e;
    transition:.35s ease;
}

.link-anim:hover::after{
    width:100%;
}

.btn-red{
background:#e11d2e;
color:#fff;
padding:15px 30px;
font-weight:700;
border-radius:4px;
display:inline-flex;
align-items:center;
justify-content:center;
transition:.4s;
}

.btn-red:hover{
background:#ff3042;
transform:translateY(-3px);
color:#fff;
}

.btn-outline-custom{
border:1px solid rgba(255,255,255,.3);
color:#fff;
padding:15px 30px;
font-weight:700;
border-radius:4px;
transition:.4s;
}

.btn-outline-custom:hover{
background:#fff;
color:#000;
}

/* MENÜ */

/* SLİDER */

.hero-slider{
overflow:hidden;
}

.hero-slide{
will-change: transform;
min-height:100vh;
display:flex;
align-items:center;
position:relative;
background-size:cover !important;
background-position:center !important;
}

.hero-overlay{
position:absolute;
inset:0;
background:linear-gradient(90deg,rgba(2,13,31,.96) 0%,rgba(2,13,31,.9) 35%,rgba(2,13,31,.3) 100%);
}

.hero-overlay::before{
content:'';
position:absolute;
width:700px;
height:700px;
background:#003cff;
filter:blur(180px);
opacity:.16;
left:-250px;
top:50%;
transform:translateY(-50%);
}

.hero-content{
width:100%;
position:relative;
z-index:5;
}

.mini-title{
color:#ff2434;
font-weight:700;
margin-bottom:25px;
}

.hero h1{
word-break:normal;
overflow-wrap:break-word;
hyphens:none;
max-width:100%;
letter-spacing:-2px;
font-size:82px;
font-weight:900;
line-height:1.08;
color:#fff;
margin-bottom:30px;
}

.hero h1 span{
display:inline;
white-space:normal;
color:#ff2434;
}

.hero-content{
max-width:100%;
overflow:hidden;
}

.hero p{
font-size:20px;
line-height:1.9;
color:#d6d6d6;
max-width:700px;
margin-bottom:40px;
}

.hero-buttons{
display:flex;
gap:20px;
flex-wrap:wrap;
}

/* MENÜ */

/* İSTATİSLİKLER */
.stats{
margin-top:-120px;
position:relative;
z-index:10;
}

.stats-wrap{
border-radius:12px;
overflow:hidden;
backdrop-filter:blur(12px);
background:#061323;
border:1px solid rgba(255,255,255,.06);
}

.stat-box{
padding:45px 30px;
display:flex;
align-items:center;
gap:18px;
border-right:1px solid rgba(255,255,255,.08);
}

.stat-box i{
font-size:45px;
color:#ff2434;
filter:drop-shadow(0 0 0 rgba(0,0,0,0));
}

.stat-box h3{
font-size:42px;
font-weight:800;
color:#fff;
margin-bottom:5px;
}

.stat-box p{
margin:0;
color:#fff;
font-weight:600;
}
/* İSTATİSLİKLER */

/* HAKKIMIZDA */

.about-images{
position:relative;
padding-right:90px;
padding-bottom:80px;
}

.about-images::before{
content:'';
position:absolute;
left:-40px;
top:-40px;
width:220px;
height:220px;
border:12px solid #f1f1f1;
z-index:-1;
}

.about-images::after{
content:'';
position:absolute;
right:40px;
bottom:0;
width:140px;
height:140px;
background:#e11d2e;
opacity:.08;
border-radius:50%;
}

.about-images img{
border-radius:14px;
object-fit:cover;
}

.about-images > img:first-child{
width:82%;
height:620px;
box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.about-small{
max-width:48%;
height:320px;
object-fit:cover;
box-shadow:0 15px 40px rgba(0,0,0,.18);
position:absolute;
top:60px;
right:0;
width:45%;
border:8px solid #fff;
}

.about-card{
box-shadow:0 15px 35px rgba(225,29,46,.25);
position:absolute;
left:-20px;
bottom:30px;
background:#e11d2e;
color:#fff;
padding:30px;
width:180px;
border-radius:10px;
font-size:28px;
font-weight:800;
line-height:1.3;
}

.check-list{
padding:0;
margin-top:30px;
}

.check-list li{
list-style:none;
margin-bottom:15px;
font-weight:500;
}

.check-list i{
color:#ff2434;
margin-right:10px;
}
/* HAKKIMIZDA */

/* ÜRÜNLERİMİZ */
.products{
background:#f5f7fa;
}

.product-card{
background:#fff;
border-radius:14px;
overflow:hidden;
border:1px solid transparent;
height:100%;
}

.product-card:hover{
transform:translateY(-12px);
border-color:#ff2434;
box-shadow:0 12px 30px rgba(0,0,0,.10);
}

.product-image{
position:relative;
overflow:hidden;
}

.product-icon{
position:absolute;
left:25px;
bottom:25px;
width:70px;
height:70px;
border-radius:50%;
background:#e11d2e;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
z-index:5;
box-shadow:0 10px 30px rgba(225,29,46,.35);
}

.product-card img{
height:240px;
width:100%;
object-fit:cover;
transition:1s;
}

.product-card:hover img{
transform:scale(1.08);
}

.product-content{
padding:30px;
}

.product-content h4{
font-weight:800;
margin-bottom:15px;
}

.product-content p{
color:#666;
line-height:1.8;
margin-bottom:20px;
}

.detail-link{
color:#ff2434;
font-weight:700;
}

.product-card,
.btn-red,
.btn-outline-custom,
.footer-social a{
transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
/* ÜRÜNLERİMİZ */

/* NEDEN BİZ */

.why{
position:relative;
background:url('https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?q=80&w=2000&auto=format&fit=crop') center/cover;
}

.why::before{
content:'';
position:absolute;
inset:0;
background:rgba(2,10,25,.9);
}

.why .container{
position:relative;
z-index:5;
}

.why .section-title{
color:#fff;
}

.why-box{
text-align:center;
padding:30px;
height:100%;
border-right:1px solid rgba(255,255,255,.08);
}

.why-box i{
font-size:55px;
color:#ff2434;
margin-bottom:25px;
}

.why-box h4{
color:#fff;
font-weight:700;
margin-bottom:15px;
}

.why-box p{
color:#c9c9c9;
line-height:1.8;
}

/* NEDEN BİZ */

/* TEKLİF ALIN */
.cta-box{
background:#fff;
padding:70px;
border-radius:16px;
box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.cta-box h2{
font-size:56px;
font-weight:900;
}

.cta-box h2 span{
color:#ff2434;
}

.phone{
font-size:32px;
font-weight:800;
}
/* TEKLİF ALIN */

/* FOOTER  */
.footer{
background:#061323;
color:#fff;
padding:90px 0 30px;
}

.footer-col{
padding-left:35px;
border-left:1px solid rgba(255,255,255,.08);
height:100%;
}

.footer-social{
display:flex;
gap:15px;
margin-top:30px;
}

.footer-social a{
width:45px;
height:45px;
border-radius:50%;
border:1px solid rgba(255,255,255,.12);
display:flex;
align-items:center;
justify-content:center;
color:#fff;
transition:.3s;
}

.footer-social a:hover{
background:#e11d2e;
border-color:#e11d2e;
transform:translateY(-4px);
}

.footer h5{
font-weight:800;
margin-bottom:25px;
}

.footer ul{
padding:0;
}

.footer ul li{
list-style:none;
margin-bottom:14px;
}

.footer ul li a,
.footer .d-flex a{
color:#d4d4d4;
position:relative;
transition:.45s cubic-bezier(.19, 1, .22, 1);
}

.footer ul li a:hover,
.footer .d-flex a:hover{
color:#fff;
transform:translateX(4px);
}

.footer ul li a::after,
.footer .d-flex a::after{
content:'';
position:absolute;
left:0;
bottom:-4px;
width:0;
height:1px;
background:#e11d2e;
transition:.45s cubic-bezier(.19, 1, .22, 1);
}

.footer ul li a:hover::after,
.footer .d-flex a:hover::after{
width:100%;
}
 

.footer-bottom{
margin-top:50px;
padding-top:25px;
border-top:1px solid rgba(255,255,255,.08);
}

#menu{
transition:.4s;
}
/* FOOTER  */

/* ILETISIM */

.contact-card,
.contact-info-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    border:1px solid #eee;
}

.contact-head h4,
.contact-info-card h4{
    font-weight:900;
    margin-bottom:5px;
}

.contact-head p,
.contact-info-card p{
    color:#777;
    margin-bottom:25px;
}

/* INPUT DESIGN */
.input-group{
    display:flex;
    align-items:center;
    gap:10px;
    background:#f5f6f8;
    padding:14px 16px;
    border-radius:12px;
    margin-bottom:15px;
    transition:.3s;
}

.input-group i{
    color:#e11d2e;
}

.input-group input,
.input-group textarea{
    border:none;
    outline:none;
    width:100%;
    background:transparent;
    font-size:15px;
}

.input-group:focus-within{
    background:#fff;
    box-shadow:0 0 0 2px rgba(225,29,46,.15);
}

/* BUTTON */
.btn-contact{
    width:100%;
    padding:14px;
    border:none;
    background:#e11d2e;
    color:#fff;
    font-weight:800;
    border-radius:12px;
    transition:.3s;
}

.btn-contact:hover{
    background:#ff3042;
    transform:translateY(-2px);
}

/* INFO BOX */
.info-item{
    display:flex;
    gap:15px;
    padding:15px 0;
    border-bottom:1px solid #eee;
}

.info-item i{
    font-size:20px;
    color:#e11d2e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-item strong{
    display:block;
}

.info-item span{
    color:#777;
    font-size:14px;
}

/* BUTTONS */
.info-buttons{
    display:flex;
    gap:10px;
    margin-top:25px;
}

.btn-whatsapp,
.btn-call{
    flex:1;
    text-align:center;
    padding:12px;
    border-radius:10px;
    font-weight:700;
    color:#fff;
    display:flex;
    justify-content:center;
    gap:8px;
    align-items:center;
    transition: .3s;
}

.btn-whatsapp{
    background:#25D366;
}

.btn-call{
    background:#111;
}

.btn-whatsapp:hover{
    background:#1fb955;
    color:#fff;
    transform:translateY(-2px);
}

.btn-call:hover{
    background:#000;
    color:#fff;
  transform:translateY(-2px);
}

.info-item a{
    color:#777;
    text-decoration:none;
    transition:.3s;
    display:inline-block;
}

.info-item a:hover{
    color:#e11d2e;
    transform:translateX(3px);
}
/* ILETISIM */


/* HIZMETLER */

.services-page{
background:#f7f8fb;
}

.services-top{
max-width:900px;
margin:auto;
}

.service-card{
background:#fff;
border-radius:24px;
overflow:hidden;
height:100%;
transition:.45s cubic-bezier(.17,.67,.32,1.34);
box-shadow:0 15px 50px rgba(0,0,0,.06);
border:1px solid transparent;
}

.service-card:hover{
transform:translateY(-12px);
border-color:#e11d2e;
box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.service-image{
position:relative;
overflow:hidden;
}

.service-image img{
width:100%;
height:280px;
object-fit:cover;
transition:1s;
}

.service-card:hover .service-image img{
transform:scale(1.08);
}

.service-icon{
position:absolute;
left:25px;
bottom:25px;
width:78px;
height:78px;
border-radius:22px;
background:#e11d2e;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
box-shadow:0 15px 40px rgba(225,29,46,.35);
}

.service-content{
padding:35px;
}

.service-content h4{
font-size:28px;
font-weight:900;
margin-bottom:18px;
color:#08111d;
}

.service-content p{
color:#666;
line-height:1.9;
margin-bottom:25px;
}

.service-content ul{
padding:0;
margin:0 0 30px;
}

.service-content ul li{
list-style:none;
display:flex;
align-items:center;
gap:12px;
margin-bottom:14px;
font-weight:600;
color:#08111d;
}

.service-content ul li i{
color:#e11d2e;
font-size:14px;
}

.service-link{
display:inline-flex;
align-items:center;
gap:10px;
font-weight:800;
color:#e11d2e;
transition:.3s;
}

.service-link:hover{
gap:16px;
color:#08111d;
}

@media(max-width:991px){

.service-image img{
height:240px;
}

.service-content{
padding:28px;
text-align:center;
}

.service-content h4{
font-size:24px;
}

.service-content ul li{
justify-content:center;
}

.service-link{
justify-content:center;
width:100%;
}

}

/* HIZMETLER */

/* URUNLER */
* PRODUCTS PAGE */
.products-page{
background:#f5f7fb;
position:relative;
overflow:hidden;
}

.products-page::before{
content:'';
position:absolute;
width:500px;
height:500px;
border-radius:50%;
background:#e11d2e;
opacity:.04;
top:-250px;
right:-250px;
}

.products-top{
max-width:900px;
margin:0 auto 70px;
position:relative;
z-index:2;
}

.products-text{
font-size:18px;
line-height:1.9;
color:#666;
margin-top:25px;
}

/* FILTER */
.product-filter{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:15px;
margin-bottom:60px;
}

.product-filter button{
border:none;
background:#fff;
padding:14px 26px;
border-radius:100px;
font-weight:700;
font-size:14px;
transition:.35s;
color:#08111d;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.product-filter button:hover,
.product-filter button.active{
background:#e11d2e;
color:#fff;
transform:translateY(-3px);
}

/* CARD */
.product-list-card{
background:#fff;
border-radius:24px;
overflow:hidden;
height:100%;
transition:.45s cubic-bezier(.17,.67,.32,1.34);
border:1px solid #ececec;
position:relative;
}

.product-list-card:hover{
transform:translateY(-12px);
box-shadow:0 25px 60px rgba(0,0,0,.12);
border-color:#e11d2e;
}

/* IMAGE */
.product-thumb{
position:relative;
overflow:hidden;
height:300px;
}

.product-thumb img{
width:100%;
height:100%;
object-fit:cover;
transition:1s;
}

.product-list-card:hover .product-thumb img{
transform:scale(1.08);
}

/* OVERLAY */
.product-overlay{
position:absolute;
inset:0;
background:linear-gradient(to top, rgba(2,9,20,.88), transparent);
display:flex;
align-items:flex-end;
padding:30px;
opacity:0;
transition:.4s;
}

.product-list-card:hover .product-overlay{
opacity:1;
}

.product-btn{
background:#e11d2e;
color:#fff;
padding:14px 22px;
border-radius:10px;
font-weight:700;
display:inline-flex;
align-items:center;
gap:10px;
transition:.3s;
}

.product-btn:hover{
background:#ff3042;
color:#fff;
transform:translateY(-3px);
}

/* BADGE */
.product-badge{
position:absolute;
top:20px;
left:20px;
background:#e11d2e;
color:#fff;
padding:10px 16px;
border-radius:100px;
font-size:13px;
font-weight:800;
display:flex;
align-items:center;
gap:8px;
z-index:3;
box-shadow:0 10px 30px rgba(225,29,46,.25);
}

.product-badge.dark{
background:#08111d;
}

/* BODY */
.product-body{
padding:35px;
}

.product-category{
display:inline-flex;
align-items:center;
gap:8px;
font-size:13px;
font-weight:800;
color:#e11d2e;
letter-spacing:.5px;
margin-bottom:18px;
}

.product-body h3{
font-size:28px;
font-weight:900;
line-height:1.3;
margin-bottom:18px;
color:#08111d;
}

.product-body p{
font-size:15px;
line-height:1.9;
color:#666;
margin-bottom:28px;
}

/* BOTTOM */
.product-bottom{
display:flex;
justify-content:space-between;
align-items:center;
padding-top:20px;
border-top:1px solid #eee;
}

.detail-link{
font-weight:800;
color:#08111d;
display:inline-flex;
align-items:center;
gap:10px;
transition:.3s;
}

.detail-link:hover{
color:#e11d2e;
gap:14px;
}

/* MOBILE */
@media(max-width:991px){

.products-top{
margin-bottom:50px;
}

.products-text{
font-size:16px;
}

.product-filter{
justify-content:flex-start;
overflow:auto;
flex-wrap:nowrap;
padding-bottom:10px;
}

.product-filter::-webkit-scrollbar{
height:5px;
}

.product-filter::-webkit-scrollbar-thumb{
background:#ddd;
border-radius:20px;
}

.product-filter button{
white-space:nowrap;
padding:12px 20px;
font-size:13px;
}

.product-thumb{
height:250px;
}

.product-body{
padding:28px;
}

.product-body h3{
font-size:24px;
}

}

/* URUNLER */

/* BREADCUMBS */

section:first-of-type{
margin-top:0;
}

/* breadcrumb alanı */
.breadcrumb-bar{
background:#f8f9fa;
padding:18px 0;
border-bottom:1px solid #eee;
}

.page-header-section{
position:relative;
overflow:hidden;
background:
linear-gradient(90deg, rgba(2,9,20,.95), rgba(2,9,20,.7)),
url('https://images.unsplash.com/photo-1556761175-4b46a572b786?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
padding:180px 0 80px;
}
.breadcrumb-wrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.page-title h1{
    color:#fff;
    font-size:42px;
    font-weight:900;
    margin-bottom:5px;
}

.page-title p{
    color:#cfcfcf;
    margin:0;
}

.breadcrumb-nav{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
}

.breadcrumb-nav a{
    color:#d4d4d4;
    transition:.3s;
    position:relative;
}

.breadcrumb-nav a:hover{
    color:#fff;
}

.breadcrumb-nav a.active{
    color:#ff2434;
}

.breadcrumb-nav span{
    color:#666;
}

/* BREADCUMBS */

/* BELGELER */
.documents-page{
background:#f7f8fb;
}

.documents-top{
max-width:850px;
margin:auto;
}

.document-card{
background:#fff;
border-radius:24px;
overflow:hidden;
cursor:pointer;
transition:.45s cubic-bezier(.17,.67,.32,1.34);
box-shadow:0 15px 50px rgba(0,0,0,.06);
height:100%;
border:1px solid transparent;
}

.document-card:hover{
transform:translateY(-10px);
border-color:#e11d2e;
box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.document-image{
overflow:hidden;
position:relative;
}

.document-image img{
width:100%;
height:340px;
object-fit:cover;
transition:1s;
}

.document-card:hover img{
transform:scale(1.08);
}

.document-content{
padding:25px;
text-align:center;
}

.document-content h4{
font-size:24px;
font-weight:800;
margin-bottom:10px;
color:#08111d;
}

.document-content p{
margin:0;
color:#666;
line-height:1.7;
}

/* MODAL */
.custom-document-modal{
background:transparent;
border:none;
position:relative;
}

.custom-document-modal img{
width:100%;
border-radius:24px;
max-height:90vh;
object-fit:contain;
background:#fff;
}

.modal-close{
position:absolute;
right:-10px;
top:-10px;
background:#fff;
opacity:1;
z-index:10;
width:50px;
height:50px;
border-radius:50%;
box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.modal-backdrop.show{
opacity:.9;
}

@media(max-width:991px){

.document-image img{
height:280px;
}

.document-content h4{
font-size:20px;
}

.modal-close{
right:10px;
top:10px;
}

}

section:first-of-type{
margin-top:0;
}

/* breadcrumb alanı */
.breadcrumb-bar{
background:#f8f9fa;
padding:18px 0;
border-bottom:1px solid #eee;
}
/* BELGELER */


/* TEKLİF AL */
.quote-section{
    background:#f5f7fa;
    position:relative;
    overflow:hidden;
}

.quote-section::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    border-radius:50%;
    background:#e11d2e;
    opacity:.04;
    right:-250px;
    top:-250px;
}

.quote-left{
    position:sticky;
    top:130px;
}

.quote-contact-list{
    margin-top:40px;
    display:flex;
    flex-direction:column;
    gap:20px;
}

.quote-contact-item{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    padding:20px;
    border-radius:18px;
    border:1px solid #eee;
    transition:.3s;
}

.quote-contact-item:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.quote-contact-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    background:#e11d2e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
}

.quote-contact-item strong{
    display:block;
    font-size:17px;
    margin-bottom:4px;
    color:#08111d;
}

.quote-contact-item span{
    color:#666;
}

/* FORM */
.quote-form-wrapper{
    background:#fff;
    padding:50px;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    border:1px solid #eee;
    position:relative;
    z-index:2;
}

.quote-form-head{
    margin-bottom:35px;
}

.quote-form-head h3{
    font-size:36px;
    font-weight:900;
    margin-bottom:10px;
    color:#08111d;
}

.quote-form-head p{
    color:#666;
    margin:0;
}

.form-box label{
    display:block;
    font-weight:700;
    margin-bottom:12px;
    color:#08111d;
}

.form-box input,
.form-box textarea,
.form-box select{
    width:100%;
    border:none;
    background:#f5f7fa;
    border:1px solid transparent;
    border-radius:16px;
    padding:18px 20px;
    font-size:15px;
    transition:.3s;
    outline:none;
}

.form-box textarea{
    resize:none;
}

.form-box input:focus,
.form-box textarea:focus,
.form-box select:focus{
    background:#fff;
    border-color:#e11d2e;
    box-shadow:0 0 0 4px rgba(225,29,46,.08);
}

.quote-btn{
    width:100%;
    border:none;
    justify-content:center;
    gap:12px;
    padding:18px;
    font-size:16px;
    border-radius:16px;
}

/* MOBILE */
@media(max-width:991px){

    .quote-left{
        position:relative;
        top:0;
    }

    .quote-form-wrapper{
        padding:30px 22px;
        border-radius:24px;
    }

    .quote-form-head h3{
        font-size:28px;
    }

    .quote-contact-item{
        padding:18px;
    }

    .quote-contact-icon{
        width:55px;
        height:55px;
        font-size:20px;
    }

}

/* DETAY SAYFASI */

.service-detail-page{
background:#f7f8fb;
}

.service-sidebar{
top:120px;
}

.service-sidebar h4{
font-size:28px;
font-weight:900;
margin-bottom:25px;
color:#08111d;
}

.service-menu{
background:#fff;
border-radius:24px;
padding:20px;
box-shadow:0 15px 50px rgba(0,0,0,.06);
margin-bottom:30px;
}

.service-menu-link{
display:flex;
align-items:center;
justify-content:space-between;
padding:18px 22px;
border-radius:16px;
margin-bottom:10px;
background:#f7f8fb;
color:#08111d;
font-weight:700;
transition:.35s;
}

.service-menu-link:last-child{
margin-bottom:0;
}

.service-menu-link i{
transition:.35s;
}

.service-menu-link:hover,
.service-menu-link.active{
background:#e11d2e;
color:#fff;
transform:translateX(6px);
}

.service-menu-link:hover i,
.service-menu-link.active i{
transform:translateX(5px);
}

.sidebar-contact{
background:#08111d;
padding:40px;
border-radius:24px;
color:#fff;
position:relative;
overflow:hidden;
}

.sidebar-contact::before{
content:'';
position:absolute;
width:250px;
height:250px;
border-radius:50%;
background:#e11d2e;
opacity:.08;
right:-100px;
top:-100px;
}

.sidebar-contact-icon{
width:80px;
height:80px;
border-radius:20px;
background:#e11d2e;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
margin-bottom:25px;
}

.sidebar-contact h5{
font-size:28px;
font-weight:900;
margin-bottom:15px;
}

.sidebar-contact p{
line-height:1.9;
color:#d0d0d0;
margin-bottom:30px;
}

.sidebar-btn{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
padding:16px;
border-radius:14px;
background:#25D366;
color:#fff;
font-weight:800;
transition:.35s;
}

.sidebar-btn:hover{
background:#1db954;
color:#fff;
transform:translateY(-4px);
}

.service-detail-content{
background:#fff;
padding:50px;
border-radius:28px;
box-shadow:0 15px 50px rgba(0,0,0,.06);
}

.service-banner{
width:100%;
height:420px;
object-fit:cover;
border-radius:24px;
margin-bottom:35px;
}

.service-mini{
display:inline-block;
padding:10px 18px;
background:#ffe8eb;
color:#e11d2e;
border-radius:50px;
font-size:13px;
font-weight:800;
letter-spacing:1px;
margin-bottom:20px;
}

.service-detail-content h1{
font-size:54px;
font-weight:900;
line-height:1.1;
margin-bottom:25px;
color:#08111d;
}

.service-detail-content h3{
font-size:34px;
font-weight:900;
margin-top:40px;
margin-bottom:20px;
color:#08111d;
}

.service-detail-content p{
font-size:17px;
line-height:1.95;
color:#666;
margin-bottom:20px;
}

.detail-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin:40px 0;
}

.detail-feature{
display:flex;
align-items:center;
gap:12px;
padding:18px;
border-radius:16px;
background:#f7f8fb;
font-weight:700;
color:#08111d;
}

.detail-feature i{
color:#e11d2e;
}

.detail-gallery{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
margin:40px 0;
}

.detail-gallery img{
width:100%;
height:260px;
object-fit:cover;
border-radius:20px;
transition:.5s;
}

.detail-gallery img:hover{
transform:scale(1.03);
}

.service-buttons{
display:flex;
gap:15px;
margin-top:40px;
flex-wrap:wrap;
}

.btn-dark-service{
background:#08111d;
color:#fff;
padding:16px 28px;
border-radius:14px;
font-weight:800;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
transition:.35s;
}

.btn-dark-service:hover{
background:#000;
color:#fff;
transform:translateY(-4px);
}

@media(max-width:991px){

.service-detail-content{
padding:30px;
}

.service-detail-content h1{
font-size:38px;
}

.service-detail-content h3{
font-size:28px;
}

.service-banner{
height:260px;
}

.detail-features{
grid-template-columns:1fr;
}

.detail-gallery{
grid-template-columns:1fr;
}

.service-buttons{
flex-direction:column;
}

.service-sidebar{
position:relative !important;
top:0;
}

}

/* DETAY SAYFASI */

/* URUN DETAY */

.product-detail-section{
background:#fff;
}

.product-slider{
position:relative;
border-radius:24px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.product-slider img{
height:620px;
object-fit:cover;
}

.product-slider .carousel-control-prev,
.product-slider .carousel-control-next{
width:60px;
height:60px;
background:rgba(0,0,0,.45);
top:50%;
transform:translateY(-50%);
border-radius:50%;
opacity:1;
margin:0 20px;
}

.product-slider .carousel-control-prev span,
.product-slider .carousel-control-next span{
color:#fff;
font-size:20px;
}

.product-thumbs{
display:flex;
gap:15px;
margin-top:20px;
}

.product-thumbs button{
border:none;
padding:0;
background:none;
width:120px;
height:90px;
border-radius:14px;
overflow:hidden;
opacity:.5;
transition:.3s;
border:2px solid transparent;
}

.product-thumbs button.active,
.product-thumbs button:hover{
opacity:1;
border-color:#e11d2e;
}

.product-thumbs img{
width:100%;
height:100%;
object-fit:cover;
}

.product-detail-content{
padding-left:20px;
}

.product-mini{
display:inline-block;
padding:10px 18px;
border-radius:50px;
background:#ffe8eb;
color:#e11d2e;
font-weight:800;
font-size:13px;
letter-spacing:1px;
margin-bottom:25px;
}

.product-detail-content h1{
font-size:58px;
font-weight:900;
line-height:1.1;
margin-bottom:20px;
color:#08111d;
}

.product-code{
font-size:16px;
font-weight:700;
margin-bottom:30px;
color:#555;
}

.product-code span{
color:#e11d2e;
}

.product-desc{
font-size:17px;
line-height:1.95;
color:#666;
margin-bottom:20px;
}

.product-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-top:35px;
margin-bottom:40px;
}

.feature-item{
display:flex;
align-items:center;
gap:12px;
padding:18px;
border-radius:14px;
background:#f7f8fa;
font-weight:700;
color:#08111d;
transition:.3s;
}

.feature-item:hover{
transform:translateY(-4px);
background:#fff;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.feature-item i{
color:#e11d2e;
font-size:18px;
}

.product-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn-whatsapp-product,
.btn-contact-product{
flex:1;
min-width:240px;
padding:18px 24px;
border-radius:14px;
font-weight:800;
display:flex;
align-items:center;
justify-content:center;
gap:12px;
transition:.35s;
}

.btn-whatsapp-product{
background:#25D366;
color:#fff;
}

.btn-whatsapp-product:hover{
background:#1db954;
color:#fff;
transform:translateY(-4px);
}

.btn-contact-product{
background:#08111d;
color:#fff;
}

.btn-contact-product:hover{
background:#000;
color:#fff;
transform:translateY(-4px);
}

@media(max-width:991px){

.product-slider img{
height:420px;
}

.product-detail-content{
padding-left:0;
}

.product-detail-content h1{
font-size:38px;
}

.product-features{
grid-template-columns:1fr;
}

.product-buttons{
flex-direction:column;
}

.product-thumbs{
justify-content:center;
}

.product-thumbs button{
width:90px;
height:70px;
}

}

/* URUN DETAY */


/* MOBİL AYARLAR */

@media(max-width:1199px){

#menu{
background:#061323;
padding:25px;
border-radius:14px;
margin-top:20px;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 20px 50px rgba(0,0,0,.35);
}

.navbar-nav{
gap:8px;
}

.navbar-nav .nav-link{
padding:14px 18px;
border-radius:8px;
margin:0;
background:rgba(255,255,255,.03);
width:100%;
}

.navbar-nav .nav-link.active::after{
display:none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
background:#e11d2e;
color:#fff;
}

}

@media(max-width:991px){


body{
overflow-x:hidden;
}

.container{
padding-left:20px;
padding-right:20px;
}

.header{
padding:16px 0;
background:rgba(2,9,20,.78);
}

.navbar-brand img{
height:52px;
}

.carousel-control-prev,
.carousel-control-next{
display:none;
}

    .product-card:hover {
        transform:none;
    }


.hero-slide{
border-bottom-left-radius:28px;
border-bottom-right-radius:28px;
overflow:hidden;
}

.hero-content{
text-align:center;
}

.mini-title{
font-size:14px;
letter-spacing:1px;
}

.hero h1{
font-size:34px;
line-height:1.2;
word-break:normal;
letter-spacing:-1px;
}

.hero p{
max-width:100%;
word-break:normal;
line-height:1.8;
}

.stats-wrap{
border-radius:22px;
margin-top:-40px;
position:relative;
z-index:20;
box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.stat-box{
justify-content:center;
text-align:center;
flex-direction:column;
gap:10px;
}

.section-padding{
padding:85px 0;
}

.section-mini{
font-size:14px;
letter-spacing:1px;
}

.section-title{
font-size:34px;
line-height:1.25;
text-align:center;
}

.section-text{
font-size:16px;
text-align:center;
}

.about-card{
left:15px;
bottom:15px;
}

.check-list li{
font-size:15px;
}

.check-list{
padding-left:5px;
}

.product-card{
border-radius:20px;
}

.product-card img{
height:260px;
}

.product-content{
padding:25px;
text-align:center;
}

.product-icon{
width:60px;
height:60px;
font-size:22px;
}

.why-box{
padding:35px 20px;
background:rgba(255,255,255,.03);
border-radius:16px;
margin-bottom:12px;
}

.cta-box{
border-radius:24px;
}

.footer{
padding-top:70px;
}

.footer-col{
border:none;
padding-left:0;
padding-top:25px;
border-top:1px solid rgba(255,255,255,.08);
}

.footer-social{
justify-content:center;
}

.footer-bottom{
text-align:center;
}


.hero-slide{
min-height:auto;
padding:180px 0 120px;
will-change:auto;
}

.hero h1{
font-size:44px;
line-height:1.15;
}

.hero p{
font-size:17px;
}

.hero-buttons{
flex-direction:column;
}

.btn-red,
.btn-outline-custom{
width:100%;
text-align:center;
}

.stats{
margin-top:0;
}

.stat-box{
border:none;
padding:30px 20px;
}

.section-title{
font-size:38px;
}

.about-images{
padding-right:0;
padding-bottom:50px;
margin-bottom:50px;
}

.about-images > img:first-child{
width:100%;
height:420px;
}

.about-images::before{
display:none;
}

.about-images::after{
right:-30px;
width:100px;
height:100px;
}

.about-small{
width:48%;
}

.about-card{
width:140px;
font-size:22px;
left:0;
}

.why-box{
border:none;
}

.cta-box{
padding:40px 30px;
text-align:center;
}

.cta-box h2{
font-size:34px;
}

.phone{
font-size:24px;
}

.footer{
text-align:center;
}

}
