@font-face {
    font-family: 'Gilroy';
    src: url('/tema/carbil/public/fonts/Gilroy-Light.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-r';
    src: url('/tema/carbil/public/fonts/Gilroy-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy-b';
    src: url('/tema/carbil/public/fonts/Gilroy-Bold.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
::selection {
    background-color: #FFC300;
    color: #444444; /* İsteğe bağlı: Metin rengini de değiştirebilirsiniz */
    border-radius: 3px;
  }
body{
    font-family: 'Gilroy', sans-serif;
}
button{
    font-family: "Gilroy-b", sans-serif;
}
.sasi{
    height: 75px;
    font-size: 35px;
}
a{
    text-decoration: none !important;
}
hr{
    border: 0;
    height: 1px;
    background: #E0E0E0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.copyright{
    text-align: right;
    font-size: 12px;
}
.sasi::placeholder{
    color: #CDCACA;
}
h2{
    font-family: "Gilroy-r", sans-serif;
}
.navbar {
    background-color: #474C5F !important;
    padding: 1rem 2rem;
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    color: white !important;
    margin-left: 1.5rem;
}

.hero-section {
    background-color: #F8F9FA;
    padding: 5rem 0;
}

.hero-text {
    color: #666;
}

.search-section {
    background-color: #F1F1F1;
    padding: 3rem 0;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.features-section {
    background: #F1F1F1;
    padding: 5rem 0;
}

.footer {
    background-color: #F8F9FA;
    padding: 4rem 0;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #666;
    text-decoration: none;
}

.contact-float {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1000;
}

.contact-icon {
    background: red;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-button {
    background-color: #0D6EFD;
    color: white;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.primary-button:hover {
    background-color: #0b5ed7;
    color: white;
}

.steps-container {
    max-width: 800px;
    margin: 3rem auto;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.steps-header {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    position: relative;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
    max-width: 150px;
}

.fbaslik{
    display: flex;
    background-color: #EEF4FF;   
    height:50px  ;
    text-align: center;
    border-radius: 3px;
    margin-top: 2px;
    }

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.yanmenu{
    background-color: #474C5F;
}
.yanmenu h5{
    color: #FFFFFF;
}
.detay{

    margin-top: 30px;
    margin-bottom: 30px;
}
.hakkimizdaDetay{
    background-color: #EEF4FF;
    border: solid #E0E0E0  1px ;
}
@media (max-width: 993px) {
    .sasi{
        height: 65px;
        font-size: 25px;
    }
    .package-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .navbar {
        padding: 1rem 2rem;
    }

    .navbar-brand img {
        height: 40px;
    }

    .nav-link {
        margin-left: 1.5rem;
        font-size: 1rem;
    }

  

    .form-container {
        padding: 2rem;
        margin: 0;
    }

    h2 {
        font-size: 1.5rem;
    }

    .contact-float {
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
        justify-content: center;
    }
    .hero-section {
        text-align: center;
        padding: 3rem 0;
    }
    
    .hero-image {
        margin-top: 2rem;
    }
 
}

@media (max-width: 993px) {

    .sasi{
        height: 35px;
        font-size: 15px;
    }
    .primary-button{
        height: 40px;
        font-size: 15px;
    }

}

.lesson-card-wrapper {
            max-width: 380px;
            margin: 0 auto 30px;
        }

        .lesson-card-container {
            background: white;
            border-radius: 20px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .lesson-card-container:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .lesson-card-header {
          
            /*background: #5a5a5a;*/
            color: white;
            padding: 25px 20px;
            position: relative;
            
        }

        .lesson-brand-logo {
            font-size: 16px;
            font-weight: 300;
            letter-spacing: 1px;
            margin-bottom: 15px;
            opacity: 0.9;
        }

        .lesson-brand-name {
            font-size: 20px;
            font-weight: 600;
            margin: 0;
            line-height: 1.2;
        }

        .lesson-tagline {
            font-size: 14px;
            margin: 8px 0 0 0;
            opacity: 0.9;
            font-weight: 400;
        }

        .lesson-teacher-image {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 80px;
            height: 80px;
            border-radius: 50%;
            border: 3px solid rgba(255, 255, 255, 0.3);
            object-fit: cover;
        }

        .lesson-card-body {
            padding: 25px 20px;
        }

        .lesson-title-section {
            margin-bottom: 20px;
        }

        .lesson-main-title {
            font-size: 18px;
            font-weight: 600;
            color: #2c3e50;
            margin: 0 0 5px 0;
        }

        .lesson-success-rate {
            font-size: 16px;
            color: #2c3e50;
            margin: 0;
        }

        .lesson-content-section {
            margin-bottom: 25px;
        }

        .lesson-section-title {
            font-size: 16px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 12px;
        }

        .lesson-subject-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .lesson-subject-item {
            padding: 6px 0;
            color: #666;
            font-size: 14px;
            font-weight: 400;
            position: relative;
            padding-left: 15px;
        }

        .lesson-subject-item::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #2c3e50;
            font-size: 16px;
            line-height: 1;
        }

        .lesson-stats-section {
            margin-bottom: 20px;
        }

        .lesson-stats-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .lesson-stats-item {
            padding: 6px 0;
            color: #666;
            font-size: 14px;
            font-weight: 400;
            position: relative;
            padding-left: 15px;
        }

        .lesson-stats-item::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #2c3e50;
            font-size: 16px;
            line-height: 1;
        }

        .lesson-action-buttons {
            display: flex;
            gap: 8px;
        }

        .lesson-btn-dark {
            flex: 1;
            background: #5a5a5a;
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-transform: none;
            text-align: center;
        }

        .lesson-btn-dark:hover {
            background: #4a4a4a;
            color: white;
            transform: translateY(-1px);
        }

        .lesson-btn-yellow {
            flex: 1;
            background: #ffc107;
            color: #2c3e50;
            border: none;
            padding: 12px 20px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-transform: none;
            text-align: center;
        }

        .lesson-btn-yellow:hover {
            background: #ffb300;
            color: #2c3e50;
            transform: translateY(-1px);
        }

        @media (max-width: 768px) {
            .lesson-card-wrapper {
                max-width: 100%;
            }
            
            .lesson-teacher-image {
                width: 60px;
                height: 60px;
                right: 15px;
            }
            
            .lesson-brand-name {
                font-size: 18px;
            }
        }


        .istatistik-alan{
                display: flex
;
     
    gap: 20px;
    flex-wrap: wrap;
justify-content: center;

        }
        .istatistik-alan .col-md-3{
            font-family: "Gilroy-r", sans-serif;
            color: #CDCACA;
                width: 250px;
                height: 250px;
                background: #474C5F;
                border-radius: 30px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
        }
        .istatistik-alan .col-md-3 .stat-card{
           
               text-align: center;

        }
        .istatistik-alan .col-md-3 h2{
            color: #FFC300;
                font-family: "Gilroy-b", sans-serif;
               text-align: center;
                font-size: 50px;
        }


        .bgDetay{
            background: no-repeat top url('/tema/carbil/public/img/back-teacher-man-lg.jpg');
             font-size: 13px;
              
        }
        .bgDetay h1, .bgDetay p{
            color: #CDCACA !important;
        }



        .review-card {
            transition: transform 0.3s ease;
            border: none;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        .review-card:hover {
            transform: translateY(-5px);
        }
        .stars {
            color: #ffc107;
        }
        .student-img {
            width: 60px;
            height: 60px;
            object-fit: cover;
        }