/*
Theme Name: GeneratePress Child
Theme URI: https://akgurvinc.com/
Description: GeneratePress child theme
Author: Sen
Author URI: https://akgurvinc.com/
Template: generatepress
Version: 1.0
Text Domain: generatepress-child
*/

#crn-site-header,
#crn-site-header * {
    box-sizing: border-box;
}

#crn-site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.admin-bar #crn-site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #crn-site-header {
        top: 46px;
    }
}

/* Topbar */
#crn-site-header .crn-header__topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 45px;
    overflow: hidden;
    background: #000000;
}

#crn-site-header .crn-topbar-nav {
    flex: 0 0 clamp(160px, 12vw, 230px);
    height: 45px;
}

#crn-site-header .crn-topbar-nav__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    margin: 0;
    padding: 0 clamp(5px, 0.5vw, 10px);
    list-style: none;
}

#crn-site-header .crn-topbar-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    height: 45px;
}

#crn-site-header .crn-topbar-nav__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    color: #ffffff;
    text-decoration: none;
    font-size: clamp(7px, 0.55vw, 10px);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

#crn-site-header .crn-topbar-nav__item a:hover,
#crn-site-header .crn-topbar-nav__item a:focus {
    color: #e3222a;
}

/* Desktop header */
#crn-site-header .crn-header__main {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 90px;
    background: #ffffff;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

#crn-site-header .crn-header__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 clamp(170px, 17vw, 360px);
    height: 90px;
    background: #ffffff;
    border-right: 1px solid #d8d8d8;
}

#crn-site-header .crn-header__brand-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    padding: 0 clamp(8px, 1.4vw, 28px);
    text-decoration: none;
}

#crn-site-header .crn-header__logo-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
}

#crn-site-header .crn-header__logo {
    display: block;
    width: auto;
    max-width: clamp(120px, 11vw, 230px);
    height: auto;
    max-height: clamp(36px, 3vw, 52px);
    object-fit: contain;
}

#crn-site-header .crn-header__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 clamp(150px, 14vw, 300px);
    height: 90px;
    background: #ffffff;
    border-right: 1px solid #d8d8d8;
}

#crn-site-header .crn-phone-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(5px, 0.55vw, 10px);
    width: 100%;
    height: 90px;
    padding: 0 clamp(6px, 1vw, 22px);
    text-decoration: none;
}

#crn-site-header .crn-phone-box__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 clamp(24px, 2vw, 38px);
}

#crn-site-header .crn-phone-box__icon svg {
    width: clamp(24px, 2vw, 38px);
    height: clamp(24px, 2vw, 38px);
}

#crn-site-header .crn-phone-box__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.05;
}

#crn-site-header .crn-phone-box__title {
    color: #e3222a;
    font-size: clamp(11px, 0.95vw, 18px);
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.05;
    white-space: nowrap;
}

#crn-site-header .crn-phone-box__number {
    margin-top: clamp(3px, 0.35vw, 6px);
    color: #111111;
    font-size: clamp(9px, 0.72vw, 14px);
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

/* Desktop nav */
#crn-site-header .crn-main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
    height: 90px;
    padding: 0 clamp(5px, 0.8vw, 18px) 0 0;
    background: #ffffff;
}

#crn-site-header .crn-main-nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(4px, 0.55vw, 20px);
    width: 100%;
    height: 90px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#crn-site-header .crn-main-nav__item {
    position: relative;
    display: flex;
    align-items: center;
    height: 90px;
}

#crn-site-header .crn-main-nav__item > a,
#crn-site-header .crn-main-nav__link {
    display: flex;
    align-items: center;
    height: 90px;
    color: #111111;
    text-decoration: none;
    font-size: clamp(8px, 0.58vw, 12px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-transform: uppercase;
}

#crn-site-header .crn-main-nav__row {
    display: flex;
    align-items: center;
    height: 90px;
}

#crn-site-header .crn-submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 90px;
    margin: 0;
    padding: 0;
    color: #e3222a;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
}

#crn-site-header .crn-main-nav__item > a:hover,
#crn-site-header .crn-main-nav__item > a:focus,
#crn-site-header .crn-main-nav__link:hover,
#crn-site-header .crn-main-nav__link:focus,
#crn-site-header .crn-submenu-toggle:hover,
#crn-site-header .crn-submenu-toggle:focus {
    color: #e3222a;
}

/* Desktop dropdown */
#crn-site-header .crn-dropdown,
#crn-site-header .crn-dropdown-mega {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    display: none;
    z-index: 10000;
    background: #ffffff;
    border-top: 2px solid #e3222a;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

#crn-site-header .crn-main-nav__item:hover > .crn-dropdown,
#crn-site-header .crn-main-nav__item:focus-within > .crn-dropdown {
    display: block;
}

#crn-site-header .crn-dropdown {
    width: 330px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
}

#crn-site-header .crn-dropdown li {
    margin: 0;
    padding: 0;
}

#crn-site-header .crn-dropdown li a {
    display: block;
    padding: 12px 18px;
    color: #111111;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
    border-bottom: 1px solid #efefef;
}

#crn-site-header .crn-dropdown li:last-child a {
    border-bottom: 0;
}

#crn-site-header .crn-dropdown li a:hover,
#crn-site-header .crn-dropdown li a:focus {
    color: #e3222a;
    background: #fafafa;
}

#crn-site-header .crn-main-nav__item:hover > .crn-dropdown-mega,
#crn-site-header .crn-main-nav__item:focus-within > .crn-dropdown-mega {
    display: flex;
}

#crn-site-header .crn-dropdown-mega {
    align-items: flex-start;
    padding: 18px 22px;
}

#crn-site-header .crn-dropdown-mega--europe {
    width: 760px;
    gap: 22px;
}

#crn-site-header .crn-dropdown-mega--asia {
    width: 520px;
    gap: 22px;
}

#crn-site-header .crn-dropdown-mega ul {
    flex: 1 1 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#crn-site-header .crn-dropdown-mega li {
    margin: 0;
    padding: 0;
}

#crn-site-header .crn-dropdown-mega li a {
    display: block;
    padding: 9px 0;
    color: #111111;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
}

#crn-site-header .crn-dropdown-mega li a:hover,
#crn-site-header .crn-dropdown-mega li a:focus {
    color: #e3222a;
}

/* Hamburger desktopta yok */
#crn-site-header .crn-menu-toggle {
    display: none;
}

/* CTA */
#crn-site-header .crn-header__cta {
    display: flex;
    align-items: stretch;
    flex: 0 0 clamp(140px, 12vw, 220px);
    height: 90px;
}

#crn-site-header .crn-header__cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(5px, 0.5vw, 10px);
    width: 100%;
    height: 90px;
    padding: 0 clamp(8px, 0.9vw, 18px);
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    background: #e3222a;
    transition: background-color 0.3s ease;
}

#crn-site-header .crn-header__cta-button:hover,
#crn-site-header .crn-header__cta-button:focus {
    color: #ffffff;
    background: #c81b22;
}

#crn-site-header .crn-header__cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #ffffff;
}

#crn-site-header .crn-header__cta-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.05;
}

#crn-site-header .crn-header__cta-title {
    color: #ffffff;
    font-size: clamp(10px, 0.78vw, 14px);
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

#crn-site-header .crn-header__cta-subtitle {
    margin-top: 4px;
    color: #ffffff;
    font-size: clamp(9px, 0.65vw, 11px);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* 1024 - 1199 desktop sıkıştırma */
@media (min-width: 1024px) and (max-width: 1199px) {
    #crn-site-header .crn-header__brand {
        flex-basis: 165px;
    }

    #crn-site-header .crn-header__logo {
        max-width: 118px;
        max-height: 38px;
    }

    #crn-site-header .crn-header__phone {
        flex-basis: 145px;
    }

    #crn-site-header .crn-phone-box {
        padding: 0 5px;
        gap: 4px;
    }

    #crn-site-header .crn-phone-box__icon {
        flex-basis: 22px;
    }

    #crn-site-header .crn-phone-box__icon svg {
        width: 22px;
        height: 22px;
    }

    #crn-site-header .crn-phone-box__title {
        font-size: 10px;
    }

    #crn-site-header .crn-phone-box__number {
        font-size: 8.5px;
    }

    #crn-site-header .crn-main-nav {
        padding-right: 5px;
    }

    #crn-site-header .crn-main-nav__list {
        gap: 5px;
    }

    #crn-site-header .crn-main-nav__item > a,
    #crn-site-header .crn-main-nav__link {
        font-size: 8.5px;
        letter-spacing: 0;
    }

    #crn-site-header .crn-submenu-toggle {
        width: 14px;
        font-size: 6px;
    }

    #crn-site-header .crn-header__cta {
        flex-basis: 135px;
    }

    #crn-site-header .crn-header__cta-button {
        padding: 0 6px;
        gap: 4px;
    }

    #crn-site-header .crn-header__cta-icon svg {
        width: 18px;
        height: 18px;
    }

    #crn-site-header .crn-header__cta-title {
        font-size: 10px;
    }

    #crn-site-header .crn-header__cta-subtitle {
        font-size: 8.5px;
    }
}

/* 1023 ve altı mobil */
@media (max-width: 1023px) {
    #crn-site-header .crn-header__topbar {
        display: none;
    }

    #crn-site-header .crn-header__main {
        position: relative;
        height: 90px;
        overflow: visible;
    }

    #crn-site-header .crn-header__brand {
        flex: 0 0 30%;
        height: 90px;
    }

    #crn-site-header .crn-header__brand-link,
    #crn-site-header .crn-header__logo-picture {
        height: 90px;
    }

    #crn-site-header .crn-header__logo {
        max-width: 180px;
        max-height: 48px;
    }

    #crn-site-header .crn-header__phone {
        flex: 0 0 28%;
        height: 90px;
    }

    #crn-site-header .crn-phone-box {
        height: 90px;
        padding: 0 10px;
        gap: 7px;
    }

    #crn-site-header .crn-phone-box__icon {
        flex-basis: 30px;
    }

    #crn-site-header .crn-phone-box__icon svg {
        width: 30px;
        height: 30px;
    }

    #crn-site-header .crn-phone-box__title {
        font-size: 14px;
    }

    #crn-site-header .crn-phone-box__number {
        font-size: 11px;
    }

    #crn-site-header .crn-header__cta {
        order: 3;
        flex: 1 1 auto;
        height: 90px;
    }

    #crn-site-header .crn-header__cta-button {
        height: 90px;
        justify-content: center;
    }

    #crn-site-header .crn-header__cta-title {
        font-size: 17px;
    }

    #crn-site-header .crn-header__cta-subtitle {
        font-size: 11px;
    }

    #crn-site-header .crn-menu-toggle {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 99;
        flex: 0 0 72px;
        width: 72px;
        height: 90px;
        padding: 0;
        margin-left: auto;
        border: 0;
        border-left: 1px solid #d8d8d8;
        background: #ffffff;
        cursor: pointer;
    }

    #crn-site-header .crn-menu-toggle__line {
        position: absolute;
        display: block;
        width: 32px;
        height: 4px;
        border-radius: 999px;
        background: #111111;
    }

    #crn-site-header .crn-menu-toggle__line:nth-child(1) {
        transform: translateY(-10px);
    }

    #crn-site-header .crn-menu-toggle__line:nth-child(2) {
        transform: translateY(0);
    }

    #crn-site-header .crn-menu-toggle__line:nth-child(3) {
        transform: translateY(10px);
    }

    #crn-site-header .crn-main-nav {
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        z-index: 10000;
        display: none;
        width: 100%;
        height: calc(100vh - 90px);
        height: calc(100dvh - 90px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding: 0;
        margin: 0;
        background: #ffffff;
        border-top: 1px solid #eeeeee;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    }

    #crn-site-header.crn-header--menu-open .crn-main-nav {
        display: block;
    }

    #crn-site-header .crn-main-nav__list {
        display: block;
        width: 100%;
        min-height: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #crn-site-header .crn-main-nav__item {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #eeeeee;
    }

    #crn-site-header .crn-main-nav__item > a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 50px;
        height: auto;
        padding: 15px 18px;
        color: #111111;
        text-align: left;
        text-decoration: none;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.35;
        white-space: normal;
        background: #ffffff;
    }

    #crn-site-header .crn-main-nav__row {
        display: flex;
        align-items: stretch;
        width: 100%;
        height: auto;
        min-height: 50px;
        background: #ffffff;
    }

    #crn-site-header .crn-main-nav__link {
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        width: auto;
        min-height: 50px;
        height: auto;
        padding: 15px 18px;
        color: #111111;
        text-align: left;
        text-decoration: none;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.35;
        white-space: normal;
        background: #ffffff;
    }

    #crn-site-header .crn-submenu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 56px;
        width: 56px;
        min-height: 50px;
        height: auto;
        margin: 0;
        padding: 0;
        color: #e3222a;
        background: #ffffff;
        border: 0;
        border-left: 1px solid #eeeeee;
        cursor: pointer;
        font-size: 12px;
        font-weight: 800;
    }

    #crn-site-header .crn-main-nav__item:hover > .crn-dropdown,
    #crn-site-header .crn-main-nav__item:focus-within > .crn-dropdown,
    #crn-site-header .crn-main-nav__item:hover > .crn-dropdown-mega,
    #crn-site-header .crn-main-nav__item:focus-within > .crn-dropdown-mega {
        display: none;
    }

    #crn-site-header .crn-dropdown,
    #crn-site-header .crn-dropdown-mega,
    #crn-site-header .crn-dropdown-mega--europe,
    #crn-site-header .crn-dropdown-mega--asia {
        position: static;
        top: auto;
        right: auto;
        left: auto;
        display: none;
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0;
        padding: 0;
        gap: 0;
        background: #ffffff;
        border-top: 1px solid #eeeeee;
        box-shadow: none;
    }

    #crn-site-header .crn-main-nav__item.crn-main-nav__item--open > .crn-dropdown,
    #crn-site-header .crn-main-nav__item.crn-main-nav__item--open > .crn-dropdown-mega {
        display: block;
    }

    #crn-site-header .crn-main-nav__item.crn-main-nav__item--open:hover > .crn-dropdown,
    #crn-site-header .crn-main-nav__item.crn-main-nav__item--open:focus-within > .crn-dropdown,
    #crn-site-header .crn-main-nav__item.crn-main-nav__item--open:hover > .crn-dropdown-mega,
    #crn-site-header .crn-main-nav__item.crn-main-nav__item--open:focus-within > .crn-dropdown-mega {
        display: block;
    }

    #crn-site-header .crn-dropdown,
    #crn-site-header .crn-dropdown li,
    #crn-site-header .crn-dropdown-mega,
    #crn-site-header .crn-dropdown-mega ul,
    #crn-site-header .crn-dropdown-mega li {
        float: none;
        clear: both;
        display: block;
        flex: none;
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #crn-site-header .crn-main-nav__item:not(.crn-main-nav__item--open) > .crn-dropdown,
    #crn-site-header .crn-main-nav__item:not(.crn-main-nav__item--open) > .crn-dropdown-mega {
        display: none;
    }

    #crn-site-header .crn-dropdown li,
    #crn-site-header .crn-dropdown-mega li {
        border-bottom: 1px solid #f1f1f1;
    }

    #crn-site-header .crn-dropdown li a,
    #crn-site-header .crn-dropdown-mega li a {
        display: block;
        width: 100%;
        height: auto;
        padding: 12px 28px;
        color: #222222;
        text-align: left;
        text-decoration: none;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.35;
        white-space: normal;
        background: #ffffff;
    }

    #crn-site-header .crn-dropdown li a:hover,
    #crn-site-header .crn-dropdown li a:focus,
    #crn-site-header .crn-dropdown-mega li a:hover,
    #crn-site-header .crn-dropdown-mega li a:focus {
        color: #e3222a;
        background: #fafafa;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #crn-site-header .crn-header__main {
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }

    #crn-site-header .crn-header__cta {
        order: 1;
        flex: 0 0 100%;
        width: 100%;
        height: 68px;
    }

    #crn-site-header .crn-header__cta-button {
        height: 68px;
    }

    #crn-site-header .crn-header__cta-title {
        font-size: 17px;
    }

    #crn-site-header .crn-header__brand {
        order: 2;
        flex: 1 1 auto;
        min-width: 0;
        height: 74px;
        border-right: 0;
    }

    #crn-site-header .crn-header__brand-link {
        height: 74px;
        padding: 0 12px;
        justify-content: flex-start;
    }

    #crn-site-header .crn-header__logo-picture {
        height: 74px;
        justify-content: flex-start;
    }

    #crn-site-header .crn-header__logo {
        max-width: 145px;
        max-height: 42px;
    }

    #crn-site-header .crn-header__phone {
        order: 3;
        flex: 0 1 auto;
        width: auto;
        max-width: 44%;
        height: 74px;
        border-right: 0;
    }

    #crn-site-header .crn-phone-box {
        height: 74px;
        padding: 0 6px;
        gap: 6px;
    }

    #crn-site-header .crn-phone-box__icon {
        flex-basis: 26px;
    }

    #crn-site-header .crn-phone-box__icon svg {
        width: 26px;
        height: 26px;
    }

    #crn-site-header .crn-phone-box__title {
        font-size: 13px;
    }

    #crn-site-header .crn-phone-box__number {
        margin-top: 4px;
        font-size: 10px;
    }

    #crn-site-header .crn-menu-toggle {
        order: 99;
        flex: 0 0 58px;
        width: 58px;
        height: 74px;
        margin-left: auto;
        border-left: 1px solid #d8d8d8;
        border-right: 0;
    }

    #crn-site-header .crn-menu-toggle__line {
        width: 31px;
        height: 4px;
    }

    #crn-site-header .crn-main-nav {
        top: 142px;
        height: calc(100vh - 142px);
        height: calc(100dvh - 142px);
    }
}

/* Small mobile */
@media (max-width: 420px) {
    #crn-site-header .crn-header__logo {
        max-width: 125px;
    }

    #crn-site-header .crn-phone-box__title {
        font-size: 12px;
    }

    #crn-site-header .crn-phone-box__number {
        font-size: 9px;
    }

    #crn-site-header .crn-phone-box__icon {
        flex-basis: 24px;
    }

    #crn-site-header .crn-phone-box__icon svg {
        width: 24px;
        height: 24px;
    }

    #crn-site-header .crn-menu-toggle {
        flex-basis: 54px;
        width: 54px;
    }

    #crn-site-header .crn-menu-toggle__line {
        width: 28px;
    }
}

/* =====================================================
   Kırmızı CTA + Siyah Footer + 4 Kolon + SVG Rozetler
   ===================================================== */

#akg-site-footer,
#akg-site-footer * {
    box-sizing: border-box;
}

#akg-site-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

#akg-site-footer .akg-footer__sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* =====================================================
   ÜST KIRMIZI CTA
   ===================================================== */

#akg-site-footer .akg-footer__quote {
    width: 100%;
    background: #e3222a;
}

#akg-site-footer .akg-footer__quote-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    width: min(100%, 1120px);
    min-height: 142px;
    margin: 0 auto;
    padding: 28px 20px;
}

#akg-site-footer .akg-footer__quote-title {
    flex: 0 0 365px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(24px, 1.65vw, 31px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

#akg-site-footer .akg-footer__quote-divider {
    display: block;
    flex: 0 0 2px;
    width: 2px;
    height: 66px;
    background: #000000;
    opacity: 0.9;
}

#akg-site-footer .akg-footer__quote-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 176px;
    height: 60px;
    color: #ffffff;
    background: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.02em;
    border-radius: 4px;
}

#akg-site-footer .akg-footer__quote-button:hover,
#akg-site-footer .akg-footer__quote-button:focus {
    color: #ffffff;
    background: #151515;
}

#akg-site-footer .akg-footer__quote-phone {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 230px;
    color: #ffffff;
    text-decoration: none;
}

#akg-site-footer .akg-footer__quote-phone-icon {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    color: #ffffff;
    fill: currentColor;
    display: block;
}

#akg-site-footer .akg-footer__quote-phone strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

#akg-site-footer .akg-footer__quote-phone small {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

/* =====================================================
   ANA SİYAH FOOTER
   ===================================================== */

#akg-site-footer .akg-footer__main {
    width: 100%;
    background: #000000;
}

#akg-site-footer .akg-footer__container {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 58px 20px 30px;
}

#akg-site-footer .akg-footer__grid {
    display: grid;
    grid-template-columns: 1.08fr 1fr 1.22fr 1.18fr;
    gap: 44px;
    align-items: start;
}

/* =====================================================
   KOLONLAR
   ===================================================== */

#akg-site-footer .akg-footer__column h2 {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

#akg-site-footer .akg-footer__about p {
    margin: 0;
    color: #c9c9c9;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
}

/* Açıklama yazısının altındaki çizgi */
#akg-site-footer .akg-footer__about > p:first-of-type {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #404040;
}

/* =====================================================
   SOSYAL İKONLAR
   ===================================================== */

#akg-site-footer .akg-footer__social {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #404040;
}

#akg-site-footer .akg-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    color: #ffffff;
    background: #1c1c1c;
    text-decoration: none;
    border-radius: 3px;
}

#akg-site-footer .akg-footer__social a:nth-child(1) {
    background: #355899;
}

#akg-site-footer .akg-footer__social a:nth-child(2) {
    background: #e4405f;
}

#akg-site-footer .akg-footer__social a:nth-child(3) {
    background: #e3222a;
}

#akg-site-footer .akg-footer__social a:nth-child(4) {
    background: #25d366;
}

#akg-site-footer .akg-footer__social a:hover,
#akg-site-footer .akg-footer__social a:focus {
    color: #ffffff;
    background: #e3222a;
}

#akg-site-footer .akg-footer__note {
    margin-top: 21px;
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
}

/* =====================================================
   MENÜ VE HİZMET LİNKLERİ
   ===================================================== */

#akg-site-footer .akg-footer__links {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

#akg-site-footer .akg-footer__links li {
    display: block;
    margin: 0 0 12px;
    padding: 0;
}

#akg-site-footer .akg-footer__links a {
    color: #d7d7d7;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

#akg-site-footer .akg-footer__links a:hover,
#akg-site-footer .akg-footer__links a:focus {
    color: #e3222a;
}

/* =====================================================
   İLETİŞİM KOLONU
   ===================================================== */

#akg-site-footer .akg-footer__contact-item {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr);
    column-gap: 13px;
    align-items: center;
    min-height: 72px;
    padding: 0 0 20px;
    margin: 0 0 20px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #404040;
}

#akg-site-footer .akg-footer__contact-item:last-child {
    border-bottom: 1px solid #404040;
}

#akg-site-footer .akg-footer__contact-item svg {
    grid-row: span 2;
    color: #ffffff;
    fill: currentColor;
}

#akg-site-footer .akg-footer__contact-item strong {
    display: block;
    color: #e3222a;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.05;
}

#akg-site-footer .akg-footer__contact-item small {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

#akg-site-footer .akg-footer__contact-item:hover strong,
#akg-site-footer .akg-footer__contact-item:focus strong {
    color: #ffffff;
}

/* =====================================================
   HR ÇİZGİLER
   ===================================================== */

#akg-site-footer .akg-footer__rule {
    display: block;
    width: 100%;
    height: 1px;
    margin: 72px 0 36px;
    padding: 0;
    background: #404040;
    border: 0;
}

#akg-site-footer .akg-footer__rule--bottom {
    margin: 34px 0 24px;
}

/* =====================================================
   ALT SVG ROZETLER
   ===================================================== */

#akg-site-footer .akg-footer__badges {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    color: #ffffff;
}

#akg-site-footer .akg-footer__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 86px;
    color: #ffffff;
    text-align: center;
    opacity: 0.9;
}

#akg-site-footer .akg-footer__badge svg {
    display: block;
    color: #ffffff;
    fill: currentColor;
}

#akg-site-footer .akg-footer__badge small {
    display: block;
    max-width: 92px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.12;
    text-align: center;
}

/* =====================================================
   COPYRIGHT + YASAL LİNKLER
   ===================================================== */

#akg-site-footer .akg-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 30px;
}

#akg-site-footer .akg-footer__bottom p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}

#akg-site-footer .akg-footer__legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

#akg-site-footer .akg-footer__legal a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #e3222a;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

#akg-site-footer .akg-footer__legal a + a {
    margin-left: 18px;
}

#akg-site-footer .akg-footer__legal a + a::before {
    content: "";
    position: absolute;
    left: -10px;
    width: 1px;
    height: 12px;
    background: #666666;
}

#akg-site-footer .akg-footer__legal a:hover,
#akg-site-footer .akg-footer__legal a:focus {
    color: #ffffff;
}

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

@media (max-width: 1024px) {
    #akg-site-footer .akg-footer__quote-inner {
        gap: 24px;
    }

    #akg-site-footer .akg-footer__quote-title {
        flex-basis: 310px;
    }

    #akg-site-footer .akg-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 50px;
    }

    #akg-site-footer .akg-footer__badges {
        flex-wrap: wrap;
        justify-content: center;
        gap: 34px 52px;
    }
}

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

@media (max-width: 767px) {
    #akg-site-footer .akg-footer__quote-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        min-height: 0;
        padding: 28px 20px;
        text-align: center;
    }

    #akg-site-footer .akg-footer__quote-title {
        flex: 0 1 auto;
        width: 100%;
        max-width: none;
        font-size: 24px;
        line-height: 1.03;
    }

    #akg-site-footer .akg-footer__quote-divider {
        width: 100%;
        height: 1px;
        flex-basis: auto;
    }

    #akg-site-footer .akg-footer__quote-button {
        flex: 0 1 auto;
        width: 100%;
    }

    #akg-site-footer .akg-footer__quote-phone {
        justify-content: center;
        flex: 0 1 auto;
        width: 100%;
    }

    #akg-site-footer .akg-footer__container {
        padding: 44px 20px 30px;
    }

    #akg-site-footer .akg-footer__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    #akg-site-footer .akg-footer__column h2 {
        margin-bottom: 16px;
    }

    #akg-site-footer .akg-footer__about > p:first-of-type {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    #akg-site-footer .akg-footer__social {
        padding-bottom: 20px;
    }

    #akg-site-footer .akg-footer__rule {
        margin: 42px 0 28px;
    }

    #akg-site-footer .akg-footer__badges {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    #akg-site-footer .akg-footer__bottom {
        flex-direction: column;
        gap: 12px;
        padding-bottom: 30px;
    }

    #akg-site-footer .akg-footer__legal {
        flex-wrap: wrap;
        row-gap: 8px;
    }
}

@media (max-width: 420px) {
    #akg-site-footer .akg-footer__badges {
        grid-template-columns: 1fr;
    }

    #akg-site-footer .akg-footer__contact-item strong {
        font-size: 17px;
    }

    #akg-site-footer .akg-footer__quote-phone-icon {
        width: 46px;
        height: 46px;
    }
}

/* =====================================================
   AKG STICKY CTA
   Mobilde altta sabit, masaüstünde sağ altta kompakt
   ===================================================== */

.akg-sticky-cta,
.akg-sticky-cta * {
    box-sizing: border-box;
}

.akg-sticky-cta {
    position: fixed;
    right: 18px;
    bottom: 24px;
    z-index: 10000;
    display: flex;
    width: 292px;
    height: 54px;
    overflow: hidden;
    background: #000000;
    border: 1px solid #222222;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    transform: translateZ(0);
}

.akg-sticky-cta__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 0;
    min-width: 0;
    height: 54px;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.akg-sticky-cta__button:hover,
.akg-sticky-cta__button:focus {
    color: #ffffff;
    text-decoration: none;
}

.akg-sticky-cta__button--call {
    background: #e3222a;
}

.akg-sticky-cta__button--call:hover,
.akg-sticky-cta__button--call:focus {
    background: #c81b22;
}

.akg-sticky-cta__button--whatsapp {
    background: #0b7a43;
    border-left: 1px solid rgba(0, 0, 0, 0.35);
}

.akg-sticky-cta__button--whatsapp:hover,
.akg-sticky-cta__button--whatsapp:focus {
    background: #096838;
}

.akg-sticky-cta__icon {
    display: block;
    width: 20px;
    height: 20px;
    color: #ffffff;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.akg-sticky-cta__button--whatsapp .akg-sticky-cta__icon {
    width: 21px;
    height: 21px;
    fill: currentColor;
    stroke: none;
}

.akg-sticky-cta__button:focus-visible {
    outline: 2px dashed #ffffff;
    outline-offset: -5px;
}

/* Masaüstü hover efekti */
@media (min-width: 1024px) {
    .akg-sticky-cta:hover {
        transform: translateY(-4px) translateZ(0);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
    }
}

/* Tablet + mobil */
@media (max-width: 1023px) {
    body {
        padding-bottom: 58px;
    }

    .akg-sticky-cta {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 58px;
        border: 0;
        border-radius: 0;
        box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.28);
    }

    .akg-sticky-cta__button {
        height: 58px;
        font-size: 15px;
    }

    .akg-sticky-cta__icon {
        width: 21px;
        height: 21px;
    }

    .akg-sticky-cta__button--whatsapp .akg-sticky-cta__icon {
        width: 22px;
        height: 22px;
    }
}

/* Küçük telefon */
@media (max-width: 360px) {
    .akg-sticky-cta__button {
        gap: 6px;
        font-size: 13px;
    }

    .akg-sticky-cta__icon {
        width: 18px;
        height: 18px;
    }

    .akg-sticky-cta__button--whatsapp .akg-sticky-cta__icon {
        width: 19px;
        height: 19px;
    }
}

/* Hareket azaltma */
@media (prefers-reduced-motion: reduce) {
    .akg-sticky-cta,
    .akg-sticky-cta__button {
        transition: none;
        transform: none;
    }

    .akg-sticky-cta:hover {
        transform: none;
    }
}