
/* orta bolum kampnaya slider baslangic */

.sect-title {
    margin-bottom: 56px;
    margin-top: 56px;
}
   .wrap-sw-over {
    margin-left: -10px;
    padding-left: 10px;
    margin-bottom: -10px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
    .wrap-sw-over {
        margin-left: -40px;
        padding-left: 40px;
        margin-bottom: -40px;
        padding-bottom: 40px;
    }
}
.box-image_V02 {
    position: relative;
    display: flex;
}

.tf-swiper .swiper-slide {
    height: auto;
}

.gramaj {
    color: #EA552D;
}

.tf-swiper .swiper-slide > * {
    height: 100%;
}
.hover-img .img-style {
    overflow: hidden;
}
.box-image_image {
    display: inline-flex;
    width: 100%;
}
.box-image_V02 .box-image_image img {
    min-height: 400px;
}
.hover-img .img-style > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.box-image_content {
    position: absolute;
    display: flex;
    align-items: start;
    flex-direction: column;
}
h2.type-semibold, .h2.type-semibold {
    line-height: 120%;
    font-weight: 600;
    font-size: 42px;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.48);
}
.type-semibold a {
    color:#fff;
}
    .box-image_V02.type-space-5 .box-image_content {
        bottom: 32px;
        left: 32px;
    }
.box-image_V02.type-space-2 .sub-text {
    margin-bottom: 24px;
    font-size: 16px !important;
}
.animate-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100%;
    opacity: 0.6;
}
button.animate-btn::after, .animate-btn.tf-btn::after {
    background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0) 70%);
}
.animate-btn {
    position: relative;
    overflow: hidden;
}
.tf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 40px;
    position: relative;
    background-color: #000;
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
}


.container-fulloffer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 16px;
    margin-bottom: 150px;;
}

@media (min-width: 1200px) {
    .container-fulloffer {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1600px) {
    .container-fulloffer {
        padding-left: 48px;
        padding-right: 48px;
    }
}


.sw-dot-default {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.sw-dot-default {
    margin-top: 24px;
}

@media (min-width: 1200px) {
    .themesFlat .tf-sw-pagination {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .themesFlat .tf-sw-pagination {
        position: static !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
        gap: 8px;
    }
    .themesFlat .tf-sw-pagination.swiper-pagination-lock {
        display: flex !important;
    }
    .themesFlat .tf-sw-pagination .swiper-pagination-bullet:only-child {
        display: inline-block !important;
    }
    .themesFlat .tf-sw-pagination .swiper-pagination-bullet {
        position: relative;
        width: 6px !important;
        height: 6px !important;
        opacity: 1 !important;
        border: 0 !important;
        border-radius: 50%;
        background: #9a9a9a !important;
        margin: 0 4px !important;
    }
    .themesFlat .tf-sw-pagination .swiper-pagination-bullet::after {
        content: none;
    }
    .themesFlat .tf-sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 15px !important;
        height: 15px !important;
        border: 1px solid #111111 !important;
        background: transparent !important;
    }
    .themesFlat .tf-sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #111111;
        transform: translate(-50%, -50%);
    }
}

/* orta bolum kampnaya slider baslangic */


footer p a {
    color: #8d8f94;
}



.adres-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .adres-table thead tr {
        border-bottom: 2px solid #e5e5e5;
    }

    .adres-table thead th {
        font-weight: 700;
        color: #1f1f1f;
        font-size: 16px;
        padding: 18px 12px;
        vertical-align: middle;
        border-bottom: 2px solid #e5e5e5;
    }

    .adres-table tbody tr {
        transition: background-color 0.2s ease;
    }

        .adres-table tbody tr:hover {
            background-color: #fafafa;
        }

    .adres-table tbody td {
        padding: 16px 12px;
        vertical-align: middle;
        color: #222;
        font-size: 15px;
        line-height: 1.6;
        border-bottom: 1px solid #f1f1f1;
    }

    .adres-table tbody tr:last-child td {
        border-bottom: none;
    }

    .adres-table td {
        word-break: break-word;
    }

    .adres-table .action-cell {
        width: 130px;
        white-space: nowrap;
    }

    .adres-table .btn {
        min-width: 95px;
        border-radius: 8px;
        font-size: 15px;
        padding: 10px 14px;
    }

    .adres-table .btn-light {
        background-color: #f7f7f7;
        border-color: #f7f7f7;
    }


.hesapdetay h3 {
    line-height:0;
}

@media (max-width: 767.98px) {

    .hesapdetay h3 {
        line-height: 30px;
    }




    .adres-table thead {
        display: none;
    }

    .adres-table,
    .adres-table tbody,
    .adres-table tr {
        display: block;
        width: 100%;
    }

        .adres-table tr {
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 12px;
            padding: 14px;
            margin-bottom: 16px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }

        .adres-table tbody td {
            display: grid;
            grid-template-columns: 95px 1fr;
            align-items: start;
            border: none;
            border-bottom: 1px solid #f1f1f1;
            padding: 14px 0;
            text-align: left !important;
            column-gap: 16px;
        }

            .adres-table tbody td::before {
                content: attr(data-label);
                grid-column: 1;
                font-weight: 600;
                color: #222;
                line-height: 1.6;
                align-self: start;
            }

            .adres-table tbody td .td-value {
                grid-column: 2;
                display: block;
                text-align: left !important;
                line-height: 1.6;
                min-width: 0;
                padding-left: 14px;
                border-left: 1px solid #e3e3e3;
            }

        .adres-table .action-cell {
            display: inline-block;
            width: 48%;
            border-bottom: none !important;
            padding-top: 14px;
            vertical-align: top;
        }

            .adres-table .action-cell::before {
                display: none;
                content: none;
            }

            .adres-table .action-cell .btn {
                width: 100%;
                display: block;
                font-size: 14px;
                padding: 10px 12px;
            }

        .adres-table tr::after {
            content: "";
            display: block;
            clear: both;
        }

        .adres-table tbody tr:last-child td {
            border-bottom: 1px solid #f1f1f1;
        }

        .adres-table tbody td:last-of-type {
            border-bottom: none;
        }
}