/* FONTLAR */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Custom Bootstrap Primary Button Styles */
:root {
    --primary-color: #002650;
    /* Deep purple from the site's theme */
    --primary-color-hover: #002650;
    /* Darker shade for hover state */
    --primary-color-active: #002650;
    /* Even darker shade for active state */
}


/*AYARLAR*/
html {
    position: relative;
    min-height: 100%;
}

body {
    /* background: url('../images/bg.jpg'); */
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    font-family: 'Roboto', sans-serif;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(185deg, #19062f, #002650);
    padding: 20px 0
}

footer a {
    text-decoration: none;
    font-weight: normal;
    color: #e76800;
}

img {
    max-width: 100%
}


.header {
    position: relative;

}




.headOne {
    position: relative;
}



.headOne {
    position: relative;
}

.headOne img,
.headOne video {
    width: 100%;
    height: auto;
    object-fit: contain;
}


@keyframes anima {
    from {
        left: -100%;

    }

    to {
        left: 0
    }
}

@keyframes animb {
    from {
        right: -100%;

    }

    to {
        right: 0
    }
}


.headOne .topDerneks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.topDerneks img:nth-of-type(1) {
    width: 25%
}

.topDerneks img:nth-of-type(2) {
    width: 28%
}

.topDerneks img:nth-of-type(3) {
    width: 9%
}

.topDerneks img:nth-of-type(4) {
    width: 9%
}

.headOne .mid {
    margin-top: 30px;
    padding-right: 15%;
    text-align: right;

}

.mid img {
    width: 75%;
}

.headOne .bottom {
    text-align: right;
    padding-right: 15%;
    margin-top: 30px;

}

.headOne .bottom img {
    width: 75%;
}














.lastDays {
    overflow: hidden;
    background: #d1489a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}

.lastDays .logo {
    margin-right: 30px;
    /* animation: kumsaati 8s infinite linear; */
}

@keyframes kumsaati {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    62.5% {
        transform: rotate(360deg);
        /* Dönüş tamamlandıktan sonra dur */
    }

    100% {
        transform: rotate(360deg);
        /* Bekleme sırasında sabit kal */
    }
}

.lastDays .logo img {
    height: 80px;
    margin-top: -5px;
    margin-bottom: -5px;
}


.lastDays .text {
    letter-spacing: 3px;
    font-size: 25px;
    font-weight: lighter;
}

.lastDays .text span {
    margin-right: 30px;
    border-right: 1px solid #fff;
    padding-right: 30px
}

.lastDays .text span:last-child {
    border: none;
    margin: none;
    padding: none
}






.lang {
    position: relative;
    left: 20px;
}

.navbar {
    padding: 0;
    position: relative;
    z-index: 3
}

.nav-item {
    position: relative;

}


.nav-item .nav-link {
    font-family: 'Oswald', sans-serif;
    padding: 1rem
}

.bg-theme {
    z-index: 999;
    background: #dde2e8;
    padding-bottom: 60px;
    margin-top: -7px;
}


.bg-theme .navbar-nav.navbar-nav-soft-orange {
    gap: 10px;
    margin-top: -50px !important;
}

.navbar .navbar-nav-soft-orange .nav-link {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 140px;
    height: 135px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease;
    padding: 10px 4px 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav-soft-orange .nav-link .nav-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    opacity: 1;
    transition: opacity 0.3s ease, height 0.3s ease, width 0.3s ease;
}

.navbar .navbar-nav-soft-orange .nav-link .nav-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar .navbar-nav-soft-orange .nav-link .nav-text {
    font-size: 15px;
    font-weight: 500;
    padding-top: 4px;
    text-align: center;
    transition: all 0.3s ease;
    line-height: 1.2;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.navbar .navbar-nav-soft-orange .nav-link.active {
    background: linear-gradient(to bottom, #0d6784, #023259);
}

.navbar .navbar-nav-soft-orange .nav-link.active .nav-icon img {
    filter: brightness(0) invert(1);
}

.navbar .navbar-nav-soft-orange .nav-link.active .nav-text {
    color: #fff;
}

.navbar .navbar-nav-soft-orange .nav-link:hover {
    background: linear-gradient(to bottom, #0d6784, #023259);
}

.navbar .navbar-nav-soft-orange .nav-link:hover .nav-icon img {
    filter: brightness(0) invert(1);
}

.navbar .navbar-nav-soft-orange .nav-link:hover .nav-text {
    color: #fff;
}





.sub-navbar {
    position: absolute;
    width: 300px;
    background: #ddd;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 5px solid #bb1724;
    display: none;
}

.nav-item:hover .sub-navbar {
    display: block;
}

.sub-navbar .sub-item-link {
    padding: 5px;
    color: #8f93a8;
    display: block;
    background: #425e6d;
    font-family: 'Oswald', sans-serif;

}

.sub-navbar .sub-item-link:hover {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

.dropdown ul {
    position: absolute;
    width: 200px;
    padding: 0;
    list-style: none;
    background: #094769;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.dropdown ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
}





.yanson {

    transition: 0.5s;
    animation: hideshow 2s infinite;
}

@keyframes hideshow {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}





@keyframes animate {
    0% {
        transform: rotate(0deg)
    }


    100% {
        transform: rotate(360deg)
    }
}

.animationMenu {
    margin: 40px 0;
}

.animationMenu .box {
    background: url('../images/mini-menu.png');
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
}

.animationMenu .box .col-md-2 {
    width: 12.666667%;
}

.animationMenu .box .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #000;
    font-weight: bold;
    align-items: center;
    height: 267px;
    text-decoration: none;
}

.animationMenu .box .content:hover {
    color: #565656;
}


.animationMenu .box .content img {
    max-width: 70px;
    margin-bottom: 10px;
}

.menu-1 {
    padding-left: 50px;
}

.menu-3 {
    padding-right: 50px;
}





.importantDate {
    position: relative;
    margin-top: 25px;
}

.importantDate .box {
    position: absolute;
    width: 100%;
    height: 240px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
}

.importantDate .box:before {
    content: ' ';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0d6784, #023259);
    z-index: 1;
    animation: animate 6s linear infinite;
    transform-origin: bottom right
}

.importantDate .box:after {
    content: ' ';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0d6784, #023259);
    z-index: 1;
    animation: animate 6s linear infinite;
    transform-origin: bottom right;
    animation-delay: -3s;
}


.importantDate .box .b {
    background: #fcfcfc;
    position: relative;
    z-index: 2;
    display: flex;
    height: 230px;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    color: #ddd;
    text-decoration: none;
}

.importantDate .box .b:after {
    content: ' ';
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px dashed #642381;
    left: -3px;
    top: -2px;
    border-radius: 3px;
}

.importantDate .content {
    position: relative;
    z-index: 2;
    margin: 0 10%;
    background: #fff;
    padding: 30px 10px;
    border-radius: 10px;
}

.importantDate .content .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.importantDate .content .dates {
    margin-top: 20px;
}

.importantDate .content .dates .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.importantDate .content .dates .item span:nth-of-type(1) {
    font-size: 70px;
    color: #642381;
    font-weight: bolder;
}

.importantDate .content .dates .item span:nth-of-type(2) {
    font-size: 30px;
    color: #642381;
    margin-top: -20px;
    margin-bottom: 5px;
}

.importantDate .content .dates .item p {
    text-align: center;
}

.importantDate .content:before {
    content: ' ';
    position: absolute;
    width: 80%;
    height: 25px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #642381;
    z-index: -1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.importantDate .content:after {
    content: ' ';
    position: absolute;
    width: 80%;
    height: 25px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #642381;
    z-index: -1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


.congress-content {
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 150px;
    box-shadow: 0px 0px 4px #ddd;
    border-radius: 10px;
    padding: 20px;
}

.congress-content h1 {
    color: #002650;
    font-size: 33px;
    margin-bottom: 20px;
}

.congress-content h2 {
    font-size: 25px;
    color: #1777b3;
    margin-bottom: 10px;
    font-weight: bold;
}

.congress-content h3 {
    font-size: 18px;
    color: #002650;
    margin: 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.congress-content h4 {
    font-size: 15px;
    color: #002650;
    margin: 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.lang a {
    color: #fff;
    background: #c13131;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    width: 50px;
}

.lang a:hover {
    background: #fd3b3b;
}

.lang span {
    color: #fff;
}

.box-system {
    margin-top: -70px;
    z-index: 0;
    position: relative;
    justify-content: center;
}

.box-system .box {
    position: relative;
    height: 230px;
    width: 100%;

}

.box-system .box a {
    display: flex;
    text-align: center;
    justify-content: start;
    align-items: end;
    height: 100%;
    padding-right: 40px;
    padding-bottom: 40px;
    text-decoration: none;
}

.box-system .box a p {
    margin: 0;
    margin-top: 4px;
    font-size: 20px;
    width: 100%;
    color: #000;
    height: 80px;
    font-weight: bold;
}

.box-system .box a:hover {
    color: #000;
    text-decoration: none;
}

.box-system .box a:hover .pp1 {
    color: #d76564;
}

.box-system .box a:hover .pp2 {
    color: #fec007;
}

.box-system .box a:hover .pp3 {
    color: #23c3d9;
}

.box-system .box a:hover .pp4 {
    color: #211c5f;
}

.box-system .box a img {
    width: 59px;
}

.box-system .box-bg-1 {
    background: url('../images/box-1.png');
    background-size: 220px;
    background-position: top center;
    background-repeat: no-repeat;
}

.box-system .box-bg-2 {
    background: url('../images/box-2.png');
    background-size: 220px;
    background-position: top center;
    background-repeat: no-repeat;
}

.box-system .box-bg-3 {
    background: url('../images/box-3.png');
    background-size: 220px;
    background-position: top center;
    background-repeat: no-repeat;
}

.box-system .box-bg-4 {
    background: url('../images/box-4.png');
    background-size: 225px;
    background-position: top center;
    background-repeat: no-repeat;
}

.box-system .col-lg-4 {
    width: 26.333333%;
}

.wp-mesaj {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 99;
}

.wp-mesaj img {
    width: 70px;
}

@keyframes example {
    0% {
        left: -200px;
        top: 0px;
    }


    100% {
        left: 0;
        top: 0px;
    }
}


.yazi {
    position: relative;
    animation-name: example;
    animation-duration: 2s;
}

.main-topics {
    position: relative;
    margin-left: 20px;
    text-align: left;
}

.main-topics li {
    list-style-type: none;
    margin-bottom: 20px;
}

.main-topics li:before {
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    left: 0;
    color: #004357;
    transition: 0.5s
}

.main-topics li:hover::before {
    color: #281442;
}

.general-informations {
    background: #f2f6f9;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.stant-table {
    border: 1px solid #a2a2a2;
}

.stant-table tr td {
    border: 1px solid #a2a2a2;
    padding: 10px;
    color: #000;
}


.impdate {
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    border: 2px solid #002650;
    align-items: center;
}


.impdate .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-right: 50px;
    font-size: 20px;
    position: relative;
    background: #002650;
    padding: 20px;
}

.impdate .dates {
    color: #002650;
    font-size: 18px;
    flex: 1;
    overflow: hidden;
}

/* Marquee Kayan Yazı Stilleri */
.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee-scroll 25s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-item {
    display: inline-block;
    padding: 0 30px;
    font-weight: bold;
    color: #002650;
    font-size: 17px;
    border-right: 2px solid #002650;
    line-height: 1.4;
}

.marquee-item:last-child {
    border-right: none;
}

.marquee-item i {
    color: #0d6784;
    margin-right: 8px;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.impdate .word1,
.impdate .word2,
.impdate .word3 {
    font-weight: bolder;
    color: #002650;
}

.impspace {
    margin-top: 30px;
    margin-bottom: 30px;
}

.islider img {
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
}

.islider img:hover {
    transform: scale(0.9);
    cursor: pointer;
}

.iislider img {
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
    aspect-ratio: 4 / 3;
}

.iislider img:hover {
    transform: scale(0.9);
    cursor: pointer;
}




/* Override Bootstrap's default primary button */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary:hover {
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(106, 27, 154, 0.5);
    outline: none;
}

.btn-primary:active,
.btn-primary.active {
    background-color: var(--primary-color-active);
    border-color: var(--primary-color-active);
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



.invitation-speakers {
    position: relative;
    background-color: #ededf5;
    padding: 90px 0;
    margin-top: 50px;
}

.invitation-speakers::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 202px;
    height: 300px;
    background-image: url(../images/speakers-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.invitation-speakers::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 255px;
    height: 230px;
    background-image: url("../images/speakers-after.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

/* Speaker Slider Styling */
.speaker-slider .speaker-info h4 {
    color: #000;
    transition: all 0.3s ease;
}

.speaker-slider .invitation-speakers-slider-item:hover .speaker-info h4 {
    color: #002650;
}

/* Custom Navigation Buttons */
.speaker-slider .owl-nav {
    position: absolute;
    top: -60px;
    /* Adjust to align with the title or sit just above images */
    width: 100%;
    height: 0;
    /* height 0 to prevent blocking clicks between buttons */
    pointer-events: none;
}

.speaker-slider .owl-nav button.owl-prev,
.speaker-slider .owl-nav button.owl-next {
    pointer-events: auto;
    background: #fff !important;
    color: #002650 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    transition: all 0.3s ease;
    border: 1px solid #eee !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.speaker-slider .owl-nav button.owl-prev:hover,
.speaker-slider .owl-nav button.owl-next:hover {
    background: #002650 !important;
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Position buttons at top-left and top-right of the SLIDER (or distinct locations) */
/* User asked for "Top Left" and "Top Right" of the Owl */
.speaker-slider .owl-nav {
    top: -70px;
    /* Push up into the header area if needed, or keeping it inside */
}

/* Actually, let's put them vertically centered, or top corners?
   "sağ ve sol üstünde" -> Top Left and Top Right.
*/
.speaker-slider .owl-nav button.owl-prev {
    left: 0;
    top: 20px;
    /* Approximately aligned with top of images */
}

.speaker-slider .owl-nav button.owl-next {
    right: 0;
    top: 20px;
}

/* Adjust slider container to ensure buttons don't clip if they go outside */
.speaker-slider .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 20px;
    /* Space for shadow/hover effects */
}

.invitation-speakers-title h3 {
    text-align: center;
    font-size: 30px;
    color: #012751;
    font-weight: 700;
}


/* Kurullar Modern Grid Tasarımı - GÜNCELLENMİŞ v2 */
.kurullar-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.kurullar-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    font-size: 2.2rem;
    color: #2b4576;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* General Information Page Icons */
.general-informations h3 i {
    margin-right: 10px;
    color: #339ccd;
}


.kurullar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}

.kurullar-grid h3 {
    font-size: 15px;
}

.kurullar-grid.text-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.kurullar-grid.text-center .member-card {
    width: 220px;
    max-width: 100%;
}

.member-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.member-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.member-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.member-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.5s ease;
}

.member-card:hover .member-image {
    transform: scale(1.05);
}

.member-info {
    padding: 15px;
}

.member-name {
    font-size: 1rem;
    color: #2b4576;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}

/* YENİ: Ünvan Stili */
.member-title {
    font-size: 0.9rem;
    color: #555;
    margin-top: 5px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 400;
}

.tuyud em {
    color: #3e8495;
}


/********************** MOBILE CSS ***********************/

/* Responsive adjustments */
@media (max-width: 576px) {
    .btn-primary {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {



    .body {
        margin-top: 50px
    }



    .lastDays {
        overflow: hidden
    }

    .lastDays .logo {
        margin-right: 15px;
        margin-left: 15px;
    }

    .lastDays .logo img {
        margin-right: 9px;
        height: auto !important;
        width: 25px !important;
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .lastDays .text {
        display: flex;
        flex-wrap: wrap;
        font-size: 18px !important;
    }

    .lastDays .text span {
        width: calc(50% - 30px);
        border-bottom: 1px solid #fff;
        border-right: none !important;
        text-align: center;
        padding-right: 0 !important;
        letter-spacing: 0
    }

    .lastDays .text span:nth-last-child(2) {
        border: none !important;
    }
}

@media (max-width: 991.98px) {
    .kurullar-grid {
        gap: 0px;
    }

    .invitation-speakers::before {
        display: none !important;
    }

    .invitation-speakers::after {
        display: none !important;
    }


    .impspace {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .nav-item a {
        color: #fff;
    }

    .box-system {
        margin: 0;
    }

    .box-system .box a img {
        display: initial;
    }

    .box-system .col-6 {
        margin: auto
    }

    .box-system .owl-nav button.owl-prev {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
    }

    .box-system .owl-nav button.owl-next {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
    }

    .headOne .col-12:first-child {
        text-align: center;
        margin-top: -40px;
        display: none
    }



    .header:before {
        background-position: 38% 0;

    }

    .header:after {
        background-position: 38% 0;
    }


    #greload {
        width: 110px;
        margin: auto;
    }

    .bg-theme .navbar-nav.navbar-nav-soft-orange {
        margin-top: 0 !important;
    }

    .bg-theme {
        background: #002650;
        padding-bottom: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .bg-theme .nav-item a {
        color: #fff !important;
    }

    .bg-theme .nav-item .nav-link:hover {
        background: #014c63;
    }

    .bg-theme .menu-space .logo {
        display: none;
    }

    .lastDays {
        margin-bottom: 20px;
    }

    .animationMenu {
        display: none
    }

    .kutu img {
        width: 35px;
    }

    .onlymob {
        padding: 0 30px;
    }

    .dropdown ul {
        position: relative;
        display: none;
        width: 100%
    }

    .navbar {
        display: block;
    }

    .navbar-toggler {
        margin: 10px;
        font-size: 16px;
    }

    .nav-item .nav-link {
        font-family: 'Oswald', sans-serif;
        padding: 0.5rem 1rem;
    }

    .sub-navbar {
        position: relative;
        width: 100%;
        padding-left: 20px;
        background: #00062c;
    }

    .navbar .container {
        max-width: 100%;
    }

    .nav-item,
    .sub-item {
        text-align: left !important;
    }

    .lang {
        top: -40px !important;
        position: absolute;
        right: 0 !important;
        left: inherit;
    }

    .nav-item:hover .nav-link {
        background: #002650;
    }

    .navbar-dark .navbar-toggler {
        color: #fff;
        border-color: rgb(255 255 255 / 0%);
        transition: 0.5s;
    }

    button:focus {
        outline: none;
    }

    .navbar-dark .navbar-toggler:hover {
        background: #fff;
        color: #2394b7;
    }
}

@media (max-width: 1024px) {
    .navbar.navbar-soft-orange {
        padding: 30px 20px;
    }


    .navbar .navbar-nav-soft-orange .nav-link {
        width: 100% !important;
        justify-content: start !important;
        align-items: start !important;
        height: 50px !important;
        color: #000 !important;
    }

    .navbar .navbar-nav-soft-orange .nav-link .nav-icon {
        display: none;
    }

    .navbar .navbar-nav-soft-orange .nav-link .nav-text {
        font-size: 14px;
    }
}

@media (max-width: 1198.98px) {
    .menu-1 {
        padding-left: 0 !important;
    }

    .menu-3 {
        padding-right: 0 !important;
    }


}

@media (max-width: 1450px) {
    .bg-theme .navbar-nav.navbar-nav-soft-orange {
        gap: 9px;
    }

    .navbar .navbar-nav-soft-orange .nav-link {
        width: 100px;
        height: 100px;
    }

    .navbar .navbar-nav-soft-orange .nav-link .nav-text {
        font-size: 14px;
    }

    .navbar .navbar-nav-soft-orange .nav-link .nav-icon {
        width: 30px;
        height: 30px;
    }
}

/* Dil Geçiş Butonları */
.lang-switcher {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
}

.lang-switcher .lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #fd85b2;
    border: 1px solid #fd85b2;
    transition: all 0.3s ease;
}

.lang-switcher .lang-btn:hover {
    background: #fb307f;
    border-color: #fb307f;
    color: #fff;
}

.lang-switcher .lang-btn.active {
    background: #fb307f;
    border-color: #fb307f;
    color: #fff;
}