<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#lessonSelect{
    font-size: 14px;
}
@media only screen and (max-width:590px) {
    .wd50-div{
        display: inherit!important;
    }
    .w-50{
        width: 100% !important;
    }
    .mailapprovve{
        margin-bottom: 13px;
    }
}
.jcs{
    justify-content: start;
}
.jcs .spsy1-3 {
    font-size: 14px;
}
.speciallesson-box{
    background: rgb(225, 234, 254);padding: 19px;    width: 74px;
    margin: auto;
    height: 74px;
    border-radius: 50%;
    margin: auto;
}
.w-10 {
    width: 10%;
}
.w-30 {
    width: 30%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-90 {
    width: 90%;
}
.btn i {
    color: var(--bs-dark);
}
.btn-check:checked + .btn i {
    color: var(--bs-white);
}
.seprightic1 p {
    font-size: 15px;
}
.speciallesson-box{
    background: rgb(244 242 235);
    padding: 19px;
    width: 74px;
    margin: auto;
    height: 74px;
    border-radius: 50%;
    margin: auto;
}
.derstdiger ul li {
    border: 1px solid #d3d3d3;
    padding: 21px 9px 21px 9px;
}
.derstdiger ul li a{
    color: #444;
    font-size: 13px;
    font-weight: 500;
}
.derstdiger ul li:hover {
    border: 1px solid var(--bs-800);
}
.select2-container{
    width: 100% !important;
}
.btn-ogretmen-ders-talebi {
    width: 100%;
    display: inline-block;
    padding: 20px 12px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--bs-100);
    color: var(--bs-800);
    border: none;
}
.btn-ogretmen-ders-talebi:hover {
    background-color: var(--bs-700);
    color: var(--bs-white);
    transition: .4s;
}

:root {
    --primary: #0521C6;
    --primary-light: #375AF8;
    --primary-dark: #081C9E;
    --primary-bg: #E1EAFE;
    --primary-bg-light: #EFF6FE;
    --success: #49A684;
    --warning: #FF9035;
    --danger: #B55B6E;
    --danger-light: #FEE1E4;
    --navy: #00124F;
    --navy-gray: #8D93A5;
    --gray-100: #F5F7FA;
    --gray-200: #E1E4EB;
    --gray-300: #D1D5DF;
    --gray-400: #B4B9C7;
    --white: #FFFFFF;
    --black: #000000;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);
    --border-radius-sm: 8px;
    --border-radius-md: 12px;
    --border-radius-lg: 16px;
    --border-radius-xl: 24px;
    --border-radius-full: 999px;
    --transition: all 0.3s ease;
}

.ders-talebi-logo span {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--navy-gray);
}

.ders-talebi-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ders-talebi-profile-rating-score i {
    color: var(--warning);
    font-size: 1.35rem;
}
.ders-talebi-profile-time i {
    color: var(--primary);
    font-size: 1rem;
}

.ders-talebi-progress-step.completed .ders-talebi-progress-step-circle::after {
    content: 'âœ“';
    font-size: 16px;
}

/* Form Elements - Improved */
.ders-talebi-form-group {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.ders-talebi-form-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--navy);
}

.ders-talebi-form-subtitle {
    font-size: 0.9rem;
    color: var(--navy-gray);
    margin-bottom: 1rem;
}

.ders-talebi-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.ders-talebi-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    border: 1px solid var(--gray-300);
    border-radius: var(--border-radius-md);
    background-color: var(--white);
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
    height: 100%;
}

.ders-talebi-option input[type="radio"]:checked + label {
    border-color: var(--primary);
    background-color: var(--primary-bg-light);
    box-shadow: 0 0 0 2px var(--primary);
}

.ders-talebi-option input[type="radio"]:checked + label .ders-talebi-option-icon {
    background-color: var(--primary);
    color: var(--white);
}

.ders-talebi-contact-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.ders-talebi-contact-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1rem;
    border: 1px solid var(--gray-300);
    border-radius: var(--border-radius-md);
    background-color: var(--white);
    cursor: pointer;
    transition: var(--transition);
    height: 100%;
    gap: 0.75rem;
    text-align: center;
}

.ders-talebi-contact-option input[type="radio"]:checked + label {
    border-color: var(--primary);
    background-color: var(--primary-bg-light);
    box-shadow: 0 0 0 2px var(--primary);
}

.ders-talebi-contact-option label i {
    font-size: 1.5rem;
    color: var(--primary);
    transition: var(--transition);
}

.ders-talebi-contact-option label span {
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
}

#iletisim-telefon + label span {
    white-space: nowrap;
}

#iletisim-telefon + label span::after {
    content: "Telefonla AransÄ±n";
}

.ders-talebi-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray-300);
    border-radius: 4px;
    background-color: var(--white);
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin-top: 0.25rem;
    transition: var(--transition);
}

.ders-talebi-checkbox input[type="checkbox"]:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.ders-talebi-checkbox input[type="checkbox"]:checked::after {
    content: 'âœ“';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 12px;
}

.ders-talebi-checkbox label {
    font-size: 0.9rem;
    color: var(--navy-gray);
    cursor: pointer;
}

.ders-talebi-checkbox label a {
    color: var(--primary);
    text-decoration: underline;
}

.ders-talebi-checkbox label a:hover {
    color: var(--primary-dark);
}

/* Media Queries */
@media (max-width: 992px) {
    .sepright2 {
        display: none; /* Mobil gÃ¶rÃ¼nÃ¼mde saÄŸ tarafÄ± gizle */
    }
}

@media (max-width: 768px) {
    .ders-talebi-profile-rating-score i {
        font-size: 1.1rem;
    }
    .ders-talebi-popular-grid::-webkit-scrollbar {
        display: none;
    }

    .ders-talebi-contact-option label {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        padding: 0.85rem 1rem;
        gap: 0.75rem;
        height: auto;
    }

    .ders-talebi-contact-option label i {
        min-width: 24px;
        font-size: 1.25rem;
    }

    /* Mobile Progress Bar Kompakt TasarÄ±m */
    .teacher-progress-section {
        padding: 8px;
        margin: 8px 0;
        border-radius: 8px;
    }

    .progress-with-steps {
        height: 4px;
        margin-bottom: 0px; /* Nokta yok, margin'i sÄ±fÄ±rla */
    }

    .step-indicators {
        display: none; /* Mobilde tÃ¼m step indicator'larÄ± gizle */
    }

    /* Mobile Chat Bubble Kompakt */
    .teacher-guide-ai {
        padding: 12px;
        margin-bottom: 15px;
        border-radius: 14px;
    }

    .chat-bubble {
        padding: 10px 14px;
        margin: 10px 0;
        border-radius: 14px 14px 14px 4px;
    }

    .teacher-avatar {
        margin-bottom: 10px;
    }

    .teacher-avatar img {
        width: 35px;
        height: 35px;
        margin-right: 8px;
        border: 2px solid var(--bs-primary, #0521C6);
    }

    .teacher-name {
        font-size: 13px;
    }

    .teacher-status {
        font-size: 10px;
    }

    .chat-message {
        font-size: 13px;
        line-height: 1.4;
    }

    .online-indicator {
        width: 5px;
        height: 5px;
        margin-right: 3px;
    }
}

/* Ekstra kÃ¼Ã§Ã¼k mobil ekranlar iÃ§in */
@media (max-width: 576px) {
    .teacher-progress-section {
        padding: 6px;
        margin: 6px 0;
        border-radius: 6px;
    }

    .progress-container {
        height: 3px;
    }

    .teacher-guide-ai {
        padding: 12px;
        margin-bottom: 15px;
        border-radius: 14px;
    }

    .chat-bubble {
        padding: 10px 14px;
        margin: 10px 0;
        border-radius: 14px 14px 14px 4px;
    }

    .teacher-avatar img {
        width: 35px;
        height: 35px;
        margin-right: 8px;
    }

    .teacher-name {
        font-size: 13px;
    }

    .chat-message {
        font-size: 13px;
        line-height: 1.4;
    }

    .chat-message .emoji {
        font-size: 16px;
    }

    /* Mobilde talep Ã¶zeti daha kompakt */
    .request-summary {
        padding: 15px !important;
        margin: 15px 0 !important;
    }

    /* Lesson Selection Extra Small Mobile */
    .lesson-selection-section {
        margin: 12px 0;
    }

    .lesson-search-container {
        margin-bottom: 15px;
    }

    .lesson-search-wrapper {
        padding: 2px;
        border-radius: 8px;
    }

    .lesson-search-select {
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 6px;
    }

    .popular-lessons-section {
        margin-top: 20px;
    }

    .popular-lessons-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .popular-lessons-grid {
        gap: 8px;
    }

    .popular-lesson-card {
        padding: 10px 8px;
        border-radius: 8px;
        min-width: 120px;
        max-width: 120px;
    }

    .popular-lesson-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 8px;
    }

    .popular-lesson-icon img {
        width: 22px;
        height: 22px;
    }

    .popular-lesson-title {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .popular-lesson-category {
        font-size: 10px;
    }

    .popular-lesson-arrow {
        font-size: 12px;
        margin-top: 6px;
    }

    /* Lesson Selection Mobile */
    .lesson-selection-section {
        margin: 15px 0;
    }

    .lesson-search-container {
        margin-bottom: 20px;
    }

    .lesson-search-wrapper {
        padding: 3px;
        border-radius: 10px;
    }

    .lesson-search-select {
        padding: 12px 20px;
        font-size: 15px;
    }

    .popular-lessons-section {
        margin-top: 25px;
    }

    .popular-lessons-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .popular-lessons-grid {
        gap: 10px;
    }

    .popular-lesson-card {
        padding: 12px 10px;
        border-radius: 10px;
        min-width: 130px;
        max-width: 130px;
    }

    .popular-lesson-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 10px;
    }

    .popular-lesson-icon img {
        width: 24px;
        height: 24px;
    }

    .popular-lesson-title {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .popular-lesson-category {
        font-size: 11px;
    }

    .popular-lesson-arrow {
        font-size: 13px;
        margin-top: 7px;
    }
}

/* Kart SeÃ§enekleri - Modern TasarÄ±m */
.ders-talebi-card-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.ders-talebi-card-option {
    position: relative;
}

.ders-talebi-card-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.ders-talebi-card-option label {
    display: flex;
    align-items: center;
    padding: 1.2rem;
    border: 1px solid var(--gray-300);
    border-radius: var(--border-radius-md);
    background-color: var(--white);
    cursor: pointer;
    transition: var(--transition);
    gap: 1rem;
}

.ders-talebi-card-option input[type="checkbox"]:checked + label {
    border-color: var(--primary);
    background-color: var(--primary-bg-light);
    box-shadow: 0 0 0 2px var(--primary);
}

.ders-talebi-card-option-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--primary-bg-light);
    color: var(--primary);
    font-size: 1.25rem;
    transition: var(--transition);
}

.ders-talebi-card-option input[type="checkbox"]:checked + label .ders-talebi-card-option-icon {
    background-color: var(--primary);
    color: var(--white);
}

.ders-talebi-card-option-content {
    flex: 1;
}

.ders-talebi-card-option-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--navy);
    margin-bottom: 0.25rem;
}

.ders-talebi-card-option-description {
    font-size: 0.85rem;
    color: var(--navy-gray);
}

.ders-talebi-card-option-check {
    color: var(--primary);
    font-size: 1.25rem;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.ders-talebi-card-option input[type="checkbox"]:checked + label .ders-talebi-card-option-check {
    visibility: visible;
    opacity: 1;
}

.ders-talebi-summary-header i {
    color: var(--primary);
    font-size: 1.25rem;
}

.ders-talebi-summary-item-label i {
    color: var(--primary);
    font-size: 1rem;
}
.w-80{
    width: 80%
}
.grecaptcha-badge{
    display: none !important;
}

/* Lesson Selection Section - Modern Design */
.lesson-selection-section {
    margin: 20px 0;
}

.lesson-search-container {
    margin-bottom: 25px;
}

.lesson-search-wrapper {
    position: relative;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    border-radius: 12px;
    padding: 4px;
    border: 1px solid rgba(5, 33, 198, 0.1);
    box-shadow: 0 2px 8px rgba(5, 33, 198, 0.08);
    z-index: 10;
}



.lesson-search-select {
    width: 100%;
    padding: 15px 20px;
    border: none;
    background: white;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    height: auto;
    min-height: 52px;
}

.lesson-search-select:focus {
    box-shadow: 0 0 0 3px rgba(5, 33, 198, 0.1);
    outline: none;
}

/* Firefox iÃ§in dropdown style */
.lesson-search-select::-moz-focus-inner {
    border: 0;
}

/* WebKit browsers iÃ§in dropdown arrow gizleme */
.lesson-search-select::-webkit-appearance {
    -webkit-appearance: none;
}

.lesson-search-select::-ms-expand {
    display: none;
}

.lesson-search-select option {
    padding: 12px 15px;
    background: white;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.lesson-search-select option:hover {
    background: #f8f9ff;
    color: var(--bs-primary, #0521C6);
}

.lesson-search-select option:checked {
    background: var(--bs-primary, #0521C6);
    color: white;
    font-weight: 600;
}



/* Dropdown aÃ§Ä±lÄ±ÅŸÄ±nÄ± kontrol et - mobilde aÅŸaÄŸÄ± doÄŸru */
@media (max-width: 768px) {
    .lesson-search-select {
        direction: ltr;
        text-align-last: left;
    }
}

/* Popular Lessons Section */
.popular-lessons-section {
    margin-top: 30px;
}

.popular-lessons-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--bs-primary, #0521C6);
    margin-bottom: 20px;
    text-align: center;
    cursor: default;
    user-select: none;
}

.popular-lessons-title:hover {
    color: var(--bs-primary, #0521C6);
    background: none;
    border: none;
    transform: none;
    box-shadow: none;
}

.popular-lessons-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-behavior: smooth;
}

.popular-lessons-grid::-webkit-scrollbar {
    height: 6px;
}

.popular-lessons-grid::-webkit-scrollbar-track {
    background: rgba(5, 33, 198, 0.1);
    border-radius: 3px;
}

.popular-lessons-grid::-webkit-scrollbar-thumb {
    background: rgba(5, 33, 198, 0.3);
    border-radius: 3px;
}

.popular-lessons-grid::-webkit-scrollbar-thumb:hover {
    background: rgba(5, 33, 198, 0.5);
}

.popular-lesson-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
    border: 1px solid rgba(5, 33, 198, 0.1);
    border-radius: 12px;
    padding: 15px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(5, 33, 198, 0.06);
    min-width: 140px;
    max-width: 140px;
    flex-shrink: 0;
}

.popular-lesson-card:hover {
    box-shadow: 0 6px 25px rgba(5, 33, 198, 0.12);
}

.popular-lesson-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(5, 33, 198, 0.15);
    border: 2px solid rgba(5, 33, 198, 0.1);
    margin-bottom: 12px;
}

.popular-lesson-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    /* Derslere Ã¶zel iconlarÄ± doÄŸal renklerinde gÃ¶ster */
}

.popular-lesson-content {
    flex: 1;
    width: 100%;
}

.popular-lesson-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.3;
}

.popular-lesson-category {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 1.2;
}

.popular-lesson-arrow {
    color: var(--bs-primary, #0521C6);
    font-size: 14px;
    transition: transform 0.3s ease;
    margin-top: 8px;
}

.popular-lesson-card:hover .popular-lesson-arrow {
    transform: translateX(3px);
}

/* Teacher Guide AI Styles */
.teacher-guide-ai {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(5, 33, 198, 0.1);
    border: 1px solid rgba(5, 33, 198, 0.1);
}

.chat-bubble {
    background: #ffffff;
    border-radius: 18px 18px 18px 4px;
    padding: 15px 20px;
    margin: 15px 0;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--bs-primary, #0521C6);
    animation: fadeInUp 0.5s ease-out;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
}

.chat-bubble::before {
    content: '';
    position: absolute;
    left: -4px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 8px solid var(--bs-primary, #0521C6);
    border-top: 8px solid transparent;
}

.teacher-avatar {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.teacher-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    border: 3px solid var(--bs-primary, #0521C6);
    object-fit: cover;
}

.teacher-name {
    font-weight: 600;
    color: var(--bs-primary, #0521C6);
    font-size: 16px;
}

.teacher-status {
    font-size: 12px;
    color: #28a745;
    display: flex;
    align-items: center;
}



.online-indicator {
    width: 8px;
    height: 8px;
    background: #28a745;
    border-radius: 50%;
    margin-right: 5px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(40, 167, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chat-message {
    color: #333;
    line-height: 1.6;
    font-size: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
}

.chat-message .emoji {
    font-size: 18px;
}

.typing-indicator {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #666;
    font-style: italic;
}

.typing-dots {
    display: inline-flex;
    margin-left: 8px;
}

.typing-dots span {
    height: 6px;
    width: 6px;
    background: #666;
    border-radius: 50%;
    display: inline-block;
    margin: 0 1px;
    animation: typing 1.4s infinite;
}

.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes typing {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-10px); }
}

.step-guide {
    display: none;
}

.step-guide.active {
    display: block;
}

/* JavaScript Typing Effect Placeholder */
.typing-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.typing-cursor {
    display: inline-block;
    background-color: var(--bs-primary, #0521C6);
    width: 2px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* Enhanced Progress Bar Integration */
.teacher-progress-section {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    border-radius: 12px;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid rgba(5, 33, 198, 0.1);
}

.progress-with-steps {
    position: relative;
    height: 6px;
    background: rgba(5, 33, 198, 0.1);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 12px;
}





/* Desktop'ta step indicator'larÄ± gÃ¶ster */
/* Simple Header */
.simple-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    border-bottom: 1px solid rgba(5, 33, 198, 0.1);
    height: 45px;
}

.header-container {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.back-btn {
    background: none;
    border: none;
    color: #0521C6;
    padding: 8px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
}

.back-btn:hover {
    background: rgba(5, 33, 198, 0.1);
}

.back-btn-text {
    display: none;
}

.progress-container {
    flex: 1;
    height: 6px;
    background: rgba(5, 33, 198, 0.15);
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0521C6 0%, #375AF8 100%);
    border-radius: 3px;
    transition: width 0.5s ease;
}

/* Progress bar responsive adjustments */
.progress-with-steps {
    height: 6px;
    background: rgba(5, 33, 198, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-bar-animated {
    height: 100%;
    background: linear-gradient(90deg, #0521C6 0%, #375AF8 100%);
    border-radius: 3px;
    transition: width 0.5s ease;
}

.step-indicators {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-size: 11px;
    color: #666;
}

.step-indicator span {
    margin-top: 4px;
    text-align: center;
    line-height: 1.2;
}

.step-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(5, 33, 198, 0.3);
    transition: all 0.3s ease;
}

.step-indicator.active .step-dot {
    background: #0521C6;
    transform: scale(1.2);
}

.step-indicator.completed .step-dot {
    background: #28a745;
}

/* Body padding for fixed header */
body {
    padding-top: 45px;
}



/* Integrated Teacher Guide Design */
.teacher-guide-integrated {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 25px;
    box-shadow: 0 6px 25px rgba(5, 33, 198, 0.12);
    border: 1px solid rgba(5, 33, 198, 0.15);
}

.integrated-teacher-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(5, 33, 198, 0.1);
}

.teacher-main-avatar {
    position: relative;
    flex-shrink: 0;
}

.teacher-main-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #0521C6;
    box-shadow: 0 4px 15px rgba(5, 33, 198, 0.2);
}

.teacher-main-avatar         .teacher-verified-badge {
    display: none;
}

.teacher-online-status {
    position: absolute;
    top: -2px;
    left: -2px;
}

.online-indicator-large {
    width: 20px;
    height: 20px;
    background: #28a745;
    border-radius: 50%;
    border: 3px solid white;
    animation: pulse 2s infinite;
}

.teacher-main-info {
    flex: 1;
}

.teacher-main-name {
    font-size: 24px;
    font-weight: 700;
    color: #00124F;
    margin: 0 0 10px 0;
}

.teacher-main-name .bi-shield-fill-check {
    color: #0521C6;
    margin-left: 5px;
}

.teacher-main-meta {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.teacher-main-price {
    display: flex;
    align-items: center;
    color: #0521C6;
    font-weight: 500;
    font-size: 16px;
    background: rgba(5, 33, 198, 0.1);
    padding: 6px 12px;
    border-radius: 8px;
}

.teacher-main-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.teacher-main-rating span {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.teacher-main-status {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #28a745;
    font-weight: 600;
    font-size: 14px;
}

.integrated-chat-bubble {
    background: white;
    border-radius: 18px 18px 18px 6px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(5, 33, 198, 0.08);
    border-left: 4px solid #0521C6;
    position: relative;
}

.integrated-chat-bubble::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent white transparent transparent;
}

/* Rating CSS Styles */
.teacher-main-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #666;
    position: relative;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}



.rating-text {
    font-weight: 500;
}

.rating-highlight {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    animation: ratingPulse 2s infinite;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
    margin-left: 5px;
}

@keyframes ratingPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Desktop optimizations */
@media (min-width: 769px) {
    .header-container {
        padding: 0 30px;
    }

    /* Desktop'ta geri dÃ¶n text'i gÃ¶ster */
    .back-btn-text {
        display: inline;
    }

    /* Desktop'ta da kaydÄ±rma olsun */
    .popular-lessons-grid {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    /* Desktop'ta popÃ¼ler dersler kartlarÄ± biraz daha geniÅŸ */
    .popular-lesson-card {
        min-width: 160px;
        max-width: 160px;
    }

    .popular-lesson-title {
        font-size: 15px;
    }

    .popular-lesson-category {
        font-size: 13px;
    }

    .popular-lesson-arrow {
        font-size: 15px;
    }
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .header-container {
        padding: 0 15px;
    }



    /* Integrated Teacher Guide Mobile */
    .teacher-guide-integrated {
        padding: 12px;
        margin-bottom: 15px;
        border-radius: 12px;
    }

    .integrated-teacher-header {
        flex-direction: row;
        text-align: left;
        gap: 10px;
        padding-bottom: 10px;
    }

    .teacher-main-avatar img {
        width: 60px;
        height: 60px;
        border-width: 2px;
    }

    .teacher-main-avatar .teacher-verified-badge {
        display: none;
    }

    .online-indicator-large {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }

    .teacher-main-name {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .teacher-main-meta {
        justify-content: flex-start;
        gap: 12px;
        margin-bottom: 4px;
        flex-wrap: wrap;
    }

    .teacher-main-rating {
        font-size: 12px;
        gap: 8px;
    }



    .rating-highlight {
        width: 14px;
        height: 14px;
        font-size: 7px;
        margin-left: 2px;
    }

    .teacher-main-price {
        font-size: 13px;
        padding: 4px 8px;
    }

    .integrated-chat-bubble {
        padding: 12px;
        border-radius: 12px 12px 12px 4px;
        font-size: 13px;
        line-height: 1.4;
    }

    .integrated-chat-bubble::before {
        left: -4px;
        border-width: 4px 4px 4px 0;
    }
}

.sepright2 {
    background: linear-gradient(135deg, #0521C6 0%, #1e40af 100%);
    border-radius: 20px;
    padding: 25px;
    color: white;
    box-shadow: 0 8px 32px rgba(5, 33, 198, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.seprightic1 {
    margin-bottom: 25px;
}

.platform-intro {
    margin-bottom: 20px;
    text-align: center;
}

.platform-intro h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.platform-intro p {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.platform-stats {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stat-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.stat-item i {
    color: #4ade80;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.stat-item span {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
}

.stat-item strong {
    color: #fbbf24;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.sidebar-visual {
    margin: 20px -25px -25px -25px;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}

.sidebar-visual img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .sepright2 {
        padding: 20px;
        border-radius: 16px;
    }

    .sidebar-visual {
        margin: 20px -20px -20px -20px;
        border-radius: 0 0 16px 16px;
    }

    .platform-intro h3 {
        font-size: 18px;
    }

    .platform-intro p {
        font-size: 13px;
    }

    .stat-item {
        padding: 12px;
    }

    .stat-item span {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .sepright2 {
        padding: 18px;
        margin-top: 20px;
    }

    .sidebar-visual {
        margin: 18px -18px -18px -18px;
    }

    .platform-stats {
        gap: 12px;
    }

    .stat-item {
        padding: 10px;
    }

    .stat-item i {
        font-size: 14px;
    }

    .stat-item span {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .sepright2 {
        padding: 15px;
        border-radius: 12px;
    }

    .seprightic1 {
        margin-bottom: 20px;
    }

    .platform-intro {
        margin-bottom: 15px;
    }

    .platform-intro h3 {
        font-size: 16px;
    }

    .platform-intro p {
        font-size: 12px;
    }

    .platform-stats {
        gap: 10px;
    }

    .stat-item {
        padding: 8px 10px;
        gap: 8px;
    }

    .stat-item i {
        font-size: 12px;
    }

    .stat-item span {
        font-size: 11px;
    }

    .sidebar-visual {
        margin: 15px -15px -15px -15px;
        border-radius: 0 0 12px 12px;
    }
}
@supports (backdrop-filter: blur(10px)) {
    .sepright2 {
        background: linear-gradient(135deg, rgba(5, 33, 198, 0.8) 0%, rgba(30, 64, 175, 0.8) 100%);
        backdrop-filter: blur(15px);
    }
    .stat-item {
        backdrop-filter: blur(20px);
    }
}
</pre></body></html>