.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f45bed5 *//* =========================================
   HEADER DÜZENLEME
   ========================================= */

#header {
    background: #ffffff;
    width: 100%;
    position: relative;
    z-index: 1000;
}

#header .nav {
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 0;
}


/* LOGO */

#header .logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 28px;
}

#header .logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

#header .logo img {
    width: 170px;
    height: 60px;
    object-fit: contain;
    display: block;
}


/* MENÜ */

#header nav {
    flex: 1;
}

#header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header nav ul li {
    margin: 0;
    padding: 0;
}

#header nav ul li a {
    display: flex;
    align-items: center;
    color: #1c2533;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.25s ease;
}

#header nav ul li a:hover {
    color: #ff6b13;
}


/* SAĞ BUTONLAR */

#header .buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 25px;
    flex-shrink: 0;
}

#header .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0 28px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
    transition: all 0.25s ease;
}


/* WHATSAPP */

#header .buttons .whatsapp {
    background: #20cc63;
    color: #ffffff;
}

#header .buttons .whatsapp i {
    margin-right: 9px;
    font-size: 20px;
}

#header .buttons .whatsapp:hover {
    transform: translateY(-2px);
}


/* HEMEN ARA */

#header .buttons .phone {
    background: #ff7015;
    color: #ffffff;
    min-width: 125px;
}

#header .buttons .phone:hover {
    background: #e95f08;
    transform: translateY(-2px);
}


/* TOP BAR */

.topbar {
    background: #1c2533;
    color: #ffffff;
}

.topbar a,
.topbar span {
    color: #ffffff;
}

.topbar a {
    text-decoration: none;
}

.topbar i {
    color: #ff7015;
    margin-right: 7px;
}


/* MOBİL BUTONU */

#header .mobile {
    display: none;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1200px) {

    #header .logo {
        margin-right: 18px;
    }

    #header .logo img {
        width: 155px;
        height: 55px;
    }

    #header nav ul {
        gap: 12px;
    }

    #header nav ul li a {
        font-size: 15px;
    }

    #header .buttons {
        gap: 10px;
        margin-left: 15px;
    }

    #header .buttons a {
        padding: 0 18px;
        font-size: 15px;
    }

}


/* =========================================
   MOBİL
   ========================================= */

@media (max-width: 900px) {

    #header .nav {
        min-height: 78px;
    }

    #header .logo img {
        width: 150px;
        height: 52px;
    }

    #header nav,
    #header .buttons {
        display: none;
    }

    #header .mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        width: 45px;
        height: 45px;
        font-size: 24px;
        color: #1c2533;
        cursor: pointer;
    }

}


/* =========================================
   KÜÇÜK TELEFONLAR
   ========================================= */

@media (max-width: 480px) {

    #header .logo img {
        width: 135px;
        height: 48px;
    }

    #header .nav {
        min-height: 70px;
    }

}/* End custom CSS */