:root {
    --primary-bg: #B8FB3C;
    --page-fade: #F7FFE9;
    --page-light: #FBFBFB;
    --page-dark: #070A0D;
    --tick-icon: url(../images/business-images/check-icon.webp);
    --tick-icon-2: url(../images/realestate-images/check-icon-2.webp);
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.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);
}

.page-dark {
    background-color: var(--page-dark);
}

.highlight-text {
    color: var(--primary-bg) !important;
}

.z-1 {
    position: relative;
   z-index: 1;
}

.img-blk {
    border-radius: 20px;
}

/* Banner */

.page-hero {
    padding-block: 20px 90px !important;
}

.banner-shape {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.tick-list {
    text-align: left;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.tick-list li {
    font-size: 20px;
    padding: 0 0 0 34px;
    position: relative;
    color: var(--page-dark);
}

.tick-list li::before {
    content: '';
    background-image: var(--tick-icon);
    display: inline-block;
    position: absolute;
    inset: 2px auto 0 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Business Block */

.business-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.business-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.business--block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    background-color: var(--white-color);
    border: 1px solid #DEDEDE;
}

.business--block:hover {
    transform: translateY(-5px);
    border-color: var(--primary-bg);
}

/* Timeline */

.timeline {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
}

.package-details .tick-list {
    grid-template-columns: repeat(1, 1fr);
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #00000020;
    transform: translateX(-50%);
}

.timeline-step {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline-step::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #00000050;
    border-radius: 20px;
    top: 28px;
    right: -10px;
    transition: all 0.3s;
    background-color: var(--white-color);
}

.timeline-step.right::before {
    left: -10px;
}

.timeline-step.in-view::before {
    border-color: var(--primary-bg);
    background-color: var(--primary-bg);
}

.timeline-step.left {
    left: 0;
    text-align: left;
}

.timeline-step.right {
    left: 50%;
    text-align: right;
}

.timeline-content {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
}

.card {
    background: var(--white-color);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    max-width: 100%;
    text-align: left;
}

.step-number {
    font-size: clamp(2rem, 3vw, 3.8rem);
    color: var(--primary-bg);
    font-weight: 600;
}

.timeline-step.left .timeline-content, .timeline-step.left .card {
    text-align: end;
}

.icon {
    position: absolute;
    width: 100%;
    max-width: 140px;
    top: 10px;
}

.left .icon {
    right: -200px;
}

.right .icon {
    left: -200px;
}

/* Business Block */

.business--block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    background-color: transparent;
    border: 1px solid #DEDEDE;
}

.business--block:hover {
    transform: translateY(-5px);
    border-color: var(--primary-bg);
}

/* Packages Block */

.packages--block {
    background-color: #222;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.package-details .package-title {
    border-bottom: 1px solid #F2F2F2;
    padding: 0 0 30px;
}

.packages--block .tick-list {
    padding: 0;
}

.packages--block .tick-list li::before {
    background-image: var(--tick-icon-2);
}

.packages--block .tick-list li {
    color: var(--white-color);
}

.packages--block.premium--package::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 50px;
    border-radius: 30px 30px 0 0;
    background: #404040;
    backdrop-filter: blur(9px);
}

/* Review Slider */

.review--slider .swiper-slide {
    height: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
}

.review--block {
    background-color: #F7FFE9;
    padding: 30px 30px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Choose Block */

.choose--block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    background-color: #464646;
    box-shadow: 0px 0px 4px 0px #00000040;
    border: 1px solid transparent;
}

.choose--block:hover {
    transform: translateY(-5px);
    border-color: var(--primary-bg);
}

/* Cta Block */

.cta--blk {
    background-color: var(--primary-bg);
    border-radius: 20px;
    background-image: url(../images/business-images/cta-intro.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 90px;
}

.cta--blk .tick-list {
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    width: 100%;
    margin: 0 !important;
}

.cta--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px;
    height: 100%;
}

.cta--wrapper {
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--primary-bg);
}

/* Faq */

.accordion__heading {
    font-weight: 500 !important;
}

@media only screen  and (max-width: 1599px) {

    .banner-icon-1 {
        right: -40%;
        top: -10px;
    }

    h2, .h2 {
        font-size: clamp(32px, -17.76px + 4.9538vw, 68px);
    }

    .step-arrow {
        margin: 30% auto auto;
    }
}

@media only screen  and (max-width: 1200px) {

}

@media only screen  and (max-width: 991px) {

    .text-align-center {
        text-align: center;
    }

    .tick-list {
        grid-template-columns: repeat(1, 1fr);
        width: fit-content;
        margin-inline: auto !important;
    }

    .banner-shape {
        display: none;
    }

    .cta--blk {
        padding: 50px 20px;
    }

    .cta--blk .tick-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .button-mx {
        margin-inline: auto !important;
    }
}

@media only screen  and (max-width: 767px) {

    .counter--wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .certi--wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .timeline-step.left .timeline-content, .timeline-step.left .card {
        text-align: left;
    }

    .timeline-step {
        width: 100%;
        padding: 20px 20px;
        inset: 0 !important;
    }

    .timeline-step::before {
        left: -10px !important;
    }

    .timeline::before {
        left: 0;
    }

    .icon {
        position: static;
    }

    .card {
        padding: 20px;
    }

    .business--block {
        padding: 20px 20px;
    }
}

@media only screen  and (max-width: 500px) {

    .business-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .business-img {
        display: none;
    }

}