.whats-tooltip {
    display: none;
}
.whatsapp-fixed {
    padding: 0;
    margin: 0;
    position: fixed;
    right: 12px;
    bottom: 75px;
    background: #fff0;
}
.whatsapp-fixed img {
    width: 52px;
}
.banner-counter-box .percent {
  height: auto;
}
.banner-counter-col:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background: #E9E9E9;
    top: 20px;
    left: -30px;
}
.banner-counter-col:first-child:after {
  display:none;
}
.try-before-btn span {
    border-radius: 64px;
    border: 1px solid rgba(252, 106, 51, 0.20);
    background: #FFEBCC;
    padding: 8px 12px;
    text-transform: uppercase;
    position: relative;
    margin-left: 34px;
}
/*DAMMY STYLE START*/
/*.project-box-outer .et_pb_text_inner {
    display: flex;
    gap: 10px;
    align-items: center;
}
.project-img img {
    width: 40px;
    height: auto;
    object-fit: cover;
}
ul.progress-ul-outer {
    list-style: none !important;
    padding: 0;
}
.progress-top, .progress-bottom {
    display: flex;
    justify-content: space-between;
}
ul.progress-ul-outer li {
    padding-bottom: 15px;
}
.progress-img {
    display: block;
    line-height: 15px;
}
.ACoS-after-box-outer strong {
    color: #232323;
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
}*/
/*DAMMY STYLE END*/

/*Project your 90-day lift STYLE START*/
.pb-roi-aiaudit-outer{
    width:100%;
    max-width:1800px;
    margin:auto;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:34px;
    overflow:hidden;
    font-family:Inter, system-ui, sans-serif;
    box-shadow:0 4px 30px rgba(0,0,0,.03);
}
.pb-roi-aiaudit-outer .pb-tabs {
    display: grid;
    grid-template-columns: minmax(0,1fr) 578px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}
.pb-roi-aiaudit-outer .pb-tab{
    position:relative;
    display:flex;
    align-items:center;
    gap:15px;
    padding:24px 24px 15px;
    border:none;
    background:#fff;
    cursor:pointer;
    transition:.25s ease;
    text-align:left;
}
.pb-roi-aiaudit-outer .pb-tab:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:3px;
    background:transparent;
    transition:.25s ease;
}
.pb-roi-aiaudit-outer .pb-tab.active:after{
    background:#F90;
}
.pb-roi-aiaudit-outer .pb-tab.active .pb-tab-icon{
    background:#fff4eb;
}
.pb-roi-aiaudit-outer .pb-tab-icon img{
    width:40px;
    height: auto;
    object-fit:contain;
    filter: grayscale(1);
}
.pb-roi-aiaudit-outer .pb-tab.active .pb-tab-icon img {
    filter: grayscale(0);
}
.pb-roi-aiaudit-outer .pb-tab .pb-tab-title {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: #627993;
    padding-bottom: 0;
}
.pb-roi-aiaudit-outer .pb-tab.active .pb-tab-title {
    color: #000;
} 
.pb-roi-aiaudit-outer .pb-tab .pb-tab-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #C4C4C4;
    display: block;
}
.pb-roi-aiaudit-outer .pb-tab.active .pb-tab-subtitle {
    color: #F90;
}
.pb-roi-aiaudit-outer .pb-tab-content {
    display: none;
    padding: 24px 32px;
}
.pb-roi-aiaudit-outer .pb-tab-content.active{
    display:block;
}
.pb-roi-aiaudit-outer .pb-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 520px;
    gap:34px;
    align-items:start;
}
.pb-roi-aiaudit-outer .pb-slider-group{
    margin-bottom:24px;
}
.pb-roi-aiaudit-outer .pb-slider-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:8px;
}
.pb-roi-aiaudit-outer .pb-slider-head label {
    color: #627993;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    font-family: Montserrat;
}
.pb-roi-aiaudit-outer .pb-slider-value {
    font-size: 20px;
    font-weight: 900;
    color: #FC6A33;
    line-height: 26px;
}
.pb-roi-aiaudit-outer input[type=range]{
    width:100%;
    appearance:none;
    -webkit-appearance:none;
    height:8px;
    border-radius:999px;
    background:#ececec;
    outline:none;
}
.pb-roi-aiaudit-outer input[type=range]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FC6A33;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
    margin-top: -2px;
}
.pb-roi-aiaudit-outer input[type=range]::-moz-range-thumb{
    width:16px;
    height:16px;
    border:none;
    border-radius:50%;
    background:#f97316;
    cursor:pointer;
}
.pb-slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    color: #627993;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}
.pb-roi-aiaudit-outer .pb-model-box {
    margin-top: 50px;
    padding: 16px;
    background: rgba(252, 106, 51, 0.10);
    border-radius: 12px;
}
.pb-roi-aiaudit-outer .pb-model-box h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #fc6a33 !important;
    line-height: 20px;
    padding-bottom: 0;
}
.pb-roi-aiaudit-outer .pb-model-box ul {
    margin: 0;
    padding-left: 0px;
    list-style: none;
    counter-reset: my-counter;
    padding-bottom: 0;
}
.pb-roi-aiaudit-outer .pb-model-box li {
    margin-block: 15px;
    color: #232323;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    counter-increment: my-counter;
    position: relative;
    padding-left: 30px;
}
.pb-roi-aiaudit-outer .pb-model-box li:before {
    content: counter(my-counter);
    width: 24px;
    height: 24px;
    border-radius: 18px;
    background: #F90;
    position: absolute;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #232323;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
}
.pb-roi-aiaudit-outer .pb-model-box strong{
    font-weight:800;
}
.pb-roi-aiaudit-outer .pb-note {
    margin-top: 24px;
    color: #232323;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    font-family: Montserrat;
}
.pb-roi-aiaudit-outer .pb-right {
    border-radius: 16px;
    border: 1px solid #E9E9E9;
    background: #F8F8F8;
    padding: 20px 24px;
}
.pb-roi-aiaudit-outer .pb-right h5 {
    color: #FC6A33;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.pb-roi-aiaudit-outer .pb-stat-block{
    padding:10px 0;
}
.pb-roi-aiaudit-outer .pb-stat-title {
    margin-bottom: 14px;
    color: #232323;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
}
.pb-roi-aiaudit-outer .pb-old {
    color: #627993;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: line-through;
    position: relative;
    top: -4px;
}
.pb-roi-aiaudit-outer .pb-new {
    color: #232323;
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    font-family: Montserrat;
}
.pb-roi-aiaudit-outer .pb-big-money, .pb-roi-aiaudit-outer .pb-new-money {
    color: #232323;
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    font-family: Montserrat;
}
.pb-roi-aiaudit-outer .pb-big-money span {
    color: #627993;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.pb-roi-aiaudit-outer .pb-green {
    margin-top: 10px;
    color: #059E17;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    text-transform: capitalize;
}
.pb-roi-aiaudit-outer .pb-sub {
    margin-top: 10px;
    color: #627993;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}
.pb-roi-aiaudit-outer .pb-right hr {
    border: none;
    border-top: 1px solid #E9E9E9;
    margin: 15px 0;
}
.pb-roi-aiaudit-outer .pb-main-cta {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 44px;
    background: linear-gradient(8deg, #FC6A33 -19.15%, #F90 52.6%);
    box-shadow: 0 15px 50px 0 rgba(231, 84, 1, 0.40);
    display: block;
    text-align: center;
    padding: 16px 32px;
    margin-top: 10px;
    transition: all 0.3s;
}
.pb-roi-aiaudit-outer .pb-main-cta:hover {
    transform: translateY(-3px);
}
.pb-roi-aiaudit-outer .pb-audit-form-wrap{
    padding:12px 0 0;
}
.pb-roi-aiaudit-outer .pb-audit-label{
    display:block;
    margin-bottom:20px;
    color:#111827;
    font-size:22px;
    line-height:1.3;
    font-weight:800;
}
.pb-roi-aiaudit-outer .pb-audit-inline{
    display:flex;
    align-items:center;
    gap:18px;
}
.pb-roi-aiaudit-outer .pb-audit-inline input{
    flex:1;
    height:64px;
    padding:0 15px;
    border:3px solid #f90;
    border-radius:44px;
    background:#fff;
    outline:none;
    color:#111827;
    font-size:24px;
    font-weight:500;
    box-shadow: 0 0 0 4px rgba(249,115,22,.08);
}
.pb-roi-aiaudit-outer .pb-audit-inline input::placeholder{
    color:#9ca3af;
}
.pb-roi-aiaudit-outer .pb-audit-inline button{
    min-width:330px;
    height:64px;
    padding:0 30px;
    border:none;
    border-radius:44px;
    background: linear-gradient(8deg, #FC6A33 -19.15%, #F90 52.6%);
    box-shadow: 0 15px 50px 0 rgba(231, 84, 1, 0.40);
    color:#fff;
    font-size:16px;
    font-weight:900;
    cursor:pointer;
    transition:.2s ease;
}
.pb-roi-aiaudit-outer .pb-audit-inline button:hover{
    transform:translateY(-1px);
}
.pb-roi-aiaudit-outer .pb-audit-helper {
    margin-top: 15px;
    color: #232323;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}
.pb-roi-aiaudit-outer .pb-loading{
    display:none;
    align-items:center;
    gap:12px;
    margin-top:20px;
    color:#64748b;
    font-size:16px;
    font-weight:600;
}
.pb-roi-aiaudit-outer .pb-spinner{
    width:20px;
    height:20px;
    border-radius:50%;
    border:2px solid #e5e7eb;
    border-top-color:#f97316;
    animation:pbSpin .7s linear infinite;
}
@keyframes pbSpin{
    to{
        transform:rotate(360deg);
    }
}
.pb-roi-aiaudit-outer .pb-error {
    display: none;
    margin-top: 8px;
    color: #dc2626;
    font-size: 15px;
    font-weight: 500;
}
.pb-roi-aiaudit-outer .pb-audit-results{
    display:none;
    background:#f8fafc;
    padding:34px;
}
.pb-roi-aiaudit-outer .pb-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-bottom: 5px;
    margin-bottom: 24px;
}
.pb-roi-aiaudit-outer .pb-results-header h4 {
    margin: 0;
    color: #f97316;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding-bottom: 0;
}
.pb-roi-aiaudit-outer .pb-result-url{
    margin-top:8px;
    color:#6b7280;
    font-size:18px;
    font-weight:600;
}
.pb-roi-aiaudit-outer .pb-reset-btn {
    padding: 15px 30px;
    border: 1px solid rgba(196, 196, 196, 0.40);
    border-radius: 16px;
    background: #fff;
    color: #232323;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.pb-roi-aiaudit-outer .pb-result-card {
    display: grid;
    grid-template-columns: 60px 1fr 205px;
    gap: 20px;
    align-items: center;
    min-height: 148px;
    margin-bottom: 10px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
}
.pb-roi-aiaudit-outer .pb-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff4eb;
    color: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
.pb-roi-aiaudit-outer .pb-card-content h3, .pb-roi-aiaudit-outer .pb-bottom-cta h3 {
    color: #232323;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    padding-bottom:5px;
}
.pb-roi-aiaudit-outer .pb-card-content p, .pb-roi-aiaudit-outer .pb-bottom-cta p {
    margin: 0;
    color: #627993;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.pb-roi-aiaudit-outer .pb-impact{
    text-align:left;
}
.pb-roi-aiaudit-outer .pb-impact small {
    display: block;
    color: #627993;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-align: left;
}
.pb-roi-aiaudit-outer .pb-impact strong {
    color: #16a34a;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.pb-roi-aiaudit-outer .pb-bottom-cta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-top:10px;
    padding:30px;
    background:#fff;
    border:2px solid #fed7aa;
    border-radius:24px;
}
.pb-roi-aiaudit-outer .pb-bottom-btn {
    border-radius: 44px;
    background: linear-gradient(8deg, #FC6A33 -19.15%
-19.15%, #F90 52.6%);
    box-shadow: 0 15px 50px 0 rgba(231, 84, 1, 0.40);
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    padding: 16px 32px;
}
/*Project your 90-day lift STYLE END*/
.full-width-btn {
  width: 100%;
  text-align: center;
}
.how-we-actually-col-outer:before {
    content: "";
    width: 100%;
    height: 140px;
    position: absolute;
    background: url(/wp-content/uploads/2026/05/video-before-img.webp);
    bottom: -90px;
    z-index: 99;
    left: -60px !important;
    background-repeat: no-repeat;
    background-size: contain;
}
ul.campaign-listing li h5 {
    padding-bottom: 0;
}
ul.campaign-listing li {
    border-radius: 16px;
    border: 2px solid #FFEBCC;
    background: #FFF;
    display: flex;
    padding: 8px;
    gap: 10px;
}
ul.campaign-listing li img {
    width: 35px;
    height: auto;
}
.tick-btn span:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 14px;
    background: #fc6a33;
    border-radius: 100%;
    top: 11px;
}
.tick-btn span {
    padding-left: 27px;
}
.our-services-tab-nabe .et_pb_blurb_content {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px 15px 15px 25px;
    background: #F8F8F8;
}
.our-services-tab-nabe.pb-active .et_pb_blurb_content {
    background: #fff;
    border-left: 2px solid #FC6A33;
}
.our-services-tab-nabe.pb-active .et_pb_blurb_content .et_pb_main_blurb_image {
    background: rgba(255, 235, 204, 0.40);
}
.our-services-tab-nabe .et_pb_main_blurb_image {
    margin: 0;
    width: 48px !important;
    height: 48px;
    background: #fff;
    text-align: center;
    line-height: 48px;
    border-radius: 100%;
    display: flex;
}
.our-services-tab-nabe h4 {
    padding: 0;
}
.our-services-tab-nabe .et_pb_main_blurb_image span {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.product-title-sec-outer {
    display: flex;
    padding-bottom: 15px;
}
.best-for-sec, .listing-sec {
    border-top: 1px solid #E9E9E9;
    padding-block: 20px;
}
.best-for-sec em {
    color: #232323;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
}
.reviews-box {
    border-radius: 16px;
    border: 2px solid rgba(255, 153, 0, 0.40);
    background: #FFEBCC;
    padding: 12px 24px;
    text-align: center;
}
.reviews-box .reviews {
    color: #232323;
    font-weight: 800;
}
.reviews-wk {
    color: #FC6A33;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    white-space: nowrap;
}
.our-services-tab-title .et_pb_text_inner:before {
    content: "";
    width: 24px;
    height: 1px;
    background: #f90;
    position: absolute;
    left: -30px;
    top: 7px;
}
.our-services-tab-title .et_pb_text_inner:before {
    content: "";
    width: 24px;
    height: 1px;
    background: #f90;
    position: absolute;
    left: -30px;
    top: 7px;
}
.our-services-tab-nabe.et_pb_blurb_3.et_pb_blurb .et_pb_module_header {
    margin-bottom: 0 !important;
}
.product-launch-btn-outer {
    display: flex;
    gap: 15px;
}
.product-launch-btn a {
    border-radius: 44px;
    background: linear-gradient(8deg, #FC6A33 -19.15%, #F90 52.6%);
    box-shadow: 0 15px 50px 0 rgba(231, 84, 1, 0.40);
    padding: 16px 32px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    display: block;
    text-align: center;
}
.product-launch-btn {
    width: 50%;
}
.talk-expert-btn a {
    padding: 16px 10px;
    display: block;
    color: #F90;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}
.pb-dnone {
    display: none;
}
.analytics-left-col-outer {
    width: 40% !important;
    margin-right: 26px !important;
}
.also-available-sec ul {
    display: flex;
    list-style: none;
    gap: 5px;
    flex-wrap: wrap;
    padding: 0;
}
.also-available-sec ul li a {
    border-radius: 64px;
    border: 1px solid rgba(252, 106, 51, 0.20);
    background: #FFF;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: #232323;
    transition: all 0.3s;
}
.software-row-outer {
    align-items: center;
}
ul.analytics-header-sec {
    background: #232323;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    list-style: none !important;
    padding: 0px !important;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}
.also-available-sec ul li {
    width: calc(20% - 5px);
}
.also-available-sec ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #f90;
    border-radius: 100%;
}
.also-available-sec ul li.pb-active a,
.also-available-sec ul li.pb-active a:hover {
    border-radius: 64px;
    border: 1px solid rgba(0, 113, 206, 0.40);
    background: rgba(0, 113, 206, 0.10);
    color: #0071CE;
}
.also-available-sec ul li a:hover {
    border: 1px solid #f90;
    background: #fff;
    color: #f90;
}
.also-available-sec ul li.pb-active a:before {
    background: #0071CE;
}
.expert-led p {
    text-transform: uppercase;
}
.also-available-sec h6 {
    position: relative;
}
.also-available-sec h6:after {
    content: "";
    width: 25px;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    top: 10px;
    margin-left: 6px;
}
ul.analytics-listing-sec {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    list-style: none !important;
    padding: 0;
}
li.green-icon, li.green-dul-icon, li.orange-iocn {
    justify-content: center !important;
}
ul.analytics-listing-sec li {
    padding: 12px 20px;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: left;
}
.analytics-listing-sec li:nth-child(6n+1),
.analytics-listing-sec li:nth-child(6n+2),
.analytics-listing-sec li:nth-child(6n+3) {
    background: #F8F8F8;
}
ul.analytics-listing-sec li.green-dul-icon img {
    opacity: 0.5;
}
.execution-sec .et_pb_blurb_content {
    display: flex;
    gap: 15px;
    align-items: center;
}
.execution-sec .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 100px !important;
    height: auto;
    margin-bottom: 0;
}
.execution-sec .et_pb_blurb_content h4 {
    padding-bottom: 3px;
}
li.orange-iocn {
    background: #f8f3ec !important;
}
li.orange-iocn.yello-col {
    background: #fffcf6 !important;
}
ul.analytics-header-sec li {
    text-align: center;
    padding: 20px;
}
ul.analytics-header-sec li:nth-child(3) {
    background: #4d3127;
}
ul.analytics-header-sec li:first-child {
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}
.recommended {
    border-radius: 64px;
    border: 1px solid rgba(252, 106, 51, 0.20);
    background: #000;
    padding: 8px 12px 8px 24px;
    width: fit-content;
    position: absolute;
    right: 35px;
    top: -15px;
    color: #F8F8F8;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.analytics-box-outer {
    overflow: unset !important;
}
.recommended:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #FC6A33;
    position: absolute;
    left: 11px;
    border-radius: 100%;
    top: 10px;
}
.tools-give {
    background: #FFEBCC;
    text-align: center;
    padding: 12px 0;
    border-radius: 0px 0px 16px 16px;
}

.brands-launched-counter {
    width: 33% !important;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    gap: 5px;
}
.brands-launched-counter .percent {
    height: auto;
    margin-bottom: 0 !important;
}
.brands-launched-counter h3.title {
    padding-bottom: 0;
}
.rank-held-after-sec {
    float: left;
    width: 33% !important;
    gap: 5px;
}
.what-real-organic-col .et_pb_button_module_wrapper {
    clear: both;
}
.what-real-organic-col .et_pb_button_5_wrapper {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
}
.just-bottom-sec {
    display: flex;
    align-items: center;
    gap: 10px;
}
.just-bottom-img img {
    width: 45px;
}
.just-bottom-sec-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.just-Learn-btn a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
}
.brands-launched-counter .percent:before {
    content: "";
    width: 33px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FC6A33;
}
.same-days-counter .percent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.same-days-counter .percent {
    width: 80px;
    height: 80px;
    background: #f90;
    border-radius: 100%;
    margin-inline: auto;
    margin-bottom: 10px !important;
}
.same-days-counter:before {
    content: "";
    width: 29%;
    height: 2px;
    background: #f90;
    position: absolute;
    left: 0;
    top: 40px;
}
.same-days-counter:after {
    content: "";
    width: 29%;
    height: 2px;
    background: #f90;
    position: absolute;
    right: 0;
    top: 40px;
}
.strategy-colum {
    margin-right: 14px !important;
}
.tos-compliant-box-outer   .et_pb_blurb_content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tos-compliant-box-outer .et_pb_main_blurb_image {
    width: auto !important;
    margin: 0;
}
.tos-compliant-box-outer .et_pb_blurb_content h4 {
    padding-bottom: 0;
}
.strategy-colum ul {
    padding: 0;
    list-style: none !important;
    padding-top: 5px;
}
.strategy-colum ul li {
    padding-left: 30px;
    padding-block: 5px;
    position: relative;
}
.strategy-colum ul li:before {
    content: "";
    width: 7px;
    height: 12px;
    border-width: 0px 3px 3px 0px;
    border-color: #f90;
    border-style: solid;
    position: absolute;
    left: 5px;
    top: 10px;
    transform: rotate(47deg);
}
.strategy-colum:hover {
    border: 2px solid rgba(252, 106, 51, 0.40);
    background: rgba(248, 248, 248, 0.10);
    box-shadow: 0 0 20px 0 rgba(252, 106, 51, 0.40);
}
.verified-counter-sec-outer> .et_pb_row {
    border-radius: 40px 40px 0 0;
    background: #232323;
    padding: 40px 64px;
}
.verified-counter .percent {
    height: auto;
    padding-bottom: 7px;
}
.verified-counter-row .et_pb_column_inner {
    margin-right: 0 !important;
    width: 22% !important;
}
.verified-counter-row {
    text-align: right !important;
    display: flex;
    justify-content: end;
}
.verified-counter-text-row {
    display: flex;
    justify-content: end;
}
.verified-counter-text-row .et_pb_column_inner {
    width: 22% !important;
    margin-right: 0 !important;
}
.brands-launched-counter:before {
    font-size: 32px;
    font-weight: 800;
}
.sports-colum-outer {
    margin-right: 13px !important;
    padding: 0 !important;
}
.revenue-box-outer ul {
    list-style: none;
    padding: 0;
}
.revenue-box-outer ul li {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E9E9E9;
    padding-block: 10px;
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
    padding-inline: 16px;
}
.revenue-box-outer ul li:last-child {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 10px;
}
.revenue-box-outer ul li span {
    border-radius: 64px;
    background: rgba(5, 158, 23, 0.10);
    padding: 4px 8px;
    margin-left: 7px;
}
.revenue-box-outer ul li span.orange {
    background: rgba(255, 153, 0, 0.10);
}
.revenue-box-outer ul li span.blue {
    background: rgba(51, 0, 255, 0.10);
}
.revenue-box-outer ul li .acos-right {
    color: #232323;
    font-weight: 700;
}
.revenue-box-outer ul li del {
    color: #627993;
    font-weight: 500;
}
.james-k {
    padding-top: 7px;
}
.single-star-box {
    display: flex;
    gap: 10px;
    align-items: center;
}
.single-star-text strong {
    font-weight: 900;
}
.green-star-single {
    font-size: 12px;
    color: #C4C4C4;
    align-items: center;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.green-star-single img {
    height: 24px;
    width: auto;
}
.rating-img img {
    max-width: 56px;
}
.qad-icon {
    position: absolute;
    right: 0;
    top: 0;
}
.kitchen-other {
    color: #C4C4C4;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.kitchen-other h4 {
    padding-bottom: 0;
}
.real-sellers-rating-outer {
    display: flex;
    margin-top: 20px;
    gap: 15px;
}
.real-sellers-rating-outer .organic-right-sec {
    border-radius: 16px;
    border: 2px solid rgba(255, 153, 0, 0.40);
    background: rgba(252, 106, 51, 0.20);
    padding: 12px 24px;
    text-align: center;
    margin-right: 0;
    margin-left: auto;
}
.organic-right-sec h4 {
    color: #FC6A33 !important;
    text-align: center;
    font-size: 28px !important;
    font-weight: 800;
    line-height: 32px !important;
}
.organic-right-sec p {
    color: #E9E9E9;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
}
.real-sellers-rating-outer {
    display: flex;
    margin-top: 20px;
    gap: 15px;
}
.verified-headr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.verified-header-right {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #059E17;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}
.verified-headr img {
    height: 16px;
    text-align: left;
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: max-content;
}
.real-sellers-three-col {
    margin-right: 10px !important;
    display: flex;
    flex-wrap: wrap;
}
.real-sellers-three-col .et_pb_text_inner {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.real-sellers-three-col .et_pb_module.et_pb_text {
    width: 100%;
}
.real-sellers-three-col .rating-full-outer {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #E9E9E9;
}
.service-pricing-wrapper .service-pricing-head {
    display: flex;
    align-items: center;
    padding: 24px 24px 16px 24px;
    gap: 70%;
}
.reviews-btn {
    margin-top: auto;
    padding-top: 10px;
    margin-bottom: 10px;
}
.reviews-btn span {
    border-radius: 64px;
    padding: 4px 8px;
}
.green-btn span {
    border: 1px solid rgba(5, 158, 23, 0.40);
    background: rgba(67, 216, 84, 0.10);
}
.blue-btn span {
    border: 1px solid rgba(25, 39, 175, 0.40);
    background: rgba(25, 39, 175, 0.10);
}
.service-pricing-wrapper .service-pricing-head span {
    color: #627993;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.service-pricing-wrapper .service-pricing-list {
    list-style-type: none !important;
    padding: 0;
}
.service-pricing-wrapper .service-pricing-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 16px 24px;
    border-bottom: 1px solid #E9E9E9;
    border-left: 2px solid transparent;
    transition: all .3s ease;
}
.service-pricing-wrapper .service-pricing-list li:last-child {
    border-bottom: none;
    padding-bottom: 24px;
}
.service-pricing-wrapper .service-pricing-list li:first-child {
    background: #F8F8F8;
    border-left: 2px solid #232323;
}
.service-pricing-wrapper .service-pricing-list li:hover {
    background: #F8F8F8;
}
.service-pricing-wrapper .service-top{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:7px;
    flex-wrap:wrap;
}
.service-pricing-wrapper .service-top h3 {
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding-bottom: 0 !important;
}
.service-pricing-wrapper .price-box p {
    color: #627993;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}
.service-pricing-wrapper .service-left p {
    color: #232323;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.service-pricing-wrapper .service-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 4px 8px;
    border-radius:64px;
    background: #E9E9E9;
    color: #627993;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.24px;
    transition: all .3s ease;
}
.service-pricing-wrapper .service-right{
    display:flex;
    align-items:center;
    gap:30px;
}
.service-pricing-wrapper .price-box{
    text-align:right;
}
.service-pricing-wrapper .price-box h4 {
    color: #000;
    text-align: right;
    font-size: 20px;
    font-weight: 900 !important;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 6px;
    transition: all .3s ease;
    padding-bottom: 0!important; 
}
.service-pricing-wrapper .price-box span {
    color: #627993;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.service-pricing-wrapper .service-btn:first-child{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    color: #ff9900;
    padding: 16px 32px;
    border-radius: 44px;
    border: 1px solid #C4C4C4;
    z-index: 1;
    transition: color .3s ease, border-color .3s ease;
}

.service-pricing-wrapper .service-pricing-list li:first-child .service-btn{
    color: #fff;
    border-color: #ff9900;
    background: linear-gradient(8deg, #FC6A33 -19.15%, #F90 52.6%);
}
.service-pricing-wrapper .service-pricing-list li:first-child .service-btn:hover {
    color: #fff;
    border-color: #ff9900;
    background: linear-gradient(8deg, #FC6A33 -19.15%, #F90 52.6%);
}
.service-pricing-wrapper .service-pricing-list li .service-btn:hover{
    opacity: 1;
    background: transparent;
    color: #ff9900;
    border: 1px solid #ff9900;
}
.service-pricing-wrapper .service-pricing-list li:first-child .price-box h4{
    color:#FC6A33;
}
.service-pricing-wrapper .service-pricing-list li:first-child .service-badge{
    background: rgba(255, 153, 0, 0.10);
    color: #F90;
}
.mot-ready-to-talk-box .et_pb_text_inner, .mot-ready-to-talk-bottom-box .et_pb_text_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.online-sec p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mot-ready-to-talk-bottom-box .et_pb_text_inner p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.start-here-col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.mot-ready-to-talk-bottom-box {
    margin-top: auto;
}
.questions-accordion .et_pb_toggle_close h5:before {
    border-radius: 100%;
    margin-top: -20px;
    background: url(/wp-content/uploads/2026/05/Group56.webp) !important;
    width: 35px;
    height: 35px;
    background-size: cover !important;
    font-size: 0 !important;
}
.questions-accordion .et_pb_toggle_open {
    border-left: 4px solid #f90 !important;
}
.questions-accordion .et_pb_toggle_open h5:before {
    background: url(/wp-content/uploads/2026/05/Group-55.webp) !important;
    border-radius: 100%;
    margin-top: -20px;
    font-size: 0 !important;
    display: flex !important;
    width: 35px;
    height: 35px;
    margin-right: -5px;
    background-size: cover !important;
}
.questions-accordion .et_pb_accordion_item:after {
    position: absolute;
    top: 17px;
    color: #627993;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    left: 16px;
}
.questions-accordion .et_pb_accordion_item:nth-child(2)::after{
    content:"02";
}

.questions-accordion .et_pb_accordion_item:nth-child(3)::after{
    content:"03";
}
.questions-accordion .et_pb_accordion_item:nth-child(4)::after{
    content:"04";
}
.questions-accordion .et_pb_accordion_item:nth-child(5)::after{
    content:"05";
}
.questions-accordion .et_pb_accordion_item:nth-child(6)::after{
    content:"06";
}
.questions-accordion .et_pb_accordion_item:nth-child(7)::after{
    content:"07";
}
.questions-accordion .et_pb_accordion_item {
    padding-left: 50px !important;
}
.questions-accordion .et_pb_accordion_item.et_pb_toggle_open:after {
    color: #f90 !important;
}
.grow-your-left-col-outer li {
    width: 100%;
}
.revenue-row-outer, .no-scripts-row-outer {
    gap:0 !important;
}
.support-outer {
    display: inline-block;
    width: calc(50% - 6px);
    margin-inline: 3px;
}
.support {
    display: flex;
    gap: 5px;
    align-items: center;
}
.support h5 {
    padding-bottom: 0;
}
.support-errow {
    margin-left: auto;
}
/*.rell-us-about-form .gchoice {
    border-radius: 64px;
    border: 1px solid #C7C4DC;
    padding: 10px;
}*/
.rell-us-about-form .on-desktop-hide {
    display: none;
}
.rell-us-about-form input,
.rell-us-about-form select {
    border: 1px solid #E9E9E9;
}
.rell-us-about-form textarea {
    border-radius: 16px;
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
}
.rell-us-about-form #input_42_5::placeholder,
.rell-us-about-form #input_42_3::placeholder {
    font-size: 14px !important;
}
.rell-us-about-form textarea::placeholder {
    color: #627993 !important;
    font-size: 14px !important;
    font-weight: 400;
}
.rell-us-about-form textarea:focus {
    border-color: #2d3940 !important;
    color: #3e3e3e !important;
}

.rell-us-about-form .gchoice:has(input[checked]) label {
    color: #ff6600;
    background: rgba(255, 102, 0, 0.1);
    border: 1px solid #ff6600;
}
.rell-us-about-form .gfield_radio {
    display: flex;
    gap: 5px;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
/*.rell-us-about-form .gchoice input {
    margin: 0;
    width: 0;
    height: 0;
}*/
.rell-us-about-form .gchoice input[type="radio"]{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 1px;
    height: 1px;
    margin: 0;
}
.rell-us-about-form .gchoice label {
    color: #627993;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.24px;
    max-width: 100% !important;
    border-radius: 64px;
    border: 1px solid #C7C4DC;
    padding: 10px;
    cursor: pointer;
}
.rell-us-about-form legend.gfield_label.gform-field-label {
    visibility: visible !important;
    opacity: 1;
    color: #232323;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.rell-us-about-form input[type="submit"] {
    width: 100%;
}
.rell-us-about-form .gform_heading {
    display: none;
}
.rell-us-about-form.consultation-banner-right-sec input, .rell-us-about-form.consultation-banner-right-sec select {
    border: 1px solid #E9E9E9;
}
.grow-your-listing ul li img {
    width: 40px;
    height: 40px;
}
.grow-your-listing ul li {
    padding-block: 15px;
}
.rell-us-about-form #field_42_6 label.gfield_label.gform-field-label {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 20px;
    margin-bottom: 0;
}
.rell-us-about-form span.gfield_required, .rell-us-about-form .gform_validation_errors {
    display: none !important;
}
.rell-us-about-form #field_42_6 div#gfield_description_42_6 {
    color: #627993;
    font-weight: normal;
    padding: 0;
    padding-bottom: 5px;
}


.what-can-we-colum,
.what-can-we-colum-mobile {
    display: flex;
    flex-wrap: wrap;
    margin-right: 8px !important;
}
.what-can-we-box .et_pb_main_blurb_image {
    margin-bottom: 10px;
}
.what-can-we-box .et_pb_blurb_container h4 {
    margin-bottom: 0 !important;
    padding-bottom: 5px;
}

.what-can-we-box {
    width: 100% !important;
}
.what-can-we-box.pb-active {
    border: 2px solid #F90 !important;
    box-shadow: 0 0 30px 0 rgba(255, 153, 0, 0.20), 0 0 30px 0 rgba(255, 153, 0, 0.20);
}
.show-on-hover {
    position: absolute;
    top: 5px;
    right: 0;
    display: none;
}
.what-can-we-box.pb-active .show-on-hover {
    display: block;
}
.converting-form-sec .gform_heading p {
    color: #9EB1C6;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.converting-form-sec .gform_heading {
    padding-bottom: 20px;
}
.converting-form-sec label.gfield_label {
    color: #000 !important;
    font-weight: 700 !important;
    display: inline-block !important;
}
.converting-form-sec .gfield_description {
    display: inline;
    color: #9EB1C6;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px !important;
    padding-left: 6px;
}
.converting-form-sec .gfield_description {
    display: inline;
    color: #9EB1C6;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px !important;
    padding-left: 6px;
}

.converting-form-sec input, .converting-form-sec select, .converting-form-sec textarea {
    border-radius: 8px;
    font-size: 18px !important;
    border: 1px solid #F8F8F8;
    text-align: left;
}
.converting-form-sec input:focus, .converting-form-sec select:focus, .converting-form-sec textarea:focus {
    border: 1.5px solid #FF6600;
    box-shadow: 0 0 0 4px #ff66002e;
}
.converting-form-sec textarea {
    background: #F8F8F8;
    border: 0;
    padding: 15px !important;
    height: 130px !important;
}
.converting-form-sec form {
    text-align: left;
}
.converting-form-sec input::placeholder, .converting-form-sec textarea::placeholder {
    color: #9EB1C6 !important;
    font-size: 18px !important;
    font-weight: 400;
    text-align: left;
}
.converting-form-sec input[type="submit"] {
    width: 100%;
    transition: all 0.3s;
    text-align: center;
}
.converting-form-sec input[type="submit"]:hover {
    transform: translateY(-1px);
}
.converting-form-sec .gform-footer.gform_footer.top_label {
    padding-top: 5px;
}
.converting-form-sec .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 0;
}
.converting-form-sec .validation_message {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    position: relative;
    top: 5px;
}
.converting-form-sec h2 span {
    color: #f90;
}
.bd-box-outer {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 35px;
    margin-bottom: 40px;
}
.bd-box {
    width: 100%;
    max-width: 48px;
    height: 48px;
    background: linear-gradient(8deg, #FC6A33 -19.15%, #F90 52.6%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}
.hear-from-sec ul li {
    position: relative;
    counter-increment: my-counter;
    padding-left: 60px;
    padding-bottom: 15px;
    color: #C4C4C4;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.hear-from-sec ul li:before {
    content: counter(my-counter);
    position: absolute;
    background: #F90;
    width: 100%;
    max-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    left: 0px;
    top: -3px;
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    line-height: 25px;
}
.hear-from-sec ul {
    counter-reset: my-counter;
    padding: 0;
    padding-top: 20px;
    list-style: none;
}
.hear-from-sec ul li h6 {
    padding-bottom: 0;
}
.hear-from-sec ul li:last-child:before {
    background: rgba(158, 177, 198, 0.20);
    color: #C4C4C4;
}
.hear-from-sec ul li:first-child:after {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 19px;
    z-index: -1;
    background: #F90;
}
.why-sellers h3 {
    padding-bottom: 20px;
}
.what-happens {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 35px;
    margin-bottom: 40px;
}
.why-sellers h3 {
    padding-bottom: 40px;
}
.other-intro {
    display: flex;
    padding-top: 40px;
    gap: 10px;
    align-items: center;
}
.other-intro-icon {
    width: 40px;
    height: 40px;
    color: #FFF;
    font-size: 13.333px;
    font-weight: 900;
    line-height: 20px;
    background: #627993;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.hear-from-sec .other-intro-text h5 {
    padding-bottom: 0;
    text-transform: none;
    color: #fff !important;
}
.other-intro-text p {
    color: #627993;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.why-sellers p em {
    padding-top: 20px;
    display: inline-block;
    font-weight: 500;
    color: #fff;
}
.sellers-helped ul {
    display: flex;
    list-style: none;
    gap: 15px;
    padding: 0;
}
.sellers-helped ul li {
    align-items: center;
    display: flex;
    gap: 7px;
}
.sellers-helped ul li strong {
    display: flex;
    gap: 6px;
}
.or-reach-us-directly-sec .et_pb_text_inner {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.or-reach-us-directly-sec ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 15px;
}
.or-reach-us-directly-sec ul li a {
    display: flex;
    gap: 8px;
    border-radius: 80px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    padding: 7px 15px;
}
.or-reach-us-directly-sec h5 {
    padding-bottom: 0;
}
.bd-box:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #00B67A;
    border: 2px solid #000;
    box-shadow: 0 0 10px #FF8080;
    border-radius: 100%;
    bottom: 0px;
    position: absolute;
    right: 4px;
}
.hear-from-sec ul li h6 span {
    border-radius: 80px;
    background: #F90;
    padding: 2px 6px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    margin-left: 1px;
}
.revenue-sec-outer .campaigns-counter-col {
    border-right: 1px solid #E9E9E9;
}
.campaigns-counter-ranking-page h3 {
    font-weight: 800;
    font-size: 40px;
    color: #627993 !important;
    line-height: 48px;
}

.campaigns-counter-ranking-page {
    display: flex;
    align-items: start;
    gap: 14px;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: nowrap;
}

.campaigns-counter-ranking-page .percent {
    margin-bottom: 0 !important;
}
.same-four-steps-row-outer {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.same-days-counter:before {
    width: 0 !important;
}
.same-four-col-outer {
    margin: 0 !important;
    width: 16% !important;
}
.same-days-counter:after {
    width: 43%;
    height: 1px !important;
    left: 139px !important;
    box-shadow: 0 4px 30px 0 #F90;
}
.same-four-col-outer:first-child::after {
    content: "";
    width: 43%;
    height: 1px;
    background: #f90;
    position: absolute;
    top: 40px;
    right: 139px;
    box-shadow: 0 4px 30px 0 #F90;
}
.same-days-counter .percent {
    box-shadow: 0 0 88.889px rgba(252, 106, 51, 0.40);
}
.analytics-row-outer .analytics-left-col-outer .full-width-btn {
    width: fit-content !important;
}
.tos-compliant-row-outer .tos-compliant-col-outer .et_pb_blurb_content {
    justify-content: center;
}
.tos-compliant-row-outer .tos-compliant-col-outer {
    width: unset !important;
}
.tos-compliant-row-outer {
    display: flex;
    justify-content: center !important;
}
/*.vertical-orange-divider-line span,
.vertical-orange-divider-line-left span {
    position: relative;
}
.vertical-orange-divider-line span:after,
.vertical-orange-divider-line-left span:after {
    content: "";
    width: 2px;
    height: 32px;
    background: #FC6A33;
    position: absolute;
    right: 231px;
    top: -1px;
}
.same-four-header-row-outer .vertical-orange-divider-line span:after {
    right: 186px;
}
.simple-pricing-title-row .vertical-orange-divider-line span:after {
    right: 140px;
}
.One-agency-left-col .vertical-orange-divider-line-left span:after {
    right: 149px;
}
.software-row-outer .vertical-orange-divider-line-left span:after {
    right: 323px;
}
.what-real-organic-row .vertical-orange-divider-line-left span:after {
    right: 208px;
}
.three-colum-secno-scripts-col-outer .vertical-orange-divider-line-left span:after {
    right: 183px;
}
.questions-accordion-sec-outer .vertical-orange-divider-line-left span:after {
    right: 118px;
}
.start-here-main-outer .vertical-orange-divider-line-left span:after {
    right: 239px;
}*/
.amz-sprint-offer-card {
    transition: all 0.3s;
}
.amz-sprint-offer-card:hover {
    background: rgba(255, 102, 0, 0.03);
    border: 4px solid rgba(255, 102, 0, 0.35);
} 
.move-up-ranking-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255,102,0,0.35);
}
.get-free-account-btn {
    color: #fff !important;
}
.get-free-account-btn:hover {
    color: #ff9900 !important;
}
.start-here-row-outer .start-here-col,
.product-launch-btn a,
.grow-your-row-outer .consultation-banner-right-sec input[type="submit"] {
    transition: all 0.3s;
}
.start-here-row-outer .start-here-col:hover,
.how-we-actually-row-outer .full-bg-button:hover,
.product-launch-btn a:hover,
.analytics-sec-outer .full-bg-button:hover,
.what-real-organic-col .full-bg-button:hover,
.questions-accordion-sec-outer .full-bg-button:hover,
.grow-your-row-outer .consultation-banner-right-sec input[type="submit"]:hover {
    transform: translateY(-3px) !important;
}
.converting-left-colum:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background: linear-gradient(90deg, #ffffff 0%, #ff9900 40%, #ff9900 50%, #ff9900 60%, #ffffff 100%);
    width: 100%;
    height: 4px;
}
.what-can-we-row-outer .what-can-we-box,
.what-can-we-row-outer-mobile .what-can-we-box{
    transition: all 0.2s;
    cursor: pointer;
}
.what-can-we-row-outer .what-can-we-box:hover,
.what-can-we-row-outer-mobile .what-can-we-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px -16px rgba(80, 50, 30, 0.20);
    border-color: 1 px solid rgba(26,23,20,0.14)
}
.what-can-we-box.pb-active:hover {
    border: 2px solid #F90 !important;
    box-shadow: 0 0 30px 0 rgba(255, 153, 0, 0.20), 0 0 30px 0 rgba(255, 153, 0, 0.20);

}
.woocommerce-checkout .payment_method_stripe label {
    font-size: 16px;
}
.woocommerce-checkout .payment_box.payment_method_stripe {
    background: #ffffff1a !important;
}
.woocommerce-checkout .payment_box.payment_method_stripe::before {
    content: none !important;
}
.payment_box.payment_method_stripe p.woocommerce-SavedPaymentMethods-saveNew label {
    display: inline-block !important;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
}
.my_acc_mycls .nsl-container-buttons,
.sb_checkout_form .nsl-container-buttons,
#review_form .nsl-container-buttons{
    display: none !important;
}
.converting-form-sec .marketplace-select-country .ginput_container_select {
    position: relative;
}
.converting-form-sec .marketplace-select-country select {
    padding-right: 35px !important;
    text-overflow: ellipsis;
    padding-left: 45px !important;
}
.marketplace-select-country .ginput_container_select img#country-flag {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 6px;
}
.valid-email input#input_44_3 {
    border: 2px solid #0ba66e;
    box-shadow: 0 0 0 4px rgba(11, 166, 110, 0.10);
}
.valid-email .ginput_container_email {
    position: relative;
}

.valid-email .ginput_container_email::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("https://www.panda-boom.ch/wp-content/uploads/2026/05/green-check-round.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
#et-boc .et-l .et_pb_column_1_6.what-can-we-colum .what-can-we-box img.et-waypoint,
#et-boc .et-l .et_pb_column_1_6.what-can-we-colum-mobile .what-can-we-box img.et-waypoint {
    animation: none !important;
    opacity: 1 !important;
}
.converting-form-sec .validation_message {
    color: #c02b0a !important;
}
.strategy-colum:hover {
    border: 2px solid rgba(255, 102, 0, 0.32) !important;
    box-shadow: none !important;
}

.how-actually-video-sec.et_pb_video:has(.fluid-width-video-wrapper) .fluid-width-video-wrapper {
    padding-top: 58% !important;
}

.how-actually-video-sec.et_pb_video:has(.et_pb_video_box):not(:has(.fluid-width-video-wrapper)) .et_pb_video_box {
    padding-top: 58% !important;
}

.how-actually-video-sec .et_pb_video_box iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0 !important;
}
.rell-us-about-form input:focus,
.rell-us-about-form select:focus,
.rell-us-about-form textarea:focus {
    box-shadow: 0 0 0 3px rgba(255,102,0,0.12) !important;
    border: 1px solid #ff6600 !important;
}
.our-services-tab-outer .our-services-tab-nabe {
    border-radius: 0 !important;
    cursor: pointer;
}
.our-services-tab-outer .our-services-tab-title {
    border-bottom: 1px solid #00000014;
}
.image-top-badge {
    background: #F90;
    position: absolute;
    top: 28px;
    padding: 10px 15px;
    right: 22px;
    z-index: 9999;
    border-radius: 8px !important;
}
.image-top-badge .et_pb_module_header {
    padding-bottom: 0;
}
.amazon-fba-brand-sec-outer {
    background: radial-gradient(289.32% 50.98% at 77.72% 56.74%, rgba(26, 23, 23, 0.00) 0%, #1A1717 100%) !important;
}
