/*transfer later to global*/
.color-beige {
    color: #F2EAD8;
}
.color-white {
    color: #fff;
}

/*Section  1*/
.section1 {
    padding-top: 17rem;
    padding-bottom: 9.5rem;
    background-image: url(/assets/img/services-atf-bg.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
.section1 .container > h1 {
    margin-bottom: 3rem;
}
.section1 .container > h3 {
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; 
    margin-bottom: 3rem;
}
.section1 .container > h3 strong {
    font-weight: 600;
}
.section1 .container > p {
    font-size: 2rem;
}
.services-box {
    margin-top: 5.8rem;
    background-image: url(/assets/img/middle-layer.png);
    background-repeat: repeat-y;
    padding: 1.7rem 1.35rem;
    position: relative;
    margin-bottom: 5rem;
}
.services-box:before {
    content: '';
    background-image: url(/assets/img/top-layer.png);
    width: 100%;
    height: 3.5rem;
    display: block;
    background-size: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9;
    background-repeat: no-repeat;
}

.services-box:after {
    content: '';
    background-image: url(/assets/img/bottom-layer.png);
    display: block;
    background-size: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 3.6rem;
    z-index: 9;
    width: 100%;
    background-repeat: no-repeat;
}
.services-item-lower ul li:before {
    background-image: url(/assets/img/line-bullet.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-top: -6px;
}

.services-box-inner {
    border-radius: 16px;
    background: #E6DDCB;
    padding: 5rem 3.1rem;
    position: relative;
}
.services-box-inner:before {
     content: '';
    border-left: 1.7rem solid transparent;
    border-right: 1.7rem solid transparent;
    border-top: 1.6rem solid #392F29;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.7rem;
    z-index: 1;
}

.services-box-inner:after {
    content: '';
    border-left: 1.7rem solid transparent;
    border-right: 1.7rem solid transparent;
    border-bottom: 1.6rem solid #392F29;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1.7rem;
    z-index: 1;
}
.services-box h2 {
    color: #1E1B18;
    text-align: center;
    font-size: 7.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 75px */
    margin-bottom: 2rem;
}

.services-box h4 {
    color: #1E1B18;
    text-align: center;
    font-family: "Work Sans";
    font-size: 3.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 3.9rem;
}
.services-item {
    background: #3A2F2A;
    margin-bottom: 3.2rem;
    padding: 2.8rem 3.7rem 0 4.1rem;
    background-image: url(/assets/img/brown-service-bg.jpg);
    background-size: cover;
    background-position: center top;
    color: #fff;
    position: relative;
}
.services-item:nth-child(even) {
    background: #1E1B18;
    background-image: url(/assets/img/dark-service-bg.jpg);
}
.services-item:last-child {
    margin-bottom: 0;
}
.services-item:before {
    content: '';
    position: absolute;
    background-image: url(/assets/img/caret-left.png);
    width: 1.8rem;
    height: 3.9rem;
    display: block;
    left: 0;
    top: 4rem;
}
.services-item:after {
    content: '';
    position: absolute;
    background-image: url(/assets/img/caret-right.png);
    width: 1.8rem;
    height: 3.9rem;
    display: block;
    right: 0;
    top: 4rem;
}
.services-item-upper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.services-item-upper .title {
    display: flex;
    flex-wrap: wrap;
    gap: 2.3rem;
    align-items: center;
    width: 77%;
}
.services-item-upper .title h3 {
    color: #F2EAD8;
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    width: 84%;
}

.services-item-upper .title-icon {
    width: 7rem;
}
.services-item-upper .title-icon img {
    max-width: 100%;
}
.services-item-upper .pricing {
    background-image: url(/assets/img/pricing-small.png);
    color: #F2EAD8;
    font-family: "Crimson Pro";
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    box-sizing: border-box;
    width: 21.2rem;
    padding: 2rem 1rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.services-item-upper .pricing span {
    color: #C2A66F;
}
.services-item-upper.longer-price .pricing {
    background-image: url(/assets/img/pricing-big.png);
    width: 35.2rem;
}
.services-item-upper.longer-price .title {
    width: 63%;
}
.services-item-lower ul {
    margin: 0;
    padding: 0 3rem 3rem;
    position: relative;
}
.services-item-lower ul:before {
    content: '';
    display: block;
    position: absolute;
    border-left: 1px solid #F2EAD8;
    height: 107%;
    left: 0.5rem;
    top: -7%;
    left: 3.5%;
}
.services-item-lower ul li {
    display: block;
    position: relative;
    margin-bottom: 1rem;
    padding: 0 5rem 0 8rem;
}
.services-item-lower ul li:before {
    background-image: url(/assets/img/line.png);
    content: '';
    display: block;
    width: 6.1rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    margin-top: -0.6rem;
    left: 0;
}
.service-note p {
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.service-note {
    margin-bottom: 2rem;
}

/*Section  2*/
.section2 {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-image: url(/assets/img/casestudy-section2.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.section2 .container > h2 {
    margin-bottom: 2rem;
    color: #1E1B18;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
}
.section2 .container > p {
    color: #1E1B18;
    font-size: 2.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5rem;
}
.casestudy-box {
    background: #3A2F2A;
    min-height: 53.2rem;
    margin: 0 1.3rem;
    position: relative;
}
.casestudy-box:before {
    content: '';
    position: absolute;
    background-image: url(/assets/img/caret-left.png);
    width: 1.8rem;
    height: 3.9rem;
    display: block;
    left: 0;
    top: 45%;
}
.casestudy-box:after {
    content: '';
    position: absolute;
    background-image: url(/assets/img/caret-right.png);
    width: 1.8rem;
    height: 3.9rem;
    display: block;
    right: -1px;
    top: 45%;
}
.slider-nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-dots {
    position: relative;
}

.custom-dots > .slick-dots {
    position: static;
}

.slider-nav .slick-arrow {
    position: absolute;
    top: -33rem;
}
.slider-nav .slick-arrow img {
    width: 6.5rem;
    max-width: 100%;
}

.slider-nav .slick-arrow.custom-prev {
    left: -9rem;
}

.slider-nav .slick-arrow.custom-next {
    right: -9rem;
}
.custom-dots > .slick-dots button:before {
    display: none;
}
.custom-dots > .slick-dots li {
    width: auto;
}
.custom-dots > .slick-dots li button {
    background: #fff;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}
.custom-dots > .slick-dots .slick-active button {
    background: #3A2F2A;
}


@media screen and (max-width: 767px) {
    .section1 .container > h1 {
        font-size: 10vw;
        margin-bottom: 2rem;
    }
    
.section1 .container > h3 {
    font-size: 5.3vw;
}
.section2 {
    padding: 3.7rem 0 5.4rem;
}
.section2 .container > h2 {
    font-size: 10vw;
    margin-bottom: 1.7rem;
}
.section2 .container > p {
        font-size: 5.8vw;
        margin-bottom: 3rem;
    }
    .services-box-inner {
    padding: 3rem 1.28rem;
}
.services-box h2 {
    font-size: 9vw;
}
.services-box h4 {
    font-size: 4.8vw;
}
.services-box h4 {
    font-size: 4.5vw;
    margin-bottom: 2.2rem;
}
.services-item {
    padding: 2.2rem;

}
.services-item:before, .services-item:after {
    width: 1.3rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.services-item-upper .title {
    width: 100%;
}
.services-item-upper .title-icon {
    width: 17%;
}
.services-item-upper .title h3 {
        width: 74%;
        font-size: 5.8vw;
    }

        .services-item-upper .title {
        width: 100%;
        margin-bottom: 1.5rem;
    }
.services-item-upper .pricing {
    font-size: 2.25rem;
    width: 16.58rem;
    margin-left: 7rem;
    padding: 1rem 1rem;
}
.services-item-upper.longer-price .title {
    width: 100%;
}
.services-item-upper.longer-price .pricing {
    margin: 0 2rem 0;
}
.services-item-lower ul li:before {
    background-image: url(/assets/img/line-bullet.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-top: -6px;
}
.services-item-lower ul {
        padding: 0 0.5rem 1rem;
    }
.services-item-lower ul:before {
    top: 1%;
    left: 1.2rem;
    height: 103%;
}
.services-item-lower ul li {
    padding: 0 0 0 3rem;
}
.service-note p {
    font-size: 5.7vw;
}
.section1 {
    padding: 11rem 0 5rem;
}
.btn.btn1 {
    font-size: 5vw;
}
    .services-box {
        background-image: url(/assets/img/middle-layer-mobile.png);
        background-size: 100% auto;
    }
    .services-box:before {
    background-image: url(/assets/img/top-layer-mobile.png);
    background-repeat: no-repeat;
}
.services-box:after {
    background-image: url(/assets/img/bottom-layer-mobile.png);
    background-repeat: no-repeat;
}
.slider-nav .slick-arrow {
    position: static;
}
.slider-nav {
    justify-content: center;
    gap: 3rem;
}
}