/*
Theme Name: GraceWp Child
Theme URI: https://gracewp-wp.laralink.com/
Template: gracewp
Author: Laralink
Author URI: https://themeforest.net/user/laralink/
Description: Grace Wp - Personal Portfolio WordPress Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.1745939303
Updated: 2025-04-29 15:08:23

*/

@font-face {
    font-family: 'Longkaly';
    src: url('fonts/Longkaly.woff2') format('woff2'),
    url('fonts/Longkaly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin-bottom: 0 !important;
}

body .gform-theme--api, body .gform-theme--framework, body #gform_wrapper_1[data-form-index="0"].gform-theme, body [data-parent-form="1_0"] {
    --gf-form-validation-heading-color: #fff !important;

    --gf-field-pg-prog-bar-height: 10px;
    --gf-field-pg-prog-bar-radius: 100px;
    --gf-field-pg-steps-step-gap: 12px;
    --gf-field-pg-steps-number-bg-color: #8B00CC;
    --gf-field-pg-steps-number-bg-color-active: #ffea27;
    --gf-field-pg-steps-number-bg-color-complete: #FF63CC;
    --gf-field-pg-steps-number-border-color: #ffea27;
    --gf-field-pg-steps-number-border-color-active: #ffea27;
    --gf-field-pg-steps-number-border-color-complete: #ffea27;
    --gf-field-pg-steps-number-radius: 50%;
    --gf-field-pg-steps-number-border-style: solid;
    --gf-field-pg-steps-number-border-width: 2px;
    --gf-field-pg-steps-number-color: #fff;
    --gf-field-pg-steps-number-color-active: #8B00CC;
    --gf-field-pg-steps-number-color-complete: #8B00CC;
    --gf-field-pg-steps-number-size: 32px;
    --gf-field-pg-steps-icon-font-size: var(--gf-icon-font-size);
}

.gform-theme--framework .gf_step_number {
    color: #fff;
}

.gform-theme--foundation .gf_page_steps {
    justify-content: space-between;
}


.font-Longkaly {
    font-family: 'Longkaly';
    font-size: 115%;
    font-weight: 400;
}

img:not(.has-background-image) {
    background-image: none !important;
}
/*.header-section:after {
    content: "";
    background-image: url("/wp-content/uploads/2025/07/stickers-header.png.webp");
    right: 0;
    width: 80%;
    height: 100%;
    background-size: contain;
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
}*/

.hero-grid-left {
    position: relative;
    &:after {
        content: "";
        background-image: url("/wp-content/uploads/2025/07/header-stickers-left.png");
        left: 0;
        bottom: 29px;
        width: 120%;
        height: 235px;
        background-size: contain;
        position: absolute;
        pointer-events: none;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 99;
    }
}

.header-section-background {
    position: relative;
    &:after {
        content: "";
        background-image: url("/wp-content/uploads/2025/07/header-stickers-right-bottom.png");
        right: 2%;
        bottom: 20%;
        width: 20%;
        height: 15%;
        background-size: contain;
        position: absolute;
        pointer-events: none;
        background-repeat: no-repeat;
        background-position: right;
        z-index: 99;
    }
    &:before {
        content: "";
        background-image: url("/wp-content/uploads/2025/07/header-stickers-right-top.png");
        right: 5%;
        top: 5%;
        width: 20%;
        height: 15%;
        background-size: contain;
        position: absolute;
        pointer-events: none;
        background-repeat: no-repeat;
        background-position: right;
        z-index: 99;
    }
}

.header-section {
    position: relative;
    .header-section-background {
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

#hero-scrolling-banner {
    .cs_height_200 {
        height: 50px;
    }
    .cs_height_80.cs_focus_bg.cs_white_color {
        background-color: #FCF6EB;
    }
}

.sample-songs-section {
    .cs_section_title {
        color: #FFEA27;
        font-family: "Bebas Neue";
        font-size: 115px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: relative;

        &:after {
            content: " " !important;
            position: absolute !important;
            right: 0;
            top: 0;
            background-image: url('/wp-content/uploads/2025/07/smaple-song-stickers.png');
            aspect-ratio: 438 / 184;
            height: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
    }
    .play-sample-button {
        color: #ffffff;
        font-family: "Bebas Neue";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        svg {
            margin-left: 10px;
        }
    }
    .cs_accordians.cs_style_2 .cs_accordian.active .cs_accordian_title {
        color: #ffff;
    }
    .cs_accordian_title {
        color: #8B00CC;
        opacity: 1 !important;
    }

    .content-holder {
        margin-right: 70px;

        p {
            color: #FFF;
            font-family: "Hanken Grotesk";
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-right: 70px;
            text-transform: none !important;
        }
    }
}

source {
    display: none;
}

body .cs_focus_bg_2, body .cs_focus_bg_2_hover:hover {
    background-color: #FFEA27;
    .cs_focus_color, .cs_focus_color_hover:hover {
        color: #8B00CC;
    }
}
body .cs_focus_bg_3, body .cs_focus_bg_3_hover:hover {
    background-color: #75e2cb;
    .cs_focus_color, .cs_focus_color_hover:hover {
        color: white;
    }
}

.cs_focus_bg,
.cs_focus_bg_hover:hover {
    background-color: #8B00CC;
}

.e-con.e-grid.hero-grid {
    grid-template-columns: 40% 60%;
    row-gap: 54px;
}


.divider-line {
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    width: 50px !important;
}

.lets-create-block {
    .lets-create-block-title-1:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 9;
        transform: rotate(-1.53deg);
        top: -5px;
        /* left: -5px; */
    }

    .lets-create-block-title-2:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 9;
        transform: rotate(0.347deg);
        top: -5px;
        /* left: -5px; */
    }

    .lets-create-block-subtitle-1-container {
        display: flex;
        justify-content: center;
    }
    .lets-create-block-subtitle-1 {
        position: relative;
        position: relative;
        display: inline-block;
        &:before {
            content: ' ';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: white;
            z-index: 9;
            transform: rotate(0.258deg);
            top: 0px;
            /* left: -5px; */
        }
        h3 {
            color: #8B00CC;
            z-index: 999;
            position: relative;
            text-align: center;
            display: inline-block;
            font-weight: 900;
        }
    }

    .lets-create-block-subtitle-2:before {
        content: ' ';
        position: absolute;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        background-color: white;
        z-index: 9;
        transform: rotate(1.03deg);
        top: -5px;
        left: -5px;
    }

    .lets-create-block-title-2 {
        margin-top: 5px;
    }

    .lets-create-block-subtitle-2 {
        margin-top: 5px;
        margin-bottom: 60px !important;
    }

    .lets-create-block-title-1, .lets-create-block-title-2, .lets-create-block-subtitle-1, .lets-create-block-subtitle-2 {
        .elementor-widget-container {
            z-index: 10;
            position: relative;
        }
    }



}

.btn-yellow {
    border-radius: 45px;
    border: 5px solid #FFF;
    background: #FFEA27;
    overflow: hidden;
    padding: 0 49px;
}

.testimonial-section {
    .cs_section_title {
        color: #8B00CC;
        font-family: "Bebas Neue";
        font-size: 96px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        opacity: 1;
    }

    .elementor-widget-container {
        > section {
            > .container {
                background-color: white;
                box-shadow: 10px 10px 0px #fe63cd;
                padding: 80px max(30px, 12%);
                margin: 0;
                width: 100%;
                max-width: unset;
                border-radius: 40px;
                margin-top: 70px;
                h2 {
                    color: #8B00CC;
                    text-align: left !important;
                }
                .cs_height_80.cs_height_lg_30 {
                    display: none;
                }
                .cs_slider .cs_slick_arrow {
                    top: 100% !important;
                    width: 200px !important;
                    left: 88%;
                }
                &:hover .cs_slider .cs_slick_arrow {
                    width: 200px !important;
                    left: 88%;
                }
                .cs_testimonial_author {

                }
            }
        }
    }

    .cs_testimonial {
        .cs_testimonial_text {
            color: #FF63CC;
            font-family: "Hanken Grotesk";
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: none !important;
        }
        .cs_testimonial_thumbnail {
            display: none;
        }
        .cs_testimonial_in {
            width: 100%;
            max-width: unset;
        }
        &.cs_style_2 {
            background-color: white;
            margin: 0;
            width: 100%;
            max-width: unset;
        }
    }
    .cs_btn.cs_style_2.cs_focus_1 {
        background-color: rgba(139, 0, 204, 0.00);
        border-color: rgba(139, 0, 204, 1.00);
        color: rgba(139, 0, 204, 1.00);
    }

    .cs_btn.cs_style_2.cs_focus_1:hover {
        color: white;
        background: rgba(139, 0, 204, 1);

    }

    .slick-track {
        display: flex;
        align-items: center;
    }
    .cs_testimonial.cs_style_2 {
        min-height: unset !important;
        .cs_testimonial_author {
            color: #8B00CC;
            font-family: "Hanken Grotesk";
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
    }
}

.cta-section {
    .cs_cta.cs_style_1 {
        background-color: #FF63CC;

        .cs_cta_title {
            color: #FFF;
            text-align: center;
            font-family: "Bebas Neue";
            font-size: 96px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 0;
        }

        .cs_cta_subtitle {
            color: #FFEA27;
            text-align: center;
            font-family: "Hanken Grotesk";
            font-size: 48px;
            font-style: normal;
            font-weight: 700;
            line-height: 130.593%; /* 62.685px */
        }

        .cs_btn {
            border-radius: 45px;
            background: #8B00CC;
            color: #FFEA27;
            text-align: center;
            font-family: "Hanken Grotesk";
            font-size: 30px;
            font-style: normal;
            font-weight: 900;
            line-height: 130.593%; /* 39.178px */
            text-transform: uppercase;
            margin-bottom: 0;
            margin-left: 10px;
            margin-right: 10px;
        }
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

.elementor-widget-tp-faq {
    h2.cs_section_title {
        span {
            display: block;
        }

        .title {
            font-size: 100px;
        }

        .subtitle {
            font-size: 40px;
            line-height: 1;
        }

        .content {
            font-size: 32px;
            color: #fe62cb;
            font-family: "Hanken Grotesk";
            line-height: 1.2;
        }
    }

    .faq-spring-anumation img {
        width: 165px;
        animation:spin 10s linear infinite;

    }

    .cs_accordians.cs_style_1 .cs_accordian:first-child {
        border-top: 0;
    }
}

p#current-track-title {
    /*max-width: 238px;*/
    text-overflow: unset;
    /*white-space: normal;*/
    margin-left: 10px;
    white-space: nowrap;
    max-width: unset;
}

.boombox-notes .elementor-widget .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    img {
        animation: notes  10s cubic-bezier(0.63, -1.01, 0.32, 2.09) infinite;
    }
}

.boombox-notes .elementor-widget:nth-child(1) .elementor-widget-container img {
    animation-delay: .25s;
}

.boombox-notes .elementor-widget:nth-child(2) .elementor-widget-container img {
    animation-delay: .5s;
}

.boombox-notes .elementor-widget:nth-child(3) .elementor-widget-container img {
    animation-delay: .75s;
}


@keyframes notes {
    0% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px); /* Goes to 10px at the halfway point */
    }
    100% {
        transform: translateY(-10px); /* Returns to -10px at the end */
    }
}

body.elementor-editor-active .d-none {
    display: var(--display) !important;
    outline: 2px dashed #f00;
}

.form-holder {
    background: #8B00CC;
    max-width: min(700px, 100%);
    width: 100vw;
    display: block;
    color: white;
    padding: 28px 52px;
    margin: auto;
    border: 5px solid white !important;
    border-radius: 10px;

    #gf_progressbar_wrapper_1 {
        display: none;
    }
    .gfield_description {
        color: #FF63CC !important;
        text-align: center !important;
        font-family: "Hanken Grotesk" !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 900 !important;
        line-height: 130.593% !important;
        justify-content: center !important;
        display: block;
    }

    label.gfield_label.gform-field-label, legend.gfield_label.gform-field-label {
        color: #FFF !important;
        text-align: center !important;
        font-family: "Hanken Grotesk" !important;
        font-size: 17px !important;
        font-style: normal !important;
        font-weight: 900 !important;
        line-height: 130.593% !important;
        justify-content: center !important;

        p {
            margin-bottom: 0;
        }
    }

    .ginput_container {
        input:not(.gfield-choice-input), select, textarea {
            --gf-local-radius: 20px !important;
        }
    }

    .gfield:not(.inline-description) {
        .gfield_label {
            margin-bottom: 10px !important;
        }
    }

    .gfield.inline-description {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /*gap: 10px;*/
        align-items: center;
        justify-content: center;
        align-content: flex-end;

        margin-bottom: 10px;

        .ginput_container {
            flex-basis: 100%;
        }

        .gfield_label {
            margin-bottom: 10px;
        }

        .gfield_description {
            span.gfield_required {
                color: var(--gf-ctrl-label-color-req);
                display: inline-block;
                font-family: var(--gf-ctrl-label-font-family-req);
                font-size: var(--gf-ctrl-label-font-size-req);
                font-style: var(--gf-ctrl-label-font-style-req);
                font-weight: var(--gf-ctrl-label-font-weight-req);
                letter-spacing: var(--gf-ctrl-label-letter-spacing-req);
                line-height: var(--gf-ctrl-label-line-height-req);
            }
        }
    }



    .gfield_label {
        margin-bottom: 10px;
        span.gfield_required {
            color: #ffea27;
            font-weight: bold;
            margin-right: 5px;
        }
    }

    .gfield_repeater_item {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;

        .gfield_repeater_cell {
            &:has(.relationships_name), &:has(.relationships_relation) {
                flex-basis: calc(50% - 20px);
                margin-top: 0 !important;
                flex-grow: 1;
                flex-shrink: 0;
            }
            &:has(.relationships_specify) {
                flex-basis: 100%;
                margin-top: 0 !important;
                > div {
                    margin-top: 10px !important;
                }
            }
        }
    }

    .song-type-container {
        p {
            color: #FFF;
            font-family: "Hanken Grotesk";
            font-size: 15px;
            font-style: normal;
            font-weight: 900;
            line-height: 130.593%; /* 19.589px */
        }
    }

    .ginput_container.ginput_container_checkbox {
        background-color: white;
        border-radius: 20px;
        padding: 24px 34px;


        .gfield_checkbox {
            display: grid !important;
            grid-template-columns: repeat(3, 1fr);
            column-gap: 20px !important;


            label {
                color: #8B00CC;
                font-family: "Hanken Grotesk";
                font-size: 17px;
                font-style: normal;
                font-weight: 900;
                line-height: 130.593%; /* 22.201px */
                margin-left: 5px;
            }

            input {
                border: 2px solid #FF63CC;
                border-radius: 6px !important;
            }
        }
    }

    .ginput_container.ginput_container_total {
        text-align: center;

        input {
            color: white !important;
        }
    }
    .gfield_radio label {
        color: white !important;
    }
    .gform-theme-button, .gform_button {
        background-color: #FFEA27 !important;
        font-family: "Hanken Grotesk", Sans-serif !important;
        font-weight: 900 !important;
        color: #8B00CC !important;
        border: 5px solid white !important;
        border-radius: 45px !important;

        &.gform_previous_button {
            background-color: #FF63CC !important;
        }

        &:not(.gform-theme-button--size-sm) {
            font-size: 20px !important;
            padding: 15px 45px !important;
        }
    }

    .gform-page-footer {
        justify-content: center !important;
        align-items: center !important;
        display: flex;
        flex-direction: row;

        .gform-loader {
            display: block;
        }
    }

}



.example-button {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.popup-container {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.popup-content {
    background-color: #FF63CC;
    margin: auto;
    padding: 20px;
    border: 5px solid #FFFFFF;
    width: 80%;
    max-width: 500px;
    border-radius: 70px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center;
}

p#popupText {
    margin-bottom: 0;
    color: white;
}

/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.popup-close-button {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup-close-button:hover,
.popup-close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.cs_cta {
    position: relative;
}
.cs_cta:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/wp-content/uploads/2025/05/Confetti-9-2.png');
    aspect-ratio: 1 / 2;
    height: 100%;
    background-position: center 25%;
    background-repeat: no-repeat;
    animation: wiggle 5s infinite;
}
.cs_cta:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('/wp-content/uploads/2025/05/Microphone-1.png');
    aspect-ratio: 1 / 2;
    height: 100%;
    background-position: center 75%;
    background-repeat: no-repeat;
    animation: wiggle 5s infinite;
}

.animate-wiggle {
    animation: wiggle 5s infinite;
}

footer.cs-fooer {
    background-color: #8B00CC;
}



.enquire-button {
    cursor: pointer;
}

/* Popup Overlay Styling */
.popup-overlay {
    position: fixed; /* Sit on top of the page content */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Black background with opacity */
    z-index: 1000; /* Specify a stack order in case you have other elements with z-index */
    display: flex; /* Used to center the popup */
    justify-content: center;
    align-items: center;
}

/* Popup Content Styling */
.popup-content {
    background-color: #FF63CC;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 550px; /* Adjust as needed */
    position: relative; /* For positioning the close button */
    box-sizing: border-box;
}

/* Popup Close Button Styling */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}

.popup-close:hover,
.popup-close:focus {
    color: #333;
    text-decoration: none;
}

.popup-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

/* Gravity Forms Specific Adjustments (Optional - Inspect your form and adjust as needed) */
.popup-content .gform_wrapper {
    margin: 0; /* Reset default Gravity Forms margins if any */
}

.popup-content .gform_footer {
    text-align: right; /* Example: align submit button */
}

.cs_accordian_head {
    h4 {
        color: #FF63CC;
        font-family: "Hanken Grotesk";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@keyframes wiggle {
    0% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg); /* Goes to 10px at the halfway point */
    }
    100% {
        transform: rotate(-10deg); /* Returns to -10px at the end */
    }
}

.footer-follow-text {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.faq-section-2 {
    .cs_accordian_title {
        font-family: Bebas Neue;
    }

    .cs_accordian_head {
        padding: 10px 0 !important;
    }

    .cs_accordian_body {
        p {
            font-family: "Hanken Grotesk";
            font-weight: 400;
            font-size: 20px !important;
        }
    }
}

.jump-to-top {
    background-color: #8b00cd;
    position: fixed;
    transform: rotate(180deg);
    right: 10px;
    bottom: 175px;
    border-radius: 100%;
    z-index: 99;
    transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28); /* This bezier curve creates the overshoot and bounce effect */
    width: 100px;
    height: 100px;
    svg {
        width: 100%;
        height: 100%;
    }
}

.cs-page_heading.cs-style1 {
    background-color: #8b00cd;
    margin-top: 150px;
}

/* When hidden, move it completely off-screen to the right */
.jump-to-top.hidden {
    transform: rotate(180deg) translateX(-200px);
    visibility: hidden;
}

/* When visible, bring it back to its original position with the bounce effect */
.jump-to-top.visible {
    transform: rotate(180deg) translateX(0);
    visibility: visible;
}

/* Optional: Add hover effect */
.jump-to-top:hover {
    opacity: 0.9;
    transform: rotate(180deg) scale(1.05);
}
.yellow-slanted-bg {
    margin-bottom: 45px !important;
    .elementor-widget-container {
        position: relative;
        display: inline-block;
        padding: 0;
        z-index: 2;
        margin: 0 !important;

        &:before {
            content: ' ';
            width: 115%;
            height: 90%;
            position: absolute;
            top: 0;
            left: -7.5%;
            background-color: yellow;
            z-index: 0;
            transform: rotate(-2deg);
        }

        h2 {
            z-index: 2;
            position: relative;
            font-size: 75px;
            font-weight: normal;
        }

        > * {
            z-index: 1;
            position: relative;
        }
    }
}


/* Optional CSS to hide all by default, then JS will override */
.about-us-content-block {
    display: none !important;
}
.about-us-content-block.active {
    display: block !important;
}
.about-us-tab-link.active {
    font-weight: bold;
    /* or any other “selected” styling */
}

.toggl-buttons-row {
    display: flex;
    gap: 60px;
}

.toggl-buttons-row a {
    color: #ff63cc;
    font-family: "Bebas Neue";
    font-size: 25px;
    text-transform: uppercase;
}

.toggl-buttons-row a.active {
    color: #8b00cd;
    text-decoration: underline;
}

p {
    line-height: 1.2;
}

.how-it-works-step {
    box-shadow: 10px 10px 0px #fe63cd;
    padding: 30px !important;
}

.how-it-works-step1:before {
    content: " " !important;
    position: absolute !important;
    top: -100px !important;
    left: -75px !important;
    background-image: url('/wp-content/uploads/2025/07/Headphones.png');
    width: 150px !important;
    height: 200px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.how-it-works-step3:after {
    content: " " !important;
    position: absolute !important;
    bottom: -125px !important;
    right: -75px !important;
    background-image: url('/wp-content/uploads/2025/07/Phone.png');
    width: 185px !important;
    height: 185px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



.align-items-center {
    align-items: center;
}

body .ticker-tape-secondary .cs_focus_bg_3, body .ticker-tape-secondary .cs_focus_bg_3_hover:hover {
    background-color: #75e2cb;
}
body .ticker-tape-secondary .cs_focus_bg_2, body .ticker-tape-secondary .cs_focus_bg_2_hover:hover {
    background-color: #ffea27;
}

body .ticker-tape-secondary .cs_focus_bg {
    background-color: #ff63cc;
}

.e-n-accordion-item-title-icon {
    --n-accordion-icon-size: 25px;
}

.about-us-content-block {
    padding: 0;
}

.faq-section-content {
    .cs_accordians {
        display: none;
    }

    .faq-spring-anumation {
        order: 2;
    }
    .cs_section_title {
        order: 1;
    }


}

.sample-songs-section > .container {
    padding: 0 50px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
}

.elementor-29 .elementor-element.elementor-element-4dcd55b {
    padding: 0 !important;
}

.e-con {
    border: none;
}

ul.menu {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;

    li {
        color: white;
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
    }
}

/* CSS */
.header-logo img {
    transition: height 0.3s ease;
}


.elementor-widget-wp-widget-sli-feed {
    margin-bottom: 100px !important;
    h5 {
        text-align: right;
        color: #ff63cc;
        font-family: "Hanken Grotesk";
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px;
        margin-bottom: 50px;
        a:hover {
            color: #8b00cd;
        }
    }
}

body {
    .elementor-29 .elementor-element.elementor-element-09ef8cf {
        --margin-top: 69px !important;
    }
}

.letsgetsocial {
    position: relative;
}
.letsgetsocial:after {
    content: " ";
    background-image: url("/wp-content/uploads/2025/07/Rocket.png");
    width: 100%;
    height: min(50%, 200px);
    position: absolute;
    right: 0;
    bottom: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.slick-dots li {
    background-color: #8b00cd !important;
}



@media (max-width: 1350px) {

    .elementor-element-15f404f {
        img {
            height: 50px !important;
        }
    }
}
@media (min-width: 1350px) {
    .elementor-element-15f404f {
        width: 300px !important;

        .elementor-element-d650dc1 {
            position: absolute;
            height: 150px;
            max-width: unset;
            aspect-ratio: 99 / 50;
            top: 0;
        }
    }
}

.cs_accordians.cs_style_2 .cs_accordian .cs_btn {
    rotate: 180deg;
    scale: 1 !important;
}

.cs_accordians.cs_style_2 .cs_accordian.active .cs_btn {
    rotate: 0deg;
    scale: 1 !important;
}

@keyframes pulse {
    0% {
        scale: 1
    }
    50% {
        scale: 1.2
    }
}

@keyframes slowBounce {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0); /* Pause here */
    }
}



#minimized-player {
    svg {
        animation: slowBounce 2s cubic-bezier(0, 0, 0.57, 1.72) infinite;
    }
}



.mobile-menu-holder, .mobile-menu-button {
    display: none;
}


@media  (max-width: 1370px) {
    .letsgetsocial:after {
        bottom: 0;
    }
}


/** Tablet **/
@media (max-width: 1030px) {
    .mobile-menu-button {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 0;
        z-index: 99999;
        cursor: pointer;
        svg {
            width: 30px;
            height: 30px;
        }
    }
    .mobile-menu-holder {
        width: calc(100% + 20px);
        display: block;
        opacity: 0;
        position: absolute;
        visibility: hidden;
        left: -10px;
        top: 100%;
        background-color: #ff64cc;
        transition: visibility 0s 0.5s, opacity .5s 0s;

        &.show {
            opacity: 1;
            visibility: visible;
            transition: visibility 0s 0s, opacity .5s 0s;
        }
        ul.mobile-menu {
            list-style: none;

            a {
                color: white;
            }
        }
    }
}
@media (max-width: 1030px) {

    #hero-scrolling-banner {
        .cs_height_200 {
            height: 0;
        }
    }
    .elementor-element-6fc3727 {
        .cs_height_lg_25 {
            height: 0;
        }
    }

    .letsgetsocial:after {
        display: none;
    }

    .yellow-slanted-bg {
        margin-bottom: 25px !important;
    }

    .polaroids-container {
        max-width: 400px;
        margin: auto !important;
        display: block !important;
    }

    .how-it-works-step1:before {
        width: 100px !important;
        height: 100px !important;
        top: -50px !important;
        left: -20px !important;
    }
    .how-it-works-step3:after {
        width: 100px !important;
        height: 100px !important;
        bottom: -70px !important;
        right: -20px !important;
    }

    #about-us-stack {
        padding-top: 52%;
    }

    #about-us-stack .polaroid-item img.frame, #about-us-stack .polaroid-item img.photo {
        left: 50% !important;
        height: 100% !important;;
        transform: translateX(-50%);
    }

    .sample-songs-section {
        .cs_accordian_body {
            > div {
                flex-direction: column;
            }
        }

        .container {
            max-width: 100%;
        }

        .cs_section_title {
            font-size: 60px;
            position: relative;

        }

        .content-holder {
            margin-right: 0;
        }
    }

    .testimonial-section {
        .elementor-widget-container {
            > section {
                > .container {
                    padding: 18px;
                }
            }
        }

        .cs_testimonial {
            .cs_testimonial_text {
                font-size: 22px;
                line-height: 1.2;
            }
            &.cs_style_2 {
                .cs_testimonial_author {
                    font-size: 18px;
                }
            }
        }
    }

    .cta-section {
        .cs_cta.cs_style_1 {
            .cs_cta_title {
                font-size: 60px;
            }
        }
    }

    .cs_cta:before, .cs_cta:after {
        height: 50%;
        background-size: contain;
    }

    .faq-spring-anumation {
        display: none;
    }

    .footer-logo {
        max-width: 200px;
    }
}

@media (max-width: 767px) {

    .testimonial-section .elementor-widget-container {
        > section {
            > .container {
                h2 {
                    text-align: center !important;
                }
            }
        }
    }

    .testimonial-section {
        & .cs_testimonial {
            .cs_testimonial_text {
                text-align: center !important;
            }
        }
    }

    .sample-songs-section .cs_section_title {
        text-align: center;
    }

    .elementor-29 .elementor-element.elementor-element-6a948a6 {
        position: absolute;
    }

    .elementor-widget-tp-faq {
        h2.cs_section_title {
            text-align: center;
        }
    }

    .elementor-element-b1773b5 {
        text-align: center !important;
    }

    .elementor-button {
        padding: 12px 14px !important;
    }

    .toggl-buttons-row {
        justify-content: center;
        gap: 20px;
    }

    .gform-theme--foundation .gform_fields {
        row-gap: 10px !important;
    }

    .gf_page_steps {
        gap: 8px !important;
    }


    .elementor-widget-tp-cta {
        .cs_height_150.cs_height_lg_80 {
            height: 70px !important;
        }
        .cs_height_140.cs_height_lg_70 {
            height: 70px !important;
        }
    }

    .elementor-widget-wp-widget-sli-feed h5 {
        text-align: center;
    }

    .form-holder {
        padding: 28px 10px !important;
    }

    .jump-to-top.visible {
        width: 50px;
        height: 50px;
    }

    .elementor-29 .elementor-element.elementor-element-0a1b7ab .elementor-heading-title {
        font-size: 50px;

        text-align: center;
    }

    .cmp-minimized-player {
        width: 50px;
        height: 50px;
        svg {
            padding: 5px;
        }
    }

    .form-holder .ginput_container.ginput_container_checkbox .gfield_checkbox {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
    }

    .elementor-widget-tp-values {
        .cs_height_200.cs_height_lg_75 {
            height: 25px !important;
        }
    }

    .elementor-element-dba3558 {
        .elementor-divider {
            justify-content: center;
        }
    }

    .elementor-29 .elementor-element.elementor-element-c6d7004 .elementor-heading-title span.font-Longkaly {
        font-size: 75px;
    }

    .lets-create-block-subtitle-1:before {
        left: 0;
    }

    .cs_accordians.cs_style_2 .cs_btn {
        width: 30px;
        height: 30px;
    }

    .cs_accordians.cs_style_2 .cs_accordian_head {
        padding-bottom: 5px;
    }
    .sample-songs-section .play-sample-button {
        font-size: 25px;
        color: rgba(255,255,255, .7);
    }

        .cs_height_100.cs_height_lg_80, .cs_height_100.cs_height_lg_90 {
        height: 20px;
    }
    .sample-songs-section {
        .cs_section_title {
            &:after {
                display: none;
            }
        }
    }
    .header-section-background, .hero-grid-left {
        &:after, &:before {
            display: none;
        }
    }
    .cs_cta:before, .cs_cta:after {
        display: none;
    }
    .cta-section {
        .cs_cta.cs_style_1 {
            .cs_cta_title {
                font-size: 37px;
            }
            .cs_btn, .cs_cta_subtitle {
                font-size: 24px;
            }
        }
    }
    .elementor-widget-tp-faq {
        h2.cs_section_title {
            .title {
                font-size: 50px;
            }
            .subtitle {
                font-size: 22px;
            }
            .content {
                margin-top: 10px;
                font-size: 25px;
                line-height: 1.1
            }
        }
    }
    .e-n-accordion-item-title-text {
        font-size: 22px !important;
    }

    .cs_accordian_title {
        font-size: 22px !important;
    }
    .faq-section-2 {
        .cs_accordian_body p {
            font-size: 18px !important;
        }
    }
}
