﻿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%;
}


.form_ozellik {
    width: 100%;
    background: #101010;
    outline: inherit;
    border: inherit;
    color: #fff;
    
}

.about-thumb {
    width: 100%;
    overflow: hidden;
}

    .about-thumb .about-video {
        width: 100%;
        height: 650px;
        display: block;
        object-fit: cover;
    }

.cities_a {
    color: black;
}

.cities_city_a {
    color: #999999;
}

.navbar_logo_width {
    width: 100px;
}
.navbar_logo_footer_width {
    width: 250px;
}


.slider_img_max_width {
    width: 756px;
    height: 802px;
    object-fit: cover;
}

.iletiism_width_img {
    width: 450px;
    height: 600px;
}

.blog_img_width {
    height: 300px !important;
    object-fit: cover;
}

.blogdetay_img_width {
    height: 500px !important;
    object-fit: cover;
}

.blog_detay_other_img {
    width: 100px;
}

.hakkimizda_img_width {
    width: 100px;
}


.urunler_img_width {
    height: 400px !important;
    object-fit: cover;
}

.cascading-inner-box,
.cascadings-inners-boxs {
    height: 420px;
}

.cascading-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .cascading-thumb a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .cascading-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.Koreli-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border: 1px solid #1f1f1f;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
    background: white;
}

    .Koreli-service-btn:hover {
        background: #1f1f1f;
        color: #fff;
    }

    .Koreli-service-btn i {
        transition: transform .3s ease;
    }

    .Koreli-service-btn:hover i {
        transform: translateX(5px);
    }


.footer_link_ul li {
    list-style-type: none !important;
}

    .footer_link_ul li a {
        font-size: 14px;
        line-height: 26px;
        color: #999999;
        font-weight: 400;
        display: block;
        margin: 0px 0 5px;
    }







@media (max-width: 767px) {

    /* Slider genel */
    .slider-area.one {
        height: auto !important;
        min-height: auto !important;
        padding: 0 !important;
    }

        .slider-area.one .container-fluid {
            padding: 0;
        }

        .slider-area.one .row.bor-der {
            display: flex;
            flex-direction: column-reverse;
            margin: 0;
            border: none;
        }


        /* RESİM ÜSTTE */
        .slider-area.one .col-lg-6:nth-child(2) {
            width: 100%;
            padding: 0;
        }

        .slider-area.one .singles-sliders {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .slider-area.one .slider-thumb {
            display: block !important;
            width: 100%;
            height: 330px;
            overflow: hidden;
            margin: 0;
        }

            .slider-area.one .slider-thumb img,
            .slider-area.one .slider-thumb .slider_img_max_width {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                height: 100% !important;
                object-fit: cover;
                object-position: center;
            }


        /* YAZI ALANI */
        .slider-area.one .col-lg-6:first-child {
            width: 100%;
            padding: 0 20px;
        }

        .slider-area.one .single-slider-left {
            margin: 0;
            padding: 0;
        }

        .slider-area.one .single-slider {
            position: relative;
            width: 100%;
            padding: 35px 22px 40px;
            margin-top: -35px;
            background: #1d1d1d;
            z-index: 2;
        }

        .slider-area.one .slider-title h4 {
            font-size: 13px;
            line-height: 1.4;
            margin-bottom: 15px;
        }

        .slider-area.one .slider-title h1 {
            font-size: 27px !important;
            line-height: 1.25 !important;
            margin-bottom: 25px;
        }

            .slider-area.one .slider-title h1 p {
                font-size: inherit !important;
                line-height: inherit !important;
                margin: 0;
            }


        /* BUTON */
        .slider-area.one .slider-button {
            margin-top: 20px;
        }

            .slider-area.one .slider-button a {
                font-size: 14px;
            }


        /* SLIDER NUMARASI */
        .slider-area.one .slider-number {
            position: absolute;
            top: 20px;
            right: 20px;
        }

            .slider-area.one .slider-number h1 {
                font-size: 55px !important;
                opacity: .15;
            }


        /* SOSYAL ALANI MOBİLDE KALDIR */
        .slider-area.one .slider-icon-box {
            display: none;
        }


        .slider-area.one .slider-content {
            margin: 0 !important;
        }


        .slider-area.one .single-slider-left {
            margin: 0 !important;
        }
}









.whatsapp-fixed-container {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999;
}

/* WhatsApp Butonu */
.whatsapp-link {
    display: inline-block;
    background-color: #25d366;
    color: white;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* WhatsApp İkonu */
    .whatsapp-link i {
        font-size: 25px;
        z-index: 2;
        color: white;
    }

    /* Dalga Animasyonu */
    .whatsapp-link .wave {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(37, 211, 102, 0.5);
        border-radius: 50%;
        animation: wave-animation 1.5s infinite;
    }

        /* Dalga Efektinin Zamanlaması */
        .whatsapp-link .wave:nth-child(2) {
            animation-delay: 0.5s;
        }

        .whatsapp-link .wave:nth-child(3) {
            animation-delay: 1s;
        }

/* Dalga Animasyonu */
@keyframes wave-animation {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}


.instagram-fixed-container {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 9999;
}

/* WhatsApp Butonu */
.instagram-link {
    display: inline-block;
    background-color: #FE0975;
    color: white;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* WhatsApp İkonu */
    .instagram-link i {
        font-size: 25px;
        z-index: 2;
        color: white;
    }

    /* Dalga Animasyonu */
    .instagram-link .wave {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #FE0975;
        border-radius: 50%;
        animation: wave-animation 1.5s infinite;
    }

        /* Dalga Efektinin Zamanlaması */
        .instagram-link .wave:nth-child(2) {
            animation-delay: 0.5s;
        }

        .instagram-link .wave:nth-child(3) {
            animation-delay: 1s;
        }



/*********************************************************
********************** GALERİ.CSHTML********************
*********************************************************/





.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;
    }
}
/*********************************************************
********************** GALERİ.CSHTML********************
*********************************************************/



















/* =========================================================
   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,#D7AB79 ,#E2D1C1 );
    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: #D7AB79;
}


/* =========================================================
   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%, #D7AB79 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: #D7AB79;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    transition: .2s;
}

    .callback-submit:hover {
        background: #E2D1C1;
    }


/* =========================================================
   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: #D7AB79;
        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: #D7AB79;
    }

        .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
========================================================= */





.page-item .page-link {

    padding: 0;

}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    padding:0;
    background-color: #101010;
    border-color: #101010;
}










#projectCarousel .portfolio-details-thumb {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

    #projectCarousel .portfolio-details-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

#projectCarousel .carousel-control-prev,
#projectCarousel .carousel-control-next {
    width: 60px;
}

#projectCarousel .carousel-control-prev-icon,
#projectCarousel .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: 20px;
    background-color: black;
    border-radius: 50%;
}

@media (max-width: 768px) {
    #projectCarousel .portfolio-details-thumb {
        height: 400px;
    }
}

input:focus, button:focus {
    border: none !important;
}








#productCarousel .product-detail-thumb {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

    #productCarousel .product-detail-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

#productCarousel .carousel-control-prev,
#productCarousel .carousel-control-next {
    width: 60px;
}

#productCarousel .carousel-control-prev-icon,
#productCarousel .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    background-size: 20px;
    background-color: rgba(0, 0, 0, .65);
    border-radius: 50%;
}


/* Thumbnail */
.product-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.product-thumbnail-item {
    width: 85px;
    height: 70px;
    border: 1px solid #ddd;
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
}

    .product-thumbnail-item:hover {
        border-color: #222;
    }

    .product-thumbnail-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* Ürün bilgi alanı */
.product-detail-info {
    padding-left: 30px;
}

    .product-detail-info .product-category {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .product-detail-info h1 {
        font-size: 42px;
        margin-bottom: 25px;
    }

.product-detail-description {
    line-height: 1.8;
    margin-bottom: 30px;
}

    .product-detail-description p {
        margin-bottom: 15px;
    }


/* CTA */
.product-detail-button a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #1f1f1f;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

    .product-detail-button a:hover {
        opacity: .85;
    }


@media (max-width: 991px) {

    .product-detail-info {
        padding-left: 0;
        margin-top: 35px;
    }
}


@media (max-width: 768px) {

    #productCarousel .product-detail-thumb {
        height: 400px;
    }

    .product-detail-info h1 {
        font-size: 32px;
    }
}


input:focus, button:focus {
    border: none !important;
}









.related-products {
    padding: 80px 0;
    background: #f8f7f4;
}

.related-products-header {
    text-align: center;
    margin-bottom: 40px;
}

    .related-products-header > span {
        display: block;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        color: #8b7355;
        margin-bottom: 8px;
    }

    .related-products-header h3 {
        font-size: 36px;
        font-weight: 600;
        color: #222;
        margin-bottom: 10px;
    }

    .related-products-header p {
        font-size: 15px;
        color: #777;
        margin: 0;
    }

.related-product-card {
    display: block;
    background: #fff;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: .35s ease;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0,0,0,.05);
}

    .related-product-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 18px 45px rgba(0,0,0,.12);
    }

.related-product-image {
    position: relative;
    height: 310px;
    overflow: hidden;
    background: #eee;
}

    .related-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .6s ease;
    }

.related-product-card:hover .related-product-image img {
    transform: scale(1.07);
}

.related-product-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,.65), transparent 60%);
    opacity: 0;
    transition: .35s ease;
}

.related-product-card:hover .related-product-overlay {
    opacity: 1;
}

.related-product-overlay span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transform: translateY(10px);
    transition: .35s ease;
}

.related-product-card:hover .related-product-overlay span {
    transform: translateY(0);
}

.related-product-overlay i {
    margin-left: 7px;
}

.related-product-content {
    padding: 20px 22px 22px;
}

    .related-product-content h4 {
        font-size: 18px;
        font-weight: 600;
        color: #222;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .related-product-content > span {
        font-size: 13px;
        font-weight: 600;
        color: #8b7355;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .related-product-content > span i {
            transition: .3s;
        }

.related-product-card:hover .related-product-content > span i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .related-products {
        padding: 55px 0;
    }

    .related-products-header h3 {
        font-size: 30px;
    }

    .related-product-image {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .related-products {
        padding: 45px 0;
    }

    .related-products-header {
        margin-bottom: 25px;
    }

        .related-products-header h3 {
            font-size: 26px;
        }

        .related-products-header p {
            font-size: 14px;
        }

    .related-product-image {
        height: 340px;
    }
}






.service-detail-main-image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 4px;
}

    .service-detail-main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.service-detail-header {
    margin-bottom: 30px;
}

.service-detail-icon {
    margin-bottom: 20px;
}

    .service-detail-icon i {
        font-size: 52px;
        color: #111;
    }

.service-detail-header h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.service-detail-content {
    font-size: 16px;
    line-height: 1.9;
}

    .service-detail-content p {
        margin-bottom: 18px;
    }

    .service-detail-content h2,
    .service-detail-content h3,
    .service-detail-content h4 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .service-detail-content ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .service-detail-content li {
        margin-bottom: 8px;
    }

.service-detail-contact-box {
    margin-top: 40px;
    padding: 30px;
    background: #f7f7f7;
}

    .service-detail-contact-box h3 {
        margin-bottom: 15px;
    }

    .service-detail-contact-box p {
        margin-bottom: 20px;
    }

    .service-detail-contact-box a {
        display: inline-block;
        padding: 14px 28px;
        background: #111;
        color: #fff;
        text-decoration: none;
        transition: .3s;
    }

        .service-detail-contact-box a:hover {
            opacity: .85;
        }

@media (max-width: 768px) {

    .service-detail-main-image {
        height: 400px;
    }

    .service-detail-header h2 {
        font-size: 32px;
    }
}









.koreli-about-tabs {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

    .koreli-about-tabs .nav-link {
        background: transparent !important;
        border: 0;
        border-radius: 0;
        padding: 0 0 10px;
        color: #8c8c8c;
        font-size: 14px;
        font-weight: 500;
        position: relative;
    }

        .koreli-about-tabs .nav-link:hover,
        .koreli-about-tabs .nav-link.active {
            color: #fff;
        }

        .koreli-about-tabs .nav-link::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 0;
            height: 1px;
            background: #d5a66f;
            transition: .3s;
        }

        .koreli-about-tabs .nav-link.active::after {
            width: 100%;
        }

.koreli-tab-content {
    width: 100%;
}

    .koreli-tab-content .tab-pane {
        width: 100%;
    }

.post-comment-description {
    margin-bottom: 25px;
}

    .post-comment-description p,
    .post-comment-description {
        color: #8d8d8d;
        font-size: 15px;
        line-height: 1.8;
    }

.about-mini-box {
    display: flex;
    align-items: flex-start;
    gap: 23px;
    margin-bottom: 30px;
}

.about-mini-image {
    width: 90px;
    min-width: 90px;
    height: 110px;
    overflow: hidden;
}

    .about-mini-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-mini-content {
    flex: 1;
}

    .about-mini-content h3 {
        color: #fff;
        font-size: 19px;
        font-weight: 600;
        margin: 0 0 10px;
    }

    .about-mini-content p {
        color: #8d8d8d;
        font-size: 14px;
        line-height: 1.8;
        margin: 0;
    }

.about-bottom-text {
    margin-top: 20px;
}

    .about-bottom-text p {
        color: #8d8d8d;
        font-size: 15px;
        line-height: 1.8;
        margin: 0;
    }

@media(max-width:767px) {
    .koreli-about-tabs {
        gap: 20px;
    }

        .koreli-about-tabs .nav-link {
            font-size: 13px;
        }

    .about-mini-box {
        gap: 15px;
    }

    .about-mini-image {
        width: 80px;
        min-width: 80px;
        height: 95px;
    }

    .about-mini-content h3 {
        font-size: 17px;
    }
}