body.home-new-page .section1 .kt-inside-inner-col {
    min-height: 700px;
}

body.home-new-page .section1 h2.main-heading {
    font-size: 72px;
    line-height: 100%;
    position: relative;
    margin-bottom: 20px;
}

body.home-new-page .section1 p.para-text.para-text2 {
    color: #F3A800;
    font-weight: 650;
    letter-spacing: 1.6px;
}

body.home-new-page .section1 p.para-text.para-text-medium {
    font-size: 19px;
}

/*section2*/

body.home-new-page .section2 {
    padding-left: 10%;
    background-color: #f5f1e9;
    background-image: url(../../../../../wp-content/uploads/2025/02/shape2.svg);
    background-repeat: no-repeat;
    background-position: 30%;
    background-size: contain;
    position: relative;
    padding-bottom: 100px;
}

body.home-new-page .section2:before {
    content: '';
    position: absolute;
    background: url(http://180marriageweekend.com/wp-content/uploads/2025/02/shape3.svg);
    width: 100vw;
    height: 80px;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    left: 0;
    top: -80px;
    background-size: cover;
}

body.home-new-page .section2 .row1 h3.main-heading2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 140%;
    color: #5F2A11;
    position: relative;
}

body.home-new-page .section2 .row1 .col2 {
    padding-left: 50px;
}

body.home-new-page .section2 .row1 .main-cta {
    margin-top: 40px;
}

body.home-new-page .section2 .heading-container {
    margin-top: 30px;
    margin-bottom: 20px;
}

body.home-new-page .section2 .heading-container span {
    position: relative;
}

body.home-new-page .section2 .heading-container span:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(http://180marriageweekend.com/wp-content/uploads/2025/02/shape1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 5px;
}

body.home-new-page .list-style li:before {
    content: '';
    background: url(http://180marriageweekend.com/wp-content/uploads/2025/02/check.svg);
    position: absolute;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    left: -30px;
    top: 8px;
}

body.home-new-page .section2 .list-style ul {
    padding-left: 30px;
    width: 75%;
}

body.home-new-page .list-style ul li {
    margin-top: 10px;
    position: relative;
}

body.home-new-page .section2 .double-cta-con .main-cta.call-cta a {
    background: transparent;
    border: 1px solid #F3A800;
    color: #F3A800;
}

body.home-new-page .section2 .double-cta-con .main-cta.call-cta a:hover {
    background: #B1571B;
    color: #000;
    border: 1px solid #F3A800;
}

body.home-new-page .section2 .col1 img {
    max-width: 500px;
    border-radius: 10px;
}

body.home-new-page .section2 .para-min-width {
    max-width: 495px;
}


body.home-new-page .section2:after {
    content: '';
    position: absolute;
    background: url(http://180marriageweekend.com/wp-content/uploads/2025/02/Mask-Group-78.png);
    width: 100vw;
    height: 80px;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    background-size: cover;
    transform: rotateX(0) rotateY(0);
    background-position: left;
}

/*section3*/
body.home-new-page .section3 {
    background: #5F2A11;
    padding-bottom: 100px;
    position: relative;
}

body.home-new-page .section3:after {
    content: '';
    position: absolute;
    background: url(https://180marriageweekend.com/wp-content/uploads/2025/02/shape3.svg);
    width: 100vw;
    height: 80px;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    background-size: cover;
    transform: rotateX(0) rotateY(180deg);
    background-position: left;
}

body.home-new-page .section3 .slider-container {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}

body.home-new-page .section3 .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    column-gap: 3.1%;
}

body.home-new-page .section3 .slider-item {
    flex: 0 0 30.333%;
    box-sizing: border-box;
    padding: 30px 0 15px 30px;
    text-align: left;
    background: #fff;
    border-radius: 15px;
}

body.home-new-page .section3 .slider-item img {
    width: 100%;
    height: auto;
    border-radius: 10px 0 0 10px;
}

body.home-new-page .section3 .slider-item h3 {
    color: #000;
    font-weight: 300;
    font-size: 20px;
    text-align: left;
}

body.home-new-page .section3 .slider-item a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    text-align: left;
    font-weight: 300;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: left;
    margin-top: 15px;
}

body.home-new-page .section3 .slider-item a:active,
body.home-new-page .section3 .slider-item a:focus  {
    color: #ffffff !important;
}

body.home-new-page .section3 .slider-item a:hover {
    color: #000;
}

body.home-new-page .section3 .slider-item a>span:first-child {
    position: relative;
}

body.home-new-page .section3 .slider-item a>span:first-child:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.3s;
}

body.home-new-page .section3 .slider-item a>span:first-child:hover:after {
    width: 100%;
    transition: all 0.3s;
}

body.home-new-page .section3 .slider-item a img {
    width: 40px;
}

body.home-new-page .section3 .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 24px;
    color: white;
}

body.home-new-page .section3 .slider-nav.left {
    left: -100px;
    transform: translateY(-50%) rotate(180deg);
}

body.home-new-page .section3 .slider-nav.right {
    right: -80px;
}

body.home-new-page .section3 .slider-nav.left svg:hover #Ellipse_956 {
    fill: #f3a800;
    transition: all 0.3s;
}

body.home-new-page .section3 .slider-nav.left svg:hover path {
    stroke: #000;
    transition: all 0.3s;
}

body.home-new-page .section3 .slider-nav.right svg:hover #Ellipse_956 {
    fill: transparent;
    stroke: #f3a800;
    transition: all 0.3s;
}

body.home-new-page .section3 .slider-nav.right svg:hover path {
    stroke: #f3a800;
    transition: all 0.3s;
}

body.home-new-page .section3 .slider-bullets {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    transition: all 0.3s;
}

body.home-new-page .section3 .slider-bullets span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #fff;
}

body.home-new-page .section3 .slider-bullets span.active {
    background-color: #F3A800;
    border: none;
}

body.home-new-page .section3 .main-cta {
    margin-top: 40px;
}

body.home-new-page .section3 .bottom-text {
    margin-top: 20px;
}

body.home-new-page .section3 .bottom-text p.para-text.yellow-text {
    line-height: 150%;
    margin-top: 20px;
}

/*section4*/

body.home-new-page .section4 {
    padding: 0 0 80px 10%;
    background: #F5F1E9;
    position: relative;
}

body.home-new-page .section4:before {
    content: '';
    position: absolute;
    background: url(http://180marriageweekend.com/wp-content/uploads/2025/02/shape4.svg);
    width: 100vw;
    height: 80px;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    background-size: cover;
    transform: rotateX(0) rotateY(0);
    background-position: left;
}

body.home-new-page .section4 .col2 {
    max-width: 640px;
    padding-left: 10%;
}

body.home-new-page .section4 .heading-container span {
    position: relative;
}

body.home-new-page .section4 .heading-container span:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(http://180marriageweekend.com/wp-content/uploads/2025/02/shape1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 5px;
}

body.home-new-page .section4 .main-cta {
    margin-top: 40px;
}

body.home-new-page .section4 .heading-container {
    margin: 20px 0;
}

/*section5*/

body.home-new-page .section5 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

body.home-new-page .section5 .main-heading2 h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 140%;
}

body.home-new-page .section5 .main-cta {
    margin-top: 40px;
}

body.home-new-page .section5 .col1 {
    padding-right: 10%;
}

/*section6*/

body.home-new-page .section6 {
    padding-top: 80px;
    background: #F5F1E9;
    position: relative;
}

body.home-new-page .section6:after {
    content: '';
    position: absolute;
    background: url(http://180marriageweekend.com/wp-content/uploads/2025/02/shape4.svg);
    width: 100vw;
    height: 80px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-size: cover;
    transform: rotateX(180deg) rotateY(180deg);
    background-position: left;
}

body.home-new-page .section6 img {
    border-radius: 10px;
}

body.home-new-page .section6 .col2 .para-text {
    margin-top: 20px;
}

body.home-new-page .section6 .row1 .col2 {
    padding-left: 10%;
}

body.home-new-page .section6 .row2 .col2 {
    padding-right: 10%;
}

body.home-new-page .section6 .col2 .para-text.brown-text {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
}

/*section7*/

body.home-new-page .section7 {
    padding: 80px 0 80px 10%;
    position: relative;
}

body.home-new-page .coaches-section:before {
    display: none;
}

body.home-new-page .coaches-section {
    padding-top: 0;
}

/*body.home-new-page .section7:after {
    content: '';
    position: absolute;
    background: url(http://180marriageweekend.com/wp-content/uploads/2025/02/shape3.svg);
    width: 100vw;
    height: 80px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-size: cover;
    transform: rotateX(180deg) rotateY(180deg);
    background-position: left;
}*/


body.home-new-page .section7 .heading-container {
    margin-bottom: 20px;
}

body.home-new-page .section7 .list-style {
    margin-top: 20px;
}

body.home-new-page .section7 .col1 {
    padding-right: 10%;
}

/*section8*/

body.home-new-page .section8 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F5F1E9;
    position: relative;
}

body.home-new-page .section8:after {
    content: '';
    position: absolute;
    background: url(http://180marriageweekend.com/wp-content/uploads/2025/02/shape4.svg);
    width: 100vw;
    height: 80px;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    background-size: cover;
    transform: rotateX(0) rotateY(180deg);
    background-position: left;
}

body.home-new-page .section8 .col2 {
    background: #5f2a11;
    padding: 30px 60px;
    border-radius: 10px;
}

body.home-new-page .section8 .main-heading3 h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

body.home-new-page .section8 .main-cta {
    margin-top: 20px;
}

body.home-new-page .section8 .para-text {
    line-height: 150%;
}

body.home-new-page .section8 .reason-section-title p {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

body.home-new-page .section8 .reason-section-title p span.title-num {
    background: #f3a800;
    min-width: 80px;
    min-height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
}

body.home-new-page .section8 .reason-section-title p span.title-num span {
    font-size: 36px;
    font-weight: 400;
}

body.home-new-page .section8 .row .kt-row-column-wrap {
    column-gap: 50px;
}

body.home-new-page .section8 .followup-row .col {
    padding-left: 10%;
}

/*section9*/

body.home-new-page .section9 p.para-text {
    max-width: 900px;
}

/*Thankyou page*/

body.thank-you .section1 .kt-inside-inner-col {
    min-height: 500px;
}

body.thank-you .section2 {
    position: relative;
    background: #f5f1e9;
    padding-bottom: 80px;
}

body.thank-you .section2:before {
    content: '';
    position: absolute;
    background: url(http://180marriageweekend.com/wp-content/uploads/2025/02/shape3.svg);
    width: 100vw;
    height: 80px;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    left: 0;
    top: -80px;
    background-size: cover;
}

body.thank-you .section2 h2.main-heading {
    font-size: 72px;
    color: #5f2a11;
    margin: 0;
}

body.thank-you .section2 .para-text {
    font-size: 20px;
    color: #5f2a11;
}

body.home-new-page .section2:after {
    display: none;
}

body.thank-you .section9 {
    padding-top: 80px;
}

/*Small screen (mobile view)*/
@media only screen and (max-width: 768px) {
    body.home-new-page .section1 .kt-inside-inner-col {
        min-height: 500px;
        padding: 20px;
    }

    body.home-new-page .section1 h2.main-heading {
        font-size: 36px;
        margin-top: 20px;
        line-height: 120%;
    }

    body.home-new-page .section2 .list-style ul {
        width: 100%;
    }

    body.home-new-page .section2 {
        padding-left: 40px;
        padding-right: 40px;
    }

    body.home-new-page .section2 .row1 .main-cta {
        display: flex;
        justify-content: center;
    }

    body.home-new-page .section2 .row1 .col2 {
        padding-left: 0;
    }

    body.home-new-page .section2 .kt-row-column-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    body.home-new-page .section2:after,
    body.home-new-page .section2:before,
    body.home-new-page .section3:after,
    body.home-new-page .section4:before,
    body.home-new-page .section6:after,
    body.home-new-page .section7:after,
    body.home-new-page .section8:after {
        width: 100%;
    }

    body.home-new-page .section4 .col2 {
        max-width: 100%;
        padding-left: 0;
    }

    body.home-new-page .section4 {
        padding: 0 40px 80px 40px;
    }

    body.home-new-page .section5 .col1 {
        padding-right: 0;
    }

    body.home-new-page .section5 .kt-row-column-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    body.home-new-page .section6 .row1 .col2 {
        padding-left: 0;
    }

    body.home-new-page .section6 .row2 .col2 {
        padding-right: 0;
    }

    body.home-new-page .section7 .col1 {
        padding-right: 0;
    }

    body.home-new-page .section7 {
        padding: 80px 40px 80px 40px;
    }

    body.home-new-page .section8 .reason-section-title p span.title-num {
        min-width: 60px;
        min-height: 60px;
    }

    body.home-new-page .section8 .col2 {
        padding: 20px;
    }

    body.home-new-page .section8 .main-cta {
        display: flex;
        justify-content: center;
    }

    body.home-new-page .section8 .followup-row .col {
        padding-left: 0;
    }

    body.thank-you .section2:before {
        width: 100%;
    }

    body.thank-you .section2 h2.main-heading {
        font-size: 48px;
        line-height: 110%;
        margin-bottom: 20px;
    }

    body.home-new-page .section3 .slider-nav.left {
        left: -42px;
        transform: translateY(0) rotate(180deg);
        width: 50px;
    }

    body.home-new-page .section3 .slider-nav.right {
        right: -42px;
        width: 50px;
        transform: translateY(0);
    }

    body.home-new-page .section3 .slider-container {
        left: 8px;
        position: relative;
    }
}