.section-top-bar {
    background: linear-gradient(to left, rgba(10, 115, 115, 1) 0%, rgba(183, 191, 153, 1) 70%);
    padding: 12px 0;
}


.product-fixed-element {
    position: fixed;
    top: 61%;
    right: 0;
    z-index: 1;
    color: #fff;
    background: linear-gradient(180deg,
            rgba(10, 115, 115, 1) 0%,
            rgba(0, 0, 0, 1) 100%);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.product-fixed-element .content #info {
    font-size: 35px !important;
}


.product-fixed-element .text {
    font-size: 14px;
}

.product-fixed-element {
    width: 80px !important;
}

.product-fixed-element .content {
    display: flex;
    padding: 10px 0 0 0;
    gap: 5px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-fixed-element .content #arrow {
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1023px) and (max-width: 1620px) {
    .product-fixed-element .text {
        font-size: 12px;
    }
}

#clearButton {
    display: none;
}

.modal-dialog .first-text {
    font-size: 16px !important;
}

.modal-dialog .second-text {
    padding-top: 16px;
    font-size: 14px !important;
}

.section-top-bar .row {
    align-items: center;
}

/* Left Bar - Social Media */
#left-bar {
    display: flex;
    align-items: center;
}

#left-bar #header-social-media {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 12px;
}

#left-bar #header-social-media li {
    display: inline-flex;
}

#left-bar #header-social-media a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

#left-bar #header-social-media a:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

/* Right Bar - Contact Info */
#right-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#right-bar>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}

#right-bar>ul li {
    display: inline-flex;
    align-items: center;
}

#right-bar>ul li a,
#right-bar>ul li p {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin: 0;
}

#right-bar>ul li i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.3s ease;
}

#right-bar>ul li a:hover,
#right-bar>ul li:hover p {
    color: #ffffff;
    opacity: 0.9;
}

#right-bar>ul li a:hover i,
#right-bar>ul li:hover i {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

/* Specific Contact Items */
.phone-bar i {
    color: #ffffff;
}

.whatsapp-bar i {
    color: #ffffff;
}

.email-bar i {
    color: #ffffff;
}

/* Right Bar Social Media */
#right-bar #header-social-media {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    gap: 10px;
}

#right-bar #header-social-media li {
    display: inline-flex;
}

#right-bar #header-social-media a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease;
}

#right-bar #header-social-media a:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

/* Responsive Top Bar */
@media (max-width: 991px) {
    .section-top-bar {
        padding: 10px 0;
    }

    #right-bar>ul {
        gap: 15px;
    }

    #right-bar>ul li a,
    #right-bar>ul li p {
        font-size: 12px;
    }

    #right-bar #header-social-media {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .section-top-bar {
        padding: 8px 0;
    }

    .section-top-bar .row {
        flex-direction: column;
        gap: 10px;
    }

    #left-bar,
    #right-bar {
        width: 100%;
        justify-content: center;
    }

    #right-bar>ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    #right-bar>ul li a span,
    #right-bar>ul li p span:not(.icon) {
        display: none;
    }

    #right-bar>ul li a,
    #right-bar>ul li p {
        gap: 0;
    }

    #right-bar #header-social-media {
        margin-left: 0;
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    #left-bar #header-social-media {
        gap: 8px;
    }

    #right-bar>ul {
        gap: 8px;
    }

    #right-bar>ul li i {
        width: 32px;
        height: 32px;
    }
}

/* ========== HEADER SECTION ========== */

.section-header {
    height: 120px !important;
    align-content: center;
}

.gallery-section-3 .container {
    display: flex;
    flex-direction: row;
}

.gallerySwiper-2,
.gallery-wrapper {
    width: 50%;
}

.video-item {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


#page-detail-section-101,
#page-detail-section-102 {
    padding: 10px 0 40px 0;
}

#privatePageContentItem_379 .video-item {
    height: 600px;
}

.gallerySwiper-3,
.gallery-wrapper {
    width: 50%;
}

/* Gallery Section 3 - Yükseklik Dengeleme */
#secenek-11 .container,
#secenek-13 .container,
#secenek-15 .container,
#gallery-detail-section-3 .container {
    display: flex;
    align-items: start;
    gap: 50px;
}

#secenek-11 .gallery-wrapper,
#gallery-detail-section-3 .gallery-wrapper {
    width: 50%;
}

#secenek-11 #image-gallery,
#gallery-detail-section-3 #image-gallery {
    width: 50%;
}

#secenek-11 .galleryDescription,
#gallery-detail-section-3 .galleryDescription {
    margin-top: 20px;
}

#secenek-11 .galleryDescription p,
#gallery-detail-section-3 .galleryDescription p {
    line-height: 1.7;
    color: #374151;
    margin-bottom: 15px;
}

#secenek-11 .row {
    gap: 20px;
}

#secenek-11 .custom-col {
    width: 75%;
}

/* Gallery Section 3 Images */
#secenek-11 .img-wrapper,
#gallery-detail-section-3 .img-wrapper {
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

#secenek-11 .gallery-img img,
#gallery-detail-section-3 .gallery-img img {
    border-radius: 0;
}

/* En alttaki resme object-fit: cover */
#secenek-11 .custom-col:last-child .gallery-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#gallery-detail-section-3 .custom-col:last-child .gallery-img img {
    object-fit: cover;
}

/* ========== GALLERY IMAGE HOVER EFFECT - TÜM GALERİLER ========== */

.gallery-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

/* Product Image Container */
.swiper-slide-active .productImage {
    border: 2px solid #b7bf99;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

/* Hover Background Overlay - Tema Rengi */
.gallery-img a::before,
.productImage a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(10, 115, 115, 0.8) 0%, rgba(10, 115, 115, 0.7) 30%, rgba(10, 115, 115, 0.5) 40%, transparent 70%);
    /* Tema rengi */
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
}

/* Büyüteç İkonu - Font Awesome */
.gallery-img a::after,
.productImage a::after {
    content: "\f002";
    /* Font Awesome search icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 48px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 3;
}

/* Hover States */
.gallery-img a:hover::before,
.productImage a:hover::before {
    opacity: 1;
}

.gallery-img a:hover::after,
.productImage a:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Gallery Section Specific Adjustments */
.gallerySwiper-1 .gallery-img,
.gallerySwiper-2 .gallery-img,
.gallerySwiper-3 .gallery-img {
    border-radius: 6px;
    overflow: hidden;
}

.section-header.fixed {
    align-content: center;
}

#privatePageContentItem_376 p {
    padding-right: 40px;
}

#productText-11 #content-left .row {
    gap: 40px;
    flex-wrap: nowrap;
}

#privatePageContentItem_376 .rexa-gorseller {
    justify-content: center;
}


#productText-13 .rexa-gorseller {
    padding: 0;
}

#productText-15 .gorsel-right .rgw,
#productText-10 .swiper-slide,
#productText-9 .swiper-slide,
#productText-8 .swiper-slide,
#product-detail-3 .swiper-slide,
#product-detail-4 .swiper-slide,
#product-detail-5 .swiper-slide,
#product-detail-6 .swiper-slide,
#product-detail-7 .swiper-slide,
#product-detail-8 .swiper-slide {
    border: 2px solid #b7bf99;
    border-radius: 6px;
    padding: 20px;
}

.productDetail .col-md-7 .productContent {
    padding-right: 0;
}

@media (min-width:768px) {

    #productText-10 p,
    #productText-14 p,
    #productText-15 p,
    #product-detail-7 .col-md-7 p,
    #product-detail-5 .col-md-7 p,
    #product-detail-3 .col-md-7 p,
    #product-detail-8 .col-md-7 p,
    #product-detail-6 .col-md-7 p,
    #product-detail-4 .col-md-7 p,
    {
    text-align: justify;
}

#productText-9 #images-left,
#productText-8 #images-left {
    width: 58.5%;
    padding: 0 20px;
}

#productText-9 #content-right,
#productText-8 #content-right {
    width: 41.5%;
    justify-content: center;
}

#productText-15 .col-md-5 {
    padding: 20px 0;
}

#productText-11 video {
    max-height: 370px;
}

#productText-15 .col-md-5 p {
    height: 650px;
}

#productText-10 #content-left p {
    height: 320px;
}

#productText-15 .col-md-5 p,
#productText-10 #content-left p {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;

}

#productText-15 .col-md-5,
#productText-10 #content-left {
    width: 40% !important;
}

#productText-15 .col-md-7 {
    width: 60% !important;
    padding-right: 0;
    padding-left: 50px;
}

#productText-10 #images-right {
    width: 60% !important;
}

#page-detail-section-116 .col-md-5 {
    width: 50% !important;
}

#page-detail-section-116 .row {
    flex-wrap: nowrap;
}

.footer .row {
    justify-content: space-around;
}

.footer #footer-col:nth-child(1) {
    margin-right: 50px;
}


#sliderView-1 .weta-slider-tag b {
    color: #0a7373;
}

#sliderView-1 .weta-description p {
    font-size: 20px !important;
    line-height: 115% !important;
}

#productText-14 #image-gallery {
    width: 100%;
    padding-bottom: 60px;
}

#productText-14 .gallery-wrapper {
    width: 100%;
    padding-left: 0;
}

#product-detail-7 .col-md-5 {
    padding-left: 30px;
}

#gallery-detail-section-1 .container {
    display: flex;
    flex-direction: column;
}

.section-header.fixed .logo img {
    max-height: 65px !important;
}

#gallery-detail-section-1 .container .gallerySwiper-1 img {
    min-height: 300px;
}

.gallery-section-1 .swiper-button-prev {
    right: 5%;
    left: auto;
}

.gallery-section-1 .swiper-button-next {
    right: 0;
}

#privatePageContentItem_376 img {
    min-height: 400px;
}

#privatePageContentItem_399 img {
    height: 100%;
    padding-left: 40px;
}

#privatePageContentItem_390 img,
#privatePageContentItem_366 img {
    height: 100%;
    width: 100%;
}

#icon-section-8 {
    margin-top: -3%;
    padding: 0;
}

#product-detail-7,
#product-detail-5,
#product-detail-3,
#product-detail-4,
#product-detail-6,
#product-detail-8 {
    padding: 60px 0 40px 0 !important;
}
}

#slider-0 #slide-items-25 .weta-slider-tag,
#slider-0 #slide-items-26 .slider-description p {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7), 0 1px 3px rgba(0, 0, 0, 0.5);
}

#privatePageContentItem_452 h1,
#privatePageContentItem_366 h1 {
    color: #0a7373 !important;
}

#privatePageContentItem_452 h2,
#privatePageContentItem_366 h2 {
    font-size: 1.5rem;
    color: #343131;
}

.gallery-section-1 .swiper-button-next,
.gallery-section-1 .swiper-button-prev {
    width: 33px !important;
    height: 33px !important;
    border: 1px solid #D8A25E !important;
    color: #D8A25E !important;
    bottom: 0;
    top: auto;
    border-radius: 6px !important;
}

.gallery-section-1 .swiper-button-next::after,
.gallery-section-1 .swiper-button-prev::after {
    font-size: 13px !important;
    color: #D8A25E !important;
}


#slider-0 .swiper-pagination-bullet {
    background: #fff !important;
}

#slider-0 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #D8A25E !important;
}

.btn-primary,
.btn-color {
    background-color: #0a7373 !important;
    border: 1px solid #0a7373 !important;
    border: none;
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.btn-primary::before,
.btn-color::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -80px;
    height: 100px;
    width: 70px;
    background: hsla(0, 0%, 100%, .3);
    transform: rotate(20deg)
}

.btn-color:hover {
    background: #086263 !important;
    border: 1px solid #086263 !important;
}

.btn-color:hover:before {
    left: 110%;
    transition: .5s;
}

#privatePageContentItem_369 .rexa-gorseller {
    justify-content: center;
}


#page-detail-section-111 {
    background-color: #f0f0f0 !important;
}

/* ========== KURUMSAL FABRİKA STİLİ - SAYFA İÇİ ========== */

#productText-14 .container {
    padding: 0;
}

#productText-14 #image-gallery img {
    object-fit: cover;
    width: 100%;
}

#productText-14 h1 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.gallery-section .img-wrapper img {
    border-radius: 6px;
}


#icon-section-8 .container {
    z-index: 1;
    position: relative;
    width: 100%;
    margin: 30px auto;
    max-width: 77%;
    padding: 0;
    border-radius: 15px;
    top: -50px;
}

.page-breadcrumb {
    background-image: url(/images/eco-breadcrumb.png);
    background-position: center;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
}

#productText-11,
#productText-13,
#productText-14,
#productText-16,
#productText-6 {
    background: #e7e9e0;
}

#slider-0 #slide-items-25::before,
#slider-0 #slide-items-26::before {
    content: '';
    position: absolute;
    bottom: 0;
    opacity: 1 !important;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 115, 115, 1) 0%, rgba(10, 115, 115, 0.8) 30%, rgba(10, 115, 115, 0.6) 40%, transparent 60%) !important;
    pointer-events: none;
    z-index: 0;
}

footer {
    background: linear-gradient(to bottom, rgba(10, 115, 115, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.page-breadcrumb::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 115, 115, 0.9) 0%, rgba(10, 115, 115, 0.8) 40%, rgba(10, 115, 115, 0.6) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.page-breadcrumb>* {
    position: relative;
    z-index: 1;
}

.page-breadcrumb .container {
    display: flex !important;
    align-items: center !important;
}

.page-breadcrumb .title-holder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
}

.page-breadcrumb .page-title {
    position: absolute !important;
    color: #b7bf99 !important;
    bottom: 20%;
}

.page-breadcrumb .relative-title .page-list .arrow-breadcrumb,
.page-breadcrumb .relative-title .page-list a {
    font-size: 20px;
}

.page-breadcrumb .relative-title .page-list {
    bottom: 20px !important;
}

.page-breadcrumb .page-name {
    text-align: start;
    margin: 0 !important;
}

.page-breadcrumb .page-title {
    white-space: nowrap !important;
}

.page-breadcrumb .page-list {
    text-align: start;
    margin: 0 !important;
    white-space: nowrap !important;
}

.page-breadcrumb .page-list a,
.page-breadcrumb .page-list .arrow-breadcrumb {
    color: #fff !important;
    opacity: 0.8;
    font-weight: 300 !important;
}

#page-detail-section-97 {
    background-image: url(/images/eco-serve-bg.png);
    padding-top: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#page-detail-section-97::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.70);
    z-index: 0;
}

#page-detail-section-97>* {
    position: relative;
    z-index: 1;
}

#icon-section-8 .icon-content-wrapper {
    margin-bottom: 0;
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 20px 0;
}

#icon-section-8 .icon-content-wrapper h1 {
    margin-bottom: 0 !important;
    font-size: 32px !important;
}

#icon-section-8 #icon-gallery {
    background-color: #232323;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    justify-content: space-around;
}

#icon-gallery .icon-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0 0 0;
    gap: 20px;
    align-items: center;
}

#icon-gallery .icon-wrapper:hover {
    background: none !important;
}

#icon-section-0 #icon-gallery .icon-wrapper:hover p {
    color: #343131 !important;
}

#icon-section-0 .icon-content-wrapper .weta-icerik-tag {
    color: #0a7373;
}

#icon-section-0 .galleryDescription p span {
    font-size: 1.5rem;
}

#icon-gallery .icon-wrapper .weta-icerik-tag {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    position: relative;
}

#privatePageContentItem_366 {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

#product-detail-5 .productImage img {
    border-radius: 6px;
}

#product-detail-5 .swiper-slide {
    border: 2px solid #b7bf99;
    border-radius: 6px;
    padding: 20px;
}


#product-detail-7 .container .row,
#product-detail-5 .container .row,
#product-detail-3 .container .row,
#product-detail-4 .container .row,
#product-detail-6 .container .row,
#product-detail-8 .container .row {
    gap: 40px;
}

#product-detail-7 .teklifButton,
#product-detail-5 .teklifButton,
#product-detail-3 .teklifButton,
#product-detail-4 .teklifButton,
#product-detail-6 .teklifButton,
#product-detail-8 .teklifButton {
    display: flex;
    justify-content: end;
}

#product-detail-7 .col-md-5,
#product-detail-5 .col-md-5,
#product-detail-3 .col-md-5,
#product-detail-8 .col-md-5,
#product-detail-6 .col-md-5,
#product-detail-4 .col-md-5 {
    width: 100% !important;
}

#product-detail-7 .col-md-7,
#product-detail-5 .col-md-7,
#product-detail-3 .col-md-7,
#product-detail-4 .col-md-7,
#product-detail-6 .col-md-7,
#product-detail-8 .col-md-7 {
    width: 100% !important;
    padding: 0 30px;
}

#product-7 .pageDetailContent,
#product-5 .pageDetailContent,
#product-3 .pageDetailContent,
#product-4 .pageDetailContent,
#product-6 .pageDetailContent,
#product-8 .pageDetailContent {
    padding: 0;
}

#productText-8,
#productText-9 {
    background: #e7e9e0;
}

#gallery-detail-section-2 .galleryDescription p {
    margin-bottom: 15px;
}

/* Gallery Swiper Enhancements */
.gallerySwiper-2 {
    padding: 20px 0 50px 20px;
}

.gallerySwiper-2 .swiper-slide {
    transition: transform 0.3s ease;
}

.gallerySwiper-2 .img-wrapper {
    border-radius: 6px;
}


/* Text+Image Sections Professional Styling */
.pageDetailContent.textImg {
    position: relative;
    background: #ffffff;
}

.pageDetailContent.textImg .container {
    position: relative;
}

.pageDetailContent.textImg .rexa-content {
    padding: 40px 30px;
}

.pageDetailContent.textImg .weta-icerik-tag {
    margin-bottom: 0;
}

#gallery-detail-section-3 h2 {
    margin-bottom: 15px;
}

.pageDetailContent.textImg .weta-icerik-tag,
#gallery-detail-section-3 h2 {
    text-align: left !important;
    position: relative;
}


/* List Styling - Professional Checkmarks */
.pageDetailContent.textImg ul[data-spread="false"] {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
}

.pageDetailContent.textImg ul[data-spread="false"] li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    color: #374151;
    font-size: 15px;
    line-height: 1.7;
    transition: all 0.3s ease;
}

.pageDetailContent.textImg ul[data-spread="false"] li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #0a7373 0%, #086263 100%);
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pageDetailContent.textImg ul[data-spread="false"] li:hover {
    padding-left: 40px;
    color: #0a7373;
}

.pageDetailContent.textImg .rgw:hover {
    box-shadow: none;
    border: none;
}

.pageDetailContent.textImg ul[data-spread="false"] li:hover::before {
    transform: scale(1.1);
}

/* Video Container Professional Frame */
.pageDetailContent.textImg .rexa-gorseller {
    padding: 20px;
}

.pageDetailContent.textImg .rg-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.pageDetailContent.textImg .rgw {
    position: relative;
}

.pageDetailContent.textImg .video-item {
    display: block;
    border-radius: 6px;
    transition: all 0.4s ease;
}

.pageDetailContent.textImg img {
    border-radius: 6px;
    transition: all 0.4s ease;
    width: 100%;
}



.pageDetailContent.parallax-section .rg-wrapper {
    padding: 60px 30px;
}

#gallery-detail-section-2 .swiper-pagination-2 {
    position: absolute;
    left: 41%;
    bottom: 5%;
}

.pageDetailContent.textImg .rexa-gorseller {
    justify-content: center;
}

#page-detail-section-108 {
    padding-top: 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {

    .pageDetailContent.parallax-section .parallax-description p:last-child {
        margin-bottom: 0;
    }

    .gallery-section-2 .container,
    .gallery-section-3 .container {
        flex-direction: column;
    }

    .gallerySwiper-2,
    .gallerySwiper-3,
    .gallery-wrapper {
        width: 100%;
    }

    #gallery-detail-section-2 .gallery-wrapper {
        padding: 20px;
        margin-bottom: 30px;
    }

    #gallery-detail-section-3 .gallery-wrapper {
        max-height: none;
        overflow-y: visible;
        padding: 30px 35px 30px 30px;
        margin-bottom: 30px;
    }

    .gallerySwiper-2 {
        padding: 20px 0;
    }

    #gallery-detail-section-3 .gallerySwiper-3 {
        padding: 20px 0 40px 0;
    }

    .pageDetailContent.textImg .weta-icerik-tag {
        font-size: 24px;
    }

    .pageDetailContent.parallax-section .parallax-title {
        font-size: 28px;
    }

    /* Gallery Image Hover - Tablet */
    .gallery-img a::after,
    .productImage a::after {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    #gallery-detail-section-2 .weta-icerik-tag {
        font-size: 26px;
    }

    #gallery-detail-section-3 .weta-icerik-tag {
        font-size: 24px;
    }

    #gallery-detail-section-3 .gallery-wrapper {
        padding: 20px;
    }

    .pageDetailContent.textImg .rexa-content {
        padding: 30px 15px;
    }

    .pageDetailContent.textImg .rexa-gorseller {
        padding: 15px;
    }

    .pageDetailContent.parallax-section .rg-wrapper {
        padding: 40px 10px;
    }

    .pageDetailContent.parallax-section .parallax-description p {
        font-size: 14px !important;
    }

    /* Gallery Image Hover - Mobile */
    .gallery-img a::after,
    .productImage a::after {
        font-size: 36px;
    }

    .section-header.fixed .logo img,
    .logo img {
        max-height: 50px !important;
    }

    .pageDetailContent.textImg img {
        height: 100% !important;
    }

    /* Breadcrumb Responsive */
    .page-breadcrumb .relative-title {
        padding: 30px 25px;
        gap: 15px;
        max-width: 95%;
    }

    .page-breadcrumb .page-title {
        font-size: 21px !important;
    }

    .page-breadcrumb .relative-title .page-list .arrow-breadcrumb,
    .page-breadcrumb .relative-title .page-list a {
        font-size: 12px;
        padding: 0;
    }
}

.productDetail .col-md-7 {
    padding-left: 0;
}

/* ========== CONTACT FORM SECTION - KURUMSAL TASARIM ========== */

/* Contact Form Container */
#contactForm-1 .container {
    max-width: 1140px;
}

#contactForm-1 .rexa-content {
    padding: 40px 35px;
    background: #ffffff;
    border-radius: 6px;
}

#contactForm-1 .contact-form {
    padding: 40px 35px;
    background: #e7e9e0;
    border-radius: 6px;
    border: 1px solid #b7bf99;
}

/* Contact Details Section */
#contactForm-1 .weta-icerik-tag {
    position: relative;
    margin-bottom: 20px;
}


#contactForm-1 .weta-description {
    margin-bottom: 30px;
    color: #6b7280;
    line-height: 1.7;
}

/* Contact Details Items */
.contactCenter {
    margin-top: 30px;
}

.contact-group {
    padding-bottom: 10px;
    border-radius: 6px;
}

label.custom-label {
    transform: translateY(0px);
}

.contact-oge {
    margin-bottom: 20px;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.contact-oge:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.contact-oge p {
    margin: 0;
    color: #374151;
    padding-left: 55px;
    font-size: 15px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

.contact-oge .icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0a7373 0%, #086263 100%);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-oge .icon i {
    color: #ffffff !important;
    font-size: 16px;
    margin: 0 !important;
}

.contact-oge a {
    transition: color 0.3s ease;
}

.contact-oge a:hover {
    color: #086263 !important;
}

#address {
    font-weight: 500;
}

/* WhatsApp Contact Special Styling */
#whatsappContact {
    background: #f8f9fa;
    padding: 20px 30px 40px 25px;
    border-radius: 6px;
    border: none;
    margin-top: 0;
}

#whatsappContact p {
    margin: 0;
}

#whatsappContact a {
    color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#whatsappContact span {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0a7373 0%, #086263 100%);
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    margin-left: 5px;
    flex-shrink: 0;
}

#whatsappContact span i {
    font-size: 24px;
    color: #fff;
}


/* Form Description */
.form-description {
    margin-bottom: 25px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

/* Form Labels */
.custom-label {
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
    font-size: 14px;
    display: block;
}

/* Form Inputs */
.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 15px;
    color: #1f2937;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-input:focus {
    outline: none;
    border-color: #086263;
    box-shadow: 0 0 0 3px rgba(161, 13, 24, 0.1);
}


.form-input::placeholder {
    color: #9ca3af;
}

/* Textarea Specific */
textarea.form-input {
    resize: vertical;
    min-height: 120px;
}

/* Phone Input Container */
.iti {
    width: 100%;
}

.iti .form-input {
    width: 100%;
}

/* Captcha Canvas */
#canvas {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f9fafb;
}

#canvas:hover {
    border-color: #086263;
    box-shadow: 0 0 0 3px rgba(161, 13, 24, 0.1);
}

/* reCAPTCHA Container */
.g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
}

/* Submit Button */
.form-button {
    margin-top: 10px;
}

#contactForm-1 .btn-color {
    width: 100%;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}


/* Validation Messages */
#valid-msg,
#error-msg {
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.contactCenter #address {
    width: 100%;
}

#valid-msg {
    color: #10b981;
}

#error-msg {
    color: #ef4444;
}

.hide {
    display: none !important;
}

#gallery-detail-section-4 video {
    height: 400px;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 991px) {

    #contactForm-1 .rexa-content,
    #contactForm-1 .contact-form {
        padding: 30px 25px;
        margin-bottom: 30px;
    }

    .contact-group {
        padding: 0px;
    }
}

@media (max-width: 767px) {

    #contactForm-1 .rexa-content,
    #contactForm-1 .contact-form {
        padding: 25px 20px;
    }

    #contactForm-1 .weta-icerik-tag {
        font-size: 22px;
    }

    .contact-oge p {
        font-size: 14px;
    }

    .contact-oge .icon {
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }

    .contact-oge .icon i {
        font-size: 14px;
    }

    #whatsappContact span i {
        font-size: 20px;
    }

    .form-input {
        padding: 10px 14px;
        font-size: 14px;
    }

    #contactForm-1 .btn-color {
        padding: 12px 28px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    /* Breadcrumb Extra Small */
    .page-breadcrumb .relative-title {
        padding: 20px 15px;
        gap: 12px;
        max-width: 98%;
    }
}

#page-17 #icon-section-0,
#page-17 #page-detail-section-97 {
    background-color: #fff !important;
}

/* ========== SUSTAINABILITY PAGE SPECIFIC STYLES ========== */
h1.weta-icerik-tag {
    font-size: 32px;
}

/* Page 116 - Sustainability Section */
#page-detail-section-116 .weta-icerik-tag {
    line-height: 1.3;
    margin-bottom: 20px;
}

#page-detail-section-116 .weta-description>p:first-of-type strong {
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 15px;
}

#page-detail-section-116 .weta-description>p {
    margin-bottom: 18px;
    line-height: 1.8;
}

#page-detail-section-116 ul[data-spread="false"] li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px;
    color: #374151;
    font-size: 15px;
    line-height: 1.7;
}

#page-detail-section-116 ul[data-spread="false"] li:last-child {
    margin-bottom: 0;
}

#page-detail-section-116 ul[data-spread="false"] li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

/* Sustainability Image Container */
#privatePageContentItem_399 .rg-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

#page-detail-section-116 .textImg .rexa-gorseller {
    padding: 0 !important;
}

#privatePageContentItem_390 img,
#privatePageContentItem_366 img,
#privatePageContentItem_399 img {
    border-radius: 6px;
    transition: all 0.4s ease;
}

.icon-section .icon-wrapper .icon span {
    color: #fff;
}

/* Responsive Adjustments for Sustainability */
@media (max-width: 991px) {
    #page-detail-section-116 .weta-icerik-tag {
        font-size: 28px;
    }

    #page-detail-section-116 ul[data-spread="false"] {
        padding: 20px 25px;
    }
}

@media (max-width: 767px) {
    #page-detail-section-116 .weta-icerik-tag {
        font-size: 24px;
    }

    #page-detail-section-116 .weta-description>p:first-of-type strong {
        font-size: 17px;
    }

    #page-detail-section-116 ul[data-spread="false"] {
        padding: 18px 20px;
        margin: 20px 0;
    }

    #page-detail-section-116 ul[data-spread="false"] li {
        font-size: 14px;
        padding-left: 30px;
    }
}


.footer-item {
    padding-bottom: 15px;
}

.footer-sub {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.col-md-3 .footer-description p {
    display: none;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    #slider-0 .swiper-button-next {
        right: 16%;
        top: 67%;
    }

    #slider-0 .swiper-button-prev {
        top: 67%;
    }

    #slider-0 .swiper-pagination {
        left: -42.5% !important;
        bottom: 18% !important;
    }
}

.gallery-section-1 {
    padding-top: 55px !important;
}

#product-detail-7 .row,
#product-detail-5 .row {
    flex-direction: column !important;
}

.gallery-section-1 .row {
    gap: 20px;
}

.gallery-section-1 .gallery-wrapper {
    padding-bottom: 20px;
}

.gallery-section-1 .img-wrapper {
    height: 100%;
    border: 2px solid #b7bf99;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.gallery-section-1 .img-wrapper:hover {
    border-color: #0a7373;

}

.gallery-section-1 .img-description a {
    margin-top: 20px;
}

.gallery-section-1 .custom-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.gallery-section-1 .gallery-img {
    width: 100%;
    padding: 20px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.gallery-section-1 .gallery-img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    padding: 0;
}


.gallery-section-1 .gallery-info {
    justify-content: center;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gallery-section-1 .img-title {
    margin-top: 0;
}

.gallery-section-1 .img-title {
    margin-bottom: 12px;
}

.gallery-section-1 .img-title span {
    color: #0a7373;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}

.gallery-section-1 .img-wrapper:hover .img-title span {
    color: #0a7373;
}

.gallery-section-1 .img-description p {
    font-size: 18px !important;
    margin: 0;
}

#parallax-15 .rgw {
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: space-between;
    padding: 40px 60px;
    background: rgb(178 185 161 / 80%);
}

#paragraph-section-22 {
    border-bottom: 10px solid #0a7373;
    margin-bottom: 40px;
}

#paragraph-section-22 .container,
.gallery-section-1 .gallery-wrapper {
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: space-between;
}

#paragraph-section-22 .paragraph-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#paragraph-section-22 .paragraph-content b {
    font-size: 28px;
    color: #0a7373;
}

#paragraph-section-22 .paragraph-content {
    font-size: 20px;
    font-weight: 500;
}

#parallax-15 h1 span {
    color: #fff;
    line-height: 85%;
    font-weight: 500 !important;
    font-size: 50px !important;
}

#paragraph-section-22 h2 span,
.gallery-section-1 h2 span {
    font-size: 50px !important;
    color: #b7bf99;
    line-height: 85%;
    font-weight: 500 !important;
}

#paragraph-section-22 h2 span b,
#parallax-15 h1 span b,
.gallery-section-1 h2 span b {
    color: #0a7373 !important;
}

#paragraph-section-22 {
    background: #fff;
}

#icon-section-0 #icon-gallery .icon-wrapper {
    display: block;
}

#icon-section-0 .icon-wrapper .icon span {
    color: #0a7373 !important;
}

#icon-section-0 #icon-gallery .icon-wrapper .weta-icerik-tag {
    color: #343131 !important;
}

@media (min-width: 1100px) and (max-width: 1500px) {
    #icon-section-8 {
        margin-top: -2%;
    }

    #icon-section-8 .container {
        margin: auto;
        max-width: 91%;
    }

    #icon-gallery .icon-wrapper .weta-icerik-tag {
        font-size: 18px !important;
    }

    #product-detail-3 .container .row,
    #product-detail-4 .container .row {
        gap: 0;
    }
}

@media (min-width: 1501px) and (max-width: 1800px) {
    #icon-section-8 {
        margin-top: -1.8%;
    }

    #icon-gallery .icon-wrapper .weta-icerik-tag {
        font-size: 18px !important;
    }

    #icon-section-8 .container {
        margin: auto;
        max-width: 83%;
    }
}

.swiper-slide-thumb-active img {
    opacity: 1 !important;
}

.video-js video {
    width: 100%;
}

.product-thumbs img {
    height: 100px;
    opacity: 0.5;
    object-fit: cover;
}


/* ========== RELATED LITERATURE SECTION ========== */

.related-literature .pds-content {
    padding: 0;
    background: transparent;
    margin-top: 30px;
}

.lit-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #0a7373;
    margin-bottom: 20px;
    margin-top: 35px;
}

.lit-section-title:first-of-type {
    margin-top: 0;
}

.literature-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.literature-list:last-child {
    margin-bottom: 0;
}

.literature-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #e8e8e8;
    transition: border-color 0.2s ease;
}

.literature-item:hover {
    border-color: #0a7373;
}

.lit-title-section {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.lit-title-section i {
    color: #0a7373;
    font-size: 20px;
    flex-shrink: 0;
}

.lit-title-section .fa-play-circle {
    font-size: 22px;
}

.lit-title-section span {
    color: #343131;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.lit-actions {
    flex-shrink: 0;
    margin-left: 20px;
}

.productDocuments {
    display: none;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    padding: 10px 20px;
    background: #0a7373;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #0a7373;
    transition: all 0.2s ease;
}

.btn-download i {
    font-size: 13px;
}

.btn-download:hover {
    background: #b7bf99;
    border: 1px solid #b7bf99;
    color: #fff;
}

.btn-download:active {
    background: #b7bf99;
}

/* Responsive Related Literature */
@media (max-width: 767px) {
    .lit-section-title {
        font-size: 18px;
        margin-top: 25px;
        padding-left: 10px;
    }

    .literature-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 18px 20px;
    }

    .lit-actions {
        width: 100%;
        margin-left: 0;
    }

    .btn-download {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }

    #icon-section-8 {
        padding: 0;
        margin-top: -3%;
    }

    #icon-section-8 .icon-content-wrapper {
        border-radius: 0;
        padding-top: 5px;
    }

    #privatePageContentItem_366 {
        padding: 0;
    }

    .lit-title-section span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .lit-section-title {
        font-size: 16px;
        margin-top: 20px;
        border-left-width: 2px;
    }

    .literature-list {
        gap: 12px;
    }

    .literature-item {
        padding: 15px;
    }

    .lit-title-section i {
        font-size: 18px;
    }

    .lit-title-section .fa-play-circle {
        font-size: 20px;
    }

    .lit-title-section span {
        font-size: 13px;
    }

    .btn-download {
        padding: 10px 18px;
        font-size: 13px;
    }
}

/* Responsive Tab Tasarımı */
@media (max-width: 991px) {
    .productDocuments .nav-link {
        font-size: 15px;
        padding: 12px 20px;
    }

    .productDocuments .pds-content {
        padding: 30px 25px;
    }

    .productDocuments .pds-content ul[data-spread="false"] li {
        font-size: 14px;
        padding-left: 32px;
    }

    #sliderView-1 .weta-slider-tag span {
        font-size: 50px;
    }

    #sliderView-1 .weta-slider-tag b {
        color: #0a7373;
    }

    #sliderView-1 .weta-description p {
        font-size: 16px !important;
        line-height: 115% !important;
    }

    #approve-checkbox {
        display: flex;
        gap: 20px;
        flex-direction: row;
    }
}

@media (max-width: 767px) {

    .productDocuments .nav-tabs {
        margin-bottom: 30px;
        border-bottom: 1px solid #e8e8e8;
    }

    #slider-0 .sliderJs .swiper-slide,
    #slider-0 .sliderJs {
        height: 29vh !important;
        max-height: 29vh !important;
    }

    .productDocuments .nav-link {
        font-size: 14px;
        padding: 10px 15px;
        border-bottom: 2px solid transparent;
    }

    .productDocuments .pds-content {
        padding: 25px 20px;
    }

    .productDocuments .pds-content h2 {
        font-size: 22px;
    }

    .productDocuments .pds-content p {
        font-size: 15px;
    }

    .productDocuments .pds-content ul[data-spread="false"] li {
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 14px;
    }

    .productDocuments .pds-content ul[data-spread="false"] li::before {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .productDocuments .nav-tabs {
        flex-direction: column;
    }

    .productDocuments .nav-item {
        width: 100%;
    }

    .productDocuments .nav-link {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #e8e8e8;
        border-left: 3px solid transparent;
    }

    .productDocuments .nav-link.active,
    .productDocuments .nav-link:hover {
        border-bottom-color: #e8e8e8;
        border-left-color: #0a7373;
    }

    .productDocuments .pds-content {
        padding: 20px 15px;
    }

    .productDocuments .pds-content h2 {
        font-size: 20px;
    }

    .productDocuments .pds-content ul[data-spread="false"] li {
        font-size: 13px;
        padding-left: 28px;
        margin-bottom: 12px;
    }

    .productDocuments .pds-content ul[data-spread="false"] li::before {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
}

.product-page .main {
    display: flex;
    flex-direction: column;
}

/* Tab alanını yukarı al */
.product-page .productDocuments {
    order: 1;
}

/* CTA alanını (productText-2) aşağı al */
.product-page #productText-2,
.product-page #productText-3,
.product-page #productText-4 {
    order: 2;
    padding: 0 !important;
}

#productText-2 .rexa-content,
#productText-3 .rexa-content,
#productText-4 .rexa-content {
    padding: 0 !important;
}

#parallax-15 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

/* CTA içindeki container'ı geri getir */
#parallax-15>.container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pageDetailContent h1 {
    font-size: 34px;
    margin-bottom: 20px;
}

.teklifForm .row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 !important;
}

.teklifForm .row .col-md-6 {
    width: 50%;
    flex: 0 0 50%;
}

#teklifModal .modal-content {
    background: #fff;
}

#teklifModal .modal-header h1 {
    font-size: 34px;
}

#teklifModal .modal-header span {
    color: #b7bf99;
}

.page-breadcrumb .page-title {
    font-size: 34px;
}

/* ========== PRODUCT BADGES ========== */

.badge-custom {
    display: inline-block;
    padding: 8px 18px;
    background: #b7bf99;
    color: #fff;
    border: 1px solid #b7bf99;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 0;
}

.badge-custom:hover {
    color: #fff !important;
}

.badge-custom.rounded-pill {
    border-radius: 0;
}

/* Badge container düzeni */
.col-12.d-flex {
    gap: 10px;
    margin-bottom: 20px;
}

.col-12.d-flex .col-auto {
    padding: 0;
}

/* Responsive Badge */
@media (max-width: 767px) {
    .badge-custom {
        padding: 7px 15px;
        font-size: 12px;
    }

    .col-12.d-flex {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .badge-custom {
        padding: 6px 12px;
        font-size: 11px;
    }

    .col-12.d-flex {
        gap: 6px;
    }
}


#category-section-18 {
    display: none;
}

footer {
    border-top: none;
}

/* ========== EKSİK MOBİL RESPONSIVE KURALLARI ========== */

/* --- HEADER --- */
@media (max-width: 991px) {
    .section-header {
        height: 90px !important;
    }
}

@media (max-width: 767px) {
    .section-header {
        height: 75px !important;
    }
}

@media (max-width: 480px) {
    .section-header {
        height: 75px !important;
    }
}

/* --- BREADCRUMB (KRİTİK: min-width: 800px override) --- */
@media (max-width: 991px) {
    .page-breadcrumb {
        height: auto;
        min-height: 240px;
    }

    .page-breadcrumb .relative-title {
        min-width: unset;
        width: 90%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .page-breadcrumb {
        min-height: 160px;
    }

    .page-breadcrumb .relative-title {
        min-width: unset;
        width: 95%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-breadcrumb {
        min-height: 150px;
    }

    .page-breadcrumb .relative-title {
        min-width: unset;
        width: 98%;
        height: auto;
    }
}

/* --- BÜYÜK BAŞLIK FONTİ (70px → mobile uyarlaması) --- */
@media (max-width: 991px) {


    #parallax-15 h1 span,
    #paragraph-section-22 h2 span,
    .gallery-section-1 h2 span {
        font-size: 40px !important;
    }

    #parallax-15 {
        height: 500px !important;
        max-height: 500px !important;
    }

    #sliderView-1 .slider-contents {
        max-width: 95% !important;
        bottom: 0;
    }

    #sliderView-1 .weta-slider-buttons {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

}

@media (max-width: 767px) {

    #parallax-15 h1 span,
    #paragraph-section-22 h2 span {
        font-size: 30px !important;
    }

    .gallery-section-1 h2 span {
        font-size: 30px !important;
    }
}

@media (max-width: 480px) {

    #parallax-15 h1 span,
    #paragraph-section-22 h2 span {
        font-size: 30px !important;
    }

    .gallery-section-1 h2 span {
        font-size: 30px !important;
    }
}

/* --- GENEL BAŞLIK FONTİ --- */
@media (max-width: 767px) {
    h1.weta-icerik-tag {
        font-size: 26px;
    }

    .pageDetailContent h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    h1.weta-icerik-tag {
        font-size: 22px;
    }

    .pageDetailContent h1 {
        font-size: 22px;
    }
}

/* --- SECENEK-11 CONTAINER (flex → column on mobile) --- */
@media (max-width: 991px) {
    #secenek-11 .container {
        flex-direction: column;
    }

    #secenek-11 .gallery-wrapper,
    #secenek-11 #image-gallery {
        width: 100%;
    }

    #secenek-11 .custom-col {
        width: 100%;
    }

    #secenek-11 .row {
        gap: 15px;
    }

    #secenek-11 .custom-col:last-child .gallery-img img {
        height: 200px;
    }
}

/* --- PARALLAX-15 RGW (mobile layout) --- */
@media (max-width: 991px) {
    #icon-gallery .icon-wrapper {
        display: flex !important;
    }

    #parallax-15 .rgw {
        flex-direction: column;
        padding: 30px 30px;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    #parallax-15 .rgw {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    #parallax-15 .rgw {
        padding: 20px 15px;
    }
}

/* --- PARAGRAPH SECTION 22 (mobile layout) --- */
@media (max-width: 767px) {
    #paragraph-section-22 .container {
        flex-direction: column;
        gap: 10px;
    }

    #paragraph-section-22 .paragraph-content {
        font-size: 16px;
    }

    #paragraph-section-22 .paragraph-content b {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    #paragraph-section-22 .paragraph-content {
        font-size: 14px;
    }

    #paragraph-section-22 .paragraph-content b {
        font-size: 16px;
    }
}

/* --- VIDEO YÜKSEKLİKLERİ --- */
@media (max-width: 767px) {
    .video-item {
        height: 260px;
    }

    #privatePageContentItem_379 .video-item {
        height: 300px;
    }

    #gallery-detail-section-4 video {
        height: 260px;
    }
}

@media (max-width: 480px) {
    .video-item {
        height: 200px;
    }

    #privatePageContentItem_379 .video-item {
        height: 240px;
    }

    #gallery-detail-section-4 video {
        height: 200px;
    }
}

/* --- GALLERY SECTION 1 --- */
@media (max-width: 767px) {
    .gallery-section-1 {
        padding-top: 35px !important;
    }

    .gallery-section-1 .gallery-img {
        width: 100%;
        height: 100%;
    }

    .gallery-section-1 .gallery-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .gallery-section-1 .gallery-info {
        padding: 15px;
    }

    .gallery-section-1 .img-title span {
        font-size: 22px !important;
    }
}

@media (max-width: 480px) {
    .gallery-section-1 {
        padding-top: 25px !important;
    }

}

/* --- ICON SECTION 8 (mobile) --- */
@media (max-width: 767px) {
    #icon-section-8 .container {
        top: 0;
        max-width: 100%;
        border-radius: 10px;
    }

    #icon-gallery .icon-wrapper .weta-icerik-tag {
        font-size: 16px !important;
    }

    #icon-section-8 .icon-content-wrapper h1 {
        font-size: 22px !important;
    }

    #icon-gallery .icon-wrapper {
        flex-direction: row;
        padding: 5px 10px;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {

    #icon-section-8 .icon-content-wrapper h1 {
        font-size: 18px !important;
    }
}

/* --- GALLERY DETAIL SECTION 2 --- */
@media (max-width: 767px) {
    #gallery-detail-section-2 {
        padding: 30px 0 10px 0;
    }

    #gallery-detail-section-2 #image-gallery img {
        height: 220px;
    }

    #gallery-detail-section-2 .swiper-pagination-2 {
        left: 30%;
    }
}

@media (max-width: 480px) {
    #gallery-detail-section-2 #image-gallery img {
        height: 180px;
    }

    #gallery-detail-section-2 .swiper-pagination-2 {
        left: 20%;
    }
}

/* --- WHATSAPP CONTACT --- */
@media (max-width: 767px) {
    #whatsappContact {
        padding: 15px 20px 25px 15px;
    }
}

@media (max-width: 480px) {
    #whatsappContact {
        padding: 12px 15px 20px 12px;
    }
}

/* --- ÜRÜN KÜÇÜK RESİMLERİ --- */
@media (max-width: 767px) {
    .product-thumbs img {
        height: 75px;
    }
}

@media (max-width: 480px) {
    .product-thumbs img {
        height: 60px;
    }
}


/* ========== PRODUCT VIDEOS SECTION ========== */
#productText-5,
#productText-6,
#productText-7 {
    padding: 0;
}

.product-videos-section .weta-icerik-tag {
    color: var(--site-color);
    margin-bottom: 30px;
}

.product-videos-section .video-wrapper h4 {
    color: #343131;
    font-weight: 500;
}

.product-videos-section video {
    height: 340px;
    outline: none;
}

.product-videos-section video:focus {
    outline: 2px solid var(--site-color);
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .product-videos-section {
        padding: 30px 0;
    }

    .product-videos-section .weta-icerik-tag {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .product-videos-section .video-wrapper {
        margin-bottom: 30px !important;
    }

    .product-videos-section .video-wrapper h4 {
        font-size: 16px;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 480px) {
    .product-videos-section .weta-icerik-tag {
        font-size: 20px;
    }

    .product-videos-section .video-wrapper h4 {
        font-size: 14px;
    }
}

/* 3-column grid list */
ul.grid-3col {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

ul.grid-3col>li {
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 35px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

@media (max-width: 991px) {
    ul.grid-3col {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    ul.grid-3col {
        grid-template-columns: 1fr;
    }
}

/* Gallery left-right layout */
.image-gallery-grid.gallery-left-right {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.gallery-col-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gallery-col-left .custom-col {
    flex: 1;
}

.gallery-col-left .img-wrapper,
.gallery-col-left .gallery-img,
.gallery-col-left .gallery-img a,
.gallery-col-left .gallery-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.gallery-col-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gallery-col-right .gallery-tall {
    flex: 1;
    height: 100%;
}

.gallery-col-right .img-wrapper {
    height: 100%;
}

.gallery-col-right .gallery-img {
    height: 100%;
}

.gallery-col-right .gallery-img a {
    display: block;
    height: 100%;
}

.gallery-col-right .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .image-gallery-grid.gallery-left-right {
        flex-direction: column;
    }
}

/* ========== EK MOBİL RESPONSIVE İYİLEŞTİRMELER ========== */

/* Product Fixed Element - Mobile */
@media (max-width: 991px) {
    .product-fixed-element {
        z-index: 9;
        width: 70px !important;
        top: 60%;
    }

    .product-fixed-element .content #info {
        font-size: 28px !important;
    }

    .product-fixed-element .text {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .product-fixed-element {
        width: 60px !important;
        top: 70%;
    }

    .product-fixed-element .content #info {
        font-size: 24px !important;
    }

    .product-fixed-element .text {
        font-size: 12px;
    }

    .product-fixed-element .content {
        padding: 8px 0 0 0;
        gap: 3px;
    }

    .product-fixed-element .content #arrow {
        height: 35px;
    }
}

/* Container & Spacing - Mobile Optimization */
@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    section {
        padding: 30px 0;
    }

    .pageDetailContent {
        padding: 30px 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    section {
        padding: 25px 0;
    }

    .pageDetailContent {
        padding: 25px 0;
    }
}

/* Swiper Navigation Buttons - Mobile */
@media (max-width: 767px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 12px !important;
    }

    .gallery-section-1 .swiper-button-next,
    .gallery-section-1 .swiper-button-prev {
        width: 28px !important;
        height: 28px !important;
    }
}

@media (max-width: 480px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 26px !important;
        height: 26px !important;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 10px !important;
    }
}

/* Product Detail Sections - Mobile */
@media (max-width: 991px) {

    #product-detail-7,
    #product-detail-5,
    #product-detail-3,
    #product-detail-4,
    #product-detail-6,
    #product-detail-8 {
        padding: 40px 0 30px 0 !important;
    }

    #product-detail-7 .container .row,
    #product-detail-5 .container .row {
        gap: 25px;
    }

    #product-detail-3 .container .row,
    #product-detail-4 .container .row {
        flex-wrap: wrap;
        gap: 25px;
    }

    #product-detail-3 .col-md-5,
    #product-detail-3 .col-md-7,
    #product-detail-4 .col-md-5,
    #product-detail-4 .col-md-7 {
        width: 100% !important;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {

    #product-detail-7,
    #product-detail-5,
    #product-detail-3,
    #product-detail-8,
    #product-detail-6,
    #product-detail-4 {
        padding: 30px 0 20px 0 !important;
    }

    #product-detail-7 .col-md-7,
    #product-detail-5 .col-md-7 {
        padding: 0 15px;
    }

    #product-detail-7 .swiper-slide img,
    #product-detail-5 .swiper-slide img,
    #product-detail-3 .swiper-slide img,
    #product-detail-4 .swiper-slide img,
    #product-detail-6 .swiper-slide img,
    #product-detail-8 .swiper-slide img {
        max-height: 300px;
    }
}

@media (max-width: 480px) {

    #product-detail-7 .swiper-slide,
    #product-detail-5 .swiper-slide,
    #product-detail-3 .swiper-slide,
    #product-detail-4 .swiper-slide,
    #product-detail-6 .swiper-slide,
    #product-detail-8 .swiper-slide {
        padding: 15px;
    }
}

/* Gallery Image Descriptions - Mobile */
@media (max-width: 767px) {
    .gallery-section-1 .img-description p {
        font-size: 15px !important;
    }

    .galleryDescription p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .gallery-section-1 .img-description p {
        font-size: 14px !important;
    }

    .galleryDescription p {
        font-size: 13px;
    }
}

/* Modal - Mobile Optimization */
@media (max-width: 767px) {
    .modal-dialog {
        margin: 10px;
    }

    .modal-dialog .first-text {
        font-size: 14px !important;
    }

    .modal-dialog .second-text {
        font-size: 12px !important;
        padding-top: 12px;
    }

    #teklifModal .modal-header h1 {
        font-size: 26px;
    }

    .teklifForm .form-input {
        padding: 10px 14px;
    }

    .teklifForm .row .col-md-6 {
        width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 480px) {
    .modal-dialog {
        margin: 5px;
    }

    #teklifModal .modal-header h1 {
        font-size: 22px;
    }
}

/* Footer - Mobile Enhancement */
@media (max-width: 991px) {
    .footer .row {
        flex-direction: column;
        gap: 30px;
    }

    .footer #footer-col {
        width: 100% !important;
        margin: 0 !important;
    }

    .footer-item {
        padding-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .footer .row {
        gap: 25px;
    }

    .footer-sub {
        gap: 8px;
    }

    .footer-item {
        padding-bottom: 10px;
    }
}

/* Icon Section - Mobile Text Sizing */
@media (max-width: 767px) {
    #icon-section-0 .galleryDescription p span {
        font-size: 1.2rem;
    }

    #icon-section-0 .icon-content-wrapper .weta-icerik-tag {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    #icon-section-0 .galleryDescription p span {
        font-size: 1rem;
    }

    #icon-section-0 .icon-content-wrapper .weta-icerik-tag {
        font-size: 22px;
    }
}

/* Product Text Sections - Mobile Layout */
@media (max-width: 991px) {
    #productText-14 .flex-column {
        gap: 30px;
    }

    #productText-14 .rexa-content {
        padding: 30px 20px;
    }

    #productText-9 #images-left,
    #productText-8 #images-left {
        width: 100% !important;
        padding: 0 15px;
    }

    #productText-9 #content-right,
    #productText-8 #content-right {
        width: 100% !important;
        margin-top: 0px;
        padding-top: 0;
    }

    #productText-15 .col-md-7,
    #productText-15 .col-md-5 {
        padding: 0;
    }

    #productText-10 #content-left {
        width: 100% !important;
        padding: 0 15px;
    }

    #productText-10 #images-right {
        padding: 0 15px;
    }

    #productText-15 .col-md-7,
    #productText-10 #images-right {
        width: 100% !important;
        margin-top: 20px;
    }

    #productText-15 .col-md-5 p,
    #productText-10 #content-left p {
        height: auto !important;
        overflow: visible !important;
    }
}

@media (max-width: 767px) {

    #productText-11 video,
    #privatePageContentItem_376 img,
    #privatePageContentItem_399 img,
    #privatePageContentItem_390 img,
    #privatePageContentItem_366 img {
        min-height: unset;
        height: auto !important;
    }

    #productText-11 #content-left .row {
        flex-wrap: wrap;
        gap: 20px;
    }

    #privatePageContentItem_376 p {
        padding-right: 0;
    }
}

/* Page Detail Sections - Mobile */
@media (max-width: 991px) {

    #page-detail-section-101,
    #page-detail-section-102 {
        padding: 10px 0 30px 0;
    }

    #page-detail-section-116 .col-md-5 {
        width: 100% !important;
    }

    #page-detail-section-116 .row {
        flex-wrap: wrap;
    }
}

/* Slider Adjustments - Mobile */
@media (max-width: 991px) {
    .privatePageContentItem_452 .rexa-gorseller {
        margin-bottom: 0;
    }

    .textImg_multiImgSlider-97 {
        padding: 0 !important;
    }

    .page-breadcrumb .container {
        margin-bottom: -8%;
    }

    .page-breadcrumb .relative-title .page-list {
        bottom: -70% !important;
    }

    #paragraph-section-22 .paragraph-title {
        justify-content: start !important;
    }

    #slider-0 .swiper-button-next,
    #slider-0 .swiper-button-prev {
        display: none;
    }

    #slider-0 .swiper-pagination {
        left: 50% !important;
        transform: translateX(-50%);
        bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    #sliderView-1 .slider-contents {
        max-width: 100% !important;
        padding: 0 15px;
    }

    #sliderView-1 .weta-slider-tag span {
        font-size: 36px;
    }

    #sliderView-1 .weta-description p {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    #sliderView-1 .weta-slider-tag span {
        font-size: 28px;
    }

    #sliderView-1 .weta-description p {
        font-size: 12px !important;
    }
}

/* Image Wrapper & Gallery - Mobile Object Fit */
@media (max-width: 767px) {

    .pageDetailContent.textImg img,
    #gallery-detail-section-1 .container .gallerySwiper-1 img,
    #productText-14 #image-gallery img {
        object-fit: cover;
        width: 100%;
        height: auto;
    }
}

/* Lists - Mobile Spacing */
@media (max-width: 767px) {
    .pageDetailContent.textImg ul[data-spread="false"] li {
        padding-left: 30px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .pageDetailContent.textImg ul[data-spread="false"] li::before {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .pageDetailContent.textImg ul[data-spread="false"] li {
        padding-left: 28px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .pageDetailContent.textImg ul[data-spread="false"] li::before {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
}

/* Button Sizing - Mobile */
@media (max-width: 767px) {

    .btn-primary,
    .btn-color {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .btn-primary,
    .btn-color {
        padding: 9px 18px;
        font-size: 13px;
    }
}


/* Video Container - Mobile Aspect Ratio */
@media (max-width: 767px) {

    .video-js video,
    .pageDetailContent.textImg .video-item {
        height: auto;
        aspect-ratio: 16/9;
    }
}



/* Text Alignment - Mobile Center */
@media (max-width: 767px) {
    .text-center-mobile {
        text-align: center !important;
    }
}

.fa-message:before {
    content: "\f044" !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#productText-17 img {
    height: 340px;
    object-fit: cover;
}
#productText-17 .productImage {
    position: relative;
}
p {
    text-align: justify !important;
}