@media (min-width: 768px) {

    .section-header {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #slider-0 {
        padding: 20px 80px 80px 80px;
        position: relative;
    }

    #slider-0 .sliderJs {
        position: static !important;
    }

    #slider-0 .swiper-button-next,
    #slider-0 .swiper-button-prev {
        width: 80px !important;
        height: 80px !important;
        background: white;
        border: none !important;
        opacity: 1 !important;
        transition: all 0.4s;
        border-radius: 0;
        z-index: 999 !important;
        position: absolute !important;
    }

    #slider-0 .swiper-button-prev {
        left: 2% !important;
        top: 45%;
    }

    #slider-0 .swiper-button-next {
        right: 2% !important;
        top: 45%;
    }

    .section-header.fixed {
        height: 100px !important;
        align-content: center;
    }

    .section-header #navigation>ul {
        justify-content: start !important;
    }

    .section-header .contact-navbar {
        display: none !important;
    }

    #type-7 .logo-container .logo img {
        position: absolute;
        left: 7%;
    }

    .section-top-bar {
        height: 0;
    }

    .section-top-bar #right-bar {
        position: absolute;
        top: 85px;
        right: 10.5%;
    }
}

#slider-0 .swiper-button-next:hover,
#slider-0 .swiper-button-prev:hover {
    background: #000b3d !important;
}

#slider-0 .swiper-button-next:hover::after,
#slider-0 .swiper-button-prev:hover::after {
    color: #fff !important;
}

.footer {
    border-top: 0px !important;
}

#privatePageContentItem_369 .rg-wrapper:after,
#privatePageContentItem_364 .rg-wrapper:after {
    content: "";
    position: absolute;
    top: 70px;
    left: -70px;
    width: 100%;
    height: 86%;
    background-color: transparent;
    border: 30px solid rgba(0, 0, 0, 0.1);
}

#privatePageContentItem_369 .swiper-pagination,
#privatePageContentItem_364 .swiper-pagination {
    bottom: 65%;
    left: -1%;
}

.textImg_multiImgSlider-97 .swiper-pagination {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.textImg_multiImgSlider-97 .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background: #000000;
    border-radius: 0;
    opacity: 1;
    transition: all 0.3s ease;
}

.textImg_multiImgSlider-97 .swiper-pagination-bullet-active {
    width: 60px;
    opacity: 1;
}

/* Slider Image Zoom Effect */
.textImg_multiImgSlider-97 .swiper-slide {
    overflow: hidden;
}

.textImg_multiImgSlider-97 .swiper-slide img {
    transition: transform 8s ease-out;
    transform: scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textImg_multiImgSlider-97 .swiper-slide-active img {
    transform: scale(1.1);
}

.textImg_multiImgSlider-97 .swiper-slide-prev img,
.textImg_multiImgSlider-97 .swiper-slide-next img {
    transform: scale(1);
}

#gallery-detail-section-1 .img-wrapper img {
    height: 540px;
}

#page-detail-section-97 {
    padding-bottom: 60px;
}

#html-section-1 {
    padding: 0 0 50px 0;
    background: #f2f2f2 !important;
}

.kzv-deneyim {
    border-right: 10px solid #000b3d;
    padding-right: 20px;
}

.kzv-deneyim strong {
    display: block;
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
    color: rgba(191, 191, 191, 0.3);
}

.kzv-deneyim span {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}

.kzv-container {
    display: flex;
    justify-content: flex-end;
}

/* Header Layout - Logo sol, .menu-click orta, #menuClick sağ */

/* Responsive düzenleme */
@media (max-width: 991px) {
    #type-7 .logo-container .logo #menuClick {
        display: block;
        order: 3;
        margin-left: auto;
    }

    #type-7 .navbar-weta .menu-click {
        order: 2;
        margin: 0 15px;
    }
}

#submitButton,
.weta-slider-buttons a,
.weta-buttons a {
    cursor: pointer;
    background-color: #000b3d;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 12px 60px 12px 20px;
    font-size: 13px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none !important;
    color: #fff;
    transform: scaleX(0.9);
    transform-origin: center left;
    transition: all 0.3s ease;
}

#submitButton:hover,
.weta-slider-buttons a:hover,
.weta-buttons a:hover {
    background-color: #000b3d !important;
}

/* YarÄ±m yarÄ±m arka plan efekti - tek pseudo-element ile */
#submitButton::before,
.weta-slider-buttons a::before,
.weta-buttons a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%) left top / 0% 50% no-repeat,
        linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%) right bottom / 0% 50% no-repeat;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
}

#submitButton:hover::before,
.weta-slider-buttons a:hover::before,
.weta-buttons a:hover::before {
    background-size: 100% 50%, 100% 50%;
}

/* SaÄŸ tarafta Ã§izgi efekti */
#submitButton::after,
.weta-slider-buttons a::after,
.weta-buttons a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
    z-index: 2;
}

/* Hover'da Ã§izgi uzar */
#submitButton:hover::after,
.weta-slider-buttons a:hover::after,
.weta-buttons a:hover::after {
    width: 25px;
}

#submitButton:hover,
.weta-slider-buttons a.site-button:hover,
.weta-buttons a.site-button:hover {
    background-color: #000b3d !important;
}

@media (min-width:1800px) {
    #gallery-detail-section-1 .container {
        max-width: 1800px !important;
    }

    .section-header #type-7 {
        max-width: 1800px;
    }
}

/* Gallery Slider Overlay Effects */
#gallery-detail-section-1 .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#gallery-detail-section-1 .gallery-img {
    position: relative;
    z-index: 0;
}

#gallery-detail-section-1 .gallery-info {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #000b3d;
    opacity: 0;
    transition: all 0.5s linear;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    padding: 40px;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-info {
    opacity: 0.9;
}

#gallery-detail-section-1 .gallery-info:after,
#gallery-detail-section-1 .gallery-info:before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 20px;
    top: 20px;
    transition: all 0.7s linear;
    opacity: 0;
}

#gallery-detail-section-1 .gallery-info:after {
    width: 0%;
    height: 1px;
}

#gallery-detail-section-1 .gallery-info:before {
    width: 1px;
    height: 0px;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-info:after {
    width: 100%;
    opacity: 1;
    left: -20px;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-info:before {
    height: 100%;
    top: -20px;
    opacity: 1;
}

/* Gallery Info Content */
#gallery-detail-section-1 .img-title,
#gallery-detail-section-1 .img-description {
    position: relative;
    text-align: left !important;
    z-index: 2;
}

#gallery-detail-section-1 .img-title span {
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 400;
}

#gallery-detail-section-1 .img-description p {
    color: #fff;
    font-weight: 300;
    margin: 15px 0;
}

/* Vertical Button */
#gallery-detail-section-1 .v-button {
    color: #fff;
    border-left: 2px solid #fff;
    display: block;
    position: absolute;
    bottom: -145%;
    right: -90px;
    transform: rotate(-90deg);
    letter-spacing: 4px;
    font-size: 12px;
    justify-content: start;
    text-transform: uppercase;
    padding-left: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#gallery-detail-section-1 .v-button:hover {
    color: #fff;
    padding-left: 30px;
}

@media only screen and (max-width:420px) {
    #gallery-detail-section-1 .v-button {
        bottom: 70px;
    }
}

/* Gallery Img styling */
#gallery-detail-section-1 .gallery-img {
    position: relative;
    z-index: 0;
}

#gallery-detail-section-1 .gallery-img a {
    display: block;
    position: relative;
}

#gallery-detail-section-1 .gallery-img img {
    transition: transform 0.5s ease;
    display: block;
    width: 100%;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-img img {
    transform: scale(1.05);
}

.wt-separator-outer {
    padding: 20px 0 0 0;
}

.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
    background-color: #000b3d;
}

@media (min-width: 991px) {
    #type-7 .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #type-7 .col-6.col-lg-3 {
        order: 1;
        flex: 0 0 auto;
    }

    #type-7 .col-6.col-lg-7 {
        order: 2;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #type-7 .logo-container .logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    #type-7 .logo-container .logo a {
        order: 1;
    }

    #type-7 .logo-container .logo #menuClick {
        display: none;
    }

    #type-7 .navbar-weta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        right: 3%;
    }

    #type-7 .navbar-weta .menu-click {
        order: 1;
        margin: 0 auto;
    }

    #type-7 .navbar-weta #navigation {
        order: 2;
        margin-left: auto;
    }


    .section-header .col-lg-3 .logo a {
        justify-content: start !important;
    }

    /* Main Header Layout */
    .section-header #type-7 .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .section-header #type-7 .col-6.col-lg-3 {
        order: 1;
        flex: 0 0 auto;
        padding-left: 0 !important;
        width: 15%;
    }

    .section-header #type-7 .col-6.col-lg-3 .logo-container {
        margin-left: 0 !important;
    }

    .section-header #type-7 .col-6.col-lg-3 .logo-container .logo {
        justify-content: flex-start !important;
        padding-left: 0 !important;
    }

    .section-header #type-7 .col-6.col-lg-3 .logo-container .logo a {
        margin-left: 0 !important;
    }

    .section-header #type-7 .row {
        width: 100%;
    }

}

.section-header .contact-navbar {
    display: none;
}

.gallerySection-1-next {
    top: 96%;
    left: 3%;
}

.gallerySection-1-prev {
    top: 96%;
}

.gallery-section .swiper {
    padding: 40px 0 80px 0 !important;
}

.pageDetailContent .swiper {
    padding: 10px 0 !important;
}

.gallerySection-1-next,
.gallerySection-1-prev {
    background-color: #000b3d;
    color: #ffffff;
    padding: 8px 10px;
    width: 28px;
    border-radius: 0 !important;
    height: 35px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}

.gallerySection-1-next::after,
.gallerySection-1-prev::after {
    font-size: 10px !important;
    color: #fff;
}

.gallerySection-1-next,
.gallerySection-1-prev {
    width: 30px !important;
    height: 40px !important;
}

.page-breadcrumb {
    margin-top: 20px !important;
}

/* Contact Form Layout - Form sol, İletişim bilgileri sağ */
#contactForm-1 .row {
    display: flex;
}

#contactForm-1 .rexa-content {
    order: 2;

}

#contactForm-1 .contact-form {
    order: 1;
}

.contactCenter {
    position: absolute;
    bottom: 22%;
    right: 0;
    background: #000b3d;
    width: 350px;
    padding: 40px 20px 25px 25px;
}

.contact-oge p {
    color: #fff !important;
    margin-bottom: 1.5rem;
}

.contact-oge p span {
    color: #fff !important;
}

#whatsappContact a {
    color: #fff !important;
}

#contactForm {
    padding: 20px 160px 20px 20px;
    width: 170%;
    border: 5px solid #000b3d;
}

#contactForm-1 {
    margin-left: 9%;
}

/* Breadcrumb Design - Theme Style */
.page-breadcrumb {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-image: url('/images/kzv-slider-02.jpg');
    display: table;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.page-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.07;
}

.page-breadcrumb .container {
    display: table;
    height: 100%;
    position: relative;
    z-index: 1;
}

.page-breadcrumb .title-holder {
    display: table-cell;
    vertical-align: middle;
}

.page-breadcrumb .relative-title .page-name {
    position: relative;
    padding: 70px 0px 70px 30px;
    border: 10px solid #fff;
    border-right: 0px;
    width: 200px;
}

.page-breadcrumb .relative-title .page-name:after,
.page-breadcrumb .relative-title .page-name:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 10px;
    height: 50px;
    background-color: #fff;
}

.page-breadcrumb .relative-title .page-name:after {
    top: 0px;
}

.page-breadcrumb .relative-title .page-name:before {
    bottom: 0px;
    right: 0px;
}

.page-breadcrumb .page-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    margin-left: 40%;
    font-weight: 300;
    display: block;
    width: 640px;
}

.page-breadcrumb .page-list {
    padding: 20px 0;
    position: relative !important;
    color: #fff;
}

.page-breadcrumb .page-list a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-breadcrumb .page-list a:hover {
    color: #ddd;
}

.page-breadcrumb .arrow-breadcrumb {
    margin: 0 10px;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .page-breadcrumb {
        height: 330px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .page-breadcrumb .page-title {
        width: 258px;
    }

    .page-breadcrumb .relative-title .page-name {
        width: 200px;
    }
}

/* ================================================
   PRODUCT DETAIL PAGE - MODERN & MINIMAL DESIGN
   ================================================ */

/* Product Detail Section */
.pageDetailContent {
    padding: 50px 0 !important;
}

.pageDetailContent.productDetail {
    background: #fff;
}

/* Product Image Side */
.pageDetailContent.productDetail .productImage {
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    transition: all 0.4s ease;
}

.pageDetailContent.productDetail .productImage::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid #000b3d;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.5s ease;
    z-index: 2;
    pointer-events: none;
}

.pageDetailContent.productDetail .productImage:hover::before {
    opacity: 1;
    transform: scale(1);
}

.pageDetailContent.productDetail .productImage img {
    width: 100%;
    height: 450px;
    display: block;
    transition: transform 0.6s ease;
}

.pageDetailContent.productDetail .productImage:hover img {
    transform: scale(1.05);
}

/* Product Swiper Navigation */
.pageDetailContent.productDetail .productSwiper {
    position: relative;
    padding: 0 !important;
}

.pageDetailContent.productDetail .swiper-button-next,
.pageDetailContent.productDetail .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background: #000b3d !important;
    color: #fff !important;
    border-radius: 0;
    transition: background 0.3s ease;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 20 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
}

.pageDetailContent.productDetail .swiper-button-prev {
    left: 10px !important;
}

.pageDetailContent.productDetail .swiper-button-next {
    right: 10px !important;
    left: auto !important;
}

.pageDetailContent.productDetail .swiper-button-next:hover,
.pageDetailContent.productDetail .swiper-button-prev:hover {
    background: #00188f !important;
}

.pageDetailContent.productDetail .swiper-button-next::after,
.pageDetailContent.productDetail .swiper-button-prev::after {
    font-size: 18px !important;
    color: #fff !important;
}

.pageDetailContent.productDetail .swiper-button-disabled {
    opacity: 0.4 !important;
}

.pageDetailContent.productDetail .swiper-button-lock {
    display: flex !important;
}

/* Product Thumbs Slider */
.pageDetailContent.productDetail .product-thumbs {
    margin-top: 0;
}

.pageDetailContent.productDetail .product-thumbs .swiper-slide {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pageDetailContent.productDetail .product-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #000b3d;
}

.pageDetailContent.productDetail .product-thumbs .productImage {
    height: 100px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

.pageDetailContent.productDetail .product-thumbs .productImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pageDetailContent.productDetail .product-thumbs .swiper-slide:hover .productImage img {
    transform: scale(1.1);
}

/* Product Title Section */
.pageDetailContent.productDetail .productTitle {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.pageDetailContent.productDetail .productTitle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #000b3d;
}

.pageDetailContent.productDetail .productTitle h1 {
    font-size: 32px;
    font-weight: 400;
    color: #000b3d;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.4;
}

/* Product Content Area */
.pageDetailContent.productDetail .productContent {
    margin-top: 40px;
}

.productDetail .image-gallery {
    margin-top: -50px;
}

.pageDetailContent.productDetail .description {
    color: #969696;
    line-height: 1.8;
}

/* Info List - Modern Cards */
.pageDetailContent.productDetail .description dl.info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 40px;
    padding: 0;
}

.pageDetailContent.productDetail .description dl.info dt {
    grid-column: 1;
    font-weight: 500;
    color: #000b3d;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px;
    background: #f2f2f2;
    margin: 0;
    border-left: 3px solid #000b3d;
    transition: all 0.3s ease;
}

.pageDetailContent.productDetail .description dl.info dd {
    grid-column: 2;
    color: #969696;
    font-size: 14px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
    margin: 0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.pageDetailContent.productDetail .description dl.info dt:hover,
.pageDetailContent.productDetail .description dl.info dd:hover {
    background: #fafafa;
}

/* Separator */
.pageDetailContent.productDetail .separator {
    height: 1px;
    background: #f2f2f2;
    margin: 30px 0;
}

/* Tags - Modern Pills */
.pageDetailContent.productDetail .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.pageDetailContent.productDetail .tags .tag {
    display: inline-block;
    padding: 8px 20px;
    background: #f2f2f2;
    color: #000b3d;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    border-left: 2px solid #000b3d;
    transition: all 0.3s ease;
    font-weight: 400;
}

.pageDetailContent.productDetail .tags .tag:hover {
    background: #000b3d;
    color: #fff;
    border-left-color: #fff;
    transform: translateX(5px);
}

/* Description Text */
.pageDetailContent.productDetail .description p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

/* Button - Theme Styled */
.pageDetailContent.productDetail .description .btn {
    cursor: pointer;
    background-color: #000b3d;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 14px 60px 14px 25px;
    font-size: 13px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.pageDetailContent.productDetail .description .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%) left top / 0% 50% no-repeat,
        linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%) right bottom / 0% 50% no-repeat;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
}

.pageDetailContent.productDetail .description .btn:hover::before {
    background-size: 100% 50%, 100% 50%;
}

.pageDetailContent.productDetail .description .btn::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
    z-index: 2;
}

.pageDetailContent.productDetail .description .btn:hover::after {
    width: 25px;
}

.pageDetailContent.productDetail .description .btn:hover {
    background-color: #000b3d;
}

/* Product Elements (if exists) */
.pageDetailContent.productDetail .product-elements {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #f2f2f2;
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .pageDetailContent.productDetail .productTitle h1 {
        font-size: 28px;
    }

    .pageDetailContent.productDetail .description dl.info {
        grid-template-columns: 1fr;
    }

    .pageDetailContent.productDetail .description dl.info dt,
    .pageDetailContent.productDetail .description dl.info dd {
        grid-column: 1;
    }

    .pageDetailContent.productDetail .product-thumbs .productImage {
        height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .pageDetailContent.productDetail .productTitle h1 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .pageDetailContent.productDetail .productImage::before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .pageDetailContent.productDetail .tags .tag {
        font-size: 11px;
        padding: 6px 15px;
    }

    .pageDetailContent.productDetail .description .btn {
        padding: 12px 50px 12px 20px;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .pageDetailContent.productDetail .swiper-button-next,
    .pageDetailContent.productDetail .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .pageDetailContent.productDetail .product-thumbs .productImage {
        height: 70px;
    }
}

/* ================================================
   PRODUCT GALLERY SECTION - MODERN & MINIMAL
   ================================================ */


.product-gallery-section-1 .gallery-wrapper {
    text-align: center;
    margin-bottom: 60px;
}


.product-gallery-section-1 .galleryDescription {
    color: #969696;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 30px;
}

/* Gallery Grid */
.product-gallery-section-1 #image-gallery .row {
    margin: 0 -10px;
}

.product-gallery-section-1 #image-gallery .custom-col {
    padding: 10px;
    margin-bottom: 20px;
}

/* Image Wrapper - Main Container */
.product-gallery-section-1 .img-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all 0.4s ease;
}

.product-gallery-section-1 .img-wrapper:hover {
    border-color: #000b3d;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 11, 61, 0.15);
}

/* Gallery Image */
.product-gallery-section-1 .gallery-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-gallery-section-1 .gallery-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-gallery-section-1 .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-gallery-section-1 .img-wrapper:hover .gallery-img img {
    transform: scale(1.1);
}

/* Gallery Overlay Info */
.product-gallery-section-1 .gallery-info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 11, 61, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    z-index: 10;
}

.product-gallery-section-1 .img-wrapper:hover .gallery-info {
    opacity: 1;
    visibility: visible;
}

/* Border Animation on Overlay */
.product-gallery-section-1 .gallery-info::before,
.product-gallery-section-1 .gallery-info::after {
    content: '';
    position: absolute;
    background: #fff;
    transition: all 0.5s ease;
}

.product-gallery-section-1 .gallery-info::before {
    top: 20px;
    left: 20px;
    width: 0;
    height: 2px;
}

.product-gallery-section-1 .gallery-info::after {
    top: 20px;
    left: 20px;
    width: 2px;
    height: 0;
}

.product-gallery-section-1 .img-wrapper:hover .gallery-info::before {
    width: calc(100% - 40px);
}

.product-gallery-section-1 .img-wrapper:hover .gallery-info::after {
    height: calc(100% - 40px);
}

/* Right and Bottom Borders */
.product-gallery-section-1 .gallery-img::before,
.product-gallery-section-1 .gallery-img::after {
    content: '';
    position: absolute;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease 0.2s;
    z-index: 11;
}

.product-gallery-section-1 .gallery-img::before {
    bottom: 20px;
    right: 20px;
    width: 0;
    height: 2px;
}

.product-gallery-section-1 .gallery-img::after {
    bottom: 20px;
    right: 20px;
    width: 2px;
    height: 0;
}

.product-gallery-section-1 .img-wrapper:hover .gallery-img::before {
    width: calc(100% - 40px);
    opacity: 1;
}

.product-gallery-section-1 .img-wrapper:hover .gallery-img::after {
    height: calc(100% - 40px);
    opacity: 1;
}

/* Gallery Info Content */
.product-gallery-section-1 .img-title {
    position: relative;
    z-index: 12;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease 0.2s;
}

.product-gallery-section-1 .img-wrapper:hover .img-title {
    transform: translateY(0);
    opacity: 1;
}

.product-gallery-section-1 .img-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.product-gallery-section-1 .img-description {
    position: relative;
    z-index: 12;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease 0.3s;
    margin-top: 15px;
}

.product-gallery-section-1 .img-wrapper:hover .img-description {
    transform: translateY(0);
    opacity: 1;
}

.product-gallery-section-1 .img-description p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* View Icon/Button on Hover */
.product-gallery-section-1 .gallery-img a::after {
    content: '\f065';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 60px;
    background: #fff;
    color: #000b3d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    z-index: 15;
    opacity: 0;
    transition: all 0.4s ease;
}

.product-gallery-section-1 .img-wrapper:hover .gallery-img a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* Responsive Design */
@media only screen and (max-width: 1199px) {
    .product-gallery-section-1 .img-wrapper {
        height: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .product-gallery-section-1 {
        padding: 60px 0;
    }

    .product-gallery-section-1 .gallery-wrapper {
        margin-bottom: 40px;
    }

    .product-gallery-section-1 .gallery-wrapper h3 {
        font-size: 28px;
    }

    .product-gallery-section-1 .img-wrapper {
        height: 280px;
    }

    .product-gallery-section-1 #image-gallery .custom-col {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .product-gallery-section-1 {
        padding: 40px 0;
    }

    .product-gallery-section-1 .gallery-wrapper h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .product-gallery-section-1 .img-wrapper {
        height: 250px;
    }

    .product-gallery-section-1 #image-gallery .custom-col {
        width: 100% !important;
    }

    .product-gallery-section-1 .gallery-info {
        padding: 20px;
    }

    .product-gallery-section-1 .gallery-info::before,
    .product-gallery-section-1 .gallery-info::after,
    .product-gallery-section-1 .gallery-img::before,
    .product-gallery-section-1 .gallery-img::after {
        display: none;
    }
}

/* ================================================
   PROJECTS LIST PAGE - MODERN & MINIMAL DESIGN
   ================================================ */

/* Product List Section */
#product-section-1 {
    padding: 80px 0 !important;
    background: #fff;
}

#product-section-1 .container {
    max-width: 1400px;
}

/* Page Title */
#product-section-1 .rg-wrapper {
    margin-bottom: 60px;
    text-align: left;
}

#product-section-1 .weta-icerik-tag {
    font-size: 36px;
    font-weight: 400;
    color: #000b3d;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
    position: relative;
    display: inline-block;
}

/* Product Grid */
#product-section-1 .product-list .row {
    margin: 0 -15px;
}

#product-section-1 .custom-col {
    padding: 15px;
    margin-bottom: 30px;
}

/* Product Wrapper - Main Card */
#product-section-1 .product-wrapper {
    position: relative;
    border-radius: 0;
    background: #fff;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

#product-section-1 .product-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

#product-section-1 .product-wrapper:hover::before {
    border-color: #000b3d;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}

#privatePageContentItem_372 .swiper-pagination {
    top: 20%;
    left: -1%;
}

/* Product Image Container */
#product-section-1 .product-image {
    position: relative;
    overflow: hidden;
    height: 320px;
    background: #f8f8f8;
}

#product-section-1 .product-image .rgw {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#product-section-1 .product-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

#product-section-1 .product-wrapper:hover .product-image img {
    transform: scale(1.08);
}

/* Overlay on Image */
#product-section-1 .product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 11, 61, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    pointer-events: none;
}

#product-section-1 .product-wrapper:hover .product-image::before {
    opacity: 1;
}

/* Border Animation on Image */
#product-section-1 .product-image::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid #fff;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.5s ease;
    z-index: 3;
    pointer-events: none;
}

#product-section-1 .product-wrapper:hover .product-image::after {
    opacity: 1;
    transform: scale(1);
}

/* Product Content Area */
#product-section-1 .product-content-wrapper {
    padding: 0;
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

/* Product Title */
#product-section-1 .product-title {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-section-1 .product-title h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000b3d;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    transition: all 0.3s ease;
    text-align: center;
}

#product-section-1 .product-wrapper:hover .product-title h3 {
    letter-spacing: 3px;
    color: #000b3d;
}

/* Eleman Wrapper - Decorative Element */
#product-section-1 .eleman-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    overflow: hidden;
    z-index: 2;
}

#product-section-1 .eleman-wrapper .eleman {
    width: 0%;
    height: 100%;
    background: #000b3d;
    transition: width 0.5s ease;
}

#product-section-1 .product-wrapper:hover .eleman-wrapper .eleman {
    width: 100%;
}

/* View Link on Hover */
#product-section-1 .product-image a::after {
    content: 'DETAY';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #000b3d;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0;
    z-index: 10;
    transition: all 0.4s ease;
    pointer-events: none;
}

#product-section-1 .product-wrapper:hover .product-image a::after {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(-10px);
}

/* Responsive Design */
@media only screen and (max-width: 1199px) {
    #product-section-1 .product-image {
        height: 280px;
    }

    #product-section-1 .product-title h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    #product-section-1 {
        padding: 60px 0 !important;
    }

    #product-section-1 .custom-col {
        width: 50% !important;
    }

    #product-section-1 .product-image {
        height: 260px;
    }

    #product-section-1 .weta-icerik-tag {
        font-size: 30px;
        letter-spacing: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .section-header .col-lg-7 {
        max-width: 40% !important;
    }
    .weta-slider-buttons .btn {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    #html-section-1 {
        padding-top: 0px !important;
    }

    .gallerySection-1-next {
        left: 15%;
    }

    .kzv-deneyim strong {
        font-size: 65px;
    }

    #product-section-1 {
        padding: 40px 0 !important;
    }

    #product-section-1 .custom-col {
        width: 100% !important;
    }

    #product-section-1 .product-image {
        height: 300px;
    }

    #product-section-1 .weta-icerik-tag {
        font-size: 24px;
        letter-spacing: 2px;
    }

    #product-section-1 .product-content-wrapper {
        padding: 20px;
    }

    #product-section-1 .product-wrapper::before {
        display: none;
    }

    #product-section-1 .product-image::after {
        display: none;
    }
}

@media (min-width: 2000px) {
    .section-top-bar #right-bar {
        right: 20%;
    }
}