.container {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
}

.common-link {
    background: #222222 0% 0% no-repeat padding-box;
    border-radius: 2px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    height: 64px;
    /* Font-size: de 18px (mín) até 23px (máx) */
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320))),
            1.4375rem /* 23px ÷ 16 = 1.4375rem */
    ) !important;

    /* Line-height: de 24px (mín) até 42px (máx) */
    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
            2.625rem /* 42px ÷ 16 = 2.625rem */
    ) !important;
}

ol li,
ul li{
    /* Font-size: de 18px (mín) até 23px (máx) */
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320))),
            1.4375rem /* 23px ÷ 16 = 1.4375rem */
    ) !important;

    /* Line-height: de 24px (mín) até 42px (máx) */
    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
            2.625rem /* 42px ÷ 16 = 2.625rem */
    ) !important;
}

p {
    /* Font-size: de 18px (mín) até 23px (máx) */
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320))),
            1.4375rem /* 23px ÷ 16 = 1.4375rem */
    ) !important;

    /* Line-height: de 24px (mín) até 42px (máx) */
    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
            2.625rem /* 42px ÷ 16 = 2.625rem */
    ) !important;
    padding-bottom: 0;
}

h2 {
    font-size: clamp(
            1.625rem, /* 26px ÷ 16 = 1.625rem */ calc(26px + (47 - 26) * ((100vw - 320px) / (1920 - 320))),
            2.9375rem /* 47px ÷ 16 = 2.9375rem */
    ) !important;

    /* Line-height: de 34px (mín) até 57px (máx) */
    line-height: clamp(
            2.125rem, /* 34px ÷ 16 = 2.125rem */ calc(34px + (57 - 34) * ((100vw - 320px) / (1920 - 320))),
            3.5625rem /* 57px ÷ 16 = 3.5625rem */
    ) !important;
    font-weight: 500 !important;
    color: #000000;
}

h3 {
    /* Font-size: de 20px (mín) até 25px (máx) */
    font-size: clamp(
            1.25rem, /* 20px ÷ 16 = 1.25rem */ calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320))),
            1.5625rem /* 25px ÷ 16 = 1.5625rem */
    ) !important;

    /* Line-height: de 24px (mín) até 30px (máx) */
    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320))),
            1.875rem /* 30px ÷ 16 = 1.875rem */
    ) !important;
}


#banner h1 {
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: clamp(
            2.1875rem,
            calc(35px + (77 - 35) * ((100vw - 320px) / (1920 - 320))),
            4.8125rem
    );

    line-height: clamp(
            2.5rem,
            calc(40px + (94 - 40) * ((100vw - 320px) / (1920 - 320))),
            5.875rem
    );
}

#banner {
    position: relative;
    min-height: 330px;
}

#banner img{
    width: 100%;
    min-height: 330px;
    object-fit: cover;
}

#banner .container-title {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    left: 0;
    right: 0;
}

#banner_bottom {
    background: #E2D3A0;
    padding-top: 60px;
    padding-bottom: 60px;
}

#banner_bottom .inner-container {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}

#banner_bottom .outter-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#banner_bottom h3 {
    font-weight: 500;
    margin-bottom: 5px;
}

#subtle_way {
    background: #F5F4F0;
    padding-top: 40px;
    padding-bottom: 40px;
}

#subtle_way h3 {
    color: #C2A020;
    text-transform: uppercase;
}

#subtle_way h3,
#subtle_way h2,
#subtle_way p {
    text-align: center;
}

#subtle_way .container-image-subtle{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8em;
}

#subtle_way p {
    max-width: 1511px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320))),
            1.4375rem /* 23px ÷ 16 = 1.4375rem */
    );

    /* Line-height: de 24px (mín) até 42px (máx) */
    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
            2.625rem /* 42px ÷ 16 = 2.625rem */
    );
}

#subtle_way .container-group {
    display: flex;
    gap: 22px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    padding-top: 50px;
}

#subtle_way .container-group p {
    font-weight: bold;
    color: white;
}

#subtle_way .container-group p::after {
    content: "";
    display: block;
    width: 30%;
    height: 7px;
    background: #C2A020;
    margin-top: 8px;
}

#subtle_way .card-container {
    position: relative;
}

#subtle_way .container-floating-paragraph {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
}

#why_choose .container-outter {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}

#why_choose h2,
#why_choose h3,
#why_choose h4,
#why_choose h5,
#why_choose h6,
#why_choose p {
    color: white
}

#why_choose .common-link {
    margin-left: 0;
}

#why_choose {
    background-image: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)),
    url('https://newradiance.ca/wp-content/uploads/2025/09/banner-gold.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}

#why_choose .container-image {
    flex-basis: 40%;
}

#why_choose .container-image img {
    width: 100%;
    height: 100%;
}

#why_choose .container-content {
    flex-basis: 60%;
}

#results,
#smooth {
    padding-top: 40px;
    padding-bottom: 40px;
}

#results .inner-container,
#smooth .inner-container {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}

#results .container-content,
#smooth .container-content {
    flex-basis: 100%;
}

#results .container-image,
#smooth .container-image {
    flex-basis: 100%;
}

#results .container-image img,
#smooth .container-image img {
    width: 100%;
    height: 100%;
}

#aftercare .inner-container,
#recovery .inner-container,
#expect .inner-container,
#restore .inner-container {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 30px;
}

#recovery .inner-container{
    flex-direction: column;
}

#aftercare .container-content,
#recovery .container-content,
#expect .container-content,
#restore .container-content {
    flex-basis: 100%;
}

#aftercare .container-image,
#recovery .container-image,
#expect .container-image,
#restore .container-image {
    flex-basis: 100%;
}

#aftercare .container-image img,
#recovery .container-image img,
#expect .container-image img,
#restore .container-image img {
    width: 100%;
    height: 100%;
}

#enhance {
    padding-top: 40px;
    padding-bottom: 40px;
}

#enhance .inner-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

#enhance .container-content {
    flex-basis: 100%;
}

#enhance .container-image {
    flex-basis: 100%;
}

#enhance .container-image img {
    width: 100%;
    height: 100%;
}

#enhance .link-enhance img{
    width: 30px;
}

#results .link-enhance,
#smooth .link-enhance,
#enhance .link-enhance{
    /* Font-size: de 18px (mín) até 23px (máx) */
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320))),
            1.4375rem /* 23px ÷ 16 = 1.4375rem */
    ) !important;

    /* Line-height: de 24px (mín) até 42px (máx) */
    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
            2.625rem /* 42px ÷ 16 = 2.625rem */
    ) !important;
}

#faq {
    margin-top: 40px;
    padding-top: 10vw;
    padding-bottom: 10vw;
    background: #EBEAE4;
    @media screen and (min-width: 1640px) {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}

#faq h2 {
    font-size: clamp(2rem, calc(32px + 15 * ((100vw - 320px) / 1600)), 2.9375rem);
    line-height: clamp(2.4375rem, calc(39px + 18 * ((100vw - 320px) / 1600)), 3.5625rem);
    font-weight: 500;
}

#faq p {
    font-size: clamp(1.125rem, calc(18px + 8 * ((100vw - 320px) / 1600)), 1.625rem);
    line-height: clamp(1.8125rem, calc(29px + 14 * ((100vw - 320px) / 1600)), 2.6875rem);
}

#faq h3 {
    font-size: clamp(1.25rem, calc(20px + 9 * ((100vw - 320px) / 1600)), 1.8125rem);
    line-height: clamp(1.5rem, calc(24px + 11 * ((100vw - 320px) / 1600)), 2.1875rem);
    font-weight: 500;
}

#faq .faq-item {
    padding-top: 35px;
    padding-bottom: 35px;
    cursor: pointer;
    flex-basis: 100%;
    border-bottom: 0.75px solid #707070;
}

#faq .faq-item .answer p {
    padding-bottom: 0;
}

#faq .faq-item:first-child {
    border-top: 0.75px solid #707070;
}

#faq .faq-item h3 {
    margin-bottom: 0;
}

#faq .faq-item.active .container-faq {
    margin-bottom: 26px;
}

#faq .answer {
    display: none;
}

#faq .faq-item-question {
    display: flex;
}

#faq .container-top-title h3 {
    color: #C2A020;
}

#faq .container-top-title {
    padding-bottom: 40px;
}

#faq .faq-columns-wrapper {
    display: flex;
    flex-direction: column;
}

#faq .faq-column {
    width: 100%;
}

#faq .container-outside {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

#faq .container-image,
#faq .container-content {
    flex-basis: 100%;
}

#faq .container-image .mx-auto {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*Testimonial*/
#testimonial {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

#testimonial .container-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#testimonial .container-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#testimonial .container {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
}

#testimonial .testimonial-wrapper {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

#testimonial .testimonial-carousel {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
}

#testimonial .testimonial-item {
    padding: 0 20px;
}

#testimonial .testimonial-text {
    color: #fff;
}

#testimonial .testimonial-text p {
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(18px + (37 - 18) * ((100vw - 320px) / (1920 - 320))),
            2.3125rem /* 37px ÷ 16 = 2.3125rem */
    ) !important;

    line-height: clamp(
            1.625rem, /* 26px ÷ 16 = 1.625rem */ calc(36px + (67 - 36) * ((100vw - 320px) / (1920 - 320))),
            4.1875rem /* 67px ÷ 16 = 4.1875rem */
    ) !important;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#testimonial .testimonial-text .author {
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320))),
            2.3125rem /* 37px ÷ 16 = 2.3125rem */
    ) !important;

    line-height: clamp(
            1.625rem, /* 26px ÷ 16 = 1.625rem */ calc(36px + (40 - 36) * ((100vw - 320px) / (1920 - 320))),
            4.1875rem /* 67px ÷ 16 = 4.1875rem */
    ) !important;
}

#testimonial .owl-nav {
    margin-top: 30px;
    text-align: center;
}

#testimonial .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

#testimonial .d-block {
    display: block;
}

#testimonial .owl-nav button {
    background: rgba(255, 255, 255, 0.8) !important;
    color: #333 !important;
    border: none !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 18px !important;
    margin: 0 10px !important;
    outline: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#testimonial .owl-nav button:hover {
    background: rgba(255, 255, 255, 1) !important;
    transform: scale(1.1);
}

#testimonial .owl-nav button.owl-prev:before {
    content: "‹" !important;
    font-size: 24px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

#testimonial .owl-nav button.owl-next:before {
    content: "›" !important;
    font-size: 24px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

#testimonial .owl-nav button span {
    display: none !important;
}

/* Dots do Owl Carousel */
#testimonial .owl-dots {
    margin-top: 20px;
    text-align: center;
}

#testimonial .owl-dot {
    display: inline-block !important;
    margin: 0 5px !important;
    cursor: pointer !important;
}

#testimonial .owl-dot span {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease !important;
}

#testimonial .owl-dot.active span {
    background: rgba(255, 255, 255, 1) !important;
    transform: scale(1.3) !important;
}

#testimonial .owl-page {
    width: 14px;
    height: 14px;
}

#testimonial .container-image-quotes {
    padding-bottom: 3em;
}

#testimonial .owl-pagination {
    bottom: unset;
}

/*Location*/
#location {
    background: #E2D3A0;
    padding-top: 60px;
    padding-bottom: 60px;
}

#location .inner-container {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    width: calc(100% - 40px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#location .outter-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#location h3 {
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}

#location p {
    text-align: center;
}

/*Related Service*/
#related {
    background: #F5F4F0;
    padding-top: 80px;
    padding-bottom: 80px;
}

#related h3 {
    color: #C2A020;
    text-transform: uppercase;
}

#related h3,
#related h2,
#related p {
    text-align: center;
}

#related p {
    max-width: 1511px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(
            1.125rem, /* 18px ÷ 16 = 1.125rem */ calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320))),
            1.4375rem /* 23px ÷ 16 = 1.4375rem */
    );

    /* Line-height: de 24px (mín) até 42px (máx) */
    line-height: clamp(
            1.5rem, /* 24px ÷ 16 = 1.5rem */ calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320))),
            2.625rem /* 42px ÷ 16 = 2.625rem */
    );
}

#related .container-group {
    display: flex;
    gap: 22px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    padding-top: 50px;
}

#related .container-group p {
    font-weight: bold;
    color: white;
}

#related .container-group p::after {
    content: "";
    display: block;
    width: 30%;
    height: 7px;
    background: #C2A020;
    margin-top: 8px;
}

#related .card-container {
    position: relative;
}

#related .container-floating-paragraph {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
}

/*Elevate*/
#elevate {
    background-image: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)),
    url('https://newradiance.ca/wp-content/uploads/2025/09/banner-gold.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#elevate h2,
#elevate p,
#elevate h3 {
    color: white;
    text-align: center;
}

#elevate {
    padding-top: 40px;
    padding-bottom: 40px;
}

#elevate p{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/*New Section*/
#areas{
    background: #EDECE8;
    padding-top: 40px;
    padding-bottom: 40px;
}

#areas .container-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

#areas .container-top{
    max-width: 1372px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#areas .inner-content-area{
    margin-top: 32px;
}

#areas .inner-content-area p{
    padding-bottom: 18px;
    margin-bottom: 0;
}

#aftercare .inner-container{
    flex-direction: column;
    margin-top: 40px;
}

@media screen and (min-width: 600px) {
    #areas .container-grid{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 1025px) {
    #banner,
    #banner .container-title {
        padding-top: 150px;
    }

    #banner_bottom .inner-container{
        max-width: 100%;
    }

    #location .outter-container,
    #banner_bottom .outter-container {
        flex-direction: row;
    }

    #subtle_way .container-floating-paragraph p {
        padding-bottom: 50px;
        padding-left: 70px;
    }

    #subtle_way .container-group,
    #subtle_way {
        padding-top: 120px;
    }

    #subtle_way .container-group {
        flex-direction: row;
        margin-left: unset;
        margin-right: unset;
    }

    #why_choose {
        padding-top: 260px;
        padding-bottom: 150px;
        margin-top: -110px;
    }

    #why_choose .container-outter {
        gap: 90px;
        flex-direction: row;
    }

    #results,
    #smooth {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    #aftercare .inner-container,
    #recovery .inner-container,
    #results .inner-container,
    #expect .inner-container,
    #enhance .inner-container,
    #restore .inner-container,
    #smooth .inner-container {
        gap: 150px;
        flex-direction: row;
    }

    #aftercare,
    #recovery,
    #expect,
    #restore {
        padding-bottom: 100px;
    }

    #elevate {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #enhance {
        padding-bottom: 100px;
    }

    #faq .faq-columns-wrapper {
        flex-direction: row;
        gap: 75px;
    }

    #faq .faq-item {
        border-bottom: 0.75px solid #707070;
    }

    #faq .container-outside {
        display: flex;
        flex-direction: row;
        gap: 100px;
    }

    #faq img{
        height: 970px;
        object-fit: cover;
    }

    #related .container-group {
        flex-direction: row;
    }

    #testimonial .testimonial-text p {
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 1em;
    }

    #testimonial .owl-pagination {
        bottom: unset;
        top: 6em;
    }

    #testimonial .testimonial-carousel {
        max-width: 80vw;
    }

    #location .inner-container {
        flex-direction: row;
        align-items: flex-start;
    }

    #location h3,
    #location p {
        text-align: left;
    }

    #location p {
        padding-bottom: 0;
    }

    #areas{
        padding-top: 9em;
        padding-bottom: 9em;
    }

    #areas .container-grid{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-top: 3em;
    }

    #results .inner-container,
    #aftercare .inner-container{
        flex-direction: row-reverse;
    }

    #enhance {
        padding-top: 0;
    }
    
      #aftercare .inner-container{
        margin-top: 0;
    }
}