@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #58c5c7;
}

html::-webkit-scrollbar {
    width: 6px;
    background-color: #58c5c7;
}

html::-webkit-scrollbar-thumb {
    background-color: #000;
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

body {
    background-color: white;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
input,
button {
    font-family: 'Poppins', sans-serif !important;
}


header {
    border-bottom: 3px solid #104b83;
}

header .navbar {
    background: white;
    height: 100px;

}

header .navbar ul li {
    margin: 0 20px;
}

header .navbar ul li a {
    color: #2f3034;
}

header .navbar ul li .nav-link:focus,
header .navbar ul li .nav-link:hover {

    color: #468bca;
}

header .navbar .btn-warning {

    background-color: white;
    border-color: #104b83;
    border-radius: 20px;
    width: 115px;
    color: #104b83;
    font-weight: 500;
    transition: all 0.3s ease;
}

header .navbar .btn-warning:hover {
    transition: all 0.3s ease;
    background-color: #468bca;
    color: white;
}

.slideraltsection {
    padding-top: 50px;
    padding-bottom: 60px;
    background-color: #104b83;
    color: white;
}

.slideraltsection .shape1 {
    position: absolute;
    left: -1%;
    top: -65%;
    z-index: -1;
}

.slideraltsection .shape2 {
    position: absolute;
    right: -2%;
    bottom: -110%;
    z-index: -1;

}

.slideraltsection .features-item-02 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.issection {
    padding: 20px 0;
}

.hakkimizdasection {
    color: black;
}

.hakkimizdasection span {
    padding: 15px 0;
    border-bottom: 2px solid #104b83;
}

.hakkimizdasection h2 {
    margin: 25px 0;
}

.hakkimizdasection p {
    line-height: 2;
}

.btn-primary {
    background-color: #468bca;
    border: #468bca;
    padding: 10px 20px;
    border-radius: 40px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #104b83;
    border: #104b83;
}

.nasilsertifikasection {

    margin: 20px 0;
}

.nasilsertifikasection span {
    margin: 15px 0;
    border-bottom: 2px solid #104b83;
}

.nasilsertifikasection .detail {
    border-radius: 50px;
    text-align: center;
    padding: 20px 0;
    background-color: #d7e8f7;
    min-height: 500px;

}


.egitimlersection {
    min-height: 400px;
    margin: 40px 0;
}






footer {
    background-image: url('../img/footerbg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 40px 0;
    /* Ortala */
    background-position: top center;
    /* Tam kapla, taşma olabilir */
    width: 100%;
    height: auto;
    min-height: 300px;
    position: relative;
    float: left;
}


footer h5 {
    color: white;
    font-weight: 500;
}

footer ul li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

footer ul li a:hover {
    color: #ffb91d;
}

footer hr {
    opacity: 1;
    height: 3px;
    /* Kalınlık */
    background-color: white;
    /* Renk */
    border: none;
    /* Kenarlığı kaldır */
}

footer span {
    color: white;
    font-weight: 500;

}

footer .social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    /* sağa hizala */
    gap: 15px;
}

footer .social-list li a {
    font-size: 20px;
    color: #fff;
    /* isteğe göre değiştirilebilir */
    text-decoration: none;
    transition: color 0.3s;
}

footer .social-list li a:hover {
    color: #ffb91d;
    /* hover rengi */
}

.userloginsection .login-container {
    height: 100vh;
}

.userloginsection .login-image {
    background: url('../img/login.jpg') no-repeat center center;
    background-size: cover;
}

.userloginsection .login-form {
    width: 100%;
    max-width: 800px;
    padding-left: 4rem;
    padding-right: 4rem;
}

.userloginsection h2 {
    font-size: 28px;
    color: black;
}

.userloginsection .btn-primary {
    background-color: #104b83;
}


.user-panel {
    position: relative;
    /* panelin absolute için referansı */
    width: 220px;
    font-family: Arial, sans-serif;
}

/* Gizli checkbox */
.user-checkbox {
    display: none;
}

/* Buton */
.user-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 14px;
    background: #104b83;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    z-index: 2;
    position: relative;
}

/* Panel */
.user-submenu {
    position: absolute;
    top: 100%;
    /* butonun hemen altı */
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 1;
}

/* Checkbox seçiliyse aç */
.user-checkbox:checked~.user-submenu {
    max-height: 400px;
    opacity: 1;
}

/* Alt alanlar */
.subitem {
    display: block;
    padding: 12px 14px;
    margin: 6px 0;
    text-decoration: none;
    color: #111827;
    background: #f1f5f9;
    border-radius: 4px;
}

.subitem:hover {
    background: #e2e8f0;
}

/* Chevron döndürme */
.chev {
    transition: transform 0.2s ease;
}

.user-checkbox:checked+.user-toggle .chev {
    transform: rotate(-180deg);
}




.profilsection {
    padding: 20px 0;
    min-height: 70vh;
}

.profilsection .list-group a {
    border: 0;

}

.profilsection .accordion-button:not(.collapsed) {
    background-color: white !important;
}


.profilsection .destektalebi .btn {
    background: #a90532;
    border-color: #a90532;
}





.edu-breadcrumb-wrapper {
    width: 100%;
    position: relative;
    background: linear-gradient(120deg, #468bca, #114b83);
    overflow: hidden;
}

/* Arka plandaki shape’ler */
.edu-breadcrumb-wrapper::before,
.edu-breadcrumb-wrapper::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.18);
    filter: blur(50px);
    border-radius: 50%;
    z-index: 1;
}

.edu-breadcrumb-wrapper::before {
    width: 180px;
    height: 180px;
    top: -40px;
    right: -40px;
}

.edu-breadcrumb-wrapper::after {
    width: 220px;
    height: 220px;
    bottom: -50px;
    left: -40px;
}

/* İçerik */
.edu-breadcrumb {
    position: relative;
    z-index: 5;
    padding-left: 5px;
}

.edu-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
}

.edu-breadcrumb a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    transition: 0.2s;
}

.edu-breadcrumb a:hover {
    color: #e0e7ff;
}

.edu-breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}

.derssection .course-hero {
    width: 100%;
    background: linear-gradient(120deg, #468bca, #114b83);
    color: #fff;
    padding: 40px 0;
}

.derssection .course-hero h1 {
    font-weight: 700;
}

.derssection .course-meta i {
    margin-right: 6px;
}

.derssection .course-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.derssection .course-box .price {
    font-size: 32px;
    font-weight: 700;
}

.derssection .section-title {
    font-size: 22px;
    font-weight: 600;
}

.derssection .curriculum-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 10px;
}