/*####################################### Banner ebay CSS#########################################*/

.hence-forth-dubizzle-page h1 span {
    color: #F40000;
    ;
    text-transform: none;
}

/*################################# dubizzle Pages Layers ##################################*/
.dubizzle-bg-layers {
    position: relative;
    width: 100%;
    height: 100%;
}

.dubizzle-bg-layers::before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    background: transparent url("../images/dubizzle/dubizzle-layers.webp") center/cover no-repeat padding-box;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*################################# Dubizzle Success ##################################*/

.dubizzle-success-heading h3 span {
    background: linear-gradient(282.84deg, #00C6FF 18.56%, #0072FF 81.44%);
}

.dubizzle-success {
    background: #0A0A0A
}

.dubizzle-success-card {
    height: 100%;
    position: relative;
}


.dubizzle-success-arrow {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 240px;
}


/*###################################  Dubizzle Features ####################################*/
.dubizzle-features-heading h3 span {
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
}


.dubizzle-features-card {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 25px;
    cursor: pointer;
    height: 100%;
}

.dubizzle-features-card-icon {
    position: absolute;
    inset: -35px 0 0 0;
    margin: auto;
}

.dubizzle-features-card-icon img {
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.08))
}

.dubizzle-features-card-content {
    position: relative;
}

.dubizzle-features-card::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;

}

.dubizzle-features-card:hover::before {
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.dubizzle-features-card:hover .dubizzle-features-card-content h5,
.dubizzle-features-card:hover .dubizzle-features-card-content p {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.dubizzle-features-card-custom:nth-child(1) .dubizzle-features-card::before {
    background: linear-gradient(282.84deg, #00C6FF 18.56%, #0072FF 81.44%);
}

.dubizzle-features-card-custom:nth-child(2) .dubizzle-features-card::before {
    background: linear-gradient(46.19deg, #FF512F 5.66%, #F09819 94.35%);
}

.dubizzle-features-card-custom:nth-child(3) .dubizzle-features-card::before {
    background: linear-gradient(268.84deg, #EA52F8 0%, #0066FF 100%);
}

.dubizzle-features-card-custom:nth-child(4) .dubizzle-features-card::before {
    background: linear-gradient(46.19deg, #F09819 5.66%, #FFED4E 94.35%);
}

.dubizzle-features-card-custom:nth-child(5) .dubizzle-features-card::before {
    background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);
}

.dubizzle-features-card-custom:nth-child(6) .dubizzle-features-card::before {
    background: linear-gradient(226.69deg, #FFB199 0%, #FF0844 100%);
}



/*################################# Dubizzle Factor Focus ##################################*/
.dubizzle-factor-focus-heading h3 span {
    background: linear-gradient(46.19deg, #F09819 5.66%, #FFED4E 94.35%);
}

.dubizzle-factor-focus-content h5 span {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.background-transparent {
    background: transparent !important;
}

.border-dubizzle {
    border-color: #e5e5e5 !important;
}

.h-unset {
    height: unset !important;
}

.dubizzle-factor-focus-content h5 span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: #00d563;
    left: 0;
    top: -12px;
    animation: 2s infinite pulses;
}

@keyframes pulses {
    0% {
        box-shadow: 0 0 0 0 rgb(0 213 99 / 90%)
    }

    70% {
        box-shadow: 0 0 0 10px rgb(0 213 99 / 12%)
    }

    100% {
        box-shadow: 0 0 0 0 rgb(0 213 99 / 0%)
    }
}

/*################################# Ebay CTA ##################################*/
.dubizzle-clone-create {
    background: transparent url("../images/dubizzle/clone-bg.webp") center/cover no-repeat padding-box;
}

.dubizzle-clone-create-content h3 span {
    background: linear-gradient(226.69deg, #FFB199 0%, #FF0844 100%);
}

.dubizzle-clone-create-card {
    border-radius: 16px;
    padding: 20px;
    position: relative;
    height: 100%;
}

.dubizzle-clone-create-icon {
    position: absolute;
    top: -35px;
    left: 35px;
    width: 80px;
}

.dubizzle-clone-create-card-custom:nth-child(1) .dubizzle-clone-create-card {
    background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);

}

.dubizzle-clone-create-card-custom:nth-child(2) .dubizzle-clone-create-card {
    background: linear-gradient(46.19deg, #FF512F 5.66%, #F09819 94.35%);

}

.dubizzle-clone-create-card-custom:nth-child(3) .dubizzle-clone-create-card {
    background: linear-gradient(46.19deg, #F09819 5.66%, #FFED4E 94.35%);

}

.dubizzle-clone-create-card-custom:nth-child(4) .dubizzle-clone-create-card {
    background: linear-gradient(268.84deg, #EA52F8 0%, #0066FF 100%);

}

/*#################################  Revenue Model ##################################*/
.revenue-model-dubizzle-heading h3 span {
    background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);
}

/*################################# Launch Dubizzle ##################################*/


.launch-dubizzle-bg {
    background: transparent url('../images/dubizzle/launch-bg.png') center/cover no-repeat padding-box;
    width: 100%;
    padding: 50px 25px;
    border-radius: 16px;
    min-height: 320px;
    display: flex;
    align-items: center;
}

/*################################# Advanced Features ##################################*/
.advanced-features-dubizzle-heading h3 span {
    background: linear-gradient(268.84deg, #EA52F8 0%, #0066FF 100%);
}

.advanced-features-dubizzle {
    position: relative;
}

.advanced-features-dubizzle::before {
    position: absolute;
    content: '';
    bottom: -10%;
    left: -100px;
    background-image: url('../images/digital/faq-before.webp');
    width: 500px;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.advanced-features-dubizzle::after {
    position: absolute;
    content: '';
    bottom: -10%;
    right: -100px;
    background-image: url('../images/digital/faq-after.webp');
    width: 500px;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.advanced-features-dubizzle .accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}

.advanced-features-dubizzle .accordion__item {
    padding: 1rem;
    position: relative;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #E5E5E5;
}

.advanced-features-dubizzle .accordion__item:after {
    position: absolute;
    right: 1rem;
    content: "+";
    font-size: 26px;
    top: 10px;
    color: #00D563;
    font-weight: 600;
}

.advanced-features-dubizzle .accordion__item.open:after {
    content: "−";
}

.advanced-features-dubizzle .accordion__item:not(.open) p {
    display: none;
}

.advanced-features-dubizzle h5 {
    color: #212529;
}

.accordion__item h5 {
    display: flex;
    align-items: center;
    gap: 12px;
}

/*################################# Why Dubizzle Henceforth ##################################*/

.dubizzle-henceforth-heading h3 span {
    background: linear-gradient(233.54deg, #79FB3C 32.69%, #119DA4 93.81%);
}

.dubizzle-henceforth-card {
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
    border-radius: 32px;
    padding: 25px;
    height: 100%;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

.dubizzle-henceforth-card:hover {
    transition: all 0.1s ease-in-out;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(180deg, #04EA6F 0%, #00D563 100%) border-box;
    border-radius: 32px;
    border: 2px solid transparent;
}

/*################################# Dubizzle Expert Developer ##################################*/


.dubizzle-expert-developer-bg {
    width: 100%;
    position: relative;
    background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);
    background: #0E151A;
    border-radius: 24px;
    display: flex;
    align-items: center;
    overflow: hidden;
}


/*################################# Media ##################################*/


@media all and (min-width:1025px) and (max-width:1199px) {}

@media all and (min-width:992px) and (max-width:1024px) {}

@media all and (min-width:768px) and (max-width:991px) {


    .ebay-cta-bg::before {
        display: none;
    }

    .ebay-cta-bg {
        margin-top: 0;
    }

    .dubizzle-clone-create-icon {
        left: 0;
        right: 0;
        margin-inline: auto;
    }


}

@media all and (min-width:320px) and (max-width:767px) {

    .ebay-cta-bg::before {
        display: none;
    }

    .ebay-cta-bg {
        margin-top: 0;
    }


    .dubizzle-clone-create-icon {
        left: 0;
        right: 0;
        margin-inline: auto;
    }

    .advanced-features-dubizzle .accordion__item:after {
        right: 0rem;

    }


}