/*transfer later to global*/
.color-beige {
    color: #F2EAD8;
}
.color-white {
    color: #fff;
}
.font-18{font-size:1.8rem;}
.font-16{font-size:1.6rem;}
.fw-medium{font-weight:500!important;}
/*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: cover;
    background-repeat: no-repeat;
}
.section1 .container > h1 {
    margin-bottom: 3rem;
    max-width: 95rem;
    margin-left: auto;
    margin-right: auto;
}
.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; 

}
.section1 .container > h3 strong {
    font-weight: 600;
}
.section1 .container > p {
    font-size: 2rem;
    max-width: 95rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

.section1 .container > h4{
    font-size: 2rem;
    color: #F2EAD8;
    font-family: "Work Sans";
    text-align:center;
    margin-top:10rem;
    margin-bottom:4rem;
    letter-spacing: 4.6px;
    line-height: 1.4em; 
}

.section1 .logo-container{
    padding:0 5rem;
}

.section1 .logo-container img{
    max-width:19rem;
}

.section2 {
    padding: 8rem 0rem;
    background-image: url(/assets/img/contact-section2-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.section2 .heading {
    margin-bottom: 8rem;
}
.section2 ul {
    list-style: none;
    padding-left: 5rem;
    margin-top: 4rem;
}
.section2 ul li::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: black;
  transform: rotate(45deg); /* Rotates square into diamond */
  margin-right: 10px;
  color:#3A2F2A;
  position:absolute;
  left:-2.6rem;
  top:1rem;
}
.section2 ul li{position:relative;margin-bottom:2.5rem;}
.section2 ul{padding-left:5rem;}
.section2 ul li:after {
    content:'';
    width:1px;
    position:absolute;
    background:#1E1B18;
    left:-2.2rem;
    top:-2.5rem;
    bottom:0;
}
.section2 ul li:last-child:after{height:3.5rem}
.section2 ul li:first-child:after{background: linear-gradient(0deg, #1E1B18 50.77%, rgba(30, 27, 24, 0.00) 100%);}
.section2 .heading > span{
    background: #8E2F23;
    padding:1rem 2rem;
    color: #F2EAD8;
    text-align: center;
    font-family: "Work Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 4.6px;
}
.jonathan img {
    width: 16.6rem;
}

.jonathan {
    border-bottom: 1px solid #1E1B18;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
    max-width: 57rem;
}

.jonathan p {
    margin: 0;
}
.section2 .includes{
    background:url(https://madisonavenuerevival.com/assets/img/includes.png) no-repeat center;
    background-size:100% 100%;
    padding: 3rem 4rem;
    margin-top:5rem;
}
.section2 .includes ul li::before,.section2 .includes ul li:after {background:#F2EAD8;}
.section2 .includes ul li::before{top: 0.6rem;}
.section2 .includes ul li {
    margin-bottom: 1rem;
}
.section2 .includes ul {
    padding-left: 3rem;
    margin-top:2rem;
}
.section2 .includes ul li:first-child:after{background: linear-gradient(0deg, #F2EAD8 50.77%, rgb(242 234 216 / 0%) 100%);height: 1rem;top: -0.5rem;}

.section2 .heading > h3{
    color: #1E1B18;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    margin-top:3rem;
}

.section2 .heading > p{
    color: #1E1B18;
    text-align: center;
    font-family: "Work Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    max-width: 98rem;
    margin: 3rem auto 0 auto;
}

.contact-form {
    background: url('https://madisonavenuerevival.com/assets/img/Form%20(1).png') no-repeat center;
    background-size: 100% 100%;
    padding: 3rem 2rem;
    position: sticky;
    top: 0;
}

@media screen and (max-width: 767px) {
    section.section2 h2 {
    font-size: 3.2rem;
}
    .section2 .heading > p{font-style:italic;}
    .jonathan img {
    width: 9.9rem;
}
.section2 > .container > .mb-4{}
.section2 ul {
    padding-left: 3rem;
}
.section2 .col > h3{font-size:3.2rem;}
.section2 .includes ul {padding-left: 2rem;}
.section2 .includes ul li:first-child:after {
    height: 6.6rem;
    top: -1.4rem;
}
.section2 .includes {
    margin-top: 3rem;
    background:url(https://madisonavenuerevival.com/assets/img/includes-mob.png) no-repeat top center;
    background-size:100% 100%;
}
.contact-form.show-mb {
    margin-bottom: 5rem;
    display: block;
}
.contact-form.show-mb h3{
    margin-top:1.5rem;
}
.section1 .container > h4 {
    font-size: 1.8rem;
    margin-top: 4rem;
    letter-spacing: 2.7px;
}
.section1 .logo-container img{max-width:100%;}
.section2 .heading {
    margin-bottom: 3rem;
}
.jonathan {
    margin-bottom: 0;
    border: 0;
}
.jonathan p{font-size:1.6rem;        white-space: nowrap;}
    .section1 .container > h1 {
        font-size: 10vw;
        margin-bottom: 2rem;
    }
    
.section1 .container > h3 {
    font-size: 5.3vw;
}
.section2 {
    padding: 3.7rem 0 3rem;
}
.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: 8rem 0 3rem;
}
.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;
}
}