/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*fonts*/

/* ROOT */
:root {
    --mobil-menu-bg: #f9f9f9;
    --mobil-menu-yazi: #674747;
    --primary-blue: #209cd2;
    --renk1: #27ae60;
    --renk2: #8c030e;
    --renk3: #f21616;
    --renk4: #d91414;
    --renk5: #0d0d0d;
    --renk6: #f1f1f1;
    --font1: "Montserrat", sans-serif;

}

/** {
    outline: 1px solid red !important;
}*/

body {
    min-height: 100vh;
    background-color: #f9f9f9;
    font-size: 14px;


    width: 100%;

}

section,
footer,
.contact-page-section {
    max-width: 100vw;
    /* Ekran genişliğini geçmesin */
    overflow-x: clip;
    /* Modern tarayıcılarda taşmayı keser ve sticky'i bozmaz */
}

html,
body {
    max-width: 100% !important;

}


::selection {
    background: var(--renk3);
    color: #ffffff;
}

.active5 {
    position: relative;
}

.active5:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--secondary);
    border: 3px solid #ffffff;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 92%;
}




body {
    min-height: 100vh;
    background-color: #f9f9f9;
    font-size: 14px;
}

body::-webkit-scrollbar-track {
    background-color: transparent
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aaa
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #606060
}

a {
    color: var(--renk3);
}


a:hover {
    text-decoration: none;
    color: var(--renk3);
}

/* SCROLL TOP */
.scrollup {
    position: fixed;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    bottom: 60px;
    right: 20px;
    background-color: #CB2636;
    border: 1px solid white;
    color: white;
    font-size: 12px;
    z-index: 99;
    border-radius: 10%;
    opacity: 0;
    transform: rotate(-45deg);
    transition: 400ms;
    pointer-events: none;
}

.scrollup.aktif {
    bottom: 48px;
    opacity: 1;
    transition: 400ms;
    pointer-events: all;
}

.scrollup i {
    transform: rotate(45deg);
    transition: 400ms;
}

.scrollup:hover {
    background-color: var(--renk1);
    color: white;
    transform: scale(.9) rotate(0);
    transition: 400ms;
}

.scrollup:hover i {
    transform: rotate(0);
    transition: 400ms;
}

address p {
    display: flex;
}

ul {
    list-style-type: none;
}

/* HC-OFFCANVAS */
.hc-nav-trigger {
    right: 15px;
    top: 35px;
}

.hc-nav-trigger span {
    background-color: var(--renk2);
}

.yanbasliklar {
    color: #209cd2;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: .4;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.hc-offcanvas-nav .nav-close-button span::after,
.hc-offcanvas-nav .nav-close-button span::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
}

.hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
    top: 15px;
    right: 0;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -11px;
}

.fancybox__container {
    z-index: 9999;
}



.header-topbar {
    background: linear-gradient(135deg, #30C570 0%, #035c2a 100%);
    padding: 10px 0;
    color: white;
    font-size: 14px;


}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.sosyal-medya {
    display: flex;
    gap: 15px;
    list-style: none;
}



.sosyal-medya li a {

    text-decoration: none;
}


.header-main {
    background: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    overflow: visible;

}


.header-main.scrolled {

    border-radius: 0 0 100px 100px;

}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo-container {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1001;
    background: white;
    padding: 5px 0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-top: -30px;
    margin-bottom: -80px;
    transition: all 0.4s ease;
}

.logo-container img {
    height: 180px;

    transition: all 0.3s ease;
}

.logo-container:hover img {
    transform: scale(1.05);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 5px;
    align-items: center;
}

.nav-item a {
    color: #2c3e50;
    text-decoration: none;
    padding: 12px 10px;
    display: block;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.nav-item a::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0b5e2d, #0b5e2d);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.nav-item a:hover {
    color: #0b5e2d;
    background: rgba(30, 60, 114, 0.05);
}

.nav-item a:hover::before {
    width: 100%;
    background: #33c008;
}


.slider-section {
    position: relative;
    height: 100vh;
    /* Tam ekran yükseklik */
    overflow: hidden;
    width: 100%;
}

.slider-section .swiper {
    width: 100%;
    /* Tam ekran genişlik */
    height: 100%;
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;

}



.slide-subtitle {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease 0.2s;
    animation-fill-mode: backwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}








@media (max-width: 768px) {
    .topbar-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .nav-menu {
        display: none;
    }

    .slide-title {
        font-size: 32px;
    }

    .slide-subtitle {
        font-size: 16px;
    }

    .slider-section {
        height: 400px;
    }
}



/*
* FOOTER
*/

footer {
    position: relative;

    overflow: visible !important;

    z-index: 1;
    background-color: #064e3b;
}


footer .container {
    overflow: visible;
}



.footer-logo {

    width: 200px;
    height: 200px;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;

    margin-top: -100px;


    position: relative;
    z-index: 10;


}


.footer-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

}



@media (max-width: 991px) {
    .col-lg-4.col.col-12 {

        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo {

        margin-top: -150px;
        width: 150px;
        height: 150px;
    }


}



.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
    filter: brightness(1.1);
    transition: transform 0.3s ease;
}

.footer-logo img:hover {
    transform: scale(1.05);
}

address {
    color: #f1f1f1;
    font-size: 18px;
    line-height: 1.8;
    font-style: normal;
    margin-top: 60px;
    font-weight: bold;
}


.footer-baslik {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-baslik::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;

    height: 4px;

    background: linear-gradient(90deg, #27ae60 0%, rgba(39, 174, 96, 0) 100%);
    border-radius: 10px;
}


.list-unstyled {
    padding: 0;
    margin: 0;
}

.list-unstyled li {
    margin-bottom: 12px;
}


.footer-Link {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    padding: 8px 0;
    font-weight: 600;
}

.footer-Link:hover {
    color: #CA2324;
    transform: translateX(5px);
}

.footer-Link i {
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s ease;
    min-width: 20px;
}

.footer-Link:hover i {
    transform: scale(1.2);
}

/*---*/



.footer-Link-ball {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    padding: 8px 0;
    font-weight: 600;

}

.footer-Link-ball i {
    display: inline-block;
    transition: all 0.3s ease;
    color: #ffffff;

}

.footer-Link-ball:hover {
    color: #CA2324;
    transform: translateX(5px);
}

.footer-Link-ball:hover i {
    animation: basketballBounce 0.8s ease;
    color: #ff6b35;
    transform: scale(1.2);


}

@keyframes basketballBounce {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-10px) rotate(90deg);
    }

    50% {
        transform: translateY(0) rotate(180deg) scale(1.15);
    }

    75% {
        transform: translateY(-5px) rotate(270deg);
    }

    100% {
        transform: translateY(0) rotate(360deg);
    }
}

/*---*/




.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    margin: 0;
    color: #b8c1ec;
    font-size: 14px;
    text-align: center;
}

.footer-bottom a {
    color: #16a085;
    text-decoration: none;
    font-weight: 600;
}

.footer-bottom a:hover {
    color: #fff;
}




@media (max-width: 992px) {
    footer {
        padding: 40px 0 0;
    }

    .footer-baslik {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .col-lg-4 {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .footer-logo img {
        max-width: 150px;
    }

    .footer-Link {
        font-size: 13px;
    }

    address {
        font-size: 13px;
    }
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

footer .col-lg-4 {
    animation: fadeIn 0.6s ease-out;
}

footer .col-lg-4:nth-child(1) {
    animation-delay: 0.1s;
}

footer .col-lg-4:nth-child(2) {
    animation-delay: 0.2s;
}

footer .col-lg-4:nth-child(3) {
    animation-delay: 0.3s;
}


footer .footer-alt-bg {
    border-top: 8px solid;
    background: #ffffff;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 30;
    padding-bottom: 8px
}

.footer-alt-bg::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #064E3B;
    position: absolute;
    top: -5px;
    left: 0;
}

.footer-alt {
    position: relative;
    padding-left: 74px;
}

.footer-alt::before {
    content: "";
    position: absolute;
    background-image: url("../img/f-icon.png");
    width: 74px;
    height: 74px;
    left: 0;
    bottom: 0;
}

footer .footer-alt-bg .footer-alt-ic {
    margin-right: auto
}

footer .footer-alt-bg p {
    padding: .8em 0 .4em;
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: black;
    text-align: right
}

footer .footer-Link {
    text-decoration: none;
    transition: all .4s;
}

footer .footer-Link:hover {
    padding-left: 10px;
}

footer .footer-ust-img {
    position: absolute;
    width: 100%;
    height: 55px;
    top: -40px;
    transform: perspective(1px)
}

footer .hakanbt-logo:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -44px;
    left: -16px;
    border-style: solid;
    border-width: 0 30px 35px 30px;
    border-color: transparent transparent #fff transparent
}

footer .hakanbt-logo:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -34px;
    left: -6px;
    border-style: solid;
    border-width: 0 20px 24px 20px;
    border-color: transparent transparent #064E3B transparent
}

footer .hakanbt-logo {
    position: absolute;
    bottom: -14px;
    left: 15px;
    height: 35%;
    width: 100%
}

.hakanbt {
    width: 28px !important;
    height: 25px !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 !important;
    transition: all .5s ease-in-out .1s !important
}

.hakanbt img {
    max-width: none !important;
    user-select: none;
}

.hakanbt:hover {
    width: 125px !important
}

.dropdown-menu {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0 0;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 52px;
    transform: rotateX(0deg);
}

.right-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    background-color: #fff;
    list-style: none;
}

.navbar .nav-item.right:hover .right-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
    animation-name: dropdownAnimasyon;
    animation-duration: 1s;
    animation-timing-function: ease;
}



/* Slider */
.header-topbar {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);

    padding: 12px 0;
    color: #fff;
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.telefon-bilgi {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 8px;
}


.telefon-bilgi a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    margin-left: 5px;
    transition: all 0.3s ease;

}


.telefon-bilgi i {
    color: #ffffff;
    transition: all 0.3s ease;
}


.telefon-bilgi {
    display: flex;
    gap: 30px;

    font-family: 'Segoe UI', sans-serif;
    padding: 10px;
}

.iletisim-item {
    display: flex;
    align-items: center;
    gap: 8px;

    cursor: pointer;

}


.iletisim-item a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    position: relative;

    transition: color 0.3s ease;
}

.iletisim-item i {
    color: #ffffff;
    transition: all 0.3s ease;
}


.iletisim-item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #ffffff;

    transition: width 0.3s ease-in-out;
}




.iletisim-item:hover a {
    color: #ffffff;
}


.iletisim-item:hover a::after {
    width: 100%;
}


.iletisim-item:hover i {
    color: #ffffff;
    transform: rotate(15deg) scale(1.1);
    /* Hafif dönme ve büyüme */
}


.sosyal-medya {
    display: flex;
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.sosyal-medya li a {
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transition: all 0.3s;
}

.sosyal-medya li a:hover {
    background: #fff;
    color: #2ecc71;
    transform: translateY(-3px);
}

/* Main Header */
.header-main {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    height: 80px;
    display: flex;
    align-items: center;
}

.header-main.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.header-main.scrolled .logo-container {
    margin-top: -40px;
    margin-bottom: -40px;
    padding: 15px 20px;
    /* Padding biraz küçülür */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo-container img {
    max-height: 100px;
    transition: all 0.3s;
}

.header-main.scrolled .logo-container img {
    height: 100px;
}

.nav-menu {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item a {
    text-decoration: none;
    color: #494949;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}


.nav-item a i {
    color: #494949;

    font-size: 16px;
    transition: transform 0.3s ease;
}


.nav-item a:hover {
    color: #2dca70;

}

.nav-item a:hover i {
    transform: rotate(360deg);
    color: #2dca70;

}

.mobile-menu-toggle {
    display: none;
}


.header-main.scrolled .logo-container {
    margin-top: 0;
    margin-bottom: -40px;
    padding: 5px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.header-main.scrolled .logo-container img {
    height: 100px;
}


@media (max-width: 991px) {


    .header-topbar {
        display: none;
    }

    /* Header yapısı */
    .header-main {
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0;
        overflow: visible;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
    }


    .logo-container {
        margin: 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: none;
        order: 1;
    }

    .logo-container::before {
        display: none;
    }

    .logo-container img {
        height: 55px;
        filter: none;
    }

    .logo-container:hover {
        transform: none;
        box-shadow: none;
    }

    .logo-container:hover img {
        transform: none;
    }


    .nav-menu {
        display: none;
    }


    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
        border: none;
        width: 45px;
        height: 45px;
        border-radius: 10px;
        color: white;
        font-size: 22px;
        cursor: pointer;
        transition: all 0.3s ease;
        order: 2;
        box-shadow: 0 4px 12px rgba(46, 204, 113, 0.3);
    }

    .mobile-menu-toggle:hover {
        background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
        transform: scale(1.05);
    }

    .mobile-menu-toggle:active {
        transform: scale(0.95);
    }

    .header-main.scrolled {
        border-radius: 0 0 0 0;
    }

    .header-main.scrolled .logo-container {
        margin: 0;
        padding: 0;
    }

    .header-main.scrolled .logo-container img {
        height: 50px;
    }
}


@media (max-width: 991px) {


    .header-main {
        position: sticky;
        top: 0;
        z-index: 999;
        background-color: #ffffff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        padding: 5px 0;
        width: 100%;
    }

    .logo-container {
        background: #ffffff !important;

        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;

        margin: 0 !important;


        padding: 5px 8px 8px 8px !important;

        border-radius: 0 0 30px 30px !important;

        margin-bottom: -50px !important;


        position: relative;
        z-index: 1002;

    }

    .logo-container img {
        height: 90px !important;

        width: auto !important;
        margin-top: 5px;
    }


    .navbar {
        align-items: flex-start;
    }

    .mobile-header-social {
        position: absolute;
        left: 55%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
    }

    .mobile-header-social a {
        color: #198D53;
        font-size: 18px;
    }

    .mobile-menu-toggle {
        background-color: #198D53;
        color: #fff;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
    }

    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 290px;
        height: 100vh;
        background: linear-gradient(180deg, #198D53 0%, #0d5e36 100%);
        z-index: 9999;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
        box-shadow: 5px 0 30px rgba(0, 0, 0, 0.2);
    }

    .mobile-sidebar.active {
        left: 0;
    }


    .mobile-sidebar-header {
        padding: 30px 20px 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .mobile-sidebar-logo {
        background: #fff;
        padding: 10px;
        border-radius: 15px;
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
    }

    .mobile-sidebar-logo img {
        max-width: 100px !important;
        max-height: 100px !important;
    }

    .mobile-close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* ORTA: İÇERİK */
    .mobile-sidebar-body {
        flex: 1;
        overflow-y: auto;
        padding: 20px;
    }

    .mobile-nav-menu {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
    }

    .mobile-nav-menu li {
        margin-bottom: 10px;
    }

    .mobile-nav-menu li a {
        display: flex;
        align-items: center;
        gap: 15px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        padding: 12px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.05);
        transition: all 0.3s;
    }

    .mobile-nav-menu li a i {
        width: 35px;
        text-align: center;
        color: #ffffff;
    }

    /* İLETİŞİM BİLGİLERİ */
    .mobile-contact-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
        /* Sosyal medya ile arası boşluk */
    }

    .contact-row {
        display: flex;
        align-items: center;
        gap: 12px;
        color: rgba(255, 255, 255, 0.95);
        text-decoration: none;
        font-size: 14px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        /* Çerçeve eklendi */
        border-radius: 8px;
    }


    .sidebar-social-group {
        text-align: center;
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .sidebar-social-title {
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .footer-social-icons {
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .footer-social-icons a {
        width: 42px;
        height: 42px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #198D53;
        font-size: 20px;
        text-decoration: none;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s;
    }

    .footer-social-icons a:hover {
        transform: translateY(-3px) scale(1.1);
        background: #eafff4;
    }
}


@media (max-width: 576px) {
    .navbar {
        padding: 10px 0;
    }

    .logo-container img {
        height: 50px;
    }

    .mobile-menu-toggle {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .header-main.scrolled .logo-container img {
        height: 45px;
    }
}


.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    z-index: 9999;
    transition: left 0.4s ease;
    overflow-y: auto;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.2);
}

.mobile-sidebar.active {
    left: 0;
}

.mobile-sidebar-header {
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-sidebar-logo img {
    max-height: 50px;
}

.mobile-close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-sidebar-content {
    padding: 30px 20px;
}

.mobile-telefon-kutu {
    background: rgba(255, 255, 255, 0.15);

    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;

    gap: 10px;

}

.mobil-iletisim-satir {
    display: flex;
    align-items: center;

    gap: 10px;

    width: 100%;
}

.mobil-iletisim-satir i {
    color: #fff;
    font-size: 18px;
    width: 20px;

    text-align: center;
}

.mobil-iletisim-satir a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;

}


.mobile-telefon i {
    font-size: 20px;
    color: #fff;
}

.mobile-telefon a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.mobile-nav-menu li {
    margin-bottom: 5px;
}

.mobile-nav-menu li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s;
    font-weight: 500;
}

.mobile-nav-menu li a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.mobile-sosyal-medya {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.mobile-sosyal-medya li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s;
    text-decoration: none;
}

.mobile-sosyal-medya li a:hover {
    background: #fff;
    color: #2ecc71;
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    padding: 5px;
    margin-right: 20px;
}


.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    z-index: 9999;
    transition: left 0.4s ease;
    overflow-y: auto;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.2);
}

.mobile-sidebar.active {
    left: 0;
}

.mobile-sidebar-header {
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-sidebar-logo img {
    max-height: 50px;
}

.mobile-close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-sidebar-content {
    padding: 30px 20px;
}

.mobile-telefon {
    background: rgba(255, 255, 255, 0.15);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-telefon i {
    font-size: 20px;
    color: #fff;
}

.mobile-telefon a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.mobile-nav-menu li {
    margin-bottom: 5px;

}

.mobile-nav-menu li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s;
    font-weight: 500;
}

.mobile-nav-menu li a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.mobile-sosyal-medya {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.mobile-sosyal-medya li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s;
    text-decoration: none;
}

.mobile-sosyal-medya li a:hover {
    background: #fff;
    color: #2ecc71;
}


.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}


.slider-section {
    position: relative;
}

.mySwiper {
    height: 600px;
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(135deg,
            rgba(56, 196, 63, 0.15) 25%,

            rgba(207, 22, 22, 0.15) 75%);
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    width: 90%;
    max-width: 800px;
}

.slide-title {
    font-size: 52px;
    font-weight: 650;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease;
}

.slide-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    opacity: 0.95;
    animation: fadeInUp 0.8s ease 0.2s backwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: #2DCA70;
    border-radius: 100px;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}

.animated-button svg {
    position: absolute;
    width: 24px;
    fill: #ffffff;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
    right: 16px;
}

.animated-button .arr-2 {
    left: -25%;
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #29B664;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #ffffff;
    border-radius: 12px;
}

.animated-button:hover .arr-1 {
    right: -25%;
}

.animated-button:hover .arr-2 {
    left: 16px;
}

.animated-button:hover .text {
    transform: translateX(12px);
}

.animated-button:hover svg {
    fill: #ffffff;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #29B664;
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}





.custom-swiper-button-prev,
.custom-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.custom-swiper-button-prev:hover,
.custom-swiper-button-next:hover {
    background: #2ecc71;
    transform: translateY(-50%) scale(1.1);
}

.custom-swiper-button-prev {
    left: 30px;
}

.custom-swiper-button-next {
    right: 30px;
}

.custom-swiper-button-prev svg,
.custom-swiper-button-next svg {
    width: 24px;
    height: 24px;
    fill: #2ecc71;
    transition: fill 0.3s;
}

.custom-swiper-button-prev:hover svg,
.custom-swiper-button-next:hover svg {
    fill: #fff;
}





@media (max-width: 991px) {
    .header-topbar {
        display: none;
    }

    .nav-menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .slide-title {
        font-size: 36px;
    }

    .slide-subtitle {
        font-size: 16px;

    }

    .mySwiper {
        height: 450px;
    }

    .custom-swiper-button-prev,
    .custom-swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .custom-swiper-button-prev {
        left: 15px;
    }

    .custom-swiper-button-next {
        right: 15px;
    }
}

@media (max-width: 576px) {
    .slide-title {
        font-size: 28px;
    }

    .slide-subtitle {
        font-size: 14px;
    }

    .animated-button {
        padding: 12px 30px;
        font-size: 14px;
    }

    .mySwiper {
        height: 400px;
    }
}










/* --- HAKKIMIZDA --- */


#hakkimizda {
    padding: 60px 0 40px 0 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;

}


#hakkimizda::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.08), rgba(25, 135, 84, 0.08));
    border-radius: 50%;
    top: -100px;
    right: -100px;
    z-index: 0;
}

#hakkimizda::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.06), rgba(220, 53, 69, 0.06));
    border-radius: 50%;
    bottom: -80px;
    left: -80px;
    z-index: 0;
}

#hakkimizda .container {
    position: relative;
    z-index: 1;
}


.tarihce-img {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

.tarihce-img-wrapper:hover .tarihce-img {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.tarihce-img-wrapper {
    position: relative;
}

.tarihce-img-wrapper::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 80%;
    background: linear-gradient(135deg, #dc3545 0%, #198754 100%);
    border-radius: 20px;
    top: 40px;
    left: 3 0px;
    z-index: -1;
    opacity: 0.15;
    transition: all 0.4s ease;
}

.tarihce-img-wrapper:hover::before {
    transform: translate(10px, 10px);
    opacity: 0.25;
}


.sayfaBaslik {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.sayfaBaslik h2 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #dc3545 0%, #198754 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}




.tarihcemiz-p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}

.tarihcemiz-p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: calc(100% - 10px);
    background: linear-gradient(180deg, #dc3545 0%, #198754 100%);
    border-radius: 2px;
}





.tarihcemiz-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 190px;
    padding: 10px 30px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: #2DCA70;
    border-radius: 100px;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}


.tarihcemiz-button svg {
    position: absolute;
    width: 24px;
    fill: #ffffff;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}


.tarihcemiz-button .arr-1 {
    right: 16px;
}


.tarihcemiz-button .arr-2 {
    left: -25%;
}


.tarihcemiz-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #29B664;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);

}


.tarihcemiz-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;


}



.tarihcemiz-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #ffffff;
    border-radius: 12px;
}

.tarihcemiz-button:hover .arr-1 {
    right: -25%;
}

.tarihcemiz-button:hover .arr-2 {
    left: 16px;
}

.tarihcemiz-button:hover .text {
    transform: translateX(12px);
}

.tarihcemiz-button:hover svg {
    fill: #ffffff;
}

.tarihcemiz-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #29B664;
}

.tarihcemiz-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}


@media (max-width: 991px) {
    .hakkimizda {
        padding: 60px 0;
    }

    .sayfaBaslik h2 {
        font-size: 2rem;
    }

    .col-lg-7::before {
        display: none;
    }

    .tarihce-img {
        margin-bottom: 30px;
    }

    .tarihce-img-wrapper::before {
        display: none;
    }
}

@media (max-width: 576px) {
    .sayfaBaslik h2 {
        font-size: 1.75rem;
    }

    .tarihcemiz-p {
        font-size: 1rem;
        padding-left: 15px;
    }

    .tarihcemiz-btn {
        padding: 12px 30px;
        font-size: 0.95rem;
    }

    .hakkimizda::before,
    .hakkimizda::after {
        display: none;
    }
}


.col-lg-7:hover .tarihcemiz-p {
    color: #212529;
}

.col-lg-7:hover .sayfaBaslik h2 {
    animation: textShine 2s linear infinite;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

/* --- PROJELER --- */

.projects-section {
    padding: 60px 0 40px 0 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;

}


.projects-section::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.08), rgba(25, 135, 84, 0.08));
    border-radius: 50%;
    top: -100px;
    right: -100px;
    z-index: 0;
}

.projects-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.06), rgba(220, 53, 69, 0.06));
    border-radius: 50%;
    bottom: -80px;
    left: -80px;
    z-index: 0;
}

.projects-section .container {
    position: relative;
    z-index: 1;
}

.projects-section {

    overflow: hidden;

}

.project-card {
    position: relative;

    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    height: 100%;

}

.project-title {

    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 900 !important;
    color: #198D53;
    margin-bottom: 30px;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}


.project-card:hover .btn-floating {
    background-color: #29B664;

    color: #ffffff;

    border-color: #29B664;

    bottom: -15px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);

}


.img-wrapper {
    height: 200px;
    background-color: #eee;
}

.img-wrapper img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .img-wrapper img {
    transform: scale(1.05);
}


.btn-floating {
    position: absolute;
    bottom: -20px;

    left: 50%;

    transform: translateX(-50%);

    background-color: #ffffff;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;

    border: 2px solid #9a9b9a;

    white-space: nowrap;
    z-index: 10;
    transition: all 0.3s ease;
}




/* --- Slider ve Ok Ayarları --- */

.myProjectSwiper {

    padding-bottom: 60px !important;
    padding-top: 20px !important;
    overflow: hidden;

}

.swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.swiper-slide .project-card {
    width: 100%;
}


.custom-nav-btn {
    width: 45px !important;
    height: 45px !important;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #198D53 !important;

    transition: all 0.3s ease;
}


.custom-nav-btn::after {
    font-size: 18px !important;
    font-weight: bold;
}


.custom-nav-btn:hover {
    background-color: #198D53;
    color: #ffffff !important;
    transform: scale(1.1);
}


.swiper-button-prev {
    left: -40px !important;

}

.swiper-button-next {
    right: -40px !important;

}



@media (max-width: 768px) {


    .custom-nav-btn {
        display: none !important;
    }
}



@keyframes float {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(40px, 40px);
    }
}









/*  MOBİL DÜZENLEME */
@media (max-width: 768px) {


    #hakkimizda {
        width: 100%;
        overflow: hidden;

    }


    #hakkimizda .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }


    .tarihce-content {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;

    }


    .tarihcemiz-p {
        width: 100% !important;
        word-wrap: break-word !important;

        overflow-wrap: break-word !important;
        text-align: left !important;

    }


    .tarihce-img-wrapper {
        width: 100% !important;
        padding: 0 15px !important;

        margin-bottom: 20px;
    }

    .tarihce-img {
        width: 100% !important;
        height: auto !important;
    }
}

.short_image {
    height: 150px;
    width: 100%;
    color: var(--renk1);
    display: flex;
    align-items: center;
    position: relative;
}

.short-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.short-title h1 {
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--renk1);
}

.bread-nav {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    margin: 0;
    background: transparent;
}

.breadcrumb .breadcrumb-item,
.breadcrumb-item a {
    color: var(--renk1) !important;
}


/*.breadCrumbLink {*/
/*    padding-top: 15px;*/
/*    display: flex;*/
/*    justify-content: end;*/
/*}*/

/*.breadCrumbLink ul {*/
/*    padding-left: 10px;*/
/*}*/

/*.breadCrumbLink li {*/
/*    color: var(--white);*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/
/*.breadCrumbLink li a {*/
/*    color: var(--white);*/
/*}*/
/*.breadCrumbLink li:not(:first-of-type) {*/
/*    margin-left: 15px;*/
/*}*/
/*.breadCrumbLink li:not(:first-of-type)::before {*/
/*    content: "/";*/
/*    position: absolute;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    left: -11px;*/
/*    color: var(--white);*/
/*}*/

.hk-content {
    padding: 10px;
    background-color: white;
}

.hk-img {
    width: 100%;
    max-height: 500px;
}

figure.snip0023 {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
}

figure.snip0023 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snip0023 * {
    box-sizing: border-box;
}

.faaliyetimg {
    width: 100%;
    height: 191px;
}

figure.snip0023>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.snip0023>div::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-image: linear-gradient(45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}

figure.snip0023 i {
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    padding: 6px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.05s linear;
    transition: 0.05s linear;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
}

figure.snip0023 .curl {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    transition: all .4s ease;
}

figure.snip0023 .curl:before,
figure.snip0023 .curl:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgb(0 0 0 / 30%);
    transform: skew(-10deg) rotate(-6deg);
}

figure.snip0023 .curl:after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
}

figure.snip0023:hover>div::before,
figure.snip0023.hover>div::before {
    opacity: 1;
}

figure.snip0023:hover i,
figure.snip0023.hover i {
    opacity: 0.7;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.snip0023:hover .curl,
figure.snip0023.hover .curl {
    width: 90px;
    height: 90px;
}

.alt_baslik {
    height: 60px;
    text-align: center;
    color: black;
    font-weight: 500;
}

.whatsapp_sor {
    color: white;
    bottom: 50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    left: 30px;
    background: #34AF23;
    text-align: center;
    z-index: 99;
    font-size: 30px;
    text-decoration: none;
    border-radius: 100%;
    transition: all .2s;
}

.whatsapp_sor:hover {
    color: white;
    height: 60px;
    width: 60px;
    left: 25px;
    bottom: 45px;
}

.joinchat__box {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 48px;
    left: 28px;
    z-index: 9999;
    width: calc(100vw - 20px*2);
    max-width: 400px;
    min-height: 170px;
    max-height: calc(100vh - 20px - 20pc);
    border-radius: 32px;
    background: transparent;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
    text-align: left;
    overflow: hidden;
    transform: scale3d(0, 0, 0);
    opacity: 0;
    transition: max-height .2s ease-out, opacity .4s ease-out, transform 0s linear .3s;
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: 10% 100%;
}

.joinchat__header {
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    height: 70px;
    padding: 0 70px 0 26px;
    margin: 0;
    background: rgb(37, 209, 102);
}

.joinchat__powered {
    font-size: 11px;
    line-height: 18px;
    color: inherit !important;
    text-decoration: none !important;
    fill: white;
    opacity: .8;
}

.joinchat__powered svg {
    display: inline-block;
    width: auto;
    height: 18px;
    vertical-align: -30%;
}

.joinchat__close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 34px;
    margin-top: -16px;
    border-radius: 50%;
    background-size: 12px;
    cursor: pointer;
    transition: background-color .3s ease-out;
}

.joinchat__box__scroll {
    padding: 20px 0 calc(60px + 10px) 70px;
    background: #fff linear-gradient(0deg, rgba(37, 211, 102, 0.04), rgba(37, 211, 102, 0.04));
    overflow-x: hidden;
    overflow-y: auto;
    will-change: scroll-position;
}

.joinchat__message {
    position: relative;
    min-height: 60px;
    padding: 17px 20px;
    margin: 0 26px 26px;
    border-radius: 32px;
    background: #fff;
    color: #4a4a4a;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    transform: translateZ(0);
}

.joinchat--show {
    opacity: 1;
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.18, .89, .32, 1.28);
}

.wp-btn {
    font-weight: 600;
    transition: all .4s;
    background-color: #25d166;
    color: white;
    border-radius: 30px;
    padding: 15px 20px;
    margin-right: 20px;
    margin-left: 26px;
}

.wp-btn:hover {
    color: white;
    background-color: #3aec7b;
}

.say-list {
    width: 100%;
    text-align: center;
    background-color: var(--renk1);
    padding: 10px 10px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
}

.say-list:hover {
    background-color: var(--renk2);
}

.btn-style-1 {
    background-color: var(--renk1);
    color: white;
    padding: 2px 20px;
    display: inline-flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-style-1:hover {
    color: white;
}

.btn-style-1 span {
    position: relative;
    z-index: 2;
}

.btn-style-1:hover span {
    color: var(--renk1);
}

.btn-style-1:hover {
    border: 1px solid var(--renk1);
    background-color: white;
}

.harita iframe {
    width: 100%;
    height: 350px;
}

.z-10 {
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 998px) {
    .swiper-button-next {
        right: -30px;
    }

    .swiper-button-prev {
        left: -30px;
    }
}

@media screen and (min-width: 450px) and (max-width: 998px) {
    .swiper-button-next {
        right: -15px;
    }

    .swiper-button-prev {
        left: -15px;
    }
}

@media screen and (max-width: 450px) {
    .sayfaDetay-img {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
    }
}

.mag-timeline-section {
    position: relative;
    background-color: #ffffff;

    color: #000000;
    padding: 50px 0;
    overflow-x: hidden;
}


.mag-bg-decor {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 20%) !important;
    background-attachment: fixed !important;
    z-index: 0 !important;
    pointer-events: none;
}


.mag-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 4px;
    color: #d4af37;
    /* Altın rengi */
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.mag-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: #CA2324;
    margin-bottom: 30px;
}

.mag-separator {
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, rgb(39, 174, 96) 0%, rgba(39, 174, 96, 0) 100%);
    margin: 0 auto;
    border-radius: 10px;

}


.mag-row {
    margin-bottom: 60px;

    position: relative;
    z-index: 1;
    opacity: 0;

    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);

}


.mag-row:nth-child(even) {
    flex-direction: row-reverse;
}


.mag-row:nth-child(odd) {
    transform: translateX(-50px);
}

.mag-row:nth-child(even) {
    transform: translateX(50px);
}

.mag-row.mag-in-view {
    opacity: 1;
    transform: translateX(0);
}


.mag-img {
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);




}



.mag-content {
    padding: 40px;
    position: relative;
}


.mag-year-bg {
    position: absolute;
    top: -40px;
    left: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 10rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.08);
    line-height: 1;
    z-index: -1;
    user-select: none;
}

.mag-year-bg.text-gold {
    color: rgba(212, 175, 55, 0.1);

}

.mag-event-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;

    color: #198D53;
}

.mag-event-title-2 {

    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #198D53;
}

.mag-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8;
    color: #303030;
    margin-bottom: 25px;
    border-left: 2px solid #242323;
    padding-left: 20px;
}


.mag-tag {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
}

.mag-tag-gold {
    background-color: #CA2324;
    color: #ffffff;
    border-color: #d4af37;
    font-weight: bold;
}

.mag-tag-bronze {
    background-color: #CA2324;
    color: #fff;
    border-color: #cd7f32;
}

/* MOBİL UYUMLULUK */
@media (max-width: 992px) {
    .mag-year-bg {
        font-size: 6rem;
        /* Mobilde yılı küçült */
        top: 0;
    }

    .mag-event-title {
        font-size: 2rem;
    }

    .mag-row,
    .mag-row:nth-child(even) {
        flex-direction: column;
        /* Mobilde hep alt alta */
        margin-bottom: 60px;
        text-align: center;
    }

    .mag-text {
        border-left: none;
        /* Çizgiyi kaldır */
        padding-left: 0;
    }

    .mag-year-bg {
        left: 50%;
        transform: translateX(-50%);

    }
}





/* Yazı Stili */
.tab-text {
    font-weight: 600;
    font-size: 1.1rem;
    color: #6c757d;
    /* Gri renk */
    position: relative;
    padding-bottom: 5px;
}








.achievements-p {
    position: relative;

    z-index: 1;

    max-width: 750px;

    margin: 0 auto;

    color: #333;

    font-size: 1.15rem;

    line-height: 1.7;

    font-weight: 500;

}


.achievements-p::before {
    content: '\201C';

    position: absolute;

    top: -20px;
    left: -30px;


    font-size: 140px;

    font-family: serif;

    line-height: 1;


    color: #198754;

    opacity: 0.25;


    z-index: -1;

}


.custom-tab-btn.active {
    opacity: 1;
}


.custom-tab-btn.active .tab-ball-img {
    filter: grayscale(0%);

    transform: scale(1.15) translateY(-10px) rotate(360deg);
}


.custom-tab-btn.active .tab-text {
    color: #28a745;

}


.custom-tab-btn .tab-text::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    bottom: 0;
    left: 50%;
    background-color: #28a745;
    transition: width 0.3s ease, left 0.3s ease;

    transform: translateX(-50%);

}

.custom-tab-btn.active .tab-text::after {
    width: 100%;

}



.tab-pane.active {
    animation: slideUpFade 0.6s ease-out forwards;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(20px);
        /* 20px aşağıdan başla */
    }

    to {
        opacity: 1;
        transform: translateY(0);
        /* Yerine otur */
    }
}





/* MOBİL UYUMLULUK */
@media (max-width: 992px) {
    .joy-title {
        font-size: 2.5rem;
    }

    .joy-floating-card {
        right: 0;
        bottom: -20px;
    }

    .joy-image-wrapper {
        margin-bottom: 40px;
    }
}


@media (max-width: 768px) {


    .mag-timeline-section,
    .projects-section {
        padding: 20px 0 !important;
    }


    section {
        margin-bottom: 0 !important;
    }

    #hakkimizda {
        padding: 20px 0 10px 0 !important;
    }


    .mag-row {
        margin-bottom: 15px !important;
    }


    .mag-timeline-section+.mag-timeline-section {
        padding-top: 0 !important;
    }

    s .sayfaBaslik {
        margin-bottom: 15px !important;
    }
}


/* ---  İLETİŞİM SAYFASI  --- */

/* --- İletişim Form Alanı --- */
.contact-form-card {
    border: 1px solid rgba(64, 182, 17, 0.05);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    color: #198D53 !important;

}

.form-control:focus {
    box-shadow: #198D53 !important;
    border: 1px solid #198D53 !important;
    background-color: #fff !important;
}

.info-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer;
}


.icon-box-lg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.bg-green-light {
    background-color: rgba(25, 141, 83, 0.1);
}

.text-green {
    color: #198D53;
}

.bg-blue-light {
    background-color: rgba(13, 110, 253, 0.1);
}

.text-blue {
    color: #0d6efd;
}

.bg-orange-light {
    background-color: rgba(253, 126, 20, 0.1);
}

.text-orange {
    color: #fd7e14;
}


.social-connect-card {
    position: relative;
    overflow: hidden;
}


.social-connect-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.social-icon-lg {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.social-icon-lg:hover {
    background: white;
    transform: rotate(360deg);
}

.social-icon-lg.facebook:hover {
    color: #3b5998;
}

.social-icon-lg.twitter:hover {
    color: #1da1f2;
}

.social-icon-lg.instagram:hover {
    color: #c32aa3;
}

.social-icon-lg.youtube:hover {
    color: #ff0000;
}



.social-btn-contact {
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}



/* ---  TARİHÇE SAYFASI  --- */



.history-classic {

    /*background-color: #ffffff;*/
}


.simple-image-wrapper img {

    border-radius: 8px;

    object-fit: cover;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.history-text p {
    font-size: 1rem;
    line-height: 1.7;

    color: #555;

}


.achievements-simple ul li {
    font-size: 0.95rem;
    color: #444;
    display: flex;
    align-items: center;

}


@media (max-width: 991px) {


    .simple-image-wrapper {
        margin-bottom: 30px;
    }
}



.letter-spacing-2 {
    letter-spacing: 2px;
}

.separator-center {
    width: 80px;
    height: 4px;
    background-color: #198D53;
    border-radius: 2px;
}



.timeline-clean {
    position: relative;
    padding-left: 20px;

}

.timeline-item {
    display: flex;
    padding-bottom: 50px;
    position: relative;
    border-left: 2px solid #e9ecef;
}

.year-col {
    flex: 0 0 100px;
    padding-left: 20px;

    padding-top: 5px;

    position: relative;
}


.timeline-item::before {
    content: '';
    position: absolute;
    left: -6px;

    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #198D53;

    border-radius: 50%;
    border: 2px solid #fff;

    box-shadow: 0 0 0 2px #198D53;

}

.year-label {
    font-weight: 800;
    font-size: 1.5rem;
    color: #ced4da;

    line-height: 1;
}


.content-col {
    flex: 1;

    padding-left: 30px;
}


.location-badge {
    font-size: 0.85rem;
    color: #198D53;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}



.highlight-success::before {
    background-color: #ffc107;


    width: 14px;
    height: 14px;
    left: -8px;
}

.bg-success-light {
    background-color: rgba(25, 141, 83, 0.08) !important;

}


@media (max-width: 768px) {
    .timeline-item {
        flex-direction: column;

        padding-bottom: 40px;
        border-left: 2px solid #e9ecef;
    }

    .year-col {
        flex: auto;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .content-col {
        padding-left: 20px;
    }
}




.edge-nav-wrapper {
    position: -webkit-sticky;

    position: sticky;
    top: 180px;

    z-index: 10;

}

.edge-tab-btn {

    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 15px;
    width: 85%;
    background-color: #ffffff !important;
    padding: 10px 15px !important;
    margin-bottom: 20px;
    border-radius: 0 50px 50px 0 !important;
    border: none !important;
    border-right: 4px solid #e0e0e0 !important;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    position: relative;
    overflow: hidden;
}


.edge-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    transition: transform 0.5s ease-in-out;
}


.edge-text {
    font-weight: 800;
    font-size: 0.95rem;
    color: #666;
    white-space: nowrap;

}


.edge-tab-btn:hover {
    transform: translateX(0);

    width: 95%;

    background-color: #f8fff9 !important;
}


.edge-tab-btn.active {
    background-color: #198D53 !important;

    transform: translateX(0);
    width: 100%;

    box-shadow: 10px 10px 30px rgba(25, 141, 83, 0.4);
    border-right: 4px solid #11693c !important;

}

#lig-tab.active {
    background-color: #CA2324 !important;

    transform: translateX(0);
    width: 100%;

    box-shadow: 10px 10px 30px rgba(141, 8, 8, 0.4);
    border-right: 4px solid #c40c0c !important;
}



.edge-icon img {
    width: 20px;
    transition: filter 0.3s ease;
    filter: grayscale(100%);
}



.edge-tab-btn.active .edge-icon {
    transform: rotate(360deg) scale(1.1);
}

.edge-tab-btn.active .edge-icon img {
    filter: none;

}

.edge-tab-btn.active .edge-text {
    color: #fff;

}



.mobile-nav-custom {
    border-bottom: 1px solid #eee;

    padding-bottom: 10px;
}


.mobile-icon-tab {
    background: transparent !important;

    border: none !important;
    padding: 10px 15px !important;
    display: flex;
    flex-direction: column;

    align-items: center;
    gap: 10px;
    opacity: 0.5;

    transition: all 0.3s ease;
    position: relative;
}


.mobile-ball-wrapper {
    width: 30px;

    height: 50px;

    transition: transform 0.3s ease;
}

.mobile-ball-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);

    transition: filter 0.3s ease;
}




.mobile-tab-label {
    font-weight: 700;
    font-size: 0.9rem;
    color: #999;

    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.mobile-icon-tab.active {
    opacity: 1;

}


.mobile-icon-tab.active .mobile-ball-wrapper img {
    filter: grayscale(0%);

    transform: scale(1.1);
}


.mobile-icon-tab.active .mobile-tab-label {
    color: #198D53;

}

.mobile-icon-tab::after {
    content: '';
    position: absolute;
    bottom: -11px;

    left: 0;
    width: 0%;
    height: 3px;
    background-color: #198D53;
    transition: width 0.3s ease;
    left: 50%;
    transform: translateX(-50%);
}

.mobile-icon-tab.active::after {
    width: 100%;

}


/* GENEL AYARLAR */
.wb-section-wrapper {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.wb-section-heading {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* --- TEMA RENKLERİ --- */
#wb-national-section {
    background-color: #198D53;
    color: #fff;
}

#wb-national-section .wb-section-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 900 !important;
    color: #ffffff;
    margin-bottom: 30px;
}

#wb-international-section {
    background-color: #e0e0e0;
    color: #333;
}

#wb-international-section .wb-section-heading {
    color: #16213e;
}

/* --- SLIDER CONTAINER --- */
.wb-timeline-slider {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 20px;
    position: relative;
    /* Okların konumlanması için gerekli */
}

/* KART TASARIMI */
.wb-timeline-slider .wb-timeline-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    /* Dikdörtgen genişlik */
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    position: relative;
}

.wb-slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.wb-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    box-sizing: border-box;
    color: #fff;
}

.wb-year-tag {
    background-color: #e94560;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    width: fit-content;
    transform: translateY(30px);
    transition: transform 0.4s ease;
}

#wb-international-section .wb-year-tag {
    background-color: #0f3460;
}

.wb-slide-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px 0;
    color: #fff;
    transform: translateY(30px);
    transition: transform 0.4s ease 0.1s;
}

.wb-slide-desc {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 15px;
    color: #ddd;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease 0.2s;
}

.wb-inspect-btn {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.3s;
    width: fit-content;
}

.wb-inspect-btn:hover {
    background-color: #fff;
    color: #000;
}

/* HOVER ACTIONS */
.wb-timeline-slider .wb-timeline-slide:hover .wb-slide-bg {
    transform: scale(1.1);
}

.wb-timeline-slider .wb-timeline-slide:hover .wb-year-tag,
.wb-timeline-slider .wb-timeline-slide:hover .wb-slide-title,
.wb-timeline-slider .wb-timeline-slide:hover .wb-slide-desc,
.wb-timeline-slider .wb-timeline-slide:hover .wb-inspect-btn {
    transform: translateY(0);
    opacity: 1;
}

/* PAGINATION */
.wb-timeline-pagination {
    text-align: center;
    position: absolute;
    bottom: 10px !important;
    width: 100%;
    z-index: 10;
}

.wb-timeline-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #999;
    opacity: 0.5;
    transition: all 0.3s;
    margin: 0 5px;
    border-radius: 50%;
}

.wb-timeline-pagination .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 5px;
    opacity: 1;
}

.wb-national-pagination .swiper-pagination-bullet-active {
    background: #e94560;
}

.wb-international-pagination .swiper-pagination-bullet-active {
    background: #0f3460;
}


.wb-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);

    backdrop-filter: blur(5px);
    color: #fff;
    transition: all 0.3s ease;
    z-index: 20;

}

.wb-nav-btn:after {
    font-size: 20px;
    font-weight: bold;
}

.wb-nav-btn:hover {
    background-color: #fff;
    transform: scale(1.1);
}


#wb-national-section .wb-nav-btn {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#wb-national-section .wb-nav-btn:hover {
    color: #e94560;
}


#wb-international-section .wb-nav-btn {
    background-color: rgba(0, 0, 0, 0.1);
    color: #16213e;
}

#wb-international-section .wb-nav-btn:hover {
    background-color: #16213e;
    color: #fff;
}


@media (max-width: 768px) {
    .wb-nav-btn {
        display: none;
    }
}




.wb-nav-btn {
    width: 50px;
    height: 50px;
    background-color: #ffffff;

    border-radius: 50%;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100 !important;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}


.wb-nav-btn::after {
    font-size: 22px !important;
    font-weight: bold;
}


.wb-national-next,
.wb-international-next {
    right: 20px !important;

}

.wb-national-prev,
.wb-international-prev {
    left: 20px !important;

}


#wb-national-section .wb-nav-btn {
    color: #e94560;

    background-color: #fff;

}

#wb-national-section .wb-nav-btn:hover {
    background-color: #e94560;
    color: #fff;
}


#wb-international-section .wb-nav-btn {
    color: #16213e;

    background-color: #fff;

    border: 1px solid #ddd;
}

#wb-international-section .wb-nav-btn:hover {
    background-color: #16213e;
    color: #fff;
}


.wb-timeline-slider {
    position: relative;
    padding-left: 0;
    padding-right: 0;

    overflow: hidden;
}

.basari-title {
    font-size: 60px;
}

.basari-text {
    font-size: 20px;
    margin-top: 25px;
}



.basari-hero-section {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background-image: url('../img/basketball.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 -100px 100px -50px rgba(0, 0, 0, 1);
}

#basari-yolculugu {
    scroll-margin-top: 100px;

}

.basari-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.basari-text-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}


.scroll-down-wrapper {
    /*position: absolute;*/
    /*bottom: 30px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    z-index: 10;
    cursor: pointer;
    text-decoration: none;

}


.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 20px;
    position: relative;
    margin: 0 auto 10px auto;

}


.wheel {
    width: 4px;
    height: 8px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-animation 1.5s infinite;

}

/* --- MOBİL UYUMLULUK AYARLARI --- */

@media (max-width: 768px) {


    .basari-hero-section {
        height: 60vh;

        min-height: 500px;

    }


    .basari-title {
        font-size: 32px !important;

        line-height: 1.2;

        margin-bottom: 15px;
    }


    .basari-text {
        font-size: 16px !important;

        line-height: 1.5;

        padding: 0 10px;

    }


    .basari-text-container {
        width: 100%;
        padding: 0 20px;

    }


    .scroll-down-wrapper {
        bottom: 50px;

    }
}


@media (max-width: 480px) {
    .basari-title {
        font-size: 28px !important;
    }

    .basari-text {
        font-size: 15px !important;
    }
}

@keyframes scroll-animation {
    0% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 30px;
        opacity: 0;
    }
}



@keyframes arrow-animation {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(10px, 10px);
    }
}


html {
    scroll-behavior: smooth;
}

@media (max-width: 992px) {


    .mag-row:nth-child(even) {
        transform: translateX(0) !important;
    }


    .mag-row:nth-child(odd) {
        transform: translateX(0) !important;
    }

    .mag-row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}


.mobile-nav-wrapper {
    position: relative;
    z-index: 20;

    padding: 0 15px;

    margin-top: -30px;

}

.mobile-nav-bar {
    background-color: #ffffff;
    border-radius: 50px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

    padding: 2px;

    display: flex;
    justify-content: space-between;

    width: 100%;
}


.mobile-bar-btn {
    flex: 1;

    border-radius: 40px !important;

    padding: 12px 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    color: #888 !important;

    background: transparent;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    white-space: nowrap;

}


.mobile-bar-btn.active {
    background-color: #198D53 !important;

    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(25, 141, 83, 0.3);

    transform: scale(1.02);

}

#mobile-lig-tab.active {
    background-color: #CA2324 !important;
    box-shadow: 0 4px 10px rgba(202, 35, 36, 0.3);
}

/* --- PROJE KARTLARI --- */

.projects-grid-section {
    background-color: #f8f9fa;

}


.aesthetic-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    top: 0;
}


.aesthetic-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}


.aesthetic-img-wrapper {
    height: 220px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.aesthetic-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}


.aesthetic-card:hover .aesthetic-img-wrapper img {
    transform: scale(1.1);
}


.aesthetic-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #333;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.aesthetic-badge.instagram-bg {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
}


.aesthetic-body {
    padding: 25px 30px 35px 30px;
}


.aesthetic-title {
    font-family: 'Montserrat', sans-serif;

    font-size: 1.2rem;
    font-weight: 700;
    color: #CA2324;

    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.aesthetic-card:hover .aesthetic-title {
    color: #a01213;

}


.aesthetic-text {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 0;
}


.separator-center {
    width: 60px;
    height: 4px;
    background-color: #198D53;
    border-radius: 2px;
}


@media (max-width: 768px) {
    .aesthetic-img-wrapper {
        height: 200px;
    }

    .aesthetic-body {
        padding: 20px;
    }
}

/* --- AVRUPA VE TSB MOBİL DÜZELTMESİ --- */

.avrupa {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}


@media (max-width: 991px) {
    .avrupa .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }


    .avrupa .mag-row {
        transform: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .avrupa .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
}


.tsb-ligi {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}
.ortalaX{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .tsb-ligi .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .tsb-ligi .mag-row {
        transform: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    .tsb-ligi .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
}

/* Renk Değişkenleri */


.joy-section {
    background-color: #ffffff;

    overflow: hidden;

}


.image-wrapper {
    position: relative;
    z-index: 2;

    transition: transform 0.3s ease;
}

.image-wrapper:hover {
    transform: scale(1.02);

}

.project-img {
    border: 5px solid white;

    object-fit: cover;
}


.abstract-blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;

    height: 120%;
    background-color: rgba(25, 141, 83, 0.15);

    z-index: 1;

    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;

    animation: blob-float 8s ease-in-out infinite alternate;

}


@keyframes blob-float {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(-50%, -60%) rotate(10deg);
    }
}



/* Responsive Ayarlar */
@media (max-width: 991px) {
    .abstract-blob {
        width: 100%;
        height: 100%;
    }

    .col-lg-6 {
        text-align: center;
        /* Mobilde metni ortala */
    }

    .col-lg-6.ps-lg-5 {
        padding-left: 0 !important;
        /* Mobilde sol boşluğu sıfırla */
        margin-top: 2rem;
    }
}
.form-floating {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
}

/*CONTAINER*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
.ck-content ul, .ck-content li{
    list-style-type: circle;
}
.fsz-12{
    font-size: 12px;
}
.fsz-14{
    font-size: 14px;
}
.fsz-16{
    font-size: 16px;
}
.fsz-18{
    font-size: 18px;
}
.fsz-20{
    font-size: 20px;
}
.fsz-22{
    font-size: 22px;
}

.hbt-card{
    width: 100%;
    margin: 15px 0;
    position: relative;
    border-radius: 10px;
    transition: all .4s;
}
.hbt-card-top{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 17px;
}
.hbt-card:hover .hbt-card-top{
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 17px;
}
.hbt-card-top::before{
    content: "\2b";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: white;
    z-index: 5;
    position: absolute;
    transform: scale(0);
    transition: all .4s;
}
.hbt-card-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.hbt-card:hover .hbt-card-top img{
    filter: brightness(0.5);
}
.hbt-card:hover .hbt-card-top::before{
    transform: scale(1);
}
.hbt-card-title{
    width: 100%;
    height: 80px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    padding: 5px 10px;
}

/* popup */


.pop-kutu, .pop-up img {
    width: 100%;
    height: 100%;
}
.pop-up img{
    border-radius: 10px;
}
.pop-kapat{
    cursor: pointer;
}
.pop-kutu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, .7)
}
.pop-up .gosterme{
    position: absolute;
    bottom: 12px;
    border-radius: 5px;
    padding: 3px 20px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.pop-up .kapat{
    position: absolute;
    bottom: 10px;
    border-radius: 5px;
    padding: 3px 20px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.kapat span i, .gosterme span i {
    font-size: 9px;
    position: relative !important;
    left: -9px;
    right: auto;
    float: left;
}
.pop-up .gosterme span, .pop-up .kapat span{
    z-index: 2;
    transition: all .4s;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-up .kapat:hover span i, .pop-up .gosterme:hover span i{
    color: var(--renk1);
}
.pop-up .gosterme:hover span, .pop-up .kapat:hover span{
    color: var(--renk1);
}
.pop-up .gosterme:hover::before, .pop-up .kapat:hover::before{
    width: 120%;
    left: -10%;
}
.pop-up .gosterme::before, .pop-up .kapat::before{
    content: "";
    left: 15px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    width: 0;
    aspect-ratio: 1/1;
    transition: all .4s;
}
.pop{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
}
.pop-up {
    margin: 0 15px;
    z-index: 3000 !important;
    border-radius: 10px;
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
    max-height: 80vh;
    max-width: 1200px;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    aspect-ratio: 1 / 1;
}
.pop-up img{
    border: 10px solid white;
}

.pop-up i {
    position: absolute;
    right: -13px;
    cursor: pointer;
    font-size: 26px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    transition: all .2s;
    opacity: 1 !important;
    color: white;
}
.pop-up i:hover{
    color: white;
    transform: scale(1.1);
}
.pop .fa-circle-xmark{
    top: -13px;
}