@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:35px;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{margin-right:30px}
.user-action a{color:#777;font-size:12px;margin:0 10px;transition:all ease-in-out .3s}
.user-action a:hover{color:#424242}
.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:#0071ff}
.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;}
.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{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:#0071ff;opacity:.1}
.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:#0071ff; font-size:30px;font-weight:200;letter-spacing:1px;display:inline-block; padding: 5px 10px;}
.slider-title{width:100%;float:left;margin-bottom:50px;overflow:hidden;display:none}
.slider-title strong{color:#0071ff;font-size:100px;line-height:120px;font-weight:200;letter-spacing:10px;display:inline-block; padding: 5px 10px;}
.slider-button{width:100%;float:left;overflow:hidden;display:none}
.slider-button a{border:1px solid #fff;color:#0071ff;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:#0071ff}
@-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 a{position:relative;color:#fff;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;box-sizing:border-box;padding:0;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:26px;color: #010e15; background-color: rgba(255, 255, 255, 0.35); margin-bottom: 125px; width: 60%;padding: 10px 15px; text-align: left;    border-radius: 8px;}
.category-slide-bg{width:100%;height:300px;background-size:cover;background-position:center;position:relative}
.category-slide-bg:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0}
.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:#ff6363}
.add-project{text-decoration:none!important;color:#777;transition:all ease-in-out .3s}
.add-project:hover{color:#f53612}
.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:#0071ff;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:#f53612}
.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:#0071ff}
.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:-150px;margin-bottom:100px}
.catalog-content h2{position:relative;color:#0071ff;font-family:Montserrat;font-size:50px;font-weight:300;width:100%;margin-bottom:15px;float:left}
.catalog-content p{color:#0071ff;position:relative;width:70%;font-size:24px;font-weight:200}
.catalog-content a{color:#0071ff;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:#0071ff}
.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:#0071ff;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:#0071ff;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:#0071ff;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:#0071ff;font-family:Montserrat;font-size:20px}
.instagram-row a strong{width:100%;float:left;text-align:center;font-size:20px;color:#0071ff;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:#0071ff}
.bulten-content p{color:#777;font-size:14px;width:77%}
.form-control{height:50px;border-radius:30px;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:#0071ff;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:#f53612}
.bulten-form label{font-size:12px;width:calc(100% - 30px);margin-left:10px;float:left;color:#0071ff}
.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:#0071ff;text-decoration:underline}
.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:180px;float:left;background:#eff4f7}
.dropdown-menu-list{width:calc(100% - 180px);float:left;position:relative;height:295px}
.dropdown-menu-sidebar strong{width:100%;float:left;box-sizing:border-box;padding:15px 20px 10px;color:#0071ff}
.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:295px;overflow-y:scroll}
.dropdown-menu-list-content strong{width:100%;float:left;padding:15px 30px 10px;color:#0071ff}
.dropdown-menu-list-content ul{width:100%;float:left}
.dropdown-menu-list-content ul li{margin:7px 0;width:50%}
.dropdown-menu-list-content ul li a{padding:0 30px;box-sizing:border-box;color:#777;font-size:13px;line-height:15px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.dropdown-menu-list-content ul li:before{display:none}
.dropdown-menu-list-content ul li a:hover{color:#0071ff}
.dropdown-menu-list-content ul li a:hover{color:#0071ff}
::-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:#0071ff}
.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:30px;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:280px;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; display: none}
.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:220px;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)}
.check-list input[type=checkbox]{width:15px;height:15px;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:#0071ff}
.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:#0071ff}
.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}
.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:630px;background:#f8f8fa;border:1px solid #eee;box-sizing:border-box;border-radius:20px;padding:30px}*/
.urun-info-card {
    /* Eski Stiller: */
    /* height: 630px;  <-- SABİT YÜKSEKLİK KALDIRILDI */
    /* overflow: hidden;  <-- GEREKSİZ SAKLAMA KALDIRILDI */

    /* Yeni ve Güncel Stiller: */
    position: relative;
    width: 100%;
    /* Yüksekliği otomatik ayarlar */
    height: auto;
    /* Dikey taşmayı tamamen engeller, böylece içerik görünür kalır */
    overflow: visible;

    background: #f8f8fa;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px;

    float: left; /* Ekran görüntüsüne göre hizalamayı garanti etmek için eklenmiştir */
}
.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:#ff6363}
.urun-info-card h1{color:#0071ff;font-size:24px;width:100%;margin:5px 0}
.urun-kod{color:#f53612;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:#f53612;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}
#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 #0071ff;color:#0071ff}
.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:#0071ff;border:1px solid #0071ff;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:#0071ff;font-weight:500}
.main-title{width:100%;float:left;margin-bottom:50px}
.main-title h1{font-family:Montserrat;font-weight:700;color:#0071ff;float:left}
.about-content{color:#424242;font-weight:300;margin-bottom:80px}
.about-content p{margin-bottom:20px;font-size:18px;line-height:30px}
.about-content em{font-size:24px;margin-bottom:20px;width:100%;float:left;font-weight:500}
.about-content em span{color:#f53612}
.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}
.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:33%;width:250px;right:20px}
.katalog-banner-content h3{margin-bottom:25px;font-family:Montserrat;font-size:24px;line-height:34px;font-weight:500;color:#0071ff}
.katalog-banner-content a{border:1px solid #777;padding:10px 25px;display:inline-flex;font-size:12px;color:#777;border-radius:25px;align-items:center;justify-content:center;text-decoration:none!important}
.katalog-banner-content a i{margin-left:10px;transition:all ease-in-out .3s}
.katalog-banner-content a:hover i{margin-left:15px}
.katalog-banner-content a:hover{color:#db6320;border:1px solid #db6320}
.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:#0071ff;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:#f53612;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:#0071ff}
.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:#0071ff;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:#0071ff;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:#0071ff;;height:50px;border-radius:30px;border:none}
.parola-hatirla{width:100%;float:left;text-align:center}
.parola-hatirla a{font-size:14px;color:#0071ff;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:#0071ff}
.projeler-head p{width:100%;float:left;margin-bottom:30px}
.projeler-head a{background:#f53612;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:#f53612;border-radius:30px;padding:10px 25px;color:#fff}
#projeOlustur .modal-footer .btn{width:auto;padding:10px 20px;height:auto}
.btn-primary:hover{background-color:#f53612}
.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:#0071ff;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:#0071ff;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:#0071ff;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:#0071ff;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:#f53612}
.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:#0071ff}
.sepet-box-content p{color:#777;font-size:14px;margin-bottom:10px}
.sepet-box-content span{font-size:14px;font-weight:700;color:#f53612}
.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:#0071ff;font-size:20px}
.projemeEkle .modal-title span{color:#f53612}
.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:#ff6363}
.whislist-row button{float:right;position:absolute;right:30px;opacity:0;transition:all ease-in-out .3s}
.btn-kaydet{background:#0071ff;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:#0071ff;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:#0071ff;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:#0071ff}
.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:#0071ff}


.box-page-content .basket-right {
  padding: 10px !important;
  box-shadow: none!important;
  border: none !important;
  border: 2px solid #efefef!important;
  border-radius: 8px;
}

.box-page-content {
  padding: 25px;
  background-color: #fff;
  border-radius: 16px;
  margin: 25px 0px 0px;
  display: inline-block;
  width: 100%;
}

.box-page.page-arama .box-page-content,.box-page.page-urundetaygoster .box-page-content,.box-page.page-kategorigoster .box-page-content {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.dropdown-main-menu {

  min-width: 750px;
}

#basket-right-container .basket-right {
  width: 100%;
  display: none;
}
.sozlesme-odeme,.box-page-content .basket-right {
  display: none;
}
/*ürün card için eklenenler*/

/* SEO container: Scroll özellikli hale getirildi */
.seo-container {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    scroll-behavior: smooth;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Scrollbar özelleştirme (isteğe bağlı) */
.seo-container::-webkit-scrollbar {
    width: 8px;
}

.seo-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.seo-container:hover::-webkit-scrollbar-thumb {
    background: #888;
}

/* İçerik biçimlendirme */
.seo-content {
    font-family: "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #2b2b2b;
}

.seo-content h2 {
    font-size: 26px;
    margin-top: 40px;
    color: #1d3557;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 8px;
}

.seo-content h3 {
    font-size: 22px;
    margin-top: 30px;
    color: #457b9d;
}

.seo-content p {
    margin-bottom: 15px;
}

.seo-content ul {
    padding-left: 25px;
    margin-top: 10px;
}

.seo-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    list-style: none;
    line-height: 1.6;
}

.seo-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 1px;
    color: #2a9d8f;
    font-weight: bold;
}
/* --- SEO Container İçindeki TABLO RESPONSIVE STİLİ --- */
/* .seo-container veya .seo-content içinde yer alan tablolar için */
.seo-container table,
.seo-content table {
    width: 100% !important; /* Tablonun tam genişliği kaplamasını sağlar */
    border-collapse: collapse; /* Kenarlıkları birleştir */
    margin-bottom: 20px;
    display: block; /* Tabloyu block element yap */
    overflow-x: auto; /* Yatay kaydırma çubuğunu göster */
    -webkit-overflow-scrolling: touch; /* iOS'ta daha yumuşak kaydırma */
    /*border: 1px solid #ddd; !* Genel tablo kenarlığı *!*/
    /*border-radius: 8px; !* Köşeleri yuvarla *!*/
    white-space: nowrap; /* Satırların sarılmasını engelle, kaydırmayı teşvik et */
}

/* Tablo başlıkları */
.seo-container table th,
.seo-content table th {
    background-color: #f2f2f2;
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #333;
    white-space: nowrap; /* Başlıkların tek satırda kalmasını sağlar */
}

/* Tablo hücreleri */
.seo-container table td,
.seo-content table td {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    color: #555;
    white-space: nowrap; /* İçeriğin tek satırda kalmasını sağlar */
}

/* Her ikinci satırın arka plan rengi */
.seo-container table tbody tr:nth-child(even),
.seo-content table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Tablo son satırın alt kenarlığını kaldır */
.seo-container table tbody tr:last-child td,
.seo-content table tbody tr:last-child td {
    border-bottom: none;
}

/* --- SEO Container İçindeki Resimlerin Responsive Stili --- */
/* Eğer .seo-container veya .seo-content içinde görseller varsa onlar da responsive olsun */
.seo-container img,
.seo-content img {
    max-width: 100%;
    height: auto; /* Oranları koru */
    display: block; /* Tam genişlik için block yap */
    border-radius: 8px; /* Köşeleri yuvarla */
    margin: 0 auto 20px auto; /* Ortala ve alt boşluk ekle */
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}


/* --- RESPONSIVE MEDIA QUERIES (SEO Container için) --- */
@media screen and (max-width: 768px) {
    .seo-container,
    .seo-content {
        font-size: 16px; /* Mobil font boyutunu küçült */
        padding: 15px; /* Mobil padding'i ayarla */
    }

    .seo-container h2,
    .seo-content h2 {
        font-size: 22px; /* Mobil başlık boyutunu küçült */
    }

    .seo-container h3,
    .seo-content h3 {
        font-size: 18px; /* Mobil alt başlık boyutunu küçült */
    }

    .seo-container table,
    .seo-content table {
        /* overflow-x: auto; Zaten yukarıda tanımlı, tekrar gerekmez */
    }
    /* Tablo hücre ve başlık padding'ini mobilde biraz azaltabiliriz */
    .seo-container table th,
    .seo-content table th,
    .seo-container table td,
    .seo-content table td {
        padding: 8px 10px;
    }
}

@media screen and (max-width: 480px) {
    .seo-container,
    .seo-content {
        padding: 10px;
    }
    .seo-container h2,
    .seo-content h2 {
        font-size: 20px;
    }
    .seo-container h3,
    .seo-content h3 {
        font-size: 16px;
    }
}
/* Makale Gösterim Stili */
.makale-goster-ek-css {
    font-family: "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #2b2b2b;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow: hidden; /* İçerik taşmasını önlemek için */
}

/* Makale içindeki tüm görsellerin responsive olması */
.makale-goster-ek-css img {
    max-width: 100%;
    height: auto; /* Oranları koru */
    display: block; /* img varsayılan olarak inline-block olabilir, tam genişlik için block */
    border-radius: 8px; /* Görsel köşelerini yuvarla */
    margin: 0 auto 20px auto; /* Ortala ve alt boşluk ekle */
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.makale-goster-ek-css .blog_details_wrapper {
    /* Bu stil `.makale-goster-ek-css` ana div'ine zaten uygulanıyor, bu bloğa gerek kalmayabilir */
    /* Eğer içeriği ayrıca sarmalıyorsa, padding'i buradan ayarla */
}

.makale-goster-ek-css .blog_thumb img {
    /* Yukarıdaki .makale-goster-ek-css img kuralı bunu kapsar */
    /* Eğer .blog_thumb img'ye özel stil isteniyorsa buraya yazılır */
    margin-bottom: 20px; /* Sadece başlık altındaki resim için özel boşluk */
}

.makale-goster-ek-css .blog_content .post_title {
    font-size: 26px;
    color: #1d3557;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* Makale içindeki H2 ve H3 başlıkları için ek stil (HTML yapınızdan görüldüğü üzere) */
.makale-goster-ek-css h1,
.makale-goster-ek-css h2,
.makale-goster-ek-css h3 {
    color: #1d3557; /* Başlık rengi */
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.makale-goster-ek-css h1 {
    font-size: 28px;
}
.makale-goster-ek-css h2 {
    font-size: 24px;
}
.makale-goster-ek-css h3 {
    font-size: 20px;
}


.makale-goster-ek-css .post_content p {
    margin-bottom: 16px;
    line-height: 1.7;
    color: #2b2b2b;
}

.makale-goster-ek-css .post_content ul {
    list-style: none; /* Varsayılan liste işaretlerini kaldır */
    margin-left: 0; /* Sol boşluğu kaldır (gerekirse padding ile eklenir) */
    padding-left: 0;
    margin-bottom: 16px;
}

.makale-goster-ek-css .post_content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.makale-goster-ek-css .post_content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #2a9d8f;
    font-weight: bold;
}

/* Sıralı listeler (ol) için stil */
.makale-goster-ek-css .post_content ol {
    list-style-type: decimal; /* Sayısal liste */
    margin-left: 25px; /* İçeriye doğru girinti */
    padding-left: 0;
    margin-bottom: 16px;
}

.makale-goster-ek-css .post_content ol li {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #2b2b2b;
}


/* --- TABLO RESPONSIVE STİLİ --- */
/* Tabloyu sarmalayan div oluşturarak taşmayı önlüyoruz */
.makale-goster-ek-css table {
    width: 100% !important; /* Tablonun tam genişliği kaplamasını sağlar */
    border-collapse: collapse; /* Kenarlıkları birleştir */
    margin-bottom: 20px;
    display: block; /* Tabloyu block element yap */
    overflow-x: auto; /* Yatay kaydırma çubuğunu göster */
    -webkit-overflow-scrolling: touch; /* iOS'ta daha yumuşak kaydırma */
    border: 1px solid #ddd; /* Genel tablo kenarlığı */
    border-radius: 8px; /* Köşeleri yuvarla */
    white-space: nowrap; /* Satırların sarılmasını engelle, kaydırmayı teşvik et */
}

/* Tablo başlıkları */
.makale-goster-ek-css table th {
    background-color: #f2f2f2;
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #333;
    white-space: nowrap; /* Başlıkların tek satırda kalmasını sağlar */
}

/* Tablo hücreleri */
.makale-goster-ek-css table td {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    color: #555;
    white-space: nowrap; /* İçeriğin tek satırda kalmasını sağlar */
}

/* Her ikinci satırın arka plan rengi */
.makale-goster-ek-css table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Tablo son satırın alt kenarlığını kaldır */
.makale-goster-ek-css table tbody tr:last-child td {
    border-bottom: none;
}

/* --- RESPONSIVE MEDIA QUERIES --- */
@media screen and (max-width: 768px) {
    .makale-goster-ek-css {
        font-size: 16px;
        padding: 15px;
    }

    .makale-goster-ek-css .blog_content .post_title,
    .makale-goster-ek-css h1 {
        font-size: 24px; /* Başlık boyutunu küçült */
    }
    .makale-goster-ek-css h2 {
        font-size: 20px;
    }
    .makale-goster-ek-css h3 {
        font-size: 18px;
    }

    .makale-goster-ek-css .post_content p,
    .makale-goster-ek-css .post_content ul li,
    .makale-goster-ek-css .post_content ol li {
        font-size: 15px;
    }

    /* Tablo için özel mobil düzenlemeler */
    .makale-goster-ek-css table {
        /* overflow-x: auto; Zaten yukarıda tanımlı, tekrar gerekmez */
    }
}

/* Daha küçük mobil cihazlar için ek düzenlemeler (varsa) */
@media screen and (max-width: 480px) {
    .makale-goster-ek-css {
        padding: 10px; /* Daha dar alanlarda padding'i azalt */
    }
    .makale-goster-ek-css .blog_content .post_title,
    .makale-goster-ek-css h1 {
        font-size: 20px;
    }
    .makale-goster-ek-css h2 {
        font-size: 18px;
    }
    .makale-goster-ek-css h3 {
        font-size: 16px;
    }
}
/*ürün detay ek style*/
/* Genel Bakış Alanı Genel Stil */

/*#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:#0071ff!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}*/

/* Ürün Detay Sekme Başlıkları */
#urun-detay-tab {
    border-bottom: 1px solid #ebf3ff;
}

#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;
    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: #0071ff !important;
    font-weight: 600;
}

/* Ürün Detay Sekme İçeriği (Genel Bakış) */
#genel-bakis {
    font-family: "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #2b2b2b;
    padding: 20px;
    border: 1px solid #ebf3ff;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

#genel-bakis h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #1d3557;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 6px;
}

#genel-bakis h3 {
    font-size: 20px;
    margin-top: 25px;
    color: #457b9d;
}

#genel-bakis p {
    margin-bottom: 16px;
    line-height: 1.7;
}

#genel-bakis ul {
    list-style: none;
    margin-left: 15px;
    padding-left: 0;
}

#genel-bakis ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 1.6;
}

#genel-bakis ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #2a9d8f;
    font-weight: bold;
}

/* Tablo Şekillendirme */
#genel-bakis table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 16px;
}

#genel-bakis table th,
#genel-bakis table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
}

#genel-bakis table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

#genel-bakis table tbody tr:hover {
    background-color: #eaf4ff;
}

#genel-bakis table thead th {
    background-color: #f2f2f2;
    color: #1d3557;
    font-weight: bold;
}

/* Responsive Tasarım */
@media screen and (max-width: 768px) {
    #genel-bakis {
        font-size: 16px;
        padding: 15px;
    }

    #genel-bakis h2 {
        font-size: 22px;
    }

    #genel-bakis h3 {
        font-size: 18px;
    }

    #genel-bakis table th,
    #genel-bakis table td {
        font-size: 15px;
        padding: 10px;
    }

    #genel-bakis ul li {
        font-size: 15px;
    }
}
/* Lightbox alt yazılarını gizle ürün modal açıldığında alttaki image bilgilerini gizle */
.lb-data {
    display: none !important;
}

.basket-item .cart-total-price {
    font-size: 13px !important;
    font-weight: bold;
    display: none;
}
.cart-price {
    width: 23%;
    float: left;
    text-align: center;
    display: none;
}

/* Genel düzen ve hizalama */
.white-content {
    padding: 60px 0;
    background-color: #fff;
}

.white-content .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Başlık boşlukları */
.white-content h2,
.white-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1d3557;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}

.white-content .about-content > em {
    font-style: italic;
    font-size: 20px;
    color: #444;
    display: block;
    margin-bottom: 25px;
}

/* Paragraf düzeni */
.white-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 18px;
    text-align: justify;
}

/* İki sütunlu yapı */
.about-content,
.about-img {
    padding: 15px;
}

.about-img img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* Taşmaları önle */
img {
    max-width: 100%;
    height: auto !important;
}

/* Parallax stil */
.parallax-info {
    padding: 80px 0;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax-info h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.parallax-info p {
    font-size: 18px;
    margin-bottom: 20px;
}

.parallax-info a {
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 10px 25px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
}

.parallax-info a:hover {
    background-color: #ddd;
}

/* Katalog bölümü */
.katalog-list .title {
    margin-bottom: 30px;
    text-align: center;
}

.katalog-list .title h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.katalog-banners {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.katalog-col {
    flex: 1 1 45%;
    max-width: 500px;
    position: relative;
}

.katalog-banner-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
}

.katalog-banner-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.katalog-banner-content a {
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
}

/* Responsive mobil ayarlar */
@media screen and (max-width: 768px) {
    .about-content,
    .about-img {
        flex: 1 1 100%;
        text-align: center;
    }

    .white-content h2 {
        font-size: 24px;
    }

    .parallax-info h2 {
        font-size: 26px;
    }

    .katalog-col {
        flex: 1 1 100%;
    }
}
#pdfModal .modal-dialog {
    max-width: 800px;
    margin: 3rem auto;
}

#pdfModal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 20px;
}
#pdfModal .modal-content {
    max-height: 90vh;
    overflow: hidden;
}

#pdf-canvas {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

.pdf-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

.pdf-controls button {
    background-color: #0071ff;
    color: #fff;
    padding: 6px 14px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

/* Katalog butonu stilleri */
.katalog-widget .catalog-content .wow.fadeInUp {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    margin-right: 15px;
    /* Diğer buton stilleri buraya eklenebilir */
}

.katalog-widget .catalog-content .wow.fadeInUp:last-child {
    margin-right: 0;
}

/* --- KONUM VE RENK KURALLARI (Masaüstü ve Genel) --- */

/* Arama (En Üstte) */
.action-arama {
    background-color: #0071ff;
    top: 35%; /* Dikey ortadan daha yukarı */
}
.action-arama:hover, .action-arama:focus { background-color: #1a0f44; }

/* İletişim (Ortada) */
.action-iletisim {
    background-color: #457b9d;
    top: 50%; /* Dikey Merkezde */
}
.action-iletisim:hover, .action-iletisim:focus { background-color: #1d3557; }

/* E-Katalog (En Altta) */
.action-ekatalog {
    background-color: #f53612;
    top: 55%; /* Dikey ortadan daha aşağıda */
}
.action-ekatalog:hover, .action-ekatalog:focus { background-color: #b8000c; }

/* --- MOBİL UYUMLULUK VE HİZALAMA --- */
@media (max-width: 768px) {
    /* MASAÜSTÜ BUTONLARINI mobilde GİZLE (Bu kural zaten başka bir yerde var, ama burada da geçerli olmalı) */
    .fixed-action-btn {
        /* ... display: none !important; kuralı başka bir yerde uygulanıyor ... */
    }

    /* Mobil Konumlandırma (Dikeyde Ortadan Başlatma) */
    /* MOBİLDE İHTİYACINIZ OLAN YUVARLAK İKONLARIN GÖRÜNÜRLÜK KURALLARI BU BLOĞUN DIŞINDA KALMALI */

    /* Mobil açılır menü içindeki butonların konumları */
    .action-arama {
        top: 30%;
    }
    .action-iletisim {
        top: 50%;
    }
    .action-ekatalog {
        top: 70%;
    }
}

/* --- ORTAK SABİT İKON BUTONU STİLİ (Masaüstü ve Mobilin Kapalı Hali) --- */
.fixed-action-btn {
    /* Konumlandırma */
    position: fixed;
    right: 20px;
    z-index: 9000 !important;
    top: 50%; /* Dikey ortalama */
    transform: translateY(-50%);

    /* Görünüm */
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border-radius: 25px;

    /* İKON KAPALI GÖRÜNÜMÜ */
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex !important;
    align-items: center;
    overflow: hidden;
    transition: width 0.3s ease-out, background-color 0.3s, box-shadow 0.3s;
}

/* İkon stili */
.fixed-action-btn i {
    font-size: 20px !important;
    padding: 0 15px; /* İkonun ortalama boşluğu */
    flex-shrink: 0;
    color: #fff !important;
}

/* Metin stili (Başlangıçta gizli) */
.fixed-action-btn span {
    font-size: 16px;
    white-space: nowrap;
    padding-right: 15px;
    width: 0; /* Metin alanını sıfırla */
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s 0.1s ease-in, width 0.3s ease-out;
    color: #fff !important;
}

/* --- MASAÜSTÜ HOVER/TİK AÇILMA --- */
.fixed-action-btn:hover,
.fixed-action-btn.active { /* Mobil tıklama için .active sınıfı */
    width: 180px; /* Açık Genişlik */
}
.fixed-action-btn:hover span,
.fixed-action-btn.active span {
    width: auto;
    opacity: 1;
}
.fixed-action-btn:hover {
    transform: translateY(-50%) scale(1.05); /* Dikey ortalamayı koru */
}


/* --- KONUM VE RENK KURALLARI --- */
.action-iletisim {
    background-color: #457b9d;
    top: 40%;
}
.action-ekatalog {
    background-color: #f53612;
    top: 55%;
}

/* --- MOBİL UYUMLULUK VE TIKLAMA İÇİN YAPIYI DÜZELTME --- */
@media (max-width: 768px) {
    /* 1. MOBİLDE BUTONLARIN YUVARLAK VE DİKEY ORTALI KALMASI */
    .fixed-action-btn {
        width: 50px !important; /* Kapalı Genişliği koru */
        height: 50px !important;
        right: 10px;
        border-radius: 50% !important; /* Mobil ikon yuvarlak olmalı */

        /* Dikeyde ortalı kalmalı */
        top: 50%;
        transform: translateY(-50%);
    }

    /* 2. MOBİLDE İKİ BUTONUN DİKEYDE AYRILMASI */
    /* Bir butonu yukarı, diğerini aşağı alarak ortada boşluk yaratıyoruz */
    .action-iletisim {
        top: 40%;
    }
    .action-ekatalog {
        top: 60%; /* Ortalama 50% olduğu için 20% farkla ayrılıyorlar */
    }

    /* 3. MOBİLDE KAPALI BAŞLANGIÇ GÖRÜNÜMÜNÜ SAĞLAMA */
    .fixed-action-btn span {
        opacity: 0;
        width: 0; /* Metin kapalı kalmalı */
    }

    /* 4. MOBİLDE TIKLAMA İLE AÇILMA STİLİ (CSS ile tetiklenecek) */
    .fixed-action-btn.active {
        width: 170px !important;
        transform: translateY(-50%) scale(1.05); /* Ortalamayı koru */
    }
    .fixed-action-btn.active span {
        opacity: 1 !important;
        width: auto !important;
    }

    /* Mobil: Hover efekti olmasın (dokunmatik cihazlarda sorun çıkarır) */
    .fixed-action-btn:hover {
        transform: translateY(-50%);
    }
}

/* --- MOBİL İHTİYAÇLAR İÇİN GİZLEME VE GÖRÜNÜR KILMA --- */

@media (max-width: 768px) {
    /* 1. MASAÜSTÜ İÇERİKLERİNİ GİZLE */

    /* E-POSTA ADRESİNİ GİZLE (desktop-only sınıfı verdiğimiz yer) */
    .top-left p.desktop-only {
        display: none !important;
    }

    /* SOSYAL MEDYA, ÜYE EYLEMLERİ ve DİL SEÇİMİNİ GİZLE */
    .user-action,
    .language,
    .top-social {
        display: none !important;
    }

    /* 2. TELEFON NUMARASINI GÖRÜNÜR KIL VE ORTALA */

    /* Üst çubuğun genel düzenini basitleştir */
    .header-top {
        height: auto !important;
        padding: 5px 0 !important;
    }

    .header-top .container {
        display: flex !important;
        flex-direction: column !important; /* Blokları alt alta al */
        align-items: center !important; /* Dikey hizalamada ortala */
        justify-content: center !important;
    }

    .top-left {
        width: 100%;
        display: flex !important;
        justify-content: center !important; /* Telefon numarasını ortala */
    }

    /* TELEFON NUMARASI PARAGRAFINI GÖRÜNÜR KIL (mobile-show-only sınıfı) */
    .top-left p.mobile-show-only {
        /* Metin görünürlüğünü garanti ediyoruz */
        display: flex !important;
        float: none !important;
        margin-right: 0 !important;
        font-size: 13px !important;

        /* E-posta olmadığı için sola hizalamayı kaldırıp ortalanmış telefon numarasını göster */
    }
}

/* ======================================= */
/* 1. GENEL AYARLAR VE OKUNURLUK */
/* ======================================= */

.footer {
    width: 100%;
    background: #0071ff;
    padding-top: 100px;
    padding-bottom: 0;
}

/* Tüm metin ve linklerde satır aralığını artırıyoruz */
.footer-col ul li a,
.footer-about p,
.footer-col:last-child ul li p,
.footer-col:last-child ul li a {
    color: #ffffff !important;
    opacity: 0.9;
    font-weight: 300;
    padding-top: 10px;
    line-height: 1.8; /* KRİTİK: Satır aralığı artırıldı */
}

/* Tüm footer ul li'ler arasındaki dikey boşluğu artır */
.footer-col ul li {
    margin-bottom: 8px;
}
/* Sosyal Medya İkonları Görünürlüğü */
.footer-social a {
    color: #ffffff !important;
    opacity: 1;
    font-size: 18px;
    margin: 20px 25px;

}

/* ======================================= */
/* 2. ÜST SATIR (ROW 1) DÜZENİ */
/* ======================================= */

.footer-top-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ÜST SÜTUN GENİŞLİKLERİ (50% | 25% | 25%) */
.footer-col-logo {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 30px;
}
.footer-col-kurumsal {
    flex-basis: 25%;
    max-width: 25%;
}
.footer-col-iletisim {
    flex-basis: 25%;
    max-width: 25%;
}


/* ======================================= */
/* 3. ALT SATIR (ROW 2) DÜZENİ - ÜRÜN GRUPLARI */
/* ======================================= */

.footer-bottom-row {
    padding-top: 25px; /* Üst satır ile arasında 25px boşluk bırakır */
    padding-bottom: 50px;
}
.footer-col-urunler {
    width: 100%;
}

/* ÜRÜN GRUPLARI İÇİN GRID - MASAÜSTÜ (3 Sütunlu) */
.footer-col-urunler .footer-category-columns ul {
    /* mc_CategoryStyle'ın çıktısı olan ana UL'yi 3 sütuna zorlar */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 30px;
    margin-top: 15px;
    padding: 0;
}

/* ======================================= */
/* 4. MOBİL DÜZELTMELER (768px Altı) */
/* ======================================= */

@media (max-width: 768px) {
    /* Tüm satırları alt alta sırala */
    .footer-top-row, .footer-bottom-row {
        flex-direction: column;
    }

    /* Üst satır sütunlarını tam genişlik yap */
    .footer-col {
        max-width: 100%;
        flex-basis: auto;
        margin-bottom: 30px;
    }

    /* ÜRÜN GRUPLARI MOBİL DÜZENLEME */
    .footer-col-urunler .footer-category-columns ul {
        grid-template-columns: repeat(1, 1fr); /* MOBİLDE TEK SÜTUN */
        gap: 10px;
    }
}


.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}

/* ======================================= */
/* 1. ÜRÜN GRUPLARI ALT SATIR CONTAINER STİLİ */
/* ======================================= */

.footer-bottom-row {
    /* Alt satırın üst ve alt boşluğunu ayarlar */
    padding-top: 25px;
    padding-bottom: 50px;
}
.footer-col-urunler {
    width: 100%;
}

/* ÜRÜN GRUPLARI BAŞLIĞI */
.footer-col-urunler strong {
    margin-bottom: 15px;
    font-size: 16px;
    color: #ffffff !important;
}


/* ======================================= */
/* 2. ÜRÜN GRUPLARI LİSTE STİLİ (MC_CATEGORYSTYLE ÇIKTISI) */
/* ======================================= */

/* Kategori Sütunlarını Sarmalayan Ana UL'yi Hedefle */
.footer-category-3-cols ul {
    /* DİKKAT: Bu kural, mc_CategoryStyle çıktısının UL etiketini hedef alır. */
    display: grid;
    /* Masaüstünde 3 sütun */
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 30px;
    margin-top: 15px;
    padding: 0;
    list-style: none; /* List stilini kaldır */
}

/* Kategori Linkleri - OKUNAKLILIK VE RENK ÇÖZÜMÜ */
.footer-category-3-cols ul li a {
    /* Bu, dışarıdan gelen hatalı renk ve opaklık stillerini ezer */
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 13px; /* Daha okunaklı boyut */
    font-weight: 300;
    line-height: 1.7; /* Okunabilirlik için satır aralığı */
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 3px; /* Her alt kategori linki arasına boşluk */
}
.footer-category-3-cols ul li a:hover {
    color: #f53612 !important; /* Hover'da Kırmızı */
}


/* ======================================= */
/* 3. COPYRIGHT ALANI STİLİ */
/* ======================================= */

.copyright {
    width: 100%;
    float: left;
    background: #0071ff; /* Ana footer rengiyle aynı */
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.copyright p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 0;
}


/* ======================================= */
/* 4. MOBİL ÇÖZÜMLER (768px Altı) */
/* ======================================= */

@media (max-width: 768px) {
    /* Mobil Sayfa Düzeni */
    .footer .container {
        flex-direction: column;
        padding: 0 15px;
    }
    .footer-col, .footer-col-urunler {
        max-width: 100%;
        flex-basis: auto;
        margin-bottom: 30px;
        padding-right: 0;
    }
    /* 2. FLEX ORDER İLE SIRALAMAYI GARANTİ ET */

    /* Logo Sütunu (1. Sırada Olmalı) */
    .footer-col-logo {
        order: 1;
    }

    /* Kurumsal Sütunu (2. Sırada Olmalı) */
    .footer-col-kurumsal {
        order: 2;
    }

    /* İletişim Sütunu (3. Sırada Olmalı) */
    .footer-col-iletisim {
        order: 3;
    }

    /* ÜRÜN GRUPLARI (4. ve Son Sırada Olmalı) */
    .footer-bottom-row {
        order: 4;
        /* Üstteki konteynerin flex-direction: column olması yeterlidir */
        width: 100%;
        padding-top: 25px;
    }
    /* 3. İLETİŞİM SÜTUNU İÇİN İKON HİZALAMASI */
    .footer-col-iletisim ul li {
        align-items: flex-start;
        display: flex;
    }
    /* ÜRÜN GRUPLARI MOBİLDE TEK SÜTUN */
    .footer-col-urunler .footer-category-columns ul {
        grid-template-columns: repeat(1, 1fr); /* TEK SÜTUN */
        gap: 10px;
        /* Mobil taşmasını engeller */
        padding-left: 0;
        width: 100%;
    }
    .footer-category-3-cols ul {
        grid-template-columns: repeat(1, 1fr); /* TEK SÜTUN */
        gap: 5px;
        padding-left: 0;
        width: 100%;
    }
}