﻿/* ============================================================ */
/* FILTER & SORT */
/* ============================================================ */

.filter-btn {
    border: 2px solid #888;
    padding: 15px 25px;
    border-radius: 30px;
    background: transparent;
    font-weight: 500;
    cursor: pointer;
}

.sort-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-select {
    padding: 15px 25px;
    border-radius: 30px;
    border: 2px solid #888;
}

    .sort-select option {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        background-color: #fff;
        padding: 8px 6px;
    }

/* ============================================================ */
/* PRODUCT CARD */
/* ============================================================ */

.product-card {
    width: 100%;
    border-radius: 14px;
    padding: 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    background: transparent;
    position: relative;
    transition: 0.3s;
    text-align: center;
}

.top-icons {
    position: absolute;
    display: flex;
    width: 100%;
    left: 15px;
    top: 15px;
    gap: 55%;
}

    .top-icons span.heart {
        font-size: 21px;
        cursor: pointer;
        color: #550999;
        z-index: 9999;
        margin-top: 10px;
    }

    .top-icons span.eye {
        font-size: 21px;
        cursor: pointer;
        color: #a035ff;
        z-index: 9999;
        background-color: transparent;
        border-radius: 50%;
        padding: 11px;
        width: 47px;
        height: 47px;
    }

        .top-icons span.eye:hover {
            color: #fff;
            background-color: #a035ff;
        }

.bottm-text {
    padding: 0 18px 18px 18px;
    text-align: center;
}

.bottm-text p {
    font-size: 14px !important;
    color: #444;
    margin-top: 15px;
}

.product-img-0 {
    width: 100%;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    border: 1px solid #a035ff;
}

.product-img-1 {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border: 1px solid #a035ff;
}

.product-card:hover .product-img-0 {
    opacity: 0;
    left: 0;
    transition: 1s;
    transform: scale(1.1);
}

.product-card:hover .product-botton .option-btn {
    opacity: 1;
}

.product-botton {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 999;
}

/* ============================================================ */
/* PRODUCT BUTTONS */
/* ============================================================ */

.btn-1 {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0 25px 15px;
    border-radius: 35px;
}

    .btn-1 span {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 18px;
        transition: 0.3s;
    }

.btn-2::before {
    position: absolute;
    content: "";
    background-color: #2c3e3a;
    transition: 0.3s ease-out;
}

.btn-2 span {
    color: #000;
    border: 1px solid rgb(28, 31, 30);
    transition: 0.2s;
}

    .btn-2 span:hover {
        color: #fff;
        transition: 0.2s 0.1s;
    }

.btn-1.hover-slide-up::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
    width: 192px;
}

.btn-1.hover-slide-up:hover::before {
    height: 44px;
}

/* ============================================================ */
/* MAIN IMAGE BOX */
/* ============================================================ */

.main-image-box {
    width: 100%;
    height: 480px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    cursor: zoom-in;
}

    .main-img.zoomed {
        transform: scale(2);
        cursor: zoom-out;
    }

.active-thumb {
    border-color: #000;
}

/* ============================================================ */
/* LISTING DETAILS */
/* ============================================================ */

.samll-heading-datils {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    padding: 0;
    margin: 0;
}

.listing-datils img {
    width: 26px;
    height: 26px;
}

.listing-datils h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 46px;
    font-family: var(--font-body-family);
}

.listing-datils h3 {
    font-family: var(--font-body-family) !important;
    font-size: 16px !important;
    color: #4a3a60;
    padding: 0 !important;
    line-height: normal !important;
    margin: 0 10px;
    font-weight: 700;
}

.brand strong {
    align-items: center;
    gap: 6px;
    color: #3a3e3d;
    font-size: 15px;
    margin-top: 12px;
    font-family: var(--font-body-family);
}

.price-two {
    font-size: 21px;
    font-weight: 400;
    margin-top: 20px;
    padding: 0;
    font-family: var(--font-body-family);
    color: #000;
}

.pd-price {
    padding: 0;
    margin: 5px 0 2px 0;
}

.text-muted-small {
    font-size: 15px;
    margin-top: 5px;
    color: var(--text);
}

    .text-muted-small a {
        border-bottom: 1px solid #000;
    }

        .text-muted-small a:hover {
            border-bottom: 2px solid #000;
        }

/* ============================================================ */
/* QTY BOX */
/* ============================================================ */

/*.qty-box {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    min-height: 64px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 20px;
    background: #fff;
    cursor: pointer;
    width: 125px;
    border: 1px solid #42096b;
}
.size-box {
    display: inline-flex;
    align-items: center;
    text-align:center;
    justify-content: space-evenly;
    position: relative;
    min-height: 64px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    background: #fff;
    cursor: pointer;
    width: 125px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 1px solid #42096b;
    color: #42096b;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.qty-btn.qty-left {
    width: 20%;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 99;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #6a0dad;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.qty-btn.qty-right {
    width: 20%;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 999;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #6a0dad;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.qty-box span {
    text-align: center;
    align-items: center;
    width: auto;
    position: absolute;
    margin: 0 auto;
    color: #42096b;
}*/
.qty-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px !important;
    height: 64px;
    border: 1px solid #42096b;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.qty-btn {
    width: 40px;
    height: 100%;
    border: none;
    background: transparent;
    color: #6a0dad;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

    .qty-btn:hover {
        background: #f5f5f5;
    }

.qty-box span {
    flex: 1;
    text-align: center;
    color: #42096b;
    font-size: 20px;
    font-weight: 600;
}

.size-box {
    width: 140px;
    height: 64px;
    border: 1px solid #42096b;
    border-radius: 5px;
    background: #fff;
    color: #42096b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    text-align-last: center;
    transition: .35s;
}



.btn-11 span:hover {
    border: 1px solid #6a0dad;
    box-shadow: -10px -10px 10px -10px rgba(0,0,0,0.05), 10px 10px 10px -10px rgba(0,0,0,0.05), 0 18px 10px -20px rgba(0,0,0,0.5);
}

.button-container {
    width: 80%;
}

.add-cart,
.btn-11,
.buy-now-btn {
    width: 100%;
}

.add-cart {
    position: relative;
    z-index: 1;
}

.btn-11,
.buy-now-btn {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-11 {
    color: #6a0dad;
    background: transparent;
    border: none;
    margin-bottom: 15px;
}

    .btn-11 span {
        border-radius: 5px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #42096b;
        color: #42096b;
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    }

        

.buy-now-btn {
    border-radius: 5px;
    background-color: #42096b;
    color: #fff;
    border: 1px solid #42096b;
}

    .buy-now-btn:hover {
        background-color: #42096b;
        color: #fff;
        border: 1px solid #42096b;
    }

.menu-datils {
    width: 100%;
    padding-top: 30px;
    margin: 0;
}

    .menu-datils p,
    .menu-datils p.one1 {
        font-size: 16px;
        font-weight: 600;
        color: #6a0dad;
        margin: 6px 0 3px;
    }

    .menu-datils a {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        text-decoration: underline;
    }

    .menu-datils strong.p-1w {
        font-size: 17px;
        color: #555;
    }

    .menu-datils p.one2 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        padding-top: 10px;
    }

    .menu-datils strong.str-2w {
        font-size: 17px;
        display: block;
        color: #555;
        padding-bottom: 8px;
    }

        .menu-datils strong.str-2w span {
            font-size: 17px;
            color: #555;
            font-weight: 400;
        }

    .menu-datils strong.str-3w {
        display: block;
        font-size: 17px;
        color: #333;
        padding-bottom: 10px;
    }

    .menu-datils strong.str-4we {
        padding: 10px 0;
    }

    .menu-datils strong.str-3w span {
        font-size: 17px;
        color: #555;
        font-weight: 400;
    }

    .menu-datils small {
        color: #000;
    }

    .menu-datils ul {
        list-style: disc;
    }

        .menu-datils ul li {
            font-size: 16px;
            font-weight: 600;
            color: #4a3a60;
            padding-top: 0;
            margin: 5px 25px;
        }

/* ============================================================ */
/* ACCORDION */
/* ============================================================ */

.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    box-shadow: none;
}

.custom-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    font-weight: 500;
    font-size: 20px;
    color: #6a0dad;
    padding: 7px 0 7px 50px;
    position: relative;
}

    .custom-accordion .accordion-button::after {
        background-image: none;
        content: '\f105';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transform: rotate(0deg);
        transition: 0.3s;
        font-size: 15px;
    }

    .custom-accordion .accordion-button:not(.collapsed)::after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        transform: scale(1) rotate(0deg);
    }

.custom-accordion #btnpd1::before {
    content: "\f341";
    font-family: "bootstrap-icons";
    font-style: normal;
    position: absolute;
    left: 10px;
    color: #6a0dad;
}

.custom-accordion #btnpd2::before {
    content: "\F5EA";
    font-family: "bootstrap-icons";
    font-style: normal;
    position: absolute;
    left: 10px;
    color: #6a0dad;
}

.custom-accordion #btnpd3::before {
    content: "\F446";
    font-family: "bootstrap-icons";
    font-style: normal;
    position: absolute;
    left: 10px;
    color: #6a0dad;
}

.custom-accordion #btnpd4::before {
    content: "\F28B";
    font-family: "bootstrap-icons";
    font-style: normal;
    position: absolute;
    left: 10px;
    color: #6a0dad;
}

.custom-accordion #btnpd5::before {
    content: "\f328";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
    color: #6a0dad;
}

.collapsing {
    transition: height 0.6s ease !important;
}

.accordion-body {
    font-size: 16px;
    color: #555;
}

    .accordion-body p {
        font-size: 16px !important;
        padding: 0;
        margin: 0;
        color: #4a3a60;
    }

    .accordion-body ul {
        list-style: disc;
        margin-left: 25px;
        color: #4a3a60;
    }

.custom-acc .accordion-button:not(.collapsed) {
    background: #fff;
    color: #2f3d44;
}

.acc-icon {
    margin-right: 12px;
    opacity: 0.8;
}

/* ============================================================ */
/* REVIEWS */
/* ============================================================ */

.review-box {
    max-width: 100%;
    margin: 50px auto;
    text-align: center;
}

.stars i {
    color: #FBCD0A !important;
    margin-right: 2px;
}

.rating-text {
    color: #555 !important;
    font-size: 14px;
}

.review-box h4 {
    font-size: 21px;
    font-weight: 500;
    color: rgb(66, 9, 107);
}

.main-review-box {
    width: 68%;
    margin: 0 auto;
}

.ratingBreakdown {
    width: 68%;
    margin: 0 auto;
}

.text-start {
    color: #555 !important;
}

.progress {
    height: 10px;
    background: #e0e0e0;
}

.progress-bar {
    background: rgb(66, 9, 107);
}

.rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .rating-row .stars {
        text-align: left;
    }

.rating-count {
    width: 20px;
    text-align: right;
    font-size: 14px;
    color: #555;
}

.btn-review {
    background: rgb(66, 9, 107);
    color: #fff;
    padding: 7px 20px;
    margin: 20px auto auto auto;
    border: none;
    width: 45%;
    font-weight: 500;
}

.review-card {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.stars-user {
    color: #fbcd0a;
    font-size: 30px;
}

.date {
    font-size: 13px;
    color: #888;
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #000;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 5px;
    font-size: 25px;
    font-weight: bold;
}

    .avatar .check {
        position: absolute;
        bottom: -2px;
        right: -2px;
        background: #000;
        color: #fff;
        font-size: 10px;
        border-radius: 50%;
        padding: 2px 4px;
    }

.review-title {
    font-weight: 600;
    margin: 15px 0 10px 0;
    color: #333;
}

.review-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* ============================================================ */
/* SIDEBAR */
/* ============================================================ */

.sidebar {
    background: #fff;
    padding: 20px;
    border-right: 1px solid #eee;
}

input.small-checkbox {
    width: 15px;
    height: 15px;
}

/* ============================================================ */
/* BUTTON SECONDARY */
/* ============================================================ */

.button--secondary,
.button--secondary:visited {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    min-width: 64px;
    font-family: inherit;
    font-size: 18px;
    line-height: 15px;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    font-weight: 600;
    color: #2c3e3a;
    background: #fff;
    padding: 45px 15px;
    transition: border 0.15s ease-in-out;
}

.button--full-width {
    min-width: 100%;
}

.icon-with-text {
    display: inline-flex;
    align-items: flex-start;
}

.icon-with-text__icon {
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: -2px;
}

.icon-svg--color-silver,
.icon-svg--color-blue {
    fill: #2c3e3a;
    color: #2c3e3a;
}

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
}

/* ============================================================ */
/* HEART / WISHLIST ANIMATION */
/* ============================================================ */

.heart-full {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.btn__effect {
    display: inline-block;
    position: relative;
}

.effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
}

.effect {
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    width: 20px;
    transform-origin: 0px 2px;
}

    .effect:nth-child(2) {
        transform: rotate(72deg);
    }

    .effect:nth-child(3) {
        transform: rotate(144deg);
    }

    .effect:nth-child(4) {
        transform: rotate(216deg);
    }

    .effect:nth-child(5) {
        transform: rotate(288deg);
    }

    .effect:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        border-radius: 1.5px;
        height: 3px;
        background: #0090e3;
    }

    .effect:after {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        right: 10%;
        border-radius: 50%;
        width: 3px;
        height: 3px;
        background: #ff6600;
        transform: scale(0);
    }

.active .heart-stroke {
    opacity: 0;
}

.active .heart-full {
    opacity: 1;
}

.active .icon-svg {
    animation: bounceIn 0.5s linear;
}

.active .effect:before {
    animation: fireworkLine 0.5s linear 0.1s;
}

.active .effect:after {
    animation: fireworkPoint 0.5s linear 0.1s;
}

.broken-heart {
    position: absolute;
    left: -16px;
    top: 0;
    opacity: 0;
}

.broken-heart--left {
    transform-origin: 60% 200%;
}

.broken-heart--right {
    transform-origin: 63% 200%;
}

.broken-heart--crack {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
}

.deactivate .broken-heart {
    opacity: 1;
}

.deactivate .broken-heart--left {
    animation: crackLeft .35s cubic-bezier(0.680,-0.550,0.265,2.850) .15s forwards, hide .25s ease-in .55s forwards;
}

.deactivate .broken-heart--right {
    animation: crackRight .35s cubic-bezier(0.680,-0.550,0.265,2.850) .15s forwards, hide .25s ease-in .55s forwards;
}

.deactivate .broken-heart--crack {
    animation: crack .2s ease-in forwards;
}

.button.one.desktop:not(.active):hover .heart-stroke {
    animation: pulse 1s ease-out infinite;
}

/* ============================================================ */
/* MISC COMPONENTS */
/* ============================================================ */

.column__content {
    width: 100%;
    padding: 10px;
    margin: 25px 0 100px 0;
    box-shadow: 0 10px 10px #ddd;
}

    .column__content img {
        width: 40px;
        box-sizing: border-box;
    }

    .column__content h6 span {
        font-size: 18px;
        font-weight: 600;
        color: #2c3e3a;
        margin: 0 0 0 8px;
        padding-top: 5px;
    }

.contact-section {
    background: #f7f8f8;
    padding: 40px 0;
    color: #1b1a2b;
}

.item-colm-gap {
    margin: 0 10px;
}

.course-cardM-1 {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .course-cardM-1 img {
        width: 100%;
        box-sizing: border-box;
    }

.item-titleee {
    font-size: 19px;
    font-weight: 400;
    margin: 15px 12px;
    color: #000;
    line-height: 24px;
    padding: 0;
    text-align: center;
}

    .item-titleee span {
        background-image: linear-gradient(#fac62a, #fac62a);
        background-repeat: no-repeat;
        background-size: 0% 1px;
        background-position: left bottom;
        display: inline;
        box-decoration-break: clone;
        transition: background-size 0.4s ease;
    }

    .item-titleee:hover span {
        background-size: 100% 1px;
    }

/* ============================================================ */
/* TESTIMONIAL OWL */
/* ============================================================ */

#testimonialOwl {
    position: relative;
}

    #testimonialOwl .owl-nav {
        display: block !important;
    }

    #testimonialOwl .owl-prev,
    #testimonialOwl .owl-next {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        width: 46px;
        height: 46px;
        border-radius: 50%;
        font-size: 45px;
        font-weight: 600 !important;
        color: #fff !important;
        line-height: 46px;
        text-align: center;
        cursor: pointer;
        z-index: 999;
        background: #6a0dad !important;
    }

    #testimonialOwl .owl-prev {
        left: -30px;
    }

    #testimonialOwl .owl-next {
        right: -30px;
    }

        #testimonialOwl .owl-prev:hover,
        #testimonialOwl .owl-next:hover {
            background: #6a0dad !important;
        }

.concept {
    text-align: left;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    line-height: 42px;
    margin-bottom: 25px;
}

.testimonial-container {
    padding: 10px;
    margin: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #6a0dad;
}

    .testimonial-container img {
        border-radius: 12px;
        border: 1px solid #ccc;
    }

/* ============================================================ */
/* PRICING */
/* ============================================================ */

.rating {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

    .rating span {
        color: #666;
        font-size: 13px;
        margin-left: 6px;
    }

.mrp {
    font-size: 14px;
    color: #666;
}

.old-price {
    font-size: 14px;
    color: #6a6f73;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.sale {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.current-price {
    font-size: 18px;
    font-weight: 700;
}

.price {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 18px;
}

.btn-outline-pink {
    display: block;
    text-align: center;
    padding: 12px 0;
    border-radius: 26px;
    border: 2px solid #6a0dad;
    color: #6a0dad;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-outline-pink:hover {
        background: #6a0dad;
        color: #fff;
    }

/* ============================================================ */
/* CONTACT */
/* ============================================================ */

.contact-cards {
    width: 80%;
    margin: 0 auto 5px auto;
    box-sizing: border-box;
}

.info-card {
    background: #f7f8f8;
    padding: 35px 0 0 0;
    color: #6a0dad;
    margin-top: 20px;
    height: 220px;
    border-radius: 0;
    box-shadow: 0 10px 10px #ccc;
}

    .info-card i {
        font-size: 40px;
        color: #2c3e3a;
        margin-bottom: 15px;
    }

    .info-card h6 {
        font-weight: 700;
        font-size: 17px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        color: #2c3e3a;
        font-family: var(--font-body-family);
    }

    .info-card p {
        font-size: 14px;
        line-height: 24px;
        color: #2c3e3a;
        font-family: var(--font-body-family);
    }

    .info-card a {
        color: #1e4fb8;
        text-decoration: underline;
    }

.title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #1c1b22;
}

.sub-text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.desc {
    font-size: 1.05rem;
    line-height: 26px;
    margin-bottom: 30px;
}

.form_oneRight {
    width: 90%;
    margin: 0 auto 25px auto;
}

.sub-LTLabel {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--font-body-family);
    color: #1c1b22;
}

form label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

form input,
form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #1c1b22;
    color: #000;
    padding: 6px 0 0 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    box-shadow: none !important;
    outline: none !important;
}

    form input::placeholder,
    form textarea::placeholder {
        color: #1c1b22;
    }

.submit-btn {
    width: 45%;
    background: linear-gradient(135deg, var(--color-text-main-light), var(--color-text-main));
    color: #fff;
    border: 2px solid transparent;
    padding: 12px 0;
    font-weight: 700;
    border-radius: 25px;
    font-size: 14px;
    letter-spacing: 1px;
}

    .submit-btn:hover {
        border: 2px solid #6e13b0;
        color: #6e13b0;
        background-color: transparent;
    }

.phone-call {
    display: flex;
    float: left;
    width: 50px;
    box-sizing: border-box;
}

    .phone-call img {
        width: 45px;
        height: 45px;
        box-sizing: border-box;
        margin-right: 10px;
    }

/* ============================================================ */
/* TESTIMONIALS */
/* ============================================================ */

.testimonials-wrap {
    padding: 40px 0;
}

.testimonials-three {
    width: 100%;
    background-color: #f7f8f8;
    padding-top: 50px;
    margin: 0;
    box-sizing: border-box;
}

.gap-ctrlSection {
    width: 100%;
    padding: 0;
    margin: 0;
}

.heading-section {
    font-size: 26px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    text-align: justify;
}

.sub-heading {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    padding-bottom: 35px;
}

.sub-section {
    font-size: 18px;
    font-weight: 400;
}

.testimonial-box {
    display: block;
    position: relative;
    padding: 0;
    background: #fff;
}

.carousel-testimonial .item {
    padding: 10px;
}

.main-card {
    display: block;
    height: auto !important;
    border: none;
    text-align: left;
    border-radius: 0;
    padding: 15px;
}

.course-titlee {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 12px;
    color: #333;
}

.author {
    font-size: 14px;
    color: #2b3238;
    margin-bottom: 6px;
}

.rating-two {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-bottom: 6px;
}

.rating-value {
    font-weight: 700;
    color: #b4690e;
}

.stars {
    color: #FBCD0A;
}

.reviews {
    color: #6a6f73;
}

.premium {
    background-color: #5624d0;
    color: #fff !important;
    padding: 5px 12px !important;
    font-size: 14px !important;
}

.bestseller {
    background-color: #c2e9eb;
    color: #0d5289 !important;
    padding: 5px 12px !important;
}

.featured-card {
    width: 100%;
    padding: 25px;
    border: 1px solid #d1d7dc;
    border-radius: 4px;
    background: #fff;
}

/* ============================================================ */
/* SHOW MORE / TABS */
/* ============================================================ */

#section {
    width: 100%;
    height: auto;
    word-wrap: break-word;
}

    #section a {
        color: #6d28d2;
        font-size: 16px;
        font-weight: 600;
        background-color: transparent;
        padding: 8px 15px;
        text-decoration: none;
        border-radius: 5px;
        margin-top: 15px;
        display: block;
        width: 120px;
        text-align: center;
    }

        #section a:hover {
            background-color: #ede5fa;
        }

.moretext {
    display: none;
}

.tabpills {
    width: 100%;
    padding: 40px 25px;
}

.product-listing {
    margin: 25px 0;
    max-width: 60%;
}

    .product-listing h3 {
        font-size: 28px;
        font-weight: 600;
        color: #000;
        line-height: 41px;
        padding: 10px 0;
        margin-bottom: 15px;
    }

.nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #2a2b3f;
    line-height: 25px;
    padding: 8px 15px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #2a2b3f !important;
    border-radius: 5px !important;
}

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        color: #2a2b3f;
        background-color: #ddd;
    }

.course-includes i {
    color: #1c1d1f;
    min-block-size: 16px;
}

.course-includes span {
    font-size: 15px;
    color: #1c1d1f;
}

.listcourse-items {
    margin: 25px 0;
    max-width: 100%;
}

.course-item {
    max-width: 60%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

.course-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 0;
}

.psychic-dev {
    width: 295px;
}

.selected-colm {
    width: 133px !important;
    text-align: center;
}

    .selected-colm span {
        width: 30px;
        text-align: center;
    }

.update-time {
    color: #004723;
    font-size: 15px;
    font-weight: 600;
}

.update-date {
    color: #000;
    margin: 0 0 0 7px;
    font-size: 14px;
    font-weight: 400;
}

.course-heart {
    font-size: 20px;
    color: #6f42c1;
    cursor: pointer;
}

.bg-purple {
    background: #6f42c1;
    color: #fff;
}

.show-more-btn {
    border: 1px solid #6f42c1;
    color: #6f42c1;
    background: transparent;
    font-weight: 600;
}

    .show-more-btn:hover {
        background: #6f42c1;
        color: #fff;
    }

.content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #6a0dad;
    line-height: 24px;
    padding: 0;
    text-align: left;
}

.content {
    height: auto;
}

.gaplist {
    float: left;
    padding-left: 7px;
    padding-right: 0;
    margin-bottom: 10px;
}

.product-content h3 {
    font-size: 18px !important;
    font-weight: 400;
    margin: 15px 0 0 0;
    color: #6a0dad;
    line-height: 24px;
    padding: 0;
    text-align: left;
}

.small-image {
    position: relative;
    bottom: 6px;
}

/* ============================================================ */
/* PRODUCT IMAGE GALLERY                                        */
/* ============================================================ */

.product-image-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.smallimg-thumb {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Desktop: main image LEFT (65%), thumbs stacked RIGHT (35%) */
.smallimg-thumb-track {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: flex-start;
}

.smalling-main-img {
    width: 65%;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .smalling-main-img img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        border-radius: 15px;
        display: block;
        margin: 0;
        padding: 0;
        border: 1px solid #ddd;
        cursor: zoom-in;
        transition: transform 0.3s ease;
    }

.smallimg-thumb-top {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 500px;
    overflow-y: hidden;
    overflow-x: hidden;
    scrollbar-width: thin;
    margin: 0;
    padding: 0;
}

    .smallimg-thumb-top::-webkit-scrollbar {
        width: 4px;
    }

    .smallimg-thumb-top::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .smallimg-thumb-top::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .smallimg-thumb-top::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.smallimg-bottom {
    width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

    .smallimg-bottom img {
        width: 100%;
        height: 245px;
        object-fit: cover;
        border-radius: 12px;
        border: 2px solid transparent;
        cursor: pointer;
        display: block;
        transition: all 0.3s ease;
        margin: 0;
        padding: 0;
    }

        .smallimg-bottom img:hover {
            border-color: #6a0dad;
        }

        .smallimg-bottom img.active {
            border-color: #6a0dad;
        }

.thumb {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 15px;
    display: block;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .thumb.active {
        border-color: #000;
    }

    .thumb:hover {
        border-color: #6a0dad;
    }

.product-details-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* ============================================================ */
/* KEYFRAMES                                                    */
/* ============================================================ */

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .6;
        transform: scale(1.15);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fireworkPoint {
    30% {
        transform: scale(0);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(1);
    }
}

@keyframes crackLeft {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-45deg);
    }
}

@keyframes crackRight {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(45deg);
    }
}

@keyframes crack {
    0% {
        stroke-dashoffset: 15;
    }

    80% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes sliderAnim {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ============================================================ */
/* RESPONSIVE — TABLET (max 1024px)                            */
/* ============================================================ */

@media (max-width: 1024px) {
    .smallimg-thumb-track {
        flex-direction: column;
    }

    .smalling-main-img {
        width: 100%;
    }

        .smalling-main-img img {
            height: auto;
            border-radius: 15px;
        }

    .smallimg-thumb-top {
        width: 100%;
        max-height: none;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
    }

    .smallimg-bottom {
        flex: 0 0 100px;
        min-width: 100px;
        height: 100px;
    }

        .smallimg-bottom img {
            height: 100%;
            border-radius: 12px;
        }
}

/* ============================================================ */
/* RESPONSIVE — MOBILE (max 480px)                             */
/* ============================================================ */

@media (max-width: 480px) {
    .smalling-main-img img {
        border-radius: 10px;
        height: 330px;
    }

    .smallimg-bottom {
        flex: 0 0 70px;
        min-width: 70px;
        height: 70px;
    }

        .smallimg-bottom img {
            height: 100%;
            border-radius: 8px;
        }

    .listing-datils h2 {
        text-align: start;
        font-size: 24px !important;
    }

    .price-two {
        font-size: 18px !important;
    }

    .main-review-box {
        width: 100%;
    }

    .btn-review {
        width: 100%;
    }

    .filter-btn {
        display: block;
        width: 100%;
        padding: 10px 15px;
    }

    .sort-select {
        min-width: 100%;
        padding: 10px 25px;
        text-align: center;
        margin-top: 25px;
        display: block;
    }

    .h2, h2 {
        font-size: 32px;
        text-align: center;
    }

    .search-input {
        width: 76%;
    }

    .sd-logo img {
        height: 65px;
    }

    .odo {
        font-size: 60px;
    }

    .sd-about-title {
        text-align: center;
        margin-top: 20px;
    }

    .sec-pad {
        padding: 3rem 0;
    }

    .contact-section {
        padding: 100px 0 0 0;
    }

    .contact-form {
        padding: 40px 5px;
    }

    .btn-submit {
        padding: 15px 10px;
    }

    .contact-grid {
        display: flow-root;
    }

    .bottm-text {
        padding: 0;
    }

    .course-card {
        margin-bottom: 20px;
    }

    .g-3 {
        --bs-gutter-y: 0px;
        --bs-gutter-x: 0px;
    }

    .banner-style-one .slide {
        min-height: 450px;
    }

    .banner-style-one .banner-title {
        font-size: 35px;
    }


    .section-header h3 {
        font-size: 32px;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next,
    .sec-even .owl-nav .owl-prev,
    .sec-even .owl-nav .owl-next {
        left: -13px;
    }

    .services-cards .owl-prev,
    .services-cards .owl-next {
        text-align: center;
    }


    .divine-page {
        padding: 20px 15px 15px 20px;
    }

    .divine-section h3 {
        font-size: 40px;
        font-weight: 600;
    }

    .divine-timeline::before {
        left: 50%;
    }

    .divine-timeline-item {
        text-align: center;
        padding-left: 0;
    }

        .divine-timeline-item h6 {
            padding: 12px 18px;
        }

    .divine-card {
        padding: 15px 14px;
    }

    .divine-soft-card {
        padding: 11px 12px;
    }

        .divine-soft-card p {
            margin-bottom: 18px;
            padding: 10px 5px;
        }

    h3.session::after {
        top: 100%;
    }

    .divine-session-card {
        padding: 19px 10px;
    }

        .divine-session-card h5 {
            font-size: 35px;
        }

    .divine-btn-outline {
        padding: 12px 0;
    }

    .description {
        font-size: 17px;
        margin-bottom: 0;
        line-height: 21px;
    }

    .footer-note {
        margin-top: 1rem;
    }

    .small-caps {
        margin: 1.8rem 0 0 0;
    }

    .badge-mode {
        font-size: 12px;
    }

    .course-body h5 {
        font-size: 17px;
    }
}

/* ============================================================ */
/* RESPONSIVE — 481px to 640px                                 */
/* ============================================================ */

@media (min-width: 481px) and (max-width: 640px) {

    .search-input {
        width: 100%;
    }

    .banner-style-one .slide {
        min-height: 500px;
    }

    .banner-style-one .banner-title {
        font-size: 30px;
    }

    .sd-about-img-wrap img {
        margin-top: 25px;
    }

    .sd-about-title {
        font-size: 32px;
        padding-top: 30px;
        text-align: center;
    }

    .elegant-counter span.label {
        text-align: center;
    }

    .sd-cat-title {
        padding-top: 30px;
        text-align: center;
    }

    .section-header {
        padding-top: 30px;
    }

        .section-header h3 {
            text-align: center;
        }

    .categories-colm-heading {
        padding-top: 30px;
    }

        .categories-colm-heading h4 {
            text-align: center;
            font-size: 32px;
        }

    .services-cards .owl-prev,
    .services-cards .owl-next {
        text-align: center;
    }

    .sec-even .owl-nav .owl-prev,
    .sec-even .owl-nav .owl-next {
        left: 8px;
    }
}

/* ============================================================ */
/* RESPONSIVE — 641px to 767px                                 */
/* ============================================================ */

@media (min-width: 641px) and (max-width: 767px) {
    .sd-logo img {
        height: 85px;
    }

    .search-input {
        width: 100%;
    }

    .banner-style-one .slide {
        min-height: 500px;
    }

    .banner-style-one .banner-title {
        font-size: 35px;
    }

    .sd-about-img-wrap img {
        margin-top: 25px;
    }

    .sd-about-title {
        font-size: 35px;
        padding-top: 35px;
        text-align: center;
    }

    .elegant-counter span.label {
        text-align: center;
    }

    .sd-cat-title {
        padding-top: 35px;
        text-align: center;
    }

 .section-header {
        padding-top: 35px;
    }

        .section-header h3 {
            text-align: center;
        }

    .categories-colm-heading {
        padding-top: 35px;
    }

        .categories-colm-heading h4 {
            text-align: center;
            font-size: 35px;
        }

    .services-cards .owl-prev,
    .services-cards .owl-next {
        text-align: center;
    }


    span.label {
        font-size: 19px;
        letter-spacing: 2px;
    }

    .testimonial-name {
        margin: 12px 0 0 0;
    }
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    font-size: 14px;
    margin: 12px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
tbody {
border:1px solid #6a0dad;
}
table th,
table td {
    border: none !important;
    border-bottom: 1px solid #e8d5f5 !important;
    padding: 6px 6px !important;
    text-align: center !important;
    white-space: nowrap;
}
    table th {
        background: #4a0080;
        color: #fff;
        font-weight: 600;
    }

    table td {
        color: #333;
    }

    table tr:nth-child(even) td {
        background: #f9f2ff;
    }

    table tr:last-child td {
        border-bottom: none !important;
    }

/* Tablet */
@media (max-width: 768px) {
    table {
        font-size: 13px;
    }

        table th,
        table td {
            padding: 8px 10px !important;
        }
}

/* Mobile */
@media (max-width: 480px) {
    table {
        font-size: 12px;
    }

        table th,
        table td {
            padding: 7px 8px !important;
        }
}

.floating-select {
    position: relative;
    width: 100%;
}

    .floating-select .size-box, .floating-select .qty-box {
        width: 100%;
        height: 64px;
        padding: 10px 8px;
        border: 1px solid #42096b;
        border-radius: 5px;
        background: #fff;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .floating-select label {
        position: absolute;
        left: 12px;
        top: 0;
        transform: translateY(-50%);
        background: #fff;
        color: #42096b;
        padding: 0 6px;
        font-size: 16px;
        line-height: 1;
        z-index: 2;
        pointer-events: none;
    }

    .floating-select .size-box:focus, .floating-select .qty-box:focus {
        border-color: #42096b;
        box-shadow: none;
    }