body {

    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arimo', sans-serif;
    font-weight: 600;
}

[id] {
    scroll-margin-top: 120px;
}

.anchor-target {
    scroll-margin-top: 120px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}


/* Accordion alt-alt kategoriler */
.mega-menu .acc-submenu {
    display: none;
    padding-left: 12px;
    margin-top: 4px;
    border-left: 2px solid #e0e0e0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mega-menu .acc-submenu.open {
    display: block;
}

.mega-menu li.has-children>.acc-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 6px;
}

.mega-menu li.has-children>.acc-toggle a {
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    color: var(--black-color);
    flex: 1;
}

.mega-menu .acc-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.25s ease;
    color: var(--black-color);
    font-size: 11px;
    flex-shrink: 0;
}

.mega-menu .acc-arrow.rotated {
    transform: rotate(180deg);
}

/* Responsive: mobilde mega menu sütunları alt alta */
@media (max-width: 767px) {
    .mega-menu .column {
        margin-bottom: 10px;
    }

    .mega-menu .acc-submenu li a {
        font-size: 13px;
        padding: 3px 0;
        display: block;
    }
}

.alt-alt-menu a {
    color: var(--black-color);
    font-weight: 500;
}

.teklif-form-section {
    position: relative;
    padding: 80px 0;
    background: #f7f7f7;
}

.teklif-form-box {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 45px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
}

.teklif-form-heading {
    margin-bottom: 38px;
    text-align: center;
}

.teklif-form-heading h2 {
    margin: 0 0 10px;
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.teklif-form-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #666666;
    font-size: 16px;
    line-height: 1.7;
}

.teklif-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 26px;
}

.teklif-field {
    min-width: 0;
    margin: 0;
}

.teklif-field-full {
    grid-column: 1 / -1;
}

.teklif-field>label {
    display: block;
    margin: 0 0 9px;
    color: #3d3d3d;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.teklif-control {
    position: relative;
    display: block;
    width: 100%;
}

.teklif-control-icon {
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #8a8a8a;
    font-size: 17px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
    transition: color 0.25s ease;
}

.teklif-control input,
.teklif-control textarea {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #dedede;
    border-radius: 12px;
    background: #fafafa;
    color: #333333;
    font-family: inherit;
    font-size: 15px;
    outline: none;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.teklif-control input {
    height: 62px;
    padding: 0 20px 0 56px;
}

.teklif-control textarea {
    min-height: 180px;
    padding: 18px 20px 18px 56px;
    line-height: 1.6;
    resize: vertical;
}

.teklif-control input::placeholder,
.teklif-control textarea::placeholder {
    color: #929292;
    opacity: 1;
}

.teklif-control input:focus,
.teklif-control textarea:focus {
    border-color: #ff5b0a;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 91, 10, 0.1);
}

.teklif-control:focus-within .teklif-control-icon {
    color: #ff5b0a;
}

.teklif-textarea-control .teklif-control-icon {
    top: 21px;
    transform: none;
}

.teklif-checkbox {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin: 2px 0 0 !important;
    cursor: pointer;
}

.teklif-checkbox input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin: 3px 0 0;
    accent-color: #ff5b0a;
}

.teklif-checkbox span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.teklif-submit-area {
    padding-top: 5px;
    text-align: center;
}

.teklif-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-width: 190px;
    min-height: 64px;
    padding: 7px 8px 7px 25px;
    border: 0;
    border-radius: 40px;
    background: #ff5b0a;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.teklif-submit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #353535;
    color: #ffffff;
    font-size: 15px;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.teklif-submit-button:hover {
    background: #e94e00;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(255, 91, 10, 0.25);
    transform: translateY(-2px);
}

.teklif-submit-button:hover .teklif-submit-icon {
    background: #222222;
    transform: translateX(3px);
}

@media (max-width: 767px) {
    .teklif-form-section {
        padding: 45px 0;
    }

    .teklif-form-box {
        padding: 28px 18px;
        border-radius: 12px;
    }

    .teklif-form-heading {
        margin-bottom: 27px;
    }

    .teklif-form-heading h2 {
        font-size: 28px;
    }

    .teklif-form-heading p {
        font-size: 14px;
    }

    .teklif-form-grid {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .teklif-field-full {
        grid-column: auto;
    }

    .teklif-control input {
        height: 56px;
    }

    .teklif-control textarea {
        min-height: 160px;
    }

    .teklif-submit-button {
        width: 100%;
        max-width: 280px;
    }
}

.slider-one {
    position: relative;
    overflow: hidden;
}

.slider-one_image-layer {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Zoom efekti */
.zoom-bg {
    animation: zoomIn 8s ease-out infinite;
}

@media (max-width: 767px) {

    .slider-one .decor-left,
    .slider-one .decor-right,
    .slider-one .decor-left-2,
    .slider-one .decor-right-2 {
        height: 120px;
    }

    .slider-one .decor-left,
    .slider-one .decor-left-2 {
        left: 10px;
    }

    .slider-one .decor-right,
    .slider-one .decor-right-2 {
        right: 10px;
    }

}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/*.slider-one .decor-left,
    .slider-one .decor-right,
    .slider-one .decor-left-2,
    .slider-one .decor-right-2 {
        position: absolute;
        bottom: 0;
        z-index: 10;
    }

    .slider-one .decor-left {
        bottom: -30px;
        left: 25px;
        height: 190px;
    }

    .slider-one .decor-right {
        bottom: -30px;
        right: 25px;
        height: 190px;
    }

    .slider-one .decor-left-2 {
        bottom: 79px;
        left: 39px;
        height: 175px;
    }


    .slider-one .decor-right-2 {
        bottom: 78px;
        right: 28px;
        height: 179px;
    }*/


.slider-one {
    position: relative;
}

/* Eski absolute dekor kodlarını kaldır */
.slider-one .decor-left,
.slider-one .decor-right,
.slider-one .decor-left-2,
.slider-one .decor-right-2 {
    position: static;
    inset: auto;
    height: auto;
}

.slider-decor-list {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 25px;
}

.slider-decor-item {
    flex: 1 1 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
}

.slider-decor-item img {
    display: block;
    width: 100%;
    max-width: 260px;
    height: 165px;
    object-fit: contain;
}



/* Mobil */
@media (max-width: 575px) {
    .slider-decor-wrapper {
        padding: 12px 8px;
        overflow: hidden;
    }

    .slider-decor-list {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
        gap: 6px;
    }

    .slider-decor-item {
        flex: 1 1 25%;
        width: 25%;
        min-width: 0;
    }

    .slider-decor-item img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.urunler-swiper .swiper-slide {
    height: auto;
}

.news-block_two-image img {
    width: 100%;
    height: auto;
    display: block;
}

.urunler-pagination {
    margin-top: 12px;
}


.urunler-swiper {
    position: relative;
    flex: 1;
}

.urunler-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.urunler-prev,
.urunler-next {
    border: 2px solid var(--main-color);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    z-index: 50;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.urunler-prev:hover,
.urunler-next:hover {
    background-color: var(--main-color);
    color: white;
}

.arrow-center {
    justify-content: center;
    display: flex;
}

.special-title {
    font-size: 1.4rem !important;
    color: #444;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.pano-linkler {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.pano-linkler a {
    display: inline-flex;
    align-items: center;
    background-color: #f58220;
    flex: 0 0 auto;
    padding: 8px 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 6px;
    transition: 0.3s;
}

.pano-linkler a:hover {
    color: #f58220;
    background-color: #fff;
}

@media (max-width: 767px) {
    .pano-linkler {
        width: 100%;
        border-radius: 6px;
    }

    .pano-linkler a {
        padding: 7px 12px;
        font-size: 14px;
    }
}


@media (max-width: 991px) {

    .shop-detail_gallery-column {
        order: 1 !important;
    }

    .shop-detail_content-column {
        order: 2 !important;
    }
}

.shop-cat.brand-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    /* aralık istersen */
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-cat.brand-list li {
    text-align: center;
    /* ortalama için */
}

/* Kategori başlık düzeni */
.accordion-menu .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.accordion-menu .category-name,
.accordion-menu .category-link {
    flex: 1;
    min-width: 0;
}

/* Okun tıklama alanı */
.accordion-menu .category-title .arrow {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    touch-action: manipulation;
}

.accordion-menu .category-title .arrow i {
    pointer-events: none;
    transition: transform 0.25s ease;
}

/* Açık kategoride oku çevir */
.accordion-menu [data-level].open>.category-title .arrow i {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .accordion-menu .category-title {
        min-height: 50px;
    }

    .accordion-menu .category-title .arrow {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 20px;
        background: rgba(0, 0, 0, 0.06);
    }

    .accordion-menu .category-title .arrow:active {
        background: rgba(0, 0, 0, 0.14);
    }
}

/* Sayfalama */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination li {
    flex: 0 0 auto;
}

.pagination li a,
.pagination li span {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
}

/* Mobil */
@media (max-width: 767px) {
    nav[aria-label="Sayfalama"] {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4px 0 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    nav[aria-label="Sayfalama"] .pagination {
        width: max-content;
        min-width: 100%;
        justify-content: flex-start;
        gap: 4px;
        padding: 0 5px;
        white-space: nowrap;
    }

    .pagination li a,
    .pagination li span {
        min-width: 34px;
        height: 34px;
        padding: 0 8px;
        font-size: 13px;
        border-radius: 5px;
    }
}

/* Ürünler sayfasındaki kategori başlık düzeni */
.accordion-menu .category-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.accordion-menu .category-name,
.accordion-menu .category-link {
    flex: 1;
    min-width: 0;
}

/* Ürünler sayfasındaki ok tıklama alanı */
.accordion-menu .category-title .arrow {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    touch-action: manipulation;
}

.accordion-menu .category-title .arrow i {
    pointer-events: none;
    transition: transform 0.25s ease;
}

/* Açık kategoride oku çevir */
.accordion-menu [data-level].open>.category-title .arrow i {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .accordion-menu .category-title {
        min-height: 50px;
    }

    .accordion-menu .category-title .arrow {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 20px;
        background: rgba(0, 0, 0, 0.06);
    }

    .accordion-menu .category-title .arrow:active {
        background: rgba(0, 0, 0, 0.14);
    }
}

.project-block_three-special {
    margin-bottom: 24px;
}

.project-block_three-image img {
    width: 100%;
    display: block;
}

/* Ürünler sayfasındaki sayfalama düzeni */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination li {
    flex: 0 0 auto;
}

.pagination li a,
.pagination li span {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 767px) {
    nav[aria-label="Sayfalama"] {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4px 0 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    nav[aria-label="Sayfalama"] .pagination {
        width: max-content;
        min-width: 100%;
        justify-content: flex-start;
        gap: 4px;
        padding: 0 5px;
        white-space: nowrap;
    }

    .pagination li a,
    .pagination li span {
        min-width: 34px;
        height: 34px;
        padding: 0 8px;
        font-size: 13px;
        border-radius: 5px;
    }
}