.whatsapp {
    position: fixed;
    left: 15px;
    bottom: 125px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}




.telefon {
    position: fixed;
    left: 15px;
    bottom: 70px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #ffd500;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}

.telegram {
    position: fixed;
    left: 15px;
    bottom: 70px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telegram:hover .tooltiptext {
    visibility: visible;
}

.instagram {
    position: fixed;
    left: 15px;
    bottom: 15px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #ffd500;
}

.instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.instagram:hover .tooltiptext {
    visibility: visible;
}

.diller {
    position: fixed;
    left: 15px;
    bottom: 235px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.diller a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #000;
}

.diller .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.diller:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.diller:hover .tooltiptext {
    visibility: visible;
}

.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    /* width: 32%; */
    margin: 5px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 10px;
    border: 1px solid #0000004d;
    border-radius: 50px;
}

.lang a:hover {
    border: 1px solid #000;
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}
/* SLIDER YÜKSEKLİĞİNİ DÜZELT */
.main-slider .slide {
    min-height: 650px !important;
    height: 90vh !important;
}

/* BACKGROUND FULL YAPSIN */
.main-slider .slide .image-layer {
    background-size: cover !important;
    background-position: center center !important;
    height: 100% !important;
}

/* YAZIYI AŞAĞI AL (LAYOUT BOZMADAN) */
.main-slider .content {
    margin-top: 400px !important;
    text-align: center;
}

/* BAŞLIK */
.main-slider .content .big-title h2 {
    font-size: 42px !important;
    color: #fff !important;
}
/* SLIDER NUMARALARI KALDIR */



/* SLIDER TAM EKRAN */
.main-slider,
.main-slider .slider-box,
.main-slider .banner-carousel,
.main-slider .owl-stage-outer,
.main-slider .owl-stage,
.main-slider .owl-item,
.main-slider .slide {
    height: 100vh !important;
    min-height: 700px;
}

/* ARKA PLAN TAM OTURSUN */
.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.main-slider .custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45); /* BURAYI AYARLA */
    z-index: 1;
}

/* yazı üstte kalsın */
.main-slider .content {
    position: relative;
    z-index: 2;
}

.main-slider .owl-dots,
.main-slider .owl-nav,
.main-slider .owl-carousel .owl-dots {
    display: none !important;
}

/* SA PROJE KART TASARIMI */
.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* hover zoom */
.project-card:hover img {
    transform: scale(1.08);
}

/* overlay */
.project-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #ffffff;
}

/* başlık */
.project-card .overlay h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: white;
}

/* açıklama */
.project-card .overlay span {
    font-size: 13px;
    opacity: 0.8;
}

/* SON PROJELER SLIDER */
.testimonial-style2-carousel .item {
    padding: 10px;
}

.testimonial-style2-carousel .project-card img {
    height: 260px;
}

/* ===== HEADER CLEAN TRIMLINE ===== */

/* HEADER ANA */
.header-three {
    padding: 0 0 !important;
}

/* CONTAINER */
.header-three .auto-container {
    max-width: 1350px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.header-three .logo img {
    max-height: 50px;
}

/* SOL ALAN */
.header-three_left {
    display: flex;
    align-items: center;
}

/* MENÜ GENEL */
.main-menu .navigation {
    display: flex;
    align-items: center;
}

/* MENÜ ITEM */
.main-menu .navigation > li {
    margin: 0 12px; /* boşluk azalttık */
}

/* MENÜ LINK */
.main-menu .navigation > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #222;
    padding: 0;
    height: 80px;
    display: flex;
    align-items: center;
}

/* HOVER */
.main-menu .navigation > li > a:hover {
    color: #f47c20;
}

/* STICKY */
.sticky-header .logo img {
    max-height: 40px;
}

/* ===== END ===== */

/* ===== TRIMLINE FINAL STYLE ===== */

/* Menü font inceltme */
.main-menu .navigation > li > a {
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #555;
    position: relative;
}

/* Menü spacing azalt */
.main-menu .navigation > li {
    margin: 0 8px;
}

/* ALT ÇİZGİ (hover efekti) */
.main-menu .navigation > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 0%;
    height: 2px;
    background: #f47c20;
    transition: all 0.3s ease;
}

/* hover olunca çizgi çıksın */
.main-menu .navigation > li > a:hover:after {
    width: 100%;
}

/* aktif menü (istersen) */
.main-menu .navigation > li.current > a:after {
    width: 100%;
}

/* hover renk */
.main-menu .navigation > li > a:hover {
    color: #000;
}

/* ===== END ===== */

/* ===== HOVER LINE FORCE FIX ===== */

/* parent kesmesin */
.main-menu .navigation > li {
    position: relative;
}

/* link */
.main-menu .navigation > li > a {
    position: relative;
    overflow: visible !important;
}

/* çizgi */
.main-menu .navigation > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px; /* önemli */
    width: 0%;
    height: 2px;
    background: #f47c20;
    transition: 0.3s;
    z-index: 5;
}

/* hover */
.main-menu .navigation > li > a:hover::after {
    width: 100%;
}

/* aktif */
.main-menu .navigation > li.current > a::after {
    width: 100%;
}
/* ===== FORCE OVERFLOW FIX ===== */

/* parent kesmesin */
.main-menu,
.main-menu .navigation,
.main-menu .navigation > li {
    overflow: visible !important;
}

/* link */
.main-menu .navigation > li > a {
    position: relative;
    z-index: 2;
}

/* çizgi */
.main-menu .navigation > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 0%;
    height: 2px;
    background: #f47c20;
    transition: 0.3s ease;
}

/* hover */
.main-menu .navigation > li:hover > a::after {
    width: 100%;
}

/* ===== TRIMLINE EXACT HEADER ===== */

/* HEADER GENEL */
.header-three {
    background: #f4f4f4 !important;
}

/* CONTAINER */
.header-three .auto-container {
    max-width: 1500px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* SOL BLOK */
.header-three_left {
    display: flex;
    align-items: center;
    gap: 40px; /* logo ile menu arası */
}

/* LOGO */
.header-three .logo img {
    max-height: 42px;
}

/* MENÜ */
.main-menu .navigation {
    display: flex;
    align-items: center;
}

/* MENÜ ITEM */
.main-menu .navigation > li {
    margin: 0 10px;
}

/* MENÜ LINK */
.main-menu .navigation > li > a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #555;
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0;
}

/* HOVER */
.main-menu .navigation > li > a:hover {
    color: #000;
}

/* HEADER ALT BORDER (Trimline hissi) */
.header-three {
    border-bottom: 1px solid #e5e5e5;
}

/* STICKY AYNI OLSUN */
.sticky-header {
    background: #f4f4f4;
}

/* ===== END ===== */