*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Tajawal", sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111827;
}

.form-control:focus,
.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit;
}

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

.card-hover-style:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.page-bg {
    background-color: #F9FAFB;
}

.box-container {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -1px #0000001A;
}

.primary-color {
    margin-bottom: 50px !important;
    color: #166534;
}

.primary-bg {
    background-color: #166534;
}

.form-check-input {
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}

.primary-cstm-button {
    background-color: #155638;
    color: white;
    border-radius: 10px;
    padding: 11px 32px;
    border: 1px solid #155638;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.primary-cstm-button:hover {
    background-color: white;
    color: #155638;
    border: 1px solid #155638;
}

.secondary-cstm-button {
    background-color: white;
    color: #155638;
    border: 1px solid #155638;
    border-radius: 10px;
    padding: 11px 32px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.secondary-cstm-button:hover {
    background-color: #155638;
    color: white;
}

footer {
    background-color: #000;
    padding: 48px 0;
}

footer .footer-p {
    color: #9CA3AF;
}

footer .footer-nav {
    display: block;
    margin-top: 8px;
    color: #9CA3AF;
}

footer .footer-nav:hover {
    color: white;
}

footer h5 {
    color: #fff;
}

footer .cstm-footer-hover:hover {
    color: white;
}

footer .footer-news-letter button {
    background: #155638;
    color: white;
}

footer .footer-news-letter button:hover {
    background: #155638;
}

footer .footer-news-letter input {
    padding: 8px;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    background-color: white;
}

header {
    height: 84px;
    background-color: white;
}

.nav-link-cstm {
    color: #66707A;
    transition: color 0.4s;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

.nav-link-cstm:hover {
    color: #155638;
}

.nav-link-cstm.active-cstm {
    color: #155638;
    font-weight: 700;
}

.cstm-offcanvas {
    width: 33.33% !important;
    transition: transform 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

@media (max-width: 1400px) {
    .cstm-offcanvas {
        width: 33.33% !important;
    }
}

@media (max-width: 1299px) {
    .cstm-offcanvas {
        width: 50% !important;
    }
}

@media (max-width: 425.89px) {
    .cstm-offcanvas {
        width: 100% !important;
    }
}

.menu-icon-style {
    transition: transform 0.3s ease-in-out;
}

.menu-icon-style:hover {
    transform: scale(1.1);
}

.checkout {
    margin: 32px 0;
}

.checkout h3 {
    font-weight: 700;
    font-size: 20px;
}

.checkout-helper-text {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #4B5563;
}

.checkout-cstm-border {
    padding-bottom: 16px;
    border-bottom: 3px solid #155638;
}

.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checkout-form label {
    font-size: 16px;
    font-weight: 400;
    color: #374151;
}

.checkout-form input,
.checkout-form textarea {
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.checkout-form input:focus,
.checkout-form textarea:focus {
    border-color: #155638;
}

.checkout-form label.required::after {
    content: "*";
    color: #EF4444;
    font-weight: bold;
}

.checkout-form .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #374151;
    cursor: pointer;
    margin-top: 8px;
}

.checkout-form .checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #155638;
    cursor: pointer;
}

.checkout-form button {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #1F2937;
    border-radius: 10px;
    padding: 12px 24px;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.checkout-form button:hover {
    background-color: #111827;
}

.checkout .orders {
    background-color: #F9FAFB;
    width: 100%;
    height: 100%;
    margin-bottom: 250px;
}

.orders h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
}

.col-title {
    color: #374151;
    font-size: 16px;
    font-weight: 400;
}

.order-summary h4 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #1F2937;
    text-align: right;
}

.summary-table {
    width: 100%;
    padding-bottom: 24px;
}

.summary-table td {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #F3F4F6;
    color: #374151;
}

.total-row td {
    font-weight: 700;
    font-size: 18px;
    color: #155638;
}

.payment-option {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.payment-option label {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.payment-option input[type="radio"] {
    accent-color: #155638;
    cursor: pointer;
}

.tap-info {
    padding: 17px;
    border: 1px solid #E5E7EB;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    margin-top: 16px;
}

.tap-info img {
    height: 28px;
    margin-bottom: 16px;
}

.tap-info p {
    font-size: 14px;
    color: #4B5563;
}

.tabby-logo {
    height: 20px;
    margin-right: 4px;
    vertical-align: middle;
}

.privacy-note {
    font-size: 12px;
    color: #6B7280;
    line-height: 1.6;
    text-align: center;
}

.privacy-note a {
    color: #155638;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Card hover effect reused */
.card-hover-style {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover-style:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

/* Coaches Header */
.coaches-header {
    background: #2C6D4B;
    color: white;
    padding: 48px;
    text-align: center;
    margin-top: 80px;
}

.coaches-header h1 {
    color: white;
}

.coach-card {
    border-radius: 12px;
    box-shadow: 0px 4px 6px -1px #0000001A;
    width: 294px;
}

.coach-card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 294px;
    height: 256px;
}

.coach-card .cat-badge {
    border-radius: 150px;
    padding: 4px 12px;
    background: #1665340D;
    color: #166534;
}

.coach-card .location-badge {
    border-radius: 150px;
    padding: 4px 12px;
    background: #F9FAFB;
    color: #4B5563;
}

.coach-card .show-profile {
    background: #F3F4F6;
    color: #1F2937;
    border-radius: 10px;
    padding: 8px 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: none;
}

.coach-card .show-profile:hover {
    background-color: #dedfe1;
}

.coach-card .exp-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #CE3E3E;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 9999px;
    z-index: 2;
}

.coach-card .student-icon {
    width: 15px;
    height: 15px;
}

.coach-cv {
    border-radius: 8px;
    padding: 24px;
    background-color: white;
    box-shadow: 0px 1px 2px 0px #0000000D;
    margin-top: 34px;
    margin-bottom: 58px;
}

.coach-cat {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #0000000D;
    margin-bottom: 58px;
}

.coach-comment-box {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #0000000D;
}

.coach-comment-box label {
    font-size: 16px;
    font-weight: 400;
    color: #374151;
}

.coach-comment-box textarea {
    margin-top: 8px;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    border-radius: 8px;
}


/* Call Us */
.call-us {
    background-color: #2C6D4B;
    padding: 48px 0;
}

.call-us h2 {
    font-weight: 400;
    font-size: 36px;
    color: white;
    margin-bottom: 16px;
}

.call-us p {
    font-weight: 400;
    font-size: 20px;
    color: #DBEAFE;
}

.call-info-box {
    padding: 32px;
    background-color: #F9FAFB;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.call-info-box-icon {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #C9E8DA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-info-box-icon svg {
    width: 24px;
    height: 24px;
}

.call-info-box-icon svg path {
    fill: #155638;
}

.call-info-box-desc {
    color: #4B5563;
}

.call-info-box-call {
    font-weight: 500;
    color: #155638;
}


.map-img {
    max-height: 300px;
    object-fit: cover;
}

.map-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #C9E8DA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.map-info-icon svg {
    width: 16px;
    height: 16px;

    path {
        fill: #155638;
    }
}

.social-icon {
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

/* Hero */
.hero {
    position: relative;
    background-image: url('/assets/default/img/images/hero-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 125px 0 77px 0;
    color: white;
    text-align: center;
    z-index: 1;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #E8E8E833;
    z-index: 0;
}

.hero .hero-content,
.hero .container {
    position: relative;
    z-index: 1;
}

.hero .hero-content {
    max-width: 594px;
    margin: 0 auto 94px auto;
    padding: 4px;
}

.hero .hero-content .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 28px;
    color: white;
}

.hero .hero-content .desc {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 28px;
}

.hero .card {
    background-color: white;
    border-radius: 25px;
    padding: 32px 48px 32px 78px;
    width: fit-content;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero .card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.hero .cstm-button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 11px 32px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hero .cstm-button:hover {
    background-color: white;
    color: #155638;
    border: 1px solid #155638;
}

/* Packages */
.packages {
    padding: 83px 0;
}

.packages .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.packages .title span {
    color: #155638;
}

.packages .desc {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #4B5563;
}

.packages .package-card {
    background-color: white;
    border-radius: 12px;
    max-width: 392px;
    width: 100%;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 4px 4px 0px #00000026;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.packages .package-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.packages .package-card .card-body {
    background-color: #F9FAFB;
    padding: 24px;
}

.packages .package-card .package-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #00000080;
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 9999px;
    z-index: 2;
}

.packages .package-card img {
    max-width: 392px;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.packages .package-card .icon-style {
    background-color: #F3F4F6;
    border-radius: 100%;
    padding: 12px;
}

.packages .package-card .icon-style img {
    width: 22px;
    height: 22px;
}

.packages .package-card .price {
    color: #111827;
    font-weight: 700;
    font-size: 16px;
}

.packages .package-card .time {
    color: #4B5563;
    font-size: 16px;
}

.packages .package-card .program-details {
    background-color: transparent;
    color: #155638;
    border: none;
    white-space: nowrap;
}

.packages .package-card .program-details img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.packages .cstm-modal-content {
    border-radius: 16px;
    background-color: #fff;
    color: #111827;
    font-family: 'Tajawal', sans-serif;
}

.packages .cstm-modal-header .btn-close {
    margin: 0;
    padding: 0.5rem;
    font-size: 1.25rem;
    background: none;
}

.packages .cstm-modal-footer .btn-f-w {
    width: 100%;
}

/* Trainers */
.trainers {
    padding: 80px 0;
    background-color: #F9FAFB;
}

.trainers .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.trainers .desc {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #4B5563;
}

.trainers .trainer-card {
    max-width: 288px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 4px 6px -1px #0000001A;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trainers .trainer-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.trainers .trainer-card img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.trainers .trainer-card .rate {
    color: #EAB308;
}

.trainers .trainer-card .exp {
    color: #4B5563;
    margin-top: 12px;
}

.trainers .trainer-card .show-profile {
    color: #CE3E3E;
    font-weight: 500;
}

.trainers .trainer-card .show-profile:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.trainers .trainer-card .students {
    color: #6B7280;
}

/* Events */
.events {
    padding: 83px 0;
}

.events .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.events .title span {
    color: #155638;
}

.events .desc {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #4B5563;
}

.events .events-card {
    background-color: white;
    border-radius: 12px;
    max-width: 392px;
    width: 100%;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 4px 4px 0px #00000026;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.events .events-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.events .events-card .card-body {
    background-color: #F9FAFB;
    padding: 24px;
}

.events .events-card .date {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #9333EA;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 9999px;
    z-index: 2;
}

.events .events-card img {
    max-width: 392px;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.events .events-card .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
}

.events .events-card .card-desc {
    color: #4B5563;
    margin-top: 12px;
}

.events .events-card .register {
    color: #155638;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border: none;
}

.events .events-card .register:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.events .events-card .program-details {
    background-color: transparent;
    color: #155638;
    border: none;
    white-space: nowrap;
}

.events .events-card .program-details img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* Products */
.products {
    padding: 80px 0;
    background-color: #F9FAFB;
}

.products .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.products .desc {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #4B5563;
}

.products .product-card {
    max-width: 288px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 4px 6px -1px #0000001A;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products .product-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.products .product-card img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.products .product-card .price {
    font-size: 20px;
    font-weight: 700;
    color: #155638;
}

/* Consultation */
.consultation {
    padding: 80px 0;
}

.consultation .consultation-img-style {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 16px;
}

.consultation .cons-title {
    font-weight: 30px;
}

.consultation .cons-desc {
    color: #4B5563;
    margin-top: 12px;
}

.consultation .consultation-form {
    background-color: #F9FAFB;
    padding: 24px;
    border-radius: 12px;
    margin-top: 32px;
    box-shadow: 0px 4px 6px -1px #0000001A;
}

.consultation .consultation-form .consultation-label {
    color: #374151;
    font-size: 16px;
    margin-bottom: 8px;
}

.consultation .consultation-form .consultation-input {
    padding: 9px 17px;
    border-radius: 15px;
    border: 1px solid #E5E7EB;
    color: #000000;
    width: 100%;
    margin-bottom: 16px;
    outline: none;
}

/* Orgs */
.orgs {
    padding: 80px 0;
}

.orgs .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
}

.orgs .desc {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #4B5563;
}

.orgs .org-card {
    background-color: #155638;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0px 4px 6px -1px #0000001A;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 240px;
    height: 88px;
    width: 100%;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.orgs .org-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.orgs .org-card1 {
    background-color: #155638;
}

.orgs .org-card1:hover {
    box-shadow: 0 8px 16px rgba(21, 86, 56, 0.5);
}

.orgs .org-card2 {
    background-color: #BF2121;
}

.orgs .org-card2:hover {
    box-shadow: 0 8px 16px rgba(191, 33, 33, 0.5);
}

.orgs .org-card3 {
    background-color: #8823CC;
}

.orgs .org-card3:hover {
    box-shadow: 0 8px 16px rgba(136, 35, 204, 0.5);
}

/* Blogs */
.blogs {
    padding: 83px 0;
}

.blogs .title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.blogs .title span {
    color: #155638;
}

.blogs .desc {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #4B5563;
}

.blogs .blog-card {
    background-color: white;
    border-radius: 12px;
    max-width: 392px;
    width: 100%;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 4px 4px 0px #00000026;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blogs .blog-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.blogs .blog-card .card-body {
    background-color: #F9FAFB;
    padding: 24px;
}

.blogs .blog-card .date {
    font-size: 14px;
    color: #6B7280;
}

.blogs .blog-card .main-img {
    max-width: 392px;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blogs .blog-card .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
}

.blogs .blog-card .card-desc {
    color: #4B5563;
    margin-top: 12px;
}

.blogs .blog-card .register {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #155638;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 6px 12px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.blogs .blog-card .register:hover {
    color: #0d3e29;
}

.blogs .blog-card .register:hover span {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.blogs .blog-card .register:hover img {
    transform: translateX(-4px);
}

.blogs .blog-card .program-details {
    background-color: transparent;
    color: #155638;
    border: none;
    white-space: nowrap;
}

.blogs .blog-card .program-details img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* Practical */
.practical .header {
    max-width: 660px;
    width: 100%;
}

.practical .card-box {
    padding: 32px;
    border-radius: 8px;
    text-align: center;
    flex: 1;
    background-color: #F9FAFB;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.practical .card-box:hover {
    background: #6B72804F;
}

.practical .card-box img {
    width: 128px;
    height: 128px;
    border-radius: 100%;
    margin-bottom: 24px;
        margin-right: 36%;
}

.practical-content .container {
    border: 1px solid #E5E7EB;
    background-color: white;
    padding: 33px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #0000000D;
}

.practical-content .box {
    padding: 16px;
    border-radius: 8px;
    background-color: #F9FAFB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.practical-content .box:hover {
    background: #6B72804F;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Dashboard */
.dashboard-main-layout {
    background-color: #f9fafb;
}

.dashboard-main-layout .sidebar {
    height: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #0000000D;
}

.nav-item {
    margin-bottom: 8px;
}

.dashboard-main-layout .sidebar .nav-link {
    color: #374151;
    padding-top: 12px;
    padding-bottom: 12px;
}

.dashboard-main-layout .sidebar .nav-link.active {
    background-color: #8BA8721A;
    color: #166534;
}

.sidebar .nav-link {
    color: #374151;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
}

.sidebar .nav-link:hover {
    background-color: #8BA8721A;
    color: #166534;
}

/* Misc utility */
.user-badge {
    padding: 4px 12px;
    color: #166534;
    background-color: #8BA87233;
    border-radius: 100px;
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
}

.comp {
    background-color: #F0FDF4;
}

.comp h5 {
    color: #16A34A;
    font-weight: 500;
    font-size: 18px;
}

.prog {
    background-color: #EFF6FF;
}

.prog h5 {
    color: #2563EB;
    font-weight: 500;
    font-size: 18px;
}

.not-start {
    background-color: #e6e6e6;
}

.not-start h5 {
    color: #4B5563;
    font-weight: 500;
    font-size: 18px;
}

.show-all {
    cursor: pointer;
    transition: color 0.3s ease;
    color: #166534;
}

.show-all:hover {
    color: #013d18;
    text-decoration: underline;
}

.show-all:hover i {
    transform: translateX(-4px);
    transition: transform 0.3s ease;
}

.lesson-progress-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #DBEAFE;
    color: #1E40AF;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 9999px;
    z-index: 2;
}

.card .badge {
    font-size: 0.7rem;
    padding: 0.35rem 0.6rem;
}

.lesson-progress-status {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #FFFFFFE5;
    color: #1F2937;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 9999px;
    z-index: 2;
}

.custom-hover-action-btn {
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.custom-hover-action-btn:hover {
    background-color: #d4edda;
    color: #155724 !important;
    cursor: pointer;
}

.success-icon {
    background: #DCFCE7;
    padding: 22px;
    border-radius: 150px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 32px;
}

.success-icon svg {
    width: 30px;
    height: 30px;
}

.success-icon svg path {
    fill: #22C55E;
}

.student-event-img {
    width: 100%;
    max-width: 412px;
    height: 192px;
    object-fit: cover;
}

.trainer-button {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
    padding: 11px 32px;
    border: 1px solid #D1D5DB;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.trainer-button:hover {
    background-color: #155638;
    color: white;
    border: none;
}

.update-code-btn {
    padding: 4px 16px;
    color: white;
    background-color: #1E3A8A;
    border: none;
    font-size: 14px;
    border-radius: 4px;
}

.update-code-btn:hover {
    background-color: #0f2878;
}
