/*----------------------------------------------------*/
/* Fonts */
/*Color Variables*/
/*----------------------------------------------------*/
/*Prefix Styles*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap");

body {
    background: #000;
    font-family: "Lexend", sans-serif;
    /*Section Fix*/
    /*Ancore*/
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
    margin: 0;
}

body a {
    text-decoration: none;
}

body p {
    color: #677a8b;
    font:
        400 17px/27px "Lexend",
        sans-serif;
}

body ul {
    margin: 0;
    padding: 0;
}

body ul li {
    list-style: none;
}

body section.row,
body header.row,
body footer.row {
    margin: 0;
}

body #success {
    display: none;
}

body #error {
    display: none;
}

body iframe {
    border: none;
}

body i:before {
    margin-left: 0px !important;
}

body a,
body .btn,
body button {
    outline: none;
    transition: all 300ms linear 0s;
}

body a:before,
body a:after,
body .btn:before,
body .btn:after,
body button:before,
body button:after {
    transition: all 300ms linear 0s;
}

body a:focus,
body a:hover,
body .btn:focus,
body .btn:hover,
body button:focus,
body button:hover {
    outline: none;
    text-decoration: none;
    transition: all 300ms linear 0s;
}

/*----------------------------------------------------*/
header .custom-navbar {
    background-color: #fff !important;
    box-shadow: 0px 2px 10px 0px #0000000D;
    position: inherit;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
}

header .custom-navbar .main-header {
    padding: 6px 0;
}

header .custom-navbar .main-header .glamdemy-logo {
    padding: 0;
    margin: 0;
}

header .custom-navbar .main-header .glamdemy-logo img {
    width: 195px;
    height: 50px;
    object-fit: contain;
}

header .custom-navbar .main-header .navbar-collapse .navbar-nav .nav-item {
    margin-right: 38px;
}

header .custom-navbar .main-header .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

header .custom-navbar .main-header .navbar-collapse .navbar-nav .nav-item .custom-nav-link {
    padding: 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
}

header .custom-navbar .main-header .right-sidebar-menu .cart-part .rounded-pill {
    background-color: #ff006a;
    position: absolute;
    top: -5px;
    left: 16px;
}

header .custom-navbar .main-header .right-sidebar-menu .menu-loging-btn {
    margin-left: 35px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.theme-btn {
    background-color: #ff006a;
    padding: 10px 14px 10px 14px;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: 0;
}

.theme-btn:hover {
    color: #fff;
}

.border-btn {
    border: 1px solid #ff3b30;
    background: transparent;
    border-radius: 6px;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #ff3b30;
    padding: 12px 32px;
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 24px 20px 24px;
}

.pagination span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #ffffffbf;
}

.pagination span strong {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}

.pagination ul li {
    display: inline-block;
    margin-left: 8px;
}

.pagination ul li:first-child {
    margin: 0;
}

.pagination ul li a {
    border: 1px solid #ffffff26;
    padding: 11px 14px;
    border-radius: 5px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
}

.pagination ul li .active {
    background-color: #ffe5ee1a;
    border: 1px solid #ff006a;
    color: #ff006a;
}

/*----------------------------------------------------*/
.banner-section {
    overflow: hidden;
    background-image: url('../images/hero-preview.svg') !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 170px 0 230px 0;
    margin: 75px 0px 0 0px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.banner-section::after {
    position: absolute;
    content: "";
    display: block;
    /* background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.71) 90.84%,
            black 100%); */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-section .badge-container {
    box-sizing: border-box;
    padding: 8px 35px 8px 8px;
    background: linear-gradient(90deg, rgba(213, 54, 255, 0.15) 0%, rgba(44, 120, 255, 0.15) 100%);
    border: 1px solid #FF006A26;
    backdrop-filter: blur(36.3px);
    border-radius: 50px;
}

.banner-section .badge-container .awesome-badge {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1A1C1E;
    margin-right: -14px;
}

.banner-section .badge-container .awesome-badge:last-child {
    margin-left: 0;
}

.awesome-badge-title {
    margin-left: 20px !important;
}

.banner-section .main-banner-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 120%;
    color: #ffffff;
    margin-top: 20px;
}

.banner-section .banner-subtitle {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    opacity: 0.75;
    max-width: 618px;
    display: inline-block;
    margin-top: 16px;
}

.banner-section .download-buttons-group {
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.download-buttons-group a img {
    width: 160px;
    height: 48px;
}

/*----------------------------------------------------*/
.video-course-section {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.video-course-section::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.video-course-section::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: -70%;
    /* background-image: url(../images/video-bg-right.png); */
    background-repeat: no-repeat;
    z-index: -1;
}

.video-course-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #ffffff;
}

.video-course-section .section-header .section-subtitle {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000 !important;
    opacity: 0.65;
    margin-top: 16px;
}

.video-course-section .filter-tags-wrapper {
    margin-top: 24px;
}

.video-course-section .filter-tags-wrapper .flex-nowrap {
    text-align: center;
}

.video-course-section .filter-tags-wrapper .flex-nowrap .btn {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    border-radius: 100px;
    padding: 8px 20px !important;
    transition: all 0.3s ease;
}

.video-course-section .filter-tags-wrapper .flex-nowrap .btn:hover {
    background-color: #fff !important;
    color: #FF006A !important;
    border-color: #FF006A !important;
}

.video-course-section .filter-tags-wrapper .flex-nowrap .active-tag {
    background-color: #fff;
    color: #FF006A;
    border-color: #FF006A;
}

.video-course-section .video-card-grid {
    margin-top: 30px;
}

.video-course-section .video-card-grid .video-card .video-thumbnail {
    transition: all 0.3s;
    z-index: 1;
    cursor: pointer;
}

.video-course-section .video-card-grid .video-card .video-thumbnail:hover .play-icon-overlay {
    display: flex;
}

.video-course-section .video-card-grid .video-card .video-thumbnail::after {
    position: absolute;
    content: "";
    display: block;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg,
            transparent 0%,
            rgba(0, 0, 0, 0.55) 82.84%,
            black 100%);
}

.video-course-section .video-card-grid .video-card .video-thumbnail img {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px !important;
    height: 370px;
    object-fit: cover;
}

/* Desktop: Horizontal video cards (landscape ratio) */
@media only screen and (min-width: 769px) {
    .video-card-grid.owl-carousel .video-thumbnail {
        border-radius: 8px;
        overflow: hidden;
    }

    .video-card-grid.owl-carousel .video-thumbnail img {
        height: 300px;
        border-radius: 8px !important;
    }
}

.video-course-section .video-card-grid .video-card .video-thumbnail .play-icon-overlay {
    color: #71717A;
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
}

.video-course-section .video-card-grid .video-card .video-thumbnail .duration-badge {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #ffffff;
    position: absolute;
    left: 18px;
    bottom: 14px;
    z-index: 1;
}

.video-card-grid .owl-stage {
    display: flex;
    transition-timing-function: linear !important;
}

.play-icon-overlay::after,
.play-icon-overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 8px solid #fff;
    left: 0;
    top: 0;
    border-radius: 50%;
    animation-duration: 2.5s;
    animation-timing-function: linear;
    animation-name: video-animation;
    animation-iteration-count: infinite;
}

.play-icon-overlay::before {
    animation-delay: 1s;
}

@keyframes video-animation {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 0.2;
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/*----------------------------------------------------*/
.products-section {
    overflow: hidden;
    padding-bottom: 10px;
}

.products-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #ffffff;
}

.products-section .section-header .view-all-btn {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
}

.products-section .product-card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 24px;
}

/* hover-border-anamition */
.products-section .product-card-grid .product-card-items {
    position: relative;
    background-color: #0f0f0f;
    border-radius: 14px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.products-section .product-card-grid .product-card-items {
    position: relative;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    overflow: hidden;
}

.products-section .product-card-grid .product-card-items::before,
.products-section .product-card-grid .product-card-items::after,
.products-section .product-card-grid .product-card-items span.border-bottom,
.products-section .product-card-grid .product-card-items span.border-left {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #7901d6 0%, #970056 100%);
    transition: transform 0.25s linear;
}

.products-section .product-card-grid .product-card-items::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
}

.products-section .product-card-grid .product-card-items::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
}

.products-section .product-card-grid .product-card-items span.border-bottom {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
}

.products-section .product-card-grid .product-card-items span.border-left {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
}

.products-section .product-card-grid .product-card-items:hover::before {
    transform: scaleX(1);
}

.products-section .product-card-grid .product-card-items:hover::after {
    transform: scaleY(1);
    transition-delay: 0.25s;
}

.products-section .product-card-grid .product-card-items:hover span.border-bottom {
    transform: scaleX(1);
    transition-delay: 0.5s;
}

.products-section .product-card-grid .product-card-items:hover span.border-left {
    transform: scaleY(1);
    transition-delay: 0.75s;
}

.products-section .product-card-grid .product-card-items:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(121, 1, 214, 0.2);
}

.products-section .product-card-grid .product-card-items .product-image-container img {
    width: 100%;
    height: 244px;
    object-fit: cover;
}

.products-section .product-card-grid .product-card-items .product-image-container .discount-badge {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    display: inline-block;
    background-image: url(../images/discount.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 15px 4px 9px;
    position: absolute;
    top: 0;
    left: 0;
}

.products-section .product-card-grid .product-card-items .card-body {
    padding: 7px 14px 14px 14px;
}

.products-section .product-card-grid .product-card-items .card-body .product-name {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.9);
}

.products-section .product-card-grid .product-card-items .card-body .product-price {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-top: 8px;
}

.products-section .product-card-grid .product-card-items .card-body .product-price span {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-decoration-line: line-through;
    color: rgba(255, 255, 255, 0.6);
}

.products-section .product-card-grid .product-card-items .card-body .product-rating {
    margin-top: 2px;
}

.products-section .product-card-grid .product-card-items .card-body .product-rating i {
    color: #ffb23f;
}

.products-section .product-card-grid .product-card-items .card-body .product-rating .rating-value {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-left: 4px;
}

.products-section .product-card-grid .product-card-items .card-body .product-rating .rating-count {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 4px;
}

.products-section .product-card-grid .product-card-items .card-body .theme-btn {
    margin-top: 8px;
    padding: 10px 60px !important;
}

.products-section .product-card-grid .product-card-items .card-body .qty-box {
    display: flex;
    text-align: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    margin-top: 8px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-section .product-card-grid .product-card-items .card-body .qty-box button {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 0;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.products-section .product-card-grid .product-card-items .card-body .qty-box button:hover {
    background-color: #ff006a;
    color: white;
}

.products-section .product-card-grid .product-card-items .card-body .qty-box .qty-input {
    width: 100%;
    border: 0;
    outline: none;
    text-align: center;
    background-color: transparent;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
}

.e-books-section {
    padding-top: 56px;
}

.e-books-section .product-card-grid .product-card-items .card-body h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
}

.e-books-section .product-card-grid .product-card-items .card-body h6 span {
    color: #16a34a;
}

.product-page-section {
    margin-top: 90px;
    overflow: hidden;
}

.product-page-section .flex-nowrap {
    text-align: center;
    width: 80%;
}

.product-page-section .flex-nowrap .all-category {
    border: 1px solid #D2D6DB;
    background-color: #fff;
    color: #3F3F46;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding: 8px 16px;
    border-radius: 100px;
    display: inline-block;
    width: 100%;
}

.product-page-section .flex-nowrap .all-category:hover {
    background-color: #fff;
    color: #FF006A;
    border: 1px solid #FF006A;
}

.product-page-section .flex-nowrap .all-category.active {
    border: 1px solid #FF006A !important;
    background-color: #fff !important;
    color: #FF006A !important;
}

.product-page {
    margin-top: 8px;
}

.product-page .section-header ul li {
    display: inline-block;

}

.product-page .section-header ul li a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #000000;
}

.product-page .section-header ul li .active {
    color: #ff006a;
}

.pagination-component {
    text-align: center;
    margin-top: 40px;
}

.pagination-component ul li {
    display: inline-block;
    margin-right: 7px;
}

.pagination-component ul li:last-child {
    margin-right: 0;
}

.pagination-component ul li a {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    line-height: 49px;
    background-color: #1f1f1f;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

.pagination-component ul li .active {
    color: #ff006a;
    border: 1px solid #ff006a;
    background-color: #ffe5ee1a;
}

/*----------------------------------------------------*/
.secend-section {
    overflow: hidden;
    padding: 80px 0;
}

.secend-section .secend {
    box-sizing: border-box;
    padding: 27px 24px 27px 37px;
    background: linear-gradient(90deg, rgba(255, 234, 243, 0.7) 0%, rgba(255, 230, 249, 0.7) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 8px;
    overflow: hidden;
}

.secend-section .secend .secend-card {
    display: flex;
    align-items: center;
    border-right: 1px solid #ffffff26;
    padding: 20px 24px 20px 0;
}

.secend-section .secend .secend-card .left-side img {
    max-width: 100%;
}

.secend-section .secend .secend-card .right-side {
    margin-left: 12px;
}

.secend-section .secend .secend-card .right-side .shipping {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #1A1C1E;
}

.secend-section .secend .secend-card .right-side p {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 7px;
}

border: 1.5px solid !important;
border-image-source: linear-gradient(139.5deg, rgba(143, 0, 253, 0.85) 25.78%, rgba(255, 0, 106, 0.6) 99.06%) !important;

.secend-section .secend .secend-last-card {
    border: 0;
}

/*----------------------------------------------------*/
.app-banner-section {
    overflow: hidden;
    background-image: url(../images/app-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.app-banner-section .banner-text-content .download-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #ffffff !important;
    margin-bottom: 16px;
}

.app-banner-section .banner-text-content .description {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff !important;
    opacity: 0.75;
}

.app-banner-section .banner-text-content .download-buttons-group {
    margin-top: 40px;
    align-items: center;
}

/*----------------------------------------------------*/
.features-section {
    margin-top: 80px;
}

.features-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 16px;
}

.features-section .section-header .section-subtitle {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
    opacity: 0.65;
    max-width: 672px;
    margin: 0 auto;
}

.features-section .feature-card-grid {
    margin-top: 40px;
}

.features-section .feature-card-grid .feature-card {
    background-color: #0f0f0f;
    border: 1px solid #ffffff33;
    border-radius: 8px;
    padding: 30px 14px;
    text-align: center;
}

.features-section .feature-card-grid .feature-card .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
    margin: 0 auto;
}

.features-section .feature-card-grid .feature-card .icon-circle img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.features-section .feature-card-grid .feature-card .bg-orange-icon {
    background: linear-gradient(180deg, #ff783e 0%, #c53a00 100%);
}

.features-section .feature-card-grid .feature-card .bg-purple-icon {
    background: linear-gradient(180deg, #5c00f3 0%, #390099 100%);
}

.features-section .feature-card-grid .feature-card .bg-green-icon {
    background: linear-gradient(180deg, #04ba32 0%, #00721d 100%);
}

.features-section .feature-card-grid .feature-card .bg-pink-icon {
    background: linear-gradient(180deg, #f400ba 0%, #920070 100%);
}

.features-section .feature-card-grid .feature-card .card-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1A1C1E;
    margin-top: 14px;
    display: inline-block;
}

.features-section .feature-card-grid .feature-card .card-text {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 8px;
}

.feature-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    background: #fff;
    transition: transform 0.3s ease;
    z-index: 1;
}

.features-section .feature-card:hover {
    border: 1px solid #ff006a !important;
    background-color: #FFE5EE80 !important;
    transform: translateY(-5px);
}

.feature-card::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
}

.feature-card::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
}

.feature-card span.border-bottom {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
}

.feature-card span.border-left {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover::after {
    transform: scaleY(1);
    transition-delay: 0.2s;
}

.feature-card:hover span.border-bottom {
    transform: scaleX(1);
    transition-delay: 0.4s;
}

.feature-card:hover span.border-left {
    transform: scaleY(1);
    transition-delay: 0.6s;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(143, 0, 253, 0.1);
}

/*----------------------------------------------------*/
.faq-section {
    padding-top: 80px;
}

.faq-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #ffffff;
}

.faq-section .section-header .section-subtitle {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
    opacity: 0.65;
    margin-top: 16px;
}

.faq-section .accordion {
    margin-top: 40px;
}

.faq-section .accordion .accordion-item {
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #D2D6DB !important;
    transition: all 0.3s ease;
}

.faq-section .accordion .accordion-item:last-child {
    margin-bottom: 0;
}



.faq-section .accordion .accordion-item .accordion-header {
    /* border: 1px solid #D2D6DB; */
    border-radius: 8px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    background-color: #0f0f0f;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    outline: none;
    box-shadow: none;
    border: 0 !important;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button:hover {
    background-color: #1a1a1a;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button .faq-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button .faq-icon i {
    font-size: 18px;
    color: #6C6F71;
    transition: all 0.3s ease;
    position: absolute;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button .faq-icon .fa-plus {
    opacity: 1;
    transform: rotate(0deg);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button .faq-icon .fa-minus {
    opacity: 0;
    transform: rotate(90deg);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-icon .fa-plus {
    opacity: 0;
    transform: rotate(-90deg);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-icon .fa-minus {
    opacity: 1;
    transform: rotate(0deg);
}

.faq-section .accordion .accordion-item .accordion-collapse .accordion-body {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.65);
    padding: 0 20px 20px 20px;
    background-color: transparent !important;
}

.faq-section .accordion .accordion-item .accordion-collapse {
    transition: all 0.4s ease-in-out;
}

/*----------------------------------------------------*/
.testimonial-section {
    padding-top: 80px;
    overflow: hidden;
    background-color: #fff;
}

.testimonial-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #ffffff;
}

.testimonial-section .section-header .section-subtitle {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
    opacity: 0.65;
    margin-top: 16px;
}

.testimonial-section .testimonial-card-grid {
    margin-top: 40px;
}

.testimonial-section .testimonial-card-grid .testimonial-card {
    border-radius: 8px;
    border: 1px solid #ffffff26;
    padding: 0 24px 24px 24px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.testimonial-section .testimonial-card-grid .testimonial-card::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.testimonial-section .testimonial-card-grid .testimonial-card .profile-header {
    margin-top: -35px;
    position: relative;
    z-index: 9;
}

.testimonial-section .testimonial-card-grid .testimonial-card .profile-header img {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .review-text {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1A1C1E;
    opacity: 0.8;
    border-bottom: 1px solid #ebebeb33;
    padding-bottom: 10px;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .reviewer-name {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .reviewer-title {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 4px;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .star-rating {
    margin-top: 8px;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .star-rating ul li {
    display: inline-block;
    color: #ffa800;
    margin-left: 6px;
}

.testimonial-section .testimonial-card-grid .testimonial-card .card-body .star-rating ul li:first-child {
    margin-left: 0;
}

.testimonial-section .testimonial-card-grid .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.testimonial-section .testimonial-card-grid .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    background-color: #ff006a;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonial-section .testimonial-card-grid .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.testimonial-section .testimonial-card-grid .owl-dots .active {
    border: 1px solid #ff006a;
    background-color: transparent;
}

.testimonial-section .testimonial-card-grid .testimonial-card {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    border: 1px solid #E7EAED;
    padding: 0 24px 24px 24px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    /* overflow: auto; */
    transition: transform 0.3s ease;
}

.testimonial-card::before,
.testimonial-card span.border-right,
.testimonial-card span.border-bottom,
.testimonial-card span.border-left {
    content: "";
    position: absolute;
    background: linear-gradient(139.5deg,
            rgba(143, 0, 253, 0.85) 25.78%,
            rgba(255, 0, 106, 0.6) 99.06%);
    transition: transform 0.2s linear;
    z-index: 1;
    border-radius: 9px;
}

.testimonial-card::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
}

.testimonial-card span.border-right {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
}

.testimonial-card span.border-bottom {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
}

.testimonial-card span.border-left {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-card:hover span.border-right {
    transform: scaleY(1);
    transition-delay: 0.2s;
}

.testimonial-card:hover span.border-bottom {
    transform: scaleX(1);
    transition-delay: 0.4s;
}

.testimonial-card:hover span.border-left {
    transform: scaleY(1);
    transition-delay: 0.6s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/*----------------------------------------------------*/
.main-footer {
    margin-top: 80px;
    overflow: hidden;
    background-color: #0f0f0f;
    padding: 80px 0 30px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .main-footer {
        padding-bottom: 200px;
    }
}

.main-footer::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../images/footer-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #0F0F0F;
}

.main-footer::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../images/footer-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.main-footer .footer-content-row .footer-col-brand .brand-description {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff !important;
    opacity: 0.78;
    margin-top: 24px;
}

.main-footer .footer-content-row .footer-col-brand .social-icons-group {
    margin-top: 20px;
    gap: 12px;
}

.main-footer .footer-content-row .footer-col-brand .social-icons-group .social-icon {
    width: 40px;
    height: 40px;
    background-color: #ffffff1f;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-footer .footer-content-row .footer-col-brand .social-icons-group .social-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.main-footer .footer-content-row .footer-col-brand .social-icons-group .social-icon:hover {
    background-color: #ff006a;
}

.main-footer .footer-content-row .footer-col-brand .download-buttons-group {
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.main-footer .footer-content-row .footer-col-category h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff !important;
    margin-bottom: 24px;
}

.main-footer .footer-content-row .footer-col-category ul li {
    margin-bottom: 16px;
}

.main-footer .footer-content-row .footer-col-category ul li:last-child {
    margin-bottom: 0;
}

.main-footer .footer-content-row .footer-col-category ul li a {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.8;
}

.main-footer .footer-content-row .footer-col-links h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff !important;
    margin-bottom: 24px;
}

.main-footer .footer-content-row .footer-col-links ul li {
    margin-bottom: 16px;
}

.main-footer .footer-content-row .footer-col-links ul li:last-child {
    margin-bottom: 0;
}

.main-footer .footer-content-row .footer-col-links ul li a {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.8;
}

.main-footer .copyright-section {
    border-top: 2px solid rgba(255, 255, 255, 0.1) !important;
    margin-top: 40px;
}

.main-footer .copyright-section p {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #f6f7f9 !important;
    margin-top: 30px;
}

.profile-page-main-footer {
    margin-top: 0;
}

/*----------------------------------------------------*/
.product-details-section {
    overflow: hidden;
    margin-top: 100px !important;
}

.product-details-section .product-image-box {
    border: 1px solid #ffffff26;
    border-radius: 8px;
}

.product-details-section .product-image-box img {
    height: 500px;
    width: 100%;
    object-fit: contain;

}

@media (max-width : 575px) {
    .product-details-section .product-image-box img {
        height: 250px;
        width: 100%;
        object-fit: contain;

    }
}

.product-details-section .product-info-col .product-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #ffffff;
}

@media (max-width : 575px) {
    .product-details-section .product-info-col .product-title {
        font-size: 20px;
    }

    .select-course-card .course-title {
        font-size: 16px;
    }

    .select-course-card .card-content .price {
        font-size: 15px;
    }
}

.product-details-section .product-info-col .action-buttons-group {
    margin-top: 24px;
    gap: 16px;
}

.product-details-section .product-info-col .action-buttons-group .theme-btn {
    border: 0;
    padding: 12px 45px;
}

.product-details-section .products-section {
    margin-top: 24px;
}

.product-details-section .products-section .section-header h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
}

.product-details-section .products-section .product-card-grid {
    grid-template-columns: repeat(3, 1fr);
}

.product-rating-details {
    margin-top: 12px;
}

.product-rating-details i {
    color: #ffb23f;
    font-size: 16px;
}

.product-rating-details .rating-value {
    font-family: "Lexend", sans-serif;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: black !important;
    margin-left: 4px;
}

.product-rating-details .rating-count {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: black !important;
    margin-left: 4px;
}

.price-group {
    margin-top: 12px;
}

.price-group .product-current-price {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.price-group .old-price {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: rgba(104, 104, 104, 0.878);
    margin-left: 5px;
}

.price-group .discount-badge-large {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: #ff3b30;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0 0 0 auto;
}

.description {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.9;
}

.description a {
    color: #ff006a;
}

/*----------------------------------------------------*/
.video-details {
    overflow: hidden;
    margin-top: 30px;
    padding-top: 60px;
}

.video-details .main-video {
    width: 100% !important;
    max-height: 580px;
    cursor: pointer;
}

.video-details .video-details-header h2 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #ffffff;
}

.video-details .video-details-header p {
    margin-top: 12px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.9;
}

.video-details .video-details-header p a {
    color: #ff006a;
}

.video-details .video-details-header .download-buttons-group {
    margin-top: 30px;
    gap: 20px;
    align-items: center;
}

.video-details .related-video {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
    margin: 30px 0 20px 0;
}

.video-details .thumb {
    cursor: pointer;
}

.video-details .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.video-details .thumb .video-heading {
    margin-top: 8px;
}

.video-details .thumb .video-heading a {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.video-details .thumb small {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 8px;
    display: inline-block;
}

/*----------------------------------------------------*/
.ebook-page-section {
    overflow: hidden;
    margin-top: 100px !important;
}

.ebook-page-section .preview-box img {
    width: 100%;
    height: 580px;
    border-radius: 8px;
}

.ebook-page-section .ebook-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #ffffff;
}

.ebook-page-section .eldridge {
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ebook-page-section .eldridge h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.ebook-page-section .eldridge h6 span {
    color: #16a34a;
}

.ebook-page-section .action-buttons-group {
    margin-top: 24px;
    gap: 16px;
}

.action-buttons-group .border-btn:hover {
    background-color: #ff006a;
    color: #fff;
}

.action-buttons-group .theme-btn:hover {
    border: 1px solid #ff3b30 !important;
    background-color: transparent !important;
    color: #ff3b30 !important;
}

.ebook-page-section .action-buttons-group .theme-btn {
    border: 0;
    padding: 12px 45px;
}

.ebook-page-section .e-books-section {
    margin-top: 24px;
}

.ebook-page-section .e-books-section .section-header .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
}

.ebook-page-section .e-books-section .product-card-grid {
    grid-template-columns: repeat(3, 1fr);
}

.hard-and-digital-copy {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.hard-and-digital-copy .hard-copy {
    background-color: #fff;
    padding: 8px 15px 8px 12px;
    border-radius: 6px;
    width: 170px;
    border: 1px solid #bfbfbf;
}

.hard-and-digital-copy .hard-copy .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hard-and-digital-copy .hard-copy .top span {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #161616;
}

.hard-and-digital-copy .hard-copy .top a i {
    color: #fff;
}

.hard-and-digital-copy .hard-copy .footer {
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.hard-and-digital-copy .hard-copy .footer .product-current-price {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
}

.hard-and-digital-copy .hard-copy .footer .old-price {
    margin-left: 6px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #565656;
}

.hard-and-digital-copy .digital-copy {
    background-color: #fff;
}

/*----------------------------------------------------*/
.ebook-loging-modal .modal-dialog {
    max-width: 526px;
}

.ebook-loging-modal .modal-dialog .modal-content {
    background-color: #1f1f1f;
    border-radius: 16px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body {
    padding: 40px 32px !important;
    position: relative;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .btn-close {
    color: #ffffff;
    position: absolute;
    top: 17px;
    right: 15px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .modal-header-content h3 {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 20px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .modal-header-content h3 span {
    color: #ff006a;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .modal-header-content p {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0.9;
    margin-top: 12px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form {
    margin-top: 24px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .phone {
    margin-bottom: 20px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .form-label {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .form-control {
    background-color: transparent !important;
    border: 1px solid #ffffff26;
    box-shadow: none;
    outline: none;
    height: 48px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.8;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .password {
    margin-bottom: 11px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .password .form-control {
    border-right: 0;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .toggle-password {
    background-color: transparent;
    border-left: 0;
    border-color: #ffffff26;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .form-check .form-check-input {
    background-color: transparent;
    border: 1px solid #ffffff;
    box-shadow: none;
    outline: none;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .form-check .form-check-label {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0.8;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .forgot-password-link {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #ffffff;
    opacity: 0.8;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .login-form .theme-btn {
    margin-top: 24px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .or-sign-in {
    margin-top: 30px;
    border-top: 1px solid #d4d4d8;
    position: relative;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .or-sign-in span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.6);
    background-color: #1f1f1f;
    position: absolute;
    top: -10px;
    left: 32%;
    right: 32%;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .btn-google {
    margin-top: 25px;
    background-color: #333333;
    border: 0;
    border-radius: 8px;
    padding: 12px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .account {
    margin-top: 24px;
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .account span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}

.ebook-loging-modal .modal-dialog .modal-content .modal-body .account .sign-up-link {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ff006a;
}

.confirmation-Modal .modal-dialog {
    max-width: 526px;
}

.confirmation-Modal .modal-dialog .modal-content {
    background-color: #1f1f1f;
    border-radius: 16px;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 35px 50px;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body h1 {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 16px;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body .lead {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.9;
    margin-top: 12px;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body .download-buttons-group {
    margin-top: 30px;
    gap: 20px;
    align-items: center;
}

.confirmation-Modal .modal-dialog .modal-content .modal-body .small-cta {
    margin-top: 20px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.9;
}

.my-cart-side-bar {
    width: 480px !important;
    background-color: #fff;
    z-index: 9999;
}

.my-cart-side-bar .btn-close {
    background: none !important;
    border: 0;
    background-color: transparent;
}

.my-cart-side-bar .btn-close-white {
    background-image: none;
}

.my-cart-side-bar h5 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.my-cart-side-bar .offcanvas-body {
    border-top: 1px solid #f3f3f326;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}

.my-cart-side-bar .offcanvas-body .cart-items {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.my-cart-side-bar .offcanvas-body .cart-item {
    display: flex;
    padding: 12px 0 12px 14px;
    border-bottom: 1px solid #f3f3f326;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-image-container {
    flex-shrink: 0;
    margin-right: 15px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-image-container .item-image {
    width: 64px;
    height: auto;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-details {
    flex-grow: 1;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-details .item-name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-details .item-description {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffffffa6;
    margin-top: 4px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-details .item-price {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin-top: 8px;
}

.my-cart-side-bar .offcanvas-body .cart-item .card-right-side {
    text-align: right;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-quantity-controls {
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 4px;
    margin-top: 24px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-quantity-controls .quantity-btn {
    border: none;
    cursor: pointer;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-quantity-controls .quantity-btn.plus {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #ffe5ee;
    line-height: 27px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-quantity-controls .quantity-btn.minus {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #e8e8e8;
    line-height: 25px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-quantity-controls .quantity-value {
    padding: 0 8px;
    min-width: 15px;
    text-align: center;
    font-size: 0.95em;
    color: #000;
    margin: 0 18px;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-delete-btn {
    background: none;
    border: none;
}

.my-cart-side-bar .offcanvas-body .cart-item .item-delete-btn .delete-icon svg {
    width: 20px;
    height: 20px;
}

.cart-footer {
    border-top: 1px solid #ffffff33;
    padding: 16px var(--bs-offcanvas-padding-x);
    flex-shrink: 0;
    background-color: inherit;
}

.cart-footer .summary-section .summary-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.cart-footer .summary-section .summary-line:last-child {
    margin-bottom: 0;
}

.cart-footer .summary-section .summary-line .summary-label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.cart-footer .summary-section .summary-line .summary-value {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.cart-footer .summary-section .summary-line .total-amount {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}

.cart-footer .summary-section .total-line {
    border-top: 1px solid #ffffff42;
    padding-top: 10px;
}

.cart-footer .checkout-actions {
    text-align: center;
    margin-top: 24px;
    display: flex;
    gap: 20px;
}

.cart-footer .checkout-actions a {
    width: 100%;
}

.cart-footer .checkout-actions .cancel {
    border-color: #ff3b30;
    color: #ff3b30;
    width: 100%;
}

.address-modal .modal-dialog {
    max-width: 780px;
    height: 100%;
}

.address-modal .modal-dialog .modal-content {
    border-radius: 16px !important;
}

.address-modal .modal-dialog .modal-content .modal-body {
    padding: 0 30px;
}

.address-modal .modal-dialog .modal-header {
    border-bottom: 1px solid #D2D6DB !important;
    padding: 14px 20px;
}

.address-modal .modal-dialog .modal-header h1 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

.address-modal .modal-dialog .modal-header .btn-close {
    background-color: #3f3e3e;
    border-radius: 50%;
    font-size: 15px;
    box-shadow: none;
    outline: none;
    color: #fff;
    background-image: none;
    padding: 0;
    width: 30px;
    height: 30px;
}

.address-form {
    margin-top: 20px;
}

.address-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.address-form .form-row:last-child {
    margin-bottom: 0;
}

.address-form .form-row .form-group {
    width: 100%;
}

.address-form .form-row label {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: block;
    margin-bottom: 6px;
}

.address-form .form-row input {
    width: 100%;
    height: 48px;
    border: 1px solid #D2D6DB;
    border-radius: 4px;
    padding-left: 14px;
    box-shadow: none;
    outline: none;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A1C1E;
    background-color: transparent;
}

.bottom-nav {
    margin-top: 20px;
}

.bottom-nav h3 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 16px;
}

.bottom-nav-body {
    display: flex;
}

.bottom-nav-body .address-type {
    margin-right: 30px;
}

.bottom-nav-body .nav-item {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 34px;
}

.bottom-nav-body .nav-item:last-child {
    margin-right: 0;
}

.bottom-nav-body span {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-top: 8px;
    display: block;
}

.bottom-nav-body .home {
    background-color: #0376e01a;
    border: 1px solid transparent;
}

.bottom-nav-body .home.active {
    border: 1px solid #17b2e6;
}

.bottom-nav-body .office {
    background-color: #ff950026;
    border: 1px solid transparent;
}

.bottom-nav-body .office.active {
    border-color: rgba(255, 149, 0, 1);
}

.bottom-nav-body .partner {
    background-color: #7879f11a;
    border: 1px solid transparent;
}

.bottom-nav-body .partner.active {
    border: 1px solid #7879f1;
}

.bottom-nav-body .other {
    background-color: #0bbb071a;
    border: 1px solid transparent;
}

.bottom-nav-body .other.active {
    border: 1px solid #0bbb07;
}

.modal-footer {
    border: 0;
    display: block;
    text-align: center;
    padding: 0;
    margin: 28px 0 0 0;
    padding-bottom: 30px;
}

.modal-footer button {
    width: 188px;
    height: 48px;
}

.order-success-modal .modal-dialog {
    max-width: 409px;
}

.order-success-modal .modal-dialog .modal-content {
    border-radius: 10px !important;
    background-color: #1f1f1f;
}

.order-success-modal .modal-dialog .modal-content .modal-body {
    padding: 35px 18px 30px 18px !important;
}

.order-success-modal .modal-dialog .modal-content .modal-body .success-icon-container svg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.order-success-modal .modal-dialog .modal-content .modal-body h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #ffffff;
    margin-top: 35px;
}

.order-success-modal .modal-dialog .modal-content .modal-body p {
    margin-top: 20px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #ffffff;
}

.order-success-modal .modal-dialog .modal-content .modal-body .theme-btn {
    margin-top: 30px;
}

.review-modal .modal-dialog {
    max-width: 860px;
}

.review-modal .modal-dialog .modal-content {
    background-color: #1f1f1f;
    border-radius: 16px;
}

.review-modal .modal-dialog .modal-content .modal-header {
    border-color: #ffffff33;
}

.review-modal .modal-dialog .modal-content .modal-header h1 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

.review-modal .modal-dialog .modal-content .modal-header .btn-close {
    background-color: #3f3e3e;
    border-radius: 50%;
    font-size: 15px;
    box-shadow: none;
    outline: none;
    color: #fff;
    background-image: none;
    padding: 0;
    width: 30px;
    height: 30px;
}

.review-modal .modal-dialog .modal-content .modal-body {
    padding: 20px 24px 24px 24px !important;
}

.review-modal .modal-dialog .modal-content .modal-body .ratting-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.review-modal .modal-dialog .modal-content .modal-body .ratting {
    margin-top: 12px;
}

.review-modal .modal-dialog .modal-content .modal-body .ratting li {
    display: inline-block;
    margin-right: 8px;
}

.review-modal .modal-dialog .modal-content .modal-body .ratting li:last-child {
    margin-right: 0;
}

.review-modal .modal-dialog .modal-content .modal-body .review-modal-text-area {
    margin-top: 30px;
}

.review-modal .modal-dialog .modal-content .modal-body .review-modal-text-area .your-review {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 8px;
}

.review-modal .modal-dialog .modal-content .modal-body .review-modal-text-area textarea {
    width: 100%;
    height: 99px;
    background-color: transparent;
    border: 1px solid #ffffff40;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.81);
}

.review-modal .modal-dialog .modal-content .modal-footer {
    padding-bottom: 50px;
}

/*----------------------------------------------------*/
.check-out-section {
    overflow: hidden;
    margin-top: 90px;
}

.check-out-nav ul li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #000;
}

.check-out-nav ul li a {
    color: #4f4f4fb2;
}

.check-out-nav ul li .active {
    color: #ff006a;
}

.check-out {
    border: 1px solid #ffffff33;
    padding: 24px;
    border-radius: 10px;
    background-color: #fff !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.check-out .check-out-hedings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff47;
    padding-bottom: 14px;
    margin-bottom: 16px;
}

.check-out .check-out-hedings h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.check-out .check-out-hedings .Shipping-btn {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ff006a;
    background-color: #FFE5EE;
    border: none !important;
    border-radius: 4px;
    padding: 10px;
}

.check-out .active {
    border-color: #ff006a;
}

.check-out .delivery-type-heading h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 16px;
}

.check-out-card {
    background-color: #fff;
    border: 1px solid #d4d4d4e0;
    border-radius: 4px;
    padding: 16px;
    cursor: pointer;
    margin-bottom: 30px;
}

.check-out-card-two {
    border-radius: 4px;
    padding: 16px;
    cursor: pointer;
    margin-bottom: 30px;
}

.check-out-card .head {
    display: flex;
    justify-content: space-between;
}

.check-out-card .head .left-side {
    display: flex;
}

.check-out-card .head .left-side .home-icons {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background-color: #FF006A33;
}

.check-out-card .head .left-side .office-icons {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background-color: #ffefd9;
}

.check-out-card .head .left-side .partner-icons {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background-color: #f1f1fe;
}

.check-out-card .head .left-side .other-icons {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background-color: #e7f9e7;
}

.check-out-card .head .left-side .name {
    margin-left: 8px;
}

.check-out-card .head .left-side .name h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.check-out-card .head .left-side .name p {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.8;
}

.check-out-card .head .right-side .checked-btn .form-check-input {
    background-color: transparent !important;
    border: 1px solid #979797;
    box-shadow: none;
}

.check-out-card .head .right-side .checked-btn .form-check-input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px !important;
    height: 20px !important;
    border: 1.5px solid #979797;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    place-content: center;
    transition: all 0.2s ease-in-out;
}

.check-out-card .head .right-side .checked-btn .form-check-input[type="radio"]:checked {
    border-color: #ff006a !important;
}

.check-out-card .head .right-side .checked-btn .form-check-input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff006a !important;
}

.check-out-card .head .right-side .checked-btn input:checked {
    border-color: #ff006a;
}

.check-out-card .location {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.9;
    margin-top: 13px;
}

.your-order-summary .order-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff33;
    padding-bottom: 14px;
    margin-bottom: 13px;
}

.your-order-summary .order-header h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.your-order-summary .order-list .order-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D2D6DB !important;
    padding-bottom: 12px;
    margin-bottom: 13px;
}

.your-order-summary .order-list .order-item:last-child {
    border-bottom: none !important;
}

.your-order-summary .order-list .order-item:last-child {
    border: 0;
    margin: 0;
}

.your-order-summary .order-list .order-item .item-left {
    display: flex;
    align-items: center;
}

.your-order-summary .order-list .order-item .item-left .item-info {
    margin-left: 8px;
}

.your-order-summary .order-list .order-item .item-left .item-info h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.your-order-summary .order-list .order-item .item-left .item-info p {
    margin-top: 5px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.your-order-summary .order-list .order-item .item-left .item-info strong {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #454545;
    opacity: 0.9;
    margin-top: 10px;
    display: inline-block;
}

.your-order-summary .order-list .order-item .item-left img {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.your-order-summary .order-list .order-item .item-right {
    text-align: right;
    text-align: -webkit-right;
}

.your-order-summary .order-list .order-item .item-right .delete-btn {
    border: 0;
    background-color: transparent;
    padding: 0;
    display: block;
}

.your-order-summary .order-list .order-item .item-right .qty {
    display: inline-block;
    margin-top: 23px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}

.order-summary {
    background-color: #fff;
    border: 1px solid #87878733;
    border-radius: 4px;
}

.order-summary .heading {
    border-bottom: 1px solid #D2D6DB;
    padding: 17px 0 17px 20px;
}

.order-summary .heading h3 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
}

.order-summary .summary-body {
    padding: 13px 20px 20px 20px;
}

.order-summary .summary-body .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.order-summary .summary-body .items:last-child {
    margin-bottom: 0;
}

.order-summary .summary-body .items span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000000 !important;
}

.order-summary .summary-body .items h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    opacity: 0.8;
}

.order-summary .summary-footer {
    border-top: 1px solid #ffffff33;
    margin: 0 20px 20px;
}

.order-summary .summary-footer .total-payable {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-summary .summary-footer .total-payable span {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #000;
}

.order-summary .summary-footer .total-payable h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
}

/*----------------------------------------------------*/
.profile-section {
    overflow: hidden;
    padding-bottom: 80px;
    margin-top: 80px !important;
}

.profile-section .profile {
    background: #fff;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 30px;
    border-radius: 10px;
}

@media (max-width: 576px) {
    .profile-section .profile {
        margin-top: 0 !important;
    }

}

@media (max-width : 992px) {
    .profile-section .profile .profile-left-side-bar {
        min-height: 0 !important;
    }

}

.profile-section .profile .col-lg-3 {
    padding: 0;
    margin: 0;
}

.profile-section .profile .col-lg-9 {
    padding: 0 0 0 0;
    margin: 0;
}

.profile-section .profile .profile-left-side-bar {
    border-right: 1px solid #ffffff26;
    min-height: 100vh;
    position: relative;
}

.profile-section .profile .profile-left-side-bar .side-menu .menu-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 24px;
    padding: 24px 20px;
}

.profile-section .profile .profile-left-side-bar .side-menu .menu-header .logo a img {
    width: 72px;
    height: 72px;
}

.profile-section .profile .profile-left-side-bar .side-menu .menu-header .name {
    margin-left: 15px;
}

.profile-section .profile .profile-left-side-bar .side-menu .menu-header .name span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #3F3F46;
    opacity: 0.9;
}

.profile-section .profile .profile-left-side-bar .side-menu .menu-header .name a {
    display: block;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-top: 5px;
}

.profile-section .profile .profile-left-side-bar .contain-menu {
    padding: 0 16px;
    margin-top: 6px;
}

.profile-section .profile .profile-left-side-bar .contain-menu svg path {
    stroke: #000;
}

.profile-section .profile .profile-left-side-bar .contain-menu ul li {
    border-radius: 4px;
}

.profile-section .profile .profile-left-side-bar .contain-menu ul li a {
    padding: 12px 10px 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-section .profile .profile-left-side-bar .contain-menu ul li a .left-side .username {
    margin-left: 10px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.profile-section .profile .profile-left-side-bar .contain-menu ul .active {
    background-color: #FFE5EE;
    border-left: 3px solid #ff006a;
}

.log-out-btn {
    padding: 0 16px 20px 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.log-out-btn .logoutButtons {
    display: block;
    padding: 10px 20px;
    border: 1px solid #ff006a;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #ff006a;
    text-align: center;
}

.log-out-btn .logoutButtons form {
    margin: 0;
}

.profile-right-side-bar .right-side-bar-top {
    padding: 14px;
    border-bottom: 1px solid #ffffff26;
}

.profile-right-side-bar .right-side-bar-top .top-item {
    padding: 16px 20px;
    border-radius: 8px;
    background: #ffff;
}

.profile-right-side-bar .right-side-bar-top .top-item h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
}

.profile-right-side-bar .right-side-bar-top .top-item p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff99;
    margin-top: 10px;
}

.profile-right-side-bar .right-side-bar-top .orders {
    background: #fff;
    background-image: url(../images/profile/top-item-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-right-side-bar .right-side-bar-top .processing {

    background-image: url(../images/profile/top-item-bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-right-side-bar .right-side-bar-top .delivered {
    background-image: url(../images/profile/top-item-bg-3.png);
    background-size: cover;
    background-repeat: no-repeat;

}

.profile-right-side-bar .right-side-bar-top .cancelled {

    background-image: url(../images/profile/top-item-bg-4.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-right-side-bar .right-side-bar-top .pending {
    background-image: url(../../images/profile/top-item-bg-5.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-update-section h2 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 15px 0 15px 24px;
    border-bottom: 1px solid #ffffff26;
}

.profile-update-section .profile-grid {
    margin: 24px;
    /* Form Layout */
}

.profile-update-section .profile-grid .image-upload {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.profile-update-section .profile-grid .image-upload input {
    display: none;
}

.profile-update-section .profile-grid .image-upload .upload-box {
    padding: 36px 12px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #D2D6DB !important;
}

.profile-update-section .profile-grid .image-upload .upload-box p {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
}

.profile-update-section .profile-grid .image-upload .upload-box svg path {
    stroke: #000;
}

.profile-update-section .profile-grid .update-form {
    margin-top: 24px;
}

.profile-update-section .profile-grid .update-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .profile-update-section .profile-grid .update-form .form-row {
        grid-template-columns: 1fr;
    }
}

.profile-update-section .profile-grid .update-form .forms-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.profile-update-section .profile-grid .update-form .forms-group label {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1A1C1E;
}

.profile-update-section .profile-grid .update-form .forms-group input,
.profile-update-section .profile-grid .update-form .forms-group select {
    height: 48px;
    background-color: #ffffff17 !important;
    border: 1px solid #D2D6DB;
    border-radius: 6px;
    padding: 12px 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C6F71 !important;
    box-shadow: none;
    outline: none;
}

.profile-update-section .profile-grid .update-form .forms-group input:focus,
.profile-update-section .profile-grid .update-form .forms-group select:focus {
    border-color: #ff006a;
    outline: none;
}

.profile-update-section .profile-grid .update-form .forms-group select option {
    background-color: #ffffff17;
}

.profile-update-section .profile-grid .update-form .button-row {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.profile-update-section .profile-grid .update-form .button-row button {
    margin-left: 16px;
    width: 151px;
    height: 56px;
    padding: 0;
}

/*----------------------------------------------------*/
.description-reviews-nav-section {
    overflow: hidden;
    background-color: transparent;
    border-radius: 4px;
}

.description-reviews-nav-section .nav-pills .nav-item .nav-link {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #1A1C1E;
    border-radius: 0;
    padding: 15px 16px;
}

.description-reviews-nav-section .nav-pills .nav-item .active {
    background-color: transparent;
    border-bottom: 1px solid #ff006a;
    color: #ff006a;
}

/*----------------------------------------------------*/
.online-orders-table {
    width: 100%;
}

.online-orders-table thead tr th {
    padding: 12px 12px;
    text-align: center;
    background-color: #fff;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #1A1C1E;
}

.online-orders-table #orderContent tr {
    border-bottom: 1px solid #ffffff40;
}

.online-orders-table #orderContent tr td {
    text-align: center;
    padding: 14px 12px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.online-orders-table #orderContent tr td .product {
    display: flex;
    justify-content: center;
}

.view-product {
    justify-content: normal !important;
}

.product-th {
    padding-left: 16px !important;
}

.product-td {
    padding-left: 16px !important;
}

.online-orders-table #orderContent tr td .product img {
    width: 40px;
    height: 40px;
}

.online-orders-table #orderContent tr td .product .right-side {
    margin-left: 16px;
    text-align: left;
}

.online-orders-table #orderContent tr td .product .right-side p {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.online-orders-table #orderContent tr td .product .right-side span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffffcc;
}

.view-details-table {
    margin-top: 24px;
    padding: 0 20px;
}

.view-details-table .online-orders-table tr {
    border: 1px solid #ffffff26;
}

.status {
    padding: 0 10px;
    height: 28px;
    border-radius: 43px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
}

.pending {
    background-color: #f68a3d4d;
    color: #ff8d28;
}

.payment_pending {
    background-color: #f68a3d4d;
    color: #ff8d28;
}

.pending:hover {
    color: #ff8d28;
}

.confirmed {
    color: #47f9ff;
    background-color: #47f9ff33;
}

.processing {
    color: #9640ff;
    background-color: #8827ff4d;
}

.delivered {
    background-color: #22a94e4d;
    color: #22a94e;
}

.cancelled {
    color: #ff3b30;
    background-color: #ff3b304d;
}

.returned {
    color: #00c7be;
    background-color: #00c7be1a;
}

.responsive-table {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.order-responsive-table {
    height: 100vh;
}

.online-orders-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

/*----------------------------------------------------*/
.view-order-details {
    padding-bottom: 40px;
}

.view-order-details .order-details-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff26;
}

.view-order-details .order-details-heading h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}

.view-order-details .order-details-heading .order-cancel-btn {
    background-color: #ff006a;
    padding: 4px 20px;
    border-radius: 6px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: inline-block;
}

.order-no {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 20px 0 20px;
}

.order-no .left-side h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}

.order-no .left-side p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 8px;
}

.order-no .right-side {
    text-align: right;
}

.order-no .right-side ul li {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3F3F46;
    margin-bottom: 4px;
}

.order-no .right-side ul li:last-child {
    margin-bottom: 0;
}

.order-status-pending {
    color: #ff8d28;
}

.order-status-payment_pending {
    color: #ff8d28;
}

.order-status-confirmed {
    color: #47f9ff;
}

.order-status-processing {
    color: #9640ff;
}

.order-status-delivered {
    color: #22a94e;
}

.order-status-cancelled {
    color: #ff3b30;
}

.order-status-returned {
    color: #00c7be;
}

.cash-on-delivery {
    color: #1A1C1E;
}

.payment-status-unpaid {
    color: #ff3b30;
}

.payment-status-paid {
    color: #22a94e;
}

.payment-status-free {
    color: #007bff;
}

.payment-status-refund {
    color: #f68a3d;
}

.address-order-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-top: 4px;
}

.order-summary-card {
    width: 280px;
    border-radius: 4px;
    padding: 12px 16px;
}

.order-summary-card .summary-body .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.order-summary-card .summary-body .items span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3F3F46;
}

.order-summary-card .summary-body .items h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffffcc;
}

.order-summary-card .summary-body .total {
    border-top: 1px solid #ffffff63;
    padding-top: 16px;
}

.order-summary-card .summary-body .total span {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.order-summary-card .summary-body .total h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}

/*----------------------------------------------------*/
.profile-reviews-page {
    margin-top: 0;
}

.profile-reviews-page .nav-pills {
    border-bottom: 1px solid #ffffff26;
}

.profile-reviews-page .to-reviews .review-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #ffffff26;
}

.profile-reviews-page .to-reviews .review-items:last-child {
    border-bottom: 0;
}

.profile-reviews-page .to-reviews .review-items .reviews-left {
    display: flex;
    align-items: center;
}

.profile-reviews-page .to-reviews .review-items .reviews-left img {
    width: 80px;
    height: 74px;
}

.profile-reviews-page .to-reviews .review-items .reviews-left .right {
    margin-left: 25px;
}

.profile-reviews-page .to-reviews .review-items .reviews-left .right p {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
}

.profile-reviews-page .to-reviews .review-items .reviews-right .reviews-btn {
    background-color: #ff006a;
    border-radius: 4px;
    padding: 7px 26px;
    display: inline-block;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    border: 0;
}

.review-history .history-items {
    display: flex;
    border-bottom: 1px solid #ffffff36;
    margin: 16px 20px 0 23px;
    padding-bottom: 16px;
}

.review-history .history-items:last-child {
    border: 0;
}

.review-history .history-items .history-left img {
    width: 70px;
    height: 69px;
}

.review-history .history-items .history-right {
    margin-left: 16px;
    width: 100%;
}

.review-history .history-items .history-right .rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-history .history-items .history-right .rating .left-side ul li {
    display: inline-block;
    margin-right: 2px;
}

.review-history .history-items .history-right .rating .left-side span {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff !important;
}

.review-history .history-items .history-right .rating .right-side a {
    border: 1px solid #9999994d;
    border-radius: 4px;
    padding: 8px 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}

.review-history .history-items .history-right p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #ffffffa6;
    margin-top: 10px;
}

/*----------------------------------------------------*/
.profile-shipping-heading {
    padding: 7px 20px 7px 24px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff26;
}

.profile-shipping-heading h5 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
}

.profile-shipping-heading .addshiping {
    color: #ffffff;
    background-color: #ff006a;
    border: 0;
    border-radius: 4px;
    padding: 8px 10px;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.address-body {
    padding: 24px 24px 30px 24px;
}

.address-card {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ffffff33;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 17px;
}

.address-card:last-child {
    margin-bottom: 0;
}

.address-card .left {
    display: flex;
}

.address-card .left .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff006a33;
    text-align: center;
    line-height: 34px;
    margin-right: 8px;
}

.address-card .left .info h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.address-card .left .info p {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.address-card .address {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ffffffd9;
}

.address-card .actions button {
    background-color: transparent;
    padding: 3px 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.address-card .actions a {
    background-color: transparent;
    padding: 3px 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.address-card .actions .edit {
    border: 1px solid #00ac2b;
    color: #00ac2b;
    border-radius: 4px;
}

.address-card .actions .delete {
    color: #c52127;
    border: 1px solid #c52127;
    border-radius: 4px;
    margin-left: 8px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 1399px) {
    .products-section .product-card-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .secend-section .secend {
        padding: 27px 24px 27px 20px;
    }

    .secend-section .secend .secend-card {
        padding: 20px 6px 20px 0;
    }

    .main-footer .footer-content-row .footer-col-brand .download-buttons-group {
        display: block !important;
    }

    .main-footer .footer-content-row .footer-col-brand .download-buttons-group a {
        display: block;
        margin-top: 16px;
    }

    .products-section .product-card-grid .product-card-items .card-body .theme-btn {
        padding: 6px 0px !important;
    }
}

@media (max-width: 1199px) {
    .products-section .product-card-grid .product-card-items .card-body .theme-btn {
        padding: 6px 0px !important;
    }

    .secend-there-card {
        border: 0;
    }

    .app-banner-section {
        padding: 40px 0 0 0;
    }

    .lg-mb-30 {
        margin-bottom: 30px;
    }

    .lg-mb-30:last-child {
        margin-bottom: 0;
    }

    .product-details-section .products-section .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ebook-page-section .e-books-section .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-section .profile .profile-left-side-bar .side-menu .menu-header .name a {
        font-size: 16px;
    }

    .profile-section .profile .profile-left-side-bar .contain-menu ul li a {
        padding: 12px 8px 12px 10px;
    }
}

@media (max-width: 991px) {
    header .custom-navbar .collapse {
        margin-top: 20px;
    }

    header .custom-navbar .collapse .navbar-nav .nav-item {
        margin-bottom: 20px;
    }

    .products-section .product-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .secend-card-two {
        border: 0 !important;
    }

    .secend-there-card {
        border-color: #ffffff26;
    }

    .md-mb-30 {
        margin-bottom: 30px !important;
    }

    .md-mb-30:last-child {
        margin-bottom: 0 !important;
    }

    .ebook-page-section .e-books-section .product-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .profile-right-side-bar .right-side-bar-top .delivered {
        margin-left: 0;
    }

    .profile-section .profile .profile-left-side-bar .side-menu .menu-header .name a {
        font-size: 20px;
    }

    .profile-section .profile .profile-left-side-bar .contain-menu ul li a {
        padding: 12px 10px 12px 16px;
    }

    .log-out-btn {
        position: inherit;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner-section {
        padding: 60px 12px;
    }

    .banner-section .main-banner-title {
        font-size: 45px;
    }

    .products-section .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .secend-card {
        border: 0 !important;
    }

    .secend-section {
        padding: 45px 0;
    }

    .faq-section .accordion .accordion-item .accordion-header .accordion-button {
        padding-right: 60px;
    }

    .footer-col-category {
        margin-bottom: 30px;
    }

    .ebook-page-section .e-books-section .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .address-order-summary {
        display: block;
    }

    .address-order-summary .check-out-card {
        margin-bottom: 30px;
    }

    .order-no {
        display: block;
    }

    .order-no .right-side {
        margin-top: 16px;
    }

    .address-card {
        display: block;
    }

    .address-card .actions {
        margin-top: 16px;
    }
}

@media (max-width: 575px) {
    .sm-mb-30 {
        margin-bottom: 30px;
    }

    .profile-right-side-bar .right-side-bar-top .processing {
        margin-left: 0px;
    }

    .profile-right-side-bar .right-side-bar-top .cancelled {
        margin-left: 0;
    }

    .pagination {
        display: block;
    }

    .pagination ul {
        margin-top: 16px;
    }

    .offer-price {
        margin-left: 0 !important;
    }

    .ebook-page-section .preview-box img {
        height: 300px;
        width: 235px;
        display: block;
        margin: auto !important;
    }
}

@media (max-width: 477px) {
    .banner-section .badge-container .awesome-badge {
        font-weight: 400;
        font-size: 14px;
    }

    .banner-section .download-buttons-group {
        display: block !important;
    }

    .banner-section .download-buttons-group a {
        display: block;
        margin-bottom: 15px;
    }

    .banner-section .main-banner-title {
        font-size: 35px;
    }

    .banner-section .banner-subtitle {
        font-size: 14px;
    }

    .products-section .product-card-grid .product-card-items .product-image-container img {
        height: 200px;
    }

    .app-banner-section .banner-text-content .download-title {
        font-size: 30px;
    }

    .app-banner-section .banner-text-content .description {
        font-size: 16px;
    }

    .app-banner-section .banner-text-content .description br {
        display: none;
    }

    .features-section .section-header .section-title {
        font-size: 30px;
    }

    .features-section .section-header .section-subtitle {
        font-size: 14px;
    }

    .product-details-section .products-section .product-card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-page .pagination-component ul li {
        margin-bottom: 7px;
    }

    .ebook-page-section .e-books-section .product-card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .ebook-page-section .eldridge {
        display: block;
    }

    .price-group {
        /* display: block !important; */
    }

    .ebook-page-section .eldridge h6 {
        font-size: 16px !important;
    }

    .ebook-page-section .ebook-title {
        font-size: 20px;
    }

    .description {
        font-size: 14px;
        margin-top: 12px;
    }

    .check-out .check-out-hedings {
        display: block;
    }

    .check-out .check-out-hedings .Shipping-btn {
        margin-top: 16px;
    }
}

/*----------------------------------------------------*/

/* Default hidden state for WOW */
.wow {
    visibility: hidden;
}

/* Animate fade-up */
.fade-up {
    transform: translateY(30px);
    /* start slightly below */
    opacity: 0;
    transition:
        transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* When WOW adds 'animated' class */
.animated.fade-up {
    transform: translateY(0);
    /* move to final position */
    opacity: 1;
}

.animated.fade-up {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s;
    /* element-wise delay */
}

.wow:nth-child(1) {
    transition-delay: 0s;
}

.wow:nth-child(2) {
    transition-delay: 0.1s;
}

.wow:nth-child(3) {
    transition-delay: 0.2s;
}

.product-header-btn {
    display: flex;
}

.product-search input {
    background-color: #fff;
    border: 1px solid #E7EAED;
    outline: none;
    box-shadow: none;
    width: 258px;
    height: 40px;
    border-radius: 100px;
    font-family: "Lexend";
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    padding-left: 16px;
    padding-right: 45px;
}

.product-search input::placeholder {
    color: #3F3F46;
}

.product-search {
    position: relative;
    margin-left: 10px;
    display: inline-block;
}

.product-search .search-icons {
    position: absolute;
    top: 5px;
    right: 16px;
}

.product-search svg path {
    fill: #3F3F46;
}

@media (max-width: 1100px) {
    .product-header-btn {
        display: block;
    }

    .product-header-btn .product-search {
        margin-top: 10px;
        margin-left: 0;
    }

    .product-page-section .flex-nowrap {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .product-search input {
        width: 100%;
    }

    .product-search {
        display: block;
    }
}



.secend::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    border-radius: 9px;
}

.secend::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    border-radius: 9px;
}

.secend span.border-bottom {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
}

.secend span.border-left {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
}



.e-book-section-header ul li {
    display: inline-block;
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.65);
}

.e-book-section-header ul li a {
    color: rgba(255, 255, 255, 0.65);
}

.e-book-section-header ul li .active {
    color: #ff006a;
}

.e-books-list {
    margin-top: 8px !important;
}

.banner_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* otp Modal Styling */
#otpModal {
    z-index: 9999;
}

.otp-modal {
    background-color: #ffff;
    border-radius: 16px;
    padding: 30px 48px 40px 48px !important;
}

.otp-modal .modal-header {
    padding: 0 !important;
}

.otp-modal .modal-header .btn-close {
    background-image: none !important;
    outline: none;
    box-shadow: none;
}

.otp-input {
    width: 45px;
    height: 52px;
    background-color: transparent;
    border: 1px solid #71717a;
    text-align: center;
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}

.otp-input:focus {
    background-color: transparent;
    color: white;
    border-color: #ff006a;
    box-shadow: none;
    outline: none;
}

.otp-modal h3 {
    font-family: "Lexend";
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 12px;
}

.otp-modal p {
    font-family: "Lexend";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
}

.otp-modal span {
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    display: block;
}

.otp-modal small {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #b4b7ba;
}

.otp-modal small a {
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ff006a;
}

.otp-modal .btn-pink {
    background-color: #ff006a;
    color: white;
    border: none;
    border-radius: 6px;
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.otp-icon {
    background: #fecf8f24;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal {
    z-index: 99999;
}

.phone-input {
    display: flex;
}

.phone-input span {
    border: 1px solid #ffffff26;
    font-family: "Lexend";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.8;
    border-right: 0;
    padding: 11px 0 11px 14px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.phone-input .form-control {
    border-left: 0 !important;
}

.border-bottom {
    border-bottom-color: #7901d6 !important;
}

.login-modal {
    background-color: #fff;
    color: white;
    border-radius: 16px;
    border: none;
}

.login-modal .modal-body {
    padding: 17px 24px 30px 24px;
}

.login-modal .modal-body h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 13px;
}

.login-modal .nav-tabs {
    border-bottom: 1px solid #6c6f71 !important;
}

.login-modal .nav-tabs .nav-link {
    border: none !important;
    background: transparent !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3F3F46;
}

.login-modal .nav-tabs .nav-link.active {
    color: #ff006a !important;
    border-bottom: 2px solid #ff006a !important;
}

.login-modal .form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.login-modal .custom-input-group {
    border: 1px solid #D2D6DB;
    border-radius: 8px;
}

.login-modal .custom-input-group span img {
    width: 32px;
    height: 20px;
    object-fit: contain;
}

.login-modal .custom-input-group span .number {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #d2d6db;
    padding: 0 7px 0 10px;
}

.login-modal .custom-input-group .form-control {
    box-shadow: none;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #d2d6db;
}

.login-modal .custom-input-group .form-control::placeholder {
    color: #3F3F46;
}

.login-modal .custom-input-group:focus-within {
    border-color: #ff006a;
    box-shadow: none;
}

.vertical-divider {
    width: 1px;
    height: 21px;
    background-color: #e4e3de;
}

.login-modal .btn-pink {
    background-color: #ff006a;
    border-radius: 6px;
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: 0;
}

.login-modal .custom-close-btn {
    background: #b3b3b3;
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
}

.login-modal .account {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #e7eaed;
    text-align: center;
}

.login-modal .account a {
    font-family: "Inter";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ff006a;
}

.modal-close-btn {
    position: relative;
}

.email-modal .form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.login-modal .full-name .form-control {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #d2d6db;
}

.login-modal .full-name .form-control::placeholder {
    color: #d2d6db;
}

.coupon {
    color: #000;
}

.coupon:hover {
    color: #000;
}

/* Coupon Modal - White Theme Matching Design Image */
.coupon-modal-content {
    background-color: #ffffff;
    border-radius: 16px;
    border: none;
    color: #111827;
}

.coupon-modal-content .modal-header {
    padding: 20px 24px 0;
}

.coupon-modal-content .modal-title {
    font-size: 18px;
    font-weight: 700;
}

.coupon-modal-content .btn-close {
    opacity: 0.8;
}

.coupon-modal-body {
    padding: 20px 24px 24px;
}

.coupon-modal-body .form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
    margin-bottom: 6px;
    display: inline-block;
}

.custom-coupon-input {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #111827;
    background-color: #ffffff;
    box-shadow: none;
    transition: border-color 0.2s;
}

.custom-coupon-input::placeholder {
    color: #9ca3af;
}

.custom-coupon-input:focus {
    border-color: #ff006a;
    box-shadow: 0 0 0 3px rgba(255, 0, 106, 0.08);
    outline: none;
}

.btn-apply-coupon {
    background-color: #ff006a;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.2s;
}

.btn-apply-coupon:hover {
    background-color: #e6005f;
    color: white;
}

.coupon-list {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 4px;
}

.coupon-list::-webkit-scrollbar {
    width: 4px;
}

.coupon-list::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 10px;
}

.coupon-card {
    background-color: #E6F6E8;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.coupon-left {
    min-width: 90px;
    padding: 16px 12px;
    /* background-color: #E6F6E8; */
    position: relative;
}

.coupon-left::before,
.coupon-left::after {
    content: "";
    position: absolute;
    right: -12px;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 2;
}

.coupon-left::before {
    top: -12px;
}

.coupon-left::after {
    bottom: -12px;
}

.coupon-card .coupon-divider {
    position: absolute;
    left: 90px;
    top: 12px;
    bottom: 12px;
    width: 0;
    border-left: 2px dashed #fff;
    z-index: 1;
}

/* Orange Coupon Variant */
.coupon-card.coupon-orange {
    background-color: #FFF5E7;
    border-color: #ffedd5;
}


.coupon-card.coupon-orange .coupon-divider {
    /* border-left-color: #fdba74; */
}

.coupon-list .coupon-card.coupon-orange .coupon-left .discount-percent {
    color: #ea580c !important;
}

.coupon-list .coupon-card.coupon-orange .coupon-left .discount-flat {
    color: #c2410c !important;
}

.coupon-list .coupon-card .coupon-left h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 4px;
}

.coupon-list .coupon-card .coupon-left .discount-percent {
    color: #16a34a !important;
}

.coupon-list .coupon-card .coupon-left .discount-flat {
    color: #f97316;
}

.coupon-list .coupon-card .coupon-left small {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #6b7280;
}

.coupon-right {
    padding: 14px 16px;
    flex-grow: 1;
}

.coupon-right .coupon-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
    margin-bottom: 4px;
}

.coupon-right .coupon-desc {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #6b7280;
    margin-bottom: 2px;
}

.coupon-right .coupon-till {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9ca3af;
    margin-bottom: 6px;
}

.coupon-right .coupon-code {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #374151;
}

.coupon-apply-btn {
    background-color: #ff006a;
    padding: 6px 18px;
    border-radius: 70px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.coupon-apply-btn:hover {
    background-color: #e6005f;
}

.coupon-modal .modal-dialog {
    max-width: 410px;
}

.coupon-modal-body #coupon-input {
    color: #111827;
}

.just-offer {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #D2D6DB;
}

.just-offer .special-offer {
    display: flex;
}

.just-offer .special-offer .right-side {
    margin-left: 10px;
}

.just-offer .special-offer .right-side span {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.just-offer .special-offer .right-side small {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.9;
    display: block;
}

.just-offer .offer-code {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

.just-offer .offer-code .left-side h6 {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    opacity: 0.9;
}

.just-offer .offer-code .right-side a {
    background-color: #ff006a;
    padding: 6px 14px;
    display: inline-block;
    border-radius: 70px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}

.coupon-items {
    margin-bottom: 16px;
}

.modal-backdrop.show {
    background: rgba(0, 0, 0, 0.9);
}

.preview-upload-img {
    display: none;
    width: 120px;
    height: 120px;
    border-radius: 4px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.coupon-modal-body #coupon-input {
    color: #ffff;
}

.cart-variant-box {
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid transparent;
}

.cart-variant-box.active {
    background-color: #634cf2 !important;
    color: #fff !important;
}

.cart-variant-box.active * {
    color: #fff;
}

#product-details .qty-wrapper {
    background: transparent;
}

#product-details .qty-wrapper .qty-box {
    width: 120px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    overflow: hidden;
}

#product-details .qty-wrapper .qty-btn {
    background: #ebebeb;
    color: #131313;
    border: none;
    width: 36px;
    font-size: 18px;
    line-height: 1;
}

#product-details .qty-wrapper .qty-btn:hover {
    background: #222;
    color: #fff;
}

#product-details .qty-wrapper .qty-input {
    background: #111;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 16px;
}

#product-details .qty-wrapper .qty-input:focus {
    box-shadow: none;
    background: #111;
    color: #fff;
}

.products-section .product-card-grid .product-card-items .card-body h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
}

.products-section .product-card-grid .product-card-items .card-body span {
    color: #16a34a;
}

.table-action button {
    background-color: transparent !important;
    border: 0 !important;
}

.table-action button i {
    color: #999999;
}

.table-action .dropdown-menu {

    border: 0.7px solid #f1f1f1d7 !important;
    padding: 8px 9px;
    min-width: 112px;
}

.table-action .dropdown-menu li a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #242424 !important;
}

.table-action .dropdown-menu li a i {
    margin-right: 6px;
}

.table-action .dropdown-menu li {
    margin-top: 8px;
}

.table-action .dropdown-menu li:first-child {
    margin-top: 0;
}

.course-page-section .course-page-header ul li {
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #ffffffa6;
    display: inline-block;
}

.course-page-section .course-page-header ul li a {
    color: #ffffffa6;
}

.course-page-section .course-page-header ul li .active {
    color: #ff006a;
}

.course-page-section .course-custom-grid-container {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.course-page-section .course-custom-grid-container .course-card {
    border-radius: 6px;
    border: 1px solid #D2D6DB;
    background-color: #fff;
    height: 100% !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.course-page-section .course-custom-grid-container .course-card:hover {
    border-color: #FF006A;
}

.course-page-section .course-custom-grid-container .course-card .image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
}

.course-page-section .course-custom-grid-container .course-card:hover .image-wrapper img {
    transform: scale(1.08);
}

.course-page-section .course-custom-grid-container .course-card .image-wrapper {
    position: relative;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 376 / 240 !important;
    overflow: hidden;
}

.course-page-section .course-custom-grid-container .course-card .image-wrapper .badge-trending {
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: #ff9d14;
    padding: 2px 12px;
    border-radius: 33px;
    font-family: "Inter";
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
}

.course-page-section .course-custom-grid-container .course-card .image-wrapper .popular {
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: #2563eb;
    padding: 2px 12px;
    border-radius: 33px;
    font-family: "Inter";
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
}

.course-page-section .course-custom-grid-container .course-card .image-wrapper .discount {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: url("/assets/images/badge.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6px 20px 6px 10px;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
}

.course-page-section .course-custom-grid-container .course-card .card-content {
    padding: 12px;
}

.course-page-section .course-custom-grid-container .course-card .card-content .hair {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #4781ff;
}

.course-page-section .course-custom-grid-container .course-card .card-content h5 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-top: 2px;
}

.course-page-section .course-custom-grid-container .course-card .card-content .content-footer {
    margin-top: 14px;
}

.course-page-section .course-custom-grid-container .course-card .card-content .content-footer .price .new-price {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #1A1C1E;
}

.course-page-section .course-custom-grid-container .course-card .card-content .content-footer .price .old-price {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-decoration-line: line-through;
    color: #3F3F46;
    display: block;
}

.course-page-section .course-custom-grid-container .course-card .card-content .content-footer .btn-explore {
    border: 1px solid #D2D6DB;
    background-color: transparent;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #3F3F46;
    padding: 3px 13px;
    border-radius: 5px;
}

.course-page-section .course-custom-grid-container .course-card .card-content .content-footer .btn-explore:hover {
    color: #fff;
    background-color: #FF006A;
}

.course-pagination .pagination {
    display: block;
    text-align: center;
}

@media (max-width: 1199px) {
    .course-page-section .course-custom-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .course-page-section .course-custom-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .course-page-section .course-custom-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .course-page-section .course-custom-grid-container .course-card .card-content {
        padding: 8px;
    }

    .course-page-section .course-custom-grid-container .course-card .card-content .hair {
        font-size: 12px;
        line-height: 16px;
    }

    .course-page-section .course-custom-grid-container .course-card .card-content h5 {
        font-size: 13px;
        line-height: 18px;
    }

    .course-page-section .course-custom-grid-container .course-card .card-content .content-footer {
        margin-top: 8px;
    }

    .course-page-section .course-custom-grid-container .course-card .card-content .content-footer .price .new-price {
        font-size: 14px;
    }

    .course-page-section .course-custom-grid-container .course-card .card-content .content-footer .btn-explore {
        font-size: 12px;
        line-height: 18px;
        padding: 2px 10px;
        background: #FF006A;
        color: #fff;
        border-color: #FF006A;
    }
}

.products-section .course-custom-grid-container {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.products-section .course-custom-grid-container .course-card {
    border-radius: 6px;
    border: 1px solid #D2D6DB;
    background-color: #fff;
    height: 100% !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.products-section .course-custom-grid-container .course-card:hover {
    border-color: #FF006A;
}

.products-section .course-custom-grid-container .course-card .image-wrapper {
    position: relative;
    height: 240px;
    width: 100%;
    overflow: hidden;
}

.products-section .course-custom-grid-container .course-card .image-wrapper img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.products-section .course-custom-grid-container .course-card:hover .image-wrapper img {
    transform: scale(1.08);
}

.products-section .course-custom-grid-container .course-card .image-wrapper .discount {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("/assets/images/badge.svg") no-repeat;
    background-size: cover;
    padding: 6px 20px 6px 10px;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.products-section .course-custom-grid-container .course-card .card-content {
    padding: 12px;
}

.products-section .course-custom-grid-container .course-card .card-content .hair {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #4781ff;
}

.products-section .course-custom-grid-container .course-card .card-content h5 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #111827;
    margin-top: 2px;
}

.products-section .course-custom-grid-container .course-card .card-content .product-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
}

.products-section .course-custom-grid-container .course-card .card-content .product-rating i {
    color: #f59e0b;
    font-size: 13px;
}

.products-section .course-custom-grid-container .course-card .card-content .product-rating .rating-value {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #111827;
}

.products-section .course-custom-grid-container .course-card .card-content .product-rating .rating-count {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #6b7280;
}

.products-section .course-custom-grid-container .course-card .card-content .content-footer {
    margin-top: 14px;
}

.products-section .course-custom-grid-container .course-card .card-content .content-footer .price .new-price {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #1A1C1E;
}

.products-section .course-custom-grid-container .course-card .card-content .content-footer .price .old-price {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-decoration-line: line-through;
    color: #3F3F46;
    display: block;
}

.products-section .course-custom-grid-container .course-card .card-content .content-footer .btn-explore {
    border: 1px solid #D2D6DB;
    background: transparent;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #3F3F46;
    padding: 3px 13px;
    border-radius: 5px;
    text-decoration: none;
}

.products-section .course-custom-grid-container .course-card .card-content .content-footer .btn-explore:hover {
    color: #fff;
    background: #FF006A;
}

@media (max-width: 1199px) {
    .products-section .course-custom-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .products-section .course-custom-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-section .course-custom-grid-container .course-card .image-wrapper img {
        height: 190px;
    }

    .products-section .course-custom-grid-container .course-card .image-wrapper {
        height: 190px;
    }
}

@media (max-width: 400px) {
    .products-section .course-custom-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-section .course-custom-grid-container .course-card .image-wrapper {
        height: 212px;
    }

    .products-section .course-custom-grid-container .course-card .image-wrapper img {
        height: 212px;
    }
}

@media (max-width: 575px) {
    .products-section .course-custom-grid-container .course-card .card-content {
        padding: 8px;
    }

    .products-section .course-custom-grid-container .course-card .card-content .hair {
        font-size: 12px;
        line-height: 16px;
    }

    .products-section .course-custom-grid-container .course-card .card-content h5 {
        font-size: 13px;
        line-height: 18px;
    }

    .products-section .course-custom-grid-container .course-card .card-content .product-rating {
        margin-top: 4px;
    }

    .products-section .course-custom-grid-container .course-card .card-content .content-footer {
        margin-top: 8px;
    }

    .products-section .course-custom-grid-container .course-card .card-content .content-footer .price .new-price {
        font-size: 14px;
    }

    .products-section .course-custom-grid-container .course-card .card-content .content-footer .btn-explore {
        font-size: 12px;
        line-height: 18px;
        padding: 2px 10px;
        background: #FF006A;
        color: #fff;
        border-color: #FF006A;
    }
}

.ebook-card-square .course-card .image-wrapper {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.ebook-card-square .course-card .image-wrapper img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ebook-card-square .course-card:hover .image-wrapper img {
    transform: scale(1.08);
}

.explore-all-course-btn {
    font-family: "Lexend";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    background-color: #1f1f1f;
    padding: 8px 24px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 32px;
}

.explore-all-course-btn:hover {
    color: #fff !important;
    background-color: #FF006A !important;
}

.explore-all-course-btn i {
    margin-left: 8px;
    font-size: 12px;
}

/* course-video-details-section */
.course-video-details-section .video-course-header {
    background-color: #fff;
    padding: 20px 0 60px 0;
}

.course-header-menu li {
    display: inline-block;
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #3F3F46;
}

.course-header-menu li a {
    color: rgba(21, 21, 21, 0.65);
}

.course-header-menu li .active {
    color: #ff006a;
}

.course-video-details-section .course-heading-title span {
    font-family: "Lexend";
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #2563eb;
    margin-top: 20px;
    display: inline-block;
}

@media (max-width : 576px) {
    .course-video-details-section .course-heading-title span {
        display: none;
    }

    .course-video-details-section .course-heading-title .d-flex span {
        display: inline !important;
    }

    .course-video-details-section .course-heading-title h1 {
        margin-top: 0px;
    }
}

.course-video-details-section .course-heading-title h1 {
    font-family: "Lexend";
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    color: #ffffff;
    margin-top: 12px;
}

.video-tabs-part {
    margin-top: -43px;
    border: 0 !important;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-bottom: 1px solid #D3D3D3 !important;
}

.video-tabs-part::-webkit-scrollbar {
    display: none;
}

.video-tabs-part .nav-item {
    flex-shrink: 0;
}

.video-tabs-part .nav-item {
    border-color: transparent;
}

.video-tabs-part .nav-item .nav-link {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #6C6F71;
    padding: 9px 55px;
    white-space: nowrap;
}

.video-tabs-part .nav-item .nav-link:hover {
    border-color: transparent;
}

.video-tabs-part .nav-item .active {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ff006a !important;
    color: #ff006a;
}

.video-tabs-part .nav-item .nav-link svg {
    stroke: #6C6F71;
    height: 20px;
    width: 20px;
}

.course-video-svg {
    height: 40px !important;
    width: 40px !important;
}

.video-tabs-part .nav-item .active svg {
    stroke: #ff006a;
}

.course-nav-tabs-body {
    margin-top: 24px;
}

.video-accordion {
    background-color: #fff;
    border: 1px solid #E7EAED !important;
    margin-bottom: 16px;
    border-radius: 6px;
    overflow: hidden;
}

.video-accordion .accordion-header .accordion-button {
    background-color: #fff;
    font-family: "Lexend";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1a1c1e;
    outline: none;
    box-shadow: none;
    border-bottom: none;
    padding: 14px 20px;
}

.video-accordion .accordion-header .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #E7EAED;
}

.video-accordion .accordion-header .accordion-button::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none !important;
    width: auto;
    height: auto;
    color: #333;
    font-size: 14px;
}

.video-accordion .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f077";
    background-image: none !important;
    transform: none;
}

.video-accordion .accordion-body {
    padding: 0;
    background-color: #fff;
}

.video-accordion .accordion-body .video-item {
    border-bottom: 1px solid #eaecf0;
    padding: 12px 20px;
    margin-top: 0;
    align-items: flex-start !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.video-accordion .accordion-body .video-item:hover {
    background-color: #f9fafb;
}

.video-accordion .accordion-body .video-item:last-child {
    border-bottom: 0;
}

.video-accordion .accordion-body .video-item.active {
    background-color: #f9fafb;
}

.video-accordion .accordion-body .video-item .thumb-icon {
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}

.video-accordion .accordion-body .video-item .thumb-icon img {
    width: 64px;
    height: 64px;
    border-radius: 6px;
    object-fit: cover;
}

.video-accordion .accordion-body .video-item .thumb-icon span {
    background-color: #ff006a;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 8px rgba(255, 0, 106, 0.3);
}

.video-accordion .accordion-body .video-item .thumb-icon .lock-video svg {
    width: 24px;
    height: 24px;
}

.video-accordion .accordion-body .video-item .thumb-icon .lock-video {
    background-color: transparent;
}

.video-accordion .accordion-body .video-item .thumb-icon svg {
    width: 8px;
    height: 8px;
}

.video-accordion .accordion-body .video-item .thumb-title {
    margin-left: 14px;
    flex: 1;
}

.video-accordion .accordion-body .video-item .thumb-title h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #101828;
    display: block;
    margin-bottom: 2px;
}

.video-accordion .accordion-body .video-item .thumb-title small {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #667085;
    display: block;
}

.video-accordion .accordion-body .video-item .thumb-title span {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #667085;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
}

.video-accordion .accordion-body .video-item .thumb-title span svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.video-accordion .accordion-body .video-item .thumb-title span svg path {
    stroke: #667085;
    stroke-opacity: 1;
}


.description-content {
    margin-top: 40px;
}

.description-content h3 {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

@media (max-width : 516px) {
    .description-content h3 {
        font-size: 20px;
    }
}

.description-content p {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
}

.instructors-content {
    margin-top: 40px;
}

.instructors-content h3 {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.instructors-content .instructors-card {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    border-radius: 8px;
}

.instructors-content .instructors-card .instructors-item {
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 3px 4px 23px 1px #C1C5D226 !important;
    box-shadow: 0px 0px 1px 0px #C1C5D280;

}

.instructors-content .instructors-card .instructors-item img {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.instructors-content .instructors-card .instructors-item .instructors-card-content {
    background-color: #fff;
    padding: 12px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.instructors-content .instructors-card .instructors-item .instructors-card-content span {
    font-family: "Lexend";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #161616;
    display: block;
}

.instructors-content .instructors-card .instructors-item .instructors-card-content small {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #161616;
    opacity: 0.8;
    margin-top: 8px;
    display: block;
}

.right-side-play-video {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0px 10px 30px rgba(15, 23, 42, 0.08);
    margin-top: -240px;
    position: relative;
    width: 410px;
    top: 45px;
}

.col-lg-4.sticky-sidebar {
    position: sticky;
    top: 280px;
    align-self: flex-start;
}

.right-side-play-video .ratio.ratio-16x9 {
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.3s ease, margin 0.3s ease;
    max-height: 240px;
    opacity: 1;
    overflow: hidden;
}

.right-side-play-video.header-hidden .ratio.ratio-16x9 {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.right-side-play-video .card-body {
    margin-top: 8px;
}

.right-side-play-video .card-body .video-price h3 {
    font-family: "Lexend";
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    color: #111827;
}

.video-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.right-side-play-video .discrount-price {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.discrount-price h4 {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-decoration-line: line-through;
    color: #6b7280 !important;
}

.discrount-price span {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: #ff3b30;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 6px;
    margin-left: 14px;
}

.right-side-play-video .video-btn {
    margin-top: 27px;
}

.right-side-play-video .video-btn .add-catr-btn {
    background-color: #ff006a;
    width: 100%;
    height: 55px;
    border: 1px solid #ff006a;
    border-radius: 6px;
    font-family: "Lexend";
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.mobile-sticky-video-btn .add-catr-btn {
    background-color: #ffff;
    color: #ff006a !important;
    width: 100%;
    height: 55px;
    border: 1px solid #ff006a;
    border-radius: 8px !important;
    font-family: "Lexend";
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.right-side-play-video .video-btn .add-catr-btn:hover {
    background-color: #ffe4f0;
    color: #ff006a;
}

.right-side-play-video .video-btn .buy-now-btn {
    border: 1.5px solid var(--Primary-Primary, #ff006a);
    width: 100%;
    height: 55px;
    border-radius: 6px;
    background-color: transparent;
    margin-top: 16px;
    font-family: "Lexend";
    font-weight: 600;
    font-size: 18px;
    line-height: 55px;
    color: #ff006a;
    display: inline-block;
    text-align: center;
}

.mobile-sticky-video-btn .buy-now-btn {
    background-color: #ff006a;
    width: 100%;
    height: 55px;
    border: 1px solid #ff006a;
    border-radius: 8px !important;
    font-family: "Lexend";
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.right-side-play-video .video-btn .buy-now-btn:hover {
    background-color: #ff006a;
    color: #ffffff;
}

.courses-includes {
    margin-top: 30px;
}

.courses-includes h5 {
    font-family: "Lexend";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #111827;
    margin-bottom: 6px;
}

.courses-includes .includes-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 0 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.courses-includes .includes-item .left-side {
    display: flex;
    align-items: center;
}

.courses-includes .includes-item .left-side h6 {
    margin-left: 10px;
}

.courses-includes .includes-item h6 {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3F3F46 !important;
}

.courses-includes .includes-item:last-child {
    border-bottom: 0;
}

@media (max-width: 1399px) {
    .video-tabs-part .nav-item .nav-link {
        padding: 9px 40px;
    }
}

@media (max-width: 1199px) {
    .video-tabs-part .nav-item .nav-link {
        padding: 9px 25px;
    }

    .course-video-details-section .course-heading-title h1 {
        font-size: 20px;
    }
}

.sm-video-container {
    display: none;
}

.sm-video-container .ratio,
.sm-video-container .ratio img,
.sm-video-container .main-video-overlay {
    border-radius: 0 !important;
}

.sm-video-price-sec {
    display: none;
}

.sm-course-includes {
    display: none;
}

.what-included-header {
    margin-bottom: 20px;
}

.what-included-header h5 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.what-included-header .star-icon {
    color: #E91E63;
    font-size: 24px;
}

.what-included-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.included-card {
    background: #FFE5EE36;
    border: 1px solid #FFE5EE80;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.included-card:hover {
    border-color: #E91E63;
    transform: translateY(-2px);
}

.included-card .included-icon {
    width: 56px;
    height: 56px;
    border: 1px solid #FCE7EE;
    background: #FFF0F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.included-card .included-icon img {
    width: 24px;
    height: 24px;
}

.included-card h6 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
}

.included-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Sidebar courses-includes - single column grid */
.courses-includes .what-included-grid {
    grid-template-columns: repeat(2, 1fr);
}

.courses-includes .included-card {
    padding: 16px 14px;
}

.courses-includes .included-card .included-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
}

.courses-includes .included-card h6 {
    font-size: 16px;
}

.courses-includes .included-card p {
    font-size: 12px;
}

/* Course Details Section */
.course-details-section {
    margin-top: 40px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}

.course-details-header {
    margin-bottom: 16px;
}

.course-details-header h5 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.course-details-header .book-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.course-details-header .book-icon svg {
    width: 24px;
    height: 24px;
}

.course-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.detail-card {
    background: #FFE5EE33;
    border: 1px solid #FFE5EE80;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.detail-card:hover {
    border-color: #FF006A;
    transform: translateY(-1px);
}

.detail-card .detail-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #FFF0F5;
    border: 1px solid #FCE7EE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-card .detail-icon svg {
    width: 20px;
    height: 20px;
}

.detail-card .detail-content h6 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
    line-height: 1.3;
}

.detail-card .detail-content p {
    font-size: 15px;
    color: #3F3F46;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 575px) {
    .course-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Video Gallery Section */
.video-gallery-section {
    margin-top: 24px;
}

.video-card-grid.owl-carousel {
    display: block;
}

.video-card-grid .video-card {
    border-radius: 12px;
    overflow: hidden;
}

.video-card-grid .video-thumbnail {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.video-card-grid .video-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.video-gallery-section .video-card-grid .video-thumbnail img {
    height: auto;
    aspect-ratio: 9/16;
}

.video-card-grid .video-card:hover .video-thumbnail img {
    transform: scale(1.05);
}

.video-card-grid .video-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease;
}

.video-card-grid .video-card:hover .video-pulse {
    opacity: 1;
}

.video-card-grid .play-icon-overlay {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.video-card-grid .play-icon-overlay svg {
    width: 48px;
    height: 48px;
    display: block;
}

.video-card-grid .video-card:hover .play-icon-overlay {
    transform: scale(1.1);
}

.video-card-grid .video-thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    opacity: 0;
    transition: all 0.3s ease;
}

.video-card-grid .video-card:hover .video-thumbnail::after {
    opacity: 1;
}

/* Why Choose Our Course Section */
.why-choose-section {
    margin-top: 24px;
}

.why-choose-header {
    margin-bottom: 16px;
}

.why-choose-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.why-choose-header .why-choose-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.why-choose-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.why-choose-item {
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.why-choose-item:hover {
    border-color: #FF006A;
}

.why-choose-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    cursor: pointer;
}

.why-choose-item-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.why-choose-item-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #FFF0F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-item-icon img {
    width: 22px;
    height: 22px;
}

.why-choose-item-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0;
    line-height: 1.3;
}

.why-choose-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.why-choose-item.active .why-choose-item-body {
    max-height: 200px;
}

.why-choose-item-body p {
    font-size: 14px;
    color: #666;
    margin: 0;
    padding: 0 16px 16px 72px;
    line-height: 1.5;
}

.why-choose-item-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.why-choose-item.active .why-choose-item-arrow {
    transform: rotate(180deg);
}

@media (max-width: 1199px) {
    .courses-includes .what-included-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .col-lg-4.sticky-sidebar {
        position: relative;
        top: auto;
        align-self: auto;
    }

    .right-side-play-video {
        margin-top: 30px;
        position: relative;
        width: 100%;
        display: none;
    }

    .sm-video-price-sec {
        display: block;
    }

    .sm-video-container {
        display: block;
    }

    .course-video-details-section {
        /* margin-bottom: 100px !important; */
    }

    .sm-course-includes {
        display: block;
        margin-top: 40px;
    }

    .col-lg-4 .courses-includes {
        display: none;
    }

    .course-video-details-section .video-course-header {
        background-color: white;
    }

    .msg-float-widget {
        transform: translateY(-80px);
    }

    .course-details-header h5,
    .description-content h3,
    .why-choose-header h3,
    .instructors-content h3,
    .related-course .course-page-header h3 {
        font-size: 20px;
    }

    .course-details-section {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .video-tabs-part .nav-item .nav-link {
        padding: 5px;
    }
}

@media (max-width: 575px) {
    .instructors-content .instructors-card {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-tabs-part {
        margin-top: 0;
    }

    .course-video-details-section .video-course-header {
        padding: 0px 0 20px 0;
    }

    .video-tabs-part .nav-item .nav-link {
        font-size: 14px;
    }

    .video-tabs-part .nav-item .active svg {
        height: 20px !important;
        width: 20px !important;
    }

    .course-details-header h5,
    .description-content h3,
    .why-choose-header h3,
    .instructors-content h3,
    .related-course .course-page-header h3 {
        font-size: 18px;
    }

    .detail-card .detail-content h6 {
        font-size: 14px;
        font-weight: 600;
    }

    .detail-card {
        padding: 7px;
    }
}

@media (max-width: 477px) {
    .reviews-part .reciews-item .content {
        display: block !important;
    }

    .reviews-part .reciews-item .content .left-side {
        margin-bottom: 15px;
    }
}

.reviews-part .reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.reviews-part .reviews-header .left-side {
    display: flex;
    align-items: center;
}

.reviews-part .reviews-header .left-side h6 {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-left: 6px;
}

.reviews-part .reviews-header .left-side small {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #000;
    opacity: 0.8;
    margin-left: 5px;
    display: inline-block;
}

.reviews-part .reviews-header .right-side span {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #000;
}

.reviews-part .reciews-item {
    margin-top: 16px;
    background-color: #ffff;
    border: 1px solid #D2D6DB;
    border-radius: 4px;
    padding: 16px;
}

.reviews-part .reciews-item .content {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.reviews-part .reciews-item .content .left-side {
    display: flex;
    align-items: center;
}

.reviews-part .reciews-item .content .left-side .profile img {
    width: 56px;
    height: 56px;
}

.reviews-part .reciews-item .content .left-side .name-ratting {
    margin-left: 16px;
}

.reviews-part .reciews-item .content .left-side .name-ratting a {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.reviews-part .reciews-item .content .left-side .name-ratting li {
    display: inline-block;
    color: #ffb03a;
}

.reviews-part .reciews-item .content .right-side span {
    font-family: "Lexend";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    opacity: 0.7;
}

.reviews-part .reciews-item p {
    font-family: "Lexend";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.9;
    margin-top: 16px;
}

.course-faqs .accordion-header .custom-btn {
    background-color: #fff;
    font-family: "Lexend";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #000;
    box-shadow: none;
    outline: none;
    padding: 16px 16px 16px 16px;
    border-bottom: 1px solid #E7EAED;
}

.course-faqs .accordion-item {
    border: 1px solid #E7EAED;
    border-radius: 6px;
    margin-top: 16px;

}

.course-faqs .accordion-item .accordion-body {
    background-color: #fff;
    font-family: "Lexend";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #000;
}

.course-faqs .accordion-button::before {
    content: "+";
    order: 2;
    font-size: 16px;
    background: #E7EAED;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.course-faqs .accordion-button:not(.collapsed)::before {
    content: "−";
}

.course-faqs .accordion-button::after {
    background-image: none;
}

/* related-course */
.related-course {
    margin-top: 120px;
}

.related-course .course-page-header h3 {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.related-course .owl-nav {
    display: block !important;
    position: absolute;
    top: -62px;
    right: 0;
}

.related-course .owl-nav button {
    background-color: #1f1f1f !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff !important;
}

.related-course .owl-nav button:hover {
    background-color: #ff006a !important;
    color: #ffffff !important;
}

.related-course .owl-nav .owl-prev {
    margin-right: 16px;
}

.bundel-course {
    display: flex;
    background-color: #fff;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px;
    margin-bottom: 8px;
}

.bundel-course:last-child {
    margin-bottom: 0;
}

.bundel-course img {
    width: 111px;
    height: 111px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.bundel-course .course-right-side {
    width: 100%;
    padding: 8px 12px 8px 10px;
}

.bundel-course .course-right-side .heading span {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2563eb;
}

.bundel-course .course-right-side .heading h6 a {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #161616;
    margin-bottom: 8px;
    display: inline-block;
}

.bundel-course .course-right-side .content-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bundel-course .course-right-side .content-footer .left-side h3 {
    font-family: "Lexend";
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.bundel-course .course-right-side .content-footer .left-side h5 {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #16a34a !important;
}

.bundel-course .course-right-side .content-footer .left-side h5 span {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-decoration-line: line-through;
    color: #3F3F46;
    margin-right: 6px;
    display: inline-block;
}

.bundel-course .course-right-side .content-footer .right-side .details-btn {
    background-color: #ff006a;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid transparent;
}

.bundel-course .course-right-side .content-footer .right-side .details-btn:hover {
    background-color: transparent;
    color: #ff006a;
    border: 1px solid #ff006a;
}

.select-course-card .course-card {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffffff;
    margin-bottom: 12px;
}

.select-course-card .course-card:last-child {
    margin-bottom: 0;
}

.select-course-card .course-card .custom-radio {
    width: 16px;
    height: 16px;
    border: 1px solid #b4b7babd;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.select-course-card .course-radio:checked+.course-card {
    border-color: #ff007f;
}

.select-course-card .course-radio:checked+.course-card .custom-radio {
    border-color: #ff007f;
}

.select-course-card .course-radio:checked+.course-card .custom-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ff007f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select-course-card .course-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #588cff;
    margin-left: 8px;
}

.select-course-card .card-content .price {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #111827;
}

.select-course-card .card-content .for-year {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #6b7280;
    opacity: 0.8;
}

.select-course-card .card-content .old-price {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #9ca3af;
}

.select-course-card .card-content .discount {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #16a34a;
}

.select-course-card .single-course {
    color: #ff9d14 !important;
}

@media (max-width: 575px) {
    .bundel-course .course-right-side .content-footer {
        display: block;
    }

    .bundel-course .course-right-side .content-footer .right-side {
        margin-top: 10px;
    }

    .bundel-course {
        align-items: center;
        padding-left: 10px;
    }
}

@media (max-width: 400px) {
    .bundel-course {
        display: block;
        padding-top: 10px;
    }
}

/* quantity-selector */
.quantity-selector {
    display: flex;
    justify-content: space-between;
    padding: 12px 8px;
    border-radius: 4px;
    border: 1px solid #ff006a;
}

.quantity-selector .btn-minus,
.btn-plus {
    background-color: #ff006a;
    border: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    text-align: -webkit-center;
}

.quantity-selector .btn-plus:hover {
    background-color: #e60060;
}

.quantity-selector .btn-minus:hover {
    background-color: #e60060;
}

.quantity-selector input {
    background-color: transparent;
    border: 0;
    text-align: center;
    color: #111827;
    box-shadow: none;
    outline: none;
}

.language-Modal .custom-modal {
    background-color: #fff;
    border-radius: 16px;
}

.language-Modal .modal-header {
    padding: 16px 20px 20px 18px;
}

.language-Modal .modal-header .modal-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-family: "Lexend", sans-serif;
}

.language-Modal .modal-header .close-btn {
    background-image: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: none;
    outline: none;
    border: 0;
}

.language-Modal .modal-header .close-btn svg path {
    fill: #161616;
}

.language-Modal .modal-body {
    padding: 0 20px 25px 18px;
}

.language-Modal .modal-body .language-options .lang-item {
    display: flex;
    align-items: center;
    border: 1px solid #d2d6db66;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    height: 48px;
    padding-left: 12px;
}

.language-Modal .modal-body .language-options .lang-item:has(input:checked) {
    border-color: #ff006a;
}

.language-Modal .modal-body .language-options .lang-item input {
    display: none;
}

.language-Modal .modal-body .language-options .lang-item .custom-radio {
    width: 16px;
    height: 16px;
    border: 1px solid #67686a;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}

.language-Modal .modal-body .language-options .lang-item input:checked+.custom-radio {
    border-color: #ff006a;
}

.language-Modal .modal-body .language-options .lang-item input:checked+.custom-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff006a;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.language-Modal .modal-body .language-options .lang-item .lang-text {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.language-Modal .modal-body .language-options .lang-item input:checked~.lang-text {
    color: #3b78ff;
}

.language-Modal .modal-body .btn-continue {
    background-color: #ff006a;
    font-family: "Inter";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    height: 50px;
    border-radius: 6px;
    border: 0;
    outline: none;
    box-shadow: none;
}

.language-option-btn {
    background-color: #634cf2;
    margin-left: 16px;
    height: 36px;
    padding: 0 10px;
    border-radius: 4px;
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: 0;
    outline: none;
    box-shadow: none;
}

.rating-stars .stars {
    cursor: pointer;
}

.rating-stars .stars.filled path {
    fill: #f7bb03;
}

.course-video-details-section {
    margin-top: 72px;
    position: relative;
    margin-bottom: 0;
}

.bundle-radio {
    display: none;
}

.bundel-course .course-right-side .content-footer .right-side .select-btn {
    border: 1px solid #ff006a;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #ff006a;
    padding: 3px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 12px;
    cursor: pointer;
}

.bundel-course .course-right-side .content-footer .right-side .select-btn:hover {
    background-color: #ff006a;
    color: #ffffff;
}

.select-btn:hover {
    background-color: #ff006a;
}

.bundle-radio:checked+.select-btn {
    background-color: #ff006a !important;
    color: #ffffff !important;
    border-color: #ff006a !important;
}

.bundel-course {
    /* border: 1px solid transparent !important; */
}

.order-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.toggle-icon svg {
    transition: transform 0.3s ease;
}

.toggle-icon svg.rotated {
    transform: rotate(180deg);
}

.order-list {
    display: block;
    overflow: hidden;
}

.state-select .state-coustom-select {
    background-color: transparent;
    width: 100%;
    height: 48px;
    border: 1px solid #ffffff33;
    border-radius: 4px;
    padding-left: 14px;
    box-shadow: none;
    outline: none;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff99;
}

.state-coustom-select option {
    background-color: #ffff !important;
    color: #000 !important;
    padding: 10px;
}

.state-select {
    position: relative;
    display: block;
    width: 100%;
}

.state-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
    z-index: 1;
}

.state-coustom-select {
    padding-right: 40px !important;
    cursor: pointer;
}

.shipping-home-icon {
    background-color: #0376e01a !important;
}

.shipping-office-icon {
    background-color: #ff950026 !important;
}

.shipping-partner-icon {
    background-color: #7879f11a !important;
}

.shipping-others-icon {
    background-color: #e7f9e7 !important;
}

.progress-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.progress-track {
    width: 84px;
    height: 6px;
    background-color: #1e1e1e;
    border-radius: 20px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    border-radius: 20px;
    width: 0;
    transition: width 0.5s ease-out;
}

.progress-color {
    background-color: #16a34a;
}

.course-add-review a {
    font-family: "Lexend";
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #ff006a !important;
}

.course-ongoin a {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.2px;
    color: #cccccc !important;
}

.course-ongoin a:hover {
    color: #ff006a !important;
}

.progress-fill-two {
    height: 100%;
    border-radius: 20px;
    width: 0;
    transition: all 0.5s ease-out;
}

.progress-color-two {
    background-color: #ff5470;
}

.progress-track-two {
    width: 84px;
    height: 6px;
    background-color: #e7eaed;
    border-radius: 20px;
    overflow: hidden;
}

.progress-wrapper-two {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.learning-custom-modal-bg {
    background-color: #fff;
    border-radius: 16px;
    border: none;
}

.custom-close {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1055;
    background-image: none;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 0;
    box-shadow: none;
    outline: none;
}

.custom-close svg path {
    fill: gray;
}

.learning-custom-modal-bg .modal-body {
    padding: 35px 30px;
}

.modal-body .icon-container img {
    width: 100px;
    height: 100px;
}

.modal-title-custom {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 16px;
}

.modal-desc {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.9;
    margin-top: 12px;
    margin-bottom: 30px;
}

.store-btn img {
    width: 160px;
    height: 48px;
    border-radius: 8px;
    object-fit: contain;
}

.footer-text {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.9;
    margin-top: 20px;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.footer-content-page {
    margin-top: 112px !important;
}

/* Carousel initialize na hole design thik rakhar jonno */
.video-card-grid:not(.owl-loaded) {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
    justify-content: flex-start;
}

.video-card-grid:not(.owl-loaded) .video-card {
    padding: 0 8px;
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.duration-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}

@media (max-width: 991px) {
    .video-card-grid:not(.owl-loaded) .video-card {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .video-card-grid:not(.owl-loaded) .video-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .custom-navbar {
        padding: 0 20px 10px 20px !important;
    }
}

.product-category-part {
    margin-top: 80px;
}

/* course-page-style-here */
.product-category-part {
    padding: 16px 0;
}

.product-category-part .category .category-list.owl-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
}

.product-category-part .category .category-list.owl-carousel .owl-stage {
    display: flex;
    gap: 10px;
}

.product-category-part .category .category-list.owl-carousel .owl-item {
    width: auto !important;
    flex: 0 0 auto;
}

.product-category-part .category .category-list .list-item {
    width: auto !important;
}

.product-category-part .category .category-list .list-item button {
    font-family: "Lexend";
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #6C6F71;
    background-color: #ffffff !important;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #E0E0E0;
    outline: none;
    box-shadow: none;
    width: auto;
    white-space: nowrap;
    transition: all 0.3s ease;
    margin: 0;
}

.product-category-part .category .category-list .list-item button:hover {
    border-color: #FF0A6C;
    color: #FF0A6C;
}

.product-category-part .category .category-list .list-item .active {
    background-color: #ffffff !important;
    display: inline-block;
    border-radius: 50px;
    color: #FF0A6C !important;
    border: 1px solid #FF0A6C;
}

.product-category-part .category-select .selct-input {
    width: 180px;
    height: 45px;
    border: 1px solid #E0E0E0;
    box-shadow: none;
    outline: none;
    font-family: "Lexend";
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #1a1c1e;
    border-radius: 50px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236C6F71' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-left: 20px;
    padding-right: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-category-part .category-select .selct-input:hover {
    border-color: #FF0A6C;
}

.product-category-part .category-select .selct-input:focus {
    border-color: #FF0A6C;
    box-shadow: 0 0 0 3px rgba(255, 10, 108, 0.1);
}

.product-category-part .input-search {
    width: 100%;
    max-width: 400px;
}

.product-category-part .input-search .input-group {
    position: relative;
    width: 100%;
}

.product-category-part .input-search .form-control {
    background-color: #ffffff;
    border-radius: 50px !important;
    box-shadow: none;
    outline: none;
    height: 45px;
    border: 1px solid #E0E0E0 !important;
    font-family: "Lexend";
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #1a1c1e;
    padding-left: 20px;
    padding-right: 50px;
    width: 100%;
}

.product-category-part .input-search .form-control::placeholder {
    color: #6C6F71;
}

.product-category-part .input-search .form-control:focus {
    border-color: #FF0A6C !important;
    box-shadow: 0 0 0 3px rgba(255, 10, 108, 0.1);
}

.product-category-part .input-search .search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    color: #6C6F71;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.product-category-part .input-search .search-btn:hover {
    color: #FF0A6C;
}

.product-category-part .input-search .search-btn svg {
    width: 20px;
    height: 20px;
}

.product-category-part .input-search .search-btn svg path {
    fill: #6C6F71;
}

.product-category-part .input-search .search-btn:hover svg path {
    fill: #FF0A6C;
}

.terms-page-title {
    color: #fff;
}

.terms-main-course p {
    color: #fff !important;
}

.header-menu-icon {
    outline: none;
    box-shadow: none;
}

.header-menu-icon:focus {
    box-shadow: none;
}

/* Mobile Header Styles */
@media (max-width: 991px) {
    header .custom-navbar .main-header {
        padding: 10px 0;
    }

    /* Mobile Left Section - Hamburger + Logo */
    header .custom-navbar .main-header .d-flex.align-items-center.gap-2.d-lg-none {
        display: flex !important;
        align-items: center;
        gap: 12px;
    }

    header .custom-navbar .main-header .d-flex.align-items-center.gap-2.d-lg-none .glamdemy-logo {
        padding: 0;
        margin: 0;
    }

    header .custom-navbar .main-header .d-flex.align-items-center.gap-2.d-lg-none .glamdemy-logo img {
        width: 140px;
        height: auto;
    }

    /* Hamburger icon */
    header .custom-navbar .main-header .header-menu-icon {
        padding: 0;
        border: none;
    }

    header .custom-navbar .main-header .header-menu-icon .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231A1C1E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
    }

    /* Right sidebar - cart + profile */
    header .custom-navbar .main-header .right-sidebar-menu {
        order: 3;
        display: flex;
        align-items: center;
        gap: 12px;
        margin-left: auto;
    }

    /* Cart icon */
    header .custom-navbar .main-header .right-sidebar-menu .cart-part {
        padding: 0;
        position: relative;
    }

    header .custom-navbar .main-header .right-sidebar-menu .cart-part svg {
        width: 26px;
        height: 24px;
    }

    header .custom-navbar .main-header .right-sidebar-menu .cart-part svg path {
        stroke: #1A1C1E;
    }

    header .custom-navbar .main-header .right-sidebar-menu .cart-part .cart-badge {
        background-color: #E91E63 !important;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        padding: 2px 6px;
        min-width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -5px;
        right: -8px;
        left: auto;
        border-radius: 50%;
    }

    /* Mobile profile button - pink square */
    .mobile-profile-btn {
        width: 36px;
        height: 36px;
        background-color: #E91E63;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .mobile-profile-btn svg {
        width: 20px;
        height: 20px;
    }

    /* Mobile menu collapse */
    .mobile-menu-collapse {
        background-color: #fff;
        padding: 15px 20px;
        margin-top: 10px;
        border-top: 1px solid #E5E7EB;
    }

    .mobile-menu-collapse .navbar-nav .nav-item {
        margin-bottom: 15px;
    }

    .mobile-menu-collapse .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }

    .mobile-menu-collapse .navbar-nav .nav-item .custom-nav-link {
        color: #1A1C1E;
        font-size: 16px;
        font-weight: 500;
        padding: 8px 0;
    }
}

/* Ensure mobile menu is hidden on large screens */
@media (min-width: 992px) {

    #mobileNavbarNav.mobile-menu-collapse,
    #mobileNavbarNav.mobile-menu-collapse.show {
        display: none !important;
    }
}

.description-content h2 {
    /* color: #fff !important; */
    font-size: 18px;
}

.description-content p {
    /* color: #ffff !important; */
}

#product,
#e-book {
    scroll-margin-top: 80px;
}

.country-flag {
    height: 22px;
    width: 28px;
    border-radius: 2px;
    object-fit: cover;
}

.country-flag-select {
    background-color: #fff !important;
    outline: none !important;
    color: #3F3F46 !important;
}

.input-group {
    flex-wrap: nowrap !important;
}

.cart-part svg path {
    stroke: #1A1C1E;
}

.hero-img1 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 400px;
    width: 400px;
    object-fit: cover;

}

.hero-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 400px;
    width: 400px;
    object-fit: cover;

}

.custom-input-group {
    border: 1px solid #D2D6DB;
    border-radius: 4px;
}

.course-heading-title p {
    max-width: 600px;
    margin-top: 10px;
    font-family: "Lexend";
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #3F3F46;
}

.ends-in {
    background-color: #FF3B301A;
    color: #3F3F46;
    padding: 3px;
    border-radius: 4px;
    margin-top: 18px;
    display: flex;
    align-items: start;
    font-size: 14px;
    font-weight: 500;
}

.ends-in span {
    color: #FF3B30;
}

.courses-includes .includes-item .left-side svg path {
    stroke: #000;
}

.mobile-sticky-video-btn {
    display: none;
}

@media (max-width: 991px) {
    .mobile-sticky-video-btn {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        display: flex;
        gap: 16px;
        padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
        background: #fff;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.08);
    }

    .mobile-sticky-video-btn .mobile-sticky-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        min-height: 56px;
        border-radius: 18px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        text-decoration: none;
    }
}

@media (max-width: 767.98px) {
    .video-btn {
        display: none;
    }

    .course-video-details-section {
        /* padding-bottom: 110px; */
    }



}

.msg-float-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    pointer-events: none;
}

.msg-float-widget .msg-float-btn {
    pointer-events: auto;
}

.msg-float-widget:has(.chat-widget.show) {
    pointer-events: auto;
}

.msg-float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF0A6C 0%, #FF4F90 100%);
    box-shadow: 0 6px 24px rgba(255, 10, 108, 0.35);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.msg-float-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 30px rgba(255, 10, 108, 0.45);
}

.msg-icon,
.msg-close-icon {
    position: absolute;
    transition: opacity 0.25s ease, transform 0.3s ease;
}

.msg-close-icon {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
}

.msg-float-btn.active .msg-icon {
    opacity: 0;
    transform: rotate(90deg) scale(0.5);
}

.msg-float-btn.active .msg-close-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.unread-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: #fff;
    color: #FF0A6C;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(255, 10, 108, 0.3);
    transform: scale(1);
    animation: badge-pop 0.3s ease;
}

@keyframes badge-pop {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.chat-widget {
    width: 360px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s;
    margin-bottom: 8px;
}

.chat-widget.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    visibility: visible;
}

.chat-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.chat-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.chat-avatar {
    position: relative;
    width: 40px;
    height: 40px;
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;

    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: lowercase;
    font-style: italic;
}

.online-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    background: #10B981;
    border: 2px solid #fff;
    border-radius: 50%;
}

.chat-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.chat-widget-body {
    height: 320px;
    padding: 16px;
    background: #fff;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e5e5e5 transparent;
}

.chat-widget-body::-webkit-scrollbar {
    width: 6px;
}

.chat-widget-body::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-message {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.chat-message.outgoing {
    align-items: flex-end;
}

.chat-message.incoming {
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
}

.chat-message-avatar {
    position: relative;
    flex-shrink: 0;
}

.logo-icon-small {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: lowercase;
    font-style: italic;
}

.logo-icon-small img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.online-dot-small {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 8px;
    height: 8px;
    background: #10B981;
    border: 1.5px solid #fff;
    border-radius: 50%;
}

.message-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.message-bubble {
    max-width: 260px;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}

.chat-message.outgoing .message-bubble {
    background: linear-gradient(135deg, #FF4F90 0%, #FF0A6C 100%);
    color: #fff;
    border-top-right-radius: 4px;
}

.chat-message.incoming .message-bubble {
    background: #F3F4F6;
    color: #1a1a1a;
    border-top-left-radius: 4px;
}

.message-time {
    font-size: 12px;
    color: #9CA3AF;
}

.message-bubble-combined {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 300px;
}

.message-attachments {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.message-images-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.message-images-grid.single-image {
    grid-template-columns: minmax(0, 1fr);
}

.message-images-grid.single-image .chat-image-wrapper {
    min-height: 150px;
    max-height: 190px;
    aspect-ratio: 4 / 3;
}

.message-files-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.message-text {
    line-height: 1.5;
    word-break: break-word;
}

.chat-widget-footer {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.chat-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    width: 100%;
}

/* File Preview Styles for Web Chat */
.file-preview-container-web {
    width: 100%;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    padding: 8px 12px;
}

.file-preview-wrapper-web {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.file-preview-wrapper-web::-webkit-scrollbar {
    height: 4px;
}

.file-preview-wrapper-web::-webkit-scrollbar-track {
    background: transparent;
}

.file-preview-wrapper-web::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
}

.file-preview-web {
    position: relative;
    flex-shrink: 0;
}

.file-preview-web img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.file-preview-web .remove-btn-web {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    color: #ff4444;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;

}

.file-preview-web .remove-btn-web:hover {
    background: #ff4444;
    color: #fff;
}

/* Document file preview styling for web chat */
.file-preview-web.file-doc-web {
    width: 80px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-preview-web.file-doc-web .file-content-web {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 4px;
    width: 100%;
}

.file-preview-web.file-doc-web .file-name-web {
    font-size: 9px;
    color: #555;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
}

.file-preview-web.file-doc-web .file-icon-web svg {
    width: 20px;
    height: 20px;
}

.file-preview-web.file-doc-web .remove-file-btn-web {
    position: absolute;
    top: 1px;
    right: 0px;
    background: #fff;
    color: #ff4444;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.2s ease;
}

.file-preview-web.file-doc-web .remove-file-btn-web:hover {
    background: #ff4444;
    color: #fff;
    transform: scale(1.1);
}

.chat-attach-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background-color: #F0F3F6 !important;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 50%;
}

.chat-attach-btn svg {
    height: 20px;
    width: 20px;
}

.chat-input-wrap {
    flex: 1;
    background: #F3F4F6;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.chat-input {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #1a1a1a;
}

.chat-input::placeholder {
    color: #9CA3AF;
}

.chat-send-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF4F90 0%, #FF0A6C 100%);
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.chat-send-btn:hover {
    transform: scale(1.1);
}

/* Chat Image Message Styles */
.message-bubble.message-image {
    padding: 4px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.message-attachment.message-image {
    padding: 0;
}

.chat-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 74px;
    max-height: 96px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.chat-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.chat-image-wrapper:hover .chat-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.chat-image-wrapper:hover .image-overlay {
    opacity: 1;
}

.image-view-btn,
.image-download-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.image-view-btn:hover,
.image-download-btn:hover {
    background: #fff;
    transform: scale(1.1);
}

.image-view-btn svg,
.image-download-btn svg {
    width: 16px;
    height: 16px;
}

.image-view-btn svg path,
.image-download-btn svg path {
    stroke: #FF4F90;
}

/* Chat File Message Styles */
.message-bubble.message-file {
    padding: 12px 16px;
    background: #fff !important;
    border: 1px solid #e5e7eb;
    color: #1a1a1a !important;
}

.message-attachment.message-file {
    padding: 9px 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    color: #1a1a1a;
}

.chat-message.outgoing .message-bubble.message-file {
    background: #fff !important;
    color: #1a1a1a !important;
}

.chat-message.outgoing .message-attachment.message-file {
    background: #fff;
    color: #1a1a1a;
}

.chat-file-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.file-icon-large {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-icon-large.file-pdf {
    background: #fee2e2;
}

.file-icon-large svg {
    width: 20px;
    height: 20px;
}

.file-info {
    flex: 1;
    min-width: 0;
}

.file-name-large {
    font-size: 12px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-size {
    font-size: 10px;
    color: #6b7280;
    margin: 2px 0 0 0;
}

.file-download-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3f4f6;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    transition: all 0.2s ease;
    text-decoration: none;
}

.file-download-btn:hover {
    background: #e5e7eb;
    color: #1f2937;
    transform: scale(1.05);
}

.file-download-btn.disabled {
    opacity: 0.45;
    pointer-events: none;
}

/* Image Grid for Multiple Images */
.message-bubble.message-image-grid {
    padding: 4px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.chat-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    width: 200px;
}

.grid-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.grid-item:hover .grid-image {
    transform: scale(1.1);
}

.more-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/* Message Status Icons */
.message-time .seen {
    color: #3b82f6;
    margin-left: 4px;
    font-size: 10px;
}

.message-time .fa-check {
    color: #9ca3af;
    margin-left: 4px;
    font-size: 10px;
}

/* Chat Image Modal Styles */
.chat-image-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.chat-image-modal.show {
    opacity: 1;
    visibility: visible;
}

.chat-image-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.chat-image-modal-content {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.chat-image-modal.show .chat-image-modal-content {
    transform: scale(1);
}

.chat-image-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.2s ease;
}

.chat-image-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.chat-image-modal-img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Responsive adjustments for image messages */
@media (max-width: 575.98px) {
    .chat-image-wrapper {
        width: 160px;
        height: 120px;
    }

    .chat-image-grid {
        width: 160px;
    }

    .chat-file-wrapper {
        min-width: 160px;
    }

    .chat-image-modal-img {
        max-height: 80vh;
    }

    .chat-image-modal-close {
        top: 20px;
        right: 20px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 82.84%, #000000 100%);
    }
}


.msg-float-btn {
    width: 50px;
    height: 50px;
}

.chat-widget {
    width: calc(100vw - 32px);
    max-width: 400px;
}

.chat-widget-body {
    height: 280px;
}
}

.msg-float-btn svg {
    height: 30px;
    width: 30px;
}

.user-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
}

@media (max-width: 1199px) {
    .user-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .user-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .user-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .user-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.profile-phone-input {
    height: 48px;
}

.offer-price {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: #ff3b30;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 6px;
    margin-left: 14px;
}

.rating-text {
    color: #4B5563 !important;
    padding: 0 6px;
}

.readers-text {
    color: #4B5563 !important;
    padding: 0 6px;
}

.readers-count {
    padding-left: 6px;
}

/* Ebook Tab Styles */
.ebook-tab {
    background-color: #fff !important;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.ebook-tabs {
    border-bottom: 1px solid #E5E7EB;
    gap: 0;
}

.ebook-tabs .nav-item {
    margin: 0;
}

.ebook-tabs .nav-item .nav-link {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6B7280;
    padding: 12px 24px;
    border: none;
    background: transparent;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: all 0.3s ease;
}

.ebook-tabs .nav-item .nav-link:hover {
    color: #E91E63;
    border-color: transparent;
}

.ebook-tabs .nav-item .nav-link.active {
    color: #E91E63;
    border-bottom: 2px solid #E91E63;
    background: transparent;
}

.ebook-tab-content {
    padding: 24px 0;
}

/* Ebook Metadata */
.ebook-metadata {
    margin-bottom: 24px;
}

.metadata-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.metadata-label {
    color: #374151;
    font-weight: 400;
    min-width: 120px;
}

.metadata-separator {
    color: #374151;
}

.metadata-value {
    color: #111827;
    font-weight: 400;
}

/* Ebook Description */
.ebook-full-description {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #4B5563;
}

.ebook-full-description p {
    margin-bottom: 0;
}

.read-more-link {
    color: #E91E63 !important;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;

}

.read-more-link:hover {
    text-decoration: underline;
}

/* Ebook Sections */
.ebook-section .section-title {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #111827;
    margin-bottom: 16px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #374151;
    padding-left: 16px;
    position: relative;
    margin-bottom: 8px;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #374151;
    border-radius: 50%;
}

/* Responsive */
@media (max-width: 768px) {
    .ebook-tabs .nav-item .nav-link {
        padding: 10px 16px;
        font-size: 14px;
    }

    .metadata-label {
        min-width: 100px;
    }


}

/* ============================================
   Ebook FAQ & Reviews - Updated Design
   ============================================ */

/* FAQ New Design */
.ebook-faqs-wrapper .faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ebook-faqs-wrapper .faq-item {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
}

.ebook-faqs-wrapper .faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #FFFFFF;
    border: none;
    text-align: left;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #111827;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ebook-faqs-wrapper .faq-question:hover {
    background: #FAFAFA;
}

.ebook-faqs-wrapper .faq-text {
    flex: 1;
    padding-right: 16px;
}

.ebook-faqs-wrapper .faq-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.ebook-faqs-wrapper .faq-icon .fa-minus {
    display: none;
    font-size: 12px;
    color: #6B7280;
}

.ebook-faqs-wrapper .faq-icon .fa-plus {
    display: block;
    font-size: 12px;
    color: #6B7280;
}

.ebook-faqs-wrapper .faq-question:not(.collapsed) .faq-icon {
    background: #E5E7EB;
}

.ebook-faqs-wrapper .faq-question:not(.collapsed) .faq-icon .fa-minus {
    display: block;
}

.ebook-faqs-wrapper .faq-question:not(.collapsed) .faq-icon .fa-plus {
    display: none;
}

.ebook-faqs-wrapper .faq-answer {
    background: #FFFFFF;
}

.ebook-faqs-wrapper .faq-answer-content {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #4B5563;
    padding: 0 20px 16px 20px;
}

/* Reviews New Design */
.ebook-reviews-wrapper .reviews-list {
    display: flex;
    flex-direction: column;
}

.ebook-reviews-wrapper .review-card {
    padding: 20px 0;
    border-bottom: 1px solid #E5E7EB;
}

.ebook-reviews-wrapper .review-card:first-child {
    padding-top: 0;
}

.ebook-reviews-wrapper .review-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.ebook-reviews-wrapper .reviewer-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.ebook-reviews-wrapper .review-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ebook-reviews-wrapper .review-rating {
    display: flex;
    gap: 2px;
}

.ebook-reviews-wrapper .review-rating i {
    font-size: 13px;
    color: #FBBF24;
}

.ebook-reviews-wrapper .review-rating i.fa-regular {
    color: #D1D5DB;
}

.ebook-reviews-wrapper .reviewer-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Lexend", sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.ebook-reviews-wrapper .reviewer-name {
    font-weight: 500;
    color: #111827;
}

.ebook-reviews-wrapper .review-separator {
    color: #9CA3AF;
}

.ebook-reviews-wrapper .review-date {
    color: #6B7280;
}

.ebook-reviews-wrapper .review-text {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #374151;
    margin: 0;
    padding-left: 56px;
}

.ebook-reviews-wrapper .view-all-reviews {
    text-align: center;
    padding-top: 20px;
}

.ebook-reviews-wrapper .view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #E91E63;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ebook-reviews-wrapper .view-all-btn:hover {
    color: #C2185B;
}

.ebook-reviews-wrapper .view-all-btn i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.ebook-reviews-wrapper .view-all-btn:hover i {
    transform: translateY(2px);
}

/* Responsive for new designs */
@media (max-width: 768px) {
    .ebook-faqs-wrapper .faq-question {
        padding: 14px 16px;
        font-size: 14px;
    }

    .ebook-faqs-wrapper .faq-answer-content {
        padding: 0 16px 14px 16px;
        font-size: 13px;
    }

    .ebook-reviews-wrapper .review-text {
        padding-left: 0;
        margin-top: 12px;
    }
}

.read-sample-btn {
    color: #3A3C3F;
    border: 1px solid #3A3C3F;
    min-height: 48px !important;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.read-sample-btn:hover {
    color: #3A3C3F;
}

/* ============================================
   Related Ebooks Slider Section
   ============================================ */
.related-ebooks-section {
    padding: 40px 0;
}

.section-header-with-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.section-header-with-nav .section-title {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #111827;
    margin: 0;
}

.slider-nav-buttons {
    display: flex;
    gap: 12px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E5E7EB;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: #E91E63;
    border-color: #E91E63;
    color: #FFFFFF;
}

.nav-btn i {
    font-size: 14px;
    color: #6B7280;
}

.nav-btn:hover i {
    color: #FFFFFF;
}

/* Ebook Slider Card */
.ebook-slider-card {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ebook-slider-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.ebook-image-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #F3F4F6;
}

.ebook-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #10B981;
    color: #FFFFFF;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 2;
}

.ebook-card-body {
    padding: 16px;
}

.ebook-author {
    font-family: "Lexend", sans-serif;
    font-size: 13px;
    color: #6B7280;
    margin: 0 0 8px 0;
}

.ebook-author span {
    color: #16A34A;
    font-weight: 500;
}

.ebook-title-card {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #111827;
    margin: 0 0 12px 0;
}

.ebook-price-rating {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.ebook-price {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #111827;
}

.ebook-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Lexend", sans-serif;
    font-size: 13px;
    color: #6B7280;
}

.ebook-rating i {
    color: #FBBF24;
    font-size: 12px;
}

/* Owl Carousel Custom Styles for Related Ebooks */
.related-ebooks-slider.owl-carousel .owl-stage {
    display: flex;
    padding: 10px 0;
}

.related-ebooks-slider.owl-carousel .owl-item {
    padding: 0 8px;
}

.related-ebooks-slider.owl-carousel .owl-nav {
    display: none;
}

.related-ebooks-slider.owl-carousel .owl-dots {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .section-header-with-nav .section-title {
        font-size: 20px;
    }

    .nav-btn {
        width: 36px;
        height: 36px;
    }

    .ebook-slider-card {
        margin: 0 4px;
    }
}

/* ========================================================
   Ebook Card - White Theme Design (ebook-list.blade.php)
   Works on both home page & ebook listing page
   ======================================================== */

.product-card-items.ebook-card {
    background-color: #ffffff !important;
    /* border: 2px solid transparent !important; */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.product-card-items.ebook-card:hover {
    transform: translateY(-4px) !important;
    border-color: #FF006A !important;
    box-shadow: none !important;
}

.product-card-items.ebook-card .product-image-container {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.product-card-items.ebook-card .product-image-container img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card-items.ebook-card:hover .product-image-container img {
    transform: scale(1.05);
}

.product-card-items.ebook-card .card-body {
    padding: 14px 16px 18px;
    background-color: #ffffff !important;
}

.product-card-items.ebook-card .card-body h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #6b7280 !important;
    margin-bottom: 6px;
}

.product-card-items.ebook-card .card-body h6 span {
    color: #16a34a !important;
}

.product-card-items.ebook-card .card-body .product-name {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #111827 !important;
    margin-bottom: 8px;
}

.product-card-items.ebook-card .card-body .product-price {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #111827 !important;
    margin-top: 0;
    margin-bottom: 6px;
}

.product-card-items.ebook-card .card-body .product-price span {
    font-weight: 400;
    font-size: 14px;
    text-decoration: line-through;
    color: #9ca3af !important;
    margin-left: 8px;
}

.product-card-items.ebook-card .card-body .product-rating {
    margin-top: 0;
    gap: 4px;
}

.product-card-items.ebook-card .card-body .product-rating i {
    color: #ffb23f;
    font-size: 14px;
}

.product-card-items.ebook-card .card-body .product-rating .rating-value {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #111827 !important;
    margin-left: 0;
}

.product-card-items.ebook-card .card-body .product-rating .rating-count {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #6b7280 !important;
    margin-left: 0;
}

/* Hide border animation elements for ebook cards */
.product-card-items.ebook-card .borders,
.product-card-items.ebook-card::before,
.product-card-items.ebook-card::after,
.product-card-items.ebook-card span.border-bottom,
.product-card-items.ebook-card span.border-left {
    display: none !important;
}

/* Ebook discount badge restyle */
.product-card-items.ebook-card .discount-badge {
    background-image: none !important;
    background-color: #ff006a;
    border-radius: 0 0 6px 0;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    top: 0;
    left: 0;
}

/* ========================================================
   Product Card - White Theme Design (product-list.blade.php)
   ======================================================== */

.product-card-items.product-card,
.products-section .product-card-grid .product-card-items.product-card {
    background-color: #ffffff !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.product-card-items.product-card:hover,
.products-section .product-card-grid .product-card-items.product-card:hover {
    transform: translateY(-4px) !important;
    border-color: #FF006A !important;
    box-shadow: none !important;
}

.product-card-items.product-card .product-image-container,
.products-section .product-card-grid .product-card-items.product-card .product-image-container {
    position: relative;
    width: 100% !important;
    aspect-ratio: 380 / 380 !important;
    overflow: hidden;
}

.product-card-items.product-card .product-image-container img,
.products-section .product-card-grid .product-card-items.product-card .product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card-items.product-card:hover .product-image-container img,
.products-section .product-card-grid .product-card-items.product-card:hover .product-image-container img {
    transform: scale(1.05);
}

.product-card-items.product-card .card-body,
.products-section .product-card-grid .product-card-items.product-card .card-body {
    padding: 14px 16px 18px;
    background-color: #ffffff !important;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.product-card-items.product-card .card-body .product-card-content,
.products-section .product-card-grid .product-card-items.product-card .card-body .product-card-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.product-card-items.product-card .card-body .product-name,
.products-section .product-card-grid .product-card-items.product-card .card-body .product-name {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #111827 !important;
    margin-bottom: 8px;
}

.product-card-items.product-card .card-body .product-price,
.products-section .product-card-grid .product-card-items.product-card .card-body .product-price {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #111827 !important;
    margin-top: 0;
    margin-bottom: 6px;
}

.product-card-items.product-card .card-body .product-price span,
.products-section .product-card-grid .product-card-items.product-card .card-body .product-price span {
    font-weight: 400;
    font-size: 14px;
    text-decoration: line-through;
    color: #9ca3af !important;
    margin-left: 8px;
}

.product-card-items.product-card .card-body .product-rating,
.products-section .product-card-grid .product-card-items.product-card .card-body .product-rating {
    margin-top: 0;
    gap: 4px;
}

.product-card-items.product-card .card-body .product-rating i,
.products-section .product-card-grid .product-card-items.product-card .card-body .product-rating i {
    color: #ffb23f;
    font-size: 14px;
}

.product-card-items.product-card .card-body .product-rating .rating-value,
.products-section .product-card-grid .product-card-items.product-card .card-body .product-rating .rating-value {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #111827 !important;
    margin-left: 0;
}

.product-card-items.product-card .card-body .product-rating .rating-count,
.products-section .product-card-grid .product-card-items.product-card .card-body .product-rating .rating-count {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #6b7280 !important;
    margin-left: 0;
}

/* Product Add to Cart Button */
.product-card-items.product-card .card-body .product-add-btn,
.products-section .product-card-grid .product-card-items.product-card .card-body .product-add-btn {
    margin-top: 12px;
    padding: 10px;
    background-color: transparent;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
    cursor: pointer;
    transition: all 0.25s ease;
}

.product-card-items.product-card .card-body .product-add-btn:hover,
.products-section .product-card-grid .product-card-items.product-card .card-body .product-add-btn:hover {
    background-color: #FF006A;
    border-color: #FF006A;
    color: #ffffff;
}

/* Qty box for product cards */
.product-card-items.product-card .card-body .qty-box,
.products-section .product-card-grid .product-card-items.product-card .card-body .qty-box {
    display: flex;
    text-align: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    margin-top: 12px;
    border: 1px solid #FF006A;
    align-items: center;
}

.product-card-items.product-card .qty-box .qty-btn,
.products-section .product-card-grid .product-card-items.product-card .qty-box .qty-btn {
    width: 28px;
    height: 28px;
    border-radius: 16px;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    color: #374151;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-items.product-card .qty-box .qty-btn:hover,
.products-section .product-card-grid .product-card-items.product-card .qty-box .qty-btn:hover {
    background-color: #FF006A;
    border-color: #FF006A;
    color: #ffffff;
}

.product-card-items.product-card .qty-box .qty-input,
.products-section .product-card-grid .product-card-items.product-card .qty-box .qty-input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    outline: none;
}

/* Hide border animation elements for product cards */
.product-card-items.product-card .borders,
.products-section .product-card-grid .product-card-items.product-card .borders,
.product-card-items.product-card::before,
.products-section .product-card-grid .product-card-items.product-card::before,
.product-card-items.product-card::after,
.products-section .product-card-grid .product-card-items.product-card::after,
.product-card-items.product-card span.border-bottom,
.products-section .product-card-grid .product-card-items.product-card span.border-bottom,
.product-card-items.product-card span.border-left,
.products-section .product-card-grid .product-card-items.product-card span.border-left {
    display: none !important;
}

/* Product discount badge restyle */
.product-card-items.product-card .discount-badge,
.products-section .product-card-grid .product-card-items.product-card .discount-badge {
    background-image: none !important;
    background-color: #ff006a;
    border-radius: 0 0 6px 0;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    top: 0;
    left: 0;
}

.custom-country-dropdown {
    position: relative;
    display: inline-block;
}

.custom-country-dropdown .country-toggle-btn {
    background: transparent;
    border: none;
    color: black;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 14px;
    white-space: nowrap;
}

.custom-country-dropdown .country-toggle-btn img {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}

.custom-country-dropdown .country-toggle-btn .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.custom-country-dropdown.open .country-toggle-btn .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
}

.custom-country-dropdown .country-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1060;
    min-width: 260px;
    max-height: 320px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    flex-direction: column;
}

.custom-country-dropdown.open .country-dropdown-menu {
    display: flex;
}

.custom-country-dropdown .country-search-box {
    padding: 10px 12px;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 2;
}

.custom-country-dropdown .country-search-box input {
    width: 100%;
    background: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    color: #111827;
    padding: 8px 12px;
    font-size: 13px;
    outline: none;
}

.custom-country-dropdown .country-search-box input::placeholder {
    color: #9ca3af;
}

.custom-country-dropdown .country-list {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    overflow-y: auto;
    max-height: 240px;
}

.custom-country-dropdown .country-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    cursor: pointer;
    color: #374151;
    font-size: 13px;
    transition: background 0.15s;
}

.custom-country-dropdown .country-list li:hover,
.custom-country-dropdown .country-list li.active {
    background: #ff006a;
    color: #ffffff;
}

.custom-country-dropdown .country-list li img {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
    flex-shrink: 0;
}

.custom-country-dropdown .country-list li .dial-code {
    font-weight: 600;
    color: #111827;
}

.custom-country-dropdown .country-list li:hover .dial-code,
.custom-country-dropdown .country-list li.active .dial-code {
    color: #ffffff;
}

.custom-country-dropdown .no-results {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    text-align: center;
    color: #9ca3af;
    font-size: 13px;
}

/* Hide the original select visually but keep it for form submission */
.country-flag-select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

/* Bottom Sheet Modal Styles */
.bottom-sheet-modal.modal {
    overflow: hidden;
}

.bottom-sheet-modal .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bottom-sheet-modal.show .modal-dialog {
    transform: translateY(0);
}

.bottom-sheet-modal .modal-content {
    border-radius: 16px 16px 0 0;
    border: none;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    max-height: 90vh;
    overflow-y: auto;
}

.bottom-sheet-modal .modal-body {
    padding: 20px;
    background: #fff;
}

/* Mobile Course Card Selection */
#mobileCartModal .course-card {
    cursor: pointer;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s ease;
}

#mobileCartModal .course-card.selected {
    border-color: #ff0066;
    background: #fff0f5;
}

#mobileCartModal .course-card.selected .course-title {
    color: #ff0066;
}

#mobileCartModal .course-card.selected .custom-radio {
    border-color: #ff0066;
    background: #ff0066;
    position: relative;
}

#mobileCartModal .course-card.selected .custom-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

/* Continue Button */
.mobile-cart-modal .continue-btn {
    width: 100%;
    padding: 15px;
    background: #ff0066;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.mobile-cart-modal .continue-btn:hover {
    background: #e6005c;
}

/* Modal backdrop */
.mobile-cart-modal.modal.show {
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    body:has(.course-video-details-section) {
        background: #fff !important;
    }

    .course-header-menu {
        display: none !important;
    }

    .ebook-details-section {
        padding: 0 !important;
    }
}

/* === Ebook page overrides === */
#ebookTab .nav-item .nav-link {
    color: #1A1C1E !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

#ebookTab .nav-item .nav-link.active {
    color: #ff006a !important;
    border-bottom-color: #ff006a !important;
}

#ebookTab .nav-item .nav-link.active svg path {
    stroke: #ff006a !important;
}

.ebook-details-section .detail-content p {
    color: #3F3F46 !important;
}

.ebook-cart-buy-btn .hard-and-digital-copy {
    display: flex;
    gap: 12px;
}

.ebook-cart-buy-btn .ebook-variant-box {
    flex: 1;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 9px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ebook-cart-buy-btn .ebook-variant-box.active {
    background: #fff0f5 !important;
    border-color: #ff006a !important;
}

.ebook-cart-buy-btn .ebook-variant-box .variant-top {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.ebook-cart-buy-btn .ebook-variant-box .variant-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.ebook-cart-buy-btn .ebook-variant-box .variant-radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.ebook-cart-buy-btn .ebook-variant-box.active .variant-radio {
    border-color: #ff006a;
}

.ebook-cart-buy-btn .ebook-variant-box .radio-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s ease;
}

.ebook-cart-buy-btn .ebook-variant-box.active .radio-circle {
    background: #ff006a;
}

.ebook-cart-buy-btn .ebook-variant-box .variant-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
}

.ebook-cart-buy-btn .ebook-variant-box .product-current-price {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a !important;
    margin: 0;
}

.ebook-cart-buy-btn .ebook-variant-box .old-price {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
}

.ebook-cart-buy-btn .ebook-variant-box .variant-bottom-text {
    font-size: 13px;
    color: #6b7280;
}

.right-side-play-video .ratio {
    height: 240px;
}

.right-side-play-video .ratio::before {
    padding-top: 0;
}

.right-side-play-video .ratio img {
    /* height: 374px !important; */
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 576px) {
    .ebook-cart-buy-btn .ebook-variant-box {
        padding: 10px;
    }

    .ebook-cart-buy-btn .ebook-variant-box .product-current-price {
        font-size: 16px;
    }

    .ebook-cart-buy-btn .ebook-variant-box .old-price {
        font-size: 12px;
    }

    .ebook-cart-buy-btn .ebook-variant-box .variant-title {
        font-size: 14px;
    }
}

.ebook-details-section {
    margin-top: 40px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}

.why-choose-item-content h6 {
    font-size: 18px !important;
}

.ebook-accordion-section {
    margin-bottom: 24px;
}

.ebook-accordion .accordion-item {
    background: #fff;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.ebook-accordion .accordion-item:first-child {
    border-top: 1px solid #eee;
}

.ebook-accordion .accordion-button {
    background: #fff;
    border: none;
    box-shadow: none;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #1A1C1E;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ebook-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #1A1C1E;
}

.ebook-accordion .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-left: auto;
}

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

.ebook-accordion .chapter-number {
    color: #ff006a;
    font-weight: 600;
    font-size: 16px;
    min-width: 24px;
}

.ebook-accordion .chapter-title {
    color: #1A1C1E;
    font-weight: 500;
    font-size: 16px;
}

.ebook-accordion .accordion-body {
    padding: 0 20px 16px 52px;
    background: #fff;
}

.ebook-accordion .chapter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ebook-accordion .chapter-list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.ebook-accordion .chapter-list li:last-child {
    margin-bottom: 0;
}

.ebook-accordion .chapter-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #ff006a;
    border-radius: 50%;
}

.right-side-play-video .ratio.ebook-thumb-ratio {
    height: 360px;
    max-height: 360px;
}

.right-side-play-video.header-hidden .ratio.ebook-thumb-ratio {
    max-height: 0;
}

/* Mobile Sticky Ebook Bar */
.ebook-mobile-sticky-bar {
    display: none !important;
}

@media (max-width: 992px) {
    .ebook-mobile-sticky-bar {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999 !important;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom)) !important;
        background: #fff !important;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1) !important;
    }

    .sticky-btn-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        align-items: center !important;
    }

    .mobile-sticky-variant {
        display: flex !important;
        gap: 10px !important;
        margin-top: 0 !important;
    }

    .mobile-sticky-variant .ebook-variant-box {
        flex: 1 !important;
        padding: 8px 10px !important;
        border-radius: 8px !important;
        border: 1.5px solid #e5e7eb !important;
        cursor: pointer !important;
        background: #fff !important;
    }

    .mobile-sticky-variant .ebook-variant-box.active {
        border-color: #ff006a !important;
        background: #fff5f8 !important;
    }

    .mobile-sticky-variant .ebook-variant-box .variant-top {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
    }

    .mobile-sticky-variant .ebook-variant-box .variant-title {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #111827 !important;
    }

    .mobile-sticky-variant .ebook-variant-box .variant-radio {
        width: 16px !important;
        height: 16px !important;
        min-width: 16px !important;
        border-radius: 50% !important;
        border: 2px solid #d1d5db !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .mobile-sticky-variant .ebook-variant-box.active .variant-radio {
        border-color: #ff006a !important;
    }

    .mobile-sticky-variant .ebook-variant-box .radio-circle {
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        background: transparent !important;
        padding: 0 !important;
    }

    .mobile-sticky-variant .ebook-variant-box.active .radio-circle {
        background: #ff006a !important;
    }

    .mobile-sticky-variant .ebook-variant-box .variant-price {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
    }

    .mobile-sticky-variant .ebook-variant-box .product-current-price {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #111827 !important;
        margin: 0 !important;
    }

    .mobile-sticky-variant .ebook-variant-box .old-price {
        font-size: 11px !important;
        color: #9ca3af !important;
    }

    .mobile-sticky-variant .ebook-variant-box .variant-bottom-text {
        font-size: 11px !important;
        color: #6b7280 !important;
        margin-top: 2px !important;
    }

    .ebook-sticky-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        height: 50px !important;
        border-radius: 12px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        cursor: pointer !important;
        border: none !important;
        margin: 0 !important;
        padding: 0 16px !important;
        line-height: 1 !important;
    }

    .ebook-sticky-cart {
        background: #fff !important;
        color: #ff006a !important;
        border: 2px solid #ff006a !important;
    }

    .ebook-sticky-buy {
        background: #ff006a !important;
        color: #fff !important;
        border: 2px solid #ff006a !important;
    }

    .ebook-sticky-qty-wrap {
        height: 50px !important;
    }

    .ebook-sticky-qty-wrap .quantity-selector,
    .ebook-mobile-sticky-bar .quantity-selector.qty-box {
        width: 100% !important;
        height: 100% !important;
        border-radius: 12px !important;
        padding: 6px !important;
        align-items: center !important;
        gap: 4px !important;
        justify-content: center !important;
        min-width: 0 !important;
    }

    .ebook-mobile-sticky-bar .quantity-selector input {
        flex: 1 !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: 100% !important;
    }

    .ebook-sticky-qty-wrap .quantity-selector .btn-minus,
    .ebook-sticky-qty-wrap .quantity-selector .btn-plus,
    .ebook-mobile-sticky-bar .quantity-selector .btn-minus,
    .ebook-mobile-sticky-bar .quantity-selector .btn-plus {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
    }

    .course-video-details-section {
        /* padding-bottom: 80px !important; */
    }

    .video-btn {
        display: none !important;
    }

    .address-form .form-row {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 576px) {
    .sticky-btn-row {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 768px) {
    .modal-dialog-centered {
        align-items: flex-start;
        margin: 0;
        height: 100%;
    }

    .modal-dialog-centered .modal-content {
        border-radius: 0 !important;
        min-height: 100vh;
        overflow-y: auto;
    }

    .modal.fade .modal-dialog-centered {
        transform: translateY(0);
    }

    .address-form .form-row {
        gap: 10px;
        margin-bottom: 10px;
    }

    .address-form .form-row input {
        height: 40px;
    }

    .address-modal .modal-dialog .modal-content .modal-body {
        padding: 0 16px;
    }

    .address-modal .modal-dialog .modal-header {
        padding: 10px 16px;
    }

    .address-modal .modal-dialog .modal-header h1 {
        font-size: 18px;
    }

    .bottom-nav {
        margin-top: 12px;
    }

    .bottom-nav h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .bottom-nav-body {
        gap: 8px;
    }

    .bottom-nav-body .address-type span {
        font-size: 12px;
    }

    .address-form {
        margin-top: 12px;
    }

    .address-form .form-row label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .address-modal .modal-dialog .modal-footer {
        padding: 10px 16px;
    }

    .address-modal .modal-dialog .modal-footer .border-btn,
    .address-modal .modal-dialog .modal-footer .theme-btn {
        font-size: 13px;
        padding: 8px 20px;
    }
}

/* Ebook Qty Box */
.right-side-play-video .ebook-qty-box {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 55px !important;
    border: 1.5px solid #ff006a !important;
    border-radius: 6px !important;
    padding: 0 6px !important;
    background-color: #fff !important;
    gap: 0 !important;
    box-shadow: none !important;
}

.right-side-play-video .ebook-qty-box .btn-minus,
.right-side-play-video .ebook-qty-box .btn-plus,
.right-side-play-video .ebook-qty-box .qty-minus,
.right-side-play-video .ebook-qty-box .qty-plus {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 6px !important;
    border: none !important;
    background-color: #ff006a !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: background-color 0.2s !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 0 !important;
}

.right-side-play-video .ebook-qty-box .btn-minus:hover,
.right-side-play-video .ebook-qty-box .btn-plus:hover,
.right-side-play-video .ebook-qty-box .qty-minus:hover,
.right-side-play-video .ebook-qty-box .qty-plus:hover {
    background-color: #e6005c !important;
}

.right-side-play-video .ebook-qty-box .btn-minus svg,
.right-side-play-video .ebook-qty-box .btn-plus svg,
.right-side-play-video .ebook-qty-box .qty-minus svg,
.right-side-play-video .ebook-qty-box .qty-plus svg {
    width: 16px !important;
    height: 16px !important;
    stroke: #fff !important;
}

.right-side-play-video .ebook-qty-box .qty-input,
.right-side-play-video .ebook-qty-box input[type="number"] {
    flex: 1 !important;
    text-align: center !important;
    border: none !important;
    background: transparent !important;
    font-family: "Lexend", sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #111827 !important;
    outline: none !important;
    box-shadow: none !important;
    -moz-appearance: textfield !important;
    width: 100% !important;
    min-width: 0 !important;
}

.right-side-play-video .ebook-qty-box .qty-input::-webkit-outer-spin-button,
.right-side-play-video .ebook-qty-box .qty-input::-webkit-inner-spin-button,
.right-side-play-video .ebook-qty-box input[type="number"]::-webkit-outer-spin-button,
.right-side-play-video .ebook-qty-box input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

@media (max-width : 576px) {
    .video-courses .container {
        padding: 0;
    }

    .video-courses .container .course-heading-title {
        padding: 0 10px;
    }

    .video-courses .container .sm-video-price-sec {
        padding: 0 10px;
    }
}

.error {
    color: red !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

/* --------------------------------
   Product Carousel (Related Products)
-------------------------------- */
.custom-related-course-grid .product-card {
    border-radius: 6px;
    border: 1px solid #D2D6DB;
    background-color: #fff;
    height: 100% !important;
    overflow: hidden;
    margin-bottom: 0;
    transform: none !important;
}

.custom-related-course-grid .product-card:hover {
    transform: none !important;
    border-color: #FF006A !important;
}

.custom-related-course-grid .product-card .product-image-container {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.custom-related-course-grid .product-card .product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform 0.4s ease;
}

.custom-related-course-grid .product-card:hover .product-image-container img {
    transform: scale(1.08) !important;
}

.custom-related-course-grid .product-card .discount-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #FF006A;
    padding: 2px 10px;
    border-radius: 33px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.custom-related-course-grid .product-card .card-body {
    padding: 10px 12px 12px;
}

.custom-related-course-grid .product-card .product-name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #111827;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-related-course-grid .product-card .product-price {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1A1C1E;
    margin-bottom: 4px;
}

.custom-related-course-grid .product-card .product-price span {
    font-size: 13px;
    color: #3F3F46;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 6px;
}

.custom-related-course-grid .product-card .product-rating i {
    color: #f59e0b;
    font-size: 12px;
}

.custom-related-course-grid .product-card .product-rating .rating-value {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #111827;
}

.custom-related-course-grid .product-card .product-rating .rating-count {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #6b7280;
}

.custom-related-course-grid .product-card .product-add-btn {
    border: 1px solid #D2D6DB;
    background: transparent;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #3F3F46;
    padding: 5px 12px;
    border-radius: 5px;
    margin-top: 8px;
    transition: all 0.3s ease;
}

.custom-related-course-grid .product-card .product-add-btn:hover {
    color: #fff;
    background: #FF006A;
    border-color: #FF006A;
}

.custom-related-course-grid .product-card .qty-box {
    margin-top: 8px;
}

.custom-related-course-grid .product-card .borders {
    display: none;
}

.course-page-header h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #1A1C1E;
    margin: 0;
}

@media (max-width: 575px) {
    .custom-related-course-grid .product-card .product-image-container {
        height: 140px;
    }

    .custom-related-course-grid .product-card .card-body {
        padding: 8px;
    }

    .custom-related-course-grid .product-card .product-name {
        font-size: 13px;
        line-height: 17px;
    }

    .custom-related-course-grid .product-card .product-price {
        font-size: 13px;
    }

    .custom-related-course-grid .product-card .product-add-btn {
        font-size: 11px;
        padding: 4px 8px;
    }
}
