body {
    font-family: "Cormorant Garamond", serif !important;
}

body.page-template-home-redesign a {
    font-family: "Montserrat", sans-serif !important;
}
.container {
    max-width: 1260px !important;
    padding: 0 15px;
    margin: auto;
}

.home-banner-renew{
    background:#F6F7F2;
}

.home-banner-wrapper-renew{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    min-height: 700px;

}

.banner-content-renew{
    width:50%;
}

.banner-content-renew h1{
    font-size:100px;
    line-height:110px;
    color:#1f5d27;
    font-weight:500;
    margin-bottom:25px;
}

.banner-content-renew p {
    font-size: 28px;
    color: #27552d;
    margin-bottom: 40px;
    font-weight: bold;
    text-transform: capitalize;
}

.banner-btn-renew{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:12px 22px;
    background:#1f5d27;
    color:#fff;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}
.banner-btn-renew:hover{
    color:#fff;
}

.banner-btn-renew:hover{
    background:#17451d;
}

.banner-btn-renew span{
    width:40px;
    height:40px;
    background:#fff;
    color:#1f5d27;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:23px;
}

.banner-image-renew{
    width:50%;
}

.banner-image-renew img{
    width:100%;
    display:block;
    object-fit:cover;
    height:680px;
}
section.home-banner-renew {
    background-image: url("https://www.newlifenewheights.com/wp-content/uploads/2026/07/Group-1000004750.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 681px;
}
section.about-section-renew {
    background: url('https://www.newlifenewheights.com/wp-content/uploads/2026/07/Group-1000004750-1-1-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Faq Css */
.ren_faq_section{
    padding:90px 0;
    background:#eef2ec;
}

.ren_faq_title{
    text-align:center;
    font-size:52px;
    color:#175c17;
    font-family:serif;
    margin-bottom:50px;
    font-weight:600;
}

.ren_faq_wrapper{
    max-width:900px;
    margin:auto;
}

.ren_faq_item{
    margin-bottom:14px;
}

.ren_faq_question{
    display:flex;
    align-items:center;
    cursor:pointer;
}

.ren_faq_icon{
    width:48px;
    height:48px;
    background:#175c17;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    font-weight:bold;
    flex-shrink:0;
}

.ren_faq_question h3{
    width:100%;
    margin:0;
    padding:14px 20px;
    background:#fff;
    color:#175c17;
    font-size:24px;
    font-family:serif;
    font-weight:500;
}

.ren_faq_answer{
    background:#fff;
    padding:20px 25px 20px 68px;
}

.ren_faq_answer p{
    margin:0;
    color:#175c17;
    line-height:1.9;
    font-size:18px;
}

@media(max-width:768px){

    .ren_faq_title{
        font-size:36px;
    }

    .ren_faq_question h3{
        font-size:18px;
        padding:15px;
    }

    .ren_faq_icon{
        width:42px;
        height:42px;
        font-size:20px;
    }

    .ren_faq_answer{
        padding:20px;
    }

    .ren_faq_answer p{
        font-size:16px;
    }

}

/* end faq */


@media (max-width:1440px){
    .banner-content-renew h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    max-width: 380px;
}
.banner-content-renew p {
    font-size: 24px;
    margin-bottom: 30px;

}
.banner-btn-renew {
    gap: 15px;
    padding: 10px 22px;
}
}

@media (max-width:991px){

.home-banner-wrapper-renew{
    flex-direction:column;
}

.banner-content-renew,
.banner-image-renew{
    width:100%;
}

.banner-content-renew h1{
    font-size:42px;
}

.banner-content-renew p{
    font-size:18px;
}

}











/* About Us */

.about-section-renew{
    position:relative;
    padding:90px 0;
    overflow:hidden;
    background:#fff;
    text-align:center;
}


.about-content-renew{
    max-width:750px;
    margin:auto;
    position:relative;
    z-index:2;
}


/* Subtitle */

.about-subtitle-renew {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #195b20;
    margin-bottom: 12px;
    text-transform: capitalize;
}


/* Title */

.about-title-renew{
    font-size:64px;
    line-height:1.2;
    color:#175b20;
    font-weight:500;
    margin-bottom:25px;
}


/* Paragraph */

.about-content-renew p.about-text-renew {
    font-size: 28px;
    line-height: 45px;
    color: #245629;
    margin-bottom: 35px;
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 500;
}


/* Button */

.about-btn-renew{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border:1px solid #195b20;
    border-radius:30px;
    color:#195b20;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
    text-transform: uppercase;
}
a.about-btn-renew{
    font-size: 16px;
}

.about-btn-renew:hover{
    background:#195b20;
    color:#fff;
}


.about-btn-icon-renew{
    display:flex;
    align-items:center;
    justify-content:center;
    width:25px;
    height:25px;
    border-radius:50%;
    background:#195b20;
    color:#fff;
    font-size:14px;
}


.about-btn-renew:hover .about-btn-icon-renew{
    background:#fff;
    color:#195b20;
}


/* Decorative Leaves */

.about-bg-leaf-left-renew{
    position:absolute;
    left:0;
    bottom:0;
    width:180px;
    height:180px;
    background:url('images/leaf-left.png') no-repeat;
    background-size:contain;
    opacity:.5;
}


.about-bg-leaf-right-renew{
    position:absolute;
    right:0;
    top:0;
    width:180px;
    height:180px;
    background:url('images/leaf-right.png') no-repeat;
    background-size:contain;
    opacity:.5;
}



@media(max-width:768px){

.about-section-renew{
    padding:60px 20px;
}


.about-title-renew{
    font-size:36px;
}


.about-text-renew{
    font-size:17px;
}

}














/* Why Choose Us */
.why-choose-renew{
    padding:100px 0;
    background:#fff;
    position:relative;
}

.why-choose-renew .container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px !important;
    position:relative;
}

.why-grid-renew{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:60px 140px;
    position:relative;
    z-index:2;
}

.why-box-renew{
    position:relative;
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.why-box-renew h3{
    margin:15px 0;
    color:#145414;
    font-size:28px;
    font-weight:600;
}

.why-box-renew p{
    margin:0;
    color:#666;
    line-height:1.8;
}

.why-number-renew{
    position:absolute;
    top:0;
    width:65px;
    height:50px;
    background:#145414;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
}

.box-renew-1 .why-number-renew,
.box-renew-3 .why-number-renew{
    left:0;
    border-radius:0 0 8px 0;
}

.box-renew-2 .why-number-renew,
.box-renew-4 .why-number-renew{
    right:0;
    border-radius:0 0 0 8px;
}

.why-circle-renew{
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:#dce5d7;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:1;
}

.why-circle-renew h2{
    margin:0;
    text-align:center;
    color:#145414;
    font-size:56px;
    line-height:1.1;
}

@media(max-width:991px){

    .why-grid-renew{
        grid-template-columns:1fr;
        gap:30px;
    }

    .why-circle-renew{
        position:relative;
        left:auto;
        top:auto;
        transform:none;
        margin:0 auto 40px;
        width:240px;
        height:240px;
    }

    .why-circle-renew h2{
        font-size:38px;
    }
}









/* Services */
.ren_sv_our_services{
    background:#eef2ea;
    padding:100px 0;
    overflow:hidden;
}

.ren_sv_grid{
    display:grid;
    grid-template-columns:38% 62%;
    gap:80px;
    align-items:flex-start;
}

.ren_sv_left h2{
    font-size:56px;
    color:#145c22;
    margin-bottom:30px;
    line-height:1.1;
}

.ren_sv_left p{
    font-size:20px;
    line-height:1.9;
    color:#245b30;
    max-width:520px;
}

.ren_sv_btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    margin-top:45px;
    padding:14px 28px;
    background:#145c22;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.ren_sv_btn:hover{
    background:#0f481b;
    color:#fff;
}

.ren_sv_btn span{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    color:#145c22;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.ren_sv_right{
    position:relative;
    padding-left:70px;
}

.ren_sv_right:before{
    content:"";
    position:absolute;
    left:20px;
    top:0;
    bottom:0;
    width:2px;
    background:#145c22;
}

.ren_sv_item{
    position:relative;
    display:grid;
    grid-template-columns:90px auto;
    gap:25px;
    margin-bottom:70px;
}

.ren_sv_item:last-child{
    margin-bottom:0;
}

.ren_sv_item:before{
    content:"";
    width:12px;
    height:12px;
    background:#145c22;
    border-radius:50%;
    position:absolute;
    left:-56px;
    top:30px;
}

.ren_sv_number{
    font-size:88px;
    font-weight:600;
    color:#145c22;
    line-height:1;
}

.ren_sv_content h3{
    font-size:42px;
    color:#145c22;
    margin-bottom:18px;
}

.ren_sv_content p{
    color:#2d5d35;
    line-height:1.9;
    font-size:18px;
}

@media(max-width:991px){

    .ren_sv_grid{
        grid-template-columns:1fr;
        gap:60px;
    }

    .ren_sv_right{
        padding-left:40px;
    }

    .ren_sv_right:before{
        left:10px;
    }

    .ren_sv_item:before{
        left:-36px;
    }

    .ren_sv_number{
        font-size:60px;
    }

    .ren_sv_content h3{
        font-size:30px;
    }

    .ren_sv_left h2{
        font-size:42px;
    }

}

@media(max-width:767px){

    .ren_sv_our_services{
        padding:70px 0;
    }

    .ren_sv_item{
        grid-template-columns:1fr;
    }

    .ren_sv_number{
        font-size:48px;
        margin-bottom:10px;
    }

    .ren_sv_content h3{
        font-size:26px;
    }

    .ren_sv_left h2{
        font-size:36px;
    }

    .ren_sv_left p,
    .ren_sv_content p{
        font-size:16px;
    }

}










/* Specialties */
.ren_spl_section{
    padding:80px 0;
    background:#eef2ec;
}

.ren_spl_title{
    font-size:48px;
    color:#195b16;
    margin-bottom:40px;
    font-family:serif;
    font-weight:600;
}

.ren_spl_list{
    border-top:1px solid #c6d2c2;
}

.ren_spl_item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
    padding:28px 0;
    border-bottom:1px solid #c6d2c2;
}

.ren_spl_left{
    width:45%;
    display:flex;
    align-items:center;
    gap:20px;
}

.ren_spl_right{
    width:45%;
}

.ren_spl_icon{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#195b16;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.ren_spl_icon img{
    width:30px;
    height:30px;
    object-fit:contain;
    filter:brightness(0) invert(1);
}

.ren_spl_heading{
    margin:0;
    font-size:36px;
    color:#195b16;
    font-family:serif;
    font-weight:500;
}

.ren_spl_description{
    margin:0;
    font-size:20px;
    line-height:1.8;
    color:#195b16;
}

@media (max-width:991px){

    .ren_spl_item{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }

    .ren_spl_left,
    .ren_spl_right{
        width:100%;
    }

    .ren_spl_title{
        font-size:38px;
    }

    .ren_spl_heading{
        font-size:28px;
    }

    .ren_spl_description{
        font-size:18px;
    }
}









/* My Specialties */
.ren_my_spl_section{
    padding:90px 0;
    background:#faf9f6;
    position:relative;
}

.ren_my_spl_title{
    text-align:center;
    font-size:52px;
    color:#1d5a21;
    margin-bottom:60px;
    font-family:serif;
    font-weight:600;
}

.ren_my_spl_grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.ren_my_spl_card{
    background:#f9f4f2;
    padding:35px;
    min-height:260px;
    box-shadow:0 5px 12px rgba(0,0,0,.12);
    transition:.3s;
}

.ren_my_spl_card:hover{
    transform:translateY(-5px);
}

.ren_my_spl_heading{
    color:#1d5a21;
    font-size:40px;
    margin-bottom:25px;
    font-family:serif;
    font-weight:600;
}

.ren_my_spl_list{
    color:#1d5a21;
    font-size:22px;
    line-height:1.9;
}

.ren_my_spl_list ul{
    margin:0;
    padding-left:22px;
}

.ren_my_spl_list li{
    margin-bottom:10px;
}

@media(max-width:991px){

    .ren_my_spl_grid{
        grid-template-columns:1fr;
    }

    .ren_my_spl_title{
        font-size:38px;
        margin-bottom:40px;
    }

    .ren_my_spl_heading{
        font-size:28px;
    }

    .ren_my_spl_list{
        font-size:18px;
    }

    .ren_my_spl_card{
        min-height:auto;
        padding:25px;
    }

}