@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css);

#urunlerPage .wd-entities-title{
	 color:#fff!important;
	 font-sizE:15px;
	 background:#861526!important;
	 padding:5px 10px;
	 border-radius:7px;
}
.headerPhone{
	position:relative;
	text-align:center;
	color:#000
}
.headerPhone i{
	margin:0 20px 0 0!important;
	font-size:20px!important;
}

@media (min-width: 992px){
body.home header{ 
    width: 100%;
    background: none;
    margin: 0 auto;
    text-align: center;
}


body.home .headerPhone,
body.home .wd-nav li a{
	color:#fff!important;
	text-transform: capitalize !important; 
}  
 
body.home .headerPhone:after{
        content: " ";
        background: #000;
        width: 1px;
        height: 50px; 
        position: absolute;
        z-index: 99999;
        left: 17%; 
        top: -15px;
}


.headerPhone:after{
        content: " ";
        background: #000; 
        width: 1px; 
        height: 50px; 
        position: absolute;
        z-index: 99999; 
        left: 17%; 
        top: -15px;
}

header.whb-sticked .headerPhone:after{
	        content: " ";
        background: #000;
        width: 1px;
        height: 50px; 
        position: absolute;
        z-index: 99999;
        left: 17%;
        top: -15px;
}

}
.headerPhone{
	font-family:poppins!important;
	font-size:15px!important;
	font-weight:600!important;
	line-height:21px!important;
}
/* Ortak ve MasaÃ¼stÃ¼ AyarlarÄ± */
#bgFull, #bgFull2, #bgFull3{
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0; 
    background-size: cover;
}


#bgFull{
    background-image: url(https://zicra.com.tr/wp-content/uploads/2026/06/bgFull.png)!important;
}
#bgFull2{
    background-image: url(https://zicra.com.tr/wp-content/uploads/2026/06/4981fe3d-a78d-4328-a796-c93a767cc192.jpg);
    color: #fff !important;
}
#bgFull3{
    background-image: url(https://zicra.com.tr/wp-content/uploads/2026/06/55fc89eb-38dd-4cfa-8670-b6b6ef36a1e0.jpg);
    color: #fff !important;
}

@media (max-width: 991px) {
#bgFull, #bgFull2 {
        background-size: cover;
    }
}




.whb-general-header{
	background:none!important;
}


body.home .wd-dropdown-menu{
	background:none!important;
	border:none!important;
	box-shadow:none!important;
}


header.whb-sticked .headerPhone,
header.whb-sticked .whb-general-header .wd-nav li a{
	color:#000!important;
}
header.whb-sticked .whb-general-header .wd-nav .wd-dropdown-menu{
	background:#fff!important;
}
header.whb-sticked .whb-general-header{
	background:#fff!important;
}
.single-breadcrumbs-wrapper,
.woocommerce-breadcrumb,
.product-rating-price,
.wd-cat-count,
.shop-loop-head{
	display:none!important;
}

body.tax-product_cat #main-content{
	padding:20px 0;
}
 
 /* Kurumsal Ä°statistik AlanÄ± Ã–zel Stilleri */
.stats-section {
    padding: 60px 0; 
}

.stat-card {
    padding: 25px 20px;
    border-radius: 10px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
 
.stat-icon {
    font-size: 2.5rem;
    color: #fff; /* Ä°kon rengi (Bootstrap mavi), kurumsal renginle gÃ¼ncelleyebilirsin */
    margin-bottom: 15px;
}

.stat-number {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.stat-title {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

/* 5'li SÃ¼tun DÃ¼zeni Ä°Ã§in Flexbox AyarÄ± (MasaÃ¼stÃ¼ iÃ§in) */
@media (min-width: 992px) {
    .col-lg-5-custom {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 12px;
    }
	.rs-layer  {
    z-index: 12;
    color: rgb(255, 255, 255);
    width: 1015px;
    height: 5px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    right: 40px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 30% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
}

.tp-rs-img {
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

/* GÃ¶rselin Ã¼zerine gelindiÄŸinde (Hover durumu) */
.tp-rs-img:hover {
    cursor: pointer; /* Ä°mleci el iÅŸareti yapar */
    
    /* Arkada kalan alanÄ± 5px bulanÄ±klaÅŸtÄ±rÄ±r */
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(5px); /* Safari tarayÄ±cÄ± desteÄŸi iÃ§in */
    
    /* Blur efektinin belirginleÅŸmesi iÃ§in arkaya hafif transparan bir perde atar */
    background-color: rgba(255, 255, 255, 0.1); 
}




.why-us-container {
    padding: 60px 20px;
    background-color: #f9f9f9;
    font-family: sans-serif;
}

.main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.visual-area .placeholder-box {
    background: #ddd;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.icon {
    font-size: 24px;
    background: #ff6600;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .main-grid {
        grid-template-columns: 1fr;
    }
}

   


#bgFull3 .radyal-section {
    width: 100%;
    background:linear-gradient(270deg,rgba(35,55,70,0.65),rgba(0,0,0,0.75));
    padding: 80px 0;
    color: #fff;
}

#bgFull3 .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* GÃ¶rsel AlanÄ± */
#bgFull3 .video-placeholder {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}
#bgFull3 .video-placeholder img { width: 100%; display: block; }

/* Liste Stili */
#bgFull3 .feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
#bgFull3 .title{
	color:#fff!important;
}
#bgFull3 .icon {
    width: 50px; height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
#bgFull3 .text h3 { margin: 0; color: #fff; }
#bgFull3 .text p { color: #ccc; margin: 5px 0 0; }

/* Mobil Uyum */
@media (max-width: 768px) {
    #bgFull3 .container { grid-template-columns: 1fr; }
}
#bgFull3{
	position:absolute;
	left:0;
	padding:0!important;
}
/* Mouse Ã¼zerine gelindiÄŸinde yazÄ±yÄ± (figcaption) gizle */
#imgEffect .elementor-widget-image:hover figcaption {
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease, visibility 0.8s ease;
}

/* YazÄ±nÄ±n baÅŸlangÄ±Ã§ durumu */
#imgEffect .widget-image-caption {
    opacity: 1;
    visibility: visible;
    transition: all 0.8s ease, visibility 0.8s ease;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	background: rgba(0, 0, 0, 0.5);
    color: #fff;
}


/* Zicra Ã–zel Form Stilleri */
.zicra-custom-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.zicra-custom-form .form-group {
    flex: 1;
    min-width: 250px;
    margin-bottom: 15px;
}
.zicra-custom-form input[type="text"],
.zicra-custom-form input[type="email"],
.zicra-custom-form input[type="tel"],
.zicra-custom-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
}
.zicra-custom-form textarea { height: 120px;border-radius:0!important; }

.zicra-custom-form .file-upload {
    border: 2px dashed #ddd;
    padding: 20px;
    text-align: center;
    background: #fdfdfd;
}
.zicra-custom-form input[type="submit"] {
    background: #f97316; /* Turuncu Buton Rengi */
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}
.zicra-custom-form input[type="submit"]:hover {
    background: #ea580c;
}

/* Mobil iÃ§in responsive ayarÄ± */
@media (max-width: 768px) {
    .zicra-custom-form .form-row { flex-direction: column; } 
	 
}

.wd-header-nav {
    flex: 1 1 auto;
    padding-left: 208px;
}

:is(.wd-breadcrumbs,.yoast-breadcrumb) {
    --wd-link-color: var(--color-gray-500);
    --wd-link-color-hover: var(--color-gray-700);
    --wd-bcrumb-color-active: var(--color-gray-900);
    --wd-link-decor: none;
    --wd-link-decor-hover: none;
    display: none; 
}



body.home .wd-dropdown-menu {
    color: black !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    background: #ffffff2e !important;
}

footer ul li a{
	font-size:13px!important;
	color:#000!important;
}

footer .elementor-icon-list-items .elementor-icon-list-icon{
	    border: 1px solid #b9b9b9b9;
    padding: 10px;
    margin: 5px; 
    font-size: 20px;
    width: 40px;
    height: 40px; 
    border-radius: 50px 
}
 
body.single-product .single-product-page{
	padding:20px 0;
}
.whb-sticky-prepared .whb-main-header{
	position:absolute!important;
}
.whb-color-dark:not(.whb-with-bg){
	background:none!important;
	border:none!important;
}
.whb-sticked .whb-main-header{position:fixed!important}



.home .wd-cat-inner .wd-fill,
.tax-product_cat .wd-cat-inner .wd-fill{
	display:none!important;
}

.wd-cat .wd-entities-title{
	color:#fff!important; 
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    border-radius: 13px;
	    font-size: 15px !important;
    font-weight: 300;
}
.whb-row {
    transition: background-color .2s ease;
    background: linear-gradient(182deg, rgba(255, 255, 255, 1) 0%, rgba(87, 199, 133, 0) 77%) !important;
}
 
 
.wd-term-desc{
	padding:20px 0 0 0;
	border-top:1px solid #ccc!important;
}