@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap');

body.team-package-detail-theme {
    --detail-bg-start: #3a4f73;
    --detail-bg-mid: #1e3a6f;
    --detail-bg-end: #142e5c;
    --detail-surface: rgba(10, 27, 56, 0.8);
    --detail-surface-strong: rgba(8, 22, 47, 0.9);
    --detail-surface-soft: rgba(255, 255, 255, 0.08);
    --detail-border: rgba(166, 201, 255, 0.38);
    --detail-border-soft: rgba(166, 201, 255, 0.24);
    --detail-text: #f4f8ff;
    --detail-muted: #c7d9fb;
    --detail-accent: #42dbff;
    --detail-accent-deep: #1f91ea;
    --detail-warm: #ffb55a;
    --detail-cta: linear-gradient(135deg, #2fc2ff 0%, #1f8fea 100%);
    --detail-radius-xl: 28px;
    --detail-radius-lg: 22px;
    --detail-radius-md: 14px;
    --detail-shadow-soft: 0 18px 38px rgba(4, 14, 34, 0.26);
    --detail-shadow-strong: 0 30px 58px rgba(3, 10, 27, 0.44);
    font-family: 'Manrope', sans-serif;
    color: var(--detail-text);
    background:
        radial-gradient(1200px 540px at -8% -10%, rgba(83, 151, 255, 0.32), transparent 60%),
        radial-gradient(900px 420px at 108% -2%, rgba(66, 219, 255, 0.22), transparent 60%),
        linear-gradient(135deg, var(--detail-bg-start) 0%, var(--detail-bg-mid) 44%, var(--detail-bg-end) 100%);
    background-attachment: fixed;
}

body.team-package-detail-theme h1,
body.team-package-detail-theme h2,
body.team-package-detail-theme h3,
body.team-package-detail-theme h4,
body.team-package-detail-theme h5,
body.team-package-detail-theme h6 {
    font-family: 'Sora', sans-serif;
}

body.team-package-detail-theme .team-package-detail-theme-shell {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-bottom: 12px;
}

body.team-package-detail-theme .team-package-detail-theme-shell::before,
body.team-package-detail-theme .team-package-detail-theme-shell::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border-radius: 999px;
}

body.team-package-detail-theme .team-package-detail-theme-shell::before {
    width: 500px;
    height: 500px;
    left: -170px;
    top: 80px;
    background: radial-gradient(circle, rgba(117, 192, 255, 0.28), rgba(117, 192, 255, 0));
}

body.team-package-detail-theme .team-package-detail-theme-shell::after {
    width: 560px;
    height: 560px;
    right: -220px;
    top: 280px;
    background: radial-gradient(circle, rgba(66, 219, 255, 0.2), rgba(66, 219, 255, 0));
}

body.team-package-detail-theme .team-package-detail-theme-shell .bread-crumb.courses-details {
    position: relative;
    overflow: hidden;
    margin: 34px 0 10px;
    border: 1px solid var(--detail-border);
    border-radius: var(--detail-radius-xl);
    background:
        radial-gradient(760px 300px at -5% -8%, rgba(255, 255, 255, 0.12), transparent 60%),
        linear-gradient(130deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
    box-shadow: var(--detail-shadow-soft);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.team-package-detail-theme .team-package-detail-theme-shell .bread-crumb.courses-details::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.1), transparent 54%);
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .courses-details-1st-text {
    padding: 46px 0 30px;
    max-width: 940px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .courses-details-1st-text h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(1.9rem, 1.5rem + 1.6vw, 3rem);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .courses-details-1st-text > p {
    margin: 0 0 20px;
    color: #deebff;
    font-size: 1rem;
    line-height: 1.72;
    max-width: 900px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .review {
    margin-bottom: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .course-heading-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0 !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .course-heading-info .info-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(181, 211, 255, 0.38);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: #eaf4ff;
    margin-right: 0 !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .course-heading-info .info-tag img {
    border: 1px solid rgba(189, 218, 255, 0.46);
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .course-heading-info .info-tag i,
body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .course-heading-info .info-tag p,
body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .course-heading-info .info-tag span {
    color: inherit !important;
    margin: 0 !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .course-heading-info .info-tag .icon ul {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .course-heading-info .info-tag .icon ul li i {
    color: #ffd86b !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .created-by-instructor {
    color: #9de9ff;
    font-weight: 700;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .created-by-instructor:hover {
    color: #d4f7ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-decription {
    background: transparent;
    padding: 18px 0 76px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-decription .container > .row {
    margin: 0;
    padding: 22px;
    border: 1px solid var(--detail-border-soft);
    border-radius: var(--detail-radius-xl);
    background: rgba(7, 21, 47, 0.44);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: var(--detail-shadow-soft);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-decription .container > .row > [class*="col-"] {
    padding-left: 14px;
    padding-right: 14px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side {
    margin-top: 0;
    border: 1px solid var(--detail-border-soft);
    border-radius: var(--detail-radius-lg);
    background: var(--detail-surface);
    box-shadow: var(--detail-shadow-soft);
    padding: 14px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-decription #myTab {
    justify-content: flex-start;
    gap: 8px;
    border: 0;
    margin-bottom: 14px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    overflow-x: auto;
    scrollbar-width: thin;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-decription #myTab::-webkit-scrollbar {
    height: 6px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-decription #myTab::-webkit-scrollbar-thumb {
    background: rgba(208, 227, 255, 0.4);
    border-radius: 999px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-decription #myTab .nav-item {
    flex: 0 0 auto;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-decription li .nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: #d6e6ff;
    font-size: 0.92rem;
    font-weight: 600;
    white-space: nowrap;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-decription li .nav-link:after {
    display: none;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-decription li .nav-link svg {
    margin-right: 8px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-decription li .nav-link svg path {
    fill: #d6e6ff !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .nav-tabs .nav-link.active,
body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .nav-tabs .nav-item.show .nav-link {
    border-color: rgba(66, 219, 255, 0.65);
    background: linear-gradient(135deg, rgba(66, 219, 255, 0.3), rgba(31, 145, 234, 0.28));
    color: #ffffff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .nav-tabs .nav-link.active svg path,
body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .nav-tabs .nav-item.show .nav-link svg path {
    fill: #ffffff !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .tab-content {
    padding: 6px 4px 2px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description {
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid rgba(176, 208, 255, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .description-head {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description p,
body.team-package-detail-theme .team-package-detail-theme-shell .course-description li,
body.team-package-detail-theme .team-package-detail-theme-shell .course-description div {
    color: var(--detail-muted);
    line-height: 1.72;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description a {
    color: #95ebff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description a:hover {
    color: #d4f8ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description ul {
    margin: 0;
    padding-left: 20px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description ul li {
    margin-bottom: 8px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .faq-accrodion {
    margin-top: 6px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .faq-accrodion .accordion {
    margin-bottom: 10px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .faq-accrodion .accordion .accordion-item {
    border: 1px solid rgba(174, 206, 255, 0.26);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

body.team-package-detail-theme .team-package-detail-theme-shell .faq-accrodion .accordion .accordion-button {
    padding: 13px 16px;
    background: transparent;
    color: #e8f3ff;
    font-weight: 600;
    box-shadow: none;
}

body.team-package-detail-theme .team-package-detail-theme-shell .faq-accrodion .accordion .accordion-button:not(.collapsed) {
    background: rgba(66, 219, 255, 0.12);
    color: #ffffff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .faq-accrodion .accordion .accordion-button::before {
    color: #cde2ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .faq-accrodion .accordion .accordion-body {
    color: var(--detail-muted);
    padding: 0 16px 14px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .curriculum-accordion {
    margin: 0 !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .accordion-item {
    margin-bottom: 10px;
    border: 1px solid rgba(176, 208, 255, 0.24);
    border-radius: 12px !important;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04) !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .accordion-item:last-child {
    margin-bottom: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .accordion-header {
    margin: 0 !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .accordion-button {
    padding: 13px 14px;
    background: transparent;
    color: #f0f7ff !important;
    box-shadow: none !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .accordion-button:not(.collapsed) {
    background: rgba(66, 219, 255, 0.1);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .accordion-button::after {
    filter: brightness(1.8);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .accordion-item-title span,
body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .accordion-button small,
body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .accordion-button .text-muted,
body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side .accordion-button .fw-400 {
    color: var(--detail-muted) !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .ac-lecture {
    margin: 0;
    padding: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .ac-lecture li {
    border-top: 1px solid rgba(174, 206, 255, 0.18);
}

body.team-package-detail-theme .team-package-detail-theme-shell .ac-lecture li a {
    padding: 10px 12px;
    border-radius: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .ac-lecture li a:hover {
    background: rgba(66, 219, 255, 0.1);
}

body.team-package-detail-theme .team-package-detail-theme-shell .ac-lecture li a span,
body.team-package-detail-theme .team-package-detail-theme-shell .ac-lecture li a .lecture-info {
    color: #d8e9ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .ac-lecture li a span i {
    color: #63e6ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .instructor .row {
    margin: 0;
    padding: 16px;
    border: 1px solid rgba(176, 208, 255, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
}

body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-img img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(176, 208, 255, 0.24);
}

body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-text h2,
body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-text p,
body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-text div {
    color: var(--detail-text) !important;
    margin-left: 0 !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-text p,
body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-text div {
    color: var(--detail-muted) !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-icon a i {
    color: #d7e9ff;
    transition: color 0.22s ease, transform 0.22s ease;
}

body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-icon a:hover i {
    color: #85e9ff;
    transform: translateY(-1px);
}

body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-icon .btn,
body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-icon .follow-btn {
    min-height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(177, 209, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
    color: #f4f9ff;
    font-weight: 700;
}

body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-icon .btn:hover,
body.team-package-detail-theme .team-package-detail-theme-shell .instructor .instructor-icon .follow-btn:hover {
    border-color: rgba(66, 219, 255, 0.75);
    background: rgba(66, 219, 255, 0.18);
    color: #ffffff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews {
    margin: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews .comment,
body.team-package-detail-theme .team-package-detail-theme-shell .reviews .reviews-border {
    border: 1px solid rgba(176, 208, 255, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    padding: 16px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews .comment {
    margin-bottom: 14px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews .reviews-border {
    margin-bottom: 12px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews h1,
body.team-package-detail-theme .team-package-detail-theme-shell .reviews h2,
body.team-package-detail-theme .team-package-detail-theme-shell .reviews h3,
body.team-package-detail-theme .team-package-detail-theme-shell .reviews p,
body.team-package-detail-theme .team-package-detail-theme-shell .reviews .text {
    color: var(--detail-text);
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews p,
body.team-package-detail-theme .team-package-detail-theme-shell .reviews .text {
    color: var(--detail-muted);
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews .icon i {
    color: rgba(231, 242, 255, 0.32);
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews .icon i.gold {
    color: #ffd86b;
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews .form-control,
body.team-package-detail-theme .team-package-detail-theme-shell .reviews .text-section,
body.team-package-detail-theme .team-package-detail-theme-shell .reviews select.form-control {
    border: 1px solid rgba(176, 208, 255, 0.34);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #eff7ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews .form-control::placeholder,
body.team-package-detail-theme .team-package-detail-theme-shell .reviews .text-section::placeholder {
    color: rgba(220, 235, 255, 0.78);
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews .form-control:focus,
body.team-package-detail-theme .team-package-detail-theme-shell .reviews .text-section:focus {
    border-color: rgba(66, 219, 255, 0.7);
    box-shadow: 0 0 0 0.2rem rgba(66, 219, 255, 0.18);
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews .btn.btn-primary {
    border: 0;
    border-radius: 10px;
    background: var(--detail-cta);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 14px 24px rgba(31, 145, 234, 0.3);
}

body.team-package-detail-theme .team-package-detail-theme-shell .reviews .btn.btn-primary:hover {
    box-shadow: 0 18px 30px rgba(31, 145, 234, 0.36);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card {
    position: sticky;
    top: 108px;
    border: 1px solid var(--detail-border);
    border-radius: var(--detail-radius-lg);
    background: var(--detail-surface-strong);
    box-shadow: var(--detail-shadow-soft);
    overflow: hidden;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .card-img {
    padding: 14px 14px 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .card-img img {
    border-radius: 14px;
    padding: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .card-img .card-video-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.44);
    background: rgba(8, 20, 44, 0.68);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .card-img .card-video-icon i {
    color: #ffffff;
    font-size: 20px;
    padding: 14px 18px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .courses-icon i {
    border: 1px solid rgba(176, 208, 255, 0.44);
    background: rgba(8, 21, 45, 0.72);
    color: #f4f9ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .courses-icon.red-heart i {
    color: #ff6f8b;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .ammount {
    align-items: baseline;
    gap: 10px;
    padding: 16px 18px 10px;
    border-bottom: 1px solid rgba(176, 208, 255, 0.22);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .ammount h1 {
    color: #ffffff;
    font-size: 1.7rem;
    margin: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .ammount h3 {
    color: #b4c6e8;
    font-size: 1.05rem;
    margin: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .enrol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 18px;
    border-bottom: 1px solid rgba(176, 208, 255, 0.16);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .enrol:last-of-type {
    border-bottom: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .enrol .icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .enrol .icon h4,
body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .enrol h5 {
    margin: 0;
    color: var(--detail-muted);
    font-size: 0.9rem;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card .enrol h5 {
    color: #f4f9ff;
    font-weight: 700;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .button {
    padding: 14px 16px 8px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .button a,
body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .button .btn-custom_coursepage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid rgba(176, 208, 255, 0.46);
    background: rgba(255, 255, 255, 0.08);
    color: #eff7ff;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .button a:hover,
body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .button .btn-custom_coursepage:hover {
    transform: translateY(-2px);
    border-color: rgba(66, 219, 255, 0.74);
    background: rgba(66, 219, 255, 0.18);
    color: #ffffff;
    box-shadow: 0 14px 24px rgba(31, 145, 234, 0.24);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .button a:first-child {
    border: 0;
    background: var(--detail-cta);
    color: #ffffff;
    box-shadow: 0 14px 24px rgba(31, 145, 234, 0.32);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .button a:first-child:hover {
    box-shadow: 0 18px 30px rgba(31, 145, 234, 0.38);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .w-100.px-4.pb-2 {
    margin-top: 4px;
    padding: 0 16px 16px !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .w-100.px-4.pb-2 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(176, 208, 255, 0.38);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .w-100.px-4.pb-2 a:hover {
    transform: translateY(-2px);
    border-color: rgba(66, 219, 255, 0.72);
    background: rgba(66, 219, 255, 0.14);
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses.grid-view-body.course-details-card {
    padding: 34px 0 64px;
    background: transparent;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .container {
    border: 1px solid var(--detail-border-soft);
    border-radius: var(--detail-radius-xl);
    background: rgba(7, 21, 47, 0.44);
    box-shadow: var(--detail-shadow-soft);
    padding: 24px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card h1 {
    padding-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: clamp(1.45rem, 1.25rem + 0.9vw, 2rem);
    line-height: 1.25;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body {
    height: 100%;
    border: 1px solid var(--detail-border-soft);
    border-radius: var(--detail-radius-md);
    background: var(--detail-surface);
    box-shadow: var(--detail-shadow-soft);
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body:hover {
    transform: translateY(-6px);
    border-color: rgba(189, 218, 255, 0.62);
    box-shadow: var(--detail-shadow-strong);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body .courses-card-image img {
    border-radius: 14px 14px 0 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body .courses-text {
    padding: 12px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body .courses-text h5 {
    color: #ffffff;
    line-height: 1.45;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body .courses-text p {
    color: var(--detail-muted);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body .review-icon i.filled {
    color: #ffd86b;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body .review-icon span.compare-img {
    border: 1px solid rgba(176, 208, 255, 0.4);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #eff7ff;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 7px 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body .review-icon span.compare-img:hover {
    border-color: rgba(66, 219, 255, 0.74);
    background: rgba(66, 219, 255, 0.18);
    color: #ffffff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body .courses-price-border {
    border-top: 1px solid rgba(176, 208, 255, 0.26);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body .courses-price-left h5 {
    color: #f4f9ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body .courses-price-right p {
    color: var(--detail-muted);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .courses-card .courses-card-body .courses-price-right i {
    color: #61e4ff;
}

@media (max-width: 1199px) {
    body.team-package-detail-theme .team-package-detail-theme-shell .course-decription .container > .row {
        padding: 18px;
    }
}

@media (max-width: 991px) {
    body.team-package-detail-theme .team-package-detail-theme-shell .course-decription .container > .row {
        padding: 16px;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .course-right-section .course-card {
        position: static;
        top: auto;
        margin-bottom: 14px;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .container {
        padding: 16px;
    }
}

@media (max-width: 767px) {
    body.team-package-detail-theme .team-package-detail-theme-shell .bread-crumb.courses-details {
        margin-top: 20px;
        border-radius: 20px;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .courses-details-1st-text {
        padding: 28px 0 20px;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .courses-details-1st-text h1 {
        margin-bottom: 14px;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .course-decription {
        padding-top: 10px;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .course-decription .container > .row {
        padding: 12px;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .course-left-side {
        padding: 10px;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .course-description {
        padding: 14px;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .instructor .row {
        padding: 12px;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .course-details-card .container {
        padding: 12px;
    }
}

/* Team package detail specific refinements */
body.team-package-detail-theme .team-package-detail-theme-shell .team-package-hero .courses-details-1st-text {
    max-width: 980px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .courses-details-1st-text .team-package-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0 0 14px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(195, 222, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    color: #d8efff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

body.team-package-detail-theme .team-package-detail-theme-shell .courses-details .courses-details-1st-text .team-package-summary {
    max-width: 900px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-heading-info .info-tag {
    margin: 0 !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .team-package-detail-content {
    margin-bottom: 0 !important;
}

body.team-package-detail-theme .team-package-detail-theme-shell .team-package-purchase-card {
    margin-top: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description.requirements ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
    padding-left: 0;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description.requirements ul li {
    position: relative;
    margin: 0;
    padding: 10px 12px 10px 30px;
    border: 1px solid rgba(174, 206, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description.requirements ul li::before {
    content: "\f058";
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #6be8ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body {
    display: flex;
    min-height: 240px;
    border: 1px solid var(--detail-border-soft);
    border-radius: var(--detail-radius-md);
    background: var(--detail-surface-strong);
    box-shadow: var(--detail-shadow-soft);
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body:hover {
    transform: translateY(-4px);
    border-color: rgba(189, 218, 255, 0.62);
    box-shadow: var(--detail-shadow-strong);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .courses-card-image {
    width: 270px;
    min-width: 270px;
    max-width: 270px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .courses-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .courses-icon i {
    border: 1px solid rgba(176, 208, 255, 0.44);
    background: rgba(8, 21, 45, 0.72);
    color: #f4f9ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .courses-icon.red-heart i {
    color: #ff6f8b;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .courses-text {
    padding: 14px 16px;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .courses-d-flex-text h5,
body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .review-icon p,
body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .courses-price-right p {
    color: #f4f9ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .compare-img {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(176, 208, 255, 0.4);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #eff7ff;
    font-size: 0.75rem;
    font-weight: 700;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .compare-img:hover {
    border-color: rgba(66, 219, 255, 0.74);
    background: rgba(66, 219, 255, 0.18);
    color: #ffffff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .review-icon i.filled,
body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .review-icon i.fa-closed-captioning {
    color: #6be8ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .ellipsis-line-2 {
    color: var(--detail-muted);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .courses-price-border {
    margin-top: 10px;
    border-top: 1px solid rgba(176, 208, 255, 0.24);
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .courses-price-left h5 {
    color: #f4f9ff;
}

body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .courses-price-left .price-free {
    color: #7ef9be;
}

@media (max-width: 991px) {
    body.team-package-detail-theme .team-package-detail-theme-shell .course-description.requirements ul {
        grid-template-columns: 1fr;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body {
        display: block;
        min-height: 0;
    }

    body.team-package-detail-theme .team-package-detail-theme-shell .course-description .courses-list-view-card-body .courses-card-image {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 210px;
    }
}

@media (max-width: 767px) {
    body.team-package-detail-theme .team-package-detail-theme-shell .team-package-kicker {
        margin-bottom: 10px;
    }
}
