﻿@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&family=Quicksand:wght@300..700&display=swap');

.video-container {
    width: auto; /* Tam ekran genişliği */
    height: 36vw; /* Tam ekran yüksekliği */
    overflow: hidden; /* Video taşarsa gizle */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0; /* Arka plan rengi */
}
.custom-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /*width: 190px;
    height: 300px;*/ /* Resim boyutu */
    width: 225px;
    height: 300px;
/*    height: auto;*/
}
section {
    text-align: inherit;
}

.m-link-section {
    text-align:center;
}
#page-content {
    margin:15px;
}

.bg-blue {
    background-color: #009fe3;
}

.bg-orange {
    background-color: #ff6600;
}

.card-img-top {
    width: 100%;
    height: 250px; /* Görsellerin aynı boyutta olması için */
    object-fit: cover;
}

.custom-btn {
    background: white;
    color: black;
    font-weight: bold;
    border-radius: 0px;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
/*    margin-top: 10px;*/
    margin-left: -220px;
}
.mt-58 {
    margin-top:58px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-18 {
    margin-top: 34px;
}

.mt-30 {
    margin-top:30px;
}
mt-34 {
    margin-top:34px;
}


.custom-slide-btn {
    background: #FF5100;
    color: black;
    font-weight: bold;
    border-radius: 0px;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}

    .custom-slide-btn:hover {
        transform: scale(1.05);
        cursor: pointer;
        --bs-link-hover-color: whitesmoke;
    }

#full-width-div {
    position: relative;
    left: -50px;
    right: -50px;
    background-color: brown;
}

    #full-width-div video {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Videoyu tam oturt */
    }

#section {
    position: absolute;
    background-color: brown;
}


.video-containert {
    width: 100%;
    margin: 0px auto;
    padding: 0px; /* Köşeleri yuvarlat */
}

.video-container video {
    width: inherit;
    height: inherit;
}

video {
    width: 100%;
    height: auto; /* Yüksekliği otomatik ayarla */
}

.banner-section {
    background-color: #e6f7ff;
    padding: 100px 0;
}

.features-section {
    padding: 50px 0;
}

.card-section .card {
    background-color: #fff;
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #ddd;
    text-align: center;
}
.t-align {
    text-align:center;
    padding-bottom:5px;
}

footer {
    text-align: center;
    padding: 20px;
}

.col-md-13 {
    width: 22%;
}

.anadolu-logo {
    text-align: center;
}

.footer-text {
    float: left;
    margin-left: 20px;
}
.footer-img {
    max-width: 150px;
}

/* Navbar genel yapısı */
.custom-navbar {
    /* background-color: #fdf1eb;*/
    /*    border: 1px groove #FF854EB2;
    border-radius: 50px;*/
    background: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    padding: 10px 20px;
    /*    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);*/
    /*width: 95%;
    margin: 20px auto;
    display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.custom-navbar-2 {
    border-color: orange;
}

/* Logo boyutu */
.custom-navbar .navbar-brand img {
    max-height: 85px;
    margin-left: 10px;
}

/* Menü öğeleri */
.custom-navbar .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    margin-left: 25px;
    font-size: 18px;
}

    .custom-navbar .navbar-nav .nav-link:hover {
        color: #ff6b48;
    }

/* Dropdown menü düzeni */
.custom-navbar .navbar-nav .dropdown-menu:hover {
    background-color: #fff;
    border-radius: 8px;
    border: none;
}

{
    display: block;
}

.custom-navbar .navbar-nav .dropdown-item {
    color: #333;
}

    .custom-navbar .navbar-nav .dropdown-item:hover {
        background-color: #f1f1f1;
    }

/* Dil Seçici */
.language-switch {
/*    padding-top:*/
    font-weight: 400;
    color: white;
    font-size: 18px;
    position: fixed;
    top: 165px;
    bottom: auto;
    left: auto;
    right: 0px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    background-color: #414042;
    padding: 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

    .language-switch a {
        color: white;
        text-decoration: none;
        margin-left: 10px;
    }

        .language-switch a:hover {
            color: #ff6b48;
        }

/* Responsive ayarlamalar */
@media (max-width: 768px) {
    .custom-navbar {
        flex-direction: column;
        padding: 20px;
    }
}
/* Başlık stil ayarları */
.main-heading, .sub-heading {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #ff6b48;
    margin-bottom: 40px;
}

.sub-heading {
    color: #333;
}
/*İngilizce Butonu*/

/*.sticky-head {*/
/*position: absolute;*/
/*height: 40px;*/
/* top: -65px; */
/*right: 0px;
    background-color: #0A606A;
    color: #ffff;
    width: 71px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 5px;
    justify-content: center;
    display: flex;
    cursor: pointer;
    position: fixed;
    top: 0px;*/ /* Üstten boşluk (isteğe göre ayarla) */
/*right: 75px;*/ /* Sağdan boşluk (isteğe göre ayarla) */
/*z-index: 1000;*/ /* Diğer içeriklerin üzerinde görünmesini sağlar */
/*}*/

/*Akademi Sayfası*/


/* Tab navs */
.nav-tabs {
    border: none;
    display: block;
}

    .nav-tabs .nav-item {
        margin-bottom: 8px;
    }

    .nav-tabs .nav-link {
        border: none;
        border-radius: 6px;
        color: #222;
        font-weight: 500;
        background: none;
        text-align: left;
        padding: 7px 14px;
        transition: background 0.2s;
    }

        .nav-tabs .nav-link.active {
            color: #fff !important;
            background: #1881c1 !important;
        }

        .nav-tabs .nav-link:hover {
            background: #e8f1fa !important;
        }



.button-container {
    position: fixed; /* Butonların ekranda sabit kalmasını sağlar */
    top: 80px; /* Butonların üstten konumu */
    left: auto; /* Butonların soldan konumu */
    right: 0px;
    z-index: 1000; /* Diğer içeriklerin üzerinde görünmesini sağlar */
    display: flex;
    flex-direction: column; /* Butonları dikey hizalar */
    gap: 1px; /* Butonlar arasına boşluk ekler */
    justify-content: center;
    margin-top: unset !important;
    flex: 1;
    display: flex;
    justify-content: center;
}
.accordion-body.active, .accordion-linklist-body.active {
    background: #ffa856 !important;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(255, 160, 64, 0.10);
}

.accordion-linklist-text.active {
    color: #fff;
}


.demo-button-container {
    position: fixed;
    top: 125px;
    bottom: auto;
    left: auto;
    right: 0px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    background-color: #00A0DF; /* Daha parlak bir renk */
    padding: 4px 4px; /* Buton boyutunu büyütmek için */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/ /* Hafif bir gölge */
    text-align: center;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
/*    flex: 1;
    display: flex;
    justify-content: center;*/
}
.custom-button, .demo-button-text a {
    text-decoration: none;
/*    padding: 0.75rem 1.5rem;*/
    /*background-color: #007bff;*/
    color: white;
    border-radius: 8px;
    transition: background 0.3s ease;
    font-weight: 500;
}

    .demo-button-container:hover {
        /*background-color: #FF6347;*/ /* Hover sırasında renk değişimi */
        transform: scale(1.05); /* Hafif büyütme efekti */
        cursor: pointer;
        --bs-link-hover-color: whitesmoke;
    }


.demo-button-text {
    text-decoration: none;
   
    color: white;
}
/*.sticky-buttons-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: white;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}*/
.button-text {
    vertical-align: middle;
}

.info-text {
    padding-top: 20px;
}

.footer-box {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #35373C;
    border-radius: 25px;
    padding: 50px 35px;
    margin-bottom: 30px;
}

    .footer-box .right {
        margin-left: auto;
    }

    .footer-box .left {
        margin-right: 150px;
    }

        .footer-box .left h5 {
            font-family: Outfit;
            font-size: 30px;
            color: #35373C;
        }

        .footer-box .left h3 {
            font-family: Outfit;
            font-size: 40px;
            color: #FF5100;
        }

    .footer-box .center {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .footer-box .center .spec-input {
            border: none;
            outline: none;
            box-shadow: none;
            background: transparent;
            padding-bottom: 9px;
            border-bottom: 1px solid #707070;
            margin-top: 3px;
            margin-left: 15px;
        }



#button-demo {
    text-decoration: none;
}

footer {
    background-color: #F4F4F4;
    padding: 0px 0 0px 0;
}

.custom-button {
    display: block; /* Alt alta sıralama için blok yapısı */
    padding: 4px 4px; /* İç boşluklar */
    background-color: #FF5100; /* Buton arka plan rengi */
    color: white; /* Yazı rengi */
    text-decoration: none; /* Alt çizgiyi kaldır */
    font-size: 16px; /* Yazı boyutu */
    font-family: Outfit; /* Yazı tipi */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
    transition: all 0.3s ease-in-out;
}

    .custom-button:hover {
        transform: scale(1.05); /* Hafif büyütme efekti */
        cursor: pointer;
        --bs-link-hover-color: whitesmoke;
    }
    .ml-200{
            margin-left: -200px;
    }

   .white-text {
        color:white;
    }

button-icon {
    margin-left: 5px; /* İkon ve metin arasındaki boşluk */
    vertical-align: middle; /* Ortalamayı düzeltir */
    font-size: 15px;
    font-weight: 500;
}

a:focus {
    outline: none; /* Tıklama sonrasında etrafında oluşacak çerçeveyi kaldırır */
}

.emoji-button-container {
    justify-content: center;
    display: flex;
}

.btn-submit {
    width: 200px;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
}

    .btn-submit:hover {
        background: linear-gradient(90deg, #0056b3, #003f7f);
        transform: scale(1.05);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.15);
    }

    .btn-submit:active {
        transform: scale(0.98);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

.btn-register {
    width: 200px;
    background: linear-gradient(to right, #1e1e1e, #ff5722, #4e342e);
    border: none;
    color: white;
    padding: 12px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
}

    .btn-register:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.15);
    }

.a-link {
    padding-top: 200px;
}

.small-textbox {
    padding-top: 200px;
    background-color: rosybrown;
}
/* Sol kısım yazı stili */
.text-section {
    padding-right: 40px;
}

.text-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.highlight-bar {
    display: inline-block;
    width: 4px;
    height: 24px;
    background-color: #ff6b48;
    margin-right: 10px;
    vertical-align: middle;
}

.text-section p {
    font-size: 16px;
    /* color: #666; */
    margin-bottom: 20px;
    text-align:left;
}

/* Detay'a Git Butonu */
.btn-rounded {
    background-color: #ff6b48; /* Butonun arka plan rengi */
    color: white; /* Yazı rengi */
    font-weight: bold;
    padding: 10px 30px; /* İç boşluklar */
    border-radius: 50px; /* Tam yuvarlak köşeler */
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
}

    .btn-rounded:hover {
        background-color: #e65a36; /* Hover efekti için koyu turuncu */
        --bs-link-hover-color: whitesmoke;
    }

/* Görsel ayarları */
.image-section img {
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.bg-dwhite {
    background-color: #f8f8ff;
}
/* Kartların genel stili */
.custom-card {
    max-width: 962px;
    /*    background-color: #fff;*/
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
    transition: transform 0.3s;
    transition: 0.3s;
    border-style: none;
    position: relative;
    padding: 0; /* İç boşluk sıfırlanır */
    margin: 0; /* Dış boşluk sıfırlanır */
    border-radius: 0px; /* Kartın köşelerini yuvarlar */
    overflow-wrap: break-word;
    overflow: hidden;
    width: 600px;
    height: 300px;
    flex-grow:1;
    flex-basis: 300px;
    /*    display:fle;*/
}


.custom-card:hover {
    transform: scale(1.05);
}

    .custom-card .card-title {
        font-size: 20px;
        font-weight: bold;
        color: white;
        margin-bottom: 15px;
    }

    .custom-card .card-text {
        font-size: 16px;
        color: #fff;
        /* color: #666; */
        margin-bottom: 20px;
        text-align: left;
   }

    .custom-card img {
        max-width: 100%;    }

/* Anasayfa için kartların renkleri */

.card-image {
    width:190px;
    height:300px;
    
}
.card-gap-left {
    padding-left: 2px;
    padding-right: 15px;
    /*margin-left: 50px;*/
    margin-right: auto;
}
.card-gap-right {
    padding-right: 2px;
    margin-right: 50px;
    margin-left: auto;
}
.pad-15 {
    text-align: center;
/*    padding: 15px;*/   
    padding: 3px;
}
#magaza-card {
    background-color: #fa9255;
}

#m-analytics-card {
    background-color: #7fbbe5;
}

#m-digital-card {
    background-color: #7fbbe5;
}

#m-content-card {
    background-color: #309fda;
}

#m-online-card {
    background-color: #005e67;
}

#m-CRM-card {
    background-color: #e37559;
}

.pad {
    padding-top: 30px;
}

.shopimg {
    border-radius: 20px;
}

.btn-1,
.btn-1 *,
.btn-1 :after,
.btn-1 :before,
.btn-1:after,
.btn-1:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-1 {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: #ef5f4c;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
    text-transform: uppercase;
}

.w {
    color: black;
    font-weight: 700;
}
@media (max-width: 768px) {
    .margin-le {
        margin-left: auto;
    }
}

/*Anasayfa textler*/

.text-main {
    font-size: 12px !important;
    font-family: Outfit;
    /*color: #929599 !important;*/
}
/* Responsive ayarlamalar */
@media (max-width: 768px) {

    .custom-card:hover{
        transform:none;
    }
    .text-section {
        padding-right: 0;
    }

    .image-section img {
        margin-top: 20px;
    }

    .custom-card {
        margin-bottom: 20px;
    }
    
    .col-md-6{
        width:100%;
    }
    .row-mt-4{
        width:100%;
    }
    .sub-heading {
        text-align:center;
    }
}
@media (max-width: 767.98px) {
    .custom-card {
        width: 99vw !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        height: auto !important;
        margin: 0 auto 16px auto !important;
        border-radius: 12px !important;
        padding: 14px 3vw 16px 3vw !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

        .custom-card img, .custom-img {
            max-width: 90vw !important;
            height: auto !important;
            display: block !important;
            margin: 12px auto 16px auto;
            border-radius: 8px !important;
            object-fit: contain !important;
        }
    .crsl-img {
        margin: auto !important;
    }
    .card-title, .pad-15 {
        font-size: 1.1rem !important;
        padding: 6px 2px !important;
        text-align: center !important;
        word-break: break-word !important;
    }

    .fw-bold, .card-gap, .white-text {
        font-size: 1rem !important;
        text-align: center !important;
        padding: 0 2px !important;
        word-break: break-word !important;
    }

    .custom-btn {
        width: 100% !important;
        font-size: 1rem !important;
        padding: 10px !important;
        margin: 12px 0 0 0 !important;
        display: block !important;
        border-radius: 8px !important;
    }
    /* Kenardaki margin/padding’leri ve taşmayı tamamen engeller */
    .ml-200, .card-gap-left, .card-gap-right {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .custom-card {
        position: relative;
    }

        .custom-card img,
        .custom-img {
            display: block !important;
            max-width: 95% !important;
            width: 95% !important;
            height: auto !important;
            margin: 160px auto 12px auto;
            position: static !important; /* Absolute veya float kaldırılır */
            left: auto !important;
            right: auto !important;
            top: auto !important;
            z-index: 1 !important;
            box-shadow: none !important;
        }
        /* Eğer başka img-container varsa ona da uygula */
        .custom-card .card-img-side,
        .custom-card .img-container {
            width: 100% !important;
            text-align: center !important;
            display: block !important;
            margin: 0 auto 0 auto !important;
            position: static !important;
        }
        /* Kart yazılarını aşağıda düzgün göster */
        .custom-card .card-title,
        .custom-card .fw-bold,
        .custom-card .card-gap,
        .custom-card .white-text {
            z-index: 2 !important;
            position: static !important;
            background: transparent !important;
            color: #fff !important;
            text-align: center !important;
            word-break: break-word !important;
        }

}

@media (max-width: 667px) {
    .card-body{
        width:75%;
    }
    #nav-item-tab{
        width: 100% !important;
    }

    #mshopTab{
        width:auto !important;
    }
    #magazaTab {
        width: auto !important;

    }
    .media-row{
        display:flex;
        flex-direction:column;
    }
    .gray-container {
        width:600px;
        margin: 0px auto;
        padding: 0px;
    }
/*    .custom-slide-btn {
        background: #FF5100;
        color: black;
        font-weight: bold;
        border-radius: 0px;
        padding: 10px;
        text-decoration: none;
        display: inline-block;
        margin-top: 10px;
        transition: all 0.3s ease-in-out;
    }*/
    .bg-gray {
        background-color: #414042;
         width: 100%;
        left: 0;
    }
    .nav-pills {
        flex-direction: column;
        align-items: flex-start;
    }

        .nav-pills .nav-item {
            width: 100%;
            margin-bottom: 5px;
        }

        .nav-pills .nav-link {
            width: 100%;
            /*text-align: left;*/
            font-size: 15px;
            font-weight: 200;
        }
    
    .card-gap-left {
        padding-left: 2px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .card-gap-right {
        margin-right:unset;
    }


    .sub-heading {
        margin-left:20px;
    }
}

/*Örnek olaylar carousel slider*/

.carousel-view {
    position:relative;
    overflow:hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    transition: all 0.25s ease-in;
}
.custom-card-crsl {
    border: 4px solid #ff6b48;
    border-bottom: 4px solid #ff6b48;
    width:420px;
    height:auto;
    
}

.carousel-view .crsl-list {
    max-width: 950px;
    width: 70vw;
    padding: 0px 10px;
    display: flex;
    gap: 48px;
    scroll-behavior: smooth;
    transition: all 0.25s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
    scroll-snap-type: x mandatory;
    overflow-y: clip;
    height: 300px;
}

.crsl-list::-webkit-scrollbar {
    display: none;
}

.crsl-btn {
    border: none;
    cursor: pointer;
    background: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-size: 30px;
    color: #ff6b48;
}

.crsl-item {
    scroll-snap-align: center;
    min-width: 400px;
    height: 520px;
    background-color: none;
    border-radius: 8px;
    height: 100%;
}

/* Wrapper için */
.image-wrapper {
    position: relative;
    display: inline-block;
   
}

    /* Görsel bulanıklığı */
    .image-wrapper img {
        width: 100%;
        filter: blur(5px); /* Bulanıklık efekti */
        transition: 0.3s ease; /* Hover efekti için geçiş süresi */
    }

    /* Hover ile bulanıklığı kaldır */
    .image-wrapper:hover img {
        filter: none;
    }

/* Diğer butonu stili */
.other-button {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /*    bottom: 10px;
    right: 10px;
    z-index: 10;*/
    top: 50%; /* Ortalamak için */
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.7); /* Yarı şeffaf siyah arka plan */
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 8px;
/*    transition: all 0.3s ease;*/
}

/* Hover ile buton değişimi */
    .image-wrapper:hover .other-button {
/*    position: relative;*/
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    opacity: 1;
    pointer-events:auto;
    visibility: visible;
}

/* Testimonial Bölümü Genel Stil */
.testimonial-section {
    background-color: #f4f4f4;
    padding: 60px 0;
    text-align: center;
}

/* Başlık Stilleri */
.testimonial-heading {
    font-size: 28px;
    font-weight: bold;
    color: #383838;
    margin-bottom: 40px;
}

    .testimonial-heading span {
        font-size: 18px;
        color: #333;
    }

/* Testimonial Kartları */
.testimonial-cards {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

/* Testimonial Kart */
.testimonial-card {
    width: 500px; /* Kartın yatay genişliği */
    height: auto;
    /*word-break: break-word;*/ /* Kelimeyi ortadan bölmez */
    inline-size: 300px;
    /* Kartın yatay genişliği */
    height: auto; /* İçeriğe göre yükseklik */
    padding: 10px;
/*    display: flex;*/
/*    flex-direction: column;*/
    /* /* Uzun kelimelerin kırılması */
    background-color: white;
    border-radius: 0px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 4px solid #ff6b48; /* Turuncu çerçeve */
    text-align: left;
    /*    max-height: 200px;*/
}

.testimonial-logo {
    width: 75px;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    
}

.testimonial-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.testimonial-title {
    font-size: 12px;
    /* color: #666; */
}

#testimonial-main {
    /* Arka plan image ayarlamaları */
/*    background-image: url(/Content/Images/anasayfa/world.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: top;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .testimonial-cards {
        flex-direction: column;
        align-items: center;
    }

    .testimonial-card {
        margin-bottom: 20px;
     
    }
}
/* Footer Bölümü Genel Stil */
.footer-section {
    background-color: #f4f4f4;
    /*padding: 40px 0;*/
    /* color: #666; */
    font-size: 14px;
}

/* Footer Logo */
#footer-container {
    max-width:none;
    margin: 0;
    background-color: white;
    padding: 10px 15px;
    border-top: 5px solid orange;
}

.footer-logo {
    max-width: 300px;
    display: block;
    margin-bottom: 15px;
    margin-left: 20px;
}


.holding-logo {
    max-width: 140px;
    display: block;
    margin-left: auto;
    margin-right: 0;
}

#holding-logo-container {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: auto;
    margin-top: auto;
}

/* Footer Üst Bölüm */
.footer-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-links-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links {
    display: flex;
    flex-direction: column;
}

    .footer-links a {
        font-weight: 600;
        margin-bottom: 5px;
        text-decoration: none;
        color: #5C5B5C;
    }

    .footer-links a:hover {
        color: #ff6b48;
    }

.mlink-logo {
    width: 100px;
    margin-top: 35px;
}

#mlinknavbar {
    width:70px;
    margin-top: unset;
}

.dataroom-logo {
    width: 160px;
    margin-top: 40px;
    align-self: start;
}

#dataroomnavbar {
    margin-top: unset;
    width: 100px;
}

.navbar_textLogo {
    max-height: 55px;
    margin-right: 10px;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        margin-top: 20px;
        justify-content: center;
    }

        .footer-links a {
            margin-left: 0;
            display: block;
            margin-bottom: 10px;
        }
}
@media (max-width: 991.98px) {
    .navbar-nav {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 auto !important;
        gap: 0 10px !important;
        padding: 0 !important;
    }

        .navbar-nav .nav-item,
        .navbar-nav li {
            margin: 0 3px !important;
            padding: 0 !important;
        }

        .navbar-nav .nav-link {
            font-size: 0.97rem !important;
            padding: 4px 5px 2px 5px !important;
            min-width: unset !important;
            white-space: nowrap !important;
            text-align: center !important;
            line-height: 1.2;
            letter-spacing: -.01em;
            background: transparent !important;
            border: none !important;
            margin-bottom: 2px !important;
        }

    #mlinknavbar {
        width: 55px;
        margin-top: unset;
        /* Gerekirse aralığı daraltabilirsin */
    }
}


@media (max-width: 540px) {
    .navbar-nav .nav-link {
        font-size: 0.85rem !important;
        padding: 3px 2px !important;
        margin-right: 0 !important;
    }

    .navbar-nav {
        gap: 0 4px !important;
    }
}


/*Hakkımızda*/

.about-container {
    background-color: #f9f9f9;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
    border-radius: 15px;
}

/* Genel Ayarlar */
body {
    font-family: Outfit;
    color: #333;
    line-height: 1.6;
    min-height: 100vh;
}
.info-member {
    margin-top:5px;
    padding-top:1px;
}

/* Hero Bölümü */
/* Genel Başlık ve Arka Plan */
.section-heading {
    text-align: center;
    padding: 80px 0;
    /* background: linear-gradient(to right, #eef5ff, #faf6ff); /* Daha belirgin degrade arka plan */
}

/* Breadcrumb Stili */
.breadcrumb {
    font-size: 14px; /* Küçük font boyutu */
    /* color: #666; */ /* Gri tonlarda yazı rengi */
    margin-bottom: 20px;
    display: flex; /* Flexbox ile yan yana düzen */
    align-items: center; /* Dikey hizalama */
    justify-content: center; /* Ortaya hizalama */
}

    .breadcrumb a {
        text-decoration: none;
        color: #888; /* Link rengi */
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

/* Breadcrumb Ayracı (Separator) */
.breadcrumb-separator {
    margin: 0 8px; /* Ayracın kenarlardan boşluk bırakması */
    color: #aaa; /* Ayracın açık gri rengi */
    font-size: 14px;
}

/* Ana Başlık */
.main-heading {
    font-size: 48px; /* Büyük başlık */
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    max-width: 1000px;
    margin: 0 auto;
}


/* Ana Başlık */
.main-heading {
    font-size: 48px; /* Başlık boyutu sağdaki görsel gibi büyük */
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    max-width: 1000px;
    margin: 0 auto;
}


/* Bilgi Kartları */
.container {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
/*    max-width:none;*/
}

.register-container {
    display: flex;
    justify-content: end; /* Yatayda ortalar */
    align-items: center; /* Dikeyde ortalar */
    width: 100%;
}
.p-center {
    text-align: center;
    
    margin-top: 4px;
}


.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*    align-items: flex-start;*/
}

.col-md-4 {
    display: flex;
}
#market-img {
    width: 270px;
    height: 400px;
    float: right;
}

.col-md-6 {
    flex: 0 0 48%;
    box-sizing: border-box;
    display: flex;
}

.content-box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.content-img {
    width: 100%;
    max-height: 420px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}
/* Masaüstü ve büyük ekranlar için: */
.content-img {
    width: 100%;
    max-width: 340px; /* Kutunun genişliğini aşmasın, istersen arttır/azalt */
    max-height: 330px; /* EŞİT YÜKSEKLİK buradan kontrol edilir */
    height: 330px; /* Yüksekliği eşitlemek için */
    object-fit: cover; /* Taşarsa kenarlarından kırpar, ama orantıyı bozmadan doldurur */
    border-radius: 10px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Mobil için optimize (daha küçük ekranlarda oran bozulmasın, ama yine eşit olsun): */
@media (max-width: 767.98px) {
    .content-img {
        max-width: 90vw;
        height: 200px; /* Mobilde eşit ve daha kısa */
        max-height: 200px;
    }
}


h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

p {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
    text-align: justify;
}


/* Responsive Ayarlamalar */
@media (max-width: 768px) {
    .info-card {
        margin-bottom: 20px;
    }

    .info-image {
        margin-bottom: 15px;
    }
}
/* Kilometre Taşları Buton Stili */

/* Buton Kabı - Butonu Ortalamak İçin */
.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Yukarıdan boşluk */
}

/* Buton Stili */
.styled-button {
    display: inline-block;
    background-color: #b3eaff; /* Arka plan rengi */
    color: #0078b3; /* Metin rengi */
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 30px; /* Yuvarlatılmış köşeler */
    border: 2px solid #0078b3; /* İnce turuncu kenarlık */
    text-decoration: none;
    /*transform: rotate(-5deg);*/ /* Hafif eğim */
    transition: transform 0.3s ease, background-color 0.3s ease; /* Geçiş efekti */
}

    /* Hover Efekti */
    .styled-button:hover {
        background-color: #a0d4f2; /* Hover durumunda daha koyu arka plan */
        transform: rotate(0deg); /* Hover ile eğimi sıfırlama */
    }

    /* Emoji Hizalaması */
    .styled-button .emoji {
        margin-left: 10px;
    }


/* Genel Başlık Stili */
.styled-heading {
    font-size: 28px; /* Yazı büyüklüğü */
    font-weight: 400; /* Normal ağırlık */
    text-align: center; /* Ortalamak için */
    color: #333; /* Genel renk */
    margin-bottom: 20px;
}

/* Kalın Siyah Metin */
.bold-text {
    font-weight: 700; /* Kalın yazı */
    color: #333; /* Siyah tonlu yazı rengi */
}

/* Mavi ve Altı Çizili Kısım */
.blue-highlight {
    color: #00a0df; /* Mavi renk */
    font-weight: 400; /* Normal ağırlık */
    text-decoration: underline; /* Altı çizili */
    text-underline-offset: 5px; /* Alt çizgi ile metin arası mesafe */
    text-decoration-thickness: 2px; /* Alt çizgi kalınlığı */
    text-decoration-color: #00a0df; /* Alt çizgi rengi */
}
/* Genel Zaman Çizelgesi Ayarları */
.timeline-section {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    .timeline-container::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 4px;
        background-color: #e0e0e0;
    }

/* Zaman Çizelgesi Öğeleri */
.timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
}

    .timeline-item.left {
        left: 0;
        text-align: right;
    }

    .timeline-item.right {
        left: 50%;
        text-align: left;
    }

    .timeline-item h3 {
        font-size: 18px;
        color: #888;
    }

    .timeline-item h2 {
        font-size: 28px;
        color: #333;
        font-weight: bold;
    }

    .timeline-item p {
        font-size: 16px;
        /* color: #666; */
        line-height: 1.6;
    }

    /* Daire Noktalar */
    .timeline-item::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 4px solid #f28b54; /* Turuncu nokta */
        border-radius: 50%;
        top: 10px;
        left: -10px;
    }

    .timeline-item.right::after {
        left: calc(100% - 10px);
    }

/* Responsive Ayarlamalar */
@media (max-width: 768px) {
    .timeline-item {
        width: 100%;
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .timeline-container::before {
        left: 10px;
    }

    .timeline-item.right::after,
    .timeline-item.left::after {
        left: 10px;
    }
}

@media (max-width: 900px) {
    .timeline-section {
        padding: 25px 0 35px 0;
    }

    .timeline-container {
        max-width: 98vw;
    }
}

@media (max-width: 768px) {
    .timeline-section {
        padding: 10px 0 20px 0;
    }

    .timeline-container {
        max-width: 100vw;
    }

        .timeline-container::before {
            left: 20px; /* Sol kenara taşı */
            width: 3px;
            transform: none;
        }

    .timeline-item {
        width: 100% !important;
        min-width: 0;
        max-width: 100vw;
        left: 0 !important;
        text-align: left !important;
        padding: 25px 20px 15px 45px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

        .timeline-item.right,
        .timeline-item.left {
            left: 0 !important;
            text-align: left !important;
        }

            .timeline-item::after,
            .timeline-item.right::after {
                left: 0 !important;
                top: 14px;
            }

        .timeline-item h2, .timeline-item h3, .timeline-item p {
            text-align: left !important;
        }
}
@media (max-width: 768px) {
    .info-section .row {
        flex-direction: column !important;
    }

    .info-section .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .content-box {
        border-radius: 18px;
        padding: 16px 10px;
        margin-bottom: 24px;
        box-sizing: border-box;
        width: 95vw;
        max-width: 99vw;
        margin-left: auto;
        margin-right: auto;
    }

    .content-img {
        width: 100%;
        max-width: 310px;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
/* Genel Ayarlar */
.testimonial-section {
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
    font-family: Outfit; /* Genel font ailesi */
}

/* Müşterilerimizden Haber Alın Buton Stili */
.angled-button {
    display: inline-block;
    background-color: #ffe9da; /* Arka plan rengi */
    color: #b56341; /* Metin rengi */
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px; /* Yuvarlatılmış köşeler */
    border: 2px solid #b56341; /* İnce turuncu kenarlık */
    text-decoration: none;
    transform: rotate(-5deg); /* Hafif eğim */
    transition: transform 0.3s ease, background-color 0.3s ease; /* Geçiş efekti */
}

    /* Hover Efekti */
    .angled-button:hover {
        background-color: #ffd7c1; /* Hover durumunda daha koyu arka plan */
        transform: rotate(0deg); /* Hover ile eğimi sıfırlama */
        /*--bs-link-hover-color:whitesmoke;*/
    }

    /* Emoji Hizalaması */
    .angled-button .emoji {
        margin-left: 10px;
    }

/* Genel Başlık Stili */
.styled-heading {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #333;
    line-height: 1.4;
    max-width: 900px;
    margin: 0 auto;
    display: block;
}

/* Kırmızı Vurgulu Kısım */
.highlight-red {
    color: #ff6b48; /* Kırmızı vurgulu metin */
    font-weight: bold;
}

/* Turuncu Vurgulu Kısım */
.highlight-orange {
    color: #ffae42; /* Turuncu vurgulu metin */
    font-weight: bold;
}

/* Yazı Arası Mesafe */
.styled-heading br {
    line-height: 2; /* Satırlar arasında boşluk */
}

/* Ana Flexbox Yapısı */
.job-listing-flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 32px auto 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.job-listing-main {
    flex: 1 1 420px;
    min-width: 0;
}

.job-listing-image {
    flex: 0 0 340px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.listing-img {
    max-width: 320px;
    width: 100%;
    border-radius: 18px;
    margin-top: 36px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
}

/* Form için */


.career-form-wrapper {
    display: flex;
    justify-content: center;
}

.career-form .form-row {
    flex-direction: column !important;
    gap: 0 !important;
}

.career-form .form-group {
    width: 100%;
    margin-bottom: 12px;
}

.career-form {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    width: 100%;
    margin: 32px auto;
}

    .career-form .form-control {
        border: 1px solid #ddd;
        padding: 15px;
        border-radius: 8px;
    }

    .career-form .btn-primary {
        background-color: #ff7a00;
        border: none;
        border-radius: 30px;
        padding: 10px 40px;
        font-size: 16px;
        color: white;
    }

    .career-form .form-row {
        display: flex;
        gap: 15px;
    }

    .career-form .form-group {
        flex: 1 1 0;
        min-width: 0;
    }

@media (max-width: 991px) {
    .job-listing-flex {
        flex-direction: column;
        gap: 0;
        max-width: 100vw;
        padding: 0 6px;
    }

    .job-listing-main, .job-listing-image {
        width: 100%;
        max-width: 100%;
    }

    .job-listing-image {
        margin-top: 8px;
        margin-bottom: 24px;
        justify-content: center;
        align-items: center;
    }

    .listing-img {
        margin: 16px auto 12px auto;
        max-width: 230px;
        width: 90%;
    }

    .career-form-wrapper {
        padding: 0 4px;
    }

    .career-form {
        padding: 14px;
        margin: 10px auto;
        max-width: 100%;
    }

        .career-form .form-row {
            flex-direction: column;
            gap: 0;
        }

        .career-form .form-group {
            width: 100%;
            margin-bottom: 10px;
        }

        .career-form .btn-primary {
            width: 100%;
            padding: 14px 0;
            font-size: 1.1em;
        }

        .career-form textarea.form-control {
            min-height: 70px;
        }
}


.career-text {
    margin-left:auto;
    margin-right: auto;
}

@media (max-width: 767.98px) {
    .card-row-responsive > .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*Renkli Geçiş - Mimeda'da Yaşam*/
.gradient-heading {
    /*background: linear-gradient(90deg, #1e1e1e, #ff5722, #4e342e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    background: #fa9255;
    color: #fa9255;
    -webkit-background-clip: text;
}
.gray-heading {
    background: #383838;
    color: #383838;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.white-heading {
    padding:3px;
    background: white;
    color:white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.editContent {
    padding: 1px;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center; 
    height: 100%;
}
.bg-gray {
    background-color: #414042;
    /*    width: 1480px;*/
    left: 0;
}
/* Kart stil ayarları */
.stats-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.stats-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
}

    .stats-box h4 {
        margin-top: 10px;
        color: #ff5722;
    }

.stat-number {
    font-size: 32px;
    color: #ff5722;
    font-weight: bold;
}

/* Sağdaki yazı bölümü */
.diversity-section {
    padding: 20px;
    text-align: left;
    margin-right:auto;
    margin-left:auto;
}

.gradient-text {
    background-color: #309fda;
    -webkit-background-clip: text;
    color: transparent;
}

.diversity-section h3 {
    margin: 0;
    font-size: 28px;
    color: #333;
}

.diversity-section p {
    margin-top: 10px;
    /* color: #666; */
    text-align: justify;
}

.gradient-text {
    font-size: 2em;
    background-color: #309fda;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}

.employee-experience-section {
    text-align: center;
    padding: 20px;
}

.employee-benefits {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.benefit-card {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    width: 200px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-content: center;
}

.benefit-text {
    text-align: center;
}

.icon {
    font-size: 24px;
    color: orange;
    margin-bottom: 10px;
}

.equality-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #ffe6e6;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.text-section {
    flex: 1;
    padding: 20px;
    font-size: 16px;
    color: #333;
    text-align: justify;
}

.image-section {
    flex: 1;
    text-align: center;
}

    .image-section img {
        max-width: 100%;
        border-radius: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

.job-listing-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff2e5;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.job-listing-content {
    max-width: 50%;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #3e3e3e;
    margin-bottom: 20px;
}

.section-description {
    font-size: 16px;
    color: #3e3e3e;
    margin-bottom: 20px;
    flex: 1;
    text-align: justify;
}

.apply-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #ff6b35;
    color: white;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

    .apply-button:hover {
        background-color: #e65c29;
        --bs-link-hover-color: whitesmoke;
    }

.job-listing-image {
    max-width: 45%;
}

.listing-img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.iletisim-section {
    padding: 30px 0;
    text-align: center;
}

.breadcrumb {
    margin-bottom: 20px;
    justify-content: center;
}

.section-title {
    font-size: 36px;
    color: #333;
    margin-bottom: 40px;
}

.contact-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    width: 300px; /* Öğelerin hizalanması için genişlik */
}

    .contact-item img {
        width: 40px;
        height: 40px;
    }

    .contact-item p {
        font-size: 16px;
        color: #333;
        margin: 0;
    }

.map-container {
    text-align: center;
    margin-top: 30px;
}

.map-image {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
}

.contact-form-section {
    padding: 50px 0;
}

#head {
    background-color: #fbdfd4;
    border-radius: 30px;
}

.contact-form {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

    .contact-form .form-control {
        border: 1px solid #ddd;
        padding: 15px;
        border-radius: 8px;
    }

    .contact-form .btn-primary {
        background-color: #ff7a00;
        border: none;
        border-radius: 30px;
        padding: 10px 40px;
        font-size: 16px;
        color: white;
    }

/*Mlink Pages*/
.mlinkContent {
    text-align: center;
}

#nav-item-tab {
    width: 16%;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    flex: 1 1 300px;
}

a.text-dec {
    text-decoration: none !important;
    color: black !important;
}

    a.text-dec h4 {
        text-decoration: none !important;
        color: black !important;
    }

.nav-pills .nav-link {
    border-radius: 30px;
    color: #929599;
    padding: 10px 20px;
    /*background-color: #f1f1f1;*/
    /*    margin-right: 10px;*/
    transition: all 0.3s ease;
    font-weight: bold;
}

    .nav-pills .nav-link.active {
        background-color: #ff7f3f; /* Aktif sekme arka plan rengi */
        color: white; /* Aktif sekme yazı rengi */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Gölge efekti */
    }

    .nav-pills .nav-link:hover {
        background-color: #ff9f6f; /* Hover (üzerine gelinceki) arka plan rengi */
        color: white;
    }

.nav-pills {
    justify-content: center;
    margin-top: 20px;
/*    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 20px 0;
    list-style: none;
    justify-content: center;
    padding-top: 40px;*/
}
/*  .nav-pills a{
    display: inline-block;
    padding: 12px 24px;
    background-color: #f1f3f5;
    color: #343a40;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
    .nav-pills a:hover {
        background-color: #e3e8ec;
        color: #000;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }

    .nav-pills a.active {
        background:#FF5100;
        color: white;
        box-shadow: 0 4px 12px rgba(79, 70, 229, 0.4);
    }*/
#mshopTab {
    border: 1px groove #CCD0D8B2;
    border-radius: 999px;
    justify-content: space-between;
    width: 100%;
    padding: 4px;
    place-self: center;
}

#magazaTab {
    border: double #CCD0D8B2;
    border-radius: 99px;
    justify-content: space-between;
    width: 75%;
    padding: 4px;
    place-self: center;
    align-items: center;

}

#analyticsTab {
    border: double #CCD0D8B2;
    border-radius: 99px;
    justify-content: space-between;
    width: 75%;
    padding: 4px;
    place-self: center;
    align-items:center;
}

.mOnline-textContainer {
    /*width: 40%;*/
    padding: 20px;
}

.tab-content {
    margin-top: 20px;
    padding: 20px;
    /*        border: 1px solid #ddd;
        border-radius: 15px;
        background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
}
.gray-container {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}
#mMagazaTab {
 
    display: flex;
    align-items: center;
    align-self: center;
    width: 100%;
    padding-left: 30px;
    border-radius:20px;
    box-shadow:2px;
}

#mOnlineTab {
    display: flex;
    align-items: center;
    align-self: center;
    width: 100%;
    padding-left: 30px;
}
#mDigitalTab {
    display: flex;
    align-items: center;
    align-self: center;
    width: 100%;
    padding-left: 30px;
}
#featuretext {
    text-align:left;
}
.feature-item img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.feature-item span {
    font-size: 16px;
}

/*Kanallar - Mağaza*/
.curve-container {
    text-align: center;
    margin-top: 20px;
}

.curve {
    width: 300px;
    height: 50px;
}

body {
    font-family: Outfit;
}

.stat-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
    padding: 40px;
}

.stat-card {
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    width: 250px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

    .stat-card img {
        width: 100px;
        margin-bottom: 15px;
    }

    .stat-card h3 {
        font-size: 1.4em;
        margin-bottom: 10px;
        color: #333;
    }

    .stat-card p {
        font-size: 0.9em;
        /* color: #666; */
        margin-bottom: 15px;
    }

    .stat-card h2 {
        font-size: 2.5em;
        color: #3c3c3c;
        margin-top: 10px;
    }

    .stat-card:nth-child(1) {
        background-color: #fde8e2;
    }

    .stat-card:nth-child(2) {
        background-color: #e3f6fe;
    }

    .stat-card:nth-child(3) {
        background-color: #e1f5e7;
    }

    .stat-card:nth-child(4) {
        background-color: #fff4e5;
    }

/*M-Analytics*/

.purple-highlight {
    color: #6d28d9; /* Mor renk */
    font-weight: bold;
}

/*Content*/

.emoji {
    font-size: 1.5rem;
}

@media screen and (max-width: 768px) {

    .emoji {
        font-size: 1.3rem;
    }
}


/*M-Dijital*/

.m-img {
    width: 225px;
    height: 300px
}
.m-top {
    margin-top: 58px;
}
.mt-59 {
    margin-top: 59px;
}
.programmatic-section {
    background-color: #e3f4ff; /* Hafif mavi arka plan */
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-section {
    flex: 1;
    padding-right: 20px;
}

.image-section {
    flex: 1;
    display: flex;
    justify-content: center;
}

    .image-section img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

.header-content {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    text-align:center;
}


@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .text-section, .image-section {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.social-section {
    background-color: #f3f8ff; /* Hafif mavi arka plan */
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-section {
    flex: 1;
    padding-right: 20px;
}

.image-section {
    flex: 1;
    display: flex;
    justify-content: center;
}

    .image-section img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

.header-content {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.sub-header {
    font-size: 20px;
    color: #f57c00;
    margin-top: 15px;
}


@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .text-section, .image-section {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.crm-section {
    background-color: #ffece4; /* Hafif turuncu/pembe arka plan */
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.image-section {
    flex: 1;
    display: flex;
    justify-content: center;
}

    .image-section img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

.header-content {
    font-size: 24px;
    color: #6b4226; /* Koyu kahverengi başlık */
    margin-bottom: 15px;
}


@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .text-section, .image-section {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.money-section {
    background-color: #fff3d4; /* Hafif sarı arka plan */
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.header-content {
    font-size: 24px;
    color: #6b4226; /* Koyu kahverengi başlık */
    margin-bottom: 15px;
    font-weight: bolder;
}

.money-details {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    color: #555;
}

    .money-details li {
        margin-bottom: 10px;
    }

    .money-details .icon {
        margin-right: 10px;
        color: #ff6347; /* Kırmızı-turuncu simgeler */
    }

@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .text-section, .image-section {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.market-section {
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.market-header {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

    .market-header .highlight {
        color: #0082ca; /* Mavi renk */
    }

.market-description {
    font-size: 16px;
    /* color: #666; */
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
}

    .market-description strong {
        color: #333;
    }

@media (max-width: 768px) {
    .market-header {
        font-size: 20px;
    }

    .market-description {
        font-size: 14px;
    }
}

.slider-banner-container {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1320px;
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
}

.slider-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*    width: 30%;*/
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
}
#shop-slider-menu {
    overflow: scroll;
    overflow-x: hidden;
    height: 256px;
}
    #shop-slider-menu .nav {
        border-top-width: 0;
        border-right-width: 0;
        border-left-width: 0;
        border-radius: 0;
        border-bottom: 1px solid #ddd;
    }

    #shop-slider-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #shop-slider-menu::-webkit-scrollbar {
        width: 2px;
        background-color: #F5F5F5;
        height: 10px;
    }

    #shop-slider-menu::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #FF6347;
    }

.slider-item {
    /*background-color: #fff;*/
    padding: 15px;
    margin-bottom: 10px;
    /*    border-radius: 10px;*/
    font-size: 16px;
    /* color: #666; */
    text-align: left;
    /*    border: 1px solid #eee;*/
    cursor: pointer;
    /*    transition: background-color 0.3s ease;*/
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b4226;
    font-weight: 500;
    
}

    .slider-item.active {
        /*background-color: #FFEAE3;*/
        color: #FF6347;
    }

    .slider-item:hover {
        /*background-color: #FFEAE3;*/
        color: #A9E6FF;
    }

.slider-image {
    /*width: 60%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

    .slider-image img {
        max-width: 120%;
        max-height: 235px;
        border-radius: 15px;
        
    }

.slider-item-icons {
    border-radius: 50%;
    border: 1px solid;
    padding: 12px;
}

.prod-vid {
    border: solid;
    border-radius: 15px;
    border-color: palevioletred;
    background-color: black;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {

 .prod-vid{
     width:unset;
 }
 .carousel-control-prev {
    left:0 !important;
 }
 .carousel-control-next {
     right:0 !important;
 }
}

.live-shopping-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E7F7E7;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.live-shopping-text {
    width: 45%;
}

    .live-shopping-text h2 {
        font-size: 24px;
        color: #333;
    }

    .live-shopping-text p {
        font-size: 16px;
        /* color: #666; */
    }

.live-shopping-image {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .live-shopping-image img {
        max-width: 100%;
        border-radius: 15px;
    }

.sponsored-product-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E0F3FF;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.sponsored-product-text {
    width: 50%;
}

    .sponsored-product-text h2 {
        font-size: 24px;
        color: #333;
    }

    .sponsored-product-text p {
        font-size: 16px;
        /* color: #666; */
    }

.sponsored-product-image {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .sponsored-product-image img {
        max-width: 100%;
        border-radius: 15px;
    }

.our-company-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.slider {
    background:transparent;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 95%;
}

.slide-track {
    display: inline-block;
    animation: move 30s linear infinite;
    white-space: nowrap;
}

    .slide-track > * {
        padding: 2vw;
        display: inline-block;
    }

    .slide-track:hover {
        animation-play-state:paused;
    }
@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.slider::before,
.slider::after {
    background: linear-gradient( to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}
/*slider for testimonal section*/

.testimonial-slider-container {
    width: 95%;
    overflow: hidden;
}

.testimonial-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: slide 30s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

#testimonialSlider {
    height: auto;
}

#testimonialSlider::before,
#testimonialSlider::after{
    height:260px;
    width:60px;
}
/*Login Sayfası*/

.login-container {
    display: flex;
    max-width: 1000px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.info-section {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    background-color: #f9f9f9;
}

    .info-section h1 {
        font-size: 28px;
        color: #333;
        margin-bottom: 20px;
    }

/*.info-section p {
        font-size: 16px;*/
/* color: #666; */
/*margin-bottom: 20px;
    }*/

.info-content h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}

.info-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.form-section {
    flex: 1;
    padding: 40px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

    .form-section h2 {
        font-size: 24px;
        color: #333;
        margin-bottom: 20px;
    }

    .form-section p {
        font-size: 14px;
        /* color: #666; */
        margin-bottom: 20px;
    }

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        display: block;
        font-size: 14px;
        color: #333;
        margin-bottom: 5px;
    }

    .form-group input {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }

#consentCheckbox {
    width: unset;
}

.form-utilities {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .form-utilities label {
        font-size: 14px;
        /* color: #666; */
    }

.forgot-password {
    font-size: 14px;
    color: #0056b3;
    text-decoration: none;
}

    .forgot-password:hover {
        text-decoration: underline;
    }

.blue-highlight {
    font-size: 14px;
}

input[type="password"] {
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.toggle-password {
    position: relative;
    top: -35px;
    right: -90%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    /* color: #666; */
}

/*Kvkk kısmı*/

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.print-button {
    background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    .print-button:hover {
        background-color: #FF7F71;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    }

.index-mid {
    width: 80%;
    margin: auto;
    padding-top: 20px;
}

.background-cream {
    background-color: #f9f9f8;
}

.sidebar-head-mw {
    width: 90%;
    font-weight: 700;
}

.sidenav-head-link {
    margin-bottom: 20px;
    display: flex;
}

    .sidenav-head-link:hover {
        text-decoration: none;
        color: #131313;
    }

.col-md-3 {
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
}

.life-at-mimeda {
    padding-top: 20px !important;
    padding-right: 10px;
    padding-left: 10px;
    text-align:left !important;
}

@keyframes fade-out{
    0%{opacity: 1;}
    100%{opacity: 0;}
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#indexMidHead1 :hover {
    cursor:pointer;
}

/*Şifremi Unuttum*/

.forgot-password-container {
    display: flex;
    max-width: 1000px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.info-section {
    flex: 1;
    background-color: #f9f9f9;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

    .info-section h1 {
        font-size: 28px;
        color: #333;
        margin-bottom: 20px;
    }

    .info-section p {
        font-size: 16px;
        /* color: #666; */
        text-align: justify;
        margin-bottom: 20px;
    }



.sidebar {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 20px 16px 18px 20px;
    min-height: 410px;
}



.captcha {
    margin-bottom: 20px;
}

    .captcha .recaptcha {
        display: flex;
        align-items: center;
    }

        .captcha .recaptcha input {
            margin-right: 10px;
        }

.rememberme-button {
    display: flex;
    gap: 5px;
}

/*Education kısmı*/

.education-section {
    display: flex;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}

.sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.ed-sidelist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .ed-sidelist li {
        list-style: none;
        padding: 10px 0;
        position: relative;
    }

        .ed-sidelist li a {
            color: #35373C;
            font-size: 15px;
            background-color: transparent;
            text-decoration: none;
            font-weight: 400;
        }

ed-sidelist li a:hover {
    color: darkmagenta;
}


.sidebar-ed-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #a0431b;
    margin-bottom: 32px;
    display: block;
}

.sidebar-ed-list {
    color: #35373C;
    font-size: 16px;
    background-color: transparent;
}

.education-card-title {
    font-weight: 700;
    font-size: 30px;
}

.education-container {
    padding: 20px;
}
.education-carousel {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.10);
    padding: 32px 16px 16px 16px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.education-carousel-vid {
    max-width: 100%;
    max-height: 120px;
    margin-bottom: 14px;
    border-radius: 12px;
    object-fit: contain;
}

.education-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.education-footer-text {
    font-size: 1.08rem;
    color: #666;
}

.education-footer-link {
    color: #0088e2;
    font-weight: 600;
    text-decoration: none;
}

    .education-footer-link:hover {
        text-decoration: underline;
    }

.ed-emoji {
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 3px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #0088e2 !important;
    border-radius: 50%;
    padding: 15px;
}
.carousel-inner .row {
    margin-bottom: 36px;
}

.carousel-item {
    padding-top: 10px;
}

/* Carousel içindeki görsellerin taşmadan, ortalanarak görünmesi için */
.slider-image .carousel-item img {
    max-width: 120%;
    max-height: 235px;
    border-radius: 15px;
    object-fit: contain; /* taşma yok */
    margin: 0 auto; /* ortala */
    display: block;
}

/* Affiliate Marketing */
.affiliate-img img {
    max-height: 150px;
    width: auto; 
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
/* Responsive */
@media (max-width: 991.98px) {
    .sidebar {
        min-height: unset;
        padding: 15px 5px 11px 10px;
    }

    .education-carousel {
        min-height: 130px;
        padding: 14px 6px 8px 6px;
    }
}

@media (max-width: 767.98px) {
    .sidebar {
        margin-bottom: 30px;
    }

    .header-bar {
        padding: 16px 16px 12px 16px;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .education-carousel-vid {
        max-height: 65px;
    }

    .education-carousel {
        min-height: 90px;
        padding: 8px 2px 5px 2px;
    }


    #ed-em1 {
        left: 23%;
        top: 22%;
    }

    #ed-em2 {
        left: 76%;
        top: 22%;
    }

    #ed-em3 {
        left: 23%;
        top: 64%;
    }

    #ed-em4 {
        left: 76%;
        top: 64%;
    }

    .ed-button-row {
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
}

    /*Education Classes*/

    .index-class {
        margin-top: 20px;
    }

    .top-back {
        margin-top: 20px;
    }

    .classes-heading {
        text-align: center;
        font-size: 30px;
        font-weight: bolder;
        color: #ff6b48;
        margin-bottom: 20px;
    }

    .classes-link-list {
        padding: 0;
        height: 80%;
        width: 100%;
        border: 1px solid #e9ecef;
        border-radius: 20px;
    }

        .classes-link-list .accordion-item {
            border-top-width: 0;
            border-right-width: 0;
            border-left-width: 0;
            border-radius: 0;
            border-bottom: 1px solid #ddd;
        }

    #accordionforclass {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 80%;
    }

        #accordionforclass .accordion-item {
            border-top-width: 0;
            border-right-width: 0;
            border-left-width: 0;
            border-radius: 0;
            border-bottom: 1px solid #ddd;
        }

        #accordionforclass::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
        }

        #accordionforclass::-webkit-scrollbar {
            width: 2px;
            background-color: #F5F5F5;
            height: 10px;
        }

        #accordionforclass::-webkit-scrollbar-thumb {
            background-color: #000000;
            border: 21px solid #555555;
        }


    .linklist-toptext {
        padding: 15px;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: center;
        font-weight: 600 !important;
        font-size: 20px;
    }

    .accordion-linklist-body {
        /*display: flex;
    align-items: center;
    justify-content: space-between;*/
        border-bottom: 1px solid #ddd;
        padding: 5px;
    }

    .accordion-linklist-text {
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 0px;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
    }

    .class-emoji {
        font-size: medium;
    }

    .class-video-content {
        position: relative;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        padding-bottom: 20px;
    }

    .vme_inner {
        height: 100%;
        width: 100%;
    }

    .class-button {
        padding: unset;
        border: none;
        width: 100%;
        background: transparent;
        text-align: left;
    }

    .aftervid-text-first {
        font-size: 18px;
    }

    .aftervid-text-second {
    }

    .classes-bottom-heading {
        font-size: 30px;
        font-weight: 700;
        color: #ff6b48;
        margin-bottom: 20px;
    }

    .back-button {
        font-size: 17px;
        text-decoration: none;
        color: #131313;
        align-items: center;
    }


    .login_form {
        width: calc(100% - 100px);
    }

    .login_title-c {
        margin-top: 60px;
    }

        .login_title-c h2 {
            font-size: 48px;
            color: #35373C;
            font-family: Outfit;
        }

        .login_title-c p {
            font-size: 20px;
            font-weight: normal;
            color: #000000;
        }

    .login_form .login_form-item {
        margin-top: 30px;
    }

        .login_form .login_form-item label {
            width: 100%;
            margin-bottom: 10px;
            font-size: 20px;
            font-family: Outfit;
            color: #000000;
        }

        .login_form .login_form-item input {
            border-radius: 10px;
            border: 1px solid #E6E6E6;
            height: 60px;
            width: 100%;
            padding-left: 10px;
        }

    .error-message {
        color: #FFF;
        background-color: #E01414;
        border-radius: 10px;
        width: 100%;
        padding-left: 25px;
        height: 60px;
        display: flex;
        align-items: center;
        margin-top: 30px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .success-message {
        color: #FFF;
        background-color: #70d10f;
        border-radius: 10px;
        width: 100%;
        padding-left: 25px;
        height: 60px;
        display: flex;
        align-items: center;
        margin-top: 30px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }



    .form_next-btn {
        cursor: pointer;
        display: flex;
        justify-content: center;
    }

        .form_next-btn a {
            padding: 20px 60px;
            display: flex;
            align-items: center;
            justify-content: end;
            color: #fff;
            border-radius: 35px;
            background-color: #35373C;
            text-decoration: none;
            font-size: 18px;
            font-family: Outfit;
        }

        .form_next-btn button {
            padding: 10px 60px;
            display: flex;
            align-items: center;
            justify-content: end;
            color: #fff;
            border-radius: 35px;
            background-color: #35373C;
            text-decoration: none;
            font-size: 18px;
            font-family: Outfit;
        }


    .form_info-content {
        margin-top: 20px;
    }

        .form_info-content p {
            font-size: 18px;
            color: #000000;
            margin: 0;
            font-family: Outfit;
        }

        .form_info-content a {
            font-size: 18px;
            font-family: Outfit;
            color: #000000;
            text-decoration: underline;
        }

    .password-error-message {
        color: #FFF;
        background-color: #E01414;
        border-radius: 10px;
        width: 100%;
        padding-left: 25px;
        height: 60px;
        display: flex;
        align-items: center;
        margin-top: 30px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .password-criteria {
        padding: 0;
        color: red;
    }

    .sidelist {
        list-style: none;
        padding-left: 0;
        margin-top: 24px;
    }

        .sidelist li {
            margin-bottom: 12px;
        }

            .sidelist li.active a, .sidelist li a:active {
                color: #fff !important;
                background: #1881c1;
                border-radius: 6px;
                padding: 8px 14px;
            }

        .sidelist a {
            color: #222;
            text-decoration: none;
            font-weight: 500;
            padding: 7px 10px;
            display: block;
            border-radius: 6px;
            transition: background 0.2s;
        }

            .sidelist a:hover {
                background: #e8f1fa;
            }

    /*div {
    width: 25%;
    height: 50%;
}*/

    @media screen and (max-width: 1020px) { /* Large Desktop */
    }

    @media screen and (max-width: 780px) { /* tablet */
    }

    @media screen and (max-width: 480px) { /* mobile */
    }


    .login_form {
        width: calc(100% - 100px);
    }

    .login_title-c p {
        font-size: 20px;
        font-weight: normal;
        color: #000000;
    }

    .login_form .login_form-item {
        margin-top: 30px;
    }

        .login_form .login_form-item label {
            width: 100%;
            margin-bottom: 10px;
            font-size: 20px;
            font-family: Outfit;
            color: #000000;
        }

        .login_form .login_form-item input {
            border-radius: 10px;
            border: 1px solid #E6E6E6;
            height: 60px;
            width: 100%;
            padding-left: 10px;
        }

    .reg-form-text {
        align-content: center;
    }

    .register-container {
        background-color: #f2f2f2;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: flex;
        justify-content: center; /* Yatayda ortalar */
        align-items: center; /* Dikeyde ortalar */
        min-height: 100vh; /* Sayfa yüksekliği kadar yer kaplar */
        text-align: center;
    }

    #g-recaptcha {
        width: 304px;
        height: 78px;
        padding: 20px;
    }

    .button-register {
        padding-left: 17px;
        padding-top: 30px;
    }

    #register-sidebar {
        padding-left: 25px;
    }

    .login-num {
        color: red;
        margin-left: 5px;
    }


    .bg_card {
        background-color: #f9f9f8;
    }

    .pad {
        padding-top: 30px;
    }

    .orange_h2 {
        font-weight: 700;
        color: #ef5f4c;
        text-align: center;
    }

    .btncontainer {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }

    .btn-1,
    .btn-1 *,
    .btn-1 :after,
    .btn-1 :before,
    .btn-1:after,
    .btn-1:before {
        border: 0 solid;
        box-sizing: border-box;
    }

    .btn-1 {
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: button;
        background-color: #ef5f4c;
        background-image: none;
        color: #fff;
        cursor: pointer;
        font-size: 100%;
        font-weight: 900;
        line-height: 1.5;
        margin: 0;
        -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
        padding: 0;
        text-transform: uppercase;
        border-radius: 99rem;
        border-width: 2px;
        padding: 0.8rem 3rem;
        padding-bottom: 12px;
        transition: background-color 0.3s ease;
    }

        .btn-1:hover {
            background-color: #e65a36; /* Hover efekti için koyu turuncu */
            --bs-link-hover-color: whitesmoke;
        }



    .otp-field {
        flex-direction: row;
        column-gap: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .otp-field input {
            height: 45px;
            width: 42px;
            border-radius: 6px;
            outline: none;
            font-size: 1.125rem;
            text-align: center;
            border: 1px solid #ddd;
        }

            .otp-field input:focus {
                box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
            }

            .otp-field input::-webkit-inner-spin-button,
            .otp-field input::-webkit-outer-spin-button {
                display: none;
            }

    .resend {
        font-size: 12px;
    }

    .footer {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: black;
        font-size: 12px;
        text-align: right;
        font-family: Outfit;
    }

        .footer a {
            color: black;
            text-decoration: none;
        }

    .case-row {
        padding-top: 30px;
    }

    form .input-field {
        background: #f0f0f0;
        width: 100%;
        height: 50px;
        margin: 10px 0;
        padding: 0 10px;
        display: grid;
        grid-template-columns: 10% 90%;
        align-items: center;
        justify-items: stretch;
    }

        form .input-field svg {
            line-height: 50px;
            color: #acacac;
            font-size: 1.2rem;
        }

        form .input-field input {
            background: none;
            outline: none;
            border: none;
            font-weight: 600;
        }

            form .input-field input::placeholder {
                color: #aaa;
            }



    .base-template__wrapper {
        max-width: 1560px;
    }

    .base-template__text {
        margin-bottom: 60px;
    }

    /**
 * Slider Instance
 */

    .swiper {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .emotions-slider {
        --color-gray: #818181;
        --color-gray-dark: #1e1e1e;
        padding-inline: 98px;
        position: relative;
    }

    .emotions-slider__slide {
        display: flex;
        align-items: center;
        min-height: 550px;
    }

    @media screen and (max-width: 767.9px) {
        .emotions-slider {
            padding: 0;
            margin-inline: -20px;
        }
    }

    /**
 * Slider Navigation
 */

    .slider-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        translate: 0 -50%;
        z-index: 1;
        pointer-events: none;
    }

    .slider-nav__item {
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1;
        width: 48px;
        pointer-events: auto;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }

        .slider-nav__item.disabled {
            cursor: default;
            opacity: 0.5;
        }

        .slider-nav__item path {
            stroke: currentColor;
        }

    @media (hover: hover) and (pointer: fine) {
        .slider-nav__item:not(.disabled):hover {
            color: var(--color-blue);
        }
    }

    @media (hover: none) {
        .slider-nav__item:not(.disabled):active {
            color: var(--color-blue);
        }
    }

    @media screen and (max-width: 767.9px) {
        .slider-nav {
            display: none;
        }
    }

    /**
 * Slider Pagination
 */

    .slider-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        padding-top: 40px;
    }

    .swiper-pagination-lock {
        display: none !important;
    }

    .slider-pagination__item {
        width: 8px;
        height: 8px;
        border-radius: 99px;
        background: #fff;
        transition: all 0.3s ease-out;
        opacity: 0.2;
    }

        .slider-pagination__item.active {
            width: 30px;
            opacity: 1;
        }

    /**
 * Slider Item
 */

    .swiper-slide {
        width: auto;
        height: auto;
    }

    @keyframes btn-arrow-move {
        0% {
            translate: 0;
        }

        100% {
            translate: 100% -100%;
        }
    }

    .case-wrapper {
        --_gap: .5rem;
        --_offset: 10%;
        --_offset-1: calc(var(--_offset) * 1);
        --_offset-2: calc(var(--_offset) * 2);
        --_offset-3: calc(var(--_offset) * 3);
        --_offset-7: calc(var(--_offset) * 7);
        --_offset-8: calc(var(--_offset) * 8);
        --_offset-9: calc(var(--_offset) * 9);
        width: calc(100% - 4rem);
        max-width: 800px;
        margin: 2rem auto;
        color: white;
        font-family: system-ui;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0 var(--_gap);
        pointer-events: none;
        transform-style: preserve-3d;
    }

        .case-wrapper > div {
            position: relative;
            pointer-events: auto;
            aspect-ratio: 1;
            transition: scale 500ms ease-in-out, filter 500ms ease-in-out, clip-path 500ms ease-in-out 500ms;
            clip-path: polygon(var(--_clip-path));
            transform: translate3d(0,0,0);
        }

        .case-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .case-wrapper > div:nth-child(n+4) {
            margin-top: calc(var(--_offset-3) * -1 + var(--_gap));
        }
        /* define clip-path custom properties */
        .case-wrapper > div:nth-child(1) {
            --_clip-path: 0 0, 100% 0, 100% var(--_offset-9), 0 100%;
        }

        .case-wrapper > div:nth-child(2) {
            --_clip-path: 0 0, 100% 0, 100% var(--_offset-8), 0 var(--_offset-9);
        }

        .case-wrapper > div:nth-child(3) {
            --_clip-path: 0 0, 100% 0, 100% var(--_offset-7), 0 var(--_offset-8);
        }

        .case-wrapper > div:nth-child(4) {
            --_clip-path: 0 var(--_offset-3), 100% var(--_offset-2), 100% var(--_offset-8), 0 var(--_offset-7);
        }

        .case-wrapper > div:nth-child(5) {
            --_clip-path: 0 var(--_offset-2), 100% var(--_offset-1), 100% var(--_offset-9), 0 var(--_offset-8);
        }

        .case-wrapper > div:nth-child(6) {
            --_clip-path: 0 var(--_offset-1), 100% 0%, 100% 100%, 0 var(--_offset-9);
        }

        .case-wrapper > div:nth-child(7) {
            --_clip-path: 0 0%, 100% var(--_offset-1), 100% 100%, 0 100%;
        }

        .case-wrapper > div:nth-child(8) {
            --_clip-path: 0 var(--_offset-1), 100% var(--_offset-2), 100% 100%, 0 100%;
        }

        .case-wrapper > div:nth-child(9) {
            --_clip-path: 0 var(--_offset-2), 100% var(--_offset-3), 100% 100%, 0 100%;
        }


        .case-wrapper > div:hover {
            transition: scale 500ms ease-in-out, filter 500ms ease-in-out, clip-path 500ms ease-in-out 500ms;
            scale: 1.3;
            --_clip-path: 0 0, 100% 0, 100% 100%, 0 100%;
            z-index: 100;
            opacity: 1;
        }

        .case-wrapper:has(:hover) > div:not(:hover) {
            filter: grayscale(1) blur(3px);
            opacity: .5;
            scale: 0.9;
        }

        .case-wrapper > div:not(:hover) {
            /*animation: zIndexHack 1000ms;*/
        }

    @keyframes zIndexHack {
        0%, 100% {
            z-index: 100;
        }
    }

    /* general styling */


    .checkbox-container {
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Sol hizalama */
        margin-bottom: 15px; /* Alt boşluk */
        padding-left: 0; /* Sol kenar boşluğunu kaldır */
        gap: 15px;
    }

    .onaymetni {
        color: black;
    }

    .line-breaks {
        white-space: pre-line;
    }

    .landing-section {
        margin: 20px;
    }

    .adminMainRow{
        display: flex;
        flex-direction: row;
        justify-content:center;
    }

/* Rofoods Alanı için görsel stilleri */
.rofoods-image, .mr-image img {
    max-width: 350px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}

@media (max-width: 991px) {
    .rofoods-image, .mr-image img {
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .life-at-mimeda .row.align-items-center {
        flex-direction: column !important;
        text-align: center !important;
    }

    .mr-image {
        margin-bottom: 18px !important;
    }

        .rofoods-image, .mr-image img {
            max-width: 90vw;
        }
}
