/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*header*/

.elementor-42 .elementor-element.elementor-element-64ecf574 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after {
    width: 48px;
    position: absolute;
    left: 20px;
}

/*dropdown*/

.elementor-nav-menu--dropdown {
    z-index: 99999 !important;
}

.elementor-nav-menu,
.elementor-nav-menu__container {
    position: relative;
    z-index: 99999;
}

.elementor-nav-menu--main {
    position: relative;
    z-index: 99999;
}



/*banner*/


/* Hero section book ko neeche overlap karne de */
.elementor-element-172bdab,
.elementor-element-172bdab > .elementor-container,
#bookbanner,
#bookbanner .elementor-widget-wrap {
    overflow: visible !important;
}

/* Left column ko horizontal overflow se bachaye */
#bookbanner {
    position: relative !important;
    z-index: 20 !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

/* Swiper ko normal smooth behavior par wapis layein */
#bookbanner .e-n-carousel {
    overflow: visible !important;
    min-width: 0 !important;
}

/* Left/right slides crop hongi, sirf bottom par space milegi */
#bookbanner .swiper {
    position: relative !important;
    overflow: hidden !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;

    padding-bottom: 75px !important;
    margin-bottom: -75px !important;

    max-width: 100% !important;
}

/* Swiper ki animation smooth rakhe */
#bookbanner .swiper-wrapper {
    will-change: transform !important;
}

/* Sirf active book neeche aaye */
#bookbanner .swiper-slide-active .elementor-widget-image img {
    display: block !important;
    transform: translate3d(0, 108px, 0) scale(1.06) !important;
    transform-origin: left bottom !important;
    will-change: transform;
}

/* Baqi slides normal rahengi */
#bookbanner .swiper-slide:not(.swiper-slide-active) .elementor-widget-image img {
    transform: none !important;
}

/* Mobile */
@media (max-width: 767px) {
    #bookbanner .swiper {
        padding-bottom: 40px !important;
        margin-bottom: -40px !important;
    }

    #bookbanner .swiper-slide-active .elementor-widget-image img {
        transform: translate3d(0, 28px, 0) scale(1.03) !important;
    }
}

/* Browser horizontal scrollbar ko remove kare */
html,
body {
    overflow-x: clip !important;
}


/*bookingcomparionchart*/


.tp-book-roi-section {
    padding: 86px 0px;
    /* background: linear-gradient(180deg, #fbfaff 0%, #f4f0fb 100%); */
    font-family: inherit;
}

.tp-book-roi-container {
    max-width: 1280px;
    margin: 0 auto;
}

.tp-book-roi-heading {
    max-width: 1000px;
    margin: 0 auto 48px;
    text-align: center;
}

.tp-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #8c45aa;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tp-book-roi-heading h2 {
    margin: 0 0 14px;
    color: #303030;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.05;
    font-family: 'Roboto';
}

.tp-book-roi-heading p {
    font-family: 'Roboto';
    max-width: auto;
    margin: 0 auto;
    color: #5d5870;
    font-size: 20px;
    line-height: 1.7;
}

.tp-roi-table {
    overflow: hidden;
    border: 1px solid #ded4ec;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(56, 19, 96, 0.08);
}

/* Headings */
.tp-roi-head {
    display: grid;
    place-items: center;
    min-height: 76px;
    padding: 18px 25px;
    background: linear-gradient(135deg, #32105f, #6f2594);
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.tp-roi-table {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
}

.tp-roi-head {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.tp-roi-head:nth-child(3) {
    border-right: 0;
}

/* Each row spans all table columns */
.tp-roi-row {
    display: contents;
}

.tp-roi-book,
.tp-roi-content {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 225px;
    padding: 28px;
    border-top: 1px solid #e5deed;
    border-right: 1px solid #e5deed;
}

.tp-roi-content:last-child {
    border-right: 0;
}

.tp-roi-book {
    background: #ffffff;
}

.tp-roi-content {
    background: #ffffff;
}

.tp-roi-result {
    background: linear-gradient(180deg, #fffaff 0%, #faf6ff 100%);
}

/* Book image */
.tp-book-image {
    flex: 0 0 112px;
    width: 112px;
}

.tp-book-image img {
    display: block;
    width: 100%;
    height: 165px;
    object-fit: contain;
    filter: drop-shadow(0 12px 12px rgba(26, 11, 47, 0.2));
    transition: transform 0.3s ease;
}

.tp-roi-row:hover .tp-book-image img {
    transform: translateY(-6px) rotate(-2deg);
}

.tp-book-info {
    min-width: 0;
}

.tp-book-number {
    display: inline-block;
    margin-bottom: 8px;
    color: #9550b9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.tp-book-info h3 {
    margin: 0 0 8px;
    color: #351061;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.22;
    font-family: 'Roboto';
}

.tp-book-info p {
    margin: 0;
    color: #766d83;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

/* Pain and ROI */
.tp-roi-icon {
    display: grid;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid #dcc9ed;
    border-radius: 50%;
    background: #f8f1ff;
    color: #602083;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

.tp-roi-content p {
    margin: 0;
    color: #484252;
    font-size: 16px;
    line-height: 1.65;
    font-family: 'Roboto';
}

.tp-roi-content strong {
    display: block;
    margin-bottom: 4px;
    color: #46136d;
    font-size: 17px;
    font-weight: 800;
}

/*subscribeform*/

/* ================================
   TREASURE PORTALS SUBSCRIBE FORM
================================ */

/* Main form card */
form.ig_es_subscription_form[data-form-id="4"] {
    max-width: 100%;
    margin: 0 auto;
    padding: 38px 36px;
    background: #ffffff;
    border: 1px solid rgba(20, 31, 58, 0.08);
    border-radius: 18px;
    box-shadow: 0 14px 45px rgba(15, 26, 56, 0.10);
    font-family: Arial, sans-serif;
}

/* Space between fields */
form.ig_es_subscription_form[data-form-id="4"] .es-field-wrap {
    margin-bottom: 22px;
}

/* Labels */
form.ig_es_subscription_form[data-form-id="4"] .es-field-label {
    display: block;
    margin-bottom: 0;
    color: #17213a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

/* Inputs */
form.ig_es_subscription_form[data-form-id="4"] input[type="text"],
form.ig_es_subscription_form[data-form-id="4"] input[type="email"] {
    width: 100%;
    height: 52px;
    margin-top: 8px;
    padding: 0 16px;
    color: #17213a;
    font-size: 15px;
    font-weight: 400;
    background: #f8f9fc;
    border: 1px solid #d9deea;
    border-radius: 9px;
    outline: none;
    box-shadow: none;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

/* Placeholder */
form.ig_es_subscription_form[data-form-id="4"] input::placeholder {
    color: #9299aa;
    opacity: 1;
}

/* Input hover */
form.ig_es_subscription_form[data-form-id="4"] input[type="text"]:hover,
form.ig_es_subscription_form[data-form-id="4"] input[type="email"]:hover {
    border-color: #aeb8ce;
}

/* Input focus */
form.ig_es_subscription_form[data-form-id="4"] input[type="text"]:focus,
form.ig_es_subscription_form[data-form-id="4"] input[type="email"]:focus {
    background: #ffffff;
    border-color: #6c287d;
    box-shadow: 0 0 0 4px rgba(108, 40, 125, 0.10);
}

/* Submit button container */
form.ig_es_subscription_form[data-form-id="4"] .es-submit-container {
    margin-top: 8px;
    margin-bottom: 0;
}

/* Subscribe button */
form.ig_es_subscription_form[data-form-id="4"] .es-subscribe-btn {
    min-width: 100% !important;
    height: 52px;
    padding: 0 28px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px;
    background: linear-gradient(135deg, #6c287d, #3c174b) !important;
    border: none !important;
    border-radius: 9px !important;
    cursor: pointer !important;
    box-shadow: 0 8px 20px rgba(108, 40, 125, 0.22) !important;
    transition: all 0.25s ease !important;
}

/* Button hover */
form.ig_es_subscription_form[data-form-id="4"] .es-subscribe-btn:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #7d318f, #4a1c5b);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(108, 40, 125, 0.30);
}

/* Button click */
form.ig_es_subscription_form[data-form-id="4"] .es-subscribe-btn:active {
    transform: translateY(0);
}

/* Remove plugin warning:
   "No lists configured for this field." */
form.ig_es_subscription_form[data-form-id="4"]
.es-field-wrap:has(p[style*="font-style: italic"]) {
    display: none !important;
}

/* Spinner */
form.ig_es_subscription_form[data-form-id="4"] .es_spinner_image {
    margin-left: 10px;
}

form.ig_es_subscription_form[data-form-id="4"] .es_spinner_image img {
    width: 24px;
    height: 24px;
}

/* Success and error messages */
form.ig_es_subscription_form[data-form-id="4"] .es_subscription_message {
    margin-top: 16px;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
}

div#es_form_f4-p142-n1 {
    max-width: 100% !important;
}


/* Mobile responsiveness */
@media screen and (max-width: 767px) {

    form.ig_es_subscription_form[data-form-id="4"] {
        width: 100%;
        padding: 26px 20px;
        border-radius: 14px;
    }

    form.ig_es_subscription_form[data-form-id="4"] input[type="text"],
    form.ig_es_subscription_form[data-form-id="4"] input[type="email"] {
        height: 50px;
        font-size: 16px;
    }

    form.ig_es_subscription_form[data-form-id="4"] .es-submit-container {
        display: block !important;
    }

    form.ig_es_subscription_form[data-form-id="4"] .es-subscribe-btn {
        width: 100%;
        min-width: 100%;
        height: 50px;
    }
}



/*purchasebookpage*/


/* ==========================================
   PURCHASE BOOKS – COMPLETE SECTION
========================================== */

/* Main section containing all books */
.books-showcase {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0px 25px 70px;
}

/* Parent container directly containing book cards */
.books-showcase > .e-con-inner,
.books-showcase > .e-con {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
    align-items: stretch;
}

/* ==========================================
   INDIVIDUAL BOOK CARD
========================================== */

.books-showcase .book-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    min-height: 720px;
    padding: 38px 30px 34px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 24%,
            rgba(104, 42, 120, 0.11) 0%,
            rgba(104, 42, 120, 0.04) 35%,
            transparent 67%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbf9fc 100%
        );

    border: 1px solid rgba(81, 36, 94, 0.11);
    border-radius: 24px;

    box-shadow:
        0 17px 45px rgba(31, 21, 39, 0.09),
        0 3px 9px rgba(31, 21, 39, 0.04);

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

/* Decorative glow */
.books-showcase .book-card::before {
    content: "";
    position: absolute;
    top: 75px;
    left: 50%;
    width: 370px;
    height: 370px;
    z-index: 0;

    background: rgba(106, 42, 122, 0.07);
    border-radius: 50%;
    filter: blur(24px);
    transform: translateX(-50%);
    pointer-events: none;

    transition:
        width 0.4s ease,
        height 0.4s ease,
        background-color 0.4s ease;
}

/* Bottom accent line */
.books-showcase .book-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;

    background: linear-gradient(
        90deg,
        #40144c,
        #853893,
        #40144c
    );

    border-radius: 10px 10px 0 0;
    transform: translateX(-50%);
    transition: width 0.4s ease;
}

/* Card hover */
.books-showcase .book-card:hover {
    transform: translateY(-10px);
    border-color: rgba(103, 41, 119, 0.27);

    box-shadow:
        0 30px 65px rgba(31, 21, 39, 0.16),
        0 8px 20px rgba(31, 21, 39, 0.07);
}

.books-showcase .book-card:hover::before {
    width: 420px;
    height: 420px;
    background: rgba(106, 42, 122, 0.11);
}

.books-showcase .book-card:hover::after {
    width: 100%;
}

/* Keep Elementor widgets above effects */
.books-showcase .book-card > .elementor-element {
    position: relative;
    z-index: 2;
}

/* ==========================================
   BOOK IMAGE
========================================== */

.books-showcase .book-cover {
    width: 100%;
    margin: 0 0 22px;
    text-align: center;
}

.books-showcase .book-cover .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.books-showcase .book-cover a {
    display: inline-block;
    max-width: 100%;
}

.books-showcase .book-cover img {
    display: block;
    width: auto;
    height: 500px;
    max-width: 100%;
    margin: 0 auto;

    object-fit: contain;
    object-position: center bottom;

    filter: drop-shadow(
        0 25px 21px rgba(15, 14, 25, 0.24)
    );

    transition:
        transform 0.42s ease,
        filter 0.42s ease;
}

.books-showcase .book-card:hover .book-cover img {
    transform: translateY(-8px) scale(1.025);

    filter: drop-shadow(
        0 33px 27px rgba(15, 14, 25, 0.31)
    );
}

/* ==========================================
   TITLE
========================================== */

.books-showcase .book-title {
    width: 100%;
    margin: 0 0 14px;
    text-align: center;
}

.books-showcase .book-title .elementor-heading-title {
    margin: 0;
    color: #36203e;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.3px;
}

/* Decorative title line */
.books-showcase .book-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin: 12px auto 0;

    background: linear-gradient(
        90deg,
        transparent,
        #80348f,
        transparent
    );

    transition: width 0.3s ease;
}

.books-showcase .book-card:hover .book-title::after {
    width: 78px;
}

/* ==========================================
   PURCHASE BUTTON
========================================== */

.books-showcase .book-buy-button {
    width: 100%;
    margin-top: 2px;
    text-align: center;
}

.books-showcase .book-buy-button .elementor-button {
    position: relative;
    min-width: 205px;
    padding: 16px 30px;
    overflow: hidden;

    color: #ffffff;

    background: linear-gradient(
        135deg,
        #4d1959 0%,
        #6d297c 52%,
        #81388f 100%
    );

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;

    box-shadow:
        0 10px 24px rgba(80, 28, 94, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

/* Shine effect */
.books-showcase .book-buy-button .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -110%;
    width: 70%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.28),
        transparent
    );

    transform: skewX(-20deg);
    transition: left 0.55s ease;
}

.books-showcase .book-buy-button .elementor-button:hover {
    color: #ffffff;

    background: linear-gradient(
        135deg,
        #6d287b 0%,
        #43134e 100%
    );

    transform: translateY(-3px);

    box-shadow:
        0 15px 31px rgba(80, 28, 94, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.books-showcase .book-buy-button .elementor-button:hover::before {
    left: 145%;
}

.books-showcase .book-buy-button .elementor-button-text {
    position: relative;
    z-index: 2;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.elementor-element.elementor-element-1c0c8a2.books-showcase.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding-bottom: 27px;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 1024px) {

    .books-showcase {
        padding: 30px 20px 55px;
    }

    .books-showcase > .e-con-inner,
    .books-showcase > .e-con {
        gap: 24px;
    }

    .books-showcase .book-card {
        min-height: 640px;
        padding: 30px 22px;
        border-radius: 20px;
    }

    .books-showcase .book-cover img {
        height: 420px;
    }

    .books-showcase .book-title .elementor-heading-title {
        font-size: 25px;
    }
}

/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 767px) {

    .books-showcase {
        padding: 20px 15px 45px;
    }

    .books-showcase > .e-con-inner,
    .books-showcase > .e-con {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .books-showcase .book-card {
        min-height: auto;
        padding: 28px 18px 27px;
        border-radius: 17px;
    }

    .books-showcase .book-card::before {
        top: 55px;
        width: 280px;
        height: 280px;
    }

    .books-showcase .book-cover img {
        height: 390px;
        max-height: 60vh;
    }

    .books-showcase .book-title .elementor-heading-title {
        font-size: 24px;
    }

    .books-showcase .book-buy-button .elementor-button {
        width: 100%;
        max-width: 290px;
    }
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 480px) {

    .books-showcase .book-card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .books-showcase .book-cover img {
        height: 325px;
    }

    .books-showcase .book-title .elementor-heading-title {
        font-size: 22px;
    }
}






/* Tablet */
@media (max-width: 1024px) {
    .tp-book-roi-section {
        padding: 70px 18px;
    }

    .tp-roi-table {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .tp-roi-book,
    .tp-roi-content {
        gap: 15px;
        padding: 22px 16px;
    }

    .tp-book-image {
        flex-basis: 80px;
        width: 80px;
    }

    .tp-book-image img {
        height: 128px;
    }

    .tp-book-info h3 {
        font-size: 18px;
    }

    .tp-roi-content p {
        font-size: 14px;
    }

    .tp-roi-icon {
        flex-basis: 45px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .tp-book-roi-section {
        padding: 58px 14px;
    }

    .tp-book-roi-heading {
        margin-bottom: 32px;
    }

    .tp-book-roi-heading p {
        font-size: 15px;
    }

    .tp-roi-table {
        display: block;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .tp-roi-head {
        display: none;
    }

    .tp-roi-row {
        display: block;
        overflow: hidden;
        margin-bottom: 22px;
        border: 1px solid #e1d6ee;
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 12px 28px rgba(56, 19, 96, 0.07);
    }

    .tp-roi-book,
    .tp-roi-content {
        min-height: auto;
        padding: 22px 18px;
        border: 0;
        border-bottom: 1px solid #eee8f4;
    }

    .tp-roi-content:last-child {
        border-bottom: 0;
    }

    .tp-roi-book::before,
    .tp-roi-content::before {
        content: attr(data-label);
        position: absolute;
        margin-top: -5px;
        color: #8a43aa;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .tp-roi-book,
    .tp-roi-content {
        position: relative;
        padding-top: 42px;
    }

    .tp-book-image {
        flex-basis: 92px;
        width: 92px;
    }

    .tp-book-image img {
        height: 135px;
    }

    .tp-book-info h3 {
        font-size: 20px;
    }

    .tp-roi-content p {
        font-size: 15px;
    }
}



@media only screen and (max-width: 1600px) and (min-width: 1366px)
{

    /* Hero container */
    .e-n-carousel .swiper-slide {
        overflow: hidden;
    }

    /* Book image position */
    #bookimag {
        right: 0px !important;
        left: 350px !important;
        top: 100px !important;
        transform: translateX(0) !important;
    }

    #bookimag img {
        width: 300px !important;
        height: auto;
        object-fit: contain;
    }

    /* Heading position */
    .elementor-element-b0d0635,
    .elementor-element-5896950 {
        max-width: 300px;
        margin-left: 20px;
    }

}


/*shoppage*/


/* ==================================================
   TREASURE PORTALS - PROFESSIONAL WOOCOMMERCE SHOP
   ================================================== */

body.woocommerce-shop {
    background: #f7f8fa;
}

/* MAIN SHOP CONTAINER */
.woocommerce-shop .site-main,
.post-type-archive-product .site-main {
    max-width: 1320px;
    margin: 0 auto;
    padding: 60px 25px 80px;
}

/* SHOP TITLE */
.woocommerce-products-header {
    text-align: center;
    margin-bottom: 45px;
}

.woocommerce-products-header__title.page-title {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    color: #171717;
    margin-bottom: 12px;
}

/* RESULT COUNT */
.woocommerce .woocommerce-result-count {
    color: #777;
    font-size: 14px;
    margin: 12px 0 30px;
}

/* SORTING */
.woocommerce .woocommerce-ordering {
    margin: 0 0 30px;
}

.woocommerce .woocommerce-ordering select {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 11px 38px 11px 15px;
    min-height: 46px;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: all .25s ease;
}

.woocommerce .woocommerce-ordering select:focus {
    border-color: #b4975a;
    box-shadow: 0 0 0 3px rgba(180,151,90,.10);
}


/* =====================
   PRODUCT GRID
   ===================== */

.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}


/* =====================
   PRODUCT CARD
   ===================== */

.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 14px 20px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    border-color: transparent;
}


/* =====================
   PRODUCT IMAGE
   ===================== */

.woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 13px;
    margin: 0 0 18px !important;
    background: #f5f5f5;
    transition: transform .4s ease;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.025);
}


/* =====================
   PRODUCT TITLE
   ===================== */

.woocommerce ul.products li.product
.woocommerce-loop-product__title {
    font-size: 17px !important;
    font-weight: 600;
    line-height: 1.45;

    color: #202020;
    padding: 0 !important;
    margin: 0 3px 8px;

    min-height: 49px;
}


/* =====================
   PRICE
   ===================== */

.woocommerce ul.products li.product .price {
    font-size: 17px !important;
    font-weight: 700;

    color: #b08b43 !important;

    margin: 0 3px 17px !important;
}

.woocommerce ul.products li.product .price del {
    color: #999 !important;
    font-size: 14px;
    opacity: .65;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}


/* =====================
   BUTTON
   ===================== */

.woocommerce ul.products li.product .button {
    width: 100%;
    min-height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #191919 !important;
    color: #fff !important;

    border: 1px solid #191919 !important;
    border-radius: 10px !important;

    padding: 11px 15px !important;

    font-size: 14px !important;
    font-weight: 600 !important;

    margin-top: auto !important;

    transition: all .25s ease;
}

.woocommerce ul.products li.product .button:hover {
    background: #b08b43 !important;
    border-color: #b08b43 !important;
    color: #fff !important;
    transform: translateY(-1px);
}


/* VARIABLE PRODUCT / SELECT OPTIONS */
.woocommerce ul.products li.product
.product_type_variable {
    background: #191919 !important;
}


/* =====================
   SALE BADGE
   ===================== */

.woocommerce span.onsale {
    top: 24px !important;
    left: 24px !important;

    min-width: auto !important;
    min-height: auto !important;

    padding: 7px 12px !important;

    background: #b08b43 !important;
    color: white !important;

    border-radius: 50px !important;

    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    box-shadow: 0 4px 15px rgba(0,0,0,.12);
}


/* =====================
   PAGINATION
   ===================== */

.woocommerce nav.woocommerce-pagination {
    margin-top: 55px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0 !important;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 43px;
    height: 43px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #fff;
    color: #333;

    border: 1px solid #e8e8e8;

    font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #191919;
    color: #fff;
    border-color: #191919;
}


/* =====================
   WOOCOMMERCE MESSAGES
   ===================== */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 12px;
    background: #fff;
    border-top: 0;
    box-shadow: 0 5px 25px rgba(0,0,0,.06);
}


/* =====================
   TABLET
   ===================== */

@media (max-width: 1100px) {

    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0,1fr));
        gap: 22px;
    }

}


/* =====================
   MOBILE / TABLET
   ===================== */

@media (max-width: 767px) {

    .woocommerce-shop .site-main,
    .post-type-archive-product .site-main {
        padding: 40px 16px 60px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 14px;
    }

    .woocommerce ul.products li.product {
        padding: 9px 9px 14px;
        border-radius: 13px;
    }

    .woocommerce ul.products li.product a img {
        border-radius: 10px;
        margin-bottom: 12px !important;
    }

    .woocommerce ul.products li.product
    .woocommerce-loop-product__title {

        font-size: 14px !important;
        line-height: 1.4;
        min-height: 40px;

    }

    .woocommerce ul.products li.product .price {
        font-size: 14px !important;
        margin-bottom: 12px !important;
    }

    .woocommerce ul.products li.product .button {
        min-height: 40px;
        padding: 8px 8px !important;
        font-size: 12px !important;
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        float: none;
        width: 100%;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }

}


/* =====================
   VERY SMALL MOBILE
   ===================== */

@media (max-width: 380px) {

    .woocommerce ul.products {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .woocommerce ul.products li.product
    .woocommerce-loop-product__title {
        font-size: 16px !important;
        min-height: auto;
    }

    .woocommerce ul.products li.product .price {
        font-size: 16px !important;
    }

}

/*singlepage*/

/* ================================
   SINGLE PRODUCT CONTENT SECTION
================================ */

.single-product div.product .summary {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    border: 1px solid #eeeeee;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

/* Product Title */
.single-product .product_title {
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #171717;
    margin-bottom: 15px !important;
}

/* Price */
.single-product .summary .price {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #b08b43 !important;
    margin-bottom: 20px !important;
}

.single-product .summary .price ins {
    text-decoration: none;
}

.single-product .summary .price del {
    color: #999 !important;
    font-size: 16px;
    opacity: .7;
}

/* Short Description */
.single-product .woocommerce-product-details__short-description {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 24px;
}

/* Variations Labels */
.single-product .variations label {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

/* Variation Dropdown */
.single-product .variations select {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #dddddd;
    border-radius: 9px;
    background: #fafafa;
    color: #333;
    outline: none;
}

.single-product .variations select:focus {
    border-color: #b08b43;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(176,139,67,.10);
}

/* Cart Row */
.single-product form.cart {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px !important;
}

/* Quantity */
.single-product .quantity .qty {
    width: 75px !important;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 9px;
    background: #fafafa;
    font-size: 15px;
    font-weight: 600;
}

/* Add To Cart Button */
.single-product .single_add_to_cart_button {
    min-height: 50px !important;
    padding: 12px 28px !important;
    border-radius: 9px !important;

    background: #171717 !important;
    color: #ffffff !important;
    border: 1px solid #171717 !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    transition: all .25s ease;
}

.single-product .single_add_to_cart_button:hover {
    background: #b08b43 !important;
    border-color: #b08b43 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(176,139,67,.22);
}

/* Reset Variations */
.single-product .reset_variations {
    color: #888 !important;
    font-size: 12px !important;
}

/* Product Meta */
.single-product .product_meta {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    font-size: 13px;
    color: #777;
}

.single-product .product_meta a {
    color: #444;
    text-decoration: none;
}

.single-product .product_meta a:hover {
    color: #b08b43;
}

/* ================================
   MOBILE RESPONSIVE
================================ */

@media (max-width: 767px) {

    .single-product div.product .summary {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .single-product .product_title {
        font-size: 27px !important;
    }

    .single-product .summary .price {
        font-size: 21px !important;
    }

    .single-product form.cart {
        display: flex;
        width: 100%;
    }

    .single-product .quantity {
        width: 70px;
    }

    .single-product .quantity .qty {
        width: 100% !important;
    }

    .single-product .single_add_to_cart_button {
        flex: 1;
        padding: 11px 15px !important;
    }
}

@media (max-width: 420px) {

    .single-product form.cart {
        display: block;
    }

    .single-product .quantity {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .single-product .quantity .qty,
    .single-product .single_add_to_cart_button {
        width: 100% !important;
    }
}


/*topbar*/


#topbar .elementor-heading-title {
    animation: announcementPulse 2s ease-in-out infinite;
}

@keyframes announcementPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}



/*emailtodwonloaddocx*/


/* Premium Download Form Style */

form.fluent_form_2 {
    background:#ffffff;
    padding:28px;
    border-radius:16px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    margin-top: 2%;
    margin-bottom: 2%;
}


/* Labels */

form.fluent_form_2 .ff-el-input--label label {
    font-size:15px;
    font-weight:600;
    color:#1f2937;
    margin-bottom:8px;
}


/* Input Fields */

form.fluent_form_2 input[type="text"],
form.fluent_form_2 input[type="email"] {

    height:58px !important;

    border:1px solid #e5e7eb !important;

    border-radius:10px !important;

    padding:0 18px !important;

    font-size:16px;

    background:#fff;

    color:#111827;

    transition:.3s ease;

}


form.fluent_form_2 input::placeholder {
    color:#9ca3af;
}


form.fluent_form_2 input:focus {

    border-color:#7c3aed !important;

    box-shadow:
    0 0 0 4px rgba(124,58,237,.12);

}


/* Button */

form.fluent_form_2 .ff-btn-submit {
    height:58px !important;
    width:100%;
    border-radius:10px !important;
    border:none !important;
    background: linear-gradient(135deg, #7c3aed, #363636) !important;
    color:#ffffff !important;
    font-size:16px !important;
    font-weight:700 !important;
    box-shadow:
    0 10px 20px rgba(124,58,237,.25);
    transition:.3s ease;
    }


form.fluent_form_2 .ff-btn-submit:hover {

    transform:translateY(-2px);

    box-shadow:
    0 15px 30px rgba(124,58,237,.35);

}


/* Spacing */

form.fluent_form_2 .ff-el-group {
    margin-bottom:20px;
}


/* Mobile */

@media(max-width:768px){

form.fluent_form_2 {
    padding:20px;
}

}



@media only screen and (max-width: 1000px) and (min-width: 320px)  {
	.kadence-blocks-column-inner {
    display: none;
}
	
	
.tp-book-roi-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.tp-book-roi-heading h2 {
    font-size: 20px !important;
}

.tp-book-roi-heading h4 {
    font-size: 14px !important;
}

.tp-roi-row{
    grid-template-columns:1fr;
}

.tp-roi-head{
    display:none;
}

.tp-roi-book,
.tp-roi-content{
    padding:25px;
    border-bottom:1px solid #eee;
}


.tp-roi-content::before{
    content:attr(data-label);
    display:block;
    font-size:14px;
    font-weight:700;
    color:#6b32c8;
    margin-bottom:10px;
}


.tp-roi-content{
    flex-direction:column;
    align-items:flex-start;
}


.tp-roi-icon{
    margin-bottom:10px;
}


.tp-roi-row{
    border-radius:15px;
}

.tp-roi-book{
    flex-direction:column;
    text-align:center;
    padding:25px 15px;
}


.tp-book-image img{
    width:120px;
}


.tp-book-info h3{
    font-size:22px;
}


.tp-book-info p{
    font-size:14px;
}


.tp-roi-content{
    padding:22px 18px;
}


.tp-roi-content p{
    font-size:15px;
    line-height:1.6;
}


.tp-roi-result strong{
    font-size:16px;
}

.tp-roi-book::before, .tp-roi-content::before {
    position: relative;
}

.tp-roi-content {
    text-align: center;
}

.tp-roi-icon {
    margin: 0 auto;
}

.tp-roi-content::before {
    text-align: center;
    /* display: ruby; */
}

.tp-roi-content::before {
    width: 100% !important;
}	
	
	
	
}


