/* ==========================================================================
   Silindir Filtre - özel sayfa stilleri
   (Header, footer ve slider'a dokunulmamıştır)
   ========================================================================== */

/* Genel section aralıkları */
#paragraph-section-20,
.parallax-section,
#product-section-1,
.gallery-section-1,
#icon-section-1 {
    padding: 70px 0;
}

/* Ortak alt-çizgi (section başlıklarının altındaki yeşil çizgi) */
.parallax-title h2::after,
.gallery-wrapper>h2::after,
.icon-content-wrapper>h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--site-color);
    margin: 18px auto 0;
}

/* ==========================================================================
   1) "İhtiyaçlarınıza anında cevap verecek..." - paragraf bölümü
   ========================================================================== */
#paragraph-section-20 .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
}

#paragraph-section-20 .paragraph-title {
    flex: 0 0 38%;
    max-width: 38%;
}

#paragraph-section-20 .sf-eyebrow {
    color: var(--site-color) !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

#paragraph-section-20 .weta-icerik-tag {
    font-size: 30px;
    font-weight: var(--site-title-weight);
    line-height: 1.3;
    color: #000;
    margin: 0;
}

#paragraph-section-20 .paragraph-content {
    flex: 1 1 0;
    min-width: 280px;
}

#paragraph-section-20 .paragraph-content p {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

#paragraph-section-20 .sl-button {
    display: inline-block;
    background: var(--site-color);
    color: #fff !important;
    padding: 13px 32px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--site-color);
    transition: all 0.3s ease;
    margin-top: 10px;
}

#paragraph-section-20 .sl-button:hover {
    background: transparent;
    color: var(--site-color) !important;
    transform: translateY(-2px);
}

/* ==========================================================================
   2) "Başlıca Ürünlerimiz" - parallax bölümü
   ========================================================================== */
.parallax-section .parallax-title h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.parallax-section .parallax-description {
    text-align: center;
    max-width: 700px;
    margin: 20px auto 0;
}

.parallax-section .parallax-description p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

#parallax-50 .rg-wrapper {
    text-align: center;
}

/* ==========================================================================
   3) Ürünler grid'i
   ========================================================================== */
#product-section-1>.container>.row {
    display: none;
    /* "Ürünler" etiketi görselde yer almıyor */
}

#product-section-1 .product-wrapper {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

#product-section-1 .product-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    border-color: var(--site-color);
}

#product-section-1 .product-image .rgw {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

#product-section-1 .product-image img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}

#product-section-1 .product-content-wrapper {
    margin-top: 18px;
}

#product-section-1 .product-title h3 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

#product-section-1 .eleman-wrapper,
#product-section-1 .learn-more {
    display: none;
}

#product-section-1 .custom-col {
    margin-bottom: 30px;
}

.sf-all-products {
    text-align: center;
    margin-top: 10px;
}

.sf-all-products .sl-button {
    display: inline-block;
    background: var(--site-color);
    color: #fff !important;
    padding: 13px 34px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--site-color);
    transition: all 0.3s ease;
}

.sf-all-products .sl-button:hover {
    background: transparent;
    color: var(--site-color) !important;
    transform: translateY(-2px);
}

/* ==========================================================================
   4) "Endüstriyel Çözümler" - galeri bölümü
   ========================================================================== */
.gallery-section-1 .gallery-wrapper {
    background: var(--site-color);
    padding: 40px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


.gallery-section-1 .gallery-wrapper>h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.gallery-section-1 .galleryDescription {
    text-align: center;
    max-width: 800px;
    margin: 18px auto 0;
}

.gallery-section-1 .galleryDescription p,
.gallery-section-1 .galleryDescription a {
    color: #fff !important;
}

.gallery-section-1 #image-gallery {
    margin-top: 45px;
}

.gallery-section-1 .custom-col {
    margin-bottom: 30px;
}

.gallery-section-1 .img-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-section-1 .gallery-img {
    height: 230px;
}

.gallery-section-1 .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-section-1 .img-wrapper:hover .gallery-img img {
    transform: scale(1.08);
}

.gallery-section-1 .gallery-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.gallery-section-1 .img-title span {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

.gallery-section-1 .img-description {
    display: none;
}

/* ==========================================================================
   5) "Talepleriniz için bizimle iletişime geçin" - CTA bölümü
   ========================================================================== */
#parallax-99 .parallax-title h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 25px;
}

#parallax-99 .parallax-title h2::after {
    display: none;
}

#parallax-99 .parallax-description {
    text-align: center;
}

#parallax-99 .sf-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

#fixed-button .item a,
#fixed-button .item p {
    font-size: 15px;
}

#parallax-99 .sf-button:hover span,
#parallax-99 .sf-button:hover i {
    color: var(--site-color) !important;
}

#parallax-99 .sf-button:hover {
    background: #fff;
}

/* ==========================================================================
   6) "Hakkımızda" - ikon bölümü
   ========================================================================== */
#icon-section-1 .icon-content-wrapper {
    text-align: center;
    margin-bottom: 45px;
}

#icon-section-1 .icon-content-wrapper>h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

#icon-section-1 .icon-wrapper {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.08);
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

#icon-section-1 .icon-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

#icon-section-1 .icon {
    width: 68px;
    height: 68px;
    border: 2px solid var(--site-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

#icon-section-1 .icon span {
    color: var(--site-color) !important;
    font-size: 26px;
}

#icon-section-1 .icon-title p {
    font-size: 20px !important;
    margin: 0 0 12px;
}

#icon-section-1 .icon-description p {
    color: #000 !important;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* ==========================================================================
   7) Google Maps - tam genişlik
   ========================================================================== */
#html-section-1 {
    padding: 0 !important;
}

#html-section-1 iframe {
    display: block;
    width: 100vw;
    max-width: 100vw;
    height: 450px;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    border: 0;
}

/* ==========================================================================
   ÜRÜNLER SAYFASI (/tr/urunler)
   (Header, footer ve breadcrumb'a dokunulmamıştır)
   ========================================================================== */

/* 1) Üst tanıtım metni */
#paragraph-section-21 .paragraph-title {
    display: none;
}

#paragraph-section-21 .sf-rich-text p {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

#paragraph-section-21 .sf-heading {
    margin: 25px 0 10px;
}

#paragraph-section-21 .fl-heading-text {
    font-size: 21px;
    font-weight: 700;
    color: #000;
}

#paragraph-section-21 .sf-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--site-color);
    color: #fff !important;
    padding: 13px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--site-color);
    transition: all 0.3s ease;
    margin-top: 10px;
}

#paragraph-section-21 .sf-button:hover {
    background: transparent;
    color: var(--site-color) !important;
    transform: translateY(-2px);
}

/* 2) Ürün grid'i */
#product-section-2 .rg-wrapper {
    display: none;
}

#product-section-2 .product-list .row {
    display: flex;
    flex-wrap: wrap;
}

#product-section-2 .custom-col {
    margin-bottom: 30px;
}

#product-section-2 .product-wrapper {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

#product-section-2 .product-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    border-color: var(--site-color);
}

#product-section-2 .product-image .rgw {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

#product-section-2 .product-image img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
}

#product-section-2 .product-title h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 18px 0 10px;
}

#product-section-2 .product-content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#product-section-2 .learn-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

#product-section-2 .sf-product-desc {
    color: #666;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0 0 18px;
    flex: 1;
}

#product-section-2 .sf-detay-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f2f2f2;
    color: #000;
    padding: 9px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

#product-section-2 .sf-detay-btn:hover {
    background: var(--site-color);
    color: #fff;
}

#product-section-2 .eleman-wrapper {
    display: none;
}

#product-section-2 .sf-cta-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 280px;
    border-radius: 10px;
    padding: 24px;
    text-decoration: none;
    background:
        linear-gradient(145deg, #3c9e2a 0%, rgba(255, 255, 255, 0) 100%),
        url('/images/ilac-endustrisi.jpg');
    background-size: cover;
    background-position: center;
}

#product-section-2 .sf-cta-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

#product-section-2 .sf-cta-text {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    text-align: left;
}



/* ==========================================================================
   ÜRÜN DETAY SAYFASI (/tr/product/*)
   (Header, footer ve breadcrumb'a dokunulmamıştır)
   ========================================================================== */

/* 1) Genel yerleşim */
.productDetail {
    padding-top: 10px;
}

.productDetail .col-md-5 {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

/* 2) Ürün görseli - ana slider */
.productDetail .productSwiper {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.productDetail .productSwiper .productImage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 420px;
    padding: 30px;
}

.productDetail .productSwiper .productImage img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.productDetail .productSwiper .swiper-button-next,
.productDetail .productSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    color: var(--site-color);
    transition: all 0.3s ease;
}

.productDetail .productSwiper .swiper-button-next:hover,
.productDetail .productSwiper .swiper-button-prev:hover {
    background: var(--site-color);
    color: #fff;
}

.productDetail .productSwiper .swiper-button-next::after,
.productDetail .productSwiper .swiper-button-prev::after {
    font-size: 15px;
    font-weight: 700;
}

/* 3) Ürün görseli - küçük görsel (thumbnail) şeridi */
.productDetail .product-thumbs {
    margin-top: 14px;
}

.productDetail .product-thumbs .swiper-slide {
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.75;
    transition: all 0.3s ease;
}

.productDetail .product-thumbs .swiper-slide:hover {
    opacity: 1;
    border-color: var(--site-color);
}

.productDetail .product-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--site-color);
}

.productDetail .product-thumbs .productImage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 8px;
}

.productDetail .product-thumbs .productImage img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* 4) Ürün başlığı */
.productDetail .productTitle {
    margin-bottom: 18px;
}

.productDetail .productTitle h1.weta-icerik-tag {
    font-size: 32px;
    font-weight: var(--site-title-weight);
    color: #000;
    line-height: 1.3;
    margin: 0 0 16px;
    position: relative;
    padding-bottom: 16px;
}

.productDetail .productTitle h1.weta-icerik-tag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--site-color);
}

/* Ürün varyasyon/özellik alanı (boşsa gizle) */
.productDetail .eleman-wrapper:has(.eleman:empty) {
    display: none;
}

/* 5) Ürün açıklama metni */
.productDetail .productContent {
    margin-bottom: 30px;
}

.productDetail .productContent .sf-rich-text p {
    color: var(--site-paragraph-color);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 16px;
}

.productDetail .productContent .sf-rich-text strong {
    color: #000;
}

.productDetail .productContent .sf-rich-text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.productDetail .productContent .sf-rich-text ul li {
    position: relative;
    padding-left: 28px;
    color: var(--site-paragraph-color);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.productDetail .productContent .sf-rich-text ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--site-color);
    font-size: 13px;
}

.productDetail .productContent .sf-rich-text a {
    color: var(--site-color);
    font-weight: 600;
    text-decoration: underline;
}

.productDetail .product-elements:empty {
    display: none;
}

/* 6) "Teklif İsteyin" butonu */
.productDetail .teklifButton {
    margin-top: 10px;
}

.productDetail .teklifButton .btn-color {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--site-color);
    color: #fff;
    justify-content: center;
    padding: 14px 36px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid var(--site-color);
    transition: all 0.3s ease;
}

.productDetail .teklifButton .btn-color:hover {
    background: transparent;
    color: var(--site-color);
    transform: translateY(-2px);
}

/* 7) "Teklif İsteyin" modal formu */
#teklifModal .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
}

#teklifModal .modal-header {
    background: var(--site-color);
    border-bottom: none;
    padding: 20px 28px;
}

#teklifModal .modal-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

#teklifModal .modal-title span {
    display: inline-block;
    margin-top: 2px;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.9;
}

#teklifModal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

#teklifModal .btn-close:hover {
    opacity: 1;
}

#teklifModal .modal-body {
    padding: 30px 28px;
    background: #fff;
}

#teklifModal .modal-content-title {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

#teklifModal .form-control {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    color: #000;
    background: #fafafa;
    transition: all 0.2s ease;
}

#teklifModal .form-control:focus {
    outline: none;
    border-color: var(--site-color);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(60, 158, 42, 0.12);
}

#teklifModal textarea.form-control {
    resize: vertical;
    min-height: 90px;
}

#teklifModal .g-recaptcha {
    transform: scale(0.95);
    transform-origin: left top;
}

#teklifModal .modal-footer {
    border-top: none;
    padding: 0;
    margin-top: 6px;
    justify-content: flex-start;
}

#teklifModal #submitButton.btn-outline-success {
    border-radius: 6px;
    padding: 11px 32px;
    font-weight: 600;
    font-size: 14px;
    background: var(--site-color);
    border: 2px solid var(--site-color);
    color: #fff;
    transition: all 0.3s ease;
}

#teklifModal #submitButton.btn-outline-success:hover {
    background: transparent;
    color: var(--site-color);
    transform: translateY(-2px);
}

@media (max-width: 576px) {
    #teklifModal .modal-body {
        padding: 22px 18px;
    }

    #teklifModal #submitButton.btn-outline-success {
        width: 100%;
    }
}

/* 8) Ürün galerisi (product-gallery-detail-section-1) */
.product-gallery-section-1 {
    background: #f8f9fa;
}

.product-gallery-section-1 .gallery-wrapper h3.weta-icerik-tag:empty,
.product-gallery-section-1 .galleryDescription:empty {
    display: none;
}

.product-gallery-section-1 .img-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.product-gallery-section-1 .img-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    border-color: var(--site-color);
}

.product-gallery-section-1 .gallery-img {
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery-section-1 .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery-section-1 .gallery-info:empty,
.product-gallery-section-1 .img-title:empty,
.product-gallery-section-1 .img-description:empty {
    display: none;
}



/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 991px) {
    #paragraph-section-20 .paragraph-title {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gallery-section-1 .custom-col {
        width: 50% !important;
    }

    #product-section-2 .custom-col {
        width: 50% !important;
    }

    .product-gallery-section-1 .custom-col {
        width: 50% !important;
    }
}

@media (max-width: 768px) {

    #paragraph-section-20,
    #paragraph-section-21,
    .parallax-section,
    #product-section-1,
    #product-section-2,
    .gallery-section-1,
    #icon-section-1 {
        padding: 45px 0;
    }

    #icon-section-1 .custom-col {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .accordion-section .custom-accordion>h3.weta-icerik-tag {
        font-size: 22px;
    }

    .productDetail .col-md-5 {
        position: static;
        margin-bottom: 30px;
    }

    .productDetail .productSwiper .productImage {
        height: 300px;
    }

    .productDetail .productTitle h1.weta-icerik-tag {
        font-size: 25px;
    }

    .productDocuments {
        padding: 40px 0;
    }

    .productDocuments .custom-accordion>h3.weta-icerik-tag {
        font-size: 22px;
    }

    .swiper-slide img {
        height: auto !important;
    }

    .pageSliderContent .swiper-slide {
        justify-content: start;
    }

    #paragraph-section-20 {
        position: relative;
        z-index: 1;
        margin-top: -70px;
        padding-top: 0px;
    }
}

@media (max-width: 576px) {
    .gallery-section-1 .custom-col {
        width: 100% !important;
    }

    #product-section-1 .custom-col {
        width: 50% !important;
    }

    #product-section-2 .custom-col {
        width: 100% !important;
    }

    .product-gallery-section-1 .custom-col {
        width: 100% !important;
    }

    .productDetail .teklifButton .btn-color {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   "Teklif İste" - sağa yaslı sabit (fixed) buton
   ========================================================================== */
.product-fixed-element {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 998;
    background: var(--site-color);
    color: #fff;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
    box-shadow: -3px 0 14px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.product-fixed-element:hover {
    padding-right: 6px;
    background: var(--site-hover-color);
}

.product-fixed-element .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 12px;
}

.product-fixed-element .content #info {
    font-size: 20px;
    color: #fff;
}

.product-fixed-element .content .text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

.product-fixed-element .content #arrow {
    font-size: 13px;
    color: #fff;
    transform: rotate(180deg);
}

@media (max-width: 576px) {
    .product-fixed-element {
        top: 65%;
    }
    .product-fixed-element .content {
        padding: 12px 8px;
        gap: 6px;
    }

    .product-fixed-element .content #info {
        font-size: 16px;
    }

    .product-fixed-element .content .text {
        font-size: 12px;
    }
}

/* ==========================================================================
   "Teklif İste" Popup Formu (#allteklifPopup)
   ========================================================================== */
#allteklifPopup .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
}

#allteklifPopup .modal-header {
    background: var(--site-color);
    border-bottom: none;
    padding: 20px 28px;
}

#allteklifPopup .modal-title {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 18px;
    margin: 0;
}

#allteklifPopup .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

#allteklifPopup .btn-close:hover {
    opacity: 1;
}

#allteklifPopup .modal-body {
    padding: 30px 28px;
}

#allteklifPopup .first-text {
    color: #555;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 22px;
}

#allteklifPopup .custom-label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    transform: none;
}

#allteklifPopup .form-input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    color: #000;
    background: #fafafa;
    transition: all 0.2s ease;
}

#allteklifPopup .form-input:focus {
    outline: none;
    border-color: var(--site-color);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(60, 158, 42, 0.12);
}

#allteklifPopup textarea.form-input {
    resize: vertical;
    min-height: 70px;
}

#allteklifPopup #phonenumber {
    position: relative;
}

#allteklifPopup #valid-msg,
#allteklifPopup #error-msg {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

#allteklifPopup #valid-msg {
    color: var(--site-color);
}

#allteklifPopup #error-msg {
    color: #d9363e;
}

#allteklifPopup #approve-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

#allteklifPopup #approve-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--site-color);
    cursor: pointer;
}

#allteklifPopup #approve-checkbox label {
    font-size: 13.5px;
    color: #444;
    margin: 0;
    cursor: pointer;
}

#allteklifPopup .g-recaptcha {
    transform: scale(0.95);
    transform-origin: left top;
}

#allteklifPopup #button-alani {
    margin-top: 10px;
}

#allteklifPopup #submitButton,
#allteklifPopup #clearButton {
    border-radius: 6px;
    padding: 11px 28px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid var(--site-color);
    transition: all 0.3s ease;
    margin-right: 10px;
}

#allteklifPopup #submitButton {
    background: var(--site-color);
    color: #fff;
}

#allteklifPopup #submitButton:hover {
    background: var(--site-hover-color);
    border-color: var(--site-hover-color);
    transform: translateY(-2px);
}

#allteklifPopup #clearButton {
    background: transparent;
    color: var(--site-color);
}

#allteklifPopup #clearButton:hover {
    background: var(--site-color);
    color: #fff;
}

#allteklifPopup .second-text {
    display: none;
}

@media (max-width: 576px) {
    #allteklifPopup .modal-body {
        padding: 22px 18px;
    }

    #allteklifPopup #submitButton,
    #allteklifPopup #clearButton {
        width: 100%;
        margin: 0 0 10px;
    }
}

.section-top-bar {
    background: var(--site-color);
}

.section-top-bar ul li a {
    color: #fff;
}

.footer .col-md-4 p {
    display: none;
}

#dokumanTab {
    display: none;
}

section#bottom-footer {
    border-top: none;
    background: #41a92f;
}

.product-breadcrumb,
.page-breadcrumb {
    background: linear-gradient(90deg, var(--site-color) 0%, var(--site-hover-color) 100%) !important;
}

.icon-wrapper:hover .icon span,
.icon-wrapper:hover .icon-title .weta-icerik-tag,
.icon-wrapper:hover .icon-description * {
    color: inherit !important;
    background: inherit !important;
    border-color: inherit !important;
}

/* ==========================================================================
   İLETİŞİM SAYFASI (/tr/iletisim)
   (Header, footer, breadcrumb ve harita bölümüne dokunulmamıştır)
   ========================================================================== */

#contactForm-1 {
    padding: 70px 0;
}

#contactForm-1 .row {
    align-items: stretch;
}

/* 1) Ortak başlık stili (iki kolon için) */
#contactForm-1 h1.weta-icerik-tag {
    font-size: 26px;
    font-weight: var(--site-title-weight);
    color: #000;
    margin: 0 0 16px;
    position: relative;
    padding-bottom: 16px;
}

#contactForm-1 h1.weta-icerik-tag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--site-color);
}

/* 2) Sol kolon - İletişim Bilgileri */

#contactForm-1 .weta-description p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 28px;
}

#contactForm-1 .contact-group {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-left: 40px;
}

#contactForm-1 .contact-oge {
    display: block;
}

#contactForm-1 .contact-oge p {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    color: #333;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.6;
}

#contactForm-1 .contact-oge .icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    margin-left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--site-color);
    color: #fff;
    font-size: 17px;
    margin-right: 0 !important;
}

#contactForm-1 .contact-oge .icon i {
    margin-right: 0 !important;
}

#contactForm-1 .contact-oge a {
    transition: color 0.3s ease;
}

#contactForm-1 .contact-oge a:hover p {
    color: var(--site-color);
}

/* 3) Sağ kolon - İletişim Formu */


#contactForm-1 .form-description p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 22px;
}

#contactForm-1 .custom-label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

#contactForm-1 .form-input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    color: #000;
    background: #fafafa;
    transition: all 0.2s ease;
}

#contactForm-1 .form-input:focus {
    outline: none;
    border-color: var(--site-color);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(60, 158, 42, 0.12);
}

#contactForm-1 textarea.form-input {
    resize: vertical;
    min-height: 110px;
}

#contactForm-1 #phonenumber {
    position: relative;
}

#contactForm-1 #valid-msg,
#contactForm-1 #error-msg {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

#contactForm-1 #valid-msg {
    color: var(--site-color);
}

#contactForm-1 #error-msg {
    color: #d9363e;
}

#contactForm-1 .g-recaptcha {
    transform: scale(0.95);
    transform-origin: left top;
}

#contactForm-1 .form-button {
    margin-top: 4px;
}

#contactForm-1 .form-button .btn-color {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    background: var(--site-color);
    color: #fff;
    padding: 13px 34px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid var(--site-color);
    transition: all 0.3s ease;
}

#contactForm-1 .form-button .btn-color:hover {
    background: transparent;
    color: var(--site-color);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    #contactForm-1 .contact-form {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {

    #contactForm-1 .rexa-content,
    #contactForm-1 .contact-form {
        padding: 28px 22px;
    }

    #contactForm-1 .form-button .btn-color {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 991px) {
    .section-header.fixed .logo img {
        max-height: 60px !important;
    }

    .section-header.fixed {
        height: 75px !important;
    }

    .section-header.fixed #navigation>ul>li a::after {
        bottom: -10px !important;
    }
}

.footer {
    border-top: none;
}