﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.bg_footer_color {
    background-color: var(--theme2);
}

@media(max-width:1200px) {
    .header-section-2.home {
        background: rgba(255,255,255,0.5) !important;
    }

    .header_logo_mw {
        max-width: 200px;
    }

    .anasayfa_about_img1_mw {
        width: 450px;
    }

    .anasayfa_about_img2_mw {
        width: 350px;
    }

    .anasayfa_ref_mw {
        max-width: 150px;
    }

    .anasayfa_blog_mw {
        width: 250px;
        height: 350px;
        object-fit: cover;
    }

    .anasayfa_project_mh {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .anasayfa_galeri_mh {
        height: 250px;
        object-fit: cover;
    }




    .project-card.style2 .project-thumb .content {
        /*  opacity: 0;
  visibility: hidden;*/
        position: absolute;
        bottom: -5px;
        left: 24px;
        right: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background: var(--white);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }
}


@media(min-width:1200px) {


    .header_logo_mw {
        max-width: 250px;
    }

    .anasayfa_about_img1_mw {
        width: 450px;
    }

    .anasayfa_about_img2_mw {
        width: 350px;
    }


    .anasayfa_ref_mw {
        max-width: 150px;
    }

    .anasayfa_blog_mw {
        width: 250px;
        height: 350px;
        object-fit: cover;
    }

    .anasayfa_project_mh {
        height: 250px;
        object-fit: cover;
    }

    .anasayfa_galeri_mh {
        height: 250px;
        object-fit: cover;
    }


    .project-card.style2 .project-thumb .content {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        bottom: -24px;
        left: 24px;
        right: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background: var(--white);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }
}



.swiper-wrapper {
    display: flex;
    align-items: center;
}



.default_padding {
    padding: 150px 0;
}



.product-category-section {
    background: #fff;
}

.product-category-card {
    display: block;
    position: relative;
    text-decoration: none;
}

.product-category-image {
    position: relative;
    overflow: hidden;
    height: 430px;
    background: #eee;
}

    .product-category-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease;
    }

.product-category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(20, 14, 10, .88) 0%, rgba(20, 14, 10, .35) 50%, rgba(20, 14, 10, .05) 100% );
    transition: all .4s ease;
}

.product-category-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 28px;
    z-index: 2;
}

.product-category-small {
    display: block;
    color: #C7844F;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.product-category-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 14px;
}

.product-category-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    opacity: .85;
    transition: all .3s ease;
}

.product-category-card:hover .product-category-image img {
    transform: scale(1.08);
}

.product-category-card:hover .product-category-overlay {
    background: linear-gradient( to top, rgba(20, 14, 10, .95) 0%, rgba(20, 14, 10, .45) 55%, rgba(20, 14, 10, .10) 100% );
}

.product-category-card:hover .product-category-link {
    gap: 16px;
    opacity: 1;
}

@media (max-width: 991px) {
    .product-category-image {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .product-category-image {
        height: 340px;
    }

    .product-category-content {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

        .product-category-content h3 {
            font-size: 24px;
        }
}







.product-list-page {
    background: #fff;
}

.product-category-desc {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text);
    line-height: 28px;
}

.product-showcase-card {
    background: #fff;
    overflow: hidden;
    transition: all .4s ease;
}

.product-showcase-image {
    position: relative;
    height: 420px;
    overflow: hidden;
    background: #f5f5f5;
}

    .product-showcase-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform .7s ease;
    }

.product-showcase-overlay {
    position: absolute;
    inset: 0;
    background: rgba(25, 18, 13, .55);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.product-showcase-actions {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .4s ease;
}

.product-lightbox-btn,
.product-detail-btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2B1E16;
    font-size: 17px;
    transition: all .3s ease;
}

    .product-lightbox-btn:hover,
    .product-detail-btn:hover {
        background: #C7844F;
        color: #fff;
    }

.product-showcase-card:hover .product-showcase-image img {
    transform: scale(1.08);
}

.product-showcase-card:hover .product-showcase-overlay {
    opacity: 1;
    visibility: visible;
}

.product-showcase-card:hover .product-showcase-actions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product-showcase-content {
    padding: 22px 5px 5px;
}

    .product-showcase-content h3 {
        margin-bottom: 10px;
    }

        .product-showcase-content h3 a {
            color: var(--title);
            font-size: 22px;
            font-weight: 600;
            transition: all .3s ease;
        }

            .product-showcase-content h3 a:hover {
                color: var(--theme);
            }

.product-readmore {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--theme);
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

    .product-readmore:hover {
        gap: 14px;
    }

@media (max-width: 991px) {
    .product-showcase-image {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .product-showcase-image {
        height: 330px;
    }
}



.product-detail-page {
    background: #fff;
}

.product-detail-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    color: #777;
}

    .product-detail-breadcrumb a {
        color: var(--title);
        transition: all .3s ease;
    }

        .product-detail-breadcrumb a:hover {
            color: var(--theme);
        }

.product-main-image {
    position: relative;
    height: 620px;
    overflow: hidden;
    background: #f5f5f5;
}

    .product-main-image a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .product-main-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform .7s ease;
    }

    .product-main-image:hover img {
        transform: scale(1.04);
    }

.product-zoom {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2B1E16;
    font-size: 18px;
    transition: all .3s ease;
}

.product-main-image:hover .product-zoom {
    background: var(--theme);
    color: #fff;
}

.product-thumbnails {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.product-thumbnail {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    border: 1px solid #e6e6e6;
    padding: 0;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease;
}

    .product-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-thumbnail:hover,
    .product-thumbnail.active {
        border-color: var(--theme);
    }

.product-detail-content {
    padding-left: 25px;
}

.product-category-label {
    color: var(--theme);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.product-detail-content h1 {
    color: var(--title);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
}

.product-title-line {
    width: 70px;
    height: 2px;
    background: var(--theme);
    margin-bottom: 30px;
}

.product-description {
    color: var(--text);
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
}

    .product-description p:last-child {
        margin-bottom: 0;
    }

.product-detail-features {
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
}

.product-feature-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

    .product-feature-item .icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(199, 132, 79, .10);
        color: var(--theme);
    }

    .product-feature-item strong {
        display: block;
        color: var(--title);
        font-size: 16px;
        margin-bottom: 3px;
    }

    .product-feature-item span {
        color: var(--text);
        font-size: 14px;
    }

.product-detail-buttons {
    margin-top: 35px;
}


/* OTHER PRODUCTS */

.related-products {
    background: #f8f6f3;
}

.related-product-card {
    background: #fff;
}

.related-product-image {
    position: relative;
    height: 330px;
    overflow: hidden;
}

    .related-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease;
    }

.related-product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(25, 18, 13, .50);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.related-product-action {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .4s ease;
}

    .related-product-action a {
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: var(--title);
        transition: all .3s ease;
    }

        .related-product-action a:hover {
            background: var(--theme);
            color: #fff;
        }

.related-product-card:hover .related-product-image img {
    transform: scale(1.08);
}

.related-product-card:hover .related-product-overlay,
.related-product-card:hover .related-product-action {
    opacity: 1;
    visibility: visible;
}

.related-product-card:hover .related-product-action {
    transform: translateY(0);
}

.related-product-content {
    padding: 20px;
}

    .related-product-content h3 {
        margin-bottom: 10px;
    }

        .related-product-content h3 a {
            color: var(--title);
            font-size: 20px;
            font-weight: 600;
        }

            .related-product-content h3 a:hover {
                color: var(--theme);
            }

.related-product-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme);
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

    .related-product-link:hover {
        gap: 13px;
    }

@media (max-width: 1199px) {
    .product-detail-content {
        padding-left: 0;
    }

    .product-main-image {
        height: 540px;
    }
}

@media (max-width: 767px) {
    .product-main-image {
        height: 400px;
    }

    .product-detail-content h1 {
        font-size: 36px;
    }

    .related-product-image {
        height: 300px;
    }
}



.service-detail-page {
    background: #fff;
}

.service-detail-image {
    width: 100%;
    height: 520px;
    overflow: hidden;
    margin-bottom: 40px;
    background: #f5f5f5;
}

    .service-detail-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease;
    }

    .service-detail-image:hover img {
        transform: scale(1.04);
    }

.service-detail-content h2 {
    color: var(--title);
    font-size: 42px;
    font-weight: 700;
}

.service-general-information {
    color: var(--text);
    font-size: 16px;
    line-height: 30px;
}

    .service-general-information h2,
    .service-general-information h3,
    .service-general-information h4 {
        color: var(--title);
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .service-general-information ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .service-general-information li {
        margin-bottom: 8px;
    }

.service-benefit-box {
    margin-top: 45px;
    padding-top: 40px;
    border-top: 1px solid #eeeeee;
}

.service-benefit-item {
    height: 100%;
    padding: 25px;
    background: #f8f6f3;
}

    .service-benefit-item .icon {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(199, 132, 79, .12);
        color: var(--theme);
        font-size: 20px;
        margin-bottom: 18px;
    }

    .service-benefit-item h4 {
        font-size: 18px;
        color: var(--title);
        margin-bottom: 10px;
    }

    .service-benefit-item p {
        color: var(--text);
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0;
    }


/* SIDEBAR */

.service-detail-sidebar {
    position: sticky;
    top: 110px;
}

.service-sidebar-box {
    padding: 30px;
    background: #f8f6f3;
    margin-bottom: 25px;
}

    .service-sidebar-box h3 {
        color: var(--title);
        font-size: 24px;
        margin-bottom: 22px;
    }

.service-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .service-sidebar-list a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 17px;
        background: #fff;
        color: var(--title);
        font-size: 15px;
        font-weight: 600;
        transition: all .3s ease;
    }

        .service-sidebar-list a:hover {
            background: var(--theme);
            color: #fff;
            padding-left: 22px;
        }

        .service-sidebar-list a i {
            font-size: 13px;
        }


/* CONTACT BOX */

.service-contact-box {
    position: relative;
    padding: 35px 30px;
    overflow: hidden;
    background: #2B1E16;
}

    .service-contact-box span {
        display: block;
        color: var(--theme);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .service-contact-box h3 {
        color: #fff;
        font-size: 26px;
        line-height: 1.35;
        margin-bottom: 15px;
    }

    .service-contact-box p {
        color: rgba(255, 255, 255, .75);
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 25px;
    }


/* OTHER SERVICES */

.other-services-section {
    background: #f8f6f3;
}

.other-service-card {
    display: block;
}

.other-service-image {
    position: relative;
    height: 360px;
    overflow: hidden;
}

    .other-service-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease;
    }

.other-service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(25, 18, 13, .90) 0%, rgba(25, 18, 13, .25) 60%, rgba(25, 18, 13, 0) 100% );
}

.other-service-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    z-index: 2;
}

    .other-service-content h3 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 12px;
    }

.other-service-link {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--theme);
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

.other-service-card:hover .other-service-image img {
    transform: scale(1.08);
}

.other-service-card:hover .other-service-link {
    gap: 15px;
}


@media (max-width: 1199px) {
    .service-detail-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .service-detail-image {
        height: 340px;
    }

    .service-detail-content h2 {
        font-size: 32px;
    }

    .other-service-image {
        height: 320px;
    }
}



.project-card.style4 .project-thumb {
    position: relative;
    overflow: hidden;
}

    .project-card.style4 .project-thumb > img {
        width: 100%;
        height: 420px;
        object-fit: cover;
        transition: transform .6s ease;
    }

.project-card.style4:hover .project-thumb > img {
    transform: scale(1.08);
}

.project-card.style4 .content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    z-index: 3;
}

.project-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.project-lightbox,
.project-detail-link {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2B1E16;
    font-size: 15px;
    transition: all .3s ease;
}

    .project-lightbox:hover,
    .project-detail-link:hover {
        background: var(--theme);
        color: #fff;
    }



.project-detail-page {
    background: #fff;
}

.project-detail-hero {
    position: relative;
    height: 650px;
    overflow: hidden;
}

    .project-detail-hero a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .project-detail-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease;
    }

    .project-detail-hero:hover img {
        transform: scale(1.03);
    }

.project-detail-zoom {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--title);
    font-size: 18px;
    transition: all .3s ease;
}

    .project-detail-zoom:hover {
        background: var(--theme);
        color: #fff;
    }

.project-detail-content {
    padding-top: 15px;
}

.project-type {
    display: inline-block;
    color: var(--theme);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.project-detail-content h2 {
    font-size: 44px;
    color: var(--title);
    margin-bottom: 20px;
}

.project-title-line {
    width: 70px;
    height: 2px;
    background: var(--theme);
    margin-bottom: 30px;
}

.project-general-information {
    color: var(--text);
    font-size: 16px;
    line-height: 30px;
}

    .project-general-information h2,
    .project-general-information h3,
    .project-general-information h4 {
        color: var(--title);
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .project-general-information ul {
        padding-left: 20px;
    }

    .project-general-information li {
        margin-bottom: 8px;
    }


/* PROJECT INFO */

.project-info-box {
    background: #f8f6f3;
    padding: 30px;
    margin-bottom: 25px;
}

    .project-info-box h3 {
        font-size: 24px;
        margin-bottom: 25px;
        color: var(--title);
    }

.project-info-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e1dc;
}

    .project-info-item:last-child {
        border-bottom: 0;
    }

    .project-info-item span {
        color: var(--text);
        font-size: 14px;
    }

    .project-info-item strong {
        color: var(--title);
        text-align: right;
        font-size: 14px;
    }


/* CTA */

.project-contact-box {
    background: #2B1E16;
    padding: 35px 30px;
}

    .project-contact-box > span {
        display: block;
        color: var(--theme);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .project-contact-box h3 {
        color: #fff;
        font-size: 26px;
        line-height: 1.35;
        margin-bottom: 15px;
    }

    .project-contact-box p {
        color: rgba(255,255,255,.75);
        line-height: 26px;
        margin-bottom: 25px;
    }


/* GALLERY */

.project-gallery-item {
    position: relative;
    height: 330px;
    overflow: hidden;
}

    .project-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .6s ease;
    }

.project-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25,18,13,.55);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.project-gallery-item:hover img {
    transform: scale(1.07);
}

.project-gallery-item:hover .project-gallery-overlay {
    opacity: 1;
    visibility: visible;
}


/* OTHER PROJECTS */

.other-projects-section {
    background: #f8f6f3;
}

.other-project-image {
    height: 360px;
    position: relative;
    overflow: hidden;
}

    .other-project-image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease;
    }

.other-project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(25,18,13,.92) 0%, rgba(25,18,13,.30) 60%, transparent 100% );
}

.other-project-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    z-index: 2;
}

    .other-project-content > span {
        display: block;
        color: var(--theme);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.5px;
        margin-bottom: 7px;
    }

    .other-project-content h3 {
        margin-bottom: 10px;
    }

        .other-project-content h3 a {
            color: #fff;
            font-size: 21px;
        }

.other-project-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

.other-project-card:hover .other-project-image > img {
    transform: scale(1.08);
}

.other-project-card:hover .other-project-link {
    gap: 14px;
    color: var(--theme);
}


@media (max-width: 991px) {
    .project-detail-hero {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .project-detail-hero {
        height: 350px;
    }

    .project-detail-content h2 {
        font-size: 34px;
    }

    .project-gallery-item {
        height: 280px;
    }
}


.project-main-image {
    position: relative;
    height: 620px;
    overflow: hidden;
    background: #f5f5f5;
}

    .project-main-image a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .project-main-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform .7s ease;
    }

    .project-main-image:hover img {
        transform: scale(1.04);
    }

.project-zoom {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2B1E16;
    font-size: 18px;
    transition: all .3s ease;
}

.project-main-image:hover .project-zoom {
    background: var(--theme);
    color: #fff;
}

.project-thumbnails {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.project-thumbnail {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    border: 1px solid #e6e6e6;
    padding: 0;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease;
}

    .project-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .project-thumbnail:hover,
    .project-thumbnail.active {
        border-color: var(--theme);
    }

@media (max-width: 991px) {
    .project-main-image {
        height: 520px;
    }
}

@media (max-width: 767px) {
    .project-main-image {
        height: 360px;
    }

    .project-thumbnail {
        width: 75px;
        height: 75px;
        flex: 0 0 75px;
    }
}



.blog-list-image {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.blog-card-items.style2 {
    height: 100%;
}

    .blog-card-items.style2 .blog-content {
        height: 100%;
    }

.bien-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .bien-pagination a,
    .bien-pagination span {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e6e6e6;
        color: var(--title);
        transition: all .3s ease;
    }

        .bien-pagination a:hover,
        .bien-pagination span.active {
            background: var(--theme);
            border-color: var(--theme);
            color: #fff;
        }

@media (max-width: 767px) {
    .blog-list-image {
        height: 280px;
    }
}



.blog-detail-section {
    background: #fff;
}

.blog-detail-image {
    width: 100%;
    height: 520px;
    overflow: hidden;
    margin-bottom: 40px;
    background: #f5f5f5;
}

    .blog-detail-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease;
    }

    .blog-detail-image:hover img {
        transform: scale(1.03);
    }

.blog-detail-content {
    max-width: 100%;
}

.blog-detail-title {
    color: var(--title);
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
}

.blog-title-line {
    width: 70px;
    height: 2px;
    background: var(--theme);
    margin-bottom: 30px;
}

.blog-detail-intro {
    padding: 25px 30px;
    margin-bottom: 30px;
    background: #f8f6f3;
    border-left: 3px solid var(--theme);
    color: var(--title);
    font-size: 18px;
    line-height: 30px;
}

    .blog-detail-intro p:last-child {
        margin-bottom: 0;
    }


/* BLOG HTML CONTENT */

.blog-general-information {
    color: var(--text);
    font-size: 16px;
    line-height: 30px;
}

    .blog-general-information p {
        margin-bottom: 20px;
    }

    .blog-general-information h2 {
        color: var(--title);
        font-size: 32px;
        margin-top: 40px;
        margin-bottom: 18px;
    }

    .blog-general-information h3 {
        color: var(--title);
        font-size: 26px;
        margin-top: 32px;
        margin-bottom: 15px;
    }

    .blog-general-information h4 {
        color: var(--title);
        font-size: 21px;
        margin-top: 28px;
        margin-bottom: 13px;
    }

    .blog-general-information ul,
    .blog-general-information ol {
        padding-left: 22px;
        margin-bottom: 25px;
    }

    .blog-general-information li {
        margin-bottom: 9px;
    }

    .blog-general-information img {
        max-width: 100%;
        height: auto;
        margin: 25px 0;
    }

    .blog-general-information blockquote {
        margin: 30px 0;
        padding: 25px 30px;
        background: #f8f6f3;
        border-left: 3px solid var(--theme);
        color: var(--title);
        font-size: 18px;
        line-height: 30px;
    }


/* SIDEBAR */

.blog-detail-sidebar {
    position: sticky;
    top: 110px;
}

.blog-sidebar-box {
    padding: 30px;
    background: #f8f6f3;
    margin-bottom: 25px;
}

    .blog-sidebar-box > h3 {
        color: var(--title);
        font-size: 25px;
        margin-bottom: 25px;
    }

.blog-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.blog-sidebar-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e1dc;
}

    .blog-sidebar-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

.blog-sidebar-thumb {
    width: 95px;
    height: 80px;
    min-width: 95px;
    overflow: hidden;
}

    .blog-sidebar-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

.blog-sidebar-content h4 {
    color: var(--title);
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 7px;
    transition: color .3s ease;
}

.blog-sidebar-content span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--theme);
    font-size: 12px;
    font-weight: 600;
}

.blog-sidebar-item:hover .blog-sidebar-thumb img {
    transform: scale(1.08);
}

.blog-sidebar-item:hover h4 {
    color: var(--theme);
}


/* CTA */

.blog-contact-box {
    padding: 35px 30px;
    background: #2B1E16;
}

    .blog-contact-box > span {
        display: block;
        color: var(--theme);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .blog-contact-box h3 {
        color: #fff;
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .blog-contact-box p {
        color: rgba(255, 255, 255, .75);
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 25px;
    }


@media (max-width: 1199px) {
    .blog-detail-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .blog-detail-image {
        height: 330px;
    }

    .blog-detail-title {
        font-size: 34px;
    }

    .blog-general-information h2 {
        font-size: 27px;
    }

    .blog-general-information h3 {
        font-size: 23px;
    }

    .blog-sidebar-box {
        padding: 22px;
    }
}



.surface-section {
    background: #fff;
}

.surface-card {
    display: block;
}

.surface-image {
    position: relative;
    height: 470px;
    overflow: hidden;
    background: #eee;
}

    .surface-image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s ease;
    }

.surface-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(25, 18, 13, .94) 0%, rgba(25, 18, 13, .40) 48%, rgba(25, 18, 13, .05) 100% );
    transition: all .5s ease;
}

.surface-number {
    position: absolute;
    top: 22px;
    right: 25px;
    z-index: 3;
    color: rgba(255,255,255,.45);
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(255,255,255,.6);
    -webkit-text-fill-color: transparent;
}

.surface-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 3;
}

.surface-small {
    display: block;
    color: var(--theme);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.surface-content h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}

.surface-link {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    opacity: .85;
    transition: all .3s ease;
}

.surface-card:hover .surface-image > img {
    transform: scale(1.09);
}

.surface-card:hover .surface-overlay {
    background: linear-gradient( to top, rgba(25, 18, 13, .98) 0%, rgba(25, 18, 13, .52) 55%, rgba(25, 18, 13, .10) 100% );
}

.surface-card:hover .surface-link {
    gap: 15px;
    color: var(--theme);
}


/* ALT BİLGİ ALANI */

.surface-info-section {
    background: #f8f6f3;
}

.surface-info-box {
    background: #fff;
    padding: 60px;
}

    .surface-info-box p {
        color: var(--text);
        line-height: 28px;
        max-width: 650px;
    }

.surface-features {
    display: flex;
    flex-direction: column;
}

.surface-feature-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #ece8e3;
}

    .surface-feature-item:last-child {
        border-bottom: 0;
    }

    .surface-feature-item > i {
        width: 50px;
        height: 50px;
        min-width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(199, 132, 79, .10);
        color: var(--theme);
        font-size: 19px;
    }

    .surface-feature-item strong {
        display: block;
        color: var(--title);
        font-size: 16px;
        margin-bottom: 4px;
    }

    .surface-feature-item span {
        display: block;
        color: var(--text);
        font-size: 13px;
        line-height: 21px;
    }

@media (max-width: 991px) {
    .surface-image {
        height: 420px;
    }

    .surface-info-box {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .surface-image {
        height: 360px;
    }

    .surface-content {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

        .surface-content h3 {
            font-size: 24px;
        }

    .surface-info-box {
        padding: 25px;
    }
}






.surface-detail-section {
    background: #fff;
}

.surface-detail-image {
    position: relative;
    height: 620px;
    overflow: hidden;
    background: #eee;
}

    .surface-detail-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s ease;
    }

    .surface-detail-image:hover img {
        transform: scale(1.04);
    }

.surface-detail-label {
    position: absolute;
    left: 25px;
    bottom: 25px;
    padding: 10px 16px;
    background: var(--theme);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.surface-detail-content {
    padding-top: 10px;
}

    .surface-detail-content h2 {
        color: var(--title);
        font-size: 46px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

.surface-title-line {
    width: 70px;
    height: 2px;
    background: var(--theme);
    margin-bottom: 25px;
}

.surface-lead {
    color: var(--text);
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 30px;
}

.surface-detail-features {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ece8e3;
}

.surface-detail-feature {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #ece8e3;
}

    .surface-detail-feature .icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f6f3;
        color: var(--theme);
        font-size: 19px;
    }

    .surface-detail-feature strong {
        display: block;
        color: var(--title);
        font-size: 16px;
        margin-bottom: 3px;
    }

    .surface-detail-feature span {
        display: block;
        color: var(--text);
        font-size: 13px;
        line-height: 21px;
    }

.surface-detail-buttons {
    margin-top: 30px;
}


/* AÇIKLAMA */

.surface-description {
    padding-top: 20px;
}

    .surface-description h2 {
        color: var(--title);
        font-size: 36px;
    }

.surface-general-information {
    color: var(--text);
    font-size: 16px;
    line-height: 30px;
}

    .surface-general-information p {
        margin-bottom: 20px;
    }

    .surface-general-information h2 {
        color: var(--title);
        font-size: 30px;
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .surface-general-information h3 {
        color: var(--title);
        font-size: 25px;
        margin-top: 30px;
        margin-bottom: 14px;
    }

    .surface-general-information h4 {
        color: var(--title);
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .surface-general-information ul,
    .surface-general-information ol {
        padding-left: 22px;
        margin-bottom: 25px;
    }

    .surface-general-information li {
        margin-bottom: 8px;
    }

    .surface-general-information img {
        max-width: 100%;
        height: auto;
        margin: 20px 0;
    }

    .surface-general-information blockquote {
        margin: 30px 0;
        padding: 25px 30px;
        background: #f8f6f3;
        border-left: 3px solid var(--theme);
    }


/* KULLANIM ALANLARI */

.surface-application-box {
    margin-top: 20px;
    padding: 30px;
    background: #2B1E16;
}

    .surface-application-box h3 {
        color: #fff;
        font-size: 23px;
        margin-bottom: 22px;
    }

    .surface-application-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .surface-application-box li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 11px 0;
        color: rgba(255,255,255,.82);
        border-bottom: 1px solid rgba(255,255,255,.10);
        font-size: 14px;
    }

        .surface-application-box li:last-child {
            border-bottom: 0;
        }

        .surface-application-box li i {
            color: var(--theme);
        }


/* DİĞER YÜZEYLER */

.other-surfaces-section {
    background: #f8f6f3;
}

.other-surface-card {
    display: block;
}

.other-surface-image {
    position: relative;
    height: 380px;
    overflow: hidden;
}

    .other-surface-image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease;
    }

.other-surface-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(25,18,13,.94) 0%, rgba(25,18,13,.35) 55%, rgba(25,18,13,.05) 100% );
}

.other-surface-content {
    position: absolute;
    left: 27px;
    right: 27px;
    bottom: 27px;
    z-index: 2;
}

    .other-surface-content > span {
        display: block;
        color: var(--theme);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 8px;
    }

    .other-surface-content h3 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 12px;
    }

.other-surface-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

.other-surface-card:hover .other-surface-image > img {
    transform: scale(1.08);
}

.other-surface-card:hover .other-surface-link {
    gap: 15px;
    color: var(--theme);
}


@media (max-width: 1199px) {
    .surface-detail-image {
        height: 520px;
    }
}

@media (max-width: 767px) {
    .surface-detail-image {
        height: 360px;
    }

    .surface-detail-content h2 {
        font-size: 34px;
    }

    .surface-description h2 {
        font-size: 29px;
    }

    .other-surface-image {
        height: 330px;
    }
}

.contact-info-box.style2{
    padding:15px 50px !important;
    margin-bottom:32px;
}

.sales-contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 30px 50px;
}

.sales-person {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sales-icon {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .sales-icon i {
        font-size: 24px;
        color: #fff;
    }

.sales-name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 3px;
}

.sales-position {
    color: rgba(255,255,255,.85);
    font-size: 14px;
}

.sales-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .sales-contact a {
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }

        .sales-contact a i {
            width: 20px;
            text-align: center;
        }

        .sales-contact a:hover {
            color: black !important;
            opacity: .8;
        }

@media (max-width: 767px) {
    .sales-contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
        gap: 20px;
    }
}



.home-products-section {
    background: #f8f6f3;
}


/* FILTER */

.home-product-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 45px;
}

.home-product-filter-btn {
    border: 1px solid #ddd6cf;
    background: transparent;
    color: var(--title);
    padding: 12px 23px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    transition: all .3s ease;
}

    .home-product-filter-btn:hover,
    .home-product-filter-btn.active {
        background: var(--theme);
        border-color: var(--theme);
        color: #fff;
    }


/* PRODUCTS */

.home-product-item {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity .35s ease, transform .35s ease;
}

    .home-product-item.show {
        opacity: 1;
        transform: translateY(0);
    }

.home-product-card {
    height: 100%;
    background: #fff;
}

.home-product-image {
    position: relative;
    height: 390px;
    overflow: hidden;
    background: #eee;
}

    .home-product-image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease;
    }

.home-product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(25, 18, 13, .45);
    opacity: 0;
    transition: opacity .4s ease;
}


/* ACTIONS */

.home-product-actions {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .35s ease;
}

    .home-product-actions a {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #2B1E16;
        font-size: 15px;
        transition: all .3s ease;
    }

        .home-product-actions a:hover {
            background: var(--theme);
            color: #fff;
        }

.home-product-card:hover .home-product-image > img {
    transform: scale(1.07);
}

.home-product-card:hover .home-product-overlay {
    opacity: 1;
}

.home-product-card:hover .home-product-actions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* CONTENT */

.home-product-content {
    padding: 24px 25px 26px;
}

    .home-product-content > span {
        display: block;
        color: var(--theme);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 7px;
    }

    .home-product-content h3 {
        margin-bottom: 13px;
    }

        .home-product-content h3 a {
            color: var(--title);
            font-size: 23px;
            transition: color .3s ease;
        }

            .home-product-content h3 a:hover {
                color: var(--theme);
            }

.home-product-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    transition: all .3s ease;
}

    .home-product-link:hover {
        color: var(--theme);
        gap: 14px;
    }


@media (max-width: 991px) {

    .home-product-image {
        height: 350px;
    }
}


@media (max-width: 767px) {

    .home-product-filter {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .home-product-filter-btn {
        white-space: nowrap;
    }

    .home-product-image {
        height: 330px;
    }
}









.vision-mission-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    color: #fff;
    padding: 80px 0;
}

    .vision-mission-page .header {
        text-align: center;
        margin-bottom: 70px;
    }

        .vision-mission-page .header h1 {
            font-size: 48px;
            font-weight: 700;
            color: #d32f2f; /* Yanarateş kırmızısı */
            margin-bottom: 15px;
        }

        .vision-mission-page .header p {
            font-size: 18px;
            color: #ccc;
            max-width: 700px;
            margin: 0 auto;
        }

.content-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.box {
    background: #111;
    border-radius: 16px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
}

    .box::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, transparent, rgba(211,47,47,0.15));
        opacity: 0;
        transition: .4s;
    }

    .box:hover::before {
        opacity: 1;
    }

    .box:hover {
        transform: translateY(-8px);
    }

    .box .icon {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .box h2 {
        font-size: 28px;
        margin-bottom: 20px;
        color: #f5f5f5;
    }

    .box p {
        font-size: 17px;
        line-height: 1.7;
        color: #d1d1d1;
    }

/* MOBİL */
@@media (max-width: 768px) {
    .content-wrap {
        grid-template-columns: 1fr;
    }

    .vision-mission-page .header h1 {
        font-size: 36px;
    }
}





.select-item {
    position: relative;
}

    .select-item .service-select {
        width: 100%;
        height: 60px;
        border: none;
        border-bottom: 1px solid #ccc;
        background: #fff;
        padding: 0 45px 0 30px;
        font-size: 16px;
        color: #4f5b73;
        outline: none;
        appearance: auto;
    }

    .select-item label {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        pointer-events: none;
        color: #111;
    }














/* =========================================================
   DESKTOP HIZLI İLETİŞİM
========================================================= */

.quick-contact {
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 9999;
}

.quick-contact-main {
    width: 68px;
    height: 68px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #0B3742, #0B3742 );
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    cursor: pointer;
    position: relative;
    transition: .3s;
}

    .quick-contact-main:hover {
        transform: scale(1.05);
    }

    .quick-contact-main .close-icon {
        display: none;
    }

.quick-contact.active .quick-contact-main .open-icon {
    display: none;
}

.quick-contact.active .quick-contact-main .close-icon {
    display: block;
}

.quick-contact-menu {
    position: absolute;
    right: 5px;
    bottom: 82px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: flex-end;
    pointer-events: none;
}

.quick-contact-item {
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(.85);
    transition: .3s;
    padding: 0;
}

.quick-contact.active .quick-contact-item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

    .quick-contact.active .quick-contact-item:nth-child(1) {
        transition-delay: .05s;
    }

    .quick-contact.active .quick-contact-item:nth-child(2) {
        transition-delay: .1s;
    }

    .quick-contact.active .quick-contact-item:nth-child(3) {
        transition-delay: .15s;
    }

.quick-contact-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,.18);
    flex-shrink: 0;
}

.quick-contact-label {
    background: #243e61;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 25px;
    white-space: nowrap;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

.quick-contact-item.whatsapp .quick-contact-icon {
    color: #25d366;
}

.quick-contact-item.phone .quick-contact-icon {
    color: #2b72bd;
}

.quick-contact-item.callback .quick-contact-icon {
    color: #A82626;
}


/* =========================================================
   MODAL
========================================================= */

.callback-modal .modal-dialog {
    max-width: 650px;
}

.callback-modal .modal-content {
    border: 0;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

.callback-modal-header {
    position: relative;
    padding: 35px 40px;
    color: #fff;
    background: linear-gradient(135deg, #263f67 0%, #A82626 100%);
}

.callback-small-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
    opacity: .9;
}

.callback-modal-header h3 {
    margin: 0 0 5px;
    font-size: 38px;
    font-weight: 800;
}

.callback-modal-header p {
    margin: 0;
    font-size: 16px;
    opacity: .9;
}

.callback-close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callback-modal .modal-body {
    padding: 35px 40px 40px;
}

.callback-form-group {
    margin-bottom: 5px;
}

    .callback-form-group label {
        display: block;
        font-weight: 700;
        color: #243e61;
        margin-bottom: 8px;
    }

        .callback-form-group label span {
            color: #d51d34;
        }

    .callback-form-group .form-control,
    .callback-form-group .form-select {
        min-height: 30px;
        border-radius: 15px;
        border: 1px solid #d7e0eb;
        background: #f9fbfd;
        box-shadow: none;
        padding-left: 18px;
    }

    .callback-form-group textarea.form-control {
        padding-top: 15px;
        resize: none;
    }

    .callback-form-group .form-control:focus,
    .callback-form-group .form-select:focus {
        border-color: #be5bb5;
        box-shadow: 0 0 0 3px rgba(190,91,181,.12);
    }

.callback-submit {
    width: 100%;
    min-height: 57px;
    border: 0;
    border-radius: 15px;
    background: #A82626;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    transition: .2s;
}

    .callback-submit:hover {
        background: #a84fa2;
    }


/* =========================================================
   MOBİL ALT İLETİŞİM MENÜSÜ
========================================================= */

.mobile-contact-bar {
    display: none;
}

@media (max-width: 768px) {

    body {
        padding-bottom: 75px;
    }

    .quick-contact {
        display: none;
    }

    .mobile-contact-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 67px;
        background: #fff;
        z-index: 9999;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: stretch;
        border-top: 1px solid #e7edf3;
        box-shadow: 0 -5px 25px rgba(0,0,0,.08);
    }

    .mobile-contact-item {
        border: 0;
        background: transparent;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        font-size: 11px;
        font-weight: 700;
        position: relative;
    }

        .mobile-contact-item i {
            font-size: 21px;
        }

    .mobile-whatsapp {
        color: #25a857;
    }

    .mobile-phone {
        color: #243e61;
    }

    .mobile-callback {
        color: #be5bb5;
        overflow: visible;
    }

    .mobile-center-icon {
        position: absolute;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        top: -31px;
        background: #fff;
        border: 3px solid #f1f3f7;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(0,0,0,.15);
        color: #be5bb5;
    }

        .mobile-center-icon i {
            font-size: 24px;
        }

    .mobile-callback > span:last-child {
        margin-top: 28px;
    }

    .callback-modal .modal-dialog {
        margin: 12px;
    }

    .callback-modal-header {
        padding: 28px 22px;
    }

        .callback-modal-header h3 {
            font-size: 30px;
        }

        .callback-modal-header p {
            padding-right: 50px;
        }

    .callback-close {
        width: 45px;
        height: 45px;
        right: 16px;
        top: 16px;
    }

    .callback-modal .modal-body {
        padding: 10px 15px 20px;
    }
}

/* =========================================================
   DESKTOP HIZLI İLETİŞİM
========================================================= */



.selectmodla {
    min-height: 30px;
    border-radius: 15px;
    border: 1px solid #d7e0eb;
    background: #f9fbfd;
    box-shadow: none;
    padding: 10px;
    width:100%;
}


.wpo-site-header .navigation-holder .nav > li > a,
.wpo-site-header .navigation-holder .nav > li > a:hover,
.wpo-site-header .navigation-holder .nav > li > a:focus,
.wpo-site-header .navigation-holder .nav > li > a:active {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

    .wpo-site-header .navigation-holder .nav > li > a::before,
    .wpo-site-header .navigation-holder .nav > li > a::after,
    .wpo-site-header .navigation-holder .nav > li:hover > a::before,
    .wpo-site-header .navigation-holder .nav > li:hover > a::after {
        display: none !important;
        content: none !important;
        width: 0 !important;
        height: 0 !important;
        border: 0 !important;
        background: none !important;
    }

.wpo-site-header .navigation-holder .nav > li::before,
.wpo-site-header .navigation-holder .nav > li::after,
.wpo-site-header .navigation-holder .nav > li:hover::before,
.wpo-site-header .navigation-holder .nav > li:hover::after {
    display: none !important;
    content: none !important;
}






.gallery-page {
    padding: 90px 0;
    background: #fff;
}

    .gallery-page .section-heading {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

        .gallery-page .section-heading h2 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .gallery-page .section-heading p {
            color: #6d6d6d;
            font-size: 16px;
            line-height: 1.8;
        }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.gallery-image {
    position: relative;
    width: 100%;
    height: 310px;
    overflow: hidden;
    background: #eee;
}

    .gallery-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .5s ease;
    }

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .35s ease;
}

.gallery-zoom {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #222;
    transform: scale(.7);
    transition: .35s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.08);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-zoom {
    transform: scale(1);
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.94);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
}

    .gallery-lightbox.active {
        visibility: visible;
        opacity: 1;
    }

.lightbox-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 85vw;
    max-height: 88vh;
}

    .lightbox-content img {
        max-width: 85vw;
        max-height: 85vh;
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 4px;
        user-select: none;
    }

.lightbox-close {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: .25s;
}

    .lightbox-close:hover {
        background: #fff;
        color: #111;
    }

.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: .25s;
}

    .lightbox-arrow:hover {
        background: #fff;
        color: #111;
    }

.lightbox-prev {
    left: 35px;
}

.lightbox-next {
    right: 35px;
}

.lightbox-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    white-space: nowrap;
}

.gallery-empty {
    text-align: center;
    padding: 70px 20px;
    color: #777;
}

    .gallery-empty i {
        font-size: 55px;
        margin-bottom: 20px;
    }

    .gallery-empty h3 {
        font-size: 20px;
    }

@media(max-width:991px) {
    .gallery-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .gallery-image {
        height: 280px;
    }

    .gallery-page .section-heading h2 {
        font-size: 34px;
    }

    .lightbox-prev {
        left: 15px;
    }

    .lightbox-next {
        right: 15px;
    }
}

@media(max-width:576px) {
    .gallery-page {
        padding: 60px 0;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .gallery-image {
        height: 270px;
    }

    .gallery-page .section-heading h2 {
        font-size: 28px;
    }

    .lightbox-content, .lightbox-content img {
        max-width: 92vw;
        max-height: 78vh;
    }

    .lightbox-arrow {
        width: 45px;
        height: 45px;
        font-size: 17px;
        top: auto;
        bottom: 25px;
        transform: none;
    }

    .lightbox-prev {
        left: 25px;
    }

    .lightbox-next {
        right: 25px;
    }

    .lightbox-close {
        right: 15px;
        top: 15px;
        width: 42px;
        height: 42px;
    }

    .lightbox-counter {
        bottom: -35px;
    }
}



.blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

    .blog-pagination ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .blog-pagination ul li a {
            width: 46px;
            height: 46px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ddd;
            border-radius: 6px;
            color: #222;
            font-weight: 600;
            text-decoration: none;
            background: #fff;
            transition: .3s;
        }

            .blog-pagination ul li a:hover, .blog-pagination ul li a.active {
                background: #d32f2f;
                border-color: #d32f2f;
                color: #fff;
            }