﻿@font-face {
    font-family: 'Vazirmatn';
    src: url('/Fonts/Vazirmatn[wght].ttf') format('truetype');
}
@font-face {
    font-family: 'Cambria';
    src: url('/Fonts/Cambria Regular.ttf') format('truetype');
}
body {
    font-family: Cambria, Vazirmatn;
}

.uxTitle {
    color: white;
    font-weight: bold;
    margin-top: 15px;
}

.Color {
    color: #0821A7 !important;
}

.Color2 {
    color: #29A9DA !important;
}
.BackgroundColor {
    background-color: #29A9DA !important;
}

.BackgroundColor2 {
    background-color: #0978C1 !important;
}

.BackgroundColor3:hover {
    background-color: #29A9DA !important;
    color: #0821A7 !important;
}
.Font{
    font-size:20px;
}
.uxSize{
    width:10%!important;
}
.NavBorder {
    border-right: 0px !important;
    border-left: 2px solid #F3F6F9;
    margin-left: 12px;
}
@media (max-width: 980px){
    .NavBorder {
        border-left: none;
        margin-left: 0px;
    }
}
@media (max-width: 342px) {
    .timeline-media {
            display:none;
        }
    }
.loginbody {
    position: relative;
}

.loginImg {
    margin-top: 6.8rem;
    transition-duration: 0.9s;
}
/*About Page*/
.carousel-container {
    width: 100%;
    /*max-width: 1200px;*/
    height: 450px;
    position: relative;
    perspective: 1000px;
    /*margin-top: 80px;*/
}

    .carousel-track {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transform-style: preserve-3d;
        transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .cad {
        position: absolute;
        width: 220px;
        height: 300px;
        background: white;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        cursor: pointer;
    }

        .cad img {
            width: 80%;
            height: 85%;
            object-fit: cover;
            margin-top:10%;
            border-radius:3px;
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .cad.center {
            z-index: 10;
            transform: scale(1.1) translateZ(0);
        }

            .cad.center img {
                filter: none;
            }

        .cad.left-2 {
            z-index: 1;
            transform: translateX(-400px) scale(0.8) translateZ(-300px);
            opacity: 0.7;
        }

            .cad.left-2 img {
                filter: grayscale(100%);
            }

        .cad.left-1 {
            z-index: 5;
            transform: translateX(-200px) scale(0.9) translateZ(-100px);
            opacity: 0.9;
        }

            .cad.left-1 img {
                filter: grayscale(100%);
            }

        .cad.right-1 {
            z-index: 5;
            transform: translateX(200px) scale(0.9) translateZ(-100px);
            opacity: 0.9;
        }

            .cad.right-1 img {
                filter: grayscale(100%);
            }

        .cad.right-2 {
            z-index: 1;
            transform: translateX(400px) scale(0.8) translateZ(-300px);
            opacity: 0.7;
        }

            .cad.right-2 img {
                filter: grayscale(100%);
            }

        .cad.hidden {
            opacity: 0;
            pointer-events: none;
        }

    .nav-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(8, 42, 123, 0.6);
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 20;
        transition: all 0.3s ease;
        font-size: 1.5rem;
        border: none;
        outline: none;
        padding-bottom: 4px;
    }

        .nav-arrow:hover {
            background: #29A9DA;
            color: #0821A7;
            transform: translateY(-50%) scale(1.1);
        }

        .nav-arrow.left {
            left: 20px;
            padding-right: 3px;
        }

        .nav-arrow.right {
            right: 20px;
            padding-left: 3px;
        }

    @media (max-width: 768px) {
        .about-title {
            font-size: 4.5rem;
        }

        .cad {
            width: 200px;
            height: 280px;
        }

            .cad.left-2 {
                transform: translateX(-250px) scale(0.8) translateZ(-300px);
            }

            .cad.left-1 {
                transform: translateX(-120px) scale(0.9) translateZ(-100px);
            }

            .cad.right-1 {
                transform: translateX(120px) scale(0.9) translateZ(-100px);
            }

            .cad.right-2 {
                transform: translateX(250px) scale(0.8) translateZ(-300px);
            }

        .member-name {
            font-size: 2rem;
        }

        .member-role {
            font-size: 1.2rem;
        }

        .member-name::before,
        .member-name::after {
            width: 50px;
        }

        .member-name::before {
            left: -70px;
        }

        .member-name::after {
            right: -70px;
        }
    }

    .principal-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        border: 5px solid #0821A7;
        box-shadow: 0 0 20px #29A9DA;
        animation: glow 2s infinite alternate;
        overflow: hidden;
    }

    /* End About Page*/
    /* Map Style*/
    .contact-map {
        perspective: 1000px;
        height: 350px;
        width: 100%;
    }

    .map-card {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
        cursor: pointer;
    }

        .map-card.is-flipped {
            transform: rotateY(180deg);
        }

    .map-card-front,
    .map-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .map-card-front {
        background: #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        color: var(--dark-color);
        background: transparent;
    }

    .map-card-back {
        transform: rotateY(180deg);
        overflow: hidden;
    }

        .map-card-back iframe {
            width: 100%;
            height: 100%;
            border: 0;
            transition: transform 0.5s ease;
            transform: scale(1);
        }

        .map-card-back.zoomed iframe {
            transform: scale(1.5);
        }

    /* Slider Style*/
    /* Hero Section */
    .hero {
        height: 50vh;
        position: relative;
        overflow: hidden;
    }

    .hero-slider {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        opacity: 0;
        transform: translateX(100%);
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .slide1{
        background:url('../Photo/Background/Background (1).jpg');
    }
    .slide2 {
        background: url('../Photo/Background/Background (2).jpg');
    }
    .slide3 {
        background: url('../Photo/Background/Background (3).jpg');
    }
    .slide4 {
        background: url('../Photo/Background/Background (6).jpg');
    }
    .uxNewsBack {
        background: url('../Photo/Background/Background (4).jpg');
    }
    .uxAchievementBack {
        background: url('../Photo/Background/Background (5).jpg');
    }
    .uxOpportunitiesBack {
        background: url('../Photo/Background/Background (1).jpg');
    }
    .slide1, .slide2, .slide3, .slide4, .uxNewsBack, .uxAchievementBack, .uxOpportunitiesBack {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .class-icon {
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 50px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        font-weight:bold;
        color:#0821A7;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        border: 3px solid #29A9DA;
        z-index: 96;
    }
    .slide.active {
        opacity: 1;
        transform: translateX(0);
    }

    .slide.prev {
        transform: translateX(-100%);
    }

.hero-content {
    max-width: 800px;
    padding: 0 20px;
    z-index: 2;
    background: rgba(41, 169, 218, 0.4);
    border-radius:4px;
}

    /* Slider Navigation */
    .slider-nav {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 10;
    }

    .nav-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 2px solid white;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .nav-dot:hover {
            background: rgba(255, 255, 255, 0.5);
            transform: scale(1.2);
        }

        .nav-dot.active {
            background: #0821A7;
            border-color: #29A9DA;
            transform: scale(1.3);
        }

    /* Slider Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    opacity:0.5;
    transform: translateY(-50%);
    background: #29A9DA;
    border: none;
    color: white;
    font-size: 15px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

        .slider-arrow:hover {
            background: #0821A7;
            opacity:1;
            transform: translateY(-50%) scale(1.1);
        }

        .slider-arrow.prev {
            left: 2px;
        }

        .slider-arrow.next {
            right: 2px;
        }

.hero h1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    animation: slideInUp 1s ease-out;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.1);
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero p {
    font-size: 1.3rem;
    color: #032467;
    margin-bottom: 30px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.1);
    animation: slideInUp 1s ease-out 0.2s both;
}
    /*Academic System*/
.uxtimeline {
    position: relative;
    margin: 50px 0;
}

    .uxtimeline::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 4px;
        margin-left: -2px;
        background: #29A9DA;
        z-index: 0;
        border-radius:4px;
    }


.uxtimeline-item {
    opacity: 0;
    animation: movedown 1s ease forwards;
}

@keyframes movedown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.text-div {
    width: 100%;
    max-width: 220px;
    position: relative;
    z-index: 1;
}

.left-div-arrow {
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0821A7;
    right: -10px;
}

.right-div-arrow {
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #0821A7;
    left: -10px;
}
/* for news or achievement images*/
@media screen and (max-width:270px){
    .image-input .image-input-wrapper {
        width: 70px !important;
        height: 70px !important;
    }
}
/* end */
@media screen and (max-width: 1200px) {
    .uxtimeline::before {
        left: 20px;
    }

    .d-flex.justify-content-start,
    .d-flex.justify-content-end {
        justify-content: flex-start !important;
        margin-left: 40px;
    }

    .text-div {
        width: calc(100% - 50) !important;
        max-width: none;
    }

    .left-div-arrow,
    .right-div-arrow {
        display: none;
    }

    .col-md-6.uxtimeline + .col-md-6 {
        margin-top: 30px;
    }
}
/* Class Page*/
.accordin-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    color: #ffd700;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.accordion {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.accordion-item {
    border-bottom: 1px solid #29A9DA;
    transition: all 0.3s ease;
}

    .accordion-item:last-child {
        border-bottom: none;
    }

.accordion-header {
    padding: 12px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .accordion-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s ease;
    }

    .accordion-header:hover::before {
        left: 100%;
    }

.accordion-title {
    color: #0821A7;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.accordion-icon {
    font-size: 1.5rem;
    color: #0821A7;
    transition: transform 0.3s ease;
    font-weight: bold;
    background: #29A9DA;
    width: 25px;
    text-align: center;
    border-radius: 4px;
}
.accordion-item.active .accordion-icon {
    transform: rotate(45deg);
    background-color:red;
    color:white;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-item.active .accordion-content {
    max-height: 100%;
    padding: 30px;
}

.accordion-description {
    color: #0821A7;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 500;
    text-align:center;
}

.accordion-features {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

    .accordion-features li {
        color: #0821A7;
        font-size: 1rem;
        padding: 12px 20px;
        background: rgba(30, 60, 114, 0.3);
        border-radius: 6px;
        border: 2px solid #29A9DA;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

        .accordion-features li:hover {
            border-color: #0821A7;
            transform: translateY(-2px);
        }

        .accordion-features li:before {
            content: "📚";
            color: #0821A7;
            font-weight: bold;
            font-size: 14px;
            margin-right: 6px;
            margin-left: 6px;
        }

/* Animation for content reveal */
.accordion-content-inner {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.1s;
}

.accordion-item.active .accordion-content-inner {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive design */
@media (max-width: 768px) {
    .container {
        padding: 0 10px;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .accordion-header {
        padding: 20px;
    }

    .accordion-title {
        font-size: 1.2rem;
    }

    .accordion-features {
        grid-template-columns: 1fr;
        margin-left: -40px;
    }
}

/* Entrance animation */
.accordion-item {
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInLeft 0.6s ease forwards;
}

    .accordion-item:nth-child(1) {
        animation-delay: 0.1s;
    }

    .accordion-item:nth-child(2) {
        animation-delay: 0.2s;
    }

    .accordion-item:nth-child(3) {
        animation-delay: 0.3s;
    }

    .accordion-item:nth-child(4) {
        animation-delay: 0.4s;
    }

    .accordion-item:nth-child(5) {
        animation-delay: 0.5s;
    }

    .accordion-item:nth-child(6) {
        animation-delay: 0.6s;
    }

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.boxes {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    margin-left:4px;
    padding: 14px 18px;
    border-radius: 12px;
    border-left: 3px solid #29A9DA;
}

    .boxes i {
        color: rgb(228, 228, 242);
        font-size: 1.3rem;
        width: 28px;
    }

    .boxes p {
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        font-weight: 500;
    }

.divider {
    width: 10px;
    background: linear-gradient(to bottom, transparent, #29A9DA, transparent);
    align-self: stretch;
    margin: 0 20px;
}

.title {
    color: white;
    font-weight: 600;
    font-size: 1.4rem;
}

.line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #f4f0f2, #29A9DA);
    border-radius: 2px;
}

.social-media {
    width: 48px;
    height: 48px;
    background: #29A9DA;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1.4rem;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.uxYoutube:hover {
    background: #FF0000;
    color: white;
    border-color: transparent;
}
.uxFacebook:hover {
    background: #1877F2;
    color: white;
    border-color: transparent;
}
.uxInstagram:hover {
    background: linear-gradient(45deg, #833AB4, #E1306C, #F77737, #FCAF45);
    color: white;
    border-color: transparent;
}
.logos {
    width: 100px;
    height: 100px;
}
/* Home Second Section*/
/* ===== LAYOUT ===== */
.uxContainer {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    padding: 20px;
}

/* ===== LEFT STATS ===== */
.stats {
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateX(-80px);
    animation: slideLeft 1.2s ease forwards;
}

    .stats h2 {
        color: #1e3a8a;
        margin-bottom: 18px;
    }

.stat {
    margin-bottom: 14px;
    font-size: 15px;
    border-left: 2px solid #29A9DA;
}

    .stat span, .Stu {
        float: right;
        font-weight: bold;
        color: #2563eb;
    }
.AmountLeft {
    float: left!important;
}
/* ===== CENTER MAP ===== */
.map-area {
    backdrop-filter: blur(15px);
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    animation: zoomIn 1.2s ease forwards;
    animation-delay: 0.4s;
}

.map-circle {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

    /* Animated Border */
    .map-circle::before {
        content: "";
        position: absolute;
        inset: -6px;
        border-radius: 50%;
        background: linear-gradient( 90deg, #061CA6, #080809, #1adee8);
        background-size: 400% 400%;
        animation: borderMove 6s linear infinite;
        z-index: -1;
    }

    /* Inner mask so border looks clean */
    .map-circle::after {
        content: "";
        position: absolute;
        inset: 4px;
        background: #fff;
        border-radius: 50%;
        z-index: -1;
    }


    .map-circle img {
        width: 200px;
        height: 200px;
        border-radius: 50px;
    }

/* ===== RIGHT StudentsS ===== */
.Studentss {
    backdrop-filter: blur(15px);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Students Card */
.Students {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 12px;
    color: #fff;
    border-left: 2px solid #29A9DA;
    opacity: 0;
    transform: translateX(80px);
    animation: slideRight 0.8s ease forwards;
    transition: .7s;
}

.Students:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

.Students-name {
    font-size: 14px;
    color: #0821A7;
}

.Students-count {
    background: #29A9DA;
    backdrop-filter: blur(6px);
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 14px;
    min-width: 50px;
    text-align: center;
}

/* Colors */
.Shammama {
    animation-delay: 0.6s;
}

.Primary {
    animation-delay: 0.75s;
}

.Middle {
    animation-delay: 0.9s;
}

.High {
    animation-delay: 1.05s;
}

/* ===== ANIMATIONS ===== */
@keyframes slideLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .map-circle img {
        width: 100px;
        height: 100px;
    }

    .map-circle {
        padding: 25px;
    }

    .stat,
    .Students-name {
        font-size: 13px;
    }
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 400% 50%;
    }
}
.steps-wrapper {
    position: relative;
}

.step {
    text-align: center;
    position: relative;
}

.step-icon {
    width: 100px;
    height: 100px;
    background-color: #1f3c88;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 42px;
}

.step-title {
    margin-top: 8px;
    margin-bottom:8px;
    font-weight: 600;
    font-size: 16px;
}

/* Dashed connector */
.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50px;
    /*right: -50%;*/
    width: 100%;
    direction:ltr!important;
    border-top: 3px dashed #29A9DA;
    z-index: -1;
}
@media (max-width: 768px) {
    .step:not(:last-child)::after {
        display: none;
    }
}
.uxLabel {
    background-color: #29A9DA;
    color: white;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: -9px;
    font-weight: bold;
}
@media (max-width: 300px){
    .uxAchie{
        width:100px!important;
        height:100px!important;
    }
}

/*=====================================================
    7. COURSE css 
======================================================*/

.singel-course{
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.singel-course > .thum{
    position: relative;
}
.singel-course .thum .image{
    overflow: hidden;
}
.singel-course .thum .image img{
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height:200px!important;
}
.singel-course:hover .thum .image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.singel-course .thum .price{
    position: absolute;
    right: 60px;
    bottom: -24px;
}
.singel-course .thum .price span{
    font-size: 14px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}
.singel-course .cont{
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}
.singel-course .cont > ul{
    display: inline-block;
    margin-right: 10px;
}
.singel-course .cont ul li{
    display: inline-block;
    margin: 1px;
}
.singel-course .cont ul li > i{
    font-size: 13px;
    color: #ffc600;
}

.singel-course .cont span{
    font-size: 13px;
    color: #000;
}
.singel-course .cont h4{
    font-weight:bold;
    font-size: 15px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course .cont h4:hover{
    color: #ffc600;
}

.singel-course .course-teacher{
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}
.singel-course .course-teacher > .thum{
    display: inline-block;
}
.singel-course .course-teacher > .thum img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.singel-course .course-teacher .name {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	bottom: 13px;
}
.singel-course .course-teacher .name a h6{
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course .course-teacher .name a:hover h6{
    color: #ffc600;
}

.singel-course .course-teacher .admin{
    display: inline-block;
    float: right;
    overflow: hidden;
}
.singel-course .course-teacher .admin ul {
	margin-top: 8px;
}
.singel-course .course-teacher .admin ul li{
    margin-right: 20px;
}
.singel-course .course-teacher .admin ul li:last-child{
    margin-right: 0;
}
.singel-course .course-teacher .admin ul li a{
    font-size: 15px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course .course-teacher .admin ul li a:hover{
    color: #ffc600;
}

.singel-course .course-teacher .admin ul li a span{
    color: #8a8a8a;
    margin-left: 3px;
}

/* My Profiel Page Style */
.profile-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.gradient-header {
    height: 100px;
}

.profile-img-container {
    margin-top: -60px;
    margin-bottom: 15px;
}

.profile-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.social-links a {
    font-size: 1.2rem;
    margin: 0 10px;
    color: #555;
    transition: color 0.3s;
}

    .social-links a:hover {
        color: #4ca1af;
    }

.btn-contact {
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
}
.image-box {
    width: 100%;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    border-radius: 12px;
}
.image-box img {
    width: 80%;
    height: 100%;
    object-fit: cover;
}
/* ===== Loader Background (Glass Effect) ===== */
#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Loader Container */
.loader-content {
    display: flex;
    gap: 12px;
}

/* Animated Dots */
.dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #29A9DA;
    animation: bounce 0.6s infinite alternate;
}

    /* Delay animation for each dot */
    .dot:nth-child(2) {
        animation-delay: 0.2s;
    }

    .dot:nth-child(3) {
        animation-delay: 0.4s;
    }

/* Bounce Animation */
@keyframes bounce {
    from {
        transform: translateY(0);
        opacity: 0.5;
    }

    to {
        transform: translateY(-15px);
        opacity: 1;
    }
}
/* Opportunities Style*/
.uxOpportunitiesBack::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius:3px;
    background-color: rgba(0, 0, 0, 0.5);
}
.job-card {
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.text-truncate-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.Left-box {
    width: 100%;
    aspect-ratio: 8/ 6;
    overflow: hidden;
    border-radius: 12px;
}
.Left-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.iclose:hover{
    color:red!important;
}
.uxSwitch{
    background-color: #29A9DA;
    width: 65px;
    border-radius: 6px;
}
@media screen and (max-width:522px) {
    .cad.left-2 {
        transform: scale(0.8);
    }
    .cad.left-1 {
        transform: scale(0.8);
    }
    .cad.right-1 {
        transform: scale(0.8);
    }
    .cad.right-2 {
        transform: scale(0.8);
    }
}


