.section {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.heading>h2 {
    color: var(--primary, #2C3E50);
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 2rem;
}

.button {
    border-radius: 5px;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 1.6px;
    display: inline-block;
    padding: 1.5rem 5rem;
}

.button-tertiary {
    background: var(--tertiary, #4FA4AC);
    box-shadow: 10px 10px 20px 0px rgba(79, 164, 172, 0.20);
}

.button-tertiary:hover {
    background: var(--primary);
    color: var(--white, #4FA4AC);
}

.div-text p {
    color: var(--primary, #2C3E50);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

/* SECTION ONE CSS START  */

.pageBanner {
    background-image: url('/img/regional-marketing/regional-marketing-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
}

.pageBanner .div-text {
    margin-top: 7rem;
}

.pageBanner .div-text .before-heading {
    position: relative;
    display: inline-block;
    color: var(--primary, #2C3E50);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 4px;
    margin: 0;
    padding: 0.2rem 0;
    z-index: 9;
}

.pageBanner .div-text .before-heading:before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(79, 164, 172, 0.40) 50%, rgba(79, 164, 172, 0.00) 120%);
    width: 100vw;
    height: 100%;
    top: 0;
    right: -10px;
    z-index: -9;
}

.pageBanner .div-text h1 {
    color: var(--primary, #2C3E50);
    font-size: 40px;
    font-weight: 700;
    margin: 0.5rem 0 1rem;
}

.pageBanner .div-text p {
    color: var(--light-black);
    font-size: 18px;
    line-height: 30px;
}

.pageBanner .div-text .div-CTA {
    display: flex;
    flex-direction: column;
    text-align: center;
    grid-gap: 1rem;
    margin: 3rem 0 0;
}

.pageBanner .div-text .div-CTA .discover-CTA {
    border-radius: 5px;
    background: var(--tertiary, #4FA4AC);
    box-shadow: 10px 10px 20px 0px rgba(79, 164, 172, 0.20);
    padding: 1.5rem 0;
    color: var(--white);
    letter-spacing: 1.6px;
    font-weight: 600;
}

.pageBanner .div-text .div-CTA .discover-CTA:hover {
    background: var(--primary);
}

.pageBanner .div-text .div-CTA>span {
    color: #B9B9B9;
    font-weight: 600;
}

.pageBanner .div-text .div-CTA .call-CTA {
    color: var(--primary, #2C3E50);
    font-size: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    line-height: 1;
}

.pageBanner .div-text .div-CTA .call-CTA>i {
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.pageBanner .div-text .div-CTA .call-CTA:hover {
    transform: scale(1.1);
    color: var(--tertiary);
}

.pageBanner .div-text .div-CTA .call-CTA:hover>i {
    background: var(--tertiary);
}

.pageBanner .div-badge .badge {
    position: absolute;
    top: 130px;
}

/* SECTION ONE CSS END  */

/* SECTION TWO CSS START  */

.s2 .custom-row {
    align-items: center;
}

@media screen and (min-width: 1199px) {
    .s2 .div-text {
        padding-left: 3rem;
    }
}

.s2 .container .custom-row:not(:last-child) {
    margin-bottom: 3rem;
}

/* SECTION TWO CSS END  */

/* SECTION THREE CSS START  */

.s3 {
    background-image: url('/img/regional-marketing/let-dentedge-digital-be-your-compass.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.s3 h2 {
    color: var(--white);
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 1.4rem;
}

.s3 p {
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 4rem;
}

.s3 .button-tertiary {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.20);
}

.s3 .button-tertiary:hover {
    background: var(--secondary);
    color: var(--tertiary, #4FA4AC);
}

/* SECTION THREE CSS END  */

/* SECTION FOUR CSS START  */

.s4 .custom-row {
    align-items: center;
}

.s4 .div-text>strong {
    font-size: 18px;
}

.s4 .button {
    margin: 3rem 0 0;
}

/* SECTION FOUR CSS END  */

/* SECTION FIVE CSS START  */


.s5 {
    background: linear-gradient(107deg, #4FA4AC 0.55%, #358E97 100%);
}

.s5 .heading>h2 {
    position: relative;
    z-index: 9;
    font-size: 60px;
    color: var(--white);
    line-height: 70px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.20);
}

.s5 .accordion__item {
    border-radius: 10px;
    background: var(--white);
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.25);
}

.s5 .accordion__item__header>h4 {
    color: var(--light-black);
    font-size: 16px;
    font-weight: 500;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
}

.s5 .accordion__item__header {
    padding: 1.5rem;
    cursor: pointer;
}

.s5 .accordion__item__content {
    padding: 0 1.5rem 1rem;
}

.s5 .accordion__item__content>p {
    color: var(--light-black);
    font-size: 1rem;
    line-height: 24px;
}

.s5 .accordion__item.active .accordion__item__header svg {
    transform: rotate(180deg);
}

.s5 .accordion .accordion__item:not(:last-child) {
    margin: 0 0 1rem;
}

.s5 .div-img img {
    position: absolute;
    bottom: 0;
}

/* SECTION FIVE CSS END  */


@media (max-width: 1199px) {
    .pageBanner {
        position: relative;
        background-position: center;
        height: auto;
        padding: 5rem 0;
    }
    .pageBanner:before {
        position: absolute;
        content: '';
        background: #fff;
        opacity: 0.7;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .pageBanner .custom-row {
        grid-gap: 0;
    }
    .pageBanner .div-text {
        margin-top: 0;
    }
    .pageBanner .div-text {
        position: relative;
    }
    .pageBanner .div-text h1 {
        font-size: 36px;
    }
    .pageBanner .div-text .before-heading {
        font-size: 1rem;
        letter-spacing: 2px;
    }
    .pageBanner .div-badge .badge {
        top: 0;
    }

}


@media (max-width: 991px) {
    .pageBanner .div-badge .badge {
        right: 1rem;
        top: 0;
    }
    .pageBanner .div-text h1 {
        max-width: 80%;
    }
    .s2 .container .custom-row:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .s2 .container .custom-row {
        text-align: center;
    }

    .s3 h2 {
        font-size: 50px;
    }

    .s4 .div-text {
        text-align: center;
    }
    .s5 .accordion {
        position: relative;
        z-index: 9;
    }
    
    .s5 .heading {
        text-align: center;
    }

    .s5 .div-img img {
        right: 0;
    }

    .s5 .heading.width-50 {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .section {
        padding: 2rem 0;
    }

    .button {
        padding: 1rem;
        font-size: .875rem;
        display: block;
        text-align: center;
    }

    .heading>h2 {
        font-size: 2rem;
    }

    .div-text p {
        font-size: 1rem;
        line-height: 26px;
    }

    .pageBanner {
        height: auto;
        padding: 2rem 0;
    }
    .pageBanner .div-text .before-heading {
        font-size: .875rem;
        letter-spacing: 0px;
    }

    .pageBanner .div-text h1 {
        font-size: 1.625rem;
        max-width: max-content;
    }

    .pageBanner .div-text p {
        font-size: 1rem;
        line-height: 26px;
    }

    .pageBanner .div-text .div-CTA {
        margin: 2rem 0 0;
    }

    .pageBanner .div-text .div-CTA .discover-CTA {
        padding: 1rem 0;
        font-size: .875rem;
    }

    .pageBanner .div-text .div-CTA .call-CTA {
        font-size: 2rem;
    }

    .pageBanner .div-badge {
        display: none;
    }

    .s2 .heading>h2 {
        font-size: 1.5rem;
    }
    .s3 h2 {
        font-size: 2rem;
    }

    .s3 p {
        font-size: 1rem;
        margin: 0 0 2rem;
    }

    .s5 .heading>h2 {
        font-size: 2rem;
        line-height: 1.5;
    }

}