/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/* Preloader */

.l-preloader .g-preloader  {
	color: var(--color-turuncu) !important;
}
.l-preloader .g-preloader {
	background: transparent;
    font-size: 11rem;
	color: #ffffff;
	background-image: url('https://yilteks.iea.wf/wp-content/uploads/2025/06/amblem.svg');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;

}

/* Scroll to top */
.w-toplink:not(.w-btn) {
    text-align: center;
    border-radius: 2rem;
    color: #fff !important;
    line-height: 38px;
    height: 40px;
    width: 40px;
	background: black;
}

/* Menü Hover */
.l-subheader-cell.at_right > .w-btn {
  white-space: nowrap;
  text-wrap: nowrap;
}

.menu-item > a > .w-nav-title {
  position: relative;
}

.menu-item > a > .w-nav-title::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.sticky .menu-item > a > .w-nav-title::before {
  background-color: #00437C !important;
}

.type_mobile .menu-item > a > .w-nav-title::before {
  background-color: #0077BD !important;
}


.current-menu-item.level_1 > a > .w-nav-title::before,
.current-menu-parent > a > .w-nav-title::before{
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
}

@media (hover: hover) and (pointer: fine) {
  .menu-item > a > .w-nav-title:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}

/* Doküman İndirme Alanı */
.pdf_list{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
}

.pdf_file{
	display: flex;
}

.page .pdf_file {
    display: flex;
    width: 100%;
}


.pdf_file span{
	display: flex;
	align-items: center;
	gap: 10px;
}

.pdf_file a{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid #dedede;
	padding-top: 1rem;
	padding-left: 0rem;
	padding-right: 1rem;
	padding-bottom: .3rem;
	cursor: pointer;
	position: relative;
}

.pdf_file .pdf_name{
	font-size: 1rem;
	font-family: inherit;
	color: #000;
	font-weight: 500;
}

.pdf_file img{
	width: 25px;
}

.pdf_file .pdf_size{
	font-size: 0.9rem;
	color: #aaa;
	white-space: nowrap;
}

.pdf_file .pdf_size strong{
	text-transform: uppercase;
}

.pdf_file .fa-download,
.pdf_file .fa-lock{
    color: #aaa;
    font-size: 1.1rem;
}

@media (max-width:600px){
	.pdf_file{
		width: 100%;
	}
	.pdf_file .pdf_name{
		line-height: 1;
		font-size: 16px;
	}
}


/* Section Large Mobile */

@media (max-width: 1024px) {
    .l-section.height_large {
        padding-top: 9vmax;
        padding-bottom: 9vmax;
    }
}


/* Header Hover Blur */
header:not(.sticky):hover .l-subheader.at_middle:before{
	content:' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
    left: 0;
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

/* Level 2 Menü */
.w-nav.type_desktop .w-nav-list.level_2 {
	padding: 20px;
}

/* Dropdown */
.w-nav-anchor.level_1 .w-nav-arrow:before {
    font-size: 1em !important;
}
.w-nav-arrow:before {
    font-weight: 300;
}
.w-dropdown-current .w-dropdown-item:after {
   font-weight: 300;
}
.ush_menu_1 .w-nav-list:not(.level_1) {
    backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

/* Close Button */
.w-nav-close:before {
    font-weight: 100;
}

/* Arrow Icon Rotate -45 */
.rotate-icon .fa-arrow-right{
	transform: rotate(-45deg);
}

/* Terms Count Hide */
.type_term .w-post-elm.post_title b {
    display: none;
}

/* Footer Top Color Degrade */
footer section:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background-image: linear-gradient(to right, #f5821f 0%, #00adef 50%, #00adef 100%);
}


/* Images Zoom hover */
.zoom-hover img {
  transition: transform .4s ease-in-out;
}

.zoom-hover:hover img {
  transform: scale(1.025);
}
