/*
Theme Name: Artraz
Theme URI: https://themeholy.com/wordpress/artraz
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Description: Artraz - Architecture & Interior Design WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artraz
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

ul li {
    list-style: none !important;
}

.recent-post-meta,
.blog-navigation,
.th-comment-form,
.blog-author,
.share-links,
.blog-meta {
    display: none !important;

}

.line-area input,
.line-area textarea {
    padding: 35px 0 10px !important;
}

.hero-5 .title-img {
    display: inline-block;
}

.amenities-list,
.home-sections {
    margin: 0;
    padding: 0;
}

.amenities-list li,
.home-sections li {
    list-style: none !important;
}

.amenities-list li h3,
.amenities-list li span i,
.home-sections li h3,
.home-sections li span i {
    color: #a9cee1 !important;
}

.amenities-list .amenity-title {
    font-size: 25px !important;
}

.amenities-list span,
.home-sections span {
    padding: 10px;
}

.slick-slide img {
    width: 100%;
}

.sticky-wrapper {
    background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {

    .amenities-list li {
        width: 100%;
    }

    .timeline-item:nth-child(even) {
        left: 0 !important;
    }
}

@media (min-width: 992px) {
    .amenities-list li {
        width: 50%;
        float: left;
    }
}

.timeline {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #a9cee1, #a9cee1);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-item::after {
    content: '';
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a9cee1;
    box-shadow: 0 0 0 4px #fff;
    z-index: 1;
}

.timeline-item:nth-child(odd)::after {
    right: -10px;
}

.timeline-item:nth-child(even)::after {
    left: -10px;
}

.timeline-content {
    padding: 5px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.timeline-content h5 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
}

.bold-project {
    font-weight: bold !important;
    cursor: pointer;
}

.gallery-box {

    margin-top: 10px;
}

.gallery-box img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    display: block;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}


.timeline-content p {
    margin: 3px 0;
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 13px;
}

.timeline-content i {
    width: 20px;
    text-align: center;
}


/* Görseller kutusu */
.timeline-images {
    display: none;
    clear: both;
    margin-top: 15px;
}

.timeline-images img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Hover ile göster (masaüstü) */
.timeline-content:hover .timeline-images {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

/* Fade animasyonu */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobil uyum */
@media (max-width: 768px) {
    .timeline::before {
        left: 8px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 50px;
        text-align: left !important;
    }

    .timeline-item::after {
        left: 0;
        top: 60px;
    }

    .timeline-content p {
        width: 100%;
        text-align: left;
    }

    /* Hover çalışmaz, dokunma butonu aktif olur */
    .toggle-images {
        display: inline-block;
        background: #f8f9fa;
        color: #333;
        border: 1px solid #ddd;
        padding: 6px 12px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .timeline-content.active .timeline-images {
        display: block;
    }
}

@media (max-width: 768px) {
    .timeline::before {
        left: 8px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 50px;
        text-align: left !important;
    }

    .timeline-item::after {
        left: 0;
    }

    .timeline-content p {
        width: 100%;
        text-align: left;
    }

    .timeline-item::after {
        top: 60px;
    }

}


.sy-yazi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.sy-yazi-item {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sy-yazi-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.sy-yazi-thumb {
    width: 100%;
    height: 200px;
    /* ⬅️ Burayı artırıp azaltabilirsin */
    overflow: hidden;
    background: transparent !important;
}

.sy-yazi-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ✅ Kırpar ama bozmaz */
    display: block;
}

.sy-no-thumb {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    font-size: 13px;
    color: #777;
}

.sy-yazi-title {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px 12px;
    font-weight: normal;
    text-align: center;
}

.sy-yazi-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.sy-pagination {
    margin-top: 30px;
    text-align: center;
}

.sy-pagination a,
.sy-pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}

.sy-pagination .current {
    background: #000;
    color: #fff;
    border-color: #000;
}

.ozellikler-alan {
    padding: 90px 20px;
}

.ozellik-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 50px;
}

.ozellik-box {
    color: #ddd;
    position: relative;
    padding-left: 60px;
}

.ozellik-box .ikon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 40px;
    color: #fff;
    opacity: 0.9;
}

.ozellik-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 600;
}

.ozellik-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #bbb;
}

@media(max-width: 768px) {
    .ozellik-box {
        padding-left: 50px;
    }
}



.ozellikler-alan {
    padding: 90px 20px;
}

.ozellik-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 50px;
}

.ozellik-box {
    color: #ddd;
    position: relative;
    padding-left: 60px;
}

.ozellik-box .ikon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 40px;
    color: rgb(169, 206, 225);
    opacity: 0.9;
}

.ozellik-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: rgb(169, 206, 225);
    font-weight: 600;
}

.ozellik-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #bbb;
}

@media(max-width: 768px) {
    .ozellik-box {
        padding-left: 50px;
    }
}

.logo {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    padding: 20px 40px;
    font-family: "Poppins", sans-serif !important;

}

.logo .thin {
    font-weight: 200;

    color: #ffffff;
    text-transform: capitalize;
}

.logo .bold {
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}

.text-theme{
	color:#a9cee1!important;
}

/* Film Şeridi */
.film-strip {
    position: relative;
    width: 90%;
    max-width: 1100px;
    background: #000;
    padding: 40px 0;
    overflow: hidden;
    border-radius: 6px;
}

/* Delikler */
.film-strip::before,
.film-strip::after {
    content:"";
    position:absolute;
    left:0;
    width:100%;
    height:20px;
    background:
        repeating-linear-gradient(
            90deg,
            #fff 0 18px,
            transparent 18px 36px
        );
}

.film-strip::before { top:10px; }
.film-strip::after { bottom:10px; }

/* Carousel */
.carousel {
    overflow:hidden;
}

.carousel-track {
    display:flex;
    transition: transform 0.5s ease;
}

/* Kareler */
.frame {
    min-width: 25%;
    padding: 0 10px;
    box-sizing:border-box;
}

.frame img {
    width:100%;
    height:260px;
    object-fit:cover;
    background:#fff;
    border-radius:4px;
}

/* Oklar */
.arrow {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(255,255,255,0.2);
    color:#fff;
    border:none;
    font-size:30px;
    width:50px;
    height:50px;
    cursor:pointer;
    z-index:5;
}

.arrow.left { left:5px; }
.arrow.right { right:5px; }

.arrow:hover {
    background:rgba(255,255,255,0.4);
}

/* Responsive */
@media(max-width:768px){
    .frame { min-width: 50%; }
}
@media(max-width:480px){
    .frame { min-width: 100%; }
}

#lightbox {
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.8);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

#lightbox img {
    max-width:90%;
    max-height:90%;
    border-radius:6px;
}