.custom-video-card {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    height: 100%;
    align-items: center;
    margin-bottom: 30px;
    transition: var(--transition);
    position: relative;
    box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
    border-radius: var(--borderRadius);
    background: var(--whiteColor);
}

.custom-video-card .video-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.custom-video-card .video-wrapper {
    max-width: 100%;
    margin: auto;
}

.custom-video-card video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.fixed-social-buttons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
}

.social-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 0px 10px 10px 0px;
    font-size: 18px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}


.social-button span {
    padding-right: 5px;
    white-space: nowrap;
}

.social a {
    background: #E1306C;
}

.social-contact a {
    background: #2193b0;
}

.live-chat a {
    background: #4CAF50;
}

@media (max-width: 768px) {
    .fixed-social-buttons {
        display: none !important;
    }

    .social-button a {
        border-radius: 50%;
        width: 45px;
        height: 45px;
        padding: 0;
        justify-content: center;
    }

    .social-button span {
        display: none;
    }
}

.social-media-page {
    padding: 60px 0;
    background: #f8f9fa;
}


.platform-group {
    margin-bottom: 40px;
}

.platform-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.platform-title i {
    font-size: 28px;
}

.platform-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.social-card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 15px;
}

.card-icon i {
    font-size: 24px;
}

.card-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}

.card-content p {
    color: #666;
    margin: 0;
    font-size: 14px;
}


.instagram {
    color: #E1306C;
}

.instagram .card-icon {
    background: rgba(225, 48, 108, 0.1);
}

.facebook {
    color: #1877f2;
}

.facebook .card-icon {
    background: rgba(24, 119, 242, 0.1);
}

.telegram {
    color: #0088cc;
}

.telegram .card-icon {
    background: rgba(0, 136, 204, 0.1);
}

.twitter {
    color: #1DA1F2;
}

.twitter .card-icon {
    background: rgba(29, 161, 242, 0.1);
}

.youtube {
    color: #FF0000;
}

.youtube .card-icon {
    background: rgba(255, 0, 0, 0.1);
}

.social-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .platform-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .platform-title {
        font-size: 20px;
    }

    .social-card {
        padding: 15px;
    }

    .card-icon {
        width: 40px;
        height: 40px;
    }

    .card-content h3 {
        font-size: 16px;
    }
}

.custom_social_wraper {
    border: 1px solid rgba(126, 133, 139, 0.18);
    padding: 26px 30px 26px 26px;
    border-radius: var(--borderRadius);
    transition: var(--transition);
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .custom_social_wraper {
        padding: 20px;
    }
}

.custom_social_wraper:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px 0px;
}

/* Facebook */
.custom_social_wraper.facebook:hover {
    border-color: #1877f2;
}

.custom_social_wraper.facebook .custom_social_icon i {
    color: #1877f2;
    border: 1px solid rgba(24, 119, 242, 0.18);
}

.custom_social_wraper.facebook .custom_social_content a:hover {
    color: #1877f2;
}

/* Twitter / X */
.custom_social_wraper.twitter:hover {
    border-color: #000;
}

.custom_social_wraper.twitter .custom_social_icon i {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

.custom_social_wraper.twitter .custom_social_content a:hover {
    color: #000;
}

.custom_social_wraper.instagram:hover {
    border-color: #d62976;
}

.custom_social_wraper.instagram .custom_social_icon i {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    color: white;
    border: none;
}

.custom_social_wraper.instagram .custom_social_content a:hover {
    color: #d62976;
}

.custom_social_wraper.youtube:hover {
    border-color: #ff0000;
}

.custom_social_wraper.youtube .custom_social_icon i {
    color: #ff0000;
    border: 1px solid rgba(255, 0, 0, 0.18);
}

.custom_social_wraper.youtube .custom_social_content a:hover {
    color: #ff0000;
}

.custom_social_wraper .custom_social_icon {
    display: flex;
    align-items: center;
}

.custom_social_wraper .custom_social_icon i {
    width: 71.94px;
    height: 69.44px;
    line-height: 69.44px;
    border: 1px solid rgba(95, 45, 237, 0.15);
    text-align: center;
    border-radius: 100%;
    font-size: 26px;
    margin-right: 35px;
    background: rgba(142, 102, 255, 0.05);
}

.custom_social_wraper .custom_social_content h6 {
    font-size: 20px;
    color: var(--blackColor);
    font-weight: 600;
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1365px) {
    .custom_social_wraper .custom_social_content h6 {
        font-size: 18px;
    }
}

.custom_social_wraper .custom_social_content p {
    font-size: 14px;
    color: var(--lightGrey3);
    margin-bottom: 0;
}

.btn-course-info,
.btn-course-register {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btn-course-info {
    background-color: #007bff;
    color: #fff;
    border: 2px solid #007bff;
}

.btn-course-info:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #fff;
}

.btn-course-register {
    background-color: #28a745;
    color: #fff;
    border: 2px solid #28a745;
}

.btn-course-register:hover {
    background-color: #1e7e34;
    border-color: #1e7e34;
    color: #fff;
}

@media (max-width: 768px) {

    .btn-course-info,
    .btn-course-register {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
}

.course-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.course-image {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 0.4s ease-out;
    padding: 10px;
    background: #ffffff;
}

.course-content {
    padding: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.course-title {
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 20px;
    line-height: 1.4;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.price-section {
    margin-bottom: 20px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.price-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.current-price {
    font-size: 24px;
    font-weight: 700;
    color: #2193b0;
}

.old-price {
    font-size: 16px;
    color: #6B7280;
    text-decoration: line-through;
}

.discount {
    background: #fee2e2;
    color: #ef4444;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
}

.installment-info {
    background: #f3f4f6;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.installment-info span {
    font-size: 13px;
    color: #6B7280;
}

.installment-info strong {
    color: #2193b0;
    font-size: 16px;
    margin: 0 4px;
}

.course-actions {
    margin-top: auto;
}

.action-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}



.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px) {
    .course-image {
        height: 340px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .course-image {
        height: 360px;
    }
}

.course-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primaryColor);
    color: white;
    font-weight: 600;
    padding: 8px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
}

.course-badge.blue__color {
    background: var(--blue);
}

.course-badge.pink__color {
    background: var(--secondaryColor2);
}

.course-badge.green__color {
    background: var(--greencolor2);
}

.course-badge.orange__color {
    background: var(--orange);
}

.course-badge.yellow__color {
    background: var(--yellow);
}

.cartarea__items {
    display: flex;
    flex-direction: column;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
}

.logout-link {
    color: red;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logout-link i {
    margin-right: 8px;
    color: red;
}


.steps-container {
    padding: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    flex-grow: 0;
    height: 15px;
    width: 15px;
    border: 4px solid #D2D3D8;
    border-radius: 50%;
}

.step.completed {
    width: 18px;
    height: 18px;
    background: #5C6174;
    border: none;
}

.step.completed svg {
    display: block;
    height: 10px;
    width: 10px;
    fill: #fff;
}

.step.in-progress {
    width: 18px;
    height: 18px;
    background: #13CB8F;
    border: none;
}

.step.in-progress .preloader {
    display: block;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    animation: spin 2s linear infinite;
}

.step .label {
    position: absolute;
    top: 30px;
    z-index: 2000;
    color: #D2D3D8;
    transition: all 200ms ease;
    font-weight: 700;
}

.step .label.completed {
    color: #5C6174;
}

.step .label.loading {
    color: #13CB8F;
}

.step .icon {
    font-size: 40px;
    position: absolute;
    top: -60px;
    color: #D2D3D8;
    transition: color 200ms ease;
}

.step .icon.completed {
    color: #5C6174;
}

.step .icon.in-progress {
    color: #13CB8F;
}

.line {
    transition: all 200ms ease;
    height: 2px;
    flex-grow: 1;
    max-width: 120px;
    background: #D2D3D8;
}

.line.completed {
    background: #5C6174;
}

.line.next-step-in-progress {
    background: linear-gradient(to right, #5C6174, #13CB8F);
}

.line.prev-step-in-progress {
    background: linear-gradient(to right, #13CB8F, #D2D3D8);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.payment-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid var(--borderColor);
    border-radius: 5px;
    padding: 20px;
}

.card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    height: 250px;
    width: 400px;
}

.card-container .front {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, blueviolet, deeppink);
    border-radius: 5px;
    backface-visibility: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
    padding: 20px;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform .4s ease-out;
}

.card-container .front .image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.card-container .front .image img {
    height: 50px;
}

.card-container .front .card-number-box {
    padding: 30px 0;
    font-size: 22px;
    color: #fff;
}

.card-container .front .flexbox {
    display: flex;
}

.card-container .front .flexbox .box:nth-child(1) {
    margin-right: auto;
}

.card-container .front .flexbox .box {
    font-size: 15px;
    color: #fff;
}

.card-container .back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, blueviolet, deeppink);
    border-radius: 5px;
    padding: 20px 0;
    text-align: right;
    backface-visibility: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
    transform: perspective(1000px) rotateY(180deg);
    transition: transform .4s ease-out;
}

.card-container .back .stripe {
    background: #000;
    width: 100%;
    margin: 10px 0;
    height: 50px;
}

.card-container .back .box {
    padding: 0 20px;
}

.card-container .back .box span {
    color: #fff;
    font-size: 15px;
}

.card-container .back .box .cvv-box {
    height: 50px;
    padding: 10px;
    margin-top: 5px;
    color: #333;
    background: #fff;
    border-radius: 5px;
    width: 100%;
}

.card-container .back .box img {
    margin-top: 30px;
    height: 30px;
}

.whatsapp-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.whatsapp-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.whatsapp-contact .bank-info-text {
    text-align: center;
    color: #2193b0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0 20px;
}



.whatsapp-contact .contact-item i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
}

.whatsapp-contact .contact-info {
    display: flex;
    flex-direction: column;
}

.whatsapp-contact .contact-item a .contact-info span {
    color: #2193b0 !important;
    font-size: 14px;
}

.whatsapp-contact .contact-info strong {
    color: #2193b0;
    font-size: 16px;
    font-weight: 500;
}

.whatsapp-contact .contact-item a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: rgba(33, 147, 176, 0.1);
    border: 1px solid rgba(33, 147, 176, 0.1);
    width: 350px;
}

.whatsapp-contact .contact-item a:hover {
    background: rgba(33, 147, 176, 0.15);
    border-color: rgba(33, 147, 176, 0.2);
}

.checklist {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
}

.checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.checklist-item i {
    font-size: 20px;
    color: #2193b0;
}

.checklist-item p {
    font-size: 14px;
    color: #333;
}

.address-card {
    border-radius: 5px;
    padding: 20px;
    position: relative;
    border: 2px solid #f1f1f1;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.address-card-header {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.address-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding-right: 35px;
}

.address-card-actions {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.address-card-actions a {
    color: #333;
    margin-left: 10px;
    font-size: 16px;
    text-decoration: none;
}

.address-card-actions a:hover {
    color: var(--primaryColor);
}

.address-card-body {
    padding: 10px 0;
    flex-grow: 1;
}

.address-card-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.address-card-full-address {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .address-card {
        padding: 15px;
        height: auto;
    }

    .address-card-title {
        font-size: 16px;
    }

    .address-card-text {
        font-size: 13px;
    }
}

.order-summary .order-summary-card {
    border-radius: 5px;
    padding: 20px;
    position: relative;
    border: 2px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.order-summary .order-summary-header {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.order-summary .order-summary-line {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.order-summary .product-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.order-summary .product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    font-size: 16px;
    color: #555;
}

.order-summary .product-price {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.order-summary .total-row {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.order-summary .total-label {
    font-size: 16px;
    color: #555;
}

.order-summary .total-price {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.order-summary .final-line {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}


.btn-primary {
    display: inline-block;
    border-radius: var(--borderRadius);
    border: 1px solid var(--primaryColor);
    background: var(--primaryColor);
    color: var(--whiteColor);
    cursor: pointer;
    flex: 1;
    padding: 8px 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--whiteColor);
    color: var(--primaryColor);
    border-color: var(--primaryColor);
}


.btn-secondary {
    width: 100%;
    display: inline-block;
    border-radius: var(--borderRadius);
    border: 1px solid var(--primaryColor);
    background: var(--whiteColor);
    color: var(--primaryColor);
    cursor: pointer;
    flex: 1;
    padding: 8px 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
    border-color: var(--primaryColor);
}


.btn-buy {
    display: inline-block;
    border-radius: var(--borderRadius);
    border: 1px solid var(--secondaryColor);
    background: var(--secondaryColor);
    color: var(--whiteColor);
    cursor: pointer;
    flex: 1;
    padding: 8px 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-buy:hover {
    background: var(--whiteColor);
    color: var(--secondaryColor);
    border-color: var(--secondaryColor);
}


.btn-third {
    width: 100%;
    display: inline-block;
    border-radius: var(--borderRadius);
    border: 1px solid var(--whiteColor);
    background: var(--primaryColor);
    color: var(--whiteColor);
    cursor: pointer;
    flex: 1;
    padding: 8px 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-third:hover {
    background: var(--whiteColor);
    color: var(--primaryColor);
    border-color: var(--whiteColor);
}

.payment-success {
    padding: 31px 50px 50px;
    border-radius: 5px;
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
    text-align: center;
    width: 100%;
}

.payment-success i {
    font-size: 80px;
    color: #28a745;
    margin-bottom: 20px;
}

.payment-error {
    padding: 31px 50px 50px;
    border-radius: 5px;
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
    text-align: center;
    width: 100%;
}

.payment-error i {
    font-size: 80px;
    color: #dc3545;
    margin-bottom: 20px;
}

.payment-waiting {
    padding: 31px 50px 50px;
    border-radius: 5px;
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
    text-align: center;
    width: 100%;
}

.payment-waiting i {
    font-size: 80px;
    color: #ffc107;
    margin-bottom: 20px;
}

.payment-details {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.payment-details .detail-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 15px;
    color: #333;
}

.toast {
    opacity: 1 !important;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-box {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 300px;
    margin-top: 5px;
}

.dropdown:focus-within .dropdown-content {
    display: block;
}

.dropdown-item {
    padding: 10px 16px;
    cursor: pointer;
    background-color: white;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.checkbox-label {
    margin-left: 8px;
    font-size: 14px;
}

.dropdown-item input[type="checkbox"] {
    margin: 0;
    accent-color: #007bff;
}

.tag {
    display: inline-block;
    background-color: lightslategrey;
    color: white;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
}

.course__tab__wrap {
    margin-bottom: 2rem;
}

.nav-tabs {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 2rem;
}

.nav-tabs .nav-link {
    color: #64748b;
    border: none;
    padding: 1rem 1.5rem;
    font-weight: 500;
    position: relative;
}

.nav-tabs .nav-link.active {
    color: #2193b0;
    background: none;
    border: none;
}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2193b0;
}


.event-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.event-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.event-card__header {
    background: linear-gradient(135deg, var(--primaryColor), var(--primaryColor));
    padding: 25px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.event-status {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.status-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.event-type {
    font-size: 14px;
    opacity: 0.9;
}

.date-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    min-width: 100px;
}

.date-box .month {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.date-box .day {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.date-box .year {
    display: block;
    font-size: 14px;
    opacity: 0.9;
}

.event-card__content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.event-card__title {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.3;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.session-info {
    margin: 0 0 15px 0;
    background: #f8f9fa;
    padding: 12px;
    border-radius: 12px;
}

.session {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.session:last-child {
    margin-bottom: 0;
}

.session i {
    color: var(--primaryColor);
    font-size: 20px;
}

.session-text {
    display: flex;
    flex-direction: column;
}

.session-text .label {
    font-weight: 600;
    color: #333;
}

.session-text .time {
    color: #666;
}

.event-features {
    margin-bottom: 20px;
}

.feature-item {
    margin-bottom: 8px;
}

.feature-item i {
    color: var(--primaryColor);
    font-size: 18px;
}

.event-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--primaryColor);
    color: var(--whiteColor);
    padding: 12px 20px;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.event-card__button:hover {
    background: var(--whiteColor);
    color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.event-card__button i {
    transition: transform 0.3s ease;
}

.event-card__button:hover i {
    transform: translateX(5px);
}

.event-card__button.upcoming {
    background: var(--lightGrey3);
    color: var(--whiteColor);
    border: 1px solid transparent;
}

.event-card__button.upcoming:hover {
    background: var(--lightGrey3);
    color: var(--whiteColor);
    border-color: transparent;
}

.event-card__button.upcoming i {
    transform: none;
}


.video-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.video-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.video-card__thumbnail {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    cursor: pointer;
}

.video-preview {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primaryColor), var(--primaryColor));
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.play-button {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.play-button i {
    font-size: 24px;
    color: var(--primaryColor);
    margin-left: 4px;
}

.video-type {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 2;
}

.type-badge {
    background: rgba(255, 255, 255, 0.9);
    color: var(--primaryColor);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.view-count {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.video-card__content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.video-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.instructor {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
}

.instructor i {
    font-size: 18px;
    color: var(--primaryColor);
}

.instructor span {
    font-size: 14px;
}

.video-date {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 13px;
}

.video-card__title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.video-card__details {
    margin-bottom: 20px;
    flex: 1;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.detail-item i {
    color: var(--primaryColor);
}

.action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--primaryColor);
    color: var(--whiteColor);
    padding: 12px 20px;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.action-button:hover {
    background: var(--whiteColor);
    color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.action-button i {
    transition: transform 0.3s ease;
}

.action-button:hover i {
    transform: translateX(5px);
}


@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.video-preview {
    background: linear-gradient(-45deg, var(--primaryColor), var(--primaryColor), var(--primaryColor), var(--primaryColor));
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

.video-modal .modal-content {
    background: #1a1a1a;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.video-modal .modal-header {
    background: #2193b0;
    border-bottom: none;
    padding: 15px 20px;
}

.video-modal .modal-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.video-modal .btn-close {
    background-color: #fff;
    opacity: 0.8;
    padding: 10px;
}

.video-modal .btn-close:hover {
    opacity: 1;
}

.video-modal .modal-body {
    background: #000;
}

.video-modal .ratio {
    margin: 0;
}

.video-card__thumbnail {
    cursor: pointer;
    transition: all 0.3s ease;
}

.test-stats {
    background: linear-gradient(135deg, var(--primaryColor) 0%, var(--primaryColor) 100%);
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: white;
}

.test-stats__difficulty {
    text-align: center;
    margin-top: 15px;
}

.circular-chart {
    width: 100px;
    height: 100px;
}

.circle-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 3;
}

.circle {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

.percentage {
    fill: #fff;
    font-size: 0.5em;
    text-anchor: middle;
    font-weight: bold;
}

.stats-label {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    opacity: 0.9;
}

.test-stats__info {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.info-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.info-item i {
    margin-right: 5px;
    font-size: 18px;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.test-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.test-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);

}

.test-card__image {
    position: relative;
    overflow: hidden;
}

.test-card__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.test-card:hover .test-card__image img {
    transform: scale(1.05);
}

.test-card__level {
    position: absolute;
    top: 1px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.test-card__content {
    padding: 25px;
}

.test-card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.test-card__desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.test-card__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.test-card__info span i {
    margin-right: 5px;
    color: #4CAF50;
}


.test-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--primaryColor);
    color: var(--whiteColor);
    padding: 12px 20px;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.test-card__button:hover {
    background: var(--whiteColor);
    color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.test-card__button i {
    transition: transform 0.3s ease;
}

.test-card__button:hover i {
    transform: translateX(5px);
}

.test-card__button.upcoming {
    background: var(--lightGrey3);
    color: var(--whiteColor);
    border: 1px solid transparent;
}

.test-card__button.upcoming:hover {
    background: var(--lightGrey3);
    color: var(--whiteColor);
    border-color: transparent;
}

.test-card__button.upcoming i {
    transform: none;
}

.test-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);

}


.resource-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.resource-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.resource-card__header {
    background: linear-gradient(135deg, var(--primaryColor), var(--primaryColor));
    padding: 25px;
    color: white;
    position: relative;
}

.resource-type {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.resource-type i {
    font-size: 2.5rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 12px;
}

.resource-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
}

.resource-stats {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 15px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-item i {
    font-size: 1.2rem;
}

.resource-card__content {
    padding: 25px;
}

.resource-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.resource-card__details {
    margin-bottom: 25px;
}

.detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #666;
}

.detail-item i {
    color: var(--primaryColor);
    margin-right: 10px;
    font-size: 18px;
}

.resource-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--primaryColor);
    color: var(--whiteColor);
    padding: 12px 20px;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.resource-card__button:hover {
    background: var(--whiteColor);
    color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.resource-card__button i {
    transition: transform 0.3s ease;
}

.resource-card__button:hover i {
    transform: translateX(5px);
}

.stats__box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.stats__icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats__icon i {
    color: #fff;
    font-size: 24px;
}

.stats__icon.purple {
    background: #6f42c1;
}

.stats__icon.green {
    background: #28a745;
}

.stats__icon.blue {
    background: #007bff;
}

.stats__icon.orange {
    background: #fd7e14;
}

.stats__content h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.stats__content p {
    margin: 0;
    color: #666;
    font-size: 14px;
}


.table-img {
    max-width: 50px;
    max-height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.table-img:hover {
    cursor: pointer;
    opacity: 0.8;
}

.user-notifications-wrap {
    width: 100%;
    padding: 20px;
}

.notification-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.notification-content {
    display: flex;
    align-items: center;
    flex: 1;
}

.notification-icon {
    font-size: 20px;
    margin-right: 10px;
}

.notification-icon.unread {
    color: #ff6f61;
    animation: blink 1s infinite;
}

.notification-icon.read {
    color: #2196F3;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.notification-img {
    max-width: 50px;
    margin-right: 15px;
}

.notification-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.notification-text {
    flex: 1;
}

.notification-text h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.notification-text h6 {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.notification-text span {
    font-size: 12px;
    color: #888;
}

.notification-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.notification-actions a {
    font-size: 20px;
    color: #555;
    margin-left: 15px;
    transition: color 0.3s;
}

.notification-actions a:hover {
    color: #ff6f61;
}

.notification-actions .mark-read {
    color: #4CAF50;
}

.notification-actions .delete-notification {
    color: #f44336;
}

.notification-actions .mark-read:hover {
    color: #388E3C;
}

.notification-actions .delete-notification:hover {
    color: #D32F2F;
}

.notification-badge {
    background-color: #ff6f61;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    padding: 0.25em 0.5em;
    margin-left: 8px;
    animation: blink 1.5s infinite ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    text-align: center;
}


@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.chat-container {
    display: flex;
    width: 100%;
    gap: 20px;
}

.contacts-list {
    width: 30%;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow-y: auto;
}

.contact {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    color: #333;
}

.contact:hover {
    background: #f1f1f1;
}


.contact img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    border: 2px solid #007bff;
}

.contact-info {
    flex: 1;
}

.contact-info .name {
    font-weight: 500;
    margin-bottom: 5px;
    color: inherit;
}

.contact-info .preview {
    font-size: 0.9em;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-info .contact-date {
    font-size: 0.75em;
    color: inherit;
    margin-top: 5px;
}

.contact.active {
    background-color: var(--primaryColor);
    color: white;
}

.contact.active img {
    border-color: white;
}

.chat-box {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #e5ddd5;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    height: 600px;
    padding-bottom: 60px;
}

.message-container {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.message-wrapper {
    width: 100%;
    margin: 10px 0;
}

.my-message-wrapper {
    text-align: right;
}

.other-message-wrapper {
    text-align: left;
}

.message {
    display: inline-block;
    max-width: 60%;
    padding: 12px 16px;
    border-radius: 10px;
    word-wrap: break-word;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
    background: #fff;
}

.my-message {
    background: #dcf8c6;
    border-bottom-right-radius: 0;
}

.other-message {
    background: #fff;
    border-bottom-left-radius: 0;
}

.message-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.message-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.message-header .name {
    font-weight: bold;
}

.message-body {
    margin-bottom: 10px;
}

.message-footer {
    font-size: 0.75em;
    color: #666;
    text-align: right;
}

.input-area {
    padding: 10px 20px;
    width: 70%;
    border: none;
    margin-left: auto;
    background-color: transparent;
}

.input-area input {
    flex-grow: 1;
    border-radius: 20px;
    outline: none;
    transition: border 0.3s;
    height: 40px;
}

.input-area input:focus {
    border-color: var(--primaryColor);
}

.input-area button {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1.2em;
    display: flex;
}

.send-icon i {
    color: var(--primaryColor);
}

.send-icon i:hover {
    color: var(--primaryColor);
}

.custom-verified-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.custom-verified-badge img {
    width: 20px;
    height: auto;
}

.custom-verified-badge span {
    font-size: 14px;
    font-weight: bold;
    color: #34A853;
}

.responsive-logo {
    max-height: 70px;
    height: auto;
    width: auto;
    object-fit: contain;
}

.exam-result-card {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 1px solid #dee2e6;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    margin-top: 20px;
}


.exam-result-title {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    color: #333;
}

.exam-result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 15px;
}

.exam-result-item i {
    font-size: 20px;
    margin-right: 6px;
}

.exam-result-item.correct i {
    color: #28a745;
}

.exam-result-item.wrong i {
    color: #dc3545;
}

.exam-result-item.score i {
    color: #007bff;
}

.exam-result-item strong {
    font-weight: 700;
    color: #212529;
    font-size: 16px;
}

.iti__country-list li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    padding: 6px 12px !important;
    white-space: nowrap !important;
    cursor: pointer;
}

.iti__country-list li:hover,
.iti__country-list li.iti__selected {
    background-color: #f0f0f0 !important;
}

.dashboard__form__input .iti {
    width: 100% !important;
    display: block;
}

.login__form .iti {
    width: 100% !important;
    display: block;
}