@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
/*Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
    font-size: 14px;
}

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}



.pb-3 {
    padding-bottom: 0 !important;
}

.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: none;
}




/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: "Poppins", sans-serif;*/
    font-weight: 400;
}

:root {
    /* Ana Renkler */
    --blue-dark: #223d99;
    /* Header, footer, güçlü alanlar */
    --blue-main: #00a5e7;
    /* Buton, link, vurgu */
    --blue-light: #BBDEFB;
    /* Arka plan, kutular */
    --blue-lighter: #E3F2FD;
    /* Daha açık arka plan veya hover */
    /* Vurgu (Çok Az Yeşil) */
    --green-accent: #429c3c;
    /* Link hover, küçük vurgular */
    --blue-accent: #00ACC1;
    /* CTA butonlar, önemli alanlar */
    /* Nötr Renkler */
    --gray-dark: #263238;
    /* Metinler */
    --gray-light: #ECEFF1;
    /* Kontrast arka plan */
    --white: #ffffff;
    /* Temel beyaz */
    /* Border / Radius */
    --Sradius: 6px;
    --Sborder: 1px solid rgba(255, 255, 255, 0.18);
}

html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    font-size: 16px;
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    height: 100%;
    /*color: rgb(76, 76, 76);*/
    color: var(--gray-dark);
    font-family: "Sora", sans-serif;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

.section1,
.section2,
.section3,
.section4,
.sectionPlus {
    width: 100%;
    height: auto;
    min-height: 600px;
}

button {
    cursor: pointer;
}

.miniFotn {
    font-size: 10px;
}
/* ---------- Dil Değiştirme ---------- */
.DilContainer {
    position: fixed;
    z-index: 9;
    top: 30%;
    left: -110px;
    width: 150px;
    height: 250px;
    background: rebeccapurple;
    background: var(--blue-dark);
    background: rgba(34, 61, 153, 0.70);
    background: linear-gradient(135deg, #00a5e7, #223d99);
    /*border: 1px solid #e2e2e2;*/
    border-radius: 12px;
    transition: .5s all;
    display: flex;
    padding: 5px;
    justify-content: space-around;
    align-items: center;
}

    .DilContainer:hover {
        left: -10px;
        cursor: pointer;
    }

        .DilContainer:hover .DillerKapali {
            display: none;
        }

.Diller {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 100px;
    height: 200px;
}

.Diller-a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 30px;
    border-radius: 12px;
    background: white;
    color: #333E48;
    transition: .5s all;
    font-size: 12px;
}

    .Diller-a img {
        width: 22px;
        height: 14px;
        margin-right: 3px;
    }

.DillerKapali {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20px;
    height: 100px;
}

/* ---------- İletişim ---------- */
.iletisimContainer {
    position: fixed;
    z-index: 9;
    top: 30%;
    right: -110px;
    width: 150px;
    height: 250px;
    background: rebeccapurple;
    background: #223d99;
    background: var(--blue-dark);
    background: rgba(34, 61, 153, 0.70);
    background: linear-gradient(135deg, #00a5e7, #223d99);
    /*border: 1px solid #e2e2e2;*/
    border-radius: 12px;
    transition: .5s all;
    display: flex;
    padding: 5px;
    justify-content: space-around;
    align-items: center;
}

    .iletisimContainer:hover {
        right: -10px;
        cursor: pointer;
    }

        .iletisimContainer:hover .iletisimKapali {
            display: none;
        }

.iletisimKapali {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20px;
    height: 100px;
}

.iletisim {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 100px;
    height: 200px;
}

.iletisim-a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 30px;
    border-radius: 12px;
    background: white;
    color: #333E48;
    transition: .5s all;
    font-size: 12px;
}

    .iletisim-a img {
        width: 22px;
        height: 14px;
        margin-right: 3px;
    }

    .iletisim-a .iletisimWhatsapp {
        color: #25D366;
        font-size: 20px;
    }

    .iletisim-a .iletisimEmail {
        color: #EA4335;
        font-size: 17px;
        margin-right: 5px;
    }

    .iletisim-a .iletisimSMS {
        color: #FF9500;
        font-size: 16px;
        margin-right: 5px;
    }

    .iletisim-a .iletisimTelefon {
        color: #007AFF;
        font-size: 20px;
        margin-right: 5px;
    }
/* ---------- Sıkça Sorulan sorular / Rehber ---------- */
.rehberContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: auto;
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
    margin-block: 75px;
}
.rehberCitem1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex-direction: column;
    height: auto;
}

.rehberCitem2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex-direction: column;
    height: auto;
}

.paket5 {
    width: 100%;
    /*height: 800px;*/
    height: auto;
    /*margin: 25px 0px;
    border: 1px solid #ddd;*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.card5First {
    width: 96%;
    border: 1px solid var(--blue-light);
    border-radius: 10px;
    padding: 16px;
    margin: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.card5FirstTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    color: var(--blue-dark);
    transition: 1s all;
}

.card5First h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
}

.card5FirstIcons i {
    font-size: 30px;
    font-weight: 500;
}

.card5First .card5FirstContent {
    max-height: 0;
    opacity: 0;
    transition: all .3s ease-out;
    color: white;
}

.card5First.card5FirstOpen .card5FirstContent {
    max-height: 200px;
    /* istediğin kadar yükseklik */
    opacity: 1;
    margin-top: 12px;
}

.card5First.card5FirstOpen .card5FirstTitle{
    color: white;
}

.card5FirstPlus {
    display: inline-block;
    /* rotate çalışabilmesi için */
    transition: transform 0.5s ease;
    /* yumuşak geçiş */
}

/* card5FirstOpen class eklenince dönsün */
.card5First.card5FirstOpen .card5FirstPlus {
    transform: rotate(45deg);
    /* 45 derece döner */
}
.card5FirstOpen{
    background: linear-gradient(135deg, #FF6B35, #FFA559)
}

/* ---------- Swiper CSS ---------- */
.swiper {
    width: 100%;
    height: 90vh;
}

.swiper-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    background-position: center;
    background-size: cover;
}
/* ---------- index.hmtl CSS ---------- */
.containerHTML {
    width: 100%;
    height: 100%;
    /*padding-top: 80px;*/
    background: rgb(248, 248, 248);
}

section.section1 {
    background: rgb(248, 248, 248);
    display: flex;
    /*BU ÜÇÜ OLMASA DA OLUR*/
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    min-height: auto;
}

.swiperLogo{
    position: absolute;
    top: 60%;
    left: 75%;
    z-index: 1;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiperLogoimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section1Wellcome {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    font-size: 70px;
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section1WItem1 {
    width: 40%;
    text-align: left;
}

.section1WItem1H1 {
    font-size: 70px;
    /*text-shadow: 1px 1px #263238;*/
    font-weight: 600;
    color: var(--blue-dark)
}

.section1WItem2 {
    width: 45%;
    text-align: right;
}

.section1WItem2P {
    /*text-shadow: 1px 1px #263238;*/
    font-weight: 400;
    font-size: 30px;
    color: var(--blue-dark);
}

.header {
    position: fixed;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    height: 85px;
    z-index: 11;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: var(--Sborder);
}

    .header.mini {
        height: 50px;
    }

.headerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 4rem;
    max-width: 1300px;
    margin: 0 auto;
}

.headerLogoCont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    color: var(--gray-dark);
    width: 100px;
    height: 100px;
    transition: .3s all;
}

    .headerLogoCont img.headerLogo {
        width: 100%;
        height: auto;
    }

    .headerLogoCont.miniImg {
        width: 50px;
        height: 50px;
        padding: 0px;
    }

.headerMenu {
    display: flex;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .headerMenu ul {
        display: flex;
        gap: 0.75rem;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-wrap: wrap;
    }

.menuItem {
    position: relative;
    display: flex;
    align-items: center;
}

.menuLink {
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
    /* not : Metinlerin satır atlamasını engeller*/
    color: var(--gray-dark);
}

    .menuLink:hover {
        color: #003a81;
        color: var(--blue-accent);
        background: rgba(37, 99, 235, 0.05);
        transform: translateY(-2px);
    }

.menuLinkDil {
    white-space: nowrap;
    /* not : Metinlerin satır atlamasını engeller*/
    color: var(--gray-dark);
}

    .menuLinkDil:hover {
        color: white;
        background: rgba(37, 99, 235, 0.05);
        transform: translateY(-2px);
    }

.mobileMenu {
    position: fixed;
    display: flex;
    top: 80px;
    left: 1rem;
    z-index: -1;
    width: calc(100% - 2rem);
    height: auto;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2px);
    transition: .3s all;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: var(--Sborder);
    opacity: 0;
    transform: translateY(+30px);
}

.activeMenu {
    opacity: 1;
    transform: translateY(0);
    z-index: 10;
}

/*Hamburger menü*/
.headerMMenu {
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
}

    .headerMMenu span {
        position: absolute;
        right: 0;
        width: 100%;
        height: 2px;
        background: rgb(76, 76, 76);
        border-radius: 12px;
        transition: all 0.3s ease;
    }

        .headerMMenu span:nth-child(1) {
            top: 0;
            width: 20px;
        }

        .headerMMenu span:nth-child(2) {
            top: 9px;
        }

        .headerMMenu span:nth-child(3) {
            bottom: 0;
            width: 24px;
        }

    /* Aktif (çarpı) hali */
    .headerMMenu.hamburger span:nth-child(1) {
        transform: rotate(45deg);
        top: 9px;
        width: 30px;
    }

    .headerMMenu.hamburger span:nth-child(2) {
        opacity: 0;
    }

    .headerMMenu.hamburger span:nth-child(3) {
        transform: rotate(-45deg);
        bottom: 9px;
        width: 30px;
    }

.mobileMenuUl {
    width: 100%;
}

    .mobileMenuUl li {
        padding: 5px;
    }

        .mobileMenuUl li a {
            display: block;
            color: var(--gray-dark);
        }

/* ---------- Slider ---------- */
.slider {
    width: 100%;
    height: 470px;
    max-width: 1200px;
    margin: 0rem auto;
    display: flex;
}

.section1Cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-block: 75px;
}

/*.swiper {
    width: 100%;
    height: 100%;
    border-radius: var(--Sradius);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img.sliderImg {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }*/

/*Slider üzerindeki yazılar için
.sliderImgText {
    width: 600px;
    height: 200px;
    position: absolute;
    bottom: 35px;
    right: 25px;
    color: var(--white);
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: start;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}*/

.sliderImgMore {
    width: 50px;
    height: 20px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: var(--white);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: .3s all;
    opacity: 0;
}

/*.swiper-slide:hover .sliderImgMore {
    animation: gapDance 1s ease-in-out infinite alternate;
    opacity: 1;
}*/

@keyframes gapDance {
    0% {
        gap: 5px;
    }

    50% {
        gap: 12px;
    }

    100% {
        gap: 5px;
    }
}

/*.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 10px !important;
    font-weight: 600;
    color: #fff;
    background: #dfdfdf99;
    padding: 12px 14px;
    border-radius: 20px;
    transition: .3s ease;
}

.swiper-button-next::after {
    margin-right: 10px;
}

.swiper-button-prev::after {
    margin-left: 10px;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    color: var(--gray-dark);
    background: var(--gray-light);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    transition: .3s;
}

.swiper-pagination-bullet-active {
    width: 12px;
    border-radius: 10px;
}

.section1 .swiper-slide {
    width: 100% !important;
}*/

/* ---------- section2 ---------- */
.section2 {
    display: flex;
    background: var(--white);
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    /*min-height: auto;*/
}

.kartContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    margin-block: 75px;
}

.kartK1,
.kartK2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-inline: 6px;
}

.kart {
    background-color: var(--blue-light);
    border-radius: var(--Sradius);
    width: auto;
    max-width: 450px;
    height: auto;
    max-height: 200px;
    margin: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.kartImage {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}
/* Düzenle */
p.kardTitle {
    position: absolute;
    left: 5%;
    bottom: 5%;
    color: var(--white);
    font-size: 12px;
    transition: opacity 0.3s ease;
    /*background-color: var(--blue-dark);*/
    background: linear-gradient(135deg, #223d99, #00a5e7);
    padding: 2px 6px;
    border-radius: var(--Sradius);
}

.kart:hover .kardTitle {
    opacity: 0;
}

.card1overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    pointer-events: none;
    /* not : Alttaki tıklanabilir elemanları engellemesin */
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.kart:hover .card1overlay {
    opacity: 1;
}

.card1Bottom {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0px 25px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(20px);
    /* not : Hafif aşağıda başlasın */
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.kart:hover .card1Bottom {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.card1Bottom .card1Bleft p {
    font-size: 16px
}

.card1Bottom .card1Bleft h5 {
    font-size: 14px
}
/* ---------- Section3 ---------- */
.section3 {
    display: flex;
    background: rgb(248, 248, 248);
    ;
    /*min-height: 400px;*/
}

.section3Container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-block: 75px;
}

.sectionTitle {
    width: 100%;
    height: 100px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionTitle2 {
    width: 100%;
    height: 100px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3content {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.s3ContentLeft {
    max-width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*gap: 20px;*/
    padding: 0px 40px;
    transition: .3s all;
    padding-bottom: 20px
}

.bizKimizItem {
    display: none;
}

.bizKimizItemActive {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.bizKimizItemInnerItem1{
    width: 60%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bizKimizItemInnerItem2 {
    width: 40%;
    height: auto;
    max-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bizKimizItemInnerItem2Img {
    width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.bizKimizItemActive p {
    font-size: 1rem;
}

.section3content p {
    text-align: center;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #182a68;
}

.nelerYapiyoruzCont {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nelerYapiyoruz {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    gap: 20px;
}

.nyItem {
    width: 75px;
    height: 75px;
    background-color: var(--gray-light);
    border-radius: var(--Sradius);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}

    .nyItem:hover {
        border: 1px solid var(--blue-dark);
        cursor: pointer;
    }

    .nyItem i {
        font-size: 30px;
        color: #cccccc;
        transition: .5s all;
    }

.nyItemactive {
    border: 1px solid var(--blue-dark);
}

    .nyItemactive i {
        color: var(--blue-dark);
    }

/* ---------- section4 ---------- */
.section4 {
    display: flex;
    background: var(--white);
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.haberContainer {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-block: 75px;
    padding: 0 25px;
    flex-direction: column;
}

/*.haberContainer .swiper {
        width: 100%;
    }

    .haberContainer .swiper-wrapper {
        width: 100% !important;
        max-width: 1000px;
    }*/

.haberleritem {
    text-align: center;
    height: 400px !important;
    min-width: 250px !important;
    border-radius: var(--Sradius);
    color: var(--gray-dark);
}

    .haberleritem:hover {
        cursor: pointer;
    }

    .haberleritem a {
        color: inherit;
        text-decoration: none;
    }

.haberleritemalt {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.habetImg {
    width: 100%;
    height: 85%;
    height: 75%;
    border-radius: var(--Sradius);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.hamerImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--Sradius);
    transition: .3s all;
}

.haberleritem:hover .hamerImage {
    width: 105%;
    height: 105%;
}

.detailButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* not : kendi boyutlarını da hesaba katarak gerçekten tam ortalanmasını sağlar.*/
    z-index: 10;
    color: var(--white);
    color: #ddd;
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--white);
    border-radius: var(--Sradius);
    transition: .5s all;
    opacity: 0;
    font-size: 14px;
}

    .detailButton:hover {
        gap: 10px;
    }

.haberleritem:hover .detailButton {
    opacity: 1;
}

.midLine {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #ddd;
    transition: .5s all;
    margin: 10px 0px;
}

.haberleritem:hover .midLine {
    background-color: var(--blue-dark);
}

.haberTitle {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: start;
    font-size: 14px;
}

.habetImg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
}

.habetImg:hover::after {
    background: rgba(0, 0, 0, 0.2);
    /* not : %20 siyah overlay */
}

.sectionButton {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
}

.moreButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    gap: 5px;
    border: 1px solid var(--gray-dark);
    border-radius: var(--Sradius);
    transition: .3s all;
    cursor: pointer;
    color: var(--gray-dark)
}

    .moreButton:hover {
        gap: 10px;
        color: #fff;
        background: var(--blue-dark);
        border: 1px solid var(--blue-dark);
    }

/* ---------- Footer ---------- */
.footer {
    width: 100%;
    height: auto;
    background: #223d99;
    background: linear-gradient(135deg, #FF6B35, #FFA559);
    background: linear-gradient(135deg, #BBDEFB, #00a5e7);
    background: linear-gradient(135deg, #BBDEFB, #223d99);
    background: linear-gradient(135deg, #00a5e7, #223d99);
    background: linear-gradient(135deg, #00a5e7, #223d99);
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.footerUst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 80%;
    height: 120px;
}

.footerLogoMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    /*background: var(--white);*/
    border-radius: var(--Sradius);
}

.footerLogo {
    width: 100%;
    height: auto;
}

.footerMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footerMenuUl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 30px;
    padding: 0px;
}

    .footerMenuUl a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .footerMenuUl a li {
            white-space: nowrap;
            font-size: .9rem;
            color: var(--white);
            transition: .3s all;
            width: 120px;
            text-align: center;
        }

.footerMenuLink {
    padding: 4px 8px;
    border-radius: var(--Sradius);
    color: var(--white);
}

    .footerMenuLink:hover {
        background: var(--blue-light);
        color: var(--blue-dark);
        font-weight: 400;
        transform: translateY(-2px);
        border: 1px solid rgb(248, 248, 248)
    }

.footerLine {
    width: 100%;
    height: 1px;
    border-bottom: var(--Sborder);
}

.footerAlt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.mediaLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 250px;
    height: 30px;
}

.mediaLinksCont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: var(--white);
    transition: .3s all;
}

    .mediaLinksCont a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mediaLinksCont span {
        font-size: 12px;
        display: none;
        color: var(--blue-dark);
        padding-inline: 1px;
        transition: .5s all;
    }

.footerMediaLinks {
    font-size: 20px;
    cursor: pointer;
    /*color: var(--blue-dark)*/
    color: #223d99;
}

.mediaLinksCont-w:hover i {
    color: #25D366;
}

.mediaLinksCont-y:hover i {
    color: #ff002e;
}

.mediaLinksCont-f:hover i {
    color: #1877F2;
}

.mediaLinksCont-t:hover i {
    color: #121212;
}
.mediaLinksCont-i:hover i {
    color: #E1306C;
}

.mediaLinksCont span {
    color: var(--gray-dark);
}

.footerYear {
    font-size: .7rem;
    font-weight: 400;
    color: var(--gray-dark);
    background-color: #182a68;
    /*background: linear-gradient(135deg, #223d99, #00a5e7);*/
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#year {
    margin: 0px 3px;
}

.fy1 {
    color: #fff;
}

.fy2 a {
    color: #ccc;
}

/* ---------- Cam Efekti ---------- */
.shine-btn {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .shine-btn::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -60%;
        width: 50%;
        height: 200%;
        background: rgba(255, 255, 255, 0.4);
        transform: rotate(25deg);
        pointer-events: none;
    }

    .shine-btn:hover::before {
        animation: shine-move 0.8s ease forwards;
    }

@keyframes shine-move {
    0% {
        left: -60%;
    }

    100% {
        left: 120%;
    }
}

/* ---------- Yukarı çık butonu ---------- */
#toTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: var(--green-accent);
    background-color: var(--gray-dark);
    color: white;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: none;
    transition: .3s all;
}

    #toTopBtn:hover {
        background-color: var(--blue-dark);
    }
/* ---------- Randevu Oluştur butonu ---------- */
.randevuOlusturButton {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 99;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.paket3 {
    background-color: hsl(29, 100%, 99%);
}

    .paket3 a {
        text-decoration: none;
    }

    .paket3 ul {
        list-style: none;
    }

.card3__name,
.card3__profession {
    font-family: "Poppins", sans-serif;
}

.Card3Container {
    /*height: 100vh;*/
    height: auto;
    margin-inline: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card3 {
    position: relative;
    width: 256px;
    background-color: hsl(29, 16%, 10%);
    padding: 1.25rem 2rem 3rem;
    border-radius: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 16px hsla(29, 75%, 8%, .2);
}

.card3__img {
    width: 96px;
    border-radius: 50%;
}

.card3__border {
    width: 110px;
    height: 110px;
    border: 2px solid hsl(29, 80%, 58%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .75rem;
}

.card3__name {
    color: hsl(29, 80%, 58%);
    font-size: 1.125rem;
    font-weight: 500;
}

.card3__profession {
    color: hsl(29, 8%, 65%);
    font-size: .75rem;
    font-weight: 500;
}

.card3__social {
    width: 220px;
    background-color: hsl(29, 80%, 58%);
    background: linear-gradient(135deg, #FF6B35, #FFA559);
    padding: .75rem;
    border-radius: 3rem;
    text-align: initial;
    box-shadow: 0 8px 24px hsla(29, 75%, 56%, .3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.75rem;
    margin: 0 auto;
    overflow: hidden;
    /*135deg olan dışardaki item kaybolsun*/
    transform-origin: 18px 17px;
}

.card3__social-control {
    position: relative;
    transform-origin: 18px 18px;
    transition: transform .45s ease;
    transform: rotate(0);
    /*transform: rotate(-135deg);*/
}

.card3__social-toggle {
    display: inline-flex;
    background-color: hsl(29, 16%, 10%);
    color: hsl(29, 80%, 58%);
    font-size: 1.25rem;
    padding: .5rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card3__social-text {
    display: block;
    color: hsl(29, 16%, 10%);
    font-size: 16px;
    font-weight: 500;
}

.card3__social-list {
    display: inline-flex;
    column-gap: .75rem;
    transform: rotate(135deg);
    transform-origin: 18px 17px;
}

.card3__social-link {
    display: inline-flex;
    background-color: hsl(29, 80%, 78%);
    color: hsl(29, 16%, 10%);
    font-size: 1.25rem;
    padding: 6px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes renkGecisi {
  0% {
    color: #ffffff;
  }
  100% {
    color: #223d99;
  }
}

.card3__social-text,
.card3__social-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 3.1rem;
    animation: renkGecisi 2s infinite alternate;
}

.card3__social-text {
    top: 7px;
}
.animation .card3__social-control {
    transform: rotate(-135deg);
}

/*yukları animasyon*/
.card3__social.animation {
    animation: up-animation 1s ease-in-out forwards;
}

@keyframes up-animation {

    0%, 100% {
        transform: rotate(0);
    }

    50%, 60% {
        transform: rotate(-3deg);
    }

    88% {
        transform: rotate(1deg);
    }
}

/*aşağı animasyon*/
.card3__social.down-aniamtion {
    animation: down-animation 1s ease-in-out forwards;
}

@keyframes down-animation {

    0%, 100% {
        transform: rotate(0);
    }

    50%, 60% {
        transform: rotate(6deg);
    }

    88% {
        transform: rotate(-1deg);
    }
}
/* ---------- Sayfa aşağı kaydıkça animasyonla gelen yazılar ---------- */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

    .reveal.activeActive {
        opacity: 1;
        transform: translateY(0);
    }

/* ---------- Sayfa yüklendiğinde animasyonla gelen yazılar ---------- */
.slide-up {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 450ms ease, opacity 450ms ease;
    will-change: transform, opacity;
}

    .slide-up.show {
        transform: translateY(0);
        opacity: 1;
    }

/*//////////////////////////////////////////////////////////////////////////////*/
/* ---------- Tümünü Gör Sayfası CSS ---------- */
.seeAllContainer {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    background: #fff;
    background: rgb(248, 248, 248);
}

.seeAll {
    background: rgb(248, 248, 248);
}

.tumunuGorSection {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-block: 75px;
    background: rgb(248, 248, 248);
}

.tumunuGorTitle {
    width: 100%;
    height: 100px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.siralamaCont {
    width: 80%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    padding: 0 30px;
}

.siralamaTablo,
.siralamaListe {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--gray-dark);
    transition: .3s all;
}

.fa-table,
.fa-table-list {
    color: #999999;
    font-size: 25px;
    transition: .3s all;
}

.siralamaTablo i:hover,
.siralamaListe i:hover {
    cursor: pointer;
    color: var(--blue-dark);
}

.kategorilerAnaContainer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* ---------- Tablo görünümü ---------- */
.kategorilerTabloCont {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.kategorilerTablo {
    width: 48%;
    height: 400px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: var(--Sradius);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: .3s all;
}

    .kategorilerTablo:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 1);
    }

.katTabloItem1 {
    width: 100%;
    height: 100%;
    padding: 50px;
    position: relative;
    cursor: pointer;
}

.katTabloImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--Sradius);
    transition: .3s all;
}

.katTabloTitle {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

    .katTabloTitle p {
        width: 100%;
        height: auto;
        color: var(--white);
        text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    }

        .katTabloTitle p:nth-child(1) {
            font-size: 50px;
            font-weight: 600;
        }

        .katTabloTitle p:nth-child(2) {
            font-size: 14px;
            text-align: end;
            opacity: 0;
            transition: .3s all;
        }

.katTabloItem1:hover .katTabloTitle p:nth-child(2) {
    opacity: 1;
}

/* ---------- Liste görünümü ---------- */
.kategorilerListe {
    width: 80%;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: var(--white);
    border-radius: var(--Sradius);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: .3s all;
}

    .kategorilerListe:nth-child(odd) {
        flex-direction: row;
    }

    .kategorilerListe:nth-child(even) {
        flex-direction: row-reverse;
    }

    .kategorilerListe:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    }

.katListeItem1 {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.katListeTitle {
    width: 100%;
    height: auto;
    font-size: 25px;
}

.katListeItem2 {
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.katListeImg {
    border-radius: var(--Sradius);
}

.kategorigizle {
    display: none;
}

/*//////////////////////////////////////////////////////////////////////////////*/
/* ---------- Detay Sayfası CSS ---------- */
.detayContainer {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    background: rgb(248, 248, 248);
}

.detay {
    background: rgb(248, 248, 248);
}

.detaySection {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-block: 75px;
    background: rgb(248, 248, 248);
}

.detayimageCont {
    width: 80%;
    height: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: var(--Sradius);
    overflow: hidden;
}

.detayimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detaybaslikCont {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detaybaslik {
    font-size: 40px;
}

.detayInfoCont {
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-block: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    min-height: 70px;
    flex-wrap: wrap;
}

.detayInfo {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
    color: #999999;
    font-size: 16px;
    margin: 0 auto;
}

    .detayInfo i {
        font-size: 14px;
    }

    .detayInfo div {
        font-weight: 500;
        white-space: nowrap;
    }

.detayTextCont {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.detayText {
    font-size: 14px;
}
/* ---------- Yukarı Kayan Etiketler ---------- */
/* Animasyon uygulanacak ögelerin başlangıç durumu */
.revealKaydir {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform; /* Performans optimizasyonu */
}

/* Sayfa o hizaya geldiğinde JS tarafından eklenecek sınıf */
.revealKaydir.revealKaydirActive {
    opacity: 1;
    transform: translateY(0);
}
/* ---------- Sayfa İlk Yüklendiğinde Kayan Etiketler ---------- */
/* Yukardan/Aşağıdan Süzülme Animasyonu */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px); /* 30px aşağıdan başlar */
    }

    to {
        opacity: 1;
        transform: translateY(0); /* Orijinal yerine oturur */
    }
}

/* Sayfa Açılışında Çalışacak Sınıf */
.fade-in-on-load {
    /* Başlangıçta görünmesin */
    opacity: 0;
    /* Animasyonu bağlayalım */
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Gecikme (Staggered) Sınıfları - Sırayla Gelmesi İçin */
.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.3s;
}

.delay-3 {
    animation-delay: 0.5s;
}

.delay-4 {
    animation-delay: 0.7s;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
