@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&display=swap');
:root {
    --maincolor: #C5A97B;
    --secondcolor: #C6AA7C;
    --blackcolor: #000;
    --whitecolor: #fff;
    --roboto: "Roboto", sans-serif;
    --playfair: "Playfair Display", serif;
    --nav-color: #333;
    
}
main.wd-content-layout.content-layout-wrapper.container {
    max-width: 100%;
}
.wd-page-title.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    display: none;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--roboto);
    color: var(--blackcolor);
    overflow-x: hidden;
    font-optical-sizing: auto;
}

.homebanner .banner-wrapper , .prel {
    position: relative;
   
}

.homebanner img {
    display: block;
}

.homebanner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.67); 
    z-index: 1;
}

.homebanner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: var(--whitecolor);
    text-align: center;
    padding: 0 38px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.homebanner .content h1, .stdesc h2 {
    font-size: 40px;
    margin: 0;
    font-weight: 400;
    line-height: 45px;
    font-family: var(--playfair);
    color: #fff;
}
.homebanner .content p {
    font-size: 18px;
    margin: 0;
    line-height: 28px;
 
}
a.commnbtn i{
   font-weight: 900;
}
a.commnbtn .bi-arrow-right::before {
 
    font-weight: 900 !important;
}
.p80{ padding: 80px 0; }
.pb80{ padding-bottom: 80px; }
a.commnbtn {
    background: var(--secondcolor);
    padding: 15px 30px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    display: block;
    width: fit-content;
    margin: auto;
        margin-top: 15px;
    margin-bottom: 15px;
    &:hover{
        background: var(--blackcolor);
        color: var(--whitecolor);
    }
}
.stdesc h2{  margin-bottom: 30px ; color: #000;}
.stdesc h6{ font-size: 20px; margin: 0; font-weight: 400;}
.stdesc p, .smcheck p, .improve p{ font-size: 18px; color: #000;}
 .delivers h2{ color: var(--maincolor); }
 .stdesc h3{ font-size: 25px; }
.improve {
    padding: 30px;
    box-shadow: 0 0 6px #d9d3d3;
    min-height: 320px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.lakewood{ 
  padding: 30px;
    box-shadow: 0 0px 40px #ccccccd1;
 }
.improve img{
    max-width: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.smcheck .col-md-3{ margin: 10px 0; }
.smcheck img{ max-width: 30px; height: 100%; }
.medcheck img, .lakewood img{ max-width: 50px; height: 100%; }
.medcheck h3{ font-size: 25px; } 
.medcheck p{ font-size: 18px; }
.medcheck .d-flex div{ padding: 0 30px; }
.faqcont summary {
    padding: 20px 20px 20px 60px;
    border-radius: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    background: var(--maincolor);
    color: var(--whitecolor);
    width: 100%;
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-family: var(--playfair);
}
 
ul.approach {
    display: flex;
    text-align: center;
    padding: 0;
    margin: 50px 0 0 0;
    position: relative;
}
ul.approach li {
    width: 20%;
    height: 300px;
    list-style: none;
    padding: 65px 10px 0px 10px;
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff7ec;
    justify-content: start;
    border-radius: 130px 130px 130px 130px;
    border: 1px solid var(--maincolor);
    outline: 1px solid var(--maincolor);
    outline-offset: 7px;
}

ul.approach li:hover{
    background: #c6aa7c;
}
 
.faqans details {
    margin-bottom: 10px;
}
.faqans details[open] summary::after {
    transform: rotate(-90deg);
}
.faqans summary::after {
    content: "▶";
    transform: rotate(90deg);
    transition: transform 0.3s ease-in;
    font-size: 16px;
}
.faqans details p {
   padding: 20px 60px;
    margin: 0 0 15px 0;
    font-size: 20px;
}
 
ul.approach li h4 { font-size: 25px;  font-family: var(--playfair); }
ul.approach li p { font-size: 18px; }
span.num {
    position: absolute;
    top: -25px;
    font-size: 30px;
    background: #c5a97b;
    padding: 25px 15px;
    line-height: 0;
    border-radius: 65px;
    border: 1px solid #ffff;
}

/* Responsive */
@media screen and (max-width:767px){

    .lakewood {
    padding: 20px; 
}

section.homebanner img {
    height: 500px;
}
.homebanner .content h1, .stdesc h2 {
    font-size: 28px;
    line-height: 35px;
}
.stdesc h3{ font-size: 20px; }
.homebanner .content {
    padding: 0 25px;
    gap: 20px; 
    width: 100%;
}
.homebanner .content p {
    font-size: 16px;
}
.p80 {
    padding: 40px 0;
}
.stdesc p, .smcheck p, .improve p {
    font-size: 16px;
    padding: 0 10px;
}
.medcheck p {
    font-size: 16px;
}
ul.approach {
    display: block;
    margin: 20px 0 0 0;
}
ul.approach li {
    margin: 50px 0 0 0;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    position: relative;
}
.smcheck, .medcheck {
    padding: 0 15px;
}
.improve {
    padding: 20px;
   min-height:auto;
    margin: 10px 0;
}
.smcheck .col-md-3 {
    margin: 0;
}
.medcheck h3, ul.approach li h4 {
    font-size: 20px;
}
.medcheck .d-flex div {
    padding: 0 15px;
}
.faqcont summary {
    padding:20px;
    font-size: 20px;
}
.faqans details p {
    padding: 20px;
    font-size: 16px;
}

}

.faqans ul {
  list-style: none;
  padding: 0px 60px;
  margin: -20px 0 -12px 0;
  /* font-size: 25px; */
}

.faqans ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  font-size: 20px;
}

.faqans ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #C5A97B; /* your main color */
  font-weight: bold;
}
  

.row.smcheck .col-md-6 {
  display: flex;
  justify-content: center;
}

.row.smcheck .d-flex {
  min-width: 220px;   /* keeps both sides visually balanced */
}
