.elementor-5755 .elementor-element.elementor-element-e7c97f0{--display:flex;}.elementor-5755 .elementor-element.elementor-element-97176ef{--display:flex;}.elementor-5755 .elementor-element.elementor-element-e7d7b01{--display:flex;}.elementor-5755 .elementor-element.elementor-element-2d40902{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--padding-top:31px;--padding-bottom:31px;--padding-left:31px;--padding-right:31px;}.elementor-5755 .elementor-element.elementor-element-2d40902:not(.elementor-motion-effects-element-type-background), .elementor-5755 .elementor-element.elementor-element-2d40902 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DA6300;}.elementor-5755 .elementor-element.elementor-element-430978f .swiper-pagination-bullet-active, .elementor-5755 .elementor-element.elementor-element-430978f .swiper-pagination-progressbar-fill{background-color:#ECAA25;}.elementor-5755 .elementor-element.elementor-element-430978f .swiper-pagination-fraction{color:#ECAA25;}.elementor-5755 .elementor-element.elementor-element-430978f .elementor-swiper-button{font-size:20px;color:#FFFFFF;}.elementor-5755 .elementor-element.elementor-element-430978f .elementor-swiper-button svg{fill:#FFFFFF;}.elementor-5755 .elementor-element.elementor-element-430978f .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background-color:#FFFFFF;opacity:1;}.elementor-5755 .elementor-element.elementor-element-430978f .elementor-testimonial__text{color:#FFFFFF;font-size:12px;}.elementor-5755 .elementor-element.elementor-element-430978f .elementor-testimonial__name{color:#FFFFFF;}.elementor-5755 .elementor-element.elementor-element-430978f .elementor-testimonial__title{color:#FFFFFF;font-size:10px;}.elementor-5755 .elementor-element.elementor-element-33d8db7{--display:flex;}.elementor-5755 .elementor-element.elementor-element-62af480{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5755 .elementor-element.elementor-element-0b9ed87 .eael-wpforms label.wpforms-error{display:block !important;}.elementor-5755 .elementor-element.elementor-element-0b9ed87 .eael-wpforms .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .elementor-5755 .elementor-element.elementor-element-0b9ed87 .eael-wpforms .wpforms-field select{height:30px;}.elementor-5755 .elementor-element.elementor-element-0b9ed87 .eael-wpforms .wpforms-submit-container .wpforms-submit:hover, 
                    .elementor-5755 .elementor-element.elementor-element-0b9ed87 .eael-wpforms .wpforms-container-full .wpforms-submit-container .wpforms-form button[type=submit]:hover{background:#065689 !important;}.elementor-5755 .elementor-element.elementor-element-0b9ed87 .eael-wpforms input.wpforms-error{border-width:1px;}.elementor-5755 .elementor-element.elementor-element-0b9ed87 .eael-wpforms textarea.wpforms-error{border-width:1px;}.elementor-5755 .elementor-element.elementor-element-9acbe91{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-5755 .elementor-element.elementor-element-2d40902{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-5755 .elementor-element.elementor-element-2d40902{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-1238ec1 *//* =========================================================
   BOOK VISIBILITY PRO
   AMAZON BOOK VISIBILITY HERO
   (fixed: icon colors, texture, bigger book/graph, animations)
   ========================================================= */

.bvp-hero {
    width: 100%;
    position: relative;
    overflow: hidden;

    background:
        /* subtle dot-grid texture */
        radial-gradient(
            rgba(184, 92, 0, 0.10) 1px,
            transparent 1.3px
        ),
        radial-gradient(
            circle at 85% 35%,
            rgba(184, 92, 0, 0.08),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #ffffff 55%,
            #fffaf5 100%
        );

    background-size:
        26px 26px,
        auto,
        auto;

    background-position:
        0 0,
        0 0,
        0 0;

    padding: 75px 20px 70px;
    box-sizing: border-box;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.bvp-hero-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    align-items: center;
    gap: 40px;
}


/* =========================================================
   LEFT SIDE
   ========================================================= */

.bvp-hero-content {
    animation: bvpHeroFadeLeft 0.9s ease-out both;
}


.bvp-hero-eyebrow {
    display: inline-block;

    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;

    color: #b85c00;

    margin-bottom: 15px;
}


.bvp-hero h1 {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(46px, 5vw, 70px);

    line-height: 1.04;
    font-weight: 700;

    color: #101323;
}


.bvp-hero h1 span {
    display: block;
    color: #b85c00;
}


/* =========================================================
   SUB HEADING
   ========================================================= */

.bvp-hero h2 {
    margin: 18px 0 18px;

    font-family: Arial, sans-serif;

    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;

    color: #151628;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.bvp-hero-description {
    max-width: 650px;

    margin: 0 0 30px;

    font-family: Arial, sans-serif;

    font-size: 16px;
    line-height: 1.7;

    color: #343543;
}


/* =========================================================
   FEATURES  (icon color fix)
   ========================================================= */

.bvp-hero-features {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 15px;

    margin: 25px 0 32px;
}


.bvp-hero-feature {
    display: flex;

    flex-direction: column;
    align-items: flex-start;

    font-family: Arial, sans-serif;
}


/* Icon badge — solid orange circle so the icon reads as themed
   no matter what markup Elementor renders inside it (i / svg / img) */
.bvp-feature-icon {
    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 10px;

    border-radius: 50%;

    background: linear-gradient(135deg, #8f4300, #b85c00);

    color: #ffffff;

    font-size: 20px;
    font-weight: 400;

    box-shadow: 0 6px 14px rgba(184, 92, 0, 0.28);

    transition: transform 0.3s ease;
}

.bvp-hero-feature:hover .bvp-feature-icon {
    transform: translateY(-4px) scale(1.05);
}

/* Force any icon element inside (Elementor icon widget, font-icon,
   inline svg, etc.) to white so it sits on the orange badge. If the
   icon renders as a raster <img> instead of an svg/font icon, swap
   the source for a plain white/transparent icon — a CSS filter on a
   colored PNG will not give a clean white result. */
.bvp-feature-icon i,
.bvp-feature-icon svg,
.bvp-feature-icon svg path,
.bvp-feature-icon svg use {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.bvp-feature-icon img {
    filter: brightness(0) invert(1);
}


.bvp-hero-feature strong {
    font-size: 14px;
    color: #141526;
}


.bvp-hero-feature span {
    font-size: 14px;
    color: #141526;
}


/* =========================================================
   CTA
   ========================================================= */

.bvp-hero-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    min-width: 235px;

    padding: 15px 24px;

    background: linear-gradient(
        135deg,
        #8f4300,
        #b85c00
    );

    color: #ffffff !important;

    border-radius: 5px;

    text-decoration: none !important;

    font-family: Arial, sans-serif;

    font-size: 15px;
    font-weight: 700;

    box-shadow:
        0 8px 22px rgba(184, 92, 0, 0.22);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* Belt-and-braces: if the button widget (or a parent theme rule)
   is painting it blue via its own class, this wins on specificity
   and stamps out the theme color on every state. */
.bvp-hero-btn,
.bvp-hero-btn:link,
.bvp-hero-btn:visited,
.bvp-hero-btn:hover,
.bvp-hero-btn:focus,
.bvp-hero-btn:active {
    background-color: #b85c00 !important;
    background-image: linear-gradient(135deg, #8f4300, #b85c00) !important;
    border-color: #b85c00 !important;
    color: #ffffff !important;
}


.bvp-hero-btn span {
    font-size: 21px;

    transition:
        transform 0.3s ease;
}


.bvp-hero-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 14px 30px rgba(184, 92, 0, 0.32);
}


.bvp-hero-btn:hover span {
    transform: translateX(5px);
}


/* =========================================================
   RIGHT VISUAL  (bigger book + card)
   ========================================================= */

.bvp-hero-visual {
    position: relative;

    width: 100%;

    min-height: 520px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 26px;

    box-sizing: border-box;

    animation: bvpHeroFadeRight 1s ease-out both;
}


/* =========================================================
   BOOK
   ========================================================= */

.bvp-book-wrapper {
    position: relative;

    flex: 0 1 320px;

    width: 320px;
    height: 440px;

    min-width: 0;

    transform:
        perspective(1200px)
        rotateY(-8deg)
        rotateZ(-2deg);

    z-index: 2;

    animation:
        bvpBookFloat 5s ease-in-out infinite;
}


.bvp-book {
    position: relative;

    width: 100%;
    height: 100%;
}


/* =========================================================
   BOOK COVER
   ========================================================= */

.bvp-book-cover {
    position: absolute;

    width: 100%;
    height: 100%;

    border-radius: 3px 8px 8px 3px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 55%,
            #ffb000 0%,
            #a94f00 18%,
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #182435,
            #070c14 75%
        );

    border: 1px solid #1d2734;

    box-shadow:
        -10px 12px 25px rgba(0,0,0,0.35),
        15px 15px 25px rgba(0,0,0,0.18);
}


/* =========================================================
   BOOK GLOW
   ========================================================= */

.bvp-book-cover::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    left: 50%;
    top: 48%;

    transform:
        translate(-50%, -50%);

    background:
        radial-gradient(
            circle,
            rgba(255, 165, 0, 0.75),
            rgba(184, 92, 0, 0.20),
            transparent 70%
        );

    filter: blur(10px);

    animation:
        bvpGlow 3s ease-in-out infinite alternate;
}


/* Shine sweep across the cover for a premium, "polished" feel */
.bvp-book-cover::before {
    content: "";

    position: absolute;

    top: -50%;
    left: -60%;

    width: 40%;
    height: 200%;

    background: linear-gradient(
        75deg,
        transparent 0%,
        rgba(255, 255, 255, 0.16) 45%,
        rgba(255, 255, 255, 0.35) 50%,
        rgba(255, 255, 255, 0.16) 55%,
        transparent 100%
    );

    transform: rotate(0deg);

    animation: bvpBookShine 4.5s ease-in-out infinite;

    z-index: 4;

    pointer-events: none;
}


/* =========================================================
   BOOK TEXT
   ========================================================= */

.bvp-book-small-title {
    position: relative;

    z-index: 3;

    margin-top: 44px;

    text-align: center;

    color: #ffffff;

    font-family: Georgia, serif;

    font-size: 21px;
    font-weight: 700;
}


.bvp-book-main-title {
    position: relative;

    z-index: 3;

    margin-top: 18px;

    text-align: center;

    color: #ffffff;

    font-family: Georgia, serif;

    font-size: 29px;

    line-height: 1.15;

    font-weight: 700;
}


.bvp-book-main-title span {
    color: #ffb000;

    font-size: 43px;

    text-shadow:
        0 0 15px rgba(255, 176, 0, 0.35);
}


/* =========================================================
   BOOK ICON
   ========================================================= */

.bvp-book-icon {
    position: relative;

    z-index: 3;

    margin: 40px auto 0;

    width: 90px;
    height: 68px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffb000;

    font-size: 72px;

    text-shadow:
        0 0 25px rgba(255, 176, 0, 0.9);

    animation:
        bvpIconGlow 2s ease-in-out infinite alternate;
}


.bvp-book-tagline {
    position: absolute;

    z-index: 3;

    bottom: 28px;

    left: 0;

    width: 100%;

    text-align: center;

    color: #ffb000;

    font-family: Arial, sans-serif;

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   BOOK PAGES
   ========================================================= */

.bvp-book-pages {
    position: absolute;

    right: -14px;

    top: 11px;

    width: 17px;

    height: calc(100% - 22px);

    border-radius: 0 5px 5px 0;

    background:
        repeating-linear-gradient(
            to bottom,
            #eeeeee 0px,
            #eeeeee 2px,
            #d4d4d4 3px,
            #eeeeee 4px
        );

    box-shadow:
        3px 4px 8px rgba(0,0,0,0.2);
}


/* =========================================================
   RANK CARD
   ========================================================= */

.bvp-rank-card {
    position: relative;

    flex: 0 1 270px;

    width: 270px;

    min-width: 0;

    padding: 24px 20px;

    box-sizing: border-box;

    background:
        rgba(255,255,255,0.98);

    border-radius: 14px;

    box-shadow:
        0 12px 35px rgba(35, 20, 70, 0.12);

    border: 1px solid #eeeeee;

    z-index: 4;

    animation:
        bvpCardFloat 4s ease-in-out infinite,
        bvpCardGlow 3s ease-in-out infinite alternate;
}


.bvp-rank-card h3 {
    margin: 0 0 4px;

    font-family: Arial, sans-serif;

    font-size: 18px;

    color: #141525;
}


.bvp-rank-label {
    margin: 0 0 16px;

    font-family: Arial, sans-serif;

    font-size: 11px;

    font-weight: 600;

    color: #252537;
}


/* =========================================================
   NUMBERS
   ========================================================= */

.bvp-rank-numbers {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto
        minmax(0, 1fr);

    align-items: end;

    gap: 8px;
}


.bvp-rank-numbers div {
    display: flex;

    flex-direction: column;
}


.bvp-rank-numbers small {
    font-family: Arial, sans-serif;

    font-size: 10px;

    color: #555;

    margin-bottom: 4px;
}


.bvp-rank-numbers strong {
    font-family: Arial, sans-serif;

    font-size: 15px;
}


.bvp-rank-numbers .before {
    color: #e52626;
}


.bvp-rank-numbers .after {
    color: #b85c00;
}


.bvp-arrow {
    font-size: 22px !important;

    color: #222 !important;

    display: block !important;

    padding-bottom: 1px;

    animation: bvpArrowNudge 1.6s ease-in-out infinite;
}


/* =========================================================
   CHART
   ========================================================= */

.bvp-chart {
    position: relative;

    height: 90px;

    margin-top: 16px;

    overflow: hidden;
}


.bvp-chart svg {
    width: 100%;
    height: 100%;

    color: #b85c00;

    overflow: visible;
}


.bvp-chart svg polyline {
    stroke: #b85c00;

    stroke-dasharray: 500;
    stroke-dashoffset: 500;

    animation: bvpChartDraw 2.2s ease-out 0.3s forwards;
}


.bvp-chart::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 54px;

    background:
        linear-gradient(
            to top,
            rgba(184, 92, 0, 0.10),
            transparent
        );

    clip-path: polygon(
        0 100%,
        0 70%,
        8% 60%,
        16% 72%,
        25% 55%,
        35% 70%,
        44% 55%,
        53% 62%,
        63% 40%,
        73% 50%,
        82% 25%,
        91% 38%,
        100% 5%,
        100% 100%
    );
}


/* Pulsing dot marking the latest data point, top-right of the chart */
.bvp-chart::before {
    content: "";

    position: absolute;

    right: 2px;
    top: 4px;

    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #b85c00;

    box-shadow: 0 0 0 rgba(184, 92, 0, 0.5);

    animation: bvpDotPulse 1.8s ease-out infinite;

    z-index: 2;
}


/* =========================================================
   CATEGORY RANK
   ========================================================= */

.bvp-category-ranks {
    border-top:
        1px solid #eeeeee;

    margin-top: 8px;

    padding-top: 12px;
}


.bvp-category-ranks h4 {
    margin: 0 0 11px;

    font-family: Arial, sans-serif;

    font-size: 11px;

    color: #171727;
}


.bvp-category-row {
    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 6px;

    margin-bottom: 8px;

    font-family: Arial, sans-serif;

    font-size: 9px;

    color: #242434;
}


.bvp-category-row b {
    white-space: nowrap;

    font-size: 9px;
}


.bvp-category-row em {
    color: #b85c00;

    font-style: normal;
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes bvpHeroFadeLeft {

    from {
        opacity: 0;

        transform:
            translateX(-35px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


@keyframes bvpHeroFadeRight {

    from {
        opacity: 0;

        transform:
            translateX(35px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


@keyframes bvpBookFloat {

    0%,
    100% {

        transform:
            perspective(1200px)
            rotateY(-8deg)
            rotateZ(-2deg)
            translateY(0);
    }

    50% {

        transform:
            perspective(1200px)
            rotateY(-8deg)
            rotateZ(-2deg)
            translateY(-10px);
    }

}


@keyframes bvpBookShine {

    0% {
        transform: translateX(-40%) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    45% {
        transform: translateX(220%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translateX(220%) rotate(0deg);
        opacity: 0;
    }

}


@keyframes bvpCardFloat {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-8px);
    }

}


@keyframes bvpCardGlow {

    from {
        box-shadow:
            0 12px 35px rgba(35, 20, 70, 0.12);
    }

    to {
        box-shadow:
            0 16px 42px rgba(184, 92, 0, 0.22);
    }

}


@keyframes bvpChartDraw {

    to {
        stroke-dashoffset: 0;
    }

}


@keyframes bvpDotPulse {

    0% {
        box-shadow: 0 0 0 0 rgba(184, 92, 0, 0.5);
    }

    70% {
        box-shadow: 0 0 0 9px rgba(184, 92, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(184, 92, 0, 0);
    }

}


@keyframes bvpArrowNudge {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

}


@keyframes bvpGlow {

    from {
        opacity: 0.5;

        transform:
            translate(-50%, -50%)
            scale(0.9);
    }

    to {
        opacity: 1;

        transform:
            translate(-50%, -50%)
            scale(1.1);
    }

}


@keyframes bvpIconGlow {

    from {
        transform:
            scale(0.95);

        opacity: 0.75;
    }

    to {
        transform:
            scale(1.08);

        opacity: 1;
    }

}


/* =========================================================
   COMPACT DESKTOP / TABLET
   IMPORTANT:
   DO NOT COLLAPSE HERO INTO ONE COLUMN
   ========================================================= */

@media (max-width: 1100px) and (min-width: 768px) {

    .bvp-hero {
        padding-left: 15px;
        padding-right: 15px;
    }


    .bvp-hero-container {
        gap: 20px;
    }


    .bvp-hero h1 {
        font-size: 48px;
    }


    .bvp-hero h2 {
        font-size: 17px;
    }


    .bvp-hero-description {
        font-size: 14px;
    }


    .bvp-hero-features {
        gap: 8px;
    }


    .bvp-hero-feature strong,
    .bvp-hero-feature span {
        font-size: 12px;
    }


    .bvp-hero-visual {
        gap: 14px;

        min-height: 470px;
    }


    .bvp-book-wrapper {
        flex-basis: 255px;

        width: 255px;
        height: 350px;
    }


    .bvp-book-small-title {
        margin-top: 34px;

        font-size: 17px;
    }


    .bvp-book-main-title {
        margin-top: 14px;

        font-size: 23px;
    }


    .bvp-book-main-title span {
        font-size: 34px;
    }


    .bvp-book-icon {
        margin-top: 28px;

        font-size: 55px;
    }


    .bvp-rank-card {
        flex-basis: 240px;

        width: 240px;

        padding: 18px 16px;
    }


    .bvp-rank-card h3 {
        font-size: 16px;
    }


    .bvp-rank-numbers strong {
        font-size: 13px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .bvp-hero {
        padding:
            50px 16px 55px;
    }


    .bvp-hero-container {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .bvp-hero-content {
        text-align: center;
    }


    .bvp-hero h1 {
        font-size: 42px;
    }


    .bvp-hero h2 {
        font-size: 17px;
    }


    .bvp-hero-description {
        margin-left: auto;
        margin-right: auto;

        font-size: 14px;

        line-height: 1.65;
    }


    .bvp-hero-features {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 22px 15px;

        text-align: center;
    }


    .bvp-hero-feature {
        align-items: center;
    }


    .bvp-hero-btn {
        margin-left: auto;
        margin-right: auto;
    }


    .bvp-hero-visual {

        flex-direction: column;

        min-height: auto;

        gap: 30px;
    }


    .bvp-book-wrapper {

        flex: none;

        width: 280px;
        height: 385px;
    }


    .bvp-book-small-title {
        margin-top: 34px;

        font-size: 18px;
    }


    .bvp-book-main-title {
        font-size: 23px;

        margin-top: 15px;
    }


    .bvp-book-main-title span {
        font-size: 34px;
    }


    .bvp-book-icon {
        margin-top: 32px;

        font-size: 58px;
    }


    .bvp-rank-card {

        flex: none;

        width: 300px;

        max-width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .bvp-hero h1 {
        font-size: 36px;
    }


    .bvp-hero-visual {
        transform:
            scale(0.92);
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edf2933 *//* =========================================================
   BVP TRUST / USP BAR
   ========================================================= */

.bvp-trust-section {
    width: 100%;

    background:
        linear-gradient(
            90deg,
            #fff8f1 0%,
            #ffffff 50%,
            #fff8f1 100%
        );

    border-top: 1px solid rgba(184, 92, 0, 0.08);
    border-bottom: 1px solid rgba(184, 92, 0, 0.08);

    padding: 16px 20px;

    box-sizing: border-box;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.bvp-trust-container {
    width: 100%;
    max-width: 1280px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    align-items: center;
}


/* =========================================================
   TRUST ITEM
   ========================================================= */

.bvp-trust-item {
    min-height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 5px 20px;

    position: relative;

    animation:
        bvpTrustReveal 0.7s ease-out both;
}


/* DIVIDERS */

.bvp-trust-item:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 10%;

    width: 1px;
    height: 80%;

    background:
        rgba(184, 92, 0, 0.12);
}


/* =========================================================
   ICON
   ========================================================= */

.bvp-trust-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #b85c00;

    transition:
        transform 0.3s ease,
        color 0.3s ease;
}


.bvp-trust-icon svg {
    width: 100%;
    height: 100%;
}


/* =========================================================
   TEXT
   ========================================================= */

.bvp-trust-text {
    display: flex;

    flex-direction: column;

    gap: 3px;

    font-family: Arial, sans-serif;

    text-align: left;
}


.bvp-trust-text strong {
    color: #171727;

    font-size: 13px;

    line-height: 1.25;

    font-weight: 700;
}


.bvp-trust-text span {
    color: #454554;

    font-size: 11px;

    line-height: 1.3;
}


/* =========================================================
   HOVER
   ========================================================= */

.bvp-trust-item {
    transition:
        transform 0.3s ease;
}


.bvp-trust-item:hover {
    transform: translateY(-3px);
}


.bvp-trust-item:hover .bvp-trust-icon {
    transform:
        scale(1.08);

    color: #8f4300;
}


/* =========================================================
   REVEAL ANIMATION
   ========================================================= */

.bvp-trust-item:nth-child(1) {
    animation-delay: 0.10s;
}

.bvp-trust-item:nth-child(2) {
    animation-delay: 0.20s;
}

.bvp-trust-item:nth-child(3) {
    animation-delay: 0.30s;
}

.bvp-trust-item:nth-child(4) {
    animation-delay: 0.40s;
}


@keyframes bvpTrustReveal {

    from {
        opacity: 0;

        transform:
            translateY(15px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .bvp-trust-section {
        padding:
            14px 12px;
    }


    .bvp-trust-item {
        padding:
            5px 10px;

        gap: 8px;
    }


    .bvp-trust-icon {
        width: 36px;
        height: 36px;

        flex-basis: 36px;
    }


    .bvp-trust-text strong {
        font-size: 11px;
    }


    .bvp-trust-text span {
        font-size: 9px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .bvp-trust-container {
        grid-template-columns:
            repeat(2, 1fr);

        row-gap: 8px;
    }


    .bvp-trust-item {
        min-height: 58px;

        justify-content: flex-start;

        padding:
            8px 10px;
    }


    .bvp-trust-item:nth-child(2)::after {
        display: none;
    }


    .bvp-trust-item:nth-child(4)::after {
        display: none;
    }


    .bvp-trust-icon {
        width: 34px;
        height: 34px;

        flex-basis: 34px;
    }


    .bvp-trust-text strong {
        font-size: 11px;
    }


    .bvp-trust-text span {
        font-size: 9px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .bvp-trust-item {
        gap: 6px;

        padding-left: 5px;
        padding-right: 5px;
    }


    .bvp-trust-icon {
        width: 30px;
        height: 30px;

        flex-basis: 30px;
    }


    .bvp-trust-text strong {
        font-size: 10px;
    }


    .bvp-trust-text span {
        font-size: 8px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-810c791 *//* =========================================================
   BVP — HOW IT WORKS
   ========================================================= */

.bvp-howworks {
    width: 100%;

    padding: 20px 22px;

    box-sizing: border-box;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fffdfb
        );

    border: 1px solid #e9e1d9;

    border-radius: 8px;

    box-shadow:
        0 5px 18px rgba(70, 35, 10, 0.04);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

    animation:
        bvpHowWorksIn
        0.8s
        cubic-bezier(.2,.8,.2,1)
        both;
}


/* =========================================================
   HEADING
   ========================================================= */

.bvp-howworks h2 {
    margin: 0 0 20px;

    text-align: center;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 19px;

    line-height: 1.2;

    color: #1d1712;
}


/* =========================================================
   STEPS
   ========================================================= */

.bvp-howworks-steps {
    display: flex;

    flex-direction: column;

    gap: 16px;
}


/* =========================================================
   SINGLE STEP
   ========================================================= */

.bvp-howworks-step {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    position: relative;

    transition:
        transform 0.3s ease;
}


/* =========================================================
   CONNECTING LINE
   ========================================================= */

.bvp-howworks-step:not(:last-child)::after {
    content: "";

    position: absolute;

    left: 11px;

    top: 27px;

    width: 1px;

    height: calc(100% + 5px);

    background:
        rgba(184, 92, 0, 0.22);
}


/* =========================================================
   NUMBER
   ========================================================= */

.bvp-howworks-number {
    width: 22px;
    height: 22px;

    flex: 0 0 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    position: relative;

    z-index: 2;

    border-radius: 50%;

    background:
        #b85c00;

    color: #ffffff;

    font-family:
        Arial,
        sans-serif;

    font-size: 10px;

    font-weight: 700;

    box-shadow:
        0 3px 8px rgba(184, 92, 0, 0.22);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* =========================================================
   CONTENT
   ========================================================= */

.bvp-howworks-content {
    flex: 1;

    padding-top: 1px;
}


.bvp-howworks-content h3 {
    margin: 0 0 4px;

    font-family:
        Arial,
        sans-serif;

    font-size: 11px;

    line-height: 1.3;

    color: #211811;
}


.bvp-howworks-content p {
    margin: 0;

    font-family:
        Arial,
        sans-serif;

    font-size: 9px;

    line-height: 1.5;

    color: #625b55;
}


/* =========================================================
   HOVER
   ========================================================= */

.bvp-howworks-step:hover {
    transform:
        translateX(4px);
}


.bvp-howworks-step:hover
.bvp-howworks-number {
    transform:
        scale(1.15);

    box-shadow:
        0 5px 14px rgba(184, 92, 0, 0.35);
}


/* =========================================================
   CARD HOVER
   ========================================================= */

.bvp-howworks:hover {
    border-color:
        rgba(184, 92, 0, 0.28);

    box-shadow:
        0 14px 30px
        rgba(90, 45, 10, 0.08);
}


/* =========================================================
   ENTRANCE ANIMATION
   ========================================================= */

.bvp-howworks-step:nth-child(1) {
    animation:
        bvpStepIn
        0.6s
        ease-out
        0.15s
        both;
}

.bvp-howworks-step:nth-child(2) {
    animation:
        bvpStepIn
        0.6s
        ease-out
        0.30s
        both;
}

.bvp-howworks-step:nth-child(3) {
    animation:
        bvpStepIn
        0.6s
        ease-out
        0.45s
        both;
}


@keyframes bvpHowWorksIn {

    from {
        opacity: 0;

        transform:
            translateY(25px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


@keyframes bvpStepIn {

    from {
        opacity: 0;

        transform:
            translateX(-15px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .bvp-howworks {
        padding:
            20px 18px;
    }

    .bvp-howworks h2 {
        font-size: 18px;
    }

    .bvp-howworks-content h3 {
        font-size: 11px;
    }

    .bvp-howworks-content p {
        font-size: 9px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30504b8 *//* =========================================================
   BVP — WHY CHOOSE US
   ========================================================= */

.bvp-whychoose {
    width: 100%;

    padding: 20px 22px;

    box-sizing: border-box;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fffdfb
        );

    border: 1px solid #e9e1d9;

    border-radius: 8px;

    box-shadow:
        0 5px 18px rgba(70, 35, 10, 0.04);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

    animation:
        bvpWhyChooseIn
        0.8s
        cubic-bezier(.2,.8,.2,1)
        both;
}


/* =========================================================
   HEADING
   ========================================================= */

.bvp-whychoose h2 {
    margin: 0 0 22px;

    text-align: center;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 19px;

    line-height: 1.2;

    color: #1d1712;
}


/* =========================================================
   LIST
   ========================================================= */

.bvp-whychoose-list {
    list-style: none;

    padding: 0;
    margin: 0;

    display: flex;

    flex-direction: column;

    gap: 14px;
}


/* =========================================================
   LIST ITEM
   ========================================================= */

.bvp-whychoose-list li {
    display: flex;

    align-items: center;

    gap: 10px;

    font-family:
        Arial,
        sans-serif;

    font-size: 10px;

    line-height: 1.4;

    color: #302923;

    transition:
        transform 0.3s ease;
}


/* =========================================================
   CHECK CIRCLE
   ========================================================= */

.bvp-whychoose-check {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        rgba(184, 92, 0, 0.10);

    border:
        1px solid rgba(184, 92, 0, 0.20);

    color: #b85c00;

    font-size: 11px;

    font-weight: 700;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.bvp-whychoose-list li:hover {
    transform:
        translateX(5px);
}


.bvp-whychoose-list li:hover
.bvp-whychoose-check {
    transform:
        scale(1.15);

    background:
        #b85c00;

    color: #ffffff;

    box-shadow:
        0 4px 12px
        rgba(184, 92, 0, 0.28);
}


/* =========================================================
   CARD HOVER
   ========================================================= */

.bvp-whychoose:hover {
    border-color:
        rgba(184, 92, 0, 0.28);

    box-shadow:
        0 14px 30px
        rgba(90, 45, 10, 0.08);
}


/* =========================================================
   ENTRANCE ANIMATION
   ========================================================= */

.bvp-whychoose-list li:nth-child(1) {
    animation:
        bvpWhyItemIn
        0.55s
        ease-out
        0.10s
        both;
}

.bvp-whychoose-list li:nth-child(2) {
    animation:
        bvpWhyItemIn
        0.55s
        ease-out
        0.20s
        both;
}

.bvp-whychoose-list li:nth-child(3) {
    animation:
        bvpWhyItemIn
        0.55s
        ease-out
        0.30s
        both;
}

.bvp-whychoose-list li:nth-child(4) {
    animation:
        bvpWhyItemIn
        0.55s
        ease-out
        0.40s
        both;
}

.bvp-whychoose-list li:nth-child(5) {
    animation:
        bvpWhyItemIn
        0.55s
        ease-out
        0.50s
        both;
}


/* =========================================================
   KEYFRAMES
   ========================================================= */

@keyframes bvpWhyChooseIn {

    from {
        opacity: 0;

        transform:
            translateY(25px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


@keyframes bvpWhyItemIn {

    from {
        opacity: 0;

        transform:
            translateX(-15px);
    }

    to {
        opacity: 1;

        transform:
            translateX(0);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .bvp-whychoose {
        padding:
            20px 18px;
    }

    .bvp-whychoose h2 {
        font-size: 18px;
    }

    .bvp-whychoose-list {
        gap: 13px;
    }

    .bvp-whychoose-list li {
        font-size: 10px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92ac02b *//* =========================================================
   BVP — WHAT'S INCLUDED
   ========================================================= */

.bvp-included-section {
    width: 100%;

    background: #ffffff;

    padding: 55px 20px 65px;

    box-sizing: border-box;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.bvp-included-container {
    width: 100%;

    max-width: 1280px;

    margin: 0 auto;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.bvp-section-heading {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 25px;

    margin-bottom: 35px;
}


.bvp-section-heading h2 {
    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 28px;

    line-height: 1.2;

    color: #171727;

    white-space: nowrap;
}


.bvp-heading-line {
    width: 95px;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #b85c00
        );

    position: relative;
}


.bvp-heading-line:last-child {
    background:
        linear-gradient(
            90deg,
            #b85c00,
            transparent
        );
}


/* =========================================================
   CARD GRID
   ========================================================= */

.bvp-included-grid {

    display: grid;

    grid-template-columns:
        repeat(7, minmax(0, 1fr));

    gap: 8px;

    align-items: stretch;
}


/* =========================================================
   CARD
   ========================================================= */

.bvp-included-card {

    min-width: 0;

    min-height: 185px;

    padding: 17px 12px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fffdfb
        );

    border:
        1px solid #e5e1dc;

    border-radius: 8px;

    position: relative;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

    animation:
        bvpIncludedReveal
        0.7s
        ease-out
        both;
}


/* =========================================================
   CARD TOP ORANGE ACCENT
   ========================================================= */

.bvp-included-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 0;
    height: 3px;

    transform:
        translateX(-50%);

    background: #b85c00;

    border-radius:
        0 0 4px 4px;

    transition:
        width 0.35s ease;
}


/* =========================================================
   ICON
   ========================================================= */

.bvp-included-icon {

    width: 48px;
    height: 48px;

    margin-bottom: 10px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #b85c00;

    transition:
        transform 0.35s ease;
}


.bvp-included-icon svg {
    width: 100%;
    height: 100%;
}


/* =========================================================
   CARD HEADING
   ========================================================= */

.bvp-included-card h3 {

    min-height: 36px;

    margin: 0 0 9px;

    font-family:
        Arial,
        sans-serif;

    font-size: 12px;

    line-height: 1.35;

    font-weight: 700;

    color: #171727;
}


/* =========================================================
   CARD DESCRIPTION
   ========================================================= */

.bvp-included-card p {

    margin: 0;

    font-family:
        Arial,
        sans-serif;

    font-size: 10px;

    line-height: 1.55;

    color: #4b4b56;
}


/* =========================================================
   HOVER
   ========================================================= */

.bvp-included-card:hover {

    transform:
        translateY(-7px);

    border-color:
        rgba(184, 92, 0, 0.35);

    box-shadow:
        0 14px 30px
        rgba(80, 40, 10, 0.10);
}


.bvp-included-card:hover::before {

    width: 65%;
}


.bvp-included-card:hover
.bvp-included-icon {

    transform:
        translateY(-3px)
        scale(1.08);
}


/* =========================================================
   STAGGERED ANIMATION
   ========================================================= */

.bvp-included-card:nth-child(1) {
    animation-delay: 0.05s;
}

.bvp-included-card:nth-child(2) {
    animation-delay: 0.10s;
}

.bvp-included-card:nth-child(3) {
    animation-delay: 0.15s;
}

.bvp-included-card:nth-child(4) {
    animation-delay: 0.20s;
}

.bvp-included-card:nth-child(5) {
    animation-delay: 0.25s;
}

.bvp-included-card:nth-child(6) {
    animation-delay: 0.30s;
}

.bvp-included-card:nth-child(7) {
    animation-delay: 0.35s;
}


@keyframes bvpIncludedReveal {

    from {

        opacity: 0;

        transform:
            translateY(25px);
    }

    to {

        opacity: 1;

        transform:
            translateY(0);
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .bvp-included-grid {

        grid-template-columns:
            repeat(4, 1fr);

        gap: 12px;
    }


    .bvp-included-card {

        min-height: 195px;

        padding:
            18px 14px;
    }


    .bvp-included-card p {

        font-size: 11px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .bvp-included-section {

        padding:
            45px 15px 50px;
    }


    .bvp-section-heading {

        gap: 12px;

        margin-bottom: 28px;
    }


    .bvp-section-heading h2 {

        font-size: 24px;
    }


    .bvp-heading-line {

        width: 45px;
    }


    .bvp-included-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 12px;
    }


    .bvp-included-card {

        min-height: 205px;

        padding:
            18px 12px;
    }


    .bvp-included-icon {

        width: 43px;
        height: 43px;
    }


    .bvp-included-card h3 {

        font-size: 12px;
    }


    .bvp-included-card p {

        font-size: 10px;

        line-height: 1.5;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .bvp-included-grid {

        gap: 9px;
    }


    .bvp-included-card {

        min-height: 210px;

        padding:
            16px 9px;
    }


    .bvp-included-card h3 {

        font-size: 11px;
    }


    .bvp-included-card p {

        font-size: 9px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1068de1 *//* =========================================================
   BVP PRICING — ORANGE THEME + ANIMATIONS
   ========================================================= */

.bvp-pricing-section {
    width: 100%;
    padding: 60px 20px 55px;
    background: #fffaf5;
    box-sizing: border-box;
    overflow: hidden;
}


/* =========================================================
   HEADING
   ========================================================= */

.bvp-pricing-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 38px;
}

.bvp-pricing-heading h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    line-height: 1.2;
    color: #17120e;
    white-space: nowrap;
}

.bvp-pricing-heading span {
    width: 95px;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        #b85c00
    );
}

.bvp-pricing-heading span:last-child {
    background: linear-gradient(
        90deg,
        #b85c00,
        transparent
    );
}


/* =========================================================
   GRID
   ========================================================= */

.bvp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================================================
   COMMON CARD
   ========================================================= */

.bvp-price-card {
    position: relative;

    min-width: 0;
    min-height: 470px;

    padding: 30px 24px 20px;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #eadfd5;
    border-radius: 12px;

    box-shadow:
        0 8px 25px rgba(80, 40, 10, 0.06);

    transition:
        transform 0.4s cubic-bezier(.2,.8,.2,1),
        box-shadow 0.4s ease,
        border-color 0.4s ease;

    animation:
        bvpPriceCardIn 0.8s cubic-bezier(.2,.8,.2,1) both;
}


/* CARD HOVER */

.bvp-price-card:hover {
    transform: translateY(-10px);

    border-color: #d48642;

    box-shadow:
        0 20px 45px rgba(100, 50, 10, 0.14);
}


/* =========================================================
   TOP ORANGE LINE
   ========================================================= */

.bvp-price-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 0;
    height: 4px;

    transform: translateX(-50%);

    background: #b85c00;

    border-radius:
        0 0 5px 5px;

    transition:
        width 0.4s ease;
}

.bvp-price-card:hover::before {
    width: 65%;
}


/* =========================================================
   LABEL
   ========================================================= */

.bvp-price-label {
    text-align: center;

    font-family: Arial, sans-serif;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1px;

    color: #b85c00;

    margin-bottom: 9px;
}


/* =========================================================
   TITLE
   ========================================================= */

.bvp-price-card h3 {
    margin: 0;

    text-align: center;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 21px;
    line-height: 1.25;

    color: #20160f;
}


.bvp-price-subtitle {
    margin: 6px 0 12px;

    text-align: center;

    font-family: Arial, sans-serif;

    font-size: 11px;

    color: #66605b;
}


/* =========================================================
   PRICE
   ========================================================= */

.bvp-price {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 2px;

    margin-bottom: 20px;

    font-family: Arial, sans-serif;

    font-size: 34px;

    font-weight: 700;

    color: #b85c00;
}


.bvp-price span {
    font-size: 20px;

    align-self: flex-start;

    margin-top: 6px;
}


.bvp-price del {
    margin-left: 8px;

    font-size: 13px;

    font-weight: 400;

    color: #888;

    align-self: center;
}


.bvp-monthly-price small {
    margin-left: 4px;

    font-size: 12px;

    font-weight: 400;

    color: #555;

    align-self: center;
}


/* =========================================================
   FEATURE LIST
   ========================================================= */

.bvp-price-features {
    list-style: none;

    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;

    gap: 10px;

    flex: 1;
}


.bvp-price-features li {
    display: flex;

    align-items: flex-start;

    gap: 8px;

    font-family: Arial, sans-serif;

    font-size: 11px;

    line-height: 1.45;

    color: #332b26;

    transition:
        transform 0.25s ease;
}


.bvp-price-features li:hover {
    transform: translateX(4px);
}


.bvp-price-features li span {
    flex: 0 0 auto;

    color: #b85c00;

    font-size: 14px;

    line-height: 1;

    font-weight: 700;
}


/* =========================================================
   BUTTON
   ========================================================= */

.bvp-price-btn {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 40px;

    margin-top: 20px;

    box-sizing: border-box;

    border-radius: 6px;

    text-decoration: none !important;

    font-family: Arial, sans-serif;

    font-size: 13px;

    font-weight: 700;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


/* STARTER */

.bvp-starter-btn {
    color: #a84f00 !important;

    background: #ffffff;

    border: 1px solid #b85c00;
}

.bvp-starter-btn:hover {
    color: #ffffff !important;

    background: #b85c00;

    transform: translateY(-3px);

    box-shadow:
        0 8px 20px rgba(184, 92, 0, 0.25);
}


/* FEATURED */

.bvp-featured-btn {
    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #8f4300,
            #c76a08
        );

    border: 1px solid #b85c00;
}

.bvp-featured-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(184, 92, 0, 0.30);
}


/* GROWTH */

.bvp-growth-btn {
    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #8f4300,
            #b85c00
        );

    border: 1px solid #b85c00;
}

.bvp-growth-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(184, 92, 0, 0.30);
}


/* =========================================================
   FEATURED CARD
   ========================================================= */

.bvp-featured-card {
    border:
        2px solid #b85c00;

    box-shadow:
        0 12px 35px rgba(184, 92, 0, 0.13);

    transform:
        translateY(-8px);
}


.bvp-featured-card:hover {
    transform:
        translateY(-16px);

    box-shadow:
        0 25px 50px rgba(184, 92, 0, 0.20);
}


/* FEATURED PRICE */

.bvp-featured-card .bvp-price {
    color: #b85c00;
}


/* =========================================================
   BEST VALUE
   ========================================================= */

.bvp-best-value {
    position: absolute;

    top: -1px;
    left: 50%;

    transform: translateX(-50%);

    width: 180px;

    padding: 7px 10px;

    box-sizing: border-box;

    text-align: center;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #8f4300,
            #c76a08
        );

    border-radius:
        0 0 6px 6px;

    font-family: Arial, sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    box-shadow:
        0 5px 12px rgba(184, 92, 0, 0.20);
}


/* =========================================================
   CARD ANIMATION
   ========================================================= */

.bvp-starter-card {
    animation-delay: 0.1s;
}

.bvp-featured-card {
    animation-delay: 0.25s;
}

.bvp-growth-card {
    animation-delay: 0.4s;
}


@keyframes bvpPriceCardIn {

    0% {
        opacity: 0;

        transform:
            translateY(45px)
            scale(0.96);
    }

    100% {
        opacity: 1;

        transform:
            translateY(0)
            scale(1);
    }

}


/* =========================================================
   FEATURED CARD FLOAT
   ========================================================= */

@keyframes bvpFeaturedFloat {

    0%,
    100% {
        transform:
            translateY(-8px);
    }

    50% {
        transform:
            translateY(-13px);
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .bvp-pricing-grid {
        gap: 16px;
    }

    .bvp-price-card {
        padding:
            28px 16px 18px;
    }

    .bvp-price-features li {
        font-size: 10px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .bvp-pricing-section {
        padding:
            45px 15px 50px;
    }

    .bvp-pricing-heading {
        gap: 12px;
        margin-bottom: 28px;
    }

    .bvp-pricing-heading h2 {
        font-size: 23px;
    }

    .bvp-pricing-heading span {
        width: 40px;
    }

    .bvp-pricing-grid {
        grid-template-columns: 1fr;

        gap: 24px;

        max-width: 420px;

        margin: 0 auto;
    }

    .bvp-price-card {
        min-height: 450px;
    }

    .bvp-featured-card {
        transform: none;
    }

    .bvp-featured-card:hover {
        transform:
            translateY(-10px);
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .bvp-pricing-heading h2 {
        font-size: 21px;
    }

    .bvp-pricing-heading span {
        width: 25px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe4e990 *//* =========================================================
   BVP FORM SECTION HEADING
   ========================================================= */

.bvp-form-heading {
    width: 100%;
    max-width: 800px;

    margin: 0 auto;

    padding: 45px 20px 25px;

    box-sizing: border-box;

    text-align: center;

    animation:
        bvpFormHeadingIn
        0.8s
        ease-out
        both;
}


/* =========================================================
   HEADING
   ========================================================= */

.bvp-form-heading h2 {

    margin: 0 0 10px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;

    color: #1d1712;
}


/* Orange accent */

.bvp-form-heading h2::after {

    content: "";

    display: block;

    width: 55px;

    height: 3px;

    margin: 12px auto 0;

    border-radius: 5px;

    background:
        linear-gradient(
            90deg,
            #8f4300,
            #b85c00
        );

    animation:
        bvpHeadingLine
        0.7s
        ease-out
        0.4s
        both;
}


/* =========================================================
   SUBHEADING
   ========================================================= */

.bvp-form-heading p {

    max-width: 650px;

    margin: 15px auto 0;

    font-family:
        Arial,
        sans-serif;

    font-size: 13px;

    line-height: 1.6;

    color: #625b55;
}


/* =========================================================
   ANIMATION
   ========================================================= */

@keyframes bvpFormHeadingIn {

    from {
        opacity: 0;

        transform:
            translateY(25px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


@keyframes bvpHeadingLine {

    from {
        width: 0;

        opacity: 0;
    }

    to {
        width: 55px;

        opacity: 1;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .bvp-form-heading {

        padding:
            35px 15px 20px;
    }

    .bvp-form-heading h2 {

        font-size: 24px;
    }

    .bvp-form-heading p {

        font-size: 11px;

        line-height: 1.55;
    }

}/* End custom CSS */
/* Start custom CSS for eael-wpforms, class: .elementor-element-0b9ed87 *//* =========================================================
   BVP — WPForms CUSTOM STYLE
   ORANGE THEME
   CSS CLASS: audio-form
   ========================================================= */


/* =========================================================
   FORM CONTAINER
   ========================================================= */

.audio-form {
    width: 100%;
}


.audio-form .wpforms-container {
    margin: 0 !important;
    width: 100%;
}


.audio-form .wpforms-form {
    padding: 38px 34px !important;

    background: #ffffff !important;

    border: 1px solid #eadfd5 !important;

    border-radius: 16px !important;

    box-shadow:
        0 12px 35px rgba(80, 40, 10, 0.08) !important;

    box-sizing: border-box;

    animation:
        bvpFormIn
        0.7s
        ease-out
        both;
}


/* =========================================================
   FORM TITLE
   ========================================================= */

.audio-form .wpforms-title {
    margin: 0 0 8px !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 25px !important;

    line-height: 1.25 !important;

    font-weight: 700 !important;

    color: #211811 !important;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.audio-form .wpforms-description {
    margin-bottom: 25px !important;

    font-family:
        Arial,
        sans-serif !important;

    font-size: 12px !important;

    line-height: 1.6 !important;

    color: #6b625b !important;
}


/* =========================================================
   LABELS
   ========================================================= */

.audio-form .wpforms-field-label {

    margin-bottom: 7px !important;

    font-family:
        Arial,
        sans-serif !important;

    font-size: 12px !important;

    line-height: 1.4 !important;

    font-weight: 700 !important;

    color: #211811 !important;
}


/* REQUIRED STAR */

.audio-form .wpforms-required-label {
    color: #b85c00 !important;
}


/* =========================================================
   INPUTS
   ========================================================= */

.audio-form input[type="text"],
.audio-form input[type="email"],
.audio-form input[type="url"],
.audio-form input[type="tel"],
.audio-form input[type="number"],
.audio-form input[type="date"],
.audio-form input[type="password"],
.audio-form select,
.audio-form textarea {

    width: 100% !important;

    box-sizing: border-box !important;

    min-height: 44px !important;

    padding:
        10px 13px !important;

    background: #ffffff !important;

    border:
        1px solid #ddd4cc !important;

    border-radius: 7px !important;

    font-family:
        Arial,
        sans-serif !important;

    font-size: 12px !important;

    color: #29211b !important;

    outline: none !important;

    box-shadow:
        none !important;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease !important;
}


/* =========================================================
   INPUT FOCUS
   ========================================================= */

.audio-form input:focus,
.audio-form select:focus,
.audio-form textarea:focus {

    border-color:
        #b85c00 !important;

    box-shadow:
        0 0 0 3px
        rgba(184,92,0,0.10) !important;

    outline: none !important;
}


/* =========================================================
   PLACEHOLDER
   ========================================================= */

.audio-form input::placeholder,
.audio-form textarea::placeholder {

    color: #aaa19a !important;

    opacity: 1 !important;
}


/* =========================================================
   TEXTAREA
   ========================================================= */

.audio-form textarea {

    min-height: 110px !important;

    resize: vertical !important;
}


/* =========================================================
   FIELD SPACING
   ========================================================= */

.audio-form .wpforms-field {

    padding:
        0 0 18px 0 !important;
}


/* =========================================================
   SELECT DROPDOWN
   ========================================================= */

.audio-form select {

    cursor: pointer;

    appearance: auto !important;
}


/* =========================================================
   MULTI-PAGE PROGRESS
   ========================================================= */


/* "Step 1 of 2" */

.audio-form .wpforms-page-indicator {

    margin-bottom: 12px !important;

    font-family:
        Arial,
        sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;

    color: #6b625b !important;
}


/* Progress wrapper */

.audio-form .wpforms-page-indicator-page-progress {

    background:
        #eadfd5 !important;

    border-radius: 20px !important;

    height: 7px !important;

    overflow: hidden !important;
}


/* Orange progress */

.audio-form
.wpforms-page-indicator-page-progress
.wpforms-page-indicator-progress {

    background:
        linear-gradient(
            90deg,
            #8f4300,
            #b85c00,
            #d87816
        ) !important;

    border-radius: 20px !important;

    height: 7px !important;
}


/* =========================================================
   NEXT / PREVIOUS BUTTON
   ========================================================= */

.audio-form
.wpforms-page-button {

    min-height: 42px !important;

    padding:
        10px 25px !important;

    border:
        0 !important;

    border-radius: 6px !important;

    background:
        linear-gradient(
            135deg,
            #8f4300,
            #b85c00
        ) !important;

    color: #ffffff !important;

    font-family:
        Arial,
        sans-serif !important;

    font-size: 12px !important;

    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 6px 15px
        rgba(184,92,0,0.20) !important;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease !important;
}


/* Hover */

.audio-form
.wpforms-page-button:hover {

    background:
        linear-gradient(
            135deg,
            #b85c00,
            #d87816
        ) !important;

    transform:
        translateY(-2px) !important;

    box-shadow:
        0 9px 20px
        rgba(184,92,0,0.30) !important;
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.audio-form
.wpforms-submit {

    min-height: 44px !important;

    padding:
        11px 28px !important;

    border:
        0 !important;

    border-radius: 6px !important;

    background:
        linear-gradient(
            135deg,
            #8f4300,
            #b85c00
        ) !important;

    color: #ffffff !important;

    font-family:
        Arial,
        sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 7px 18px
        rgba(184,92,0,0.22) !important;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease !important;
}


.audio-form
.wpforms-submit:hover {

    transform:
        translateY(-3px) !important;

    box-shadow:
        0 11px 24px
        rgba(184,92,0,0.30) !important;
}


/* =========================================================
   CHECKBOX / RADIO
   ========================================================= */

.audio-form
input[type="checkbox"],
.audio-form
input[type="radio"] {

    accent-color:
        #b85c00 !important;
}


/* =========================================================
   CHECKBOX LABEL
   ========================================================= */

.audio-form
.wpforms-field-checkbox
.wpforms-field-label-inline,
.audio-form
.wpforms-field-radio
.wpforms-field-label-inline {

    font-family:
        Arial,
        sans-serif !important;

    font-size: 11px !important;

    color: #625b55 !important;
}


/* =========================================================
   ERROR MESSAGE
   ========================================================= */

.audio-form
.wpforms-error {

    margin-top: 5px !important;

    font-family:
        Arial,
        sans-serif !important;

    font-size: 10px !important;

    color: #b42318 !important;
}


.audio-form
.wpforms-field input.wpforms-error,
.audio-form
.wpforms-field textarea.wpforms-error,
.audio-form
.wpforms-field select.wpforms-error {

    border-color:
        #c43d2f !important;
}


/* =========================================================
   SUCCESS MESSAGE
   ========================================================= */

.audio-form
.wpforms-confirmation-container {

    padding:
        25px !important;

    border:
        1px solid #d6e8d8 !important;

    border-radius: 8px !important;

    background:
        #f5fbf5 !important;

    color:
        #286b35 !important;

    font-family:
        Arial,
        sans-serif !important;

    font-size: 13px !important;

    text-align: center !important;
}


/* =========================================================
   FORM ANIMATION
   ========================================================= */

@keyframes bvpFormIn {

    from {

        opacity: 0;

        transform:
            translateY(25px);
    }

    to {

        opacity: 1;

        transform:
            translateY(0);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .audio-form .wpforms-form {

        padding:
            25px 18px !important;

        border-radius: 12px !important;
    }


    .audio-form .wpforms-title {

        font-size: 22px !important;
    }


    .audio-form .wpforms-description {

        font-size: 11px !important;
    }


    .audio-form input[type="text"],
    .audio-form input[type="email"],
    .audio-form input[type="url"],
    .audio-form input[type="tel"],
    .audio-form input[type="number"],
    .audio-form select,
    .audio-form textarea {

        min-height: 42px !important;

        font-size: 11px !important;
    }


    .audio-form .wpforms-page-button,
    .audio-form .wpforms-submit {

        width: 100% !important;

        min-height: 43px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8a2c90 *//* =========================================================
   BVP — PERFECT FOR SECTION
   ========================================================= */

.bvp-perfect-section {
    width: 100%;

    padding: 60px 20px 65px;

    background:
        linear-gradient(
            180deg,
            #fffaf5 0%,
            #ffffff 100%
        );

    box-sizing: border-box;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.bvp-perfect-container {
    width: 100%;

    max-width: 1180px;

    margin: 0 auto;
}


/* =========================================================
   HEADING
   ========================================================= */

.bvp-perfect-heading {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 24px;

    margin-bottom: 13px;
}


.bvp-perfect-heading h2 {
    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 29px;

    line-height: 1.2;

    color: #1b140f;

    white-space: nowrap;
}


.bvp-perfect-line {
    width: 90px;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #b85c00
        );
}


.bvp-perfect-line:last-child {
    background:
        linear-gradient(
            90deg,
            #b85c00,
            transparent
        );
}


/* =========================================================
   SUBTITLE
   ========================================================= */

.bvp-perfect-subtitle {
    max-width: 650px;

    margin: 0 auto 38px;

    text-align: center;

    font-family:
        Arial,
        sans-serif;

    font-size: 13px;

    line-height: 1.6;

    color: #625b55;
}


/* =========================================================
   GRID
   ========================================================= */

.bvp-perfect-grid {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 15px;
}


/* =========================================================
   CARD
   ========================================================= */

.bvp-perfect-card {
    position: relative;

    min-width: 0;

    min-height: 215px;

    padding: 25px 16px 20px;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    box-sizing: border-box;

    background: #ffffff;

    border:
        1px solid #eadfd5;

    border-radius: 10px;

    box-shadow:
        0 7px 22px rgba(70, 35, 10, 0.05);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;

    animation:
        bvpPerfectReveal
        0.75s
        cubic-bezier(.2,.8,.2,1)
        both;
}


/* =========================================================
   TOP ACCENT
   ========================================================= */

.bvp-perfect-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 0;
    height: 3px;

    transform:
        translateX(-50%);

    background:
        #b85c00;

    border-radius:
        0 0 5px 5px;

    transition:
        width 0.35s ease;
}


.bvp-perfect-card:hover::before {
    width: 60%;
}


/* =========================================================
   ICON
   ========================================================= */

.bvp-perfect-icon {
    width: 52px;
    height: 52px;

    margin-bottom: 13px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #b85c00;

    transition:
        transform 0.4s ease;
}


.bvp-perfect-icon svg {
    width: 100%;
    height: 100%;
}


/* =========================================================
   TITLE
   ========================================================= */

.bvp-perfect-card h3 {
    margin: 0 0 9px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 15px;

    line-height: 1.3;

    color: #211811;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.bvp-perfect-card p {
    margin: 0;

    font-family:
        Arial,
        sans-serif;

    font-size: 10.5px;

    line-height: 1.6;

    color: #625b55;
}


/* =========================================================
   HOVER
   ========================================================= */

.bvp-perfect-card:hover {
    transform:
        translateY(-9px);

    border-color:
        rgba(184, 92, 0, 0.35);

    box-shadow:
        0 18px 38px
        rgba(100, 50, 10, 0.12);
}


.bvp-perfect-card:hover
.bvp-perfect-icon {
    transform:
        translateY(-4px)
        scale(1.08);
}


/* =========================================================
   STAGGERED ANIMATION
   ========================================================= */

.bvp-perfect-card:nth-child(1) {
    animation-delay: 0.05s;
}

.bvp-perfect-card:nth-child(2) {
    animation-delay: 0.15s;
}

.bvp-perfect-card:nth-child(3) {
    animation-delay: 0.25s;
}

.bvp-perfect-card:nth-child(4) {
    animation-delay: 0.35s;
}

.bvp-perfect-card:nth-child(5) {
    animation-delay: 0.45s;
}


@keyframes bvpPerfectReveal {

    from {
        opacity: 0;

        transform:
            translateY(35px)
            scale(0.96);
    }

    to {
        opacity: 1;

        transform:
            translateY(0)
            scale(1);
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .bvp-perfect-grid {
        grid-template-columns:
            repeat(3, 1fr);

        gap: 15px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .bvp-perfect-section {
        padding:
            48px 15px 55px;
    }


    .bvp-perfect-heading {
        gap: 12px;
    }


    .bvp-perfect-heading h2 {
        font-size: 24px;
    }


    .bvp-perfect-line {
        width: 40px;
    }


    .bvp-perfect-subtitle {
        font-size: 11px;

        margin-bottom: 28px;
    }


    .bvp-perfect-grid {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 12px;
    }


    .bvp-perfect-card {
        min-height: 215px;

        padding:
            22px 12px 18px;
    }


    .bvp-perfect-icon {
        width: 45px;
        height: 45px;
    }


    .bvp-perfect-card h3 {
        font-size: 13px;
    }


    .bvp-perfect-card p {
        font-size: 9.5px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .bvp-perfect-grid {
        gap: 9px;
    }


    .bvp-perfect-card {
        min-height: 220px;

        padding:
            20px 9px 16px;
    }


    .bvp-perfect-card h3 {
        font-size: 12px;
    }


    .bvp-perfect-card p {
        font-size: 9px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ee6f6b *//* =========================================================
   BVP — FINAL CTA
   ORANGE THEME + PROPER BOOK
   ========================================================= */

.bvp-final-cta {

    width: 100%;

    padding: 38px 25px;

    box-sizing: border-box;

    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #3b1605 0%,
            #702b00 45%,
            #b85c00 100%
        );
}


/* =========================================================
   BACKGROUND GLOW
   ========================================================= */

.bvp-final-cta::before {

    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    left: -220px;
    top: -280px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,185,80,0.18),
            transparent 68%
        );

    animation:
        bvpCtaGlow
        6s
        ease-in-out
        infinite
        alternate;
}


.bvp-final-cta::after {

    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    right: -220px;
    bottom: -280px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,170,60,0.15),
            transparent 68%
        );
}


/* =========================================================
   INNER
   ========================================================= */

.bvp-final-cta-inner {

    width: 100%;

    max-width: 1180px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 55px;

    position: relative;

    z-index: 2;
}


/* =========================================================
   BOOK AREA
   ========================================================= */

.bvp-final-books {

    width: 250px;

    height: 145px;

    flex: 0 0 250px;

    display: flex;

    align-items: center;

    justify-content: center;

    animation:
        bvpCtaBookIn
        0.9s
        ease-out
        both;
}


.bvp-book-stack {

    width: 235px;

    height: 135px;

    position: relative;
}


/* =========================================================
   BACK BOOKS
   ========================================================= */

.bvp-stack-book {

    position: absolute;

    width: 105px;

    height: 62px;

    border-radius: 4px;

    box-shadow:
        0 8px 14px
        rgba(0,0,0,0.30);
}


/* FIRST BOOK */

.bvp-book-one {

    left: 12px;

    bottom: 28px;

    transform:
        rotate(-8deg);

    background:
        linear-gradient(
            135deg,
            #e9bd76,
            #9b531c
        );

    border:
        2px solid #f3d49d;
}


/* SECOND BOOK */

.bvp-book-two {

    left: 38px;

    bottom: 48px;

    transform:
        rotate(5deg);

    background:
        linear-gradient(
            135deg,
            #f0c77f,
            #a75c20
        );

    border:
        2px solid #f7d9a5;
}


/* =========================================================
   OPEN BOOK
   ========================================================= */

.bvp-open-book {

    position: absolute;

    left: 70px;

    bottom: 3px;

    width: 160px;

    height: 92px;

    transform:
        rotate(-4deg);

    filter:
        drop-shadow(
            0 10px 10px
            rgba(0,0,0,0.35)
        );

    animation:
        bvpBookFloat
        4s
        ease-in-out
        infinite;
}


/* =========================================================
   BOOK PAGES
   ========================================================= */

.bvp-open-page {

    position: absolute;

    top: 0;

    width: 78px;

    height: 86px;

    box-sizing: border-box;

    background:
        linear-gradient(
            135deg,
            #fffefa,
            #eee2d1
        );

    box-shadow:
        inset 0 0 8px
        rgba(80,50,20,0.08);
}


/* LEFT PAGE */

.bvp-left-page {

    left: 0;

    transform:
        skewY(4deg);

    clip-path:
        polygon(
            0 5%,
            100% 0,
            91% 92%,
            10% 100%
        );

    border-radius:
        5px 3px 3px 10px;
}


/* RIGHT PAGE */

.bvp-right-page {

    right: 0;

    transform:
        skewY(-4deg);

    clip-path:
        polygon(
            0 0,
            100% 5%,
            90% 100%,
            9% 92%
        );

    border-radius:
        3px 5px 10px 3px;
}


/* =========================================================
   PAGE LINES
   ========================================================= */

.bvp-open-page span {

    position: absolute;

    left: 16px;

    right: 14px;

    height: 1px;

    background:
        rgba(120,90,60,0.25);
}


.bvp-open-page span:nth-child(1) {
    top: 27px;
}


.bvp-open-page span:nth-child(2) {
    top: 40px;
}


.bvp-open-page span:nth-child(3) {
    top: 53px;
}


/* =========================================================
   BOOK CENTER
   ========================================================= */

.bvp-open-book::after {

    content: "";

    position: absolute;

    left: 50%;

    top: 3px;

    width: 3px;

    height: 82px;

    transform:
        translateX(-50%);

    background:
        linear-gradient(
            to bottom,
            #c1a580,
            #70543a,
            #c1a580
        );

    border-radius: 50%;

    z-index: 5;
}


/* =========================================================
   CTA CONTENT
   ========================================================= */

.bvp-final-cta-content {

    flex: 1;

    max-width: 760px;

    text-align: center;

    animation:
        bvpCtaContentIn
        0.9s
        ease-out
        0.15s
        both;
}


.bvp-final-cta-content h2 {

    margin: 0 0 9px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 28px;

    line-height: 1.25;

    font-weight: 700;

    color: #ffffff;
}


.bvp-final-cta-content p {

    margin: 0 auto 19px;

    max-width: 650px;

    font-family:
        Arial,
        sans-serif;

    font-size: 11px;

    line-height: 1.5;

    color:
        rgba(255,255,255,0.90);
}


/* =========================================================
   BUTTON
   ========================================================= */

.bvp-final-cta-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    min-width: 195px;

    padding: 12px 22px;

    box-sizing: border-box;

    border-radius: 6px;

    background:
        linear-gradient(
            135deg,
            #ffc400,
            #f3a800
        );

    color: #241507 !important;

    text-decoration: none !important;

    font-family:
        Arial,
        sans-serif;

    font-size: 13px;

    font-weight: 700;

    box-shadow:
        0 8px 20px
        rgba(0,0,0,0.22);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


.bvp-final-cta-btn span {

    font-size: 19px;

    transition:
        transform 0.3s ease;
}


.bvp-final-cta-btn:hover {

    transform:
        translateY(-4px);

    box-shadow:
        0 13px 28px
        rgba(0,0,0,0.30);

    background:
        linear-gradient(
            135deg,
            #ffd33d,
            #ffb300
        );
}


.bvp-final-cta-btn:hover span {

    transform:
        translateX(5px);
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes bvpCtaBookIn {

    from {

        opacity: 0;

        transform:
            translateX(-45px)
            scale(0.85);
    }

    to {

        opacity: 1;

        transform:
            translateX(0)
            scale(1);
    }
}


@keyframes bvpCtaContentIn {

    from {

        opacity: 0;

        transform:
            translateX(35px);
    }

    to {

        opacity: 1;

        transform:
            translateX(0);
    }
}


@keyframes bvpBookFloat {

    0%,
    100% {

        transform:
            rotate(-4deg)
            translateY(0);
    }

    50% {

        transform:
            rotate(-4deg)
            translateY(-6px);
    }
}


@keyframes bvpCtaGlow {

    from {

        transform:
            translate(0,0)
            scale(1);
    }

    to {

        transform:
            translate(70px,45px)
            scale(1.15);
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .bvp-final-cta-inner {

        gap: 25px;
    }


    .bvp-final-books {

        width: 200px;

        flex-basis: 200px;
    }


    .bvp-book-stack {

        transform:
            scale(0.85);
    }


    .bvp-final-cta-content h2 {

        font-size: 23px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .bvp-final-cta {

        padding:
            38px 18px 42px;
    }


    .bvp-final-cta-inner {

        flex-direction: column;

        gap: 5px;
    }


    .bvp-final-books {

        width: 220px;

        height: 125px;

        flex-basis: 125px;
    }


    .bvp-book-stack {

        transform:
            scale(0.80);
    }


    .bvp-final-cta-content {

        max-width: 430px;
    }


    .bvp-final-cta-content h2 {

        font-size: 22px;

        line-height: 1.3;
    }


    .bvp-final-cta-content p {

        font-size: 10px;
    }


    .bvp-final-cta-btn {

        min-width: 185px;

        padding:
            11px 20px;
    }
}/* End custom CSS */