@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1450px;
    }
}
.ataturk-svg {
    margin-left: 30px;
}

.header-mobile-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-extras ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#mainMenu nav > ul > li {
    display: inline-block;
    text-align: center;
}

.copyright-text {
    text-align: center !important;
    width: 100%;
    display: block;
}

#mainMenu-trigger {
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 1000;
}

@media (max-width: 768px) {
    .ataturk-svg {
        margin-left: 0;
    }

    .header-mobile-cont {
        flex-wrap: wrap;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #mainMenu nav > ul {
        text-align: center;
    }
}

.glass {
    color: #fff;
    padding: 10px;
    background-color: rgba(33, 37, 41, 0.8);
    background: linear-gradient(rgba(33, 37, 41, 0.8), rgba(33, 37, 41, 0.8));
    backdrop-filter: blur(10px);
    height: 80px;
    border-radius: 10px;
    min-width: 120px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

.glass:hover {
    background-color: rgba(33, 37, 41, 0.7);
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    align-items: center;
    justify-content: center;
}

.glass-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    gap: 20px;
    margin: 0 auto;
    padding: 10px 20px;
}

/* Teacher section styles */
.team-member {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.team-desc {
    padding: 25px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    text-align: center;
}

.teacher-counts {
    justify-content: center !important;
    margin: 0 auto;
}

.team-desc h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    font-weight: bold;
}

/* Lesson hours section styles */
.card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.card-header {
    padding: 15px;
    border-bottom: none;
}

.card-body {
    padding: 20px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

/* Footer styling */
#footer .widget {
    margin-bottom: 30px;
}

#footer .widget-title {
    margin-bottom: 15px;
    font-weight: bold;
}

#footer .list {
    padding-left: 0;
}

#footer .list li {
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    #footer .widget {
        text-align: center;
    }

    #footer .list {
        display: inline-block;
        text-align: left;
    }
}

/* Media queries */
@media (max-width: 1199px) {
    .glass {
        font-size: 15px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .team-desc h3 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .glass-container {
        justify-content: center;
        gap: 12px;
    }

    .glass {
        min-width: 110px;
        margin-right: 0;
        margin-bottom: 0;
        flex-basis: calc(25% - 12px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-header h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .glass {
        min-width: 100px;
        height: 60px;
        font-size: 14px;
        flex-basis: calc(33.33% - 12px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .team-desc h3 {
        font-size: 14px;
    }

    .card-header h3 {
        font-size: 18px;
    }

    /* Mobile header improvements */
    #header .container {
        width: 100%;
        max-width: 100%;
    }

    #logo {
        text-align: center;
        margin: 0 auto;
    }

    .header-extras {
        justify-content: center;
        margin-top: 10px;
    }

    /* Center navigation on mobile */
    #mainMenu {
        width: 100%;
    }

    #mainMenu nav > ul {
        display: block;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .glass {
        min-width: 90px;
        height: 50px;
        font-size: 13px;
        flex-basis: calc(50% - 12px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .team-desc h3 {
        font-size: 13px;
    }

    .glass-container {
        gap: 12px;
    }
}

/* Enhanced styling for our classes */
.bg-gradient-primary {
    background: linear-gradient(135deg, #4e73df 0%, #224abe 100%);
}

.bg-gradient-purple {
    background: linear-gradient(135deg, #8e44ad 0%, #6a0dad 100%);
}

.bg-gradient-info {
    background: linear-gradient(135deg, #36b9cc 0%, #1a8997 100%);
}

.bg-purple {
    background-color: #6a0dad !important;
}

.text-purple {
    color: #6a0dad !important;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.separator {
    height: 2px;
    width: 50px;
    background: #ddd;
    margin: 0 auto;
}

.info-box {
    transition: all 0.3s ease;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    padding: 30px 20px !important;
    height: 100%;
}

.info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    border-color: transparent;
}

.info-box-icon {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.03);
    margin-bottom: 20px !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.badge {
    display: inline-block;
    font-weight: 600;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

/* Glass container styling */
.glass-primary {
    background-color: rgba(78, 115, 223, 0.25) !important;
    border: 1px solid rgba(78, 115, 223, 0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-info {
    background-color: rgba(54, 185, 204, 0.25) !important;
    border: 1px solid rgba(54, 185, 204, 0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-danger {
    background-color: rgba(231, 74, 59, 0.25) !important;
    border: 1px solid rgba(231, 74, 59, 0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-purple {
    background-color: rgba(106, 13, 173, 0.25) !important;
    border: 1px solid rgba(106, 13, 173, 0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-warning {
    background-color: rgba(246, 194, 62, 0.25) !important;
    border: 1px solid rgba(246, 194, 62, 0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Timeline styling */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e9ecef;
    z-index: 0;
}

.timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-icon {
    background-color: #f8f9fa;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    box-shadow: 0 0 0 5px rgba(0, 123, 255, 0.2);
    transform: scale(1.1);
}

.timeline-icon.bg-primary {
    background-color: #28a745 !important;
    box-shadow: 0 0 0 5px rgba(0, 122, 29, 0.2);
    transform: scale(1.1);
}

.timeline-icon.bg-success {
    background-color: #28a745 !important;
    box-shadow: 0 0 0 5px rgba(40, 167, 69, 0.2);
}

.timeline-content {
    padding: 5px 55px;
}

.timeline-content h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.timeline-content p {
    margin-bottom: 0;
    color: #6c757d;
}

.timeline-item.completed .timeline-content h5 {
    color: #28a745;
}

.timeline-item.active .timeline-content h5 {
    color: #007bff;
    font-weight: 700;
}

/* Form styling enhancements */
.form-group label {
    font-weight: 500;
}

.card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.btn-primary,
.btn-success {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover,
.btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Document preview styling */
#document_preview {
    background-color: rgba(40, 167, 69, 0.1);
    padding: 8px 12px;
    border-radius: 4px;
    border-left: 3px solid #28a745;
}

/* Application summary styling */
#applicationSummary {
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

#applicationSummary h5 {
    color: #0056b3;
}

#applicationSummary p.text-muted {
    font-weight: 500;
}

/* Input group icon alignment fix */
.input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    padding: 0.375rem 0.75rem;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text i {
    font-size: 1rem;
    line-height: 1;
    width: 16px;
    text-align: center;
    position: relative;
    top: 0;
}

/* Fix for specific icons that may be misaligned */
.input-group-text i.fa-mobile {
    font-size: 1.2rem;
}

.input-group-text i.fa-file-pdf,
.input-group-text i.fa-id-card,
.input-group-text i.fa-calendar,
.input-group-text i.fa-building,
.input-group-text i.fa-users,
.input-group-text i.fa-map-marker,
.input-group-text i.fa-key {
    padding-top: 1px;
}

/* Fix for input group alignment */
.input-group {
    display: flex;
    align-items: stretch;
}

.input-group .form-control {
    height: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Education area badge styling */
.badge {
    font-size: 0.85rem;
    padding: 0.35em 0.65em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#summaryEducationAreaBadge .badge {
    font-size: 0.95rem;
    padding: 0.5em 0.85em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
