@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap);
a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
button,input,select{appearance:none;-webkit-appearance:none}
body{font-family:Roboto,sans-serif;padding-top:140px}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none}
:focus{outline:0}
.clear{clear:both}
img{max-width:100%;height:auto}
.container{max-width:1400px;width:1400px}
.header{width:100%;float:left;position:fixed;top:0;left:0;background:#fff;box-shadow:0 0 20px rgb(0 0 0 / 15%);z-index:9}
.header-top{width:100%;float:left;border-bottom:1px solid #eee;height:50px;display:flex;align-items:center}
.header-top .container{display:flex;align-items:center;justify-content:space-between}
.top-left p{float:left;color:#777;font-size:12px;margin-right:30px}
.top-left p a{color:#777;margin-left:5px}
.top-right{display:flex;align-items:center}
.user-action {
    display: flex;
    justify-content: center; /* Butonu ortalamak için */
    align-items: center;
}

.user-action a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; /* Metni tek satırda tut */
    margin: 0 auto;
    padding: 14px 30px; /* Butonu genişlet ve yüksekliği artır */
    background-color: #129641;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center; /* Yazıyı ortala */
    gap: 12px;
    transition: all ease-in-out 0.3s;
    width: auto; /* Desktop için genişliği sınırlama */
    min-width: 180px; /* Minimum genişlik belirleme */
    max-width: 300px; /* Maksimum genişlik belirleme */
}

/* Mobil için */
@media (max-width: 768px) {
    .user-action {
        width: 100%;
    }

    .user-action a {
        font-size: 16px;
        padding: 16px 40px; /* Mobilde daha geniş yap */
        width: 90%;
        max-width: 90%;
    }
}

/* Desktop için genişliği artır */
@media (min-width: 1024px) {
    .user-action a {
        font-size: 18px;
        padding: 16px 50px;
        min-width: 220px;
        max-width: 350px;
    }
}

.user-action a:hover {
    background-color: #d04e1d;
    color: #fff;
}
.language{margin-right:30px}
.language select{border:none;background:#fff;font-size:12px;color:#777;font-family:Roboto,sans-serif;width:90px}
/*.top-social a{font-size:12px;color:#777;margin-left:7px;transition:all ease-in-out .3s}*/
.language select option{border:none;height:30px!important}
/*.top-social a:hover{color:#1c1f2a}*/
/* HEADER social icons - desktop only, colored & bigger */
.top-social {
    display: none;
}

@media (min-width: 992px) {
    .top-social {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .top-social a {
        font-size: 20px;
        margin-left: 10px;
        transition: transform 0.25s ease, opacity 0.25s ease;
        opacity: 0.85;
    }

    .top-social a:hover {
        transform: scale(1.2);
        opacity: 1;
    }

    .top-social a[href*="facebook"] i { color: #3b5998; }
    .top-social a[href*="instagram"] i { color: #e1306c; }
    .top-social a[href*="youtube"] i { color: #ff0000; }
}
.header-main{width:100%;float:left;padding:15px 0}
.header-main .container{display:flex;align-items:center;justify-content:space-between}
.menu ul li{float:left;margin:0 3px;position:relative;border-radius:30px;overflow:hidden}
.menu ul li a{color:#313131;font-size:14px;padding:7px 15px;display:block;text-decoration:none!important;transition:all ease-in-out .3s;position:relative}
.menu ul li.active:before,.menu ul li:hover:before{width:100%;border-radius:30px}
.menu ul li:before{content:"";position:absolute;width:0;height:100%;background:#ebf3ff;transition:all ease-in-out .3s}
.menu ul li i{font-size:12px;margin-left:5px}
.header-search{margin-right:30px;
    position: relative; /* Butonu kapsamak için eklendi */}
.header-action{display:flex;align-items:center}
.header-search input[type=text]{width:200px;height:50px;background:#f3f4f6;border-radius:30px;font-size:14px;box-sizing:border-box;padding:0 20px;transition:all ease-in-out .3s}
.header-search.active input[type=text]{width:700px;padding:0 60px}
.header-search button{
    background: 0 0;
    border: none;
    position: absolute; /* Absolute position ile input'un üzerine oturtulur */
    top: 50%;
    right: 5px; /* Sağ kenara daha yakın */
    transform: translateY(-50%); /* Dikey olarak ortala */
    color: #55565a;
    cursor: pointer;
    transition: all ease-in-out .3s;
    /* margin-left ve left değerleri kaldırıldı/sıfırlandı */
    margin-left: 0;
    left: auto;
    width: 40px; /* Buton alanını sınırlamak için */
    height: 40px;
    display: flex; /* İkonu ortalamak için */
    align-items: center;
    justify-content: center;
}
.header-search.active button{  right: 5px; /*left:-640px*/}
.ikon-action a{font-size:20px;margin:0 0 0 20px;color:#55565a}
.ikon-action a:last-child{font-size:18px}
.main-slider-bg{width:100%;height:calc(100vh - 140px);position:relative;font-family:Montserrat,sans-serif;background-size:cover;background-position:center}
.main-slider{width:100%;float:left;position:relative}
.main-slider-bg:before{content:"";position:absolute;width:100%;float:left;height:100%;left:0;top:0;background:#1c1f2a;opacity:.05; filter: contrast(1.2); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
.main-slider-bg .container{position:relative;height:100%;display:flex;align-items:center;justify-content:center}
.main-slider-bg .row{display:block;text-align:center}
.slider-sub-title{width:100%;float:left;overflow:hidden;margin-bottom:10px;display:none}
.slider-sub-title span{color:#fff;font-size:30px;font-weight:200;letter-spacing:1px;display:block}
.slider-title{width:100%;float:left;margin-bottom:50px;overflow:hidden;display:none}
.slider-title strong{color:#fff;font-size:100px;line-height:120px;font-weight:200;letter-spacing:10px;display:block}
.slider-button{width:100%;float:left;overflow:hidden;display:none}
.slider-button a{border:1px solid #fff;color:#fff;font-size:14px;padding:15px 40px;display:inline-block;border-radius:30px;transition:all ease-in-out .3s;text-decoration:none!important}
.swiper-slide-active .slider-button,.swiper-slide-active .slider-sub-title,.swiper-slide-active .slider-title{display:block}
.slider-button a:hover{background:rgba(255,255,255,.5);color:#1c1f2a}
@-webkit-keyframes ani-mouse{
0%{opacity:1;top:29%}
15%{opacity:1;top:50%}
50%{opacity:0;top:50%}
100%{opacity:0;top:29%}
}
@-moz-keyframes ani-mouse{
0%{opacity:1;top:29%}
15%{opacity:1;top:50%}
50%{opacity:0;top:50%}
100%{opacity:0;top:29%}
}
@keyframes ani-mouse{
0%{opacity:1;top:29%}
15%{opacity:1;top:50%}
50%{opacity:0;top:50%}
100%{opacity:0;top:29%}
}
.scroll-btn{display:block;position:absolute;left:0;right:0;text-align:center;bottom:0;z-index:2}
.scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#7f8c8d;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}
.scroll-btn>.active,.scroll-btn>:focus,.scroll-btn>:hover{color:#fff}
.scroll-btn>.active,.scroll-btn>:active,.scroll-btn>:focus,.scroll-btn>:hover{opacity:.8;filter:alpha(opacity=80)}
.scroll-btn .mouse{position:relative;display:block;width:35px;height:55px;margin:0 auto 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #fff;border-radius:23px}
.scroll-btn .mouse>*{position:absolute;display:block;top:29%;left:50%;width:6px;height:6px;margin:-3px 0 0 -2px;background:#fff;border-radius:50%;-webkit-animation:ani-mouse 1.5s linear infinite;-moz-animation:ani-mouse 1.5s linear infinite;animation:ani-mouse 1.5s linear infinite}
.main-slider .swiper-button-next,.main-slider .swiper-button-prev{background-image:none!important;width:80px;height:80px;background:rgb(28 31 42 / 50%);border-radius:50%;transition:all ease-in-out .3s}
.main-slider .swiper-button-next:before,.main-slider .swiper-button-prev:before{content:"\f178";font-family:'Font Awesome 5 Pro';position:absolute;color:#fff;font-size:64px;transition:all ease-in-out .3s;top:50%;margin-top:-48px}
.main-slider .swiper-button-next{right:100px}
.main-slider .swiper-button-next:before{left:-15px}
.main-slider .swiper-button-next:hover:before{left:20px;font-size:46px;margin-top:-34px}
.main-slider .swiper-button-next:hover,.main-slider .swiper-button-prev:hover{background:rgb(28 31 42 / 70%)}
.main-slider .swiper-button-prev{left:100px}
.main-slider .swiper-button-prev:before{content:"\f177";right:-15px}
.main-slider .swiper-button-prev:hover:before{right:20px;font-size:46px;margin-top:-34px}
.category-slider{width:100%;box-sizing:border-box;padding:30px;float:left}
.category-slide-bg{width:100%;height:300px;background-size:cover;background-position:center;position:relative}
.category-slide-bg:before{content:"";position:absolute;background:rgba(0,0,0,.4);width:100%;height:100%;left:0;top:0}
.category-slide-bg a{position:relative;color:#fff;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:space-between;box-sizing:border-box;padding:30px;transition:all ease-in-out .3s;text-decoration:none!important}
.category-slide-bg a h2{font-family:Montserrat,sans-serif;font-weight:400;font-size:24px}
.category-slide-bg a i{font-size:30px;display:none}
.category-slide-bg a:hover i{display:block}
.populer-slider{width:100%;background:#f7f8fa;float:left;position:relative;padding:80px 0;z-index:1}
.title{width:100%;float:left}
.title h2{font-family:Montserrat,sans-serif;font-weight:600;font-size:30px;width:100%;float:left;margin-bottom:10px}
.title p,.title span{font-size:16px;color:#777;font-weight:300}
.urun-slider{width:calc(100% + 15px);float:left;margin-left:-15px;position:relative;margin-top:35px}
.urun-slider .swiper-slide{box-sizing:border-box;padding:15px}
.urun-card{width:100%;height:100%;background:#fff;border-radius:10px;border:1px solid #eee;box-sizing:border-box;padding:15px;float:left;transition:all ease-in-out .3s}
.urun-card-imgs{width:100%;height:250px;position:relative;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:10px 30px}
.urun-card-imgs img{position:absolute;max-height:90%;transition:all ease-in-out .3s;max-width:80%}
.urun-card-imgs img:nth-child(1){opacity:1}
.urun-card-imgs img:nth-child(2){opacity:0}
.urun-card:hover .urun-card-imgs img:nth-child(1){opacity:0}
.urun-card:hover .urun-card-imgs img:nth-child(2){opacity:1}
.urun-card:hover .no-hover img:nth-child(1){opacity:1}
.urun-card-tag{position:absolute;z-index:1}
.urun-card-tag span{text-decoration:none!important;background:#ebf3ff;font-size:10px;color:#777;padding:6px 10px;border-radius:15px;font-weight:600}
.urun-card-action{position:absolute;z-index:1;right:30px;width:40px;top:20px;opacity:0;transition:all ease-in-out .3s}
.urun-card-action a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f7f8fa;border-radius:50%;margin-bottom:10px;box-sizing:border-box;border:1px solid #eee}
.like-icon i{text-decoration:none!important;color:#777;position:absolute;transition:all ease-in-out .3s}
.like-icon i:nth-child(2){opacity:0}
.like-icon.active i:nth-child(2),.like-icon:hover i:nth-child(2){opacity:1;color:#ad9a9a}
.add-project{text-decoration:none!important;color:#777;transition:all ease-in-out .3s}
.add-project:hover{color:#ff6520}
.urun-card:hover .urun-card-action{opacity:1}
.urun-card-content{width:100%;float:left;text-align:center;margin-top:15px}
.urun-card-content h3{color:#1c1f2a;font-size:20px;width:100%;float:left;margin-bottom:5px}
.urun-card-content span{width:100%;float:left;font-size:15px;color:#777;font-weight:300}
.urun-card-content strong{font-size:15px;margin-top:10px;width:100%;float:left;color:#1c1f2a}
.urun-card a{text-decoration:none!important}
.urun-card:hover{box-shadow:0 0 15px rgb(0 0 0 / 12%)}
.urun-slider .swiper-button-next,.urun-slider .swiper-button-prev{top:0;width:50px;height:50px;margin-top:-80px;background-image:none}
.urun-slider .swiper-button-next:before,.urun-slider .swiper-button-prev:before{content:"\f178";position:absolute;font-family:'Font Awesome 5 Pro';font-size:40px;color:#777;opacity:.5;transition:all ease-in-out .3s}
.urun-slider .swiper-button-next{right:0}
.urun-slider .swiper-button-prev{right:50px;left:auto}
.urun-slider .swiper-button-prev:before{content:"\f177"}
.urun-slider .swiper-button-next:hover:before,.urun-slider .swiper-button-prev:hover:before{opacity:1;color:#1c1f2a}
.parallax-info{position:relative;background-size:cover;background-position:50%;min-height:600px;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;background-attachment:fixed;background-position:50% 0;text-align:center;margin-bottom:200px}
.parallax-info:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}
.parallax-info h2{width:100%;float:left;text-align:center;font-size:50px;font-family:Montserrat;color:#fff;position:relative;font-weight:200}
.parallax-info p{position:relative;width:100%;float:left;text-align:center;color:#fff;font-size:30px;font-weight:300;margin-top:15px}
.parallax-info a{position:relative;display:inline-block;color:#fff;font-family:Montserrat;letter-spacing:1px;border:1px solid;padding:10px 30px;border-radius:30px;font-size:14px;margin-top:50px;text-decoration:none!important;transition:all ease-in-out .3s}
.parallax-info a:hover{background:rgba(255,255,255,.2)}
.katalog-widget{width:100%;float:left;position:relative;margin-bottom:100px}
.catalog-content{width:50%;padding:100px 0;float:left}
.catalog-content:before{content:"";position:absolute;width:60vw;height:100%;background:#f3f4f6;left:0;top:0}
.catalog-img{width:50%;float:left;position:relative;margin-top:-30px;margin-bottom:30px}
.catalog-content h2{position:relative;color:#1c1f2a;font-family:Montserrat;font-size:50px;font-weight:300;width:100%;margin-bottom:15px;float:left}
.catalog-content p{color:#1c1f2a;position:relative;width:70%;font-size:24px;font-weight:200}
.catalog-content a{color:#1c1f2a;position:relative;font-size:20px;margin-top:30px;width:100%;text-decoration:none!important;float:left}
.catalog-content a i{position:relative;transition:all ease-in-out .3s;margin-left:5px}
.catalog-content a:hover i{margin-left:15px}
.youtube-widget{width:100%;float:left;margin-bottom:100px}
.play-icon{width:160px;height:160px;background:red;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:58px;float:left;margin:0 150px 0 100px;position:relative;animation:pulse-ani 2s infinite 3s cubic-bezier(.25,0,0,1);box-shadow:0 0 0 0 red}
@keyframes pulse-ani{
to{box-shadow:0 0 0 18px rgba(255,0,0,.3)}
}
.youtube-widget .container-md{display:flex;align-items:center}
.youtube-content h3{font-size:36px;font-family:Montserrat;font-weight:300;line-height:50px;margin-bottom:20px;color:#1c1f2a}
.youtube-content a{font-size:18px;color:red;font-weight:200;transition:all ease-in-out .3s;text-decoration:none!important;display:flex;align-items:center}
.youtube-content a i{margin-left:10px;position:relative;transition:all ease-in-out .3s}
.youtube-content a:hover i{margin-left:20px}
.video-bg{width:100%;float:left;height:calc(100vh - 140px);overflow:hidden;position:relative;margin-bottom:80px}
.video-bg:before{content:"";position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.5);left:0;top:0;z-index:1}
.video-bg video{position:absolute;width:100%;top:0;z-index:0}
.video-content{width:100%;height:100%;position:relative;z-index:2;display:flex;align-items:center}
.video-content h3{color:#fff;font-size:40px;font-weight:300;font-family:Montserrat;width:50%;line-height:54px;margin-bottom:22px}
.video-content p{color:#fff;font-size:18px;line-height:30px;width:43%;font-weight:300;margin-bottom:30px}
.video-content a{font-size:18px;color:#fff;text-decoration:none!important;font-weight:300;font-family:Montserrat}
.video-content a i{margin-left:5px;transition:all ease-in-out .3s}
.video-content a:hover i{margin-left:15px}
.instagram-widget{width:100%;float:left;margin-bottom:100px;position:relative}
.center-title{width:100%;float:left;text-align:center;margin-bottom:50px}
.center-title h2{color:#1c1f2a;font-family:Montserrat;font-size:40px;font-weight:300;width:100%;float:left;margin-bottom:15px}
.center-title p{width:30%;left:35%;position:relative;color:#1c1f2a;font-weight:300}
.instagram-row{width:100%;float:left;box-sizing:border-box;padding:0 15px}
.instagram-row ul{display:flex;align-items:center;justify-content:center;width:100%}
.instagram-row ul li{width:20%;box-sizing:border-box;padding:0 15px;height:100%;float:left;display:block}
.instagram-row ul li a{width:100%;height:348px;background:#dee8ef;display:flex;float:left;align-items:center;justify-content:center;text-decoration:none!important;transition:all ease-in-out .3s}
.instagram-row ul li a:hover{background:#f7f7f7}
.instagram-row a i{color:#1c1f2a;font-size:56px;width:100%;float:left;text-align:center;margin-bottom:15px}
.instagram-row a span{width:100%;float:left;text-align:center;color:#1c1f2a;font-family:Montserrat;font-size:20px}
.instagram-row a strong{width:100%;float:left;text-align:center;font-size:20px;color:#1c1f2a;font-family:Montserrat}
.ebulten{width:100%;float:left;background:#dee8ef;padding:40px 0}
.bulten-content{width:40%;margin-right:10%;float:left}
.bulten-form{width:40%;float:left;margin-left:10%}
.bulten-content h3{font-family:Montserrat;font-weight:300;margin-bottom:15px;color:#1c1f2a}
.bulten-content p{color:#777;font-size:14px;width:77%}
.form-control{height:50px;border-radius:10px;font-size:12px;padding-left:25px}
.bulten-form ul li:nth-child(1){width:calc(100% - 160px);float:left;margin-right:10px}
.bulten-form button{width:100%;height:50px;border:none;background:#1c1f2a;border-radius:30px;color:#fff;font-family:Montserrat;font-size:12px;cursor:pointer;transition:all ease-in-out .3s}
.bulten-form button i{margin-right:5px}
.bulten-form ul li:nth-child(2){width:150px;float:left}
.bulten-form button:hover{background: #ad9a9a
}
.bulten-form label{font-size:12px;width:calc(100% - 30px);margin-left:10px;float:left;color:#1c1f2a}
.bulten-form input[type=checkbox]{float:left;position:relative;margin-top:2px;border:1px solid #eee!important;width:15px;height:15px;background:#fff}
.bulten-form ul li:nth-child(3){margin-top:10px;width:100%;float:left}
.bulten-form a{color:#1c1f2a;text-decoration:underline}
.footer{width:100%;float:left;background:#1c1f2a;padding-top:70px}
.footer .container{display:flex;justify-content:space-between}
.footer-col{max-width:20%}
.footer-logo{width:100%;float:left;margin-bottom:25px}
.footer-about{width:100%;float:left;margin-bottom:20px}
.footer-about p{color:#fff;font-size:14px;font-weight:300;line-height:23px;opacity:.7}
/*.footer-social{width:100%;float:left}*/
/*.footer-social a{color:#fff;font-size:14px;margin-right:10px;opacity:.5;transition:all ease-in-out .3s}*/
/*.footer-social a:hover{opacity:1}*/
/* Footer sosyal ikonlar - orijinal renk ve hover büyüme efekti */
.footer-social {
    width: 100%;
    float: left;
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 10px;
}

.footer-social a {
    font-size: 20px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0.85;
}

.footer-social a:hover {
    transform: scale(1.2);
    opacity: 1;
}

/* Sosyal medya platformlarına özgü renkler */
.footer-social a[href*="facebook"] i { color: #3b5998; }
.footer-social a[href*="instagram"] i { color: #e1306c; }
.footer-social a[href*="youtube"] i { color: #ff0000; }
.footer-social a[href*="twitter"] i { color: #1da1f2; }
.footer-col strong{font-size:16px;color:#fff;font-family:Montserrat;font-weight:500;position:relative;width:100%;float:left;margin-bottom:35px}
.footer-col strong:before{content:"";position:absolute;width:30px;height:1px;background:#fff;bottom:-10px}
.footer-col ul li{width:100%;float:left;margin-bottom:10px;font-size:14px;color:#fff;font-weight:300}
.footer-col ul li a{color:#fff;transition:all ease-in-out .3s;opacity:.7}
.footer-col ul li a:hover{opacity:1}
.footer-col:last-child ul li p,.footer-col:last-child ul li span{opacity:.7}
.footer-col:last-child ul li span{margin-right:5px;font-weight:600}
.copyright{width:100%;float:left;margin-top:50px;color:#fff;font-size:14px;text-align:center;padding:25px 0;border-top:1px solid rgba(255,255,255,.1)}
.copyright p{font-family:Montserrat;width:100%;float:left;font-weight:200}
.dropdown-shadow,.search-shadow{position:fixed;width:100%;height:calc(100vh - 140px);background:rgba(0,0,0,.5);z-index:3;left:0;bottom:0;display:none}
.menu{position:relative}
.dropdown-main-menu{position:absolute;z-index:4;background:#dee8ef;top:70px;border-radius:0 0 30px 30px;width:100%;overflow:hidden;display:none}
.dropdown-menu-sidebar{width:220px;float:left;background:#eff4f7}
.dropdown-menu-list{width:calc(100% - 220px);float:left;position:relative;height:350px}
.dropdown-menu-list-collection{width:calc(100% - 35px); position:relative; height:380px; min-height: 300px; padding-top: 20px; overflow-y:scroll}
.dropdown-menu-sidebar strong{width:100%;float:left;box-sizing:border-box;padding:15px 20px 10px;color:#1c1f2a}
.dropdown-menu-sidebar ul{width:100%;float:left;margin-bottom:15px}
.dropdown-menu-sidebar ul li{width:100%;float:left;margin:0;border-radius:0}
.dropdown-menu-sidebar ul li a{padding:6px 20px;position:relative;display:flex;align-items:center}
.dropdown-menu-sidebar ul li a i{position:absolute;right:20px;font-size:18px}
.dropdown-menu-sidebar ul li:before{display:none}
.dropdown-menu-sidebar ul li.active,.dropdown-menu-sidebar ul li:hover{background:#dee8ef}
.dropdown-menu-list-content {
    width: 100%;
    float: left;
    display: none;
    height: auto; /* Yüksekliği otomatik yapalım ki scrolla gerek kalmasın */
    overflow-y: visible; /* Taşmayı kaldırarak tüm metni gösterelim */
}

.dropdown-menu-list-content strong {
    width: 100%;
    float: left;
    padding: 15px 30px 10px;
    color: #1c1f2a;
}

.dropdown-menu-list-content ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 0; /* Liste alanı iç boşlukları sıfırlanır */
}

.dropdown-menu-list-content ul li {
    margin: 7px 0;
    width: 50%; /* İki sütun halinde dizilim için */
    box-sizing: border-box;
}

.dropdown-menu-list-content ul li a {
    padding: 0 30px;
    box-sizing: border-box;
    color: #777;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    white-space: normal; /* Metin satırını kesmeyi devre dışı bırakır */
}

.dropdown-menu-list-content ul li a:hover {
    color: #1c1f2a;
}

/* Kaydırma çubuğunu kaldırmak için */
::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-track{background-color:transparent}
::-webkit-scrollbar{width:5px;height:2px;background-color:transparent}
::-webkit-scrollbar-thumb{background-color:#b7c1c9}
.dropdown-menu-list-content ul li:nth-child(even) a{padding:0 20px}
.search-close{display:none;font-size:30px;cursor:pointer}
.search-row{display:none;width:100%;max-height:300px;background-color:#fff;position:absolute;z-index:4;top:140px;padding:0 0 30px}
.search-list{width:435px;margin:auto}
.search-list strong{font-size:12px;color:#939393;width:100%;margin-bottom:15px;float:left;font-weight:300}
.search-list ul li{margin-bottom:5px}
.search-list ul li a{color:#424242;font-size:14px}
.search-list ul li a:hover{color:#000}
.menu-btn,.mobile-menu{display:none}
.dark-banner{width:100%;float:left;padding:30px 0 50px;background:#1c1f2a}
.breadcrumb{padding:0;background:0 0}
.breadcrumb a,.breadcrumb span{margin-right:10px;color:#f3f3f3;font-size:14px;font-family:Montserrat;font-weight:300}
.half-title h1{color:#fff;text-transform:uppercase;font-size:24px;margin:15px 0}
.half-title p{color:#f3f3f3;line-height:24px;font-weight:300}
.half-title{width:65%}
.sirala button{background:#fff!important;color:#55565a!important;width:280px;height:60px;text-align:left;padding:0 30px;border:none;border-radius:30px;box-shadow:none!important;position:relative}
.sirala button:after{display:none!important}
.sirala button:before{content:"\f078";font-family:'Font Awesome 5 Pro';position:absolute;right:30px;font-size:20px;top:15px;transition:all ease-in-out .3s}
.sirala button.show:before{transform:rotate(180deg)}
.sirala button.show{border-bottom-left-radius:0;border-bottom-right-radius:0}
.sirala .dropdown-menu{border:none!important;width:350px;border-radius:0 0 30px 30px;top:-5px!important}
.sirala .dropdown-menu li a{padding:10px 30px;color:#55565a}
.gray-content{background-color:#f7f8fa;width:100%;float:left;padding:80px 0}
.filtrele-row{width:100%;float:left;margin-bottom:50px}
.filtrele-row .filtrele-button button{background:#fff;color:#777;font-size:14px;border:1px solid #eee;height:45px;padding:0 25px;border-radius:25px}
.filtrele-row .filtrele-button button:active{background:#fff!important;color:#777!important;box-shadow:none!important;border:none!important}
.filtrele-row .filtrele-button{float:left;margin-right:10px}
.filtrele-row .filtrele-button button.show{box-shadow:0 0 15px rgb(0 0 0 / 10%);outline:0!important;border-radius:25px 25px 0 0}
.filtrele-row .dropdown-menu{border:1px solid #eee;top:-3px!important;border-top:1px solid #fff;max-height:210px;overflow-y:scroll;box-shadow:0 15px 15px rgb(0 0 0 / 10%);border-radius:0 0 25px 25px;overflow-x:hidden}
.filtrele-row .dropdown-menu li a{font-size:14px;color:#777}
.renk-list{width:550px;box-sizing:border-box;text-align:center;padding:10px;float:left}
.renk-list li{width:20%;display:inline-block;margin:1.5%}
.renk-list button{padding:0!important;border:none!important;height:auto!important;border-radius:0}
.renk-list li button span{width:25px;height:25px;display:inline-block;border-radius:50%;margin-bottom:9px}
.renk-list li button strong{font-size:12px;line-height:13px;font-weight:500}
.check-list label{color:#777;font-size:14px;width:calc(100% - 25px)}
/* Checkbox stil ayarları */
input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: middle;
    appearance: none;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
}

input[type=checkbox]:checked {
    background-color: #1c1f2a;
    border-color: #1c1f2a;
}

input[type=checkbox]:checked::before {
    content: '\2713'; /* Check işareti */
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

/* yan yana checkbox stili */
.produkt-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Varsayılan olarak mobilde 2 kolon */
    gap: 20px; /* Checkbox'lar arasındaki boşluk */
}

/* Daha geniş ekranlarda (örneğin 768px ve üstü) satırda 4 checkbox olacak */
@media screen and (min-width: 768px) {
    .produkt-options {
        grid-template-columns: repeat(5, 1fr); /* 5 kolon olacak */

    }
}

.produkt-options label {
    display: flex;
    align-items: center;
    cursor: pointer; /* Tıklanabilirliği belirtir */
    /*display: inline-block;*/
    /*margin-right: 10px;*/
}

.produkt-options input[type="checkbox"] {
    margin-right: 10px; /* Checkbox ile metin arasındaki boşluk */
    transform: scale(1.2); /* Checkbox boyutunu büyüt */
}/* Fieldset tam genişlik ayarı */
/* Genel Fieldset Stil Ayarı */
fieldset {
    border: 2px solid #1c1f2a; /* Kenarlık */
    padding: 20px; /* İç boşluk */
    margin-bottom: 20px; /* Alt boşluk */
    border-radius: 10px; /* Yuvarlatılmış köşeler */
    background-color: #f9f9f9; /* Arka plan rengi */
    width: 100%; /* Tam genişlik */
    max-width: 100vw; /* Tarayıcı genişliğine tam uyum */
    box-sizing: border-box;
}

/* Legend Başlık Stil Ayarı */
legend {
    font-size: 1.5em; /* Daha büyük başlık */
    font-weight: bold; /* Kalın yazı */
    color: #1c1f2a; /* Yazı rengi */
    padding: 0 10px; /* Kenarlardan boşluk */
    margin-bottom: 10px;
    display: block;
}


/* Input, textarea ve select stili */
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
textarea,
select {
    width: 100%; /* Genişliği tam olarak kapla */
    padding: 10px; /* İç boşluk */
    margin-top: 10px; /* Üstten boşluk */
    margin-bottom: 20px; /* Alttan boşluk */
    border: 1px solid #ccc; /* Kenar çizgisi */
    border-radius: 5px; /* Yuvarlatılmış kenarlar */
    box-sizing: border-box; /* Taşmaları önle */
    font-size: 1em; /* Yazı boyutu */
}

/* Submit butonunun stili */
input[type="submit"] {
    background-color: #129641; /* Buton arka plan rengi */
    color: white; /* Yazı rengi */
    padding: 10px 20px; /* Buton iç boşlukları */
    border: none; /* Kenar çizgisi yok */
    border-radius: 5px; /* Buton köşe yuvarlatma */
    font-size: 1.1em;
    cursor: pointer; /* Mouse ikonu değişir */
    transition: background-color 0.3s ease; /* Hover animasyonu */
}

input[type="submit"]:hover {
    background-color: #e04a1c; /* Hover rengi */
}

/* Checkbox ve radio butonları stili */
input[type="checkbox"], input[type="radio"] {
    margin-right: 10px;
    transform: scale(1.2); /* Checkbox ve radio butonları biraz büyütülür */
}

/* Fieldset içerisindeki küçük açıklama yazısı */
small {
    font-size: 0.85em;
    color: #666;
}
/* KVKK açıklama metni */
.kvkk-label {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

.kvkk-label a {
    color: #0000ee; /* Link rengi */
    text-decoration: underline;
}

.kvkk-label a:hover {
    color: #1c1f2a;
}
.check-list input[type=checkbox]{width:20px;height:20px;border:1px solid #ccc;position:relative;margin-right:10px;margin-left:0;border-radius:4px;float:left}
.check-list li{box-sizing:border-box;padding:0 20px!important}
.check-list input[type=checkbox]:checked{background:#1c1f2a; border-color: #1c1f2a; color: white; }
.check-list{width:205px}
.mb-30{margin-bottom:30px}
.pagination{margin-top:30px}
.pagination a{color:#777;font-size:14px;box-shadow:none!important;outline:0!important}
.pagination a.active,.pagination a:hover{background-color:#ebf3ff;color:#1c1f2a}
.mobil-filtre-button,.mobil-filtrele-popup{display:none}
.gallery-thumbs{width:25%;float:left;height:630px}
/*.gallery-top{width:72%;float:left;border:1px solid #ebf3ff;box-sizing:border-box;border-radius:20px;height:630px;margin-left:3%!important}*/
@media (min-width: 768px) {
    .gallery-wrapper {
        display: flex;
        gap: 3%;
    }

    .gallery-thumbs {
        width: 25%;
        height: 630px;
        overflow-y: auto;
    }

    .gallery-top {
        width: 72%;
        height: 630px;
    }
}

@media (max-width: 767px) {
    .gallery-wrapper {
        display: block;
    }

    .gallery-thumbs,
    .gallery-top {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .paylas-bilgi-wrapper {
        flex-direction: column;
    }
    .paylas-menu ul {
        flex-direction: column;
        gap: 10px;
    }
}

/*.gallery-top .swiper-slide{box-sizing:border-box;padding:80px;display:flex;align-items:center;justify-content:center}*/
/*.gallery-top .swiper-slide img{max-height:100%}*/
.gallery-thumbs .swiper-slide{border:1px solid #ebf3ff;box-sizing:border-box;border-radius:20px;padding:20px;display:flex;align-items:center;justify-content:center}
.gallery-thumbs .swiper-slide img{max-height:100%;width:auto!important}
.urun-info-card{position:relative;overflow:hidden;width:100%;height:681px;background:#f8f8fa;border:1px solid #eee;box-sizing:border-box;border-radius:20px;padding:30px}
.cat-name{color:#9f9f9f;font-weight:300;font-size:18px;line-height:20px}
.action-btn button{width:35px;float:left;margin-right:5px;height:35px;background:0 0;border:none!important;color:#aaaaab;font-size:20px;display:flex;align-items:center;box-shadow:none!important;outline:0!important}
.favori-btn i{position:absolute}
.favori-btn i:nth-child(2){opacity:0}
.favori-btn.active i:nth-child(2){opacity:1;color:#ad9a9a}
.urun-info-card h1{color:#1c1f2a;font-size:24px;width:100%;margin:5px 0}
.urun-kod{color:#1c1f2a;font-weight:800;width:100%;margin-bottom:20px;float:left}
.urun-info-card p{color:#424242;width:100%;float:left;margin-bottom:30px}
.urun-info-card ul{width:100%;float:left;margin-bottom:20px}
.urun-info-card ul li{color:#424242;font-size:14px;padding:10px 0;border-bottom:1px solid #ccc}
.urun-info-card ul li strong{width:150px;float:left;font-weight:700}
.urun-info-card ul li span{font-weight:300}
.sepete-ekle{background:#1c1f2a;width:100%;height:60px;border-radius:30px;border:none;outline:0;box-shadow:none!important;color:#fff;cursor:pointer}
.sepete-ekle i{margin-right:10px}
.pasif-text{width:100%;float:left;margin-top:15px}
.pasif-text ul li{border:none;padding:3px 0;color:#424242;font-size:14px}
.pasif-text ul li i{margin-right:10px}
.zoomin{position:absolute;right:20px;top:20px;font-size:24px;color:#777;z-index:2}
.gallery-top .swiper-slide .easyzoom-flyout img{min-width:100%;max-width:none!important;min-height:100%;max-height:none!important}
.gallery-top .swiper-slide a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.gallery-thumbs .swiper-slide-active{border:1px solid #ccc}
.mt-30{margin-top:30px}
#urun-detay-tab li button{border-top-left-radius:20px;border-top-right-radius:20px;padding:15px 35px;font-size:14px;background:#fff;border-color:#ebf3ff;border-top:0;border-left:0;border-right:0;color:#6f6f6f;font-family:Montserrat;outline:0!important;box-shadow:none!important;-webkit-appearance:none;appearance:none}
#urun-detay-tab li button.active{border-top:1px solid #ebf3ff!important;border-left:1px solid #ebf3ff!important;border-right:1px solid #ebf3ff!important;border-bottom:0;color:#1c1f2a!important;font-weight:600}
#urun-detay-tab{border-bottom:1px solid #ebf3ff}
#urun-detay-tab-content .tab-pane{border:1px solid #ebf3ff;border-top:none;box-sizing:border-box;padding:30px 35px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;float:left;width:100%}
#urun-detay-tab-content .tab-pane p{color:#777;font-size:14px;line-height:24px;margin-bottom:20px}
#urun-detay-tab-content .tab-pane img{margin:20px 0}
#urun-detay-tab-content .tab-pane li{color:#777;font-size:14px;line-height:24px;margin-bottom:10px}
#urun-detay-tab-content .tab-pane ul{list-style:disc;margin-left:15px}
#urun-detay-tab-content .tab-pane ol{list-style:decimal;margin-left:15px;margin-bottom:20px}
#video iframe{width:100%;height:450px}
.katalog-row{width:calc(50% - 15px);float:left;border:1px solid #eee;border-radius:10px}
.katalog-img{width:25%;float:left;padding:15px;border-right:1px solid #eee;box-sizing:border-box}
.katalog-img img{margin:0!important}
.katalog-content{width:75%;float:left;box-sizing:border-box;padding:15px 15px 5px 15px}
.katalog-content strong{font-size:14px;width:100%;float:left}
.katalog-content span{font-size:14px;opacity:.7}
.katalog-buttons{width:75%;float:left;box-sizing:border-box;padding:0 15px;display:flex;align-items:center;justify-content:space-between}
.katalog-buttons a{font-size:12px;color:#777;border:1px solid #ccc;padding:10px 15px;border-radius:20px;display:block;margin:10px 0;text-align:center;width:48%;transition:all ease-in-out .3s;text-decoration:none!important}
.katalog-buttons a i{margin-right:5px}
.katalog-buttons a:hover{border:1px solid #1c1f2a;color:#1c1f2a}
.paylas-menu{border:1px solid #ebf3ff;width:100%;box-sizing:border-box;padding:30px 30px 20px 30px;border-radius:20px;float:left}
.paylas-menu strong{color:#424242;width:100%;float:left;text-align:center;margin-bottom:25px}
.paylas-menu ul li{width:100%;float:left;margin-bottom:10px}
.paylas-menu ul li a{width:100%;float:left;height:60px;background:#1c1f2a;border:1px solid #1c1f2a;border-radius:30px;color:#fff;display:flex;align-items:center;padding:0 50px;font-size:14px;text-decoration:none!important;transition:all ease-in-out .3s}
.paylas-menu ul li a i{width:20px;margin-right:10px;font-size:18px}
.paylas-menu ul li a:hover{background:#fff;color:#1f1c2a}
.light-banner .breadcrumb{margin:30px 0}
.light-banner .breadcrumb a,.light-banner .breadcrumb span{color:#717171}
.light-banner .breadcrumb span:last-child{color:#1c1f2a;font-weight:500}
.main-title{width:100%;float:left;margin-bottom:50px}
.main-title h1{font-family:Montserrat;font-weight:700;color:#1c1f2a;float:left}
/*bloglar ve içindekiler için css*/
/* style.css - güncellenmiş TOC responsive mobil uyumlu */

.about-content {
    color: #333333;
    font-weight: 300;
    margin-bottom: 80px;
}

.about-content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
}

.about-content em {
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    font-weight: 500;
}

.about-content em span {
    color: #777777;
}

.about-content ul,
.about-content ol {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 1.5rem;
}

.about-content ul li,
.about-content ol li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.about-content ul li::before {
    content: none !important;
}

@media (max-width: 640px) {
    .about-content ul li::before {
        content: none !important;
    }
}

.about-content ul li i.fas,
#toc-box li i.fas {
    margin-right: 6px;
    color: #0073e6;
    font-weight: bold;
}

.about-content h2,
.about-content h3,
.about-content h4 {
    line-height: 1.4;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* IMG */
.about-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* TABLE */
.about-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    overflow-x: auto;
    display: block;
}

.about-content table th,
.about-content table td {
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.about-content table thead {
    background-color: #f1f5f9;
    font-weight: 600;
}

.about-content table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}
.about-content table tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.about-content table tbody tr:hover {
    background-color: #eef6ff;
}

/* BLOCKQUOTE */
.about-content blockquote {
    border-left: 4px solid #007acc;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    font-style: italic;
    background-color: #f9f9f9;
    color: #333;
}

/* HR */
.about-content hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2rem 0;
}

/* ✅ TOC KUTUSU */
html {
    scroll-behavior: smooth;
}

#toc-box {
    position: relative;
    margin: 2rem 0;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fdfdfd;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    max-height: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

#toc-box.collapsed ul {
    display: none;
}

#toc-toggle {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #007acc;
    background: #ffffff;
    padding: 0.4rem 0.8rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: background 0.2s ease, color 0.2s ease;
}

#toc-toggle:hover {
    background: #f0f8ff;
    color: #005fa3;
}

@media (min-width: 1024px) {
    #toc-box {
        position: static;
    }
}

@media (max-width: 1023px) {
    #toc-box {
        position: relative !important;
        top: auto !important;
        z-index: 0 !important;
    }
}

#toc-box p {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

#toc-box ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#toc-box li {
    margin: 6px 0;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

#toc-box a {
    text-decoration: none;
    color: #007acc;
    transition: color 0.2s ease;
}

#toc-box a:hover {
    color: #005fa3;
    text-decoration: underline;
}

#toc-box a.active-toc-link {
    font-weight: 600;
    color: #d63384;
}
/* Özel blog görseli */
.blog-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.blog-img:hover {
    transform: scale(1.02);
}

/* about img */
.about-img img:nth-child(1) {
    width: 75%;
    float: right;
    border-radius: 15px;
}
.about-img img:nth-child(2) {
    width: 35%;
    float: left;
    border-radius: 15px;
    position: absolute;
    bottom: -75px;
    left: 50px;
    box-shadow: 10px 0 15px rgb(0 0 0 / 30%);
}
.about-img {
    position: relative;
    margin-bottom: 150px;
}
.col-lg-6.about-img {
    display: flex;
    flex-direction: column;
    align-items: center; /* Resim ve yazıyı dikey olarak ortala */
    gap: 1rem; /* Resim ve yazı arasına boşluk ekle */
}

.col-lg-6.about-img img {
    max-width: 100%; /* Resmin div'i taşmasını önle */
    height: auto; /* Resmin en boy oranını koru */
    border-radius: 10px; /* Daha modern bir görünüm için border-radius değerini azalt */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Resme hafif bir gölge ekle */
}

.col-lg-6.about-img p {
    text-align: center;
    line-height: 1.6; /* Satır yüksekliğini daha okunaklı hale getir */
    font-size: 1rem; /* Yazı boyutunu ayarla */
}
.mb-100{margin-bottom:100px}
.katalog-list{width:100%;float:left;margin-bottom:100px}
.katalog-list .title{width:100%;text-align:center;margin-bottom:80px}
.katalog-banners{width:100%;float:left}
.katalog-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    right: 20px;
    z-index: 5;
    background: rgba(255,255,255,0.85); /* Arka plan ekleyerek görünürlüğü artırır */
    padding: 20px;
    border-radius: 10px;
}

.katalog-banner-content h3 {
    color: #1c1f2a;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.katalog-banner-content a {
    border: 2px solid #db6320;
    padding: 10px 25px;
    display: inline-flex;
    font-size: 14px;
    color: #db6320;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.katalog-banner-content a i {
    margin-left: 10px;
    transition: margin 0.3s ease-in-out;
}

.katalog-banner-content a:hover {
    background: #db6320;
    color: #fff;
    border-color: #db6320;
}

.katalog-banner-content a:hover i {
    margin-left: 15px;
}

.katalog-col:nth-child(2) .katalog-banner-content{right:0}
.katalog-col{overflow:hidden;width:calc(50% - 50px);border:1px solid #ccc;border-radius:15px;padding:0}
.katalog-col:nth-child(1){box-sizing:border-box;margin-right:50px;position:relative}
.katalog-col:nth-child(2){box-sizing:border-box;margin-left:50px;position:relative}
.contact-box{margin-bottom:30px;position:relative;display:flex;align-items:center;padding-bottom:30px}
.contact-box i{width:60px;float:left;margin-bottom:15px;font-size:50px;color:#1c1f2a;height:50px;text-align:center;margin-right:30px}
.contact-box a,.contact-box span{color:#777;width:calc(100% - 90px);float:left}
.contact-form{width:100%;float:left;margin-top:80px}
.form-holder{width:70%;margin-left:15%;margin-top:50px;float:left;margin-bottom:80px}
.form-holder ul li{width:calc(50% - 20px);float:left;margin:10px}
.form-holder ul li:nth-child(5),.form-holder ul li:nth-child(6){width:calc(100% - 20px)}
textarea.form-control{height:150px;padding-top:15px}
.form-holder ul li:last-child{text-align:center}
.orange-btn{background:#ff6520;width:150px;height:50px;color:#fff;border-radius:30px;font-family:Montserrat;font-weight:600;font-size:14px;cursor:pointer;transition:all ease-in-out .3s;outline:0!important;box-shadow:none!important;-webkit-appearance:none;appearance:none}
.orange-btn:hover{background:#1c1f2a}
.map{width:100%;height:450px;float:left;position:relative}
.map *{width:100%;height:100%}
.map iframe{box-shadow:1px 4px 13px rgb(225 225 225);border-radius:15px;overflow:hidden}
.contact-box:before{width:80%;height:1px;background:#ebf3ff;content:"";position:absolute;bottom:0}
.contact-box:last-child:before{display:none}
.p0{padding:0!important}
.m0{margin:0!important}
.filter-tabs{float:right}
.filter-tabs button{border:1px solid #ccc;font-size:14px;margin-left:5px;border-radius:30px;padding:10px 25px;color:#777;outline:0!important;box-shadow:none!important}
.filter-tabs button.active{background:#ebf3ff;border:1px solid #ebf3ff;color:#1d202b}
.filterDiv{background:#f8f8fa;box-sizing:border-box;padding:30px;border-radius:20px;box-shadow:5px 5px 10px rgb(0 0 0 / 10%);margin-bottom:30px;width:100%;float:left;min-height:210px;display:none}
.show{display:block}
.sube-info{width:70%;float:left}
.sube-map{width:30%;float:left;padding-left:70px}
.sube-info strong{color:#1c1f2a;margin-bottom:5px;width:100%;float:left}
.sube-info p{font-weight:300;margin-bottom:10px}
.filterDiv ul li{float:left;margin-bottom:10px;margin-right:40px}
.filterDiv ul li i{width:35px;height:35px;background:#e7e8eb;border-radius:50%;color:#777;display:flex;align-items:center;justify-content:center;float:left;margin-right:10px}
.filterDiv ul li a{color:#777;line-height:35px;font-size:14px}
.filterDiv ul{width:100%;float:left;margin-top:15px}
.mb-80{margin-bottom:80px}
.uyelik-content{width:100%;float:left;background:#fff;box-sizing:border-box;padding:30px;border:1px solid #eee;border-radius:20px;box-shadow:0 0 10px rgba(0,0,0,.1)}
.giris-yap-col{border-right:1px solid #eee;padding-left:30px;padding-right:40px}
.uyelik-title{width:100%;float:left;margin-bottom:30px;text-align:center}
.uyelik-title h1,.uyelik-title h2{font-size:26px;margin-top:15px;color:#1c1f2a;font-family:Montserrat}
.uyelik-title h1 i,.uyelik-title h2 i{margin-right:10px}
.giris-yap-col ul{width:100%;float:left;margin-bottom:15px}
.giris-yap-col ul li{width:100%;float:left;margin-bottom:15px}
.giris-yap-col .input-group-text{width:50px;text-align:center;justify-content:center;background:#fff;border-top-left-radius:30px;border-bottom-left-radius:30px}
.form-control{box-shadow:none!important;outline:0!important}
.form-control:focus{border:1px solid #ced4da!important}
.btn-primary{background:#1c1f2a;width:100%;height:50px;border-radius:30px;border:none}
.parola-hatirla{width:100%;float:left;text-align:center}
.parola-hatirla a{font-size:14px;color:#1c1f2a;font-weight:600}
.line{width:100%;float:left;text-align:center;position:relative;margin-bottom:30px}
.line span{font-size:12px;color:#777;background:#fff;padding:10px 20px;position:relative}
.line:before{content:"";position:absolute;width:100%;height:1px;background:#eee;left:0;top:50%}
.form-check-input{appearance:auto;-webkit-appearance:auto}
.other-buttons{width:100%;float:left}
.other-buttons a{width:100%;float:left;display:flex;align-items:center;background:#000;height:50px;align-items:center;justify-content:center;font-size:14px;color:#fff;transition:all ease-in-out .3s;border-radius:30px}
.other-buttons a i{margin-right:10px}
a.facebook-giris{background:#4a6bb2;margin-bottom:10px}
a.facebook-giris:hover{background:#3b558e;text-decoration:none}
a.google-giris{background:#2096f3}
a.google-giris:hover{background:#0b7cd5;text-decoration:none}
.uye-ol-col{padding-right:30px;padding-left:40px}
.uye-ol-col ul li{width:100%;float:left;margin-bottom:15px}
.uye-ol-col .form-check-inline{align-items:start}
.uye-ol-col .form-check-inline label{font-size:12px;margin-left:5px;top:-2px;position:relative}
.projeler-head{width:100%;float:left;margin-bottom:50px;text-align:center}
.projeler-head h1{font-family:Montserrat;font-weight:700;margin-bottom:20px;color:#1c1f2a}
.projeler-head p{width:100%;float:left;margin-bottom:30px}
.projeler-head a{background:#ff6520;color:#fff;padding:15px 25px;display:inline-block;border-radius:30px;font-size:14px;transition:all ease-in-out .3s}
.projeler-head a i{margin-right:7px;font-size:18px}
.projeler-head a:hover{background:#de6d00;text-decoration:none}
.proje-col{width:100%;box-sizing:border-box;background:#fff;padding:20px;margin-bottom:30px;border:1px solid #eee;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:20px;min-height:510px}
.proje-col img{margin-bottom:15px}
.proje-col strong{font-size:18px;color:#55565a;margin-bottom:10px;width:100%;float:left}
.proje-col p{color:#55565a;font-size:14px;line-height:24px;font-weight:300}
#projeOlustur .modal-header{border-bottom:none}
#projeOlustur .modal-header h5{width:100%;text-align:center}
#projeOlustur .modal-footer{border-top:none;justify-content:center;padding-bottom:20px}
.btn-secondary{background:#ebf3ff;border:none;color:#55565a;padding:10px 30px;box-sizing:border-box;height:auto;border-radius:30px}
.btn-orange{background:#ff6520;border-radius:30px;padding:10px 25px;color:#fff}
#projeOlustur .modal-footer .btn{width:auto;padding:10px 20px;height:auto}
.btn-primary:hover{background-color:#ff6520}
.modal-content{border-radius:20px!important;overflow:hidden}
.btn-primary{outline:0!important;box-shadow:none!important}
.dark-menu{width:100%;float:left;padding:15px 0;background:#1c1f2a;display:flex;align-items:center;justify-content:center;text-align:center}
.dark-menu a{color:#fff;font-size:14px;padding:10px 25px;display:inline-block;border-radius:30px;text-decoration:none!important}
.dark-menu a.active{background:rgba(255,255,255,.2)}
.icon-title{display:flex;align-items:center}
.icon-title i{font-size:36px;margin-right:20px}
.icon-title h1{font-family:Montserrat;font-weight:700;letter-spacing:-1px;color:#1c1f2a;font-size:28px}
.btn-default{background:#ebf3ff;padding:15px 25px;border-radius:30px;color:#55565a;font-size:14px;font-weight:500;text-decoration:none!important;transition:all ease-in-out .3s;display:inline-block}
.btn-default i{margin-right:10px;font-size:18px}
.btn-default:hover{background:#1c1f2a;color:#fff}
.pt-80{padding-top:50px}
.project-list{width:100%;float:left;margin:15px 0;border:1px solid #eee;border-radius:20px;box-sizing:border-box;padding:25px 30px;transition:all ease-in-out .3s;text-decoration:none!important;box-shadow:1px 3px 10px rgb(0 0 0 / 10%)}
.project-product{width:calc(20% - 14px);height:100px;border:1px solid #eee;border-radius:15px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;margin:5px;float:right;background:#fff}
.project-product img{max-height:100%;max-width:100%}
.project-list:hover{background:#f3f4f6}
.project-list h2{color:#55565a;font-size:26px;margin-top:15px;margin-bottom:10px}
.project-list span{color:#777}
.projeList{padding:50px 0 100px}
.whislist-none{width:50%;margin:auto;margin-top:50px;margin-bottom:80px;text-align:center}
.whislist-none img{margin-bottom:20px}
.whislist-none strong{width:100%;float:left;text-align:center;font-size:20px;color:#55565a;margin-bottom:25px}
.whislist-none a{display:inline-block;padding:14px 30px;color:#fff;background:#1c1f2a;border-radius:30px;transition:all ease-in-out .3s;text-decoration:none!important}
.whislist-none a i{margin-right:10px}
.whislist-none a:hover{background:#ff6520}
.sepet-form{width:100%;float:left;margin-top:50px}
.sepet-form ul li:nth-child(1),.sepet-form ul li:nth-child(3){width:calc(50% - 10px);margin-right:10px}
.sepet-form ul li:nth-child(2),.sepet-form ul li:nth-child(4){width:calc(50% - 10px);margin-left:10px}
.sepet-form ul li{float:left;margin-bottom:20px;width:100%}
.sepet-box{width:95%;background:#fff;border:1px solid #eee;box-shadow:0 5px 10px rgba(0,0,0,.1);border-radius:20px;overflow:hidden;float:right;margin-top:50px}
.sepet-box-list{width:100%;float:left;border-bottom:1px solid #eee;display:flex;align-items:center}
.sepet-box-img{width:120px;float:left;height:120px;border:1px solid #eee;border-radius:15px;background:#fff;margin:15px;display:flex;overflow:hidden;align-items:center;justify-content:center}
.sepet-box-img img{max-height:95%;max-width:95%}
.sepet-box-content{width:calc(100% - 250px);float:left;box-sizing:border-box;padding-left:15px}
.sepet-box-adet{width:50px;float:left}
.adet-input{width:50px;height:30px;border:1px solid #ccc;border-radius:15px;text-align:center}
.sepet-box-close{width:50px;float:left;text-align:center;cursor:pointer}
.sepet-box-content strong{color:#1c1f2a}
.sepet-box-content p{color:#777;font-size:14px;margin-bottom:10px}
.sepet-box-content span{font-size:14px;font-weight:700;color:#ff6520}
.sepet-box-list:last-child{border-bottom:none}
.koleksiyonlar .category-slide-bg{border-radius:20px;overflow:hidden}
.projemeEkle .modal-dialog{max-width:700px}
.urun-modal-img{width:35%;display:flex;align-items:center;justify-content:center;padding:50px;float:left;box-sizing:border-box;height:100%}
.urun-modal-img img{max-width:100%;max-height:100%}
.projemeEkle .modal-body{width:65%;float:left;border-left:1px solid #ccc;box-sizing:border-box;padding:0;flex:auto}
.projemeEkle .modal-content{display:flex;align-items:center;justify-content:center;flex-direction:inherit}
.projemeEkle .modal-title{color:#1c1f2a;font-size:20px}
.projemeEkle .modal-title span{color:#ff6520}
.modal-icerik{width:100%;float:left;padding-bottom:20px;min-height:200px}
.whislist-row{width:100%;float:left;padding:10px 30px;transition:all ease-in-out .3s;display:flex;align-items:center;position:relative;margin:10px 0}
.whislist-row i{margin-right:10px;color:#ad9a9a}
.whislist-row button{float:right;position:absolute;right:30px;opacity:0;transition:all ease-in-out .3s}
.btn-kaydet{background:#1c1f2a;color:#fff!important;font-size:12px;cursor:pointer;outline:0!important;box-shadow:none!important}
.whislist-row:hover button{opacity:1}
.whislist-row:hover{background:#f7f8fa}
.proje-row{width:100%;float:left;margin-bottom:10px}
.proje-list-tab{width:100%;float:left;position:relative;display:flex;align-items:center;padding:10px 30px;cursor:pointer;transition:all ease-in-out .3s}
.proje-list-tab>i{margin-right:10px}
.projemeEkle .down{position:absolute;right:30px;top:11px;color:#424242}
.proje-list-tab.active,.proje-list-tab:hover{background:#f7f8fa}
.proje-list-tab-content{width:100%;float:left;position:relative;background:#f7f8fa;display:none}
.proje-list-tab-content ul li{width:100%;float:left;position:relative;padding-left:56px;box-sizing:border-box;display:flex;align-items:center;padding-right:30px}
.proje-list-tab-content ul li .btn{position:absolute;right:30px;opacity:0;transition:all ease-in-out .3s}
.proje-list-tab-content ul li span{font-size:14px;line-height:38px}
.proje-list-tab-content ul li:hover .btn{opacity:1}
.proje-list-tab-content ul li:hover{background:#eaeaeb}
button.btn-close{background:no-repeat;border:none;box-shadow:none;outline:0}
.projemeEkle .input-group-text{border-radius:30px 0 0 30px;background:#fff;border-right:0;padding-right:0;font-size:18px;padding-left:20px}
.projemeEkle .form-control{padding-left:10px;border-left:0}
.projemeEkle .form-control:focus{border-left:none!important}
.paylasModal .modal-dialog{max-width:350px}
.paylasModal .modal-body{padding:0}
.paylasModal ul li a{color:#313131;text-decoration:none!important;padding:1.5rem 2rem 1rem;display:block;width:100%;float:left;border-bottom:1px solid #e4e5e7}
.paylasModal ul li a i{width:30px;color:#9e9e9e;transition:all ease-in-out .3s}
.paylasModal ul li a:hover{background:#f7f8fa}
.paylasModal ul li a:hover i{color:#000}
.pt-50{padding-top:50px}
.proje-head{padding-bottom:50px;border-bottom:1px solid #ccc;margin-bottom:50px}
.btn-black{width:auto;padding:10px 20px;background:#1c1f2a;color:#fff!important;text-decoration:none!important;font-size:14px;border-radius:30px;min-height:50px;display:inline-flex;align-items:center;transition:all ease-in-out .3s;border:none}
.btn-black i{margin-right:7px}
.btn-white{background:#fff;min-height:50px;padding:0 20px;font-size:18px;outline:0!important;box-shadow:none!important;border:1px solid #ccc;border-radius:30px;color:#777;cursor:pointer;transition:all ease-in-out .3s}
.mr-10{margin-right:10px}
.ml-10{margin-left:10px}
.btn-white:hover{background:#f3f4f6}
.btn-black:hover{background:#ff6720}
.dropdown-menu{border-radius:10px}
.proje-ekle-btn{background:#fff;border:1px solid #ccc;padding:0 30px;border-radius:30px;height:50px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;color:#777!important;transition:all ease-in-out .3s;text-decoration:none!important}
.proje-ekle-btn i{margin-right:8px;font-size:16px}
.proje-ekle-btn:hover{background:#f3f4f6}
.project-actions .btn-white{font-size:14px;width:200px;float:right;margin-left:15px}
.project-actions .form-control{width:200px;float:right}
.project-actions{margin-bottom:30px}
.project-actions .dropdown-menu{width:200px;border-radius:30px;overflow:hidden}
.project-actions .dropdown-item{color:#777;font-size:14px;padding:8px 20px;text-align:center}
.tum-projeler{width:100%;float:left;height:50px;background:#1c1f2a;border-radius:30px;color:#fff!important;display:inline-flex;align-items:center;box-sizing:border-box;padding:0 30px;text-decoration:none!important;margin-bottom:15px}
.project-sidebar strong{width:100%;float:left;font-size:14px;margin:10px 0}
.project-sidebar ul li{width:100%;float:left;margin-bottom:10px}
.project-sidebar ul li a{width:100%;height:50px;background:#fff;display:flex;align-items:center;border:1px solid #dee0e3;border-radius:30px;color:#777;font-size:14px;box-sizing:border-box;padding:0 30px;text-decoration:none!important;transition:all ease-in-out .3s}
.project-sidebar ul{margin-bottom:15px;display:inline-block;width:100%}
.project-sidebar .form-control{margin-bottom:15px;display:none}
.grup-ekle{background:0 0;border:none!important;font-size:14px;color:#414141;cursor:pointer;outline:0!important}
.grup-ekle i{margin-right:5px}
.grup-ekle:hover{color:#000}
.project-sidebar ul li a i{margin-right:15px}
.project-sidebar ul li a:hover{background:#ebf3ff}
.urun-card-action button{width:40px;height:40px;border-radius:30px;border:1px solid #e3e4e7;background:#ebf3ff;font-size:14px;color:#1c1f2a}
.mb-50{margin-bottom:50px}
.profil-sidebar .list-group a i{width:35px}
.profil-sidebar .list-group{border-radius:20px}
.profil-form li{width:calc(50% - 10px);float:left;margin-bottom:25px;margin-right:10px}
.profil-form li:nth-child(even){margin-left:10px;margin-right:0}
.profil-form li label{font-size:14px;margin-bottom:7px;margin-left:25px;color:#1c1f2a}





/* Radio ve Checkbox Kutusu */
.radio-container, .checkbox-options label {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Metinleri sola hizala */
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: auto; /* Radio butonlarının tam genişlik kaplamasını engelle */
    gap: 10px; /* Metin ve buton arasındaki boşluk */
}

/* Custom radio button ve checkbox görünümü */
.radio-container input[type="radio"], .checkbox-options input[type="checkbox"] {
    position: relative;
    margin-right: 10px; /* Radyo butonu ile metin arasındaki boşluk */
    cursor: pointer;
}

.radio-container .checkmark, .checkbox-options .checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid #ccc;
}

/* Radio veya checkbox seçildiğinde görsel değişiklik */
.radio-container input:checked ~ .checkmark, .checkbox-options input:checked ~ .checkmark {
    background-color: #1c1f2a;
    border-color: #1c1f2a;
}

/* Seçili olduğunda içteki küçük daire */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .checkmark:after, .checkbox-options input:checked ~ .checkmark:after {
    display: block;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Üzerine gelindiğinde arka plan rengi */
.radio-container:hover input ~ .checkmark, .checkbox-options:hover input ~ .checkmark {
    background-color: #ccc;
}

/* Ürün Seçenekleri */
.produkt-options, .markise-options, .antrieb-options, .wasserablauf-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Checkbox'lar veya radio'lar arasında boşluk */
}

/* Checkbox ve Radio buton etiketleri */
.produkt-options label, .markise-options label, .antrieb-options label, .wasserablauf-options label {
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: flex-start; /* Yazıları sola yasla */
    text-align: left; /* Ekstra güvenlik için */
}



/* Seçenekler için kutu */
.checkbox-options, .radio-options {
    display: flex;
    flex-wrap: wrap; /* Satır kaydırma sağlar */
    gap: 20px; /* Her seçenek arasında boşluk */
    padding: 10px 0; /* Seçenekler etrafındaki boşluk */
}

/* Hover efekti */
.checkbox-options label:hover, .radio-options label:hover {
    background-color: #e0e0e0;
}

/* Seçili olduğunda renk değişimi */
input[type="radio"]:checked + span, input[type="checkbox"]:checked + span {
    background-color: #1c1f2a;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
}


#whatsapp-chat img {
    transition: transform 0.3s ease-in-out;
}

#whatsapp-chat img:hover {
    transform: scale(1.1);
}

#phone-chat img {
    transition: transform 0.3s ease-in-out;
}
#phone-chat img:hover {
    transform: scale(1.1);
}

/* Kart genel stili */
/* Genel ayarlar */
.custom-card {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/* Ana görsel */
.custom-card-img-main-wrapper,
.custom-card-img-sketch-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out;
}

.custom-card-img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Sketch görsel */
.custom-card-img-sketch-wrapper {
    opacity: 0; /* Sketch varsayılan olarak görünmez */
    pointer-events: none;
}

.custom-card-img-sketch {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Hover sırasında sketch görünür olur */
.custom-card:hover .custom-card-img-sketch-wrapper {
    opacity: 1;
}

.custom-card:hover .custom-card-img-main-wrapper {
    opacity: 0; /* Ana görsel hover sırasında gizlenir */
}

/* Adım Adım Form Genel Yapısı */
.form-holder { /* Bu class zaten olabilir, ona ekleme yapabilirsiniz */
    max-width: 100%; /* Formun maksimum genişliği, isteğe bağlı */
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9; /* Form arka planı */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.form-step {
    display: none; /* Başlangıçta tüm adımları gizle */
    padding: 20px; /* Adım içi boşluk */
    border: 1px solid #e0e0e0; /* Adım kenarlığı */
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff; /* Adım arka planı */
}

.form-step.active-step {
    display: block; /* Aktif adımı göster */
}

/* Adım İlerleme Göstergesi */
#step-indicator-container {
    margin-bottom: 25px;
}

#step-indicator-container .step-indicator {
    padding: 10px 15px;
    border-radius: 25px; /* Daha yuvarlak */
    background-color: #e9ecef;
    color: #495057;
    font-size: 0.9em;
    text-align: center;
    flex-grow: 1;
    margin: 0 3px;
    border: 1px solid #ced4da;
    transition: all 0.3s ease;
}

#step-indicator-container .step-indicator.active {
    background-color: #007bff; /* Bootstrap primary veya kendi ana renginiz */
    color: white;
    font-weight: bold;
    border-color: #0056b3;
}

#step-indicator-container .step-indicator.completed {
    background-color: #28a745; /* Bootstrap success veya kendi tamamlanma renginiz */
    color: white;
    border-color: #1e7e34;
}

#progress-bar { /* Bootstrap .progress-bar class'ı ile uyumlu */
    transition: width 0.4s ease;
}

/* Form Butonları (İleri/Geri/Gönder) */
.form-buttons {
    margin-top: 25px;
    display: flex;
    justify-content: space-between; /* Butonları iki uca yasla */
}

.form-buttons .btn { /* Bootstrap .btn class'ı veya kendi buton class'ınız */
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
}
.form-buttons .prev-step {
    background-color: #6c757d; /* Bootstrap secondary */
    color: white;
    border: none;
}
.form-buttons .prev-step:hover {
    background-color: #5a6268;
}
.form-buttons .next-step {
    background-color: #007bff; /* Bootstrap primary */
    color: white;
    border: none;
}
.form-buttons .next-step:hover {
    background-color: #0056b3;
}
.form-buttons .orange-btn, /* Mevcut .orange-btn class'ınız varsa */
.form-buttons input[type="submit"] {
    background-color: #fd7e14; /* Bootstrap orange veya kendi turuncu renginiz */
    color: white;
    border: none;
}
.form-buttons .orange-btn:hover,
.form-buttons input[type="submit"]:hover {
    background-color: #e36d0c;
}


/* Hata Mesajları (JavaScript ile eklenenler için) */
.step-validation-error {
    font-size: 0.875em;
    color: #dc3545; /* Bootstrap danger rengi */
    margin-top: .25rem;
    display: block; /* Her zaman görünür olsun */
}
input.is-invalid, select.is-invalid, textarea.is-invalid { /* Bootstrap .is-invalid class'ı */
    border-color: #dc3545 !important; /* Bootstrap danger rengi ile kenarlık */
}





.produkt-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Desktop için 3 sütun */
    gap: 15px;
    max-width: 600px; /* Maksimum genişlik belirleme */
    margin: 0 auto;
}

/* Select kutusunu şık hale getirme */
.produkt-options select {
    width: 100%;
    padding: 12px;
    font-size: 1.1em;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    appearance: none; /* Tarayıcı varsayılan stilini kaldır */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.produkt-options select:hover,
.produkt-options select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Mobil görünümde sütunları 2'ye düşürme */
@media (max-width: 768px) {
    .produkt-options {
        grid-template-columns: repeat(1, 1fr); /* Mobilde 2 sütun */
    }
}



/* Eindeckung Seçenekleri */
/* Eindeckung seçeneklerini esnek bir grid sisteminde düzenle */
.eindeckung-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Desktop için 2 sütun */
    gap: 15px; /* Her bir seçenek arasında boşluk */
    width: 100%; /* Tam genişlik */
    max-width: 100vw; /* Tarayıcı genişliği kadar olacak */
    padding: 10px;
    box-sizing: border-box;
}

/* Mobilde 1 sütun olacak */
@media (max-width: 768px) {
    .eindeckung-options {
        grid-template-columns: repeat(1, 1fr); /* Mobilde 1 sütun */
    }
}

/* Gestellfarbe seçeneklerini tam genişlikte ve 7 sütun şeklinde düzenle */
.gestellfarbe-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* 7 sütunu sığacak şekilde otomatik ayarla */
    gap: 20px; /* Öğeler arasındaki boşluk */
    justify-items: center; /* Öğeleri düzgün hizala */
    align-items: center;
    width: 100%; /* Tam genişlik */
    max-width: 100%; /* Fieldset sınırlarını aşmaması için */
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto; /* İçeriği ortala */
}

/* Mobilde 2 sütun olacak ve resimler büyüyecek */
@media (max-width: 768px) {
    .gestellfarbe-options {
        grid-template-columns: repeat(2, minmax(120px, 1fr)); /* Mobilde 2 sütun */
        gap: 15px;
    }
}

/* Seçeneklerin Görünümü */
.gestellfarbe-options label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

/* Radio Butonları Gizle */
.gestellfarbe-options input[type="radio"] {
    display: none;
}

/* Renk Seçeneklerinin Görünümü */
.gestellfarbe-options img {
    width: 120px; /* Mobilde ve desktopta daha büyük resimler */
    height: 120px;
    border: 2px solid transparent;
    border-radius: 9px;
    transition: border-color 0.3s ease;
    max-width: 100%;
}

/* Seçili Olanın Çerçevesini Turuncu Yap */
.gestellfarbe-options input[type="radio"]:checked + img {
    border-color: #129641;
}

/* SADECE fieldset içindeki li elemanlarının altındaki label'ları sola yasla */
fieldset li label {
    display: block; /* Label'ı blok hale getirerek tam genişlik almasını sağlar */
    text-align: left; /* Sola hizalama */
    margin-bottom: 5px; /* Input ile arasında boşluk bırak */
    font-weight: 500; /* Daha okunaklı bir görünüm için */
}

.box-bordered {
    border-top: 2px solid #ccc;
    padding-top: 10px;
}


@media (max-width: 768px) {
    .populer-slider {
        overflow-x: hidden;
    }
    .swiper-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

 .lg-close {
     color: white !important;
     background-color: rgba(0, 0, 0, 0.6);
     padding: 10px;
     border-radius: 50%;
     font-size: 24px;
     right: 16px !important;
     top: 16px !important;
     z-index: 9999;
 }

@media (max-width: 768px) {
    .lg-close::after {
        content: "X"; /* X + yazı */
        color: white !important;
        font-size: 18px;
        padding-left: 8px;
    }
}
.rich-text {
    font-size: 16px;
    line-height: 2em;
    color: #333;
}

.rich-text h2,
.rich-text h3,
.rich-text h4 {
    font-weight: 700;
    margin: 1.5em 0 0.5em;
    color: #1c1f2a;
}

.rich-text h2 {
    font-size: 24px;
}

.rich-text h3 {
    font-size: 20px;
}

.rich-text h4 {
    font-size: 18px;
}

.rich-text p {
    margin-bottom: 1em;
}

.rich-text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.5em;
}

/* Liste stilleri */
.rich-text ul {
    list-style: none !important; /* Bu satıra !important eklenmeli */
    padding-left: 1.5em;
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.rich-text ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.5em;
}

.rich-text ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #28a745;
    position: absolute;
    left: 0;
    top: 0.1em;
}

.responsive-img {
    width: 50%;
    height: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 1.5em;
}

.rich-text img {
    max-width: 100%;
    height: auto;
}

/* RAL code images grid */
.rich-text .ral-codes {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 1em;
}

.rich-text .ral-codes img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/*popup ile igili */
.popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.popup-modal-content {
    position: relative;
    margin: 5% auto;
    padding: 0;
    max-width: 600px;
    width: 90%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    animation: fadeIn 0.4s ease;
}

.popup-modal-content img {
    display: block;
    width: 100%;
    height: auto;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.carousel-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.carousel-inner a {
    display: none;
    width: 100%;
    text-align: center;
}

.carousel-img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .carousel-img {
        max-height: 60vh;
    }
}


/* === Ana Kategori İçerik Kutusu Stil === */

.ana-kategori {
    font-family: "Inter", system-ui, sans-serif;
    color: #222;
    line-height: 1.9;
    font-size: 16px;
    padding: 1rem;
    background: #fff;
}

.ana-kategori h2 {
    font-size: 21px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.ana-kategori h3 {
    font-size: 19px;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
    color: #333;
}

.ana-kategori p {
    margin-bottom: 1rem;
    color: #444;
}

/* Responsive Scrollable Zebra Table */
.ana-kategori table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    display: block;
}

.ana-kategori th,
.ana-kategori td {
    padding: 0.75rem;
    border: 1px solid #ccc;
    text-align: left;
}

.ana-kategori tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.ana-kategori tbody tr:hover {
    background-color: #f1f1f1;
}

/* Liste stilini otomatik uygula: sağa ok işareti */
.ana-kategori ul {
    list-style: none;
    padding-left: 0;
}

.ana-kategori ul li::before {
    content: "\2192"; /* → sağa ok işareti */
    color: #2c7a7b;
    font-weight: bold;
    margin-right: 0.5rem;
}

.ana-kategori ul li {
    margin-bottom: 0.6rem;
    font-weight: 500;
}

/* Responsive destek */
@media (max-width: 600px) {
    .ana-kategori h2 {
        font-size: 21px;
    }

    .ana-kategori h3 {
        font-size: 19px;
    }

    .ana-kategori table,
    .ana-kategori thead,
    .ana-kategori tbody,
    .ana-kategori th,
    .ana-kategori td,
    .ana-kategori tr {
        display: block;
        width: 100%;
    }

    .ana-kategori td {
        padding: 0.5rem;
        border: none;
        border-bottom: 1px solid #eee;
    }
}
/* Özelleştirilebilecek temel stiller */
#cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.9); /* %90 Transparan Siyah */
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

#cookie-consent p {
    margin: 0 0 10px;
}

/* Buton stilleri */
.cookie-button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

/* Kabul butonu */
#accept-cookies {
    background-color: #4CAF50;
}

#accept-cookies:hover {
    background-color: #388E3C;
}

/* Ayarları değiştir butonu */
#adjust-cookies {
    background-color: #1976D2;
}

#adjust-cookies:hover {
    background-color: #1565C0;
}

/* Daha fazla bilgi butonu */
#learn-more {
    background-color: #FFC107;
    color: #333;
}

#learn-more:hover {
    background-color: #FFA000;
}

/* Cookie ayarları paneli */
#cookie-settings {
    display: none;
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #333;
    color: #fff;
    padding: 25px;
    border-radius: 8px;
    max-width: 90%;
    width: 400px;
    z-index: 1001;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-size: 14px;
}

/* Panel içi seçenek alanı */
.cookie-option {
    margin: 15px 0;
    line-height: 1.5;
}

/* Toggle butonları */
.toggle-button {
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.toggle-on {
    background-color: #4CAF50;
    color: #fff;
}

.toggle-off {
    background-color: #F44336;
    color: #fff;
}

/* Cookie ayarlarını kaydet butonu */
#save-settings {
    background-color: #4CAF50;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#save-settings:hover {
    background-color: #388E3C;
}

/* Panel kapalı iken görünüm */
.hidden {
    display: none;
}



.m-active {
    color:#ff6363 !important;
}
.basket-count {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -12px;
    right: -13px;
    display: flex;
    background: red;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 8px;
    color: white;
}
.filter-button {
    width: 100%;
    float: left;
    height: 60px;
    background: #1c1f2a !important;
    border: 1px solid #1c1f2a;
    border-radius: 30px;
    color: #fff !important;
    display: flex;
    align-items: center;
    padding: 0 50px;
    font-size: 14px;
    text-decoration: none!important;
    transition: all ease-in-out .3s;
}
/*popup style*/
.popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 80vh;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
.popup-modal-content {
    background: #fff;
    margin: 5% auto;
    padding: 10px;
    width: 95vw;          /* ekranın %95’i kadar genişlik */
    max-width: 600px;     /* çok büyük ekranlarda sınır koyduk */
    position: relative;
    border-radius: 8px;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
}
.carousel-inner {
    position: relative;
    /*width: 100%;*/
    min-height: 400px;
    height: 100%;
    overflow: hidden;
}
.carousel-img {
    width: 100%;
    display: none;
    border-radius: 6px;
    max-height: 60vh;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 768px) {
    .popup-modal-content {
        height: 80vh;
    }
    .carousel-img {
        max-height: 80vh;
    }
}

.step-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.step-nav .step-button {
    flex: 1;
    text-align: center;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 20px;
    margin: 0 4px;
    font-size: 14px;
    padding: 10px 6px;
    min-width: 90px;
    white-space: nowrap;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.step-nav .step-button.active {
    background-color: #007bff;
    color: #fff;
}

/* navigation buttons */
.step-nav-button {
    padding: 10px 24px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}

.step-nav-button.next-step {
    background-color: #007bff;
    color: #fff;
}

.step-nav-button.prev-step {
    background-color: #6c757d;
    color: #fff;
}

.step-nav-button:hover {
    opacity: 0.9;
    transform: scale(1.03);
}

.step-buttons-container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 20px;
}


@media (max-width: 768px) {
    .step-buttons-container {
        justify-content: center;
    }
    .step-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* IE 10+ */
    }
    .step-nav::-webkit-scrollbar {
        display: none;
    }
    .step-button {
        flex: 0 0 auto;
        margin: 0 4px;
    }
}

.step-nav-button {
    padding: 10px 24px;
    min-width: 140px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.step-nav-button i {
    font-size: 16px;
    margin: 0 6px;
}

.step-nav-button.next-step {
    background-color: #007bff;
    color: #fff;
}

.step-nav-button.prev-step {
    background-color: #6c757d;
    color: #fff;
}

.form-step {
    display: none;
}
.form-step.active-step {
    display: block;
}

.step-indicator.active {
    font-weight: bold;
    color: #007bff;
}

.produkt-selection {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    justify-items: center;
    margin-top: 1rem;
}
.produkt-option {
    width: 100%;
    max-width: 160px;
}

.produkt-option {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    text-align: center;
}

.produkt-option img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: border 0.3s;
}

.produkt-option input:checked + img {
    border-color: #007bff;
}

.produkt-option span {
    display: block;
    margin-top: 5px;
    font-weight: 500;
}

/* style.css'e ekle */
input[type="range"] {
    width: 100%;
    height: 8px;
    appearance: none;
    background: #ddd;
    border-radius: 4px;
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
}
/* style.css'e ekle */
input[type="number"] {
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 6px;
    border: 2px solid #ccc;
    background-color: #f8f9fa;
    transition: border 0.3s ease;
    width: 120px;
    margin: 10px 0;
}

input[type="number"]:focus {
    border-color: #007bff;
    background-color: #fff;
    outline: none;
}
.step-image {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}

.input-highlight {
    background-color: #f3f7ff; /* daha belirgin zemin */
    border: 1px solid #007bff;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 16px;
    width: 100%;
    max-width: 220px;
}

.step-image {
    width: 200px;
    height: auto;
    margin-top: 10px;
}
.form-step h4 {
    text-align: center;
    margin-bottom: 1rem;
}

.guide-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.range-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    max-width: 300px;
}

.range-value {
    font-weight: bold;
    font-size: 18px;
}

.step-image {
    width: 200px;
    height: auto;
    margin-bottom: 0.5rem;
}

.number-input-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.number-input-group button {
    border: 2px solid #333;
    background-color: #fff;
    padding: 4px 10px;
    font-size: 20px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .guide-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .form-step h4 {
        font-size: 1.75rem;
    }
}

.dach-option-item {
    display: inline-block;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}
.dach-option-item.active {
    border: 2px solid #007bff;
    border-radius: 8px;
}
.dach-option-item img {
    width: 120px;
    height: 120px;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: 0.3s;
}

.dach-option-item input:checked + img {
    border: 3px solid #007bff;
    border-radius: 8px;
}

.dach-option-item.active img {
    border: 3px solid #007bff;
    border-radius: 8px;
}

.dach-option-item img:hover {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

.dach-option-item span {
    display: block;
    margin-top: 5px;
    font-weight: 500;
}


 .toggle-group {
     display: flex;
     justify-content: center;
     gap: 2rem;
     margin-bottom: 1.5rem;
 }

.toggle-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 1rem 2rem;
    border: 2px solid #ccc;
    border-radius: 1.5rem;
    transition: all 0.2s ease;
}

.toggle-option input[type="radio"] {
    display: none;
}

.toggle-option input[type="radio"]:checked + span,
.toggle-option input[type="radio"]:checked ~ span {
    font-weight: bold;
    color: #fff;
    background-color: #0d6efd;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
}

.color-options {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
.color-swatch {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    width: 80px;
    text-align: center;
}
.color-swatch input {
    display: none;
}
.color-swatch span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-bottom: 0.5rem;
}
/* Review step grid layout */
#review-step .review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.review-item {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.review-item strong {
    display: block;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

/* --- FLIEGENGITTER KONFIGURATOR'A ÖZGÜ STİLLER (Benzersiz Ön Ek ile) --- */

/* Formun ana kapsayıcısı */
.fgk-form-holder {
    max-width: 800px; /* Merkezdeki formun maksimum genişliği */
    margin: 50px auto; /* Üstten ve alttan boşluk, yatayda ortalama */
    padding: 30px;
    border-radius: 8px; /* Form-holder'ın kendisi için yuvarlak köşeler */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Form-holder'ın gölgesi */
    background-color: #fff; /* Form-holder'ın arka planı */
    border: none; /* form-holder'ın kendi kenarlığını kaldırıyoruz */
}

/* İlerleme Çubuğu */
.fgk-form-holder .progress {
    margin-bottom: 30px;
}

.fgk-form-holder .progress-bar {
    transition: width 0.4s ease;
}

/* Adım Navigasyon Butonları */
.fgk-form-holder .fgk-step-nav {
    display: flex !important; /* Flexbox kullanımını zorla */
    justify-content: flex-start !important; /* Butonları sola yasla */
    margin-bottom: 30px !important; /* Margin değerini zorla */
    flex-wrap: nowrap !important; /* Alt alta inmeyi kesinlikle engelle */

    overflow-x: auto !important; /* Yatay kaydırmayı kesinlikle aktif et */
    white-space: nowrap !important; /* Butonların aynı satırda kalmasını kesinlikle sağla */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 10px !important; /* Padding'i zorla */
    padding-right: 20px !important; /* Sağ boşluğu zorla */
}

.fgk-form-holder .fgk-step-nav::-webkit-scrollbar {
    display: none !important; /* Kaydırma çubuğunu kesinlikle gizle */
}

.fgk-form-holder .fgk-step-button {
    flex-shrink: 0 !important;
    min-width: 100px !important;
    max-width: 150px !important;
    width: 140px !important; /* Sabit piksel genişliğini zorla */
    padding: 8px 10px !important;
    margin: 5px 3px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 0.85rem !important;
}

.fgk-form-holder .fgk-step-button.active {
    background-color: #007bff !important;
    color: #fff !important;
    border-color: #007bff !important;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.2) !important;
}

.fgk-form-holder .fgk-step-button.disabled-step-nav {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

/* Form Adımları */
.fgk-form-holder .fgk-form-step {
    display: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
}

.fgk-form-holder .fgk-form-step.active-step {
    display: block;
}

/* Adım başlıkları */
.fgk-form-holder .fgk-form-step h4 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #1c1f2a;
    font-size: 1.75rem;
    font-weight: 600;
}

/* Fieldset Stili */
.fgk-form-holder fieldset {
    border: 2px solid #1c1f2a;
    padding: 20px;
    margin-bottom: 0;
    border-radius: 10px;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Legend Başlık Stili */
.fgk-form-holder fieldset legend {
    font-size: 1.5em;
    font-weight: bold;
    color: #1c1f2a;
    padding: 0 10px;
    margin-bottom: 10px;
    display: block;
}


/* Typ Seçimi (1. Adım) ve Renk Seçimi (5. Adım) için Resimli Radio Butonlar */

/* Typ Seçimi (1. Adım) ve Renk Seçimi (5. Adım) için Resimli Radio Butonlar */
.fgk-form-holder .fgk-option-grid-images {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fgk-form-holder .fgk-option-box-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
    background-color: #f0f0f0;
    /* Mobilde tam genişlik */
    flex: 1 1 100%;
    max-width: 100%;
    overflow: hidden;
    aspect-ratio: 3/2;
}

.fgk-form-holder .fgk-option-box-image input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Resim mobil - Tüm alanı kapsasın */
.fgk-form-holder .fgk-option-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 6px;
    border: none;
    max-width: 100%;
    flex-shrink: 0;
}

/* Kategori adı - Resmin üzerine ortala */
.fgk-form-holder .fgk-option-box-image span {
    display: flex; /* Gizli olan display:none kaldırıldı */
    position: absolute;
    bottom: 0; /* Alt kısma sabitle */
    left: 0;
    width: 100%;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.6); /* Yarı şeffaf siyah arka plan */
    color: #ffffff; /* Beyaz yazı */
    font-weight: bold;
    font-size: 1.1rem;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
    z-index: 2;
}

/* Seçili olduğunda bandın rengini değiştir (Opsiyonel) */
.fgk-form-holder .fgk-option-box-image.active span {
    background: rgba(0, 123, 255, 0.85); /* Aktif durumda mavi tonu */
}

/* Resimlerin üzerine yazı geleceği için biraz karartma ekleyebiliriz (Hover efekti) */
.fgk-form-holder .fgk-option-box-image:hover img {
    filter: brightness(0.8);
}

.fgk-form-holder .fgk-option-box-image.active {
    border-color: #007bff;
    background-color: transparent;
    box-shadow: 0 0 0 3px #007bff, inset 0 0 0 2px #fff;
}

.fgk-form-holder .fgk-option-box-image.active img {
    border-color: transparent;
    filter: brightness(1.05);
}

/* Tablet için 2 sütun */
@media (min-width: 576px) {
    .fgk-form-holder .fgk-option-box-image {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
        padding: 0;
        aspect-ratio: 3/2;
    }

    .fgk-form-holder .fgk-option-box-image img {
        height: 100%;
    }
}

/* Desktop için: İlk satırda 2, sonraki satırda 3 adet */
@media (min-width: 992px) {
    .fgk-form-holder .fgk-option-grid-images {
        flex-wrap: wrap;
        gap: 20px;
        max-width: 100%;
        padding: 0 20px;
        justify-content: center;
        align-content: flex-start;
    }

    /* İlk satırda 2 adet (1. ve 2. item) - Daha büyük */
    .fgk-form-holder .fgk-option-box-image:nth-child(-n+2) {
        flex: 0 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
        padding: 0;
        aspect-ratio: 16/9;
        border-radius: 10px;
    }

    /* Diğer satırlarda 3 adet (3. item ve sonrası) */
    .fgk-form-holder .fgk-option-box-image:nth-child(n+3) {
        flex: 0 1 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
        padding: 0;
        aspect-ratio: 4/3;
        border-radius: 8px;
    }

    .fgk-form-holder .fgk-option-box-image img {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        flex-shrink: 0;
        object-fit: cover;
    }
}

/* Çok büyük ekranlar için (1400px+) */
@media (min-width: 1400px) {
    .fgk-form-holder .fgk-option-grid-images {
        gap: 24px;
        padding: 0 30px;
    }

    /* İlk satırda 2 adet (daha büyük) */
    .fgk-form-holder .fgk-option-box-image:nth-child(-n+2) {
        flex: 0 1 calc(50% - 24px);
        max-width: calc(50% - 24px);
        padding: 0;
        aspect-ratio: 16/9;
        border-radius: 10px;
    }

    /* Diğer satırlarda 3 adet */
    .fgk-form-holder .fgk-option-box-image:nth-child(n+3) {
        flex: 0 1 calc(33.333% - 24px);
        max-width: calc(33.333% - 24px);
        padding: 0;
        aspect-ratio: 4/3;
        border-radius: 8px;
    }

    .fgk-form-holder .fgk-option-box-image img {
        height: 100%;
    }
}





/* Slider Wrapper (Breite ve Tiefe adımları için) */
.fgk-form-holder .fgk-slider-wrap {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* Slider (Range Input) */
.fgk-form-holder .fgk-slider-wrap input[type="range"] {
    width: 100%;
    height: 8px;
    appearance: none;
    background: #ddd;
    border-radius: 4px;
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fgk-form-holder .fgk-slider-wrap input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}

.fgk-form-holder .fgk-slider-wrap input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
}

/* Slider Değer Göstergesi */
.fgk-form-holder .fgk-slider-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
}

/* input-highlight sınıfı için stil (Manuel input) */
.fgk-form-holder .fgk-input-highlight {
    background-color: #f3f7ff;
    border: 1px solid #007bff;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 16px;
    width: 100%;
    max-width: 220px;
    text-align: center;
    margin: 0;
}
.fgk-form-holder .fgk-input-highlight:focus {
    border-color: #0056b3 !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    background-color: #fff;
}
/* Görsel eklenen adımlardaki resimler için */
.fgk-form-holder .fgk-step-image {
    display: block;
    margin: 10px auto 20px auto;
    max-width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Yeni Eklenen: Guide Wrapper (Resim ve Slider/Input grubunu sarmalar) */
.fgk-form-holder .fgk-guide-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

/* Yeni Eklenen: Range Wrapper (Slider ve Number Input grubunu sarmalar) */
.fgk-form-holder .fgk-range-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 300px;
}

/* Yeni Eklenen: Number Input Group (Input ve Artırma/Azaltma butonlarını sarmalar) */
.fgk-form-holder .fgk-number-input-group {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.fgk-form-holder .fgk-number-input-group button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s;
    line-height: 1;
}
.fgk-form-holder .fgk-number-input-group button:hover {
    background-color: #0056b3;
}


/* Radio Seçenekleri Grupları (Kanat Sayısı ve Renk için) */
.fgk-form-holder .fgk-radio-options-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Mobil için varsayılan */
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.fgk-form-holder .fgk-radio-option-box {
    background-color: #f0f0f0;
    border: 2px solid #ddd;
    padding: 10px 20px;
    min-width: 100px;
    justify-content: center;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.fgk-form-holder .fgk-radio-option-box input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.fgk-form-holder .fgk-radio-option-box span:not(.fgk-custom-radio-checkmark) {
    font-weight: 600;
    color: #343a40;
}

/* Custom Radio Checkmark */
.fgk-form-holder .fgk-custom-radio-checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #eee;
    transition: all 0.2s ease;
}

.fgk-form-holder .fgk-radio-option-box input[type="radio"]:checked ~ .fgk-custom-radio-checkmark {
    background-color: #007bff;
    border-color: #007bff;
}

.fgk-form-holder .fgk-radio-option-box input[type="radio"]:checked ~ .fgk-custom-radio-checkmark:after {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.fgk-form-holder .fgk-radio-option-box.active {
    background-color: #007bff;
    border-color: #007bff;
}
.fgk-form-holder .fgk-radio-option-box.active span:not(.fgk-custom-radio-checkmark) {
    color: #fff;
}

/* Desktop için fgk-radio-options-group (3 sütun) */
@media (min-width: 768px) {
    .fgk-form-holder .fgk-radio-options-group {
        grid-template-columns: repeat(3, 1fr); /* Desktop'ta 3 eşit sütun */
        gap: 20px;
    }
}
/* Mobil için fgk-radio-options-group (2 sütun) */
@media (max-width: 767px) {
    .fgk-form-holder .fgk-radio-options-group {
        grid-template-columns: repeat(2, 1fr); /* Mobil'de 2 eşit sütun */
        gap: 10px;
    }
    .fgk-form-holder .fgk-radio-option-box {
        min-width: unset; /* Daha küçük cihazlarda min-width'i kaldır */
        padding: 8px 15px; /* Daha az padding */
        font-size: 0.9em;
    }
}


/* Checkbox Grubu (Şu anki HTML'de kullanılmıyor ama uyumluluk için bırakıldı) */
/* Eğer bu formda checkbox kullanacaksanız, bunlara da fgk- ön eki eklenmeli ve ilgili HTML'i güncellenmelidir. */
/* .fgk-form-holder .checkbox-options { ... } */
/* .fgk-form-holder .checkbox-options label { ... } */
/* .fgk-form-holder .checkbox-options label input[type="checkbox"] { ... } */
/* .fgk-form-holder .checkbox-options label .checkmark { ... } */


/* Özet Listesi */
.fgk-form-holder .fgk-summary-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.fgk-form-holder .fgk-summary-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    font-size: 1.1rem;
    color: #343a40;
}

.fgk-form-holder .fgk-summary-list li:last-child {
    border-bottom: none;
}

.fgk-form-holder .fgk-summary-list strong {
    display: inline-block;
    min-width: 120px;
    color: #007bff;
}

/* Form Navigasyon Butonları (İleri/Geri) */
.fgk-form-holder .fgk-form-nav {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

/* Form içindeki li etiketleri için */
.fgk-form-holder fieldset > ul > li {
    margin-bottom: 15px;
}
.fgk-form-holder fieldset > ul > li:last-child {
    margin-bottom: 0;
}
/* Fieldset Legend için boşluk */
.fgk-form-holder fieldset legend {
    margin-bottom: 20px;
}

/* Input, textarea ve select stili */
.fgk-form-holder input[type="text"],
.fgk-form-holder input[type="email"],
.fgk-form-holder input[type="date"],
.fgk-form-holder input[type="tel"],
.fgk-form-holder input[type="number"],
.fgk-form-holder textarea,
.fgk-form-holder select.form-control {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1rem;
    box-shadow: none !important;
    outline: 0 !important;
}
.fgk-form-holder input[type="text"]:focus,
.fgk-form-holder input[type="email"]:focus,
.fgk-form-holder input[type="date"]:focus,
.fgk-form-holder input[type="tel"]:focus,
.fgk-form-holder input[type="number"]:focus,
.fgk-form-holder textarea:focus,
.fgk-form-holder select.form-control:focus {
    border-color: #007bff !important;
}

/* KVKK Checkbox stili */
.fgk-form-holder .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    box-shadow: none;
}
.fgk-form-holder .form-check-input:checked {
    background-color: #1c1f2a;
    border-color: #1c1f2a;
}
.fgk-form-holder .form-check-input:checked::before {
    content: '\2713';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 1px;
    color: white;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.fgk-form-holder .form-check-label a {
    color: #007bff;
    text-decoration: none;
}
.fgk-form-holder .form-check-label a:hover {
    text-decoration: underline;
}

/* Submit butonu stili */
.fgk-form-holder button[type="submit"] {
    background-color: #129641;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.fgk-form-holder button[type="submit"]:hover {
    background-color: #e04a1c;
}

/* Bootstrap butonları için ekstra güvenlik (genel butonlara spesifiklik kazandırıldı) */
.fgk-form-holder .btn-primary,
.fgk-form-holder .btn-secondary,
.fgk-form-holder .btn-success {
    box-shadow: none !important;
    outline: 0 !important;
}

.farbe-swatch:hover {
    transform: scale(1.1);
}

.farbe-swatch-label.active .farbe-swatch {
    border: 3px solid #007bff;
}

/* ===== MOBILE OPTIMIZATION FOR STICKY NAVIGATION ===== */

@media (max-width: 767.98px) {
    .fgk-form-holder {
        padding-bottom: 120px;
    }

    .fgk-form-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.12);
        padding: 15px 20px;
        z-index: 1050;
        border-top: 1px solid #e9ecef;
        margin-top: 0;
        display: flex;
        gap: 10px;
        border-radius: 0;
    }

    .fgk-form-nav .btn {
        flex: 1;
        padding: 14px 20px;
        font-size: 1.05rem;
        font-weight: 600;
        min-height: 50px;
        border-radius: 8px;
        transition: all 0.3s ease;
        white-space: nowrap;
        border: none;
    }

    .fgk-form-nav .fgk-prev-step {
        background-color: #e9ecef;
        color: #212529;
        flex: 0.8;
    }

    .fgk-form-nav .fgk-prev-step:active {
        background-color: #d9dedf;
    }

    .fgk-form-nav .fgk-next-step {
        background-color: #007bff;
        color: white;
        flex: 1.2;
    }

    .fgk-form-nav .fgk-next-step:active {
        background-color: #0056b3;
    }

    /* Prevent button text from breaking */
    .fgk-form-nav .btn span {
        display: block;
    }
}

/* Extra small devices */
@media (max-width: 575.98px) {
    .fgk-form-nav {
        padding: 10px 12px;
    }

    .fgk-form-nav .btn {
        padding: 12px 15px;
        font-size: 0.95rem;
        min-height: 48px;
    }

    .fgk-form-holder {
        padding-bottom: 110px;
    }
}

/* ===== DESKTOP OPTIMIZATION ===== */

@media (min-width: 768px) {
    .fgk-form-holder {
        padding-bottom: 0;
    }

    .fgk-form-nav {
        position: static;
        background-color: transparent;
        box-shadow: none;
        padding: 30px 0;
        margin-top: 30px;
        border-top: 1px solid #e9ecef;
        gap: 15px;
    }

    .fgk-form-nav .btn {
        min-height: auto;
        padding: 12px 30px;
    }
}

/* ===== SMOOTH TRANSITIONS ===== */

.fgk-form-step {
    transition: opacity 0.3s ease;
}

.fgk-form-step.active-step {
    opacity: 1;
}

/* ===== IMPROVE OPTION BOXES FOR TOUCH ===== */

@media (max-width: 767.98px) {
    .fgk-option-box-image,
    .fgk-radio-option-box {
        min-height: 60px;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .fgk-option-box-image:active,
    .fgk-radio-option-box:active {
        transform: scale(0.98);
    }

    .fgk-option-box-image label,
    .fgk-radio-option-box label {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

/* ===== ALERT BOX POSITIONING ===== */

#fgk-step-alert {
    position: relative;
    z-index: 1040;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    #fgk-step-alert {
        margin-bottom: 10px;
    }
}

/* Mobil görünüm için form container minimum yükseklik */

@media (max-width: 991px) {
    /* Form container minimum yükseklik */
    .fgk-form-container {
        min-height: calc(100vh - 180px);
        display: flex;
        flex-direction: column;
    }

    /* Form step alanları */
    .fgk-form-step {
        min-height: calc(100vh - 280px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        z-index: 1;
    }

    /* Step navigation - normal flow */
    .fgk-step-nav {
        background: white;
        padding: 10px 0;
        margin-bottom: 15px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Alt padding form için */
    form {
        padding-bottom: 80px;
    }

    /* Sabit butonlar */
    .fgk-mobile-sticky-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        padding: 12px 15px;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        z-index: 50;
    }
}
/* --- GENEL GÖRSEL SEÇİM STİLLERİ --- */

/* Fieldset boşluğunu azaltma (Başlığa yakınlaşmak için) */
.fgk-form-step fieldset {
    padding-top: 0;
    margin-top: -15px;
}

/* Grid Tanımı */
.fgk-option-grid-images {
    display: grid;
    gap: 15px;
    margin-top: 15px;
}

/* 2 Sütunlu Grid Tanımı (Özellikle Befestigung için) */
.fgk-grid-2-col {
    /* Mobilde dahi en az 120px genişlik, esnek 1fr */
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

/* Resimli Seçim Kutusu (Label) */
.fgk-option-box-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* Resmi ve yazıyı dikeyde ayır */
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid #ddd;
    transition: all 0.2s ease-in-out;
    position: relative;

    /* Kapsayıcıyı zorla kare yapma: */
    height: auto;
    aspect-ratio: 1 / 1;
    min-height: 120px; /* Mobil için minimum boyut */
}

/* Resmi Sıkıştırmadan ve Kapsayıcıyı Dolduracak Şekilde Ortala */
.fgk-option-box-image img.full-visible-img {
    /* Resim için esnek bir alan tanımla */
    flex-grow: 1;
    flex-shrink: 0;

    /* Resmin kendisi */
    width: 100%;
    max-height: 80%; /* Kapsayıcının %80'ini kullanarak yazıyla çakışmasını engelle */
    height: auto;
    object-fit: contain; /* EN ÖNEMLİ KURAL: Resmi kesmeden/sıkıştırmadan sığdır */
    margin: 5px 0; /* Üstten ve alttan boşluk ver */
}


/* Vurgu (Active State) */
.fgk-option-box-image:hover {
    border-color: #007bff;
}

.fgk-option-box-image.active {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    background-color: #f0f8ff;
}

.konfig-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px !important;
    min-height: 350px;
}
.konfig-card:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}
.konfig-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.img-link img {
    opacity: 0.9;
}
.img-link img:hover {
    opacity: 1;
}
/* Mobile'da WhatsApp'ın daha düzgün görünmesi için, eğer Bootstrap 5 kullanılıyorsa g-col-12 gibi yapılarla daha iyi kontrol edilebilir. */
/* Eğer eski Bootstrap kullanılıyorsa, flex-wrap veya d-flex ile kontrol edilir. */
@media (max-width: 767px) {
    .wa-numbers-compact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wa-numbers-compact span, .wa-numbers-compact a {
        margin: 3px 0;
    }
}
.referenz-category-block {
    margin-top: 80px; /* Her kategori arasında dikey boşluk */
}
.img-link {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    text-decoration: none;
}
.img-wrapper {
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.referenz-img {
    width: 100%;
    height: 150px;
    object-fit: cover; /* Resmi kutuyu dolduracak şekilde büyütür */
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.95;
    display: block;
}
.img-link:hover .referenz-img {
    transform: scale(1.1);
    opacity: 1;
}

/* Kartların ve Görselin stili */
.konfig-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px !important;
    min-height: 350px;
}
.konfig-card:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}
.konfig-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
/* Ana Kapsayıcı ve Boşluk Ayarları */
.konfig-products {
    margin: 0 -10px; /* Kenar taşmalarını dengeler */
}
/* Ana Kart Yapısı ve Overlay Stilleri */
.konfig-card-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px !important;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    height: 100%;
    cursor: pointer;
    background: #fff;
    /* Kartlar arasındaki ayrımı vurgulamak için gölgeyi yumuşatın */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
.konfig-card-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
}
.konfig-image-box {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 en boy oranı */
    overflow: hidden;
    border-radius: 10px;
}
.konfig-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.konfig-card-link:hover .konfig-image {
    transform: scale(1.05);
}

/* Overlay Stilleri */
.konfig-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    /* Başlangıçta hafif görünür, hover'da daha belirginleşir */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    color: white;
    transition: background 0.3s ease-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.konfig-card-link:hover .konfig-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
}

.overlay-title {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
    display: none;
}
.overlay-cta {
    margin: 20px 20px 80px;
    font-size: 0.9em;
    color: #fff;
    opacity: 0.9;
}

/* WhatsApp Tek Satır Mobil Uyum */
.wa-numbers-compact {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wa-numbers-compact > div {
    margin: 5px 15px;
}

@media (max-width: 576px) {
    .wa-numbers-compact {
        flex-direction: column;
        align-items: center;
    }
    .overlay-cta {
        margin: 20px 20px 40px;
        font-size: 0.6em;
        color: #fff;
        opacity: 0.9;
    }
    .konfig-products.g-3 {
        --bs-gutter-x: 15px; /* Mobilde yan boşluğu artırır */
        --bs-gutter-y: 15px; /* Mobilde alt boşluğu artırır */
    }

    .overlay-title {
        font-size: 0.95rem;
    }

    .konfig-overlay {
        padding: 15px 10px;
    }
}
/* Gerçek inputları gizle ama erişilebilir tut */
.fgk-radio-option-box input[type="radio"],
.fgk-radio-option-box input[type="checkbox"],
.fgk-option-box-image input[type="radio"],
.fgk-option-box-image input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Seçenek kutuları için genel stil */
.fgk-radio-option-box, .fgk-option-box-image {
    display: block;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
    user-select: none;
    margin-bottom: 10px;
}

/* Üzerine gelince (Hover) */
.fgk-radio-option-box:hover, .fgk-option-box-image:hover {
    border-color: #007bff;
    background-color: #f0f7ff;
}

/* Seçili durum (Active) */
.fgk-radio-option-box.active, .fgk-option-box-image.active {
    background-color: #007bff !important;
    border-color: #0056b3 !important;
    color: #ffffff !important;
}

/* Seçili olduğunda içindeki metni beyaz yap */
.fgk-radio-option-box.active span,
.fgk-radio-option-box.active label,
.fgk-option-box-image.active span {
    color: #ffffff !important;
}

/* Eski simgeleri tamamen kaldır */
.fgk-custom-radio-checkmark, .fgk-radio-option-box input + span::before {
    display: none !important;
}

/* Tuchfarbe (Renk) inputu için tam genişlik */
.full-width-input {
    width: 100% !important;
    padding: 15px;
    font-size: 1.1rem;
}

/* --- Sadece Bölgesel Tanıtım Bölümleri İçin Özel İyileştirmeler --- */
.home-region-section {
    padding: 80px 0;
}

.home-region-section .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.home-region-section .section-title a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.home-region-section .section-title a:hover {
    color: #0056b3;
}

.home-region-section .lead-text {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.home-region-section .check-list p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.home-region-section .check-list i {
    margin-right: 12px;
    margin-top: 5px;
    font-size: 1.2rem;
}

/* Görsel İyileştirmesi: Büyük, net ve sabit oranlı */
.home-region-section .large-img-wrapper {
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.home-region-section .large-img-wrapper img {
    width: 100%;
    height: 450px; /* Masaüstü için görkemli yükseklik */
    object-fit: cover; /* Resmi bozmadan alanı doldurur */
    transition: transform 0.5s ease;
}

.home-region-section .large-img-wrapper:hover img {
    transform: scale(1.05);
}

.home-region-section .section-divider {
    border: 0;
    height: 1px;
    background: #eee;
    margin: 40px 0;
}

/* Mobil ve Tablet Düzenlemeleri */
@media (max-width: 991px) {
    .home-region-section {
        padding: 50px 0;
    }
    .home-region-section .large-img-wrapper img {
        height: 350px; /* Mobil cihazlar için optimize edilmiş yükseklik */
    }
    .home-region-section .section-title {
        font-size: 1.8rem;
    }
}

/* Google Reviews Slider Tasarım İyileştirmesi */

.google-reviews-section {
    background-color: #fdfdfd;
    padding: 60px 0;
}

.review-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.review-stars i {
    color: #FFC107;
    font-size: 16px;
}

.review-google-logo {
    margin-left: auto;
    width: 20px;
    height: 20px;
    min-width: 20px;
    flex-shrink: 0;
}

.review-text {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 25px;
    flex-grow: 1;
    font-style: normal;
    font-weight: 400;
}

.review-user-info {
    display: flex;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
}

.review-avatar {
    width: 48px;
    height: 48px;
    background: #1a4388;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
    text-transform: uppercase;
    flex-shrink: 0;
}

.review-details h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.review-details span {
    font-size: 12px;
    color: #a0aec0;
    margin-top: 4px;
    display: block;
}

/* Swiper Pagination Dot İyileştirmesi */
.reviewSlider .swiper-pagination-bullet {
    background: #cbd5e0;
    opacity: 1;
}

.reviewSlider .swiper-pagination-bullet-active {
    background: #4299e1;
}

.google-reviews-section .d-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

/* ============================================ */
/* MOBİL OPTİMİZASYON */
/* ============================================ */

@media (max-width: 768px) {
    .google-reviews-section {
        padding: 40px 0;
    }

    .review-card {
        padding: 25px;
        min-height: 350px;
    }

    .review-text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        max-height: 120px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .review-stars i {
        font-size: 14px;
    }

    .review-avatar {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }

    .review-details h4 {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .google-reviews-section {
        padding: 30px 0;
    }

    .google-reviews-section h2 {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }

    .google-reviews-section .d-flex {
        flex-direction: column;
        gap: 10px;
    }

    .review-card {
        padding: 20px;
        min-height: 320px;
        margin: 0 10px;
    }

    .review-text {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px;
        max-height: 100px;
        -webkit-line-clamp: 5;
    }

    .review-stars i {
        font-size: 13px;
    }

    .review-avatar {
        width: 40px;
        height: 40px;
        font-size: 12px;
        margin-right: 12px;
    }

    .review-details h4 {
        font-size: 13px;
    }

    .review-details span {
        font-size: 11px;
    }

    .google-review-button {
        font-size: 14px;
        padding: 10px 20px !important;
    }

    /* Swiper'ı mobilde daha kompakt yap */
    .swiper-container {
        padding: 0;
    }

    .swiper-pagination {
        bottom: -30px !important;
    }


}

/* ============================================ */
/* TRUST BAR - RESPONSIVE DESIGN */
/* ============================================ */

.trust-bar-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    padding: 40px 20px;
    margin: 50px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.trust-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Separatör */
.trust-separator {
    width: 1px;
    height: 80px;
    background: #cbd5e0;
    display: none;
}

@media (min-width: 992px) {
    .trust-separator {
        display: block;
    }
}

/* Trust Items */
.trust-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
}

.trust-item p {
    margin: 0;
    padding: 0;
}

/* Rating Item */
.trust-item-rating {
    gap: 8px;
    min-width: 130px;
}

.trust-item-rating .stars {
    font-size: 28px;
    letter-spacing: 2px;
    display: block;
}

.trust-item-rating .number {
    font-weight: 700;
    font-size: 18px;
    color: #1a202c;
    line-height: 1;
    display: block;
}

.trust-item-rating .label {
    font-size: 12px;
    color: #718096;
    margin-top: 4px;
    display: block;
}

/* Count Item */
.trust-item-count {
    gap: 4px;
    min-width: 130px;
}

.trust-item-count .number {
    font-weight: 700;
    font-size: 22px;
    color: #1a202c;
    display: block;
}

.trust-item-count .label {
    font-size: 12px;
    color: #718096;
    display: block;
}

/* Features Grid */
.trust-items-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 350px;
}

.trust-feature {
    text-align: center;
    white-space: nowrap;
}

.trust-feature p {
    font-weight: 600;
    font-size: 14px;
    color: #1a202c;
    margin: 0;
}

/* ============================================ */
/* TABLET - 1024px ve altı */
/* ============================================ */

@media (max-width: 1024px) {
    .trust-bar-content {
        gap: 30px;
    }

    .trust-item-rating .stars {
        font-size: 26px;
    }

    .trust-item-rating .number {
        font-size: 17px;
    }

    .trust-items-grid {
        gap: 25px;
        min-width: 300px;
    }

    .trust-feature p {
        font-size: 13px;
    }
}

/* ============================================ */
/* TABLET - 768px */
/* ============================================ */

@media (max-width: 768px) {
    .trust-bar-section {
        padding: 30px 15px;
        margin: 30px 0;
    }

    .trust-bar-content {
        flex-direction: column;
        gap: 25px;
    }

    .trust-separator {
        display: none !important;
    }

    .trust-item {
        width: 100%;
    }

    .trust-item-rating .stars {
        font-size: 24px;
    }

    .trust-item-rating .number {
        font-size: 16px;
    }

    .trust-item-count .number {
        font-size: 20px;
    }

    .trust-items-grid {
        width: 100%;
        gap: 20px;
        min-width: unset;
    }

    .trust-feature {
        flex: 1 1 auto;
        min-width: 150px;
    }

    .trust-feature p {
        font-size: 13px;
    }
}

/* ============================================ */
/* MOBILE - 576px ve altı */
/* ============================================ */

@media (max-width: 576px) {
    .trust-bar-section {
        padding: 25px 12px;
        margin: 20px 0;
    }

    .trust-bar-content {
        gap: 20px;
    }

    .trust-item-rating .stars {
        font-size: 22px;
    }

    .trust-item-rating .number {
        font-size: 15px;
    }

    .trust-item-rating .label {
        font-size: 11px;
    }

    .trust-item-count .number {
        font-size: 18px;
    }

    .trust-item-count .label {
        font-size: 11px;
    }

    .trust-items-grid {
        gap: 15px;
    }

    .trust-feature {
        min-width: 140px;
        flex: 0 1 auto;
    }

    .trust-feature p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .trust-bar-content {
        gap: 18px;
    }

    .trust-item-rating .stars {
        font-size: 20px;
    }

    .trust-item-rating .number {
        font-size: 14px;
    }

    .trust-item-count .number {
        font-size: 16px;
    }

    .trust-items-grid {
        gap: 12px;
    }

    .trust-feature {
        min-width: 130px;
    }

    .trust-feature p {
        font-size: 11px;
    }
}




.katalog-kampanya-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

/* Kart Genel Yapısı */
.promo-card, .catalog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Resim Kutuları - Yükseklik İyileştirmesi */
.promo-image-box, .catalog-image-box {
    position: relative;
    width: 100%;
    /* Masaüstü için minimum yükseklik */
    min-height: 600px;
    overflow: hidden;
}

.main-promo-img, .catalog-main-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* Resmin kutuyu doldurmasını ve kesilmemesini sağlar */
    object-fit: cover;
    /* Resmin üst/orta kısmına odaklanır */
    object-position: center top;
    transition: transform 0.5s ease;
}

.catalog-card:hover .catalog-main-img,
.promo-card:hover .main-promo-img {
    transform: scale(1.05);
}

/* Kampanya Rozeti */
.promo-badge-float, .catalog-badge-float {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e30613;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    z-index: 2;
    text-transform: uppercase;
}

/* İçerik Alanları */
.promo-body, .catalog-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.promo-body h3, .catalog-body h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

/* İkonlu Liste */
.promo-features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.promo-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.promo-features i {
    color: #28a745; /* Yeşil tonu */
}

/* Butonlar */
.catalog-action-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto; /* Butonları en alta sabitler */
}

.btn-custom {
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    transition: 0.3s;
    font-size: 0.9rem;
}

.btn-navy {
    background: #1a4388;
    color: #fff !important;
}

.btn-outline {
    border: 2px solid #1a4388;
    color: #1a4388 !important;
}

/* Mobil Düzenleme */
@media (max-width: 767px) {
    .promo-image-box, .catalog-image-box {
        /* Mobilde ekranı çok kaplamaması için biraz daha az yükseklik */
        min-height: 450px;
    }

    .catalog-action-btns {
        grid-template-columns: 1fr; /* Mobilde butonlar alt alta */
    }

    .promo-body h3, .catalog-body h3 {
        font-size: 1.3rem;
    }
}

.fgk-arrows{
    display:flex;              /* aynı satır */
    gap:12px;                  /* aralarındaki boşluk */
    justify-content:center;    /* ortala (istersen space-between yap) */
    align-items:center;
    flex-wrap:nowrap;          /* alt satıra düşmesin */
}

.fgk-no-image-card{
    min-height: 160px;
    border: 2px dashed #cfcfcf;
    border-radius: 12px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding: 18px;
    width:100%;
}




.fgk-arrows{
    display:flex;              /* aynı satır */
    gap:12px;                  /* aralarındaki boşluk */
    justify-content:center;    /* ortala (istersen space-between yap) */
    align-items:center;
    flex-wrap:nowrap;          /* alt satıra düşmesin */
}