#header-slider-container {
	overflow: hidden;
}

@media (min-width: 778px) {
	#rev_slider_65_1_wrapper {
		height: 500px;
	}
}

/*transition delay for pagr header section with background opacity
https://consulting.vamtam.com/services/*/

#sub-header .text-shadow {
    transition: opacity .5s;
}




@media (max-width: 767px) {
	#sub-header h1{
		font-size: 30px;
	}
}
.post-article .post-media .media-inner img, .portfolio-image-wrapper img {
    width: 850px;
    height: auto;
}

.meta-header-inside h1 {
    font-size: 300%; /* %30 azaltılmış boyut */
}


.post-meta {
    text-align: center !important;
    justify-content: center !important;
}
body.single-post.layout-left-only .loop-wrapper .post-article .post-content-outer .post-meta,body.single-post.layout-left-only .meta-top,body.single-post.layout-right-only .loop-wrapper .post-article .post-content-outer .post-meta,body.single-post.layout-right-only .meta-top {
    justify-content: center !important;
    text-align: center;
}

.robots-nocontent::before {
    content: "İçeriği Paylaş!";
    display: block; /* Yazının yeni satırda başlamasını sağlar */
    margin-bottom: 10px; /* İstenen boşluğu sağlamak için */
}


.language-container {
  position: relative;
  display: inline-block;
	

}

.gt_black_overlay {
    display: none;
    position: fixed !important;
    top: 0% !important;
    left: 0% !important;
    width: 100% !important;
    height: 100% !important;
    background-color: black;
    z-index: 10000;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity = 80);
will-change: auto !important;
  transform: none !important;
}



.gtranslate_wrapper img {
  display: none !important;

}

.language-options {
  cursor: pointer;
}

.language-menu {
  position: absolute;
  top: 20px; /* Dil seçeneklerinin altına konumlandırın */
  right: 0;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1000;
  display: none;
}

.language-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-menu li {
  padding: 5px 10px;
  cursor: pointer;
}

.language-menu li:hover {
  background: #f0f0f0;
}


@media (min-width: 1024px) {
  .laptop-only {
    display: block;
  }
}

@media (max-width: 1023px) {
  .laptop-only {
    display: none;
  }
}
.demo-request-container {
    position: fixed;
    bottom: 60px; /* Butonu yukarı taşıdık */
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.demoBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fcb900;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50% 50% 0 50%; /* Sağ alt köşe kesik, diğer köşeler yuvarlak */
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.tooltip {
    background-color: #fcb900;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    white-space: nowrap;
    font-size: 16px;
    position: absolute;
    right: 100%; /* Sağda yer alsın */
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.demoBtn:hover .tooltip {
    opacity: 1;
    transform: translateX(-10px); /* Hover yapıldığında sola doğru açılma efekti */
}


/*end transition delay for pagr header section with background opacity
https://consulting.vamtam.com/services/*/