.section-top-bar {
    background: #000;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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;
}

#gallery-detail-section-2 {
    padding: 55px 0 10px 0;
}

#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,
#gallery-detail-section-3 .container {
    display: flex;
    align-items: start;
    gap: 30px;
}

#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;
}

#product-detail-7 .swiper-slide img {
    max-height: 300px;
}

/* 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;
}

/* 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;
}

#sliderView-1 .slider-contents {
    padding: 40px;
    max-width: 66%;
    background: rgba(0, 0, 0, 0.7);
}

@media (min-width:768px) {

    #sliderView-1 .weta-slider-tag span {
        font-size: 70px;
    }

    #sliderView-1 .weta-slider-tag b {
        color: #e30a00;
    }

    #sliderView-1 .weta-description p {
        font-size: 20px !important;
        line-height: 115% !important;
    }


    #gallery-detail-section-1 .container {
        display: flex;
        flex-direction: column;
    }

    .section-header.fixed .logo img {
        max-height: 65px !important;
    }

    .section-header .dropdown-menu.big-dropdown {
        min-width: 450px !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: 400px;
    }

    #privatePageContentItem_390 img,
    #privatePageContentItem_366 img {
        height: 400px;
    }

    .gallery-section-1 .custom-col:not(:last-child) {
        width: 33.3% !important;
    }

    #icon-section-8 {
        margin-top: -2%;
        padding: 0;
    }
}

.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-color {
    background-color: #e2231a !important;
    border: 1px solid #e2231a !important;
    border: none;
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.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: #c11f17 !important;
    border: 1px solid #c11f17 !important;
}

.btn-color:hover:before {
    left: 110%;
    transition: .5s;
}

#privatePageContentItem_369 .rexa-gorseller {
    justify-content: center;
}

.pageDetailContent.textImg img {
    height: 400px;
}

#page-detail-section-111 {
    background-color: #f0f0f0 !important;
}

/* ========== KURUMSAL FABRİKA STİLİ - SAYFA İÇİ ========== */

/* Gallery Section Styling */
#gallery-detail-section-2 .gallery-wrapper {
    padding: 30px 40px 30px 0;
    background: #ffffff;
    width: 100%;
}

#gallery-detail-section-2 #image-gallery {
    width: 100%;
}

#gallery-detail-section-2 #image-gallery img {
    height: 300px;
}

#gallery-detail-section-2 h1 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.gallery-section .img-wrapper img {
    border-radius: 6px;
}

#gallery-detail-section-2 h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #e30a00 0%, #a10d18 100%);
}

#icon-section-8 .container {
    z-index: 1;
    position: relative;
    width: 100%;
    margin: 45px auto;
    max-width: 1360px;
    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;
}

.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 .relative-title {
    display: flex !important;
    height: 200px;
    padding: 40px 60px;
    background: rgba(0, 0, 0, 0.6);
    width: auto !important;
    min-width: 800px;
}

.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: 50px !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;
}

#page-detail-section-97 {
    background-image: url(/images/eco-serve-bg.png);
    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: #373737;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 0;
}

#icon-section-8 .icon-content-wrapper h1 {
    color: #fff !important;
    margin-bottom: 0 !important;
    font-size: 32px !important;
}

#icon-section-8 #icon-gallery {
    background-color: #515151;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: space-around;
}

#icon-gallery .icon-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 20px;
    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-gallery .icon-wrapper .weta-icerik-tag {
    color: #fff !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    position: relative;
}

#privatePageContentItem_366 {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

#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,
#gallery-detail-section-3 h2 {
    margin-bottom: 15px;
    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, #e30a00 0%, #a10d18 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: #e30a00;
}

.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;
}



.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) {

    .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::after,
    .gallery-img a::after {
        font-size: 48px;
    }
}

@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 20px;
    }

    .pageDetailContent.parallax-section .parallax-description p {
        font-size: 14px !important;
    }

    /* Gallery Image Hover - Mobile */
    .gallery-img::after,
    .gallery-img a::after {
        font-size: 40px;
    }

    .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: 40px !important;
    }

    .page-breadcrumb .relative-title .page-list .arrow-breadcrumb,
    .page-breadcrumb .relative-title .page-list a {
        font-size: 16px;
    }
}

/* ========== 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: #fafafa;
    border-radius: 6px;
    border: 1px solid #fcfcfc;
}

/* 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, #e30a00 0%, #a10d18 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: #a10d18 !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, #e30a00 0%, #a10d18 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: #a10d18;
    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: #a10d18;
    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: 20px;
    }
}

@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;
    }

    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}

@media (max-width: 480px) {
    .contact-group {
        padding: 15px;
    }

    .g-recaptcha {
        transform: scale(0.75);
    }

    /* Breadcrumb Extra Small */
    .page-breadcrumb .relative-title {
        padding: 20px 15px;
        gap: 12px;
        max-width: 98%;
    }

    .page-breadcrumb .page-title {
        font-size: 28px !important;
    }

    .page-breadcrumb .page-list {
        font-size: 13px;
    }

    .page-breadcrumb .relative-title .page-list .arrow-breadcrumb,
    .page-breadcrumb .relative-title .page-list a {
        font-size: 13px;
    }
}

#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;
    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;
}

#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;
}

.gallery-section-1 .img-wrapper {
    height: 100%;
    border: 2px solid #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.gallery-section-1 .img-wrapper:hover {
    border-color: #e30614;

}

.gallery-section-1 .img-wrapper p {
    color: #666 !important;
}

.hizmet-read-more {
    color: #e30614;
    justify-content: end;
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
}

.gallery-section-1 .img-wrapper:hover .hizmet-read-more {
    color: #e30614;
    text-decoration: underline;
}

.gallery-section-1 .custom-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.gallery-section-1 .gallery-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.gallery-section-1 .gallery-img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    padding: 0;
}

.gallery-section-1 .img-wrapper:hover .gallery-img img {
    padding: 10px;
    border-radius: 6px;
}

.gallery-section-1 .gallery-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gallery-section-1 .img-title {
    margin-bottom: 12px;
}

.gallery-section-1 .img-title span {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #333;
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}

.gallery-section-1 .img-wrapper:hover .img-title span {
    color: #e30614;
}

.gallery-section-1 .img-description {
    flex: 1;
}

.gallery-section-1 .img-description p {
    font-size: 14px !important;
    line-height: 1.6;
    color: #666 !important;
    margin: 0;
}

#parallax-15 .rgw {
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: space-between;
    padding: 40px 60px;
    background: rgba(0, 0, 0, 0.7);
}

#paragraph-section-22 {
    border-bottom: 10px solid #e30a00;
}

#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%;
}

#paragraph-section-22 .paragraph-content b {
    font-size: 24px;
    color: #343131;
}

#paragraph-section-22 .paragraph-content {
    font-size: 20px;
    font-weight: 500;
    color: #e30a00;
}

.page-breadcrumb .page-title,
#parallax-15 h1 span,
#paragraph-section-22 h2 span,
.gallery-section-1 h2 span {
    font-size: 50px !important;
    line-height: 85%;
    font-weight: 500 !important;
}

#paragraph-section-22 h2 span b,
.page-breadcrumb .page-title,
#parallax-15 h1 span b,
.gallery-section-1 h2 span b {
    color: #e30a00 !important;
}

#paragraph-section-22 {
    background: #fff;
}

#icon-section-0 #icon-gallery .icon-wrapper {
    display: block !important;
}

#icon-section-0 .icon-wrapper .icon span {
    color: #e30a00 !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;
    }
}

@media (min-width: 1501px) and (max-width: 1800px) {
    #icon-section-8 {
        margin-top: 0;
    }

    #icon-section-8 .container {
        margin: auto;
    }
}

.product-thumbs img {
    height: 100px;
    object-fit: cover;
}

/* ========== TAB TASARIMI - KURUMSAL & MODERN ========== */

.productDocuments .nav-tabs {
    gap: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.productDocuments .nav-item {
    margin: 0;
}

.productDocuments .nav-link {
    border: 2px solid #e8e8e8;
    background: transparent;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.productDocuments .nav-link:hover {
    color: #e30a00;
    background: transparent;
    border-color: #e30a00;
}

.productDocuments .nav-link.active {
    color: #fff !important;
    border: 2px solid #e30a00 !important;
    background: #e30a00 !important;
    font-weight: 600;
}

.productDocuments .tab-content {
    padding: 0;
    border: none;
    background: transparent;
}

.productDocuments .tab-pane {
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.productDocuments .pds-content {
    background: #fafafa;
    padding: 40px;
    margin-top: 20px;
    position: relative;
}

.productDocuments .pds-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #343131;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.productDocuments .pds-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #e30a00;
}

.productDocuments .pds-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

/* Liste Stilleri */
.productDocuments .pds-content ul[data-spread="false"] {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.productDocuments .pds-content 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;
}

.productDocuments .pds-content ul[data-spread="false"] li:last-child {
    margin-bottom: 0;
}

.productDocuments .pds-content ul[data-spread="false"] li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #e30a00 0%, #a10d18 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;
}

.productDocuments .pds-content ul[data-spread="false"] li:hover {
    padding-left: 40px;
    color: #e30a00;
}

.productDocuments .pds-content ul[data-spread="false"] li:hover::before {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(227, 10, 0, 0.3);
}

.productDocuments .pds-content ul[data-spread="false"] li span {
    display: inline;
}

.productDocuments .pds-content ul[data-spread="false"] li strong {
    color: #343131;
    font-weight: 600;
}

/* ========== RELATED LITERATURE SECTION ========== */

.related-literature .pds-content {
    padding: 0;
    background: transparent;
    margin-top: 30px;
}

.lit-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #343131;
    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: #e30a00;
}

.lit-title-section {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.lit-title-section i {
    color: #e30a00;
    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;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    padding: 10px 20px;
    background: #e30a00;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e30a00;
    transition: all 0.2s ease;
}

.btn-download i {
    font-size: 13px;
}

.btn-download:hover {
    background: #fff;
    color: #e30a00;
}

.btn-download:active {
    background: #f5f5f5;
}

/* 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;
    }

    #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: #e30a00;
    }

    #sliderView-1 .weta-description p {
        font-size: 16px !important;
        line-height: 115% !important;
    }
}

@media (max-width: 767px) {

    .productDocuments .nav-tabs {
        margin-bottom: 30px;
        border-bottom: 1px solid #e8e8e8;
    }
    #slider-0 .sliderJs .swiper-slide,
    #slider-0 .sliderJs {
        height: 100vh !important;
        max-height: 100vh !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: #e30a00;
    }

    .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: 40px;
    margin-bottom: 20px;
}

/* ========== PRODUCT BADGES ========== */

.badge-custom {
    display: inline-block;
    padding: 8px 18px;
    background: #e30a00;
    color: #fff;
    border: 1px solid #e30a00;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    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;
    flex-wrap: wrap;
    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 {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .badge-custom {
        padding: 6px 12px;
        font-size: 11px;
    }

    .col-12.d-flex {
        gap: 6px;
    }
}

.product-fixed-element {
    display: none;
}

#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: 70px !important;
    }
}

@media (max-width: 480px) {
    .section-header {
        height: 60px !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: 200px;
    }

    .page-breadcrumb .relative-title {
        min-width: unset;
        width: 95%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-breadcrumb {
        min-height: 170px;
    }

    .page-breadcrumb .relative-title {
        min-width: unset;
        width: 98%;
        height: auto;
    }
}

/* --- BÜYÜK BAŞLIK FONTİ (70px → mobile uyarlaması) --- */
@media (max-width: 991px) {

    .page-breadcrumb .page-title,
    #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;
    }

    #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) {
    #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 {
        height: 200px;
    }

    .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: 17px !important;
    }
}

@media (max-width: 480px) {
    .gallery-section-1 {
        padding-top: 25px !important;
    }

    .gallery-section-1 .gallery-img {
        height: 180px;
    }
}

/* --- ICON SECTION 8 (mobile) --- */
@media (max-width: 767px) {
    #icon-section-8 .container {
        top: 0;
        margin: 20px auto;
        border-radius: 10px;
    }

    #icon-section-8 .icon-content-wrapper h1 {
        font-size: 22px !important;
    }

    #icon-gallery .icon-wrapper {
        flex-direction: column;
        padding: 12px 10px;
        gap: 8px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #icon-section-8 .container {
        margin: 10px auto;
    }

    #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;
    }
}