.whatsapp-floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
}

.whatsapp-floating-btn:hover {
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
}

.whatsapp-floating-btn .fab.fa-whatsapp {
    font-size: 28px;
    line-height: 1;
}

.api {
    position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 20;
}

.api .whatsapp {
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 999;
    margin-top: 10px;
}

.api .whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.api .whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .whatsapp:hover .tooltiptext {
    visibility: visible;
}

.api .telefon {
    position: relative;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.api .telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telefon:hover .tooltiptext {
    visibility: visible;
}

.api .telegram {
    position: relative;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.api .telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telegram:hover .tooltiptext {
    visibility: visible;
}

.api .instagram {
    position: relative;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.api .instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .instagram:hover .tooltiptext {
    visibility: visible;
}

.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.activelangcur {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 5px 15px;
    border: 1px solid #0000004d;
    border-radius: 5px;
}

.lang a selected {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang a:hover {
    color: #000;
}

.rounded-25 {
    border-radius: 25%;
}

/* Breadcrumb alanı: yükseklik 240px, daralt, sağlı sollu (başlık sol, linkler sağ) */
.rts-breadcrumb-area {
    height: 240px;
    min-height: 240px;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.rts-breadcrumb-area .row {
    justify-content: space-between;
}

.rts-breadcrumb-area .breadcrumb-1 {
    text-align: left;
}

.rts-breadcrumb-area .bread-tag {
    justify-content: flex-end;
}

/* Hizmetler Dropdown Menü Resim Stilleri - Sadece resim için */
.navigation-dropdown__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    border-radius: 10px;
}

.navigation-dropdown__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.navigation-dropdown__item:hover .navigation-dropdown__image img {
    opacity: 0.5;
    transform: scale(1.1);
}

/* Resim varsa içeriği öne al - title ve icon yan yana */
.navigation-dropdown__item .title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 50px;
    z-index: 1;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.navigation-dropdown__item .icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    top: auto;
    z-index: 1;
}

/* Ürünler Slider (Swiper) */
.mySwiperUrunler .swiper-slide {
    height: auto;
}

.mySwiperUrunler .swiper-pagination-urunler {
    position: relative;
    margin-top: 24px;
}

/* Referanslar Carousel - logo boyutları korunur, pagination hemen altında */
.swiper-referanslar {
    padding: 0 0 0;
}

.swiper-referanslar .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.swiper-referanslar .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.swiper-referanslar .swiper-slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 0;
    object-fit: contain;
}

.swiper-referanslar .swiper-pagination-referanslar {
    position: relative;
    margin-top: 16px;
    margin-bottom: 0;
    bottom: auto;
}

.swiper-referanslar .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-referanslar .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .api {
        position: fixed;
        bottom: 0px !important;
        left: 0 !important;
        z-index: 999 !important;
        width: 100% !important;
        display: flex;
    }

    .api div {
        flex: 1 0 0%;
    }

    .api a {
        height: 40px !important;
        line-height: 40px !important;
        font-size: 20px !important;
        border-radius: 0 !important;
        width: 100% !important;
    }

    .api:hover a {
        transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important;
    }
}

/* Menü butonu: masaüstünde gizle */
@media (min-width: 992px) {
    #menu-btn {
        display: none !important;
    }
}

/* Ürün kutuları – referans görsel stili (kart, gölge, rozet, alt metin) */
.products.ui-list .product-card {
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    transition: box-shadow .3s ease, transform .3s ease;
}

.products.ui-list .product-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
    transform: translateY(-4px);
}

.products.ui-list .product-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.products.ui-list .product-header {
    position: relative;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    flex-shrink: 0;
}

.products.ui-list .product-cover {
    height: 220px;
    border-radius: 0;
    overflow: hidden;
}

@media (min-width: 480px) {
    .products.ui-list .product-cover {
        height: 260px;
    }
}

.products.ui-list .product-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(0, 0, .2, 1);
}

.products.ui-list .product-card a:hover .product-cover img {
    transform: scale(1.08);
}

.products.ui-list .product-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    background: #c41e3a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    line-height: 1;
}

.products.ui-list .product-body {
    position: static;
    padding: 20px 24px 0;
    align-items: flex-start;
    background: #fff;
}

.products.ui-list .product-body::after {
    display: none;
}

.products.ui-list .product-body .title {
    color: #334155;
    font-size: 15px;
    font-weight: 600;
}

.products.ui-list .product-body .old-price {
    color: #94a3b8;
    text-decoration: line-through;
    margin-left: 6px;
    font-weight: 500;
}

.products.ui-list .product-footer {
    padding: 12px 24px 24px;
    background: #fff;
    border-radius: 0 0 14px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.products.ui-list .product-footer .small-title {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 6px;
}

.products.ui-list .product-footer .title {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products.ui-list .product-card-excerpt {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products.ui-list ul {
    row-gap: 32px;
}

/* Ürün detay content-detail: info-text / spot */
.content-detail .info-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.content-detail .info-text .box-text {
    font-size: 15px;
    line-height: 1.6;
    color: #334155;
}

.content-detail .info-text .box-text p {
    margin-bottom: 0.75em;
}

.content-detail .info-text .box-text p:last-child {
    margin-bottom: 0;
}

/* icerik/katalog: içerikteki link → iframe */
.catalog-iframe-wrapper {
    margin: 1.5rem 0;
    width: 100%;
    min-height: 600px;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
}

.catalog-iframe {
    width: 100%;
    height: 75vh;
    min-height: 600px;
    border: 0;
    display: block;
}

/* Slider Yükseklik Ayarı - 02.02.2026 */
.slide,
.slide--item,
.slide-material,
.slide-material.slide-video,
.slide-material video,
.slide-material img {
    max-height: 700px !important;
    object-fit: cover !important;
}

/* Slider pagination konumunu da yukarı çekmek gerekebilir */
.slide-pagination {
    bottom: 30px !important;
}

/* About Area Padding Düzeltmesi - 02.02.2026 */
.rts-about-area.rts-section-gap.bg-shape-wrapper-main {
    padding-top: 70px !important;
}

/* Proje Galeri İcon Gizleme (Düzen Bozulmadan) - 02.02.2026 */
.bg-right-gallery .icon {
    visibility: hidden !important;
}

/* Ürün detay - flat-product-content arka plan ve üst boşluk */
.flat-product-content {
    background-color: #F7F7F7;
    margin: 10px 0 0;
}

