/*!
Theme Name: BildPress
Theme URI: https://wp.bdevs.net/bildpress/
Author: Theme_pure
Author URI: https://themeforest.net/user/theme_pure/portfolio
Description: BildPress - Construction WordPress Theme
Version: 1.3.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bildpress
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

bildpress is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathabildpress-page-contentn Neal https://necolas.github.io/normalize.css/
*/

.projects2__item {
	transition: 0.1s;
	border-radius: 12px;
}
.projects2__item:hover {
	border:1px solid #581522;
	transition: 0.1s;
}
.projects2__item:hover .projects2__thumb img {
	filter:blur(3px);
}
.projects2__item:hover .service_details__thumb1 {
	transform:scale(1);
}
.elementor-image-box-img img {
	width:100%;
}
.main-page-video {
	position: absolute !important;
    top: 0;
    left: 0px;
    height: 100vh;
    width: 100% !important;
	opacity: 0;
  	transition: opacity 0.4s ease-in-out;
}
.main-page-video:after {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(88 19 34 / 55%);
}
.main-page-video .e-hosted-video {
	width: 100%;
    height: 100%;
}
a.elementor-element:hover .main-page-video {
	opacity:1;
}
/*a.elementor-element:hover.index-overlay:before{
	z-index:999;
}
a.elementor-element:hover h2.bdevs-el-title {
	z-index:9999;
}*/
.index-overlay {
	overflow:hidden !important;
}
.service_details__thumb1 {
	position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    text-align: center;
    transform: scale(0);
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service_details__thumb1 img {
	width:80%;
}
.header .main-menu1 > nav > ul > li ul li:hover ul > li > ul {
	position: absolute;
    left: 250px;
    top: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.header .main-menu1 > nav > ul > li ul li > ul > li:hover ul  {
	opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0px;
}
.mean-container .mean-nav ul ul {
	padding:0;
}
.mean-container .mean-nav ul li li li li a {
	width: 90%;
    padding: 1em 5%;
}
#socialmedia-link i {
	font-size:32px;
}
.elementor-swiper-button {
	background-color: #581322;
    padding: 10px;
}
#referans-area .projects2__item:hover .projects2__thumb img {
	filter:blur(0px);
}
#referans-area .projects2__thumb:after {
	content: '';
    background-color: #581322;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 50%;
	transition: 0.3s;
}
#referans-area .projects2__thumb:hover:after {
	opacity:0;
	transition: 0.3s;
}
#referans-area .projects2__item:hover {
	border:0px solid #581522;
	transition: 0.1s;
}
.elementor-widget-container table, tbody, tr, td {
	border: 1px solid;
    padding: 10px;
}
.header .main-menu1 > nav > ul > li {
  margin-right: 15px;
}
.header__side-nav1 a {
	padding:11px 12px;
}
@media (max-width: 767px) {
	.main-page-video {
		display:none;
	}
	.main-page-video:after {
		display:none;
	}
	a.elementor-element:hover .main-page-video {
		opacity:0;
		display:none;
	}
	.projects2__thumb img {
		width:100%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header .main-menu1 > nav > ul > li {
		margin-right: 5px !important;
	}
	.header .main-menu1 > nav > ul > li > a {
		font-weight:300;
		font-size:14px;
		
	}
}
/* Container for language switcher */
.polylang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

/* Active language - bold and highlighted */
.polylang-switcher .lang-active {
    color: #581322;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Inactive language links - clickable */
.polylang-switcher .lang-link {
    color: rgb(88 19 34);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
	line-height: 50px;
}

/* Hover effect for language links */
.polylang-switcher .lang-link:hover {
    color: #581322;
    text-decoration: none;
}

/* Separator between languages (|) */
.polylang-switcher .lang-separator {
    color: rgb(88 19 34);
    font-weight: 300;
    margin: 0 2px;
}

/* Responsive adjustments for mobile */
@media (max-width: 767px) {
    .polylang-switcher {
        font-size: 13px;
    }
	.header__top1__right--flag {
		    width: 100%;
    	text-align: center;
    	margin: 0 !important;
	}
}

/* Dark background variant (for header style 4) */
.dark-bg .polylang-switcher .lang-active {
    color: #fff;
}

.dark-bg .polylang-switcher .lang-link {
    color: rgba(255, 255, 255, 0.7);
}

.dark-bg .polylang-switcher .lang-link:hover {
    color: #ff5e14;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
  text-decoration: none;
  z-index: 99999;
  height: 50px;
  overflow: hidden;
  width: 50px; /* Başlangıçta sadece ikon */
  transition: width 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  white-space: nowrap;
}

.whatsapp-float:hover {
  width: 130px; /* Hover genişleme */
	color:#fff;
}

.wa-icon {
  font-size: 26px;
  margin-left: 2px;
}

.wa-text {
  opacity: 0;
  margin-left: 10px;
  transform: translateX(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.whatsapp-float:hover .wa-text {
  opacity: 1;
  transform: translateX(0);
}