:root{
    --navy:#14263b;
    --orange:#e08a20;
    --light:#f6f7f8;
    --text:#222;
    --muted:#66707a
}

*{
    box-sizing:border-box
}

html{
    scroll-behavior:smooth
}

body{
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    color:var(--text);
    background:#fff;
    overflow-x:hidden
}

a{
    text-decoration:none;
    color:inherit
}

.container{
    width:min(1180px,92%);
    margin:auto
}


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

.header{
    position:sticky;
    top:0;
    z-index:1000;
    background:#fff;
    box-shadow:0 2px 14px rgba(0,0,0,.12)
}

.nav{
    height:82px;
    display:flex;
    align-items:center;
    justify-content:space-between
}

.logo{
    font-size:27px;
    font-weight:800;
    color:var(--navy)
}

.logo span{
    color:var(--orange)
}

.logo img{
    height:52px;
    width:auto;
    max-width:220px;
    object-fit:contain;
    display:block
}


/* =========================================================
   MENU
========================================================= */

.menu{
    display:flex;
    align-items:center;
    list-style:none;
    margin:0;
    padding:0
}

.menu>li{
    position:relative
}

.menu>li>a{
    display:block;
    padding:31px 15px;
    font-weight:700
}

.menu>li>a:hover{
    color:var(--orange)
}

.dropdown{
    display:none;
    position:absolute;
    left:0;
    top:82px;
    min-width:260px;
    padding:8px 0;
    margin:0;
    list-style:none;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.16)
}

.dropdown a{
    display:block;
    padding:12px 18px;
    font-weight:600
}

.dropdown a:hover{
    background:#f4f4f4;
    color:var(--orange)
}

.has-drop:hover>.dropdown{
    display:block
}

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


/* =========================================================
   TOP BAR
========================================================= */

.topbar{
    height:34px;
    background:#14263b;
    color:#fff;
    font-size:12px
}

.topbar-in{
    height:34px;
    display:flex;
    align-items:center;
    justify-content:space-between
}

.socials{
    display:flex;
    gap:12px
}

.socials a{
    color:#fff;
    opacity:.9
}

.socials a:hover{
    color:#e08a20
}


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

.hero{
    height:750px;
    background:
        linear-gradient(rgba(0,0,0,.48),rgba(0,0,0,.48)),
        url("../images/hero-local.jpg") center/cover;
    display:flex;
    align-items:center
}

.hero-content{
    color:#fff;
    max-width:700px
}

.hero h1{
    font-size:54px;
    margin:0 0 16px
}

.hero p{
    font-size:20px;
    line-height:1.7
}


/* =========================================================
   BUTTON
========================================================= */

.btn{
    display:inline-block;
    background:var(--orange);
    color:#fff;
    padding:13px 23px;
    border-radius:4px;
    font-weight:700
}


/* =========================================================
   SECTIONS
========================================================= */

.section{
    padding:75px 0
}

.title{
    text-align:center;
    margin-bottom:40px
}

.title h2{
    font-size:36px;
    margin:0 0 10px
}

.title p{
    color:var(--muted)
}


/* =========================================================
   ABOUT
========================================================= */

.about{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:55px;
    align-items:center
}

.about img{
    width:100%;
    height:430px;
    object-fit:cover;
    border-radius:8px
}

.about h2{
    font-size:36px
}

.about p,
.article p{
    line-height:1.85;
    color:#555
}


/* =========================================================
   GRIDS
========================================================= */

.grid3{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px
}

.grid2{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px
}


/* =========================================================
   CARDS
========================================================= */

.card{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 4px 18px rgba(0,0,0,.07)
}

.card img{
    width:100%;
    height:220px;
    object-fit:cover
}

.card-body{
    padding:22px
}

.card h3{
    margin:0 0 10px;
    font-size:21px
}

.card p{
    color:#666;
    line-height:1.6
}


/* =========================================================
   MAP
========================================================= */

.map iframe{
    display:block;
    width:100%;
    height:450px;
    border:0
}


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

.footer{
    background:var(--navy);
    color:#fff;
    padding:52px 0 18px
}

.footer-grid{
    display:flex;
    justify-content:space-between;
    gap:30px
}

.footer .logo{
    color:#fff
}

.footer p{
    color:#d8dde2
}

.copy{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:30px;
    padding-top:18px;
    text-align:center;
    color:#aeb7bf
}

.footer-logo{
    display:inline-flex;
    align-items:center;
    margin-top:-10px
}

.footer-logo img{
    height:58px
}

.footer .copy{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    position:relative
}

.footer .copy img{
    width:82px;
    max-height:44px;
    object-fit:contain
}


/* =========================================================
   SAYFA BANNER
   MENÜ ALTINDAKİ SAYFA BAŞLIK ALANI
========================================================= */

.banner{
    position:relative;
    width:100%;
    height:180px !important;
    min-height:180px !important;
    max-height:180px !important;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:0 20px;

    overflow:hidden;

    background:
        linear-gradient(
            rgba(0,0,0,.55),
            rgba(0,0,0,.55)
        ),
        url("../images/banner-local.jpg") center center / cover no-repeat;

    color:#fff;
    text-align:center
}

.banner h1{
    margin:0 !important;
    padding:0 !important;

    font-size:38px !important;
    line-height:1.2 !important;
    font-weight:700;

    color:#fff
}


/* =========================================================
   ARTICLE
========================================================= */

.article{
    max-width:900px;
    margin:auto;

    overflow-wrap:break-word;
    word-wrap:break-word;
    word-break:normal
}

.article>img{
    width:100%;
    height:430px;
    object-fit:cover;
    border-radius:8px;
    margin-bottom:28px
}

.article h1{
    font-size:40px
}

.article h2{
    font-size:28px;
    margin-top:35px
}

.article p,
.article div{
    max-width:100%;
    overflow-wrap:anywhere
}


/* =========================================================
   CONTACT
========================================================= */

.contact-box{
    background:var(--light);
    padding:30px;
    border-radius:8px
}


/* =========================================================
   WHATSAPP
========================================================= */

.whatsapp-float{
    position:fixed;
    left:22px;
    bottom:22px;
    z-index:2000;
    display:flex;
    align-items:center;
    gap:10px;
    background:#25d366;
    color:#fff;
    padding:12px 17px;
    border-radius:30px;
    box-shadow:0 5px 18px rgba(0,0,0,.22);
    font-weight:700;
    transition:.2s
}

.whatsapp-float:hover{
    transform:translateY(-2px);
    color:#fff
}

.whatsapp-icon{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#25d366;
    font-size:19px
}

.whatsapp-text{
    white-space:nowrap
}


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

.hero-slider{
    position:relative;
    width:100%;
    height:750px;
    overflow:hidden;
    background:#111
}

.slider-track{
    height:100%;
    position:relative
}

.slide{
    position:absolute;
    inset:0;
    opacity:0;
    transition:opacity .6s ease;
    pointer-events:none
}

.slide.active{
    opacity:1;
    pointer-events:auto
}

.slide>img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block
}

.slide:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.65),
        rgba(0,0,0,.12)
    )
}

.slide-content{
    position:absolute;
    z-index:2;
    left:4%;
    top:50%;
    transform:translateY(-50%);
    max-width:700px;
    color:#fff
}

.slide-content h1{
    font-size:54px;
    margin:0 0 16px
}

.slide-content p{
    font-size:20px;
    line-height:1.7;
    margin-bottom:24px
}

.slider-prev,
.slider-next{
    position:absolute;
    z-index:5;
    top:50%;
    transform:translateY(-50%);
    border:0;
    width:48px;
    height:60px;
    background:rgba(0,0,0,.4);
    color:#fff;
    font-size:42px;
    cursor:pointer
}

.slider-prev{
    left:18px
}

.slider-next{
    right:18px
}

.slider-dots{
    position:absolute;
    z-index:5;
    bottom:24px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:9px
}

.dot{
    width:12px;
    height:12px;
    border-radius:50%;
    border:2px solid #fff;
    background:transparent;
    cursor:pointer;
    padding:0
}

.dot.active{
    background:#fff
}


/* =========================================================
   FLOATING BUTTONS
========================================================= */

.floating{
    position:fixed;
    left:20px;
    z-index:2000;
    color:#fff;
    padding:11px 17px;
    border-radius:28px;
    font-weight:700;
    box-shadow:0 4px 16px rgba(0,0,0,.2)
}

.floating.wa{
    bottom:72px;
    background:#25d366
}

.floating.call{
    bottom:20px;
    background:#155eef
}


/* =========================================================
   GALLERY
========================================================= */

.gallery-front{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px
}

.gallery-front figure{
    margin:0
}

.gallery-front img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:8px;
    display:block
}

.gallery-front figcaption{
    text-align:center;
    padding:8px;
    color:#66707a
}


/* =========================================================
   REFERENCES
========================================================= */

.refs-slider{
    display:flex;
    gap:25px;
    overflow-x:auto;
    padding:10px 4px;
    scroll-behavior:smooth
}

.refs-slider>div{
    min-width:190px;
    height:100px;
    border:1px solid #e5e7eb;
    border-radius:8px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px
}

.refs-slider img{
    max-width:160px;
    max-height:70px;
    object-fit:contain
}

.references-page{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px
}

.references-page>div{
    background:#fff;
    border:1px solid #eee;
    padding:20px;
    text-align:center;
    border-radius:8px
}

.references-page img{
    max-width:100%;
    height:90px;
    object-fit:contain
}


/* =========================================================
   PRODUCT GALLERY
========================================================= */

.product-gallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin-top:15px
}

.product-gallery img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:8px;
    display:block
}

.keywords{
    margin-top:30px;
    padding-top:18px;
    border-top:1px solid #eee;
    color:#66707a
}


/* =========================================================
   TABLET / MOBIL
========================================================= */

@media(max-width:850px){

    .nav{
        height:72px
    }

    .hamb{
        display:block
    }

    .menu{
        display:none;
        position:absolute;
        left:0;
        right:0;
        top:72px;
        background:#fff;
        flex-direction:column;
        align-items:stretch;
        box-shadow:0 8px 15px rgba(0,0,0,.1)
    }

    .menu.open{
        display:flex
    }

    .menu>li>a{
        padding:15px 22px
    }

    .dropdown{
        display:none;
        position:static;
        box-shadow:none;
        min-width:0;
        border-top:1px solid #eee;
        padding-left:14px
    }

    .has-drop.open>.dropdown{
        display:block
    }

    .hero{
        height:540px
    }

    .hero h1{
        font-size:39px
    }

    .about{
        grid-template-columns:1fr
    }

    .grid3,
    .grid2{
        grid-template-columns:1fr
    }

    .footer-grid{
        flex-direction:column
    }


    /* -----------------------------------------------------
       MOBİL BANNER
    ----------------------------------------------------- */

    .banner{
        height:150px !important;
        min-height:150px !important;
        max-height:150px !important;
    }

    .banner h1{
        font-size:32px !important
    }


    .hero-slider{
        height:540px
    }

    .slide-content h1{
        font-size:38px
    }

    .slide-content p{
        font-size:17px
    }

    .slider-prev,
    .slider-next{
        width:40px;
        height:50px;
        font-size:32px
    }

    .topbar{
        height:auto
    }

    .topbar-in{
        height:auto;
        min-height:34px;
        padding:7px 0;
        gap:6px;
        flex-wrap:wrap
    }

    .header .nav{
        height:72px
    }

    .gallery-front,
    .references-page,
    .product-gallery{
        grid-template-columns:repeat(2,1fr)
    }

    .floating{
        left:12px
    }

    .article{
        width:100%;
        max-width:100%
    }

    .article>img{
        height:300px
    }

}


/* =========================================================
   KÜÇÜK MOBİL
========================================================= */

@media(max-width:600px){

    .whatsapp-float{
        left:14px;
        bottom:14px;
        padding:10px 13px
    }

    .whatsapp-text{
        display:none
    }

    .socials{
        gap:7px
    }

}


@media(max-width:500px){

    .gallery-front,
    .references-page,
    .product-gallery{
        grid-template-columns:1fr
    }

    /* EN KÜÇÜK EKRAN BANNER */

    .banner{
        height:130px !important;
        min-height:130px !important;
        max-height:130px !important;
    }

    .banner h1{
        font-size:27px !important
    }

}
/* =========================================================
   MODÜL BAŞLIKLARI - MODERN TASARIM
========================================================= */

.section .title {
    text-align: center;
    margin-bottom: 42px;
    position: relative;
}


/* ANA BAŞLIK */

.section .title h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 18px;

    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;

    letter-spacing: -0.7px;

    color: #172033;
}


/* BAŞLIĞIN ALTINDAKİ MODERN ÇİZGİ */

.section .title h2::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -13px;

    width: 42px;
    height: 4px;

    transform: translateX(-50%);

    background: #2563eb;

    border-radius: 20px;
}


/* YANLARDAKİ KÜÇÜK ÇİZGİLER */

.section .title h2::before {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -13px;

    width: 75px;
    height: 4px;

    transform: translateX(-50%);

    background: rgba(37,99,235,.12);

    border-radius: 20px;

    z-index: -1;
}


/* ALT AÇIKLAMA */

.section .title p {
    margin: 24px auto 0;

    max-width: 650px;

    color: #667085;

    font-size: 15px;

    line-height: 1.7;

    font-weight: 400;
}


/* =========================================================
   MODÜL BAŞLIKLARINDA HAFİF ÜST ETİKET HİSSİ
========================================================= */

.section .title {
    padding-top: 5px;
}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 768px) {

    .section .title {
        margin-bottom: 32px;
    }

    .section .title h2 {
        font-size: 26px;
        letter-spacing: -0.4px;
    }

    .section .title p {
        font-size: 14px;
        padding: 0 15px;
    }

}


/* =========================================================
   ÇOK KÜÇÜK EKRAN
========================================================= */

@media (max-width: 480px) {

    .section .title h2 {
        font-size: 23px;
    }

}