
html,
body {
    margin: 0;
    padding: 0;
    background: #111;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    padding-bottom: 100px;
}

* {
    box-sizing: border-box;
}

@keyframes fadeIn {

    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-page {
    animation: fadeIn .5s ease;
}

.mobile-wrapper {
    width: 100%;
    max-width: 480px;
    min-height: 100vh;
    margin: auto;
    background: #fff;
    position: relative;
    overflow-x: hidden;
    animation: fadeIn .5s ease;
}

/* ---------------- HERO ---------------- */

.hero-section {
    min-height: 25vh;
    background: linear-gradient(180deg, #111 0%, #1b1b1b00 100%);
    color: white;
    padding: 30px 20px;
}

.heroTitle {
    font-size: clamp(24px, 9vw, 38px);
    font-weight: 700;
    line-height: 1.05;
}

.heroSubText {
    font-size: 12px;
    opacity: .9;
    margin-top: 6px;
}

.bannerbg {
    background-image: url('../img/bgbanner2.webp');
    background-size: cover;
    background-position: center;
}

/* ---------------- NAVBAR ---------------- */

.navCustom {
    background-color: #111;
    padding-top: 24px;
    padding-bottom: 24px;
}

/* ---------------- BUTTONS ---------------- */

.main-btn {
    height: 58px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    width: 100%;
}

.call-btn {
    background: #ffc107;
    font-size: 12px;
    color: #111;
    width: 150px;
    height: 40px;
    background-size: 18px;
    background-image: url(../img/telicon2.webp);
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 34px;
}

.call-btn-nav {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #f4bd03;
    width: 150px;
    height: 38px;
    background-size: 20px;
    background-image: url(../img/telicon.webp);
    background-position: left 8px center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

/* ---------------- INFO BAR ---------------- */

.infobar {
    min-height: 90px;
    margin: -3rem 0 0 0;
    border-radius: 14px;
    background-color: white;
    box-shadow: 0 8px 30px rgba(0,0,0,.15);
    padding: 10px;
}

.infoText {
    font-size: 13px;
    line-height: 1.2;
}

/* ---------------- SERVICE AREA ---------------- */

.hizmetarea {
    border-radius: 8px;
    background: center left 8px no-repeat;
    background-size: 12px;
    background-image: url(../img/mapssmall.webp);
    background-color: white;
    box-shadow: 0 8px 30px rgba(0,0,0,.10);
    padding: 10px 14px 10px 28px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.hizmetareaucak {
    border-radius: 10px;
    background: center left 16px no-repeat;
    background-size: 18px;
    background-image: url(../img/ucakicon.webp);
    background-color: white;
    box-shadow: 0 8px 30px rgba(0,0,0,.10);
    padding: 14px 18px 14px 48px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    word-break: break-word;
}

/* ---------------- CALL AREA ---------------- */

.hemenaraBg {
    min-height: 100px;
    border-radius: 16px;
    background-color: #ffc107;
    box-shadow: 0 8px 30px rgba(0,0,0,.15);
    padding: 16px;
}

.callIconArea {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.callTextArea {
    width: 75%;
}

.call-number {
    font-size: clamp(17px, 4vw, 24px);
    line-height: 1.1;
}

.fsmall {
    font-size: clamp(0.5rem, 0.7rem, 22px);
    line-height: 1.1;
}
/* ---------------- VEHICLE AREA ---------------- */

.koltukBg {
    min-height: 140px;
    border-radius: 16px;
    background: url(../img/koltuk.webp) center;
    background-size: cover;
    box-shadow: 0 8px 30px rgba(0,0,0,.15);
}

/* ---------------- MAP ---------------- */

.map-wrapper {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,.15);
}

/* ---------------- CONTACT AREA ---------------- */

.iletisimArea {
    background: #fff;
    border-radius: 28px;
    padding: 10px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #ececec;
}

.left-side {
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-box {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picture-box {
    width: 100px;
    height: 100px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picture-box-bottom {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-area .title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

.text-area .desc {
    margin: 0;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}

.text-area .descSub {
    margin: 0;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}

.right-side {
    font-size: 38px;
    color: #222;
    line-height: 1;
}

/* ---------------- COMMON ---------------- */

.sectionTitle {
    font-size: 22px;
}

.sectionLine {
    width: 50px;
    height: 5px;
    background-color: #f4bd03;
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 380px) {

    .heroTitle {
        font-size: 34px;
    }

    .heroSubText {
        font-size: 13px;
    }

    .infoText {
        font-size: 11px;
    }

    .call-number {
        font-size: 22px;
    }

    .fsmall {
        font-size:0.5rem;
    }

    .call-btn-nav {
        width: 125px;
        font-size: 12px;
    }

    .call-btn {
        width: 130px;
        font-size: 12px;
    }

    .hizmetarea {
        font-size: 12px;
        padding: 8px 12px 8px 26px;
    }

    .hizmetareaucak {
        font-size: 13px;
        padding: 12px 14px 12px 42px;

    }

    .callTextArea p {
        line-height: 1.2;
    }

    .contact-item {
        padding: 18px 0;
    }

    .text-area .title {
        font-size: 14px;
    }

    .text-area .desc {
        font-size: 13px;
    }

    .text-area .descSub {
        font-size: 8px;
    }

    .icon-box {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }

    .picture-box {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }
    .picture-box-bottom {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    .right-side {
        font-size: 28px;
    }
}


.bottom-call-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    padding: 14px 20px;
    background: #111;
    backdrop-filter: blur(10px);
    z-index: 9999;
}

.bottom-call-btn {
    height: 58px;
    width: 100%;
    border-radius: 16px;
    background: #ffc107;
    color: #111;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

    .bottom-call-btn:active {
        transform: scale(.98);
    }



