﻿/*----------------------------------------------
*
* [Default Stylesheet]
*
* Theme    : Leverage - Creative Agency & Portfolio WordPress Theme
* Version  : 1.1.0
* Author   : Codings
* Support  : adm.codings@gmail.com
* 
----------------------------------------------*/

/*----------------------------------------------

[ALL CONTENTS]

1. Root
2. Button
3. Effects

----------------------------------------------*/

/*----------------------------------------------
1. Root
----------------------------------------------*/

/* #region Root */

:root {
    --primary-font: 'Poppins', sans-serif;
    --h1-font: 'Gilroy', sans-serif;
    --h1-size: 6rem;
    --h1-weight: 900;
    --h2-size: 3rem;
    --h2-weight: 600;
    --p-size: 1rem;
    --p-weight: 400;
    --header-bg-color: #111111;
    --nav-brand-height: 35px;
    --nav-item-color: #f5f5f5;
    --hero-bg-color: #111111;
    --footer-brand-height: 80px;
    --primary-color: #EC6A2A;
    --secondary-color: #EC6A2A;
    --white-color: #f9f9f9;
    --black-color: #040402;
    --dark-grey-color: #191919;
    --primary-t-color: #2f323a;
    --secondary-t-color: #f5f5f5;
    --primary-p-color: #6f6f6f;
    --secondary-p-color: #8e8e8e;
    --primary-b-color: #f5f5f5;
    --primary-l-color: rgba(0, 0, 0, .25);
    --secondary-l-color: rgba(255, 255, 255, 0.25);
    --valid-color: #007a4d;
    --invalid-color: #e34f4f;
    --primary-bg-color: #f5f5f5;
    --primary-bg-color-2: #eeeeee;
    --primary-bg-color-3: #e5e5e5;
    --secondary-bg-color: #040402;
    --secondary-bg-color-2: #111111;
    --secondary-bg-color-3: #191919;
    --card-bg-color: #f5f5f5;
    --card-bg-color-pearl: #fafafa;
    --footer-bg-color: #111111;
}

/* Index sayfası - Sayaç css */
    #fun-facts.metrics-section { background:#fafafa; border-bottom:2px solid #eee; padding:70px 0 90px; }
    #fun-facts .metrics-grid { width:100%; }
    #fun-facts .metric-card {background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px 20px;position:relative;box-shadow:0 4px 12px -2px rgba(0,0,0,.04),0 2px 4px -1px rgba(0,0,0,.06);transition:.3s ease;}
    #fun-facts .metric-card:hover{box-shadow:0 6px 18px -2px rgba(0,0,0,.08),0 4px 8px -1px rgba(0,0,0,.07);transform:translateY(-3px)}
    #fun-facts .metric-ring{width:160px;height:160px;margin:0 auto 14px;position:relative;}
    #fun-facts .metric-svg{width:160px;height:160px;transform:rotate(-90deg);} /* start at top; enlarged */
    #fun-facts circle{fill:none;stroke-width:12;stroke-linecap:round;}
    #fun-facts .metric-bg{stroke:#e5e7eb;}
    #fun-facts .metric-progress{stroke:var(--metric-color,#1E88E5);stroke-dasharray:339.292;stroke-dashoffset:339.292;transition:stroke-dashoffset 1.2s ease-out;}
    #fun-facts .metric-value{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:600;color:#111;}
    #fun-facts .metric-number{display:inline-block;min-width:36px;text-align:right;}
    #fun-facts .metric-title{margin:4px 0 0;font-size:16px;font-weight:600;color:#111;}
    #fun-facts .metric-sub{margin:2px 0 0;font-size:13px;color:#6b7280;}
    @media (max-width:575.98px){#fun-facts .metric-ring{width:120px;height:120px}#fun-facts .metric-svg{width:120px;height:120px}#fun-facts .metric-value{font-size:24px}}
    /* Ekstra küçük ekranlar (<400px): daha kompakt halkalar ve yazılar */
    @media (max-width:399.98px){
        #fun-facts .metric-ring{width:105px;height:105px;margin:0 auto 10px;}
        #fun-facts .metric-svg{width:105px;height:105px;}
        #fun-facts .metric-card{padding:20px 16px;border-radius:16px;}
        #fun-facts .metric-value{font-size:22px;}
        #fun-facts .metric-title{font-size:14px;}
    }
    /* Orta ekranlar: 768px - 900px arası: 2 kolon + halka biraz küçült */
    @media (min-width:768px) and (max-width:900px){
        #fun-facts .metric-col{flex:0 0 50%;max-width:50%;}
        #fun-facts .metric-ring{width:140px;height:140px;margin:0 auto 12px;}
        #fun-facts .metric-svg{width:140px;height:140px;}
        #fun-facts .metric-value{font-size:28px;}
    }

/*----------------------------------------------
2. Button
----------------------------------------------*/

/* #region Button */


.primary-button,
.primary-button:visited, .primary-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 22px;
    min-width: 48px;
    min-height: 48px;
    background-color: var(--primary-color);
    border-radius: 50px;
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    letter-spacing: 0.02em;
    border: none;
    transition: background 0.2s, color 0.2s;
}

.primary-button:hover, .primary-button:focus {
    background-color: #c85000;
    background-image: none;
    color: #fff !important;
    outline: 2px solid #fff;
}

.dark-button,
.dark-button:visited, .dark-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: var(--hero-bg-color);
    border-radius: 0;
    color: var(--white-color);
    font-weight: 400;
}

.dark-button:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
}

.dark-button:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    bottom: 0;
    right: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 0;
    background-color: inherit;
}

.dark-button.inherit:after {
    background-color: inherit;
}

.dark-button:hover, .dark-button:focus,
.dark-button:hover:after, .dark-button:focus:after {
    background-color: var(--primary-color)!important;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%)!important;;
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%)!important;;
    color: var(--white-color)!important;;
}

/* #endregion Button */

/*----------------------------------------------
3. Effect
----------------------------------------------*/

/* #region Effect */

.effect-static-text {
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
         background-clip: text;
    -webkit-text-fill-color: transparent;
}

.effect-static-text i {
    -webkit-text-fill-color: var(--primary-color);
}

.effect-motion-text,
.effect-motion-hover:hover {
    background-image: linear-gradient(to right, var(--primary-color) 20%, var(--primary-t-color) 40%, var(--primary-t-color) 60%, var(--primary-color) 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -moz-background-clip: text;
         background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: effect 1s linear infinite;
    animation: effect 1s linear infinite;
}

.effect-motion-text i,
.effect-motion-hover:hover i {
    -webkit-text-fill-color: var(--primary-color);
}

.effect-static-bg {
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
}

.effect-motion-bg {
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-size: 200% auto;
    -webkit-animation: effect 1s linear infinite;
    animation: effect 1s linear infinite;
}
:root {
    --header-bg-color: #f5f5f5;
    --nav-item-color: #2f323a;
    --hero-bg-color: #f5f5f5;
    --section-1-bg-color: #f5f5f5;
    --section-2-bg-color: #f5f5f5;
    --section-3-bg-color: #f5f5f5;
    --section-4-bg-color: #f5f5f5;
    --section-5-bg-color: #f5f5f5;
    --section-6-bg-color: #f5f5f5;
    --section-7-bg-color: #f5f5f5;
    --section-8-bg-color: #f5f5f5;
    --section-9-bg-color: #eeeeee;
    --section-10-bg-color: #f5f5f5;
    --section-11-bg-color: #eeeeee;
    --section-12-bg-color: #f5f5f5;
    --footer-bg-color: #111111;
}


.nav-wrapper {
    text-align: center;
    position: absolute;
    text-align: center;
    right: 80px;
}

.sl-nav {
    display: inline;
}


.lang-url {
    text-decoration: none !important;
    color: #3c3c3c !important;
    min-width: 48px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    font-size: 18px !important;
}

.breadcrumb-item {
    color: white !important;
}

    .breadcrumb-item + .breadcrumb-item::before {
        color: white;
    }

@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%; /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%; /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%; /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}



#brands-carousel {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    #brands-carousel .brand-images {
        height: 90px;
        width: auto;
        margin: 15px;
    }

@media (min-width: 992px) {
    #brands-carousel .brand-images {
        height: 115px;
    }
}

#brands-carousel .carousel-item {
    border-radius: 0.25rem;
}


#brands-carousel .brands-intro {
    height: 100px;
    width: 100%;
    overflow: hidden;
    padding: 0.25rem 0.5rem;
    color: #6C757D;
    border-radius: 0.25rem;
    text-align: center;
}

@media (min-width: 992px) {
    #brands-carousel .brands-intro {
        padding: 0.5rem 1rem;
    }
}

#brands-carousel .brands-intro p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
}

#brands-carousel .carousel-control-next,
#brands-carousel .carousel-control-prev {
    top: calc(50% - 0.75rem);
    bottom: calc(50% - 0.75rem);
    width: 2rem;
    transition: all 1s ease;
}

@media (min-width: 576px) {
    #brands-carousel .carousel-control-next,
    #brands-carousel .carousel-control-prev {
        width: 3rem;
    }
}

#brands-carousel .carousel-control-next:hover,
#brands-carousel .carousel-control-prev:hover {
    filter: brightness(1.15);
}

#brands-carousel .carousel-control-next {
    right: 0;
}

@media (min-width: 576px) {
    #brands-carousel .carousel-control-next {
        right: -2rem;
    }
}

#brands-carousel .carousel-control-prev {
    left: 0;
}

@media (min-width: 576px) {
    #brands-carousel .carousel-control-prev {
        left: -2rem;
    }
}

#brands-carousel .carousel-control-next-icon,
#brands-carousel .carousel-control-prev-icon {
    height: 2rem;
    width: 2rem;
    content: "";
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #ec6a2a;
    display: inline-block;
    background-image: none;
}

#brands-carousel .carousel-control-next-icon {
    transform: rotate(45deg);
}

#brands-carousel .carousel-control-prev-icon {
    transform: rotate(-135deg);
}

@media only screen and (max-width: 600px) {
    #teklif-al-button {
        display: none;
    }

    .mobile-none {
        display: none !important;
    }

    .description {
        color: #252323 !important;
    }

    .font-size-2-3 {
        font-size: 2.3rem;
    }

    .font-size-2-5 {
        font-size: 2.7rem;
    }

    .mobile-m-10 {
        margin-top: 75px !important;
    }

    .mobile-h1 {
        font-size: 35px !important;
    }
}



ul {
    margin: 0;
    padding: 0;
    /*list-style: none;*/
}

.faq {
    padding: 120px 0 90px;
    background: #f7fbff;
}

    .faq .section-title {
        margin-bottom: 54px;
    }

        .faq .section-title h2 {
            margin-bottom: 22px;
        }

    .faq .accordion .card {
        border: none;
        margin-bottom: 30px;
    }

        .faq .accordion .card:not(:first-of-type) .card-header:first-child {
            border-radius: 10px;
        }

        .faq .accordion .card .card-header {
            border: none;
            padding: 0;
        }

            .faq .accordion .card .card-header h5, .faq .accordion .card .card-header h4 {
                padding: 0;
            }

                .faq .accordion .card .card-header h5 button, .faq .accordion .card .card-header h4 button {
                    color: #1e3056;
                    font-size: 18px;
                    font-weight: 500;
                    text-decoration: none;
                    padding: 0 30px 0 70px;
                    height: 80px;
                    display: block;
                    width: 100%;
                    color: rgba(30, 48, 86, 0.8);
                    text-align: left;
                    background: #fff;
                    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
                    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
                    border-radius: 10px 10px 0 0;
                    position: relative;
                }

                    .faq .accordion .card .card-header h5 button:after, .faq .accordion .card .card-header h4 button:after {
                        position: absolute;
                        left: 30px;
                        top: 50%;
                        margin-top: -10px;
                        width: 20px;
                        height: 20px;
                        background-color: transparent;
                        color: #ff5f74;
                        text-align: center;
                        border: 1px solid #ff5f74;
                        border-radius: 50%;
                        line-height: 100%;
                        content: '?';
                        font-size: 10px;
                        line-height: 18px;
                        font-family: "Font Awesome 5 Free";
                        font-weight: 900;
                    }

                    .faq .accordion .card .card-header h5 button.collapsed, .faq .accordion .card .card-header h4 button.collapsed {
                        background: #fff;
                        border-radius: 10px;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        border: 1px solid rgba(97, 125, 255, 0.2);
                    }

                    .faq .accordion .card .card-header h5 button[aria-expanded="true"]:after, .faq .accordion .card .card-header h4 button[aria-expanded="true"]:after {
                        content: '?';
                        color: #EC6A2B;
                    }

.accordion .card:hover {
    background: #fff !important;
    color: #000 !important;
}

.accordion .card {
    background: none !important;
    border: none !important;
}

    .accordion .card:hover {
        background: none !important;
        color: #ccc !important;
    }

    .accordion .card:not(.no-hover):hover h3, .card:not(.no-hover):hover h4, .card:not(.no-hover):hover p {
        color: rgba(30, 48, 86, 0.8);
    }


.faq .accordion .card .card-body {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -25px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}

#slider p {
    color: #2F323A;
}
.custom-font-size-40 {
    font-size: 40px;
}
.slide-center h1{
    padding:15px 0px;
}

.footer{
    padding:40px 0px;
}
.blog-post-category {
    z-index: 2;
    top: 20px;
    width:auto !important;
    

}
    .blog-post-category p {
        border: solid 1px #f75d09;
        background-color: #f75d09;
        border-radius: 10px;
        padding: 5px !important;
        color:white !important;
    }

.loading-img {
    display: table;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 100px auto;
}

/*.message-popup {
    z-index: 1 !important;
    border-radius: 4rem !important;
    padding: 2rem !important;
    justify-content: center !important;
    text-align: center !important;
    display: ruby-text !important;
    background: linear-gradient(135deg, #fff0d9, #ffe0b3, #ffc680) !important;
}

@media only screen and (max-width: 400px) {
    .message-popup-firsttext {
        font-size: x-large !important;
    }

    .message-popup-secondtext {
        font-size: large !important;
    }
}*/

/* #endregion Effect */


/*Proje Adımları*/
.payg-how-it-works {
    background: #f9fafc; /*Arka plan rengi*/
}

.how-title {
    color: #111d29;
    font-size: 30px;
}

@media (max-width: 525px) {
    .how-title {
        font-size: 28px
    }
}

@media (max-width: 490px) {
    .how-title {
        font-size: 24px
    }
}

@media (max-width: 420px) {
    .how-title {
        font-size: 22px
    }
}

@media (max-width: 420px) {
    .how-title {
        font-size: 20px
    }
}


.how-desc {
    font-size: 1.02rem;
}

.how-step-num {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: #FF6B4A;
    color:#fff;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 18px;
}

/*steps alanındaki text kısımları*/
.payg-step-text {
    font-size: 18px;
    line-height: 1.55;
    color: #222 !important;
    font-weight: 400 !important;
}
payg-step-title {
    padding-bottom: 8px;
    font-size: 1rem !important;
}

@media (max-width: 991.98px) {
    .payg-step-text {
        font-size: 16px !important;
        text-align: start;
    }

    .payg-step-title {
        text-align: start;
    }
}

@media (max-width: 575.98px) {
    .payg-step-text {
        font-size: 16px !important;
        text-align: start;
    }

    .payg-step-title {
        text-align: start;
    }
}

.how-step h5 {
    color: #132333;
    font-size: 22px;
}

@media (max-width: 991.98px) {
    .how-card li {
        font-size: 16px !important;
    }
}

@media (max-width: 638px) {
    .how-card li {
        font-size: 14px !important;
    }
}

@media (max-width: 530px) {
    .how-card li {
        text-align: left;
    }

    .how-cart-right {
        font-size: 25px !important;
    }
}

@media (max-width: 430px) {
    .how-card li {
        font-size: 13px !important;
        text-align: left;
    }

    .how-cart-right {
        font-size: 20px !important;
    }
}

@media (max-width: 400px) {
    .how-cart-right {
        font-size: 18px !important;
    }
}


@media (max-width: 991.98px) {
    .how-step-num {
        width: 50px;
        height: 50px;
        margin-right: 14px;
    }
}

@media (max-width: 575.98px) {
    .how-step-num {
        margin-top: 20px !important;
    }
}

.underline-title {
    position: relative;
    display: inline-block;
    padding-bottom: 6px; /* yazı ile çizgi arasına boşluk */
}

    .underline-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px; /* çizgi uzunluğu */
        height: 3px; /* çizgi kalınlığı */
        background: #ec6a2a; /* renk geçişli çizgi */
        border-radius: 2px;
    }

/* ================= Testimonials (Müşteri Yorumları) ================= */
#testimonials.testimonials-section { padding: 80px 0 70px; }
#testimonials .testimonials-title { font-size:2.5rem; font-weight:600; color: var(--primary-t-color); margin-bottom:.75rem; }
#testimonials .testimonials-sub { font-size:1.05rem; color: var(--primary-p-color); }

.testimonial-card { background:#fff; border:1px solid #e5e5e5; border-radius:14px; padding:22px 26px 26px; position:relative; display:flex; flex-direction:column; height:100%; box-shadow:0 4px 18px -4px rgba(0,0,0,.08); transition:box-shadow .35s ease, transform .35s ease; }
.testimonial-card:hover { box-shadow:0 6px 28px -6px rgba(0,0,0,.16); transform:translateY(-4px); }

.testimonial-header { display:flex; align-items:flex-start; justify-content:space-between; margin-bottom:.75rem; }
.testimonial-name { font-size:1.05rem; font-weight:600; margin:0 0 .15rem; color: var(--primary-t-color); }
.testimonial-date { font-size:.75rem; letter-spacing:.5px; color:#666; }

/* Özel review badge - 4 renkli noktalar (ID tabanlı)
#review-badge { display:flex; gap:3px; align-items:center; }
#review-badge span { width:14px; height:14px; border-radius:50%; display:inline-block; transition: transform 0.2s ease; }
#review-badge span:hover { transform: scale(1.15); }
#dot-red { background:#EA4335; }
#dot-yellow { background:#FBBC05; }
#dot-green { background:#34A853; }
#dot-blue { background:#4285F4; } */

.testimonial-rating { color:#FFC107; font-size:1.05rem; line-height:1; margin-bottom:.65rem; letter-spacing:2px; }
.testimonial-rating span { display:inline-block; }

.testimonial-text { font-size:.95rem; color:#2f323a; line-height:1.5; margin:0; }

/* Swiper overrides for testimonial slider */
.testimonials-swiper { overflow:visible; }
#testimonials .swiper-slide { height:auto; }
#testimonials .swiper-pagination.testimonials-pagination { position:static; margin-top:30px; }
#testimonials .swiper-pagination-bullet { background:#ccc; opacity:.8; width:12px; height:12px; margin:0 6px !important; }
#testimonials .swiper-pagination-bullet-active { background: var(--primary-color); opacity:1; }

/* Custom navigation arrows (outside like screenshot) */
.testimonial-nav { position:absolute; top:50%; transform:translateY(-50%); width:42px; height:42px; background:#fff; border:1px solid #d9d9d9; border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; box-shadow:0 4px 15px -4px rgba(0,0,0,.12); transition:background .3s ease,border-color .3s ease; z-index:5; }
.testimonial-nav:hover { background: var(--primary-color); border-color: var(--primary-color); }
.testimonial-nav .arrow { width:12px; height:12px; border:2px solid var(--primary-color); border-left:none; border-bottom:none; transform:rotate(45deg); transition:border-color .3s; }
.testimonial-nav:hover .arrow { border-color:#fff; }
.testimonial-prev { left:-10px; }
.testimonial-next { right:-10px; }
.testimonial-prev .arrow { transform:rotate(-135deg); }

@media (max-width: 1199.98px){ .testimonial-prev{ left:5px; } .testimonial-next{ right:5px; } }
@media (max-width: 767.98px){ .testimonial-nav{ display:none; } }

/* Responsive: cards per view handled by Swiper breakpoints; width auto */
@media (max-width:575.98px){ #testimonials .testimonials-title{ font-size:2rem; } }

/* ================= Project Type Modal ================= */
.project-type-modal { position:fixed; inset:0; display:flex; align-items:center; justify-content:center; z-index:999; opacity:0; pointer-events:none; transition:opacity .35s ease; font-family: var(--primary-font); }
.project-type-modal.open { opacity:1; pointer-events:auto; }
.project-type-modal .pt-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.55); backdrop-filter:blur(4px); }
.project-type-modal .pt-dialog { position:relative; width:100%; max-width:880px; background:linear-gradient(135deg,#ffffff 0%,#fff7f2 40%,#ffe9dd 75%,#ffd5bd 100%); border:1px solid rgba(236,106,42,.25); border-radius:34px; padding:48px 42px 40px; box-shadow:0 20px 50px -12px rgba(0,0,0,.25); color:var(--primary-t-color); outline:none; display:flex; flex-direction:column; }
.pt-title { font-size:1.9rem; font-weight:600; text-align:center; margin:0 0 38px; color:black; }
.pt-options { display:flex; gap:38px; flex-wrap:wrap; justify-content:center; }
.pt-option { flex:1 1 300px; min-height:260px; background:#ffffff; border:1px solid rgba(236,106,42,.25); border-radius:30px; padding:40px 34px 32px; text-align:center; cursor:pointer; position:relative; transition: border-color .3s, background .3s, transform .3s, box-shadow .3s; box-shadow:0 6px 20px -8px rgba(0,0,0,.08); }
.pt-option:hover, .pt-option:focus { background:linear-gradient(135deg,#ffffff,#fff2e8); border-color: var(--primary-color); transform:translateY(-4px); box-shadow:0 10px 26px -10px rgba(0,0,0,.18); }
.pt-option:active { transform:translateY(0); }
.pt-icon { font-size:54px; line-height:1; margin-bottom:22px; color: var(--primary-color); filter: drop-shadow(0 2px 4px rgba(236,106,42,.25)); }
.pt-option-title { font-size:1.25rem; font-weight:600; margin:0 0 14px; color:var(--primary-t-color); }
.pt-option-desc { font-size:.95rem; line-height:1.5; margin:0; color:#555; }
.pt-footer { margin-top:40px; text-align:center; }
.pt-close { position:absolute; top:-64px; left:50%; transform:translateX(-50%); width:58px; height:58px; border-radius:50%; background:rgba(255,255,255,.85); color:var(--primary-color); border:1px solid rgba(236,106,42,.35); font-size:28px; cursor:pointer; display:flex; align-items:center; justify-content:center; backdrop-filter:blur(3px); transition:background .3s, color .3s, border-color .3s; }
.pt-close:hover { background: var(--primary-color); color:#fff; border-color: var(--primary-color); }
@media (max-width:991.98px){ .project-type-modal .pt-dialog { padding:40px 34px 36px; } .pt-options { gap:26px; } }
@media (max-width:575.98px){ .project-type-modal .pt-dialog { padding:36px 26px 32px; border-radius:26px; } .pt-title { font-size:1.5rem; margin-bottom:30px;} .pt-option { flex:1 1 100%; min-height:220px; padding:34px 26px 28px; } .pt-icon{ font-size:48px; } }

/* Selected type chip */
.selected-type-wrapper { display:flex; align-items:center; gap:10px; background:#fff; border:1px solid #e3e3e3; padding:10px 18px; border-radius:50px; width:max-content; box-shadow:0 4px 14px -6px rgba(0,0,0,.12); }
.selected-type-label { font-size:.85rem; font-weight:500; color:#555; }
.selected-type-chip { font-size:.85rem; font-weight:600; background: var(--primary-color); color:#fff; padding:6px 14px; border-radius:30px; letter-spacing:.4px; }
.modal-open { overflow:hidden; }

/*----------------------------------------------
/* image için object fit css düzenlemesi */
.image-edit {
    object-fit: contain;
    aspect-ratio:1/1;
}

.iti {
    width: 100% !important;
}

.iti__selected-flag {
    border-radius: 20px !important;
}
/* Dokunmatik hedefler için erişilebilirlik */
.navbar-nav.toggle .nav-link {
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.nav-wrapper span {
    margin-right: 8px;
}

/* Erişilebilirlik için: Blog "devamını oku" linki */
.read-more-link {
    text-decoration: underline;
    font-weight: 600;
    color: #a03900;
    transition: background 0.2s, color 0.2s;
    outline: none;
}
.read-more-link:hover, .read-more-link:focus {
    background: #fff3e6;
    color: #802d00;
    text-decoration: underline;
    outline: 2px solid #a03900;
    outline-offset: 2px;
}

/* Blog kartı metin kontrast iyileştirmesi */
.blog-card .card-text {
    color: #2f323a !important;
    line-height: 1.6;
}

.blog-card .card-body p {
    color: #2f323a !important;
}

/* ================= 404 Error Page ================= */
.error-404-section {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
	padding: 60px 20px;
	position: relative;
	overflow: hidden;
}

.error-404-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	gap: 60px;
}

.error-404-left {
	flex: 1;
	max-width: 500px;
}

.error-404-left h1 {
	font-size: 3rem;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 20px;
	line-height: 1.2;
}

.error-404-left p {
	font-size: 1.1rem;
	color: #666;
	margin-bottom: 30px;
	line-height: 1.6;
}

.error-404-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #5B3FD4;
	color: #fff;
	padding: 14px 32px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(91, 63, 212, 0.3);
}

.error-404-button:hover {
	background: #4a32b3;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(91, 63, 212, 0.4);
	color: #fff;
	text-decoration: none;
}

.error-404-button i {
	font-size: 18px;
}

.error-404-right {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.error-404-illustration {
	position: relative;
	width: 100%;
	max-width: 600px;
	height: 500px;
}

.error-404-number {
	position: absolute;
	font-size: 18rem;
	font-weight: 900;
	color: #e0e0e0;
	line-height: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	user-select: none;
}

.browser-window {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 320px;
	height: 240px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.15);
	z-index: 2;
	overflow: hidden;
}

.browser-header {
	height: 35px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	padding: 0 12px;
	gap: 6px;
}

.browser-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.browser-dot.red { background: #FF5F57; }
.browser-dot.yellow { background: #FEBC2E; }
.browser-dot.green { background: #28C840; }

.browser-content {
	padding: 20px;
	background: #fff;
}

.hand-3d {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%) rotate(-15deg);
	z-index: 3;
	font-size: 120px;
}

.rocket-icon {
	position: absolute;
	left: 50px;
	top: 80px;
	font-size: 80px;
	z-index: 3;
}

.shape {
	position: absolute;
}

.shape.cube {
	right: 80px;
	top: 60px;
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #34D399 0%, #10B981 100%);
	border-radius: 8px;
	transform: rotate(25deg);
}

.shape.cone {
	right: 50px;
	bottom: 100px;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 100px solid #FF6B6B;
}

.shape.cylinder {
	left: 100px;
	bottom: 150px;
	width: 60px;
	height: 80px;
	background: linear-gradient(180deg, #60A5FA 0%, #3B82F6 100%);
	border-radius: 30px 30px 10px 10px;
}

.dot-sphere {
	position: absolute;
	border-radius: 50%;
}

.dot-sphere.blue-1 { width: 30px; height: 30px; background: #60A5FA; right: 150px; top: 120px; }
.dot-sphere.blue-2 { width: 20px; height: 20px; background: #93C5FD; right: 50px; top: 200px; }
.dot-sphere.blue-3 { width: 35px; height: 35px; background: #3B82F6; right: 200px; top: 300px; animation-delay: 0.5s; }
.dot-sphere.green { width: 25px; height: 25px; background: #34D399; left: 120px; bottom: 250px; animation-delay: 1s; }
.dot-sphere.yellow { width: 22px; height: 22px; background: #FBBF24; left: 200px; top: 150px; animation-delay: 1.5s; }
.dot-sphere.pink { width: 28px; height: 28px; background: #F472B6; right: 100px; bottom: 180px; animation-delay: 2s; }
.dot-sphere.red { width: 18px; height: 18px; background: #FF6B6B; left: 80px; top: 200px; animation-delay: 0.8s; }

@keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-20px); }
}

@keyframes rotate-float {
	0%, 100% { transform: rotate(25deg) translateY(0px); }
	50% { transform: rotate(35deg) translateY(-25px); }
}

@keyframes wave {
	0%, 100% { transform: translateY(-50%) rotate(-15deg); }
	50% { transform: translateY(-50%) rotate(-5deg); }
}

@media (max-width: 991px) {
	.error-404-content {
		flex-direction: column;
		text-align: center;
	}
	
	.error-404-left h1 {
		font-size: 2.5rem;
	}
	
	.error-404-number {
		font-size: 12rem;
	}
	
	.error-404-illustration {
		height: 400px;
	}
	
	.rocket-icon {
		font-size: 60px;
		left: 30px;
	}
	
	.shape.cube {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 576px) {
	.error-404-left h1 {
		font-size: 2rem;
	}
	
	.error-404-number {
		font-size: 8rem;
	}
	
	.browser-window {
		width: 240px;
		height: 180px;
	}
	
	.hand-3d {
		font-size: 80px;
	}
}
