:root {
    --primary-bg: #B8FB3C;
    --page-fade: #F5FFE2;
    --page-light: #FBFBFB;
    --page-dark: #0F141A;
}

.theme-text {
    color: var(--primary-bg) !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.cover {
    object-fit: cover;
}

.linear-bg {
    background: linear-gradient(90deg, #f7f8f2 0%, #e4f0c8 100%);
}

.padding-left {
    --page-width: 1600px;
    padding-left: calc(50% - (var(--page-width) / 2) + 12px);
}

.button_theme-secondary {
    justify-content: center !important;
}

.button {
    transition: all 0.3s;
}

.button-secondary {
    display: flex !important;
    align-items: center;
    gap: 20px;
    width: fit-content !important;
}

.button-secondary {
    color: #FFF;
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}

.button-secondary.button-icon::after {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.page-fade {
    background-color: var(--page-fade);
}

.primary-bg {
    background-color: var(--primary-bg);
}

.page-light {
    background-color: var(--page-light);
}

.highlight-text {
    color: var(--primary-bg) !important;
}

.animation-img {
    animation: moveUpDown 2s ease-in-out infinite;
}

.check-list li {
    padding: 0px 0 0px 35px;
    position: relative;
    z-index: 1;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url('../images/paid-ads-for-plastic-images/list-check.svg') no-repeat center;
    z-index: -1;
    background-size: contain;
}

.check-list.dollar-list li::before {
    background: url('../images/paid-ads-for-plastic-images/dollar-icon.svg') no-repeat center;
    background-size: contain;
}

.swiper-slide {
    height: auto !important;
}

/* common css end */

.page-hero {
    padding-block: 160px !important;
}

.page-hero .highlighted-text::before {
    background: var(--primary-bg);
}

/* Faq */

.accordion__heading {
    font-weight: 500 !important;
}

.real-results-icon {
    width: 60px;
    height: 60px;
    max-width: 60px;
    flex: 0 0 60px;
    background: var(--primary-bg);
    padding: 10px;
    object-fit: contain;
    border-radius: 100%;
}

.nav-pills .nav-link.active {
    background: var(--primary-bg) !important;
    border-color: #8ab832 !important;
}

/* PPC Services */

.custom-accordion-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 600px;
}

.custom-accordion-wrapper .accordion-wrapper {
    padding: 0;
    border: none !important;
    border-top: 1px solid #FFFFFF4D !important;
    border-left: 1px solid #FFFFFF4D !important;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-accordion-wrapper>.accordion-wrapper.active {
    flex: 0 1 100%;
}

.custom-accordion-wrapper>.accordion-wrapper.active .accordion-btn {
    opacity: 0;
    width: 30px;
}

.custom-accordion-wrapper>div:not(.active) {
    flex: 0 0 112px;
}

.custom-accordion-wrapper .accordion-content {
    visibility: hidden;
    opacity: 0;
    align-items: center;
    transition: opacity .5s ease .5s;
}

.accordion-wrapper.active .accordion-content {
    visibility: visible;
    opacity: 1;
    display: flex;
}

.accordion-content {
    display: flex;
    align-items: center;
    width: 100% !important;
    height: 100%;
}

.accordion-head {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    padding: 0 !important;
    height: 100%;
}

.accordion-btn {
    font-size: 20px !important;
    font-weight: 600 !important;
    background: transparent !important;
    margin: auto;
    display: flex;
    align-items: center;
    border: none;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    width: 112px;
    height: 100%;
    padding: 20px 0;
    justify-content: space-between;
}

.accordion-btn img {
    transform: rotate(180deg);
}

.accordion-block {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex: 100%;
    height: 100%;
}

.content-wrap__inner {
    padding: 30px 30px 30px 0;
}

.content-wrap__inner img {
    height: 300px;
    border-radius: 20px;
}

.content-wrap {
    padding: 0;
    display: flex;
    align-items: end;
    gap: 30px;
    width: 100%;
}

/* benefits */
.benefits-main {
    background: var(--page-light);
    transition: 0.5s all ease;
    border: 1px solid #ccc;
}

.benefits-main:hover {
    background: var(--primary-bg);
}

.benefits-main>div {
    flex: 1;
}

.benefits-swiper-prev,
.benefits-swiper-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #1a1a1a;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.benefits-swiper-prev:hover,
.benefits-swiper-next:hover {
    background-color: #444;
}

/* process */
.process-main .process-img {
    width: fit-content;
    position: relative;
    z-index: 1;
    counter-increment: process-comp;
}

.process-main .process-img::before {
    content: '0' counter(process-comp);
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    color: #000;
    font-weight: bold;
    line-height: 100%;
    background: var(--primary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 2;
    font-size: 20px;
}

.process-swiper .swiper-pagination {
    position: relative;
    bottom: unset;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.process-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.process-swiper .swiper-pagination-bullet-active {
    background-color: var(--primary-bg);
    width: 28px;
    border-radius: 10px;
}

/* counter */
.counter-main {
    transition: 0.5s all ease;
}

.counter-main:hover {
    background: var(--primary-bg);
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media only screen and (max-width: 1599px) {

    h2,
    .h2 {
        font-size: clamp(32px, -17.76px + 4.9538vw, 68px);
    }
}

@media only screen and (min-width: 1201px) {
    .inline-row>div {
        flex: 1;
    }

    #why-dental {
        margin-top: 150px;
    }

    #why-dental .why-dental-col {
        margin-top: -150px;
    }
}

@media only screen and (max-width: 1024px) {
    .custom-accordion-wrapper {
        height: fit-content;
    }
}

@media only screen and (max-width: 991px) {

    .text-align-center {
        text-align: center;
    }

    .button-mx {
        margin-inline: auto !important;
    }

    .mobile-center {
        margin: auto;
    }

    .custom-accordion-wrapper {
        flex-direction: column;
    }

    .content-wrap__inner {
        padding: 30px;
        text-align: center;
    }

    .custom-accordion-wrapper .accordion-wrapper {
        flex-direction: column;
        align-items: start;
    }

    .accordion-block {
        flex-direction: column;
    }

    .accordion-head {
        writing-mode: unset;
        transform: unset;
    }

    .accordion-btn {
        width: 100%;
        min-height: 72px;
        gap: 30px;
    }

    .accordion-btn img {
        transform: none;
    }

    .custom-accordion-wrapper>.accordion-wrapper.active .accordion-btn {
        width: 100%;
    }

    .mobile--center {
        margin: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .benefits-main>div.benefits-image {
        display: none;
    }

    .custom-accordion-wrapper>.accordion-wrapper.active .accordion-head {
        display: none;
    }

    .mobile-center {
        margin: auto;
    }
}