.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%;
}


.img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.blogimg {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: 0.4s;
}

.blog-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
    color: #fff;
}

.blog-overlay h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.img-holder:hover .blogimg {
    transform: scale(1.05);
}

.timing {

color: #000000;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.project-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

.project-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.project-card span {
    font-size: 14px;
    opacity: 0.8;
}

/* hover efekti */
.project-card:hover img {
    transform: scale(1.05);
    transition: 0.4s;
}

.project-card:hover .overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}
/* grid spacing */
.blog-page-two .row {
    margin-top: 30px;
}

.blog-page-two .col-lg-3 {
    padding: 10px;
}

/* kart */
.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* görsel */
.project-card img {
    width: 100%;
    height: 220px; /* TRIMLINE oran */
    object-fit: cover;
    display: block;
    transition: 0.4s;
}

/* overlay */
.project-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    transition: 0.3s;
}

/* text */
.project-card h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.project-card span {
    font-size: 12px;
    opacity: 0.9;
}

/* hover */
.project-card:hover img {
    transform: scale(1.05);
}

.project-card:hover .overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}



.blog-page-two .container {
    max-width: 1700px !important;
    width: 100% !important;
}

.blog-page-two .row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.blog-page-two .col-lg-3,
.blog-page-two .col-md-6 {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-bottom: 16px;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}

.project-card img {
    width: 100%;
    height: 255px !important;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.project-card .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.05));
}

.project-card .overlay h3 {
    margin: 0 0 4px 0;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    color: #fff;
}

.project-card .overlay span {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    opacity: 0.95;
}

.project-card:hover img {
    transform: scale(1.04);
}





/* parent */
.mega-menu {
    position: relative;
}

/* dropdown container */
.mega-content {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 30px 0;
    display: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 999;
}

/* hover aç */
.mega-menu:hover .mega-content {
    display: block;
}

/* grid */
.mega-content .row {
    display: flex;
    justify-content: space-between;
}

/* column */
.mega-content .col {
    width: 20%;
}

/* başlık */
.mega-content h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #f5a623;
    display: inline-block;
    padding-bottom: 5px;
}

/* link list */
.mega-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-content ul li {
    margin-bottom: 8px;
}

/* link */
.mega-content ul li a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
}

.mega-content ul li a:hover {
    color: #f5a623;
}

/* parent */
.mega-menu {
    position: relative;
}

/* mega alan */
.mega-content {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw;
    background: #fff;
    padding: 40px 60px;
    display: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 999;
}

/* hover aç */
.mega-menu:hover .mega-content {
    display: block;
}

/* iç container */
.mega-container {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
}

/* kolon */
.mega-col {
    width: 20%;
}

/* başlık */
.mega-col h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #f5a623;
    display: inline-block;
    padding-bottom: 5px;
}

/* list */
.mega-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* item */
.mega-col ul li {
    font-size: 13px;
    color: #444;
    margin-bottom: 8px;
    transition: 0.3s;
    cursor: pointer;
}

/* hover */
.mega-col ul li:hover {
    color: #f5a623;
    transform: translateX(3px);
}


/* =========================
   MEGA MENU FINAL FIX
========================= */

/* KRİTİK: container sınırını kır */
.mega-content {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    
    width: 100vw; /* TAM EKRAN */
    
    background: #fff;
    padding: 40px 80px;
    display: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 999;
}

/* hover */
.mega-menu:hover .mega-content {
    display: block;
}

/* iç alan ortalı */
.mega-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

/* kolon */
.mega-col {
    width: 18%;
}

/* başlık */
.mega-col h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #f5a623;
    display: inline-block;
    padding-bottom: 5px;
    color: #222;
}

/* liste */
.mega-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* item */
.mega-col ul li {
    font-size: 13px;
    color: #444;
    margin-bottom: 8px;
    transition: 0.3s;
    cursor: pointer;
}

/* hover */
.mega-col ul li:hover {
    color: #f5a623;
    transform: translateX(3px);
}

/* link */
.mega-col ul li a {
    color: inherit;
    text-decoration: none;
    display: block;
}

/* KRİTİK: li artık referans olmasın */
.mega-menu {
    position: static;
}



/* =========================
   MEGA MENU FULL WIDTH FIX (NO IMAGE)
========================= */

/* dropdown full ekran */
.mega-content {
    position: absolute;
    top: 100%;
    left: 90%;
    transform: translateX(-50%);
    width: 115vw;
    background: #f0f0f0;
    padding: 40px 60px;
    display: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 999;
}

/* hover */
.mega-menu:hover .mega-content {
    display: block;
}

/* İÇ ALANI TAM YAY */
.mega-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

/* kolonlar TAM YAYILSIN */
.mega-col {
    flex: 1; /* KRİTİK */
    min-width: 180px;
}

/* başlık */
.mega-col h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #f5a623;
    display: inline-block;
    padding-bottom: 5px;
    color: #222;
}

/* liste */
.mega-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* item */
.mega-col ul li {
    font-size: 13px;
    color: #444;
    margin-bottom: 8px;
    transition: 0.3s;
    cursor: pointer;
}

/* hover */
.mega-col ul li:hover {
    color: #f5a623;
    transform: translateX(3px);
}

/* link */
.mega-col ul li a {
    color: inherit;
    text-decoration: none;
    display: block;
}

/* parent fix */
.mega-menu {
    position: static;
}


/* kart */
.single-blog-style1 {
    position: relative;
    overflow: hidden;
}

/* görsel */
.single-blog-style1 .img-holder {
    position: relative;
}

.single-blog-style1 .blogimg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

/* overlay alan */
.single-blog-style1 .text-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;

    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    
    color: #fff;
    z-index: 2;
}

/* başlık */
.single-blog-style1 .blog-title a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

/* hover efekti */
.single-blog-style1:hover .blogimg {
    transform: scale(1.05);
    transition: 0.4s;
}

.single-blog-style1:hover .text-holder {
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

/* kart */
.single-blog-style1 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* görsel */
.single-blog-style1 .blogimg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: 0.4s;
}

/* text overlay */
.single-blog-style1 .text-holder {
    position: absolute;
    bottom: 20px;
    left: 20px;
    
    background: transparent; /* KRİTİK */
    padding: 0;
    z-index: 2;
}

/* başlık */
.single-blog-style1 .blog-title {
    margin: 0;
}

.single-blog-style1 .blog-title a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
}

/* hover zoom */
.single-blog-style1:hover .blogimg {
    transform: scale(1.06);
}

/* okunabilirlik için hafif shadow */
.single-blog-style1 .blog-title a {
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

/* hover’da kararma iptal */
.single-blog-style1:hover .img-holder:before,
.single-blog-style1:hover .img-holder:after {
    opacity: 0 !important;
    display: none !important;
}

/* bazı temalarda inner overlay olur */
.single-blog-style1 .img-holder .inner::before {
    display: none !important;
}

/* text her zaman görünür */
.single-blog-style1 .text-holder {
    opacity: 1 !important;
}

/* link rengi sabit */
.single-blog-style1 .blog-title a {
    color: #fff !important;
}

.banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.banner-carousel .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.4) !important;
    color: #fff !important;
    border-radius: 50%;
    font-size: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-carousel .owl-nav .owl-prev {
    left: 30px;
}

.banner-carousel .owl-nav .owl-next {
    right: 30px;
}
.banner-carousel .owl-nav{
    display:block !important;
}