@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

html,
body {
    background-color: #FAFAFF !important;
}

.header-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(10px, 5vw, 40px);
    gap: 18px;
    isolation: isolate;
    height: 416px;
    background: linear-gradient(80.24deg, rgba(4, 4, 4, 0.4) 8.43%, rgba(93, 146, 251, 0.152) 44%), url('/assets/images/home/headerImg1.jpg') center/cover no-repeat;
    border-radius: 16px;
    
}
.header-skeleton{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:40px;
    z-index:5;
    background:rgb(56 45 45 / 45%);
    border-radius:16px;

}

.header-skeleton.hidden{
    display:none;
}

.header-title {
    font-weight: 800;
    font-size: clamp(34px, 5vw, 44px);
    line-height: 110%;
    color: #FFFFFF;
    font-family: 'Inter';

}

.header-subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #FFFFFF;
}

.main-tab .nav-pills {
    min-height: 69px;
    border: 2px solid #5E3D8F;
    border-radius: 12px;
    padding: 8px 10px;
}

.main-tab .nav-pills .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    min-width: 309px;
    border-radius: 8px;
}

.main-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: white;
    background: linear-gradient(88.31deg, #0D48BF 0.28%, #102E6A 98.72%);
    border: 2px solid #EF7C40;
    font-size: 20px;
    font-weight: 700;
}

.search-container {
    width: 400px;
    height: 48px;
    background: #F1F1F2;
    border-radius: 8px;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 189.5%;
    color: #727272;
    outline: none;
}

.search-divider {
    width: 1px;
    height: 60%;
    background-color: #C4C4C4;
    margin: 0 20px 0 12px;
}

.search-icon svg {
    cursor: pointer;
}

.filter-buttons .filter {
    border: 2px solid #A99388B0;
    color: #F07C41;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    height: 23px;
    border-radius: 4px;
}

.filter-buttons .type-filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    opacity: 0.69;
    border: 1.16px solid #CCCCCC;
    border-radius: 12px;
    color: #111111;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    height: 100%;
    transition: all 0.25s ease;
}

/* Hover only when NOT active */
.filter-buttons .type-filter:not(.active):hover {
    opacity: 1;
    border: 1.16px solid #F07C41;
    color: #F07C41;
    background-color: #FFF3EC;
    transform: translateY(-2px);
}

/* Active state (your original) */
.filter-buttons .filter.active {
    color: white;
    opacity: 1;
    background: #F07C41;
    border: 1px solid #BD4A0F;
}


.selfpaced-card {
    max-width: 410px;
    background: #FFFFFF;
    box-shadow: 4px 4px 16px rgba(17, 16, 76, 0.16);
    border-radius: 12px;
    cursor: pointer;
}

.selfpaced-card .card-image {
    width: 100%;
    height: 198px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.selfpaced-card .lock-img {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 18px;
}

.selfpaced-card .vr-img {
    position: absolute;
    display: flex;
    gap: 4px;
    bottom: 8px;
    right: 8px;
}

.selfpaced-card .vr-img img {
    height: 16px;
    width: 16px;
}

.selfpaced-card .card-content {
    padding: 24px 24px 8px 24px;
}

.card-title-number {
    font-family: 'Lexend';
    font-weight: 600;
    font-size: 38.2906px;
    line-height: 48px;
    color: #32343A;
}

.card-title {
    font-family: 'Lexend';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #32343A;
}

.card-desc {
    font-family: 'Lexend';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #71747B;
}

.channelOwnerSection {
    height: 56px;
    width: 100%;
    background: #F6F9FD;
    border-radius: 8px;
    display: flex;
    padding: 8px;
}

.channelOwnerSection .ownerImg {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
}

.coupon-btn {
    height: 32px;
    border-radius: 4px;
    border: 1px solid #175FEF;
    color: #17439B;
    cursor: pointer;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.coupon-btn:hover {
    border: 1px solid #175FEF;
    color: #224da5;
    box-shadow: 0 6px 14px rgba(23, 95, 239, 0.25);
    transform: translateY(-3px);   /* Lift effect */
}

.coupon-btn:active {
    transform: translateY(0);      /* Press down */
}

.special-container {
    margin-left: calc(-1 * var(--leftMargin));
    margin-right: calc(-1 * var(--rightMargin));
}

.talent-creator-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;

    width: 308.75px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #D3D4D6;
    border-radius: 15px;

}

.talent-creator-card .talent-creator-img {
    width: 62px !important;
    height: 62px;
    border: 0.5px solid #CDD7EA;
    border-radius: 50%;
}


.selfpaced-card .instructor-list-image img {
    width: 40px;
    height: 40px;
    border: 0.5px solid #CDD7EA;
    border-radius: 50%;
    object-fit: cover;
}

.crownForIns {
    position: absolute;
    display: none;
    top: -11px;
    left: 14px;

}

.selfpaced-card .instructor-list-image.active img {
    border: 1.2px solid #F2B200;
}

.selfpaced-card .instructor-list-image.active .crownForIns {
    display: block;
}

.selfpaced-card .instructor-plus-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #506183B0;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(80, 97, 131, 0.69);
}

/* accordion */

.accordion-item .accordion-button {
    background: #EEF2FC;
    height: 39px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #32343A;
    box-shadow: none;

}

.accordion-item {
    background: #EEF2FC;
}

.accordion-body {
    border-top: 1px solid #CFC7DD;
}

.session-card {
    height: 46px;
    background: #FFFFFF;
    border-left: 2px solid;
    box-shadow: 2px 2px 4px rgba(52, 19, 103, 0.08);
    border-radius: 4px;
}

.blue-card {
    background: linear-gradient(90deg, #1B2C4D 0%, #2B4374 100%);
    width: 100%;
    height: fit-content;
    border-radius: 24px;
    padding: clamp(12px, 3vw, 48px);
    display: flex;
    justify-content: space-between;
    gap: 24px;

}

.blue-card .card-img {
    border: 4px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
    border-width: 4px;
    width: 100%;
    max-height: 300px;
    max-width: 552px;
}

.blue-card .ornageBtn {
    background: linear-gradient(88.39deg, #F07C40 0.27%, #F05505 207.81%);
    border: 2px solid rgb(54, 88, 154);
    width: 136px;
    height: 56px;
    border-radius: 8px;
    padding: 16px 24px;
    color: #fff;
    margin-top: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover Effect */
.blue-card .ornageBtn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(240, 85, 5, 0.35);
}

/* Active Click */
.blue-card .ornageBtn:active {
    transform: translateY(0);
    box-shadow: 0 5px 12px rgba(240, 85, 5, 0.25);
}

.btn-outline-light:hover svg path {
    stroke: black;
}