body {
    font-family: "Aeonik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
h1, h2, h3 {
    font-family: "Aeonik", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h1 {
    font-size: 35px;
    line-height: 35px;
}
h2 {
    font-size: 35px;
    line-height: 35px;
}
h3{
    font-size: 16px;
}
img {
    width: 100%;
    max-width: 100%;
}


.container {
    max-width: 1400px;
    padding: 0 30px;
}
.site-header {
  transition: all 0.3s ease;
}

.site-header.is-sticky {
  padding: 10px 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 99999;
}

.header-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.site-header .nav-left, .site-header .nav-right{
    flex:1;
}
.site-header .navbar-nav {
    gap: 50px !important;
}
.site-header .site-logo img{
    max-height:60px;
}
.site-header {
    background: #823D40;
    height: 108px;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
}
.site-header nav li a {
    color: #EFE7DB;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.site-header nav li a:hover {
    color: #EFE7DB;
    border-bottom: 2px solid;
}
.hero-pattern-logo {
    width: 100%;
    top: -1px;
    z-index: 1;
}
.hero {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.hero-content {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
}
.hero-item {
    max-width: 425px;
    width: 100%;
}
.hero-content h1, .hero-content p {
    font-weight: 700;
    color: #fff;
}

.hero-content p {
    margin-top: 151px;
}
.site-video video {
    width: 100%;
}
.site-video {
    position: relative;
}
.site-video:after {
    background: linear-gradient(0deg, rgba(211, 179, 115, 0.15), rgba(211, 179, 115, 0.15)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.site-section .container {
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}
.video-content {
    max-width: 550px;
    padding-bottom: 127px;
}
.video-content h3, .video-content h2, .video-content p {
    color: #fff;
}
.body-text {
    margin-top: 119px;
}
.site-link a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-bottom: 7px;
    padding-right: 15px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}
.site-link a:hover {
    padding-right: 30px;
}
.site-link a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    left: 0;
    background: #fff;
}
.site-link a:before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #fff;
    position: absolute;
    content: "";
    right: -9px;
    top: 18px;
}
.site-link {
    margin-top: 55px;
}
.service-section {
    background: #502C2F;
    margin-top: -3px;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.service-section h3, .service-section h2 {
    color: #EFE7DB;
}
.service-section .col-sm-6 {
    padding: 0 40px;
}
.service-section .row {
    margin: 0 -40px;
}
.service-section .grid-row {
    margin-top: 52px;
}
.service-img {
    position: relative;
}
.service-img:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
.service-item {
    position: relative;
}
.service-content {
    bottom: 48px;
    z-index: 1;
    max-width: 270px;
    left: 32px;
}
.service-content p {
    color: #fff;
}
.service-section h2 {
    margin-bottom: 32px;
}
.service-section .site-link a {
    padding-right: 50px;
}
.service-section .site-link a:hover {
    padding-right: 70px;
}
.service-content .site-link {
    margin-top: 33px;
}
.testimonial-section {
    background: #823D40;
    padding: 100px 0;
}
.testimonial-section h3, .testimonial-section h2 {
    color: #EFE7DB;
}
.center-slider {
    position: relative;
}
.slide-box {
    background: #222;
    color: white;
    padding: 100px 20px;
    text-align: center;
    font-size: 24px;
    border-radius: 12px;
    margin: 0 10px;
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
}
.testimonial-slider .slick-prev {
    left: 22.1vw;
    width: 92px;
}
.testimonial-slider .slick-next {
    right: 22.1vw;
    width: 92px;
}
.testimonial-slider {
    margin-top: 80px;
}
.testimonial-slider .slide-box.slick-center {
    padding-top: 100px;
    padding-bottom: 60px;
    opacity: 1;
}
.testimonial-slider .slide-box {
    margin: 0 80px;
    background: rgba(239, 231, 219, 0.1);
    border-radius: 10px;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
    opacity: 0.5;
}
.testimonial-star {
    width: 120px;
    display: block;
    margin: 0 auto;
}
.testimonial-slider .slide-box p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.testimonial-slider .slide-box.slick-center p {
    font-size: 22px;
    font-family: 'Aeonik';
    line-height: 24px;
    font-weight: 700;
    color: #EFE7DB;
}
.testimonial-slider .slide-box .name {
    font-size: 16px;
    margin-top: 30px;
    display: block;
    margin-bottom: 30px;
    color: #EFE7DB;
    font-weight: 700;
}
.testimonial-slider .slide-box.slick-center .name {
    margin: 50px 0;
      color: #EFE7DB;
    font-weight: 700;
}
.date-star span {
    font-size: 16px;
    margin-bottom: 7px;
    display: block;
      color: #EFE7DB;
    font-weight: 700;
}
.testimonial-slider .slick-track {
    display: inline-flex;
    align-items: center;
}

.testimonial-slider .slick-prev:before {
    background-image: url(../images/left-arrow.svg);
}
.testimonial-slider .slick-next:before, .testimonial-slider .slick-prev:before {
    content: "";
    width: 92px;
    display: inline-block;
    opacity: 1;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-slider .slick-next:before {
    background-image: url(../images/right-arrow.svg);
}
.book-call-section {
    padding: 100px 0;
    background: #EFE7DB;
}
.book-call-section h3, .book-call-section h2 {
    color: #823D40;
}
.book-call-section .body-text ul {
    padding-left: 16px;
}
.book-call-section .body-text {
    max-width: 425px;
}
.book-call-section .body-text ul li {
    color: #823D40;
    padding-bottom: 12px;
}
.book-call-section .body-text p {
    color: #823D40;
}
.step-box {
    background: #502C2F;
    border-radius: 10px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 50px;
}


.step-items {
    margin-top: 61px;
    align-items: self-start;
}
.step-box h3 {
    color: #EFE7DB;
    position: relative;
}
.step-item h3:after {
    width: 100%;
    position: absolute;
    content: "";
    border: 1px dotted;
    top: 10px;
    left: 0;
}
.step-item h2, .step-item p {
    color: #823D40;
}
.step-item p {
    font-weight: bold;
    padding-right: 40px;
}
.step-row {
    margin-top: 100px;
}
.step-box .site-link a {
    color: #EFE7DB;
    padding-right: 50px;
}
.step-box .site-link a:hover {
    padding-right: 90px;
}
.site-link a:before {
    border-left: 11px solid #EFE7DB;
}
.site-link a:after {
    background: #EFE7DB;
}
.step-item h2 {
    margin: 12px 0;
}
.step-box h3 span {
    background: #502c2f;
    position: relative;
    z-index: 1;
    padding-right: 12px;
}
.step-row .col-sm-4 {
    padding-right: 0;
}
.step-row .col-sm-4:last-child h3:after {
    display: none;
}
.api-image {
    height: 100%;
    background: #823D40;
    border-radius: 10px;
}
.api-image img {
    height: 100%;
    width: 100%;
}

.logo-section {
    padding: 145px 0 178px 0;
}
.logo-section h3, .logo-section h2 {
    color: #823D40;
}
.logo-slider img {
    margin: auto;
    object-fit: contain;
    max-width: max-content;
}
.slick-track {
  display: flex !important;
  align-items: center;
}
.logo-slider {
    margin-top: 115px;
}
.footer {
    background: #502C2F;
    padding-top: 50px;
    padding-bottom: 130px;
    overflow: hidden;
}
.footer-logo {
    max-width: 316px;
    margin-bottom: 43px;
}
.footer p, .footer a {
    font-weight: bold;
    color: #EFE7DB;
    text-decoration: none;
    margin-bottom: 3px;
}
.footer .address {
    margin-top: 88px;
}
.footer .body-text {
    max-width: 425px;
    width: 100%;
    margin-top: 0;
}
.footer-menu ul {
    list-style: none;
    margin-bottom: 37px;
    padding-left: 0;
}
.footer-menu ul li {
    padding: 2px 0;
}

section.site-section.book-call-section {
    /*overflow: hidden;*/
    position: relative;
    z-index: 1;
}

section.our-team-about.property-items-section h3 {
    margin-bottom: 30px;
}

.combine-sec {
    overflow: hidden;
    width: 100%;
}
.page-template-about section.about-bannner .hero-pattern-logo {
    top: -111px;
}
.footer-menu ul li a:hover {
    color: #fff;
}
.footer .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #823D40;
    border-radius: 0;
    color: #EFE7DB;
    box-shadow: none !important;
    outline: none;
    padding-left: 0;
}

.sub-form {
    max-width: 368px;
    width: 100%;
}

.sub-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none !important;
    font-size: 0;
    width: 100px !important;
    height: 38px !important;
}
.sub-form form {
    position: relative;
}
/*.copyright-text {
    margin-top: 176px;
}*/

.enquiry-form-section p {
    width: 100%;
    display: inline-block;
    float: left;
}

/*.enquiry-form-section span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    bottom: 17px;
    color: #EFE7DB;
}*/


.enquiry-form-section span.wpcf7-not-valid-tip {
    position: relative;
    color: #EFE7DB;
    right: 0;
    width: auto;
    max-width: -webkit-fill-available;
    text-align: right;
    float: right;
    margin: 0;
    margin-top: -34px;
}

.sub-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-menu ul:last-child {
    margin-bottom: 0;
}
.service-content p {
    font-weight: bold;
}
.footer-bg {
    bottom: 0;
    width: 100%;
}
.footer-bg img {
    height: 100%;
    object-fit: cover;
}

.footer .container {
    position: relative;
    z-index: 1;
    padding: 0 130px;
}

.hero-about-section {
    padding-top: 38px;
    background: #EFE7DB;
    padding-bottom: 90px;
}
.about-page .site-header nav li a {
    color: #823D40;
}
section.our-team-about.property-items-section {
    padding-top: 70px;
}
.hero-about-section h3, 
.hero-about-section h2 {
    color: #823D40;
}
.hero-about-section .section-header h3 {
    margin-bottom: 30px;
}
.residential-items {
    margin-top: 40px;
}
.residential-steps {
    margin-top: 18px;
}
.residential-steps h3 {
    margin-bottom: 0;
}
.residential-steps  p {
    color: #823D40;
}
.right-content {
    border-bottom: 2px solid #823D40;
    padding-bottom: 0;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.right-content p {
    color: #823D40;
}
.bottom-content h2 {
    font-size: 22px;
}
.bottom-content h3 {
    margin-bottom: 0;
    display: inline;
    line-height: normal;
}
.bottom-content .site-link a:before {
    border-left: 11px solid #823D40;
}
.bottom-content .site-link a:after {
    background: #823D40;
}

.bottom-content .site-link a {
    color: #823D40;
    cursor: pointer;
}

a {
    cursor: pointer;
}
/*.property-items-section .container:before {
    width: 68px;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: #823D40;
    top: 0;
}*/

section.about-bannner .hero-pattern-logo {
    top: 41px;
}
section.about-bannner .hero-pattern-logo{
    top: 12px;
}
.profile-page-sec p {
    font-family: "Aeonik", sans-serif;
    font-weight: bold;
    FONT-SIZE: 16px;
    line-height: 19px;
}
.property-items-section .container {
    padding-top: 146px;
    padding-bottom: 163px;
    position: relative;
}
.property-items-section {
    background: #502C2F;
}

.page-template-residential .property-items-section .property-content p {
    max-width: 293px;
}
.property-items-section .section-header h2 {
    color: #EFE7DB;
}
.property-items-section .section-header {
    margin-bottom: 179px;
    position: relative;
}
.property-content h3, .property-content p {
    color: #EFE7DB;
    font-weight: bold;
}
.property-content {
    padding-top: 8px;
}
.property-content h3 {
    margin-bottom: 40px;
}
.property-content p {
    max-width: 250px;
}
.row.property-items>* {
    padding-left: 20px;
    padding-right: 20px;
}
.row.property-items {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}
.property-item {
    margin-bottom: 60px;
}
.property-content .site-link {
    margin-top: 100px;
}
.enquiry-form-section {
    background: #823D40;
    padding-top: 154px;
    padding-bottom: 154px;
}
.enquiry-form-section h2 {
    color: #EFE7DB;
}
.enquiry-form-section .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #EFE7DB;
    border-radius: 0;
    color: #502C2F;
    box-shadow: none !important;
    resize: none;
    padding: 10px 0;
    font-weight: 700;
}

.page-template-contact .enquiry-form-section .wpcf7-response-output {
    text-align: center;
    margin-top: 20px !important;
}
.page-template-contact .enquiry-form-section textarea.form-control, .page-template-contact .enquiry-form-section textarea.form-control::placeholder {
    color: #502C2F;
      font-weight:bold;
}
.enquiry-form-section .form-control::placeholder {
  color: #EFE7DB;
  opacity: 1; 
  font-weight:700;
}
.enquiry-form-section .form-control::-webkit-input-placeholder {
  color: #EFE7DB;
  font-weight:700;
}
.enquiry-form-section .form-control::-moz-placeholder {
  color: #EFE7DB;
  opacity: 1;
  font-weight:700;
}
.enquiry-form-section .form-control:-moz-placeholder {
  color: #EFE7DB;
  opacity: 1;
  font-weight:700;
}
.enquiry-form-section .form-control:-ms-input-placeholder {
  color: #EFE7DB;
  font-weight:700;
}
.enquiry-form-section .section-header {
    margin-bottom: 60px;
}

.enquiry-form-section p {
    color: #EFE7DB;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.enquiry-form-section textarea.form-control {
    height: 200px;
}
.enquiry-form-section .form-group.col-sm-5 {
    padding: 0 40px;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
}
span.wpcf7-not-valid-tip {
    color: #502c2f;
    margin-top: 4px;
}
.mobile-get-form p {
    margin-bottom: 0;
}
.wpcf7-response-output {
    border: 2px solid #EFE7DB !important;
    width: auto;
    float: left;
    color: #EFE7DB;
    font-weight: 600;
    font-size: 12px;
    margin: 0px !important;
    margin-bottom: 10px !important;
    padding: 6px !important;
        margin-top: 10px !important;
}
.mobile-get-form span.wpcf7-not-valid-tip {
    color: #fff;
}
.form-group {
    position: relative;
}

.enquiry-form-section .row {
    margin-left: -40px;
    margin-right: -30px;
    align-items: end;
}
.enquiry-form-section input[type="submit"] {
    text-transform: capitalize;
    font-weight: bold;
    color: #EFE7DB;
    background: transparent;
    border: none;
    border-bottom: 2px solid;
    padding-left: 0;
    padding-bottom: 10px;
    padding-right: 50px;
    margin-left: 30px;

        border-radius: 0px !important;
    transition: 0.6s;

}

.enquiry-form-section input[type="submit"]:hover {
    padding-left: 5px !important;
}
.book-call-section .section-header {
    width: 100%;
    margin-bottom: 100px;
}


.listing-sec {
    width: 100%;
    max-width: 415px;
    margin-top: 41px;
}


.listing-sec ul {
    padding-left: 18px;
}

.listing-sec ul li {
    color: #823D40;
    font-size: 16px;
    margin-bottom: 11px;
    line-height: 21px;
}

.commercial-items-section .container {
    padding-bottom: 155px;
}
.property-items .site-link a {
    color: #EFE7DB;
}

/*about page css*/
section.about-bannner .hero-item {
max-width: 466px;
}
section.about-bannner .hero-item p {
margin-top: 30px;
}
section.about-bannner .hero-item h6 {

margin-top: 90px;
}
section.about-bannner .hero-item h1 {
font-family: "Aeonik", sans-serif;
font-weight: bold;
margin-bottom: 119px;
}

section.our-team-about {
    padding-top: 20%;
    margin-top: -2px;
}
section.our-team-about .container {
position: relative;
z-index: 1;
}
section.our-team-about .container::before {

}

section.our-team-about.property-items-section h2 {
    color: #fff;
}

section.our-team-about h3, section.our-team-about p, section.our-team-about a {
    color: #EFE7DB;
}
.right-content .bottom-content {
    max-width: 539px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 30px;
}
.property-content a {
    text-decoration: none;
}


.right-content .bottom-content .site-link {
    margin-top: 47px;
}
section.our-team-about a {
    color: #EFE7DB !important;
}

section.our-team-about a::after {
    background: #EFE7DB;
}

section.our-team-about a::before {
    border-left: 11px solid #EFE7DB;
}
section.our-team-about.property-items-section h2 {
    color: #fff;
}
.small-head{
    font-size: 16px;
color: #fff;
font-family: "Aeonik", sans-serif;
font-weight: bold;
margin-bottom: 20px;
width: 100%;
}

.our-team-about .row.property-items {
    margin-left: 0;
    padding-left: 60px;
     padding-right: 60px;

}
section.our-team-about .container::before {
    left: 85px;
}
.our-team-about p {
    max-width: 310px;
}

.our-team-about .property-content .site-link {
    margin-top: 29px;
}
.profile-page-sec .right-content {
    border-bottom: 0;
}

.profile-page-sec .social-link {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.profile-page-sec .social-link ul {
    padding: 0;
}

.profile-page-sec .social-link ul li {
    list-style: none;
}

.profile-page-sec .contact-details {
    width: 100%;
    margin-top:0px;
}

.profile-page-sec .contact-details h3 {
    width: 100%;
    display: inline-block;
    margin-bottom: 0 !important;
}

.profile-page-sec .send-msg {
    width: 100%;
}

.profile-page-sec .send-msg .site-link {
    margin-top: 31px;
}

.backto-tema a {
    color: #823D40;
}

.backto-tema .site-link a:before {
    right: unset;
    left: -2px;
    border-right: 11px solid;
    border-left: 0;
    top: unset;
    bottom: -6px;
}
.backto-tema .site-link a:after {
    background: #823d40;
}
.backto-tema .site-link a:hover {
    padding-right: 0;
    padding-left: 20px;
}

.backto-tema {
    padding-left: 11px;
}

.backto-tema .site-link a {
    padding-bottom: 17px;
    position: relative;
}
.backto-tema .site-link {
    margin-top: 90px;
}
.profile-page-sec .right-content h3 {
    margin-bottom: 20px;
}

.profile-page-sec .bottom-content .bottom-content h3 {
    margin-bottom: 0;
}
.profile-page-sec .bottom-content .bottom-content {
    margin-top: 15px;
}
.backto-tema .site-link {
    margin-top: 138px;
}
.infocontent {
    width: 100%;
    margin-top: 20px;
}
.profile-page-sec .bottom-content .site-link {
    margin-top: 31px;
}
.infocontent h3 {
    margin-bottom: 0 !important;
}
.profile-page-sec .bottom-content {
    width: 100%;
    margin-top: 28px;
}


.profile-page-sec .send-msg form {
    display: flex;
    gap: 20px;
    margin-top: 31px;
}

.profile-page-sec .send-msg input.form-control {
    max-width: 426px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    padding: 0;
    padding-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.profile-page-sec .send-msg button {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    width: 62px;
    text-align: left;
    padding-left: 0;
    padding-bottom: 20px;
}

.profile-page-sec .send-msg input.form-control::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}


section.hero.hero-about-section.profile-page {
    padding-top: 84px;
    padding-bottom: 84px;
}
.individual-page-inner {
    margin-top: 72px;
}
.individual-page-inner .property-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.individual-page-inner .property-title h2 {
    font-size: 22px;
    margin-bottom: 40px;
}

.individual-page-inner .property-title .why-choose-sec p {
    font-size: 16px;
    line-height: 20px;
}

:focus{
    outline:none !important;
    box-shadow: 0px 0px 0px !important;
}


.calculators-page-banner ul {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    gap: 21px;
}

.calculators-page-banner ul li {
    width: 32.2%;
    list-style: none;
}
.calculators-page-banner .hero-content .hero-item {
    max-width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0px !important;
}
section.about-bannner.calculators-page-banner {
    overflow: hidden;
}

section.site-section.testimonial-section {
    margin-top: -2px;
    position: relative;
    z-index: 1;
}
.right-side-img {
    text-align: center;
}

.right-side-img img {
    width: 408px;
}
.calculators-page-banner .box-sectionpcal {
    width: 100%;
}

.calculators-page-banner ul li .inner-sec {
    background: rgba(255, 255, 255, 0.6);
    min-height: 220px;
    border-radius: 20px;
    padding: 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
section.got-question ul li a {
    text-decoration: none;
    color: #823D40;
}

section.got-question ul li strong {
    width: 90px;
}

.calculators-page-banner .hero-pattern-logo {
    width: 100%;
    top: -110px !important;
    z-index: 1;
    left: -20px;
}
.calculators-page-banner ul li .inner-sec h2 {
    font-size: 22px;
    color: #502C2F;
    min-height: 50px;
    line-height: 24px;
}
.calculators-page-banner ul li .inner-sec p {
    font-size: 16px;
    color: #502C2F;
    line-height: 18px;
    min-height: 70px;
    margin: 0;

    font-weight: 400;
}


.calculators-page-banner .site-video video {
    height: 980px;
    object-fit: cover;
    min-height: 124vh;
}
.calculators-page-banner  .hero-item h1 {
    margin-bottom: 40px !important;
}


.calculators-page-banner .hero-item h6 {
    margin-top: -60px !important;
}
.calculators-page-banner .hero-content.position-absolute {
    align-items: center;
    justify-content: center;
}



section.got-question {
    background: #EFE7DB;
    padding-bottom: 258px;
    padding-top: 154px;
}

section.got-question h2 {
    margin-top: 0;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 77px;
}

section.got-question ul {
    padding: 0;
}

section.got-question ul li {
    list-style: none;
    display: flex;
      color: #823D40;
    font-family: 'Aeonik';
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

section.got-question ul li span {
    width: 110px;
    color: #823D40;
    font-family: 'Aeonik';
    font-weight: 700;
    font-size: 16px;
}

section.got-question ul li p {
    width: 80%;
    color: #823D40;
    font-family: 'Aeonik';
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

section.got-question p {
    color: #823D40;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}


.calculators-page-banner ul li a {
    text-decoration: none;
}


.calu-individual-page {
    padding-top: 180px;
    padding-bottom: 148px;
}

.calu-individual-page p {
    font-size: 16px;
    font-weight: 400;
    color: #823D40;
    line-height: 19px;
    margin-bottom: 20px;
}

.brokers-sec p {
    margin-bottom: 0;
}
.calu-individual-page h2 {
    margin-bottom: 72px;
}

.brokers-sec {
    width: 100%;
    margin-top: 191px;
}

.brokers-sec h2 {
    margin-bottom: 41px;
}

.brokers-sec .details-sec {
    display: flex;
    align-items: center;
    gap: 30px;
}

.brokers-sec .details-sec figure {
    width: 155px;
    margin: 0;
}

.brokers-sec .details-sec figcaption {
    width: 57%;
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 167px;
    justify-content: space-between;
}

form P {
    position: relative;
}

.brokers-sec .details-sec .wpcf7-response-output {
    color: #502C2F;
    border: 2px solid #502C2F !important;
    margin: 3px 0;
    padding: 2px 10px;

    margin-top: 5px;
    font-size: 14px;
}

.brokers-sec .details-sec figcaption form {

    gap: 20px;
    background: transparent !important;
    padding: 0 !important;
}

section.about-bannner {
    position: relative;
}
.home .video-content h2 {
    max-width: 410px;
    width: 100%;
}
.service-section p {
    font-size: 14px;
}
.brokers-sec .details-sec label.es-field-label {
    color: transparent;
}
body .brokers-sec .details-sec form input {
    background: transparent;
    border: 0 !important;
    border-bottom: 2px solid var(--Merlot, #502C2F) !important;
    border-radius: 0px !important;
    padding: 4px 0;
    color: #502C2F;
    font-size: 16px;
    font-weight: 600;
    width: 100%;

    height: 40px;
}

.brokers-sec .details-sec figcaption form p {
    display: flex;
    gap: 7px;
}

body .brokers-sec .details-sec form input.wpcf7-form-control[type="submit"] {
    width: 62px;
}

.brokers-sec .details-sec figcaption input::placeholder {
    color: #502C2F;
    font-size: 16px;
    font-weight: 600;
}
.es-field-wrap.es-submit-container {
    margin: 0;
}
.brokers-sec .details-sec figcaption form .es-custom-button {
    border: 0 !important;
    background: transparent !IMPORTANT;
    border-bottom: 2px solid var(--Merlot, #502C2F) !important;
    border-radius: 0px !important;
    color: #502C2F !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    width: 62px !important;
    text-align: left !important;
    transition: 0.5s !important;
    margin: 0 !important;
}
.brokers-sec .details-sec figcaption form .es-custom-button :hover {
    padding-left: 10px !important;
}

body form.es_subscription_form.es_subscription_form[data-form-id="2"].wysiwyg-form {
    background: transparent !important;
    padding: 0 0 !important;
}

body form[data-form-id="2"] .es-subscribe-btn {
    display: none !IMPORTANT;
}

.sub-form label.es-field-label {
    width: 100%;
    color: transparent;
}

body .sub-form form.es_subscription_form.es_subscription_form[data-form-id="2"].wysiwyg-form .ig-es-form-input {
    background: transparent;
    border: none !important;
    border-bottom: 2px solid #823D40 !important;
    border-radius: 0 !important;
    color: #823D40;
    box-shadow: none !important;
    outline: none;
    padding-left: 0;
    width: 100% !important;
    display: inline-block;
    height: 30px !important;
      font-weight:bold;
}

body form.es_subscription_form.es_subscription_form[data-form-id="2"].wysiwyg-form .ig-es-form-input::placeholder {
    opacity: 1;
    color: #823D40;
      font-weight:bold;
    opacity: 1;
    font-weight:bold;
}

.sub-form label.es-field-label br {
    display: none;
}


.property-content a {
    text-decoration: none;
}

.page-template-commercial .property-items-section .container::after,
.page-template-residential .property-items-section .container::after {

    left: 70px;
    content: "";
    background: #823D40;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
}

.page-template-commercial .property-items-section,
.page-template-residential .property-items-section {
    position: relative;
}

.page-template-commercial .property-items-section .section-header,
.page-template-residential .property-items-section .section-header  {
    position: relative;
    z-index: 1;
}

.page-template-commercial .property-items-section .row.property-items, .page-template-residential .property-items-section .row.property-items {
    z-index: 1;
    padding-left: 60px;
    padding-right: 60px;
}
.es-field-wrap.ig-es-form-field {
    margin-bottom: 0;
}

body .brokers-sec .details-sec form.es_subscription_form.es_subscription_form[data-form-id="3"].wysiwyg-form {
    align-items: end;
}


.borrowing-power-calculator-app .assumptions .assumptions-button {
    background-color: #823d40 !important;
}


.right-side-img iframe {
    max-width: 100%;
}


.page-template-about section.about-bannner .hero-item h6 {
    margin-top: 0;
}

.individual-page-inner .property-title ul li {
    color: #823D40;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
}

.individual-page-inner .property-title ul {
    padding-left: 19px;
}

.individual-page-inner .property-title a {
    color: #823D40;
}


.why-choose-sec h4,  .why-choose-sec h6, .why-choose-sec h5 {
    color: #823D40;
    font-size: 16px;
}

footer input {
    border: 0px !important;
    border-bottom: 2px solid #823D40 !important;
    border-radius: 0 !important;
    color: #823D40;
    box-shadow: none !important;
    outline: none;
    padding-left: 0;
    width: 100% !important;
    display: inline-block;
    height: 50px !important;
    font-weight: bold;
    background: transparent;
}




.footer input::placeholder {
  color: #823D40;
  opacity: 1; 
  font-weight:bold;
}
.footer input::-webkit-input-placeholder {
  color: #823D40;
  font-weight:bold;
}
.footer input::-moz-placeholder {
  color: #823D40;
  opacity: 1;
  font-weight:bold;
}
.footer input:-moz-placeholder {
  color: #823D40;
  opacity: 1;
  font-weight:bold;
}
.footer input:-ms-input-placeholder {
  color: #823D40;
  font-weight:bold;
}
footer .wpcf7-response-output {
    margin-top: 10px !important;
    margin-left: 0px !important;
    font-size: 14px;
    width: 100%;
}

.sub-form p {
    margin-bottom: 6px;
}

footer .sub-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 5px;
    background: transparent;
    border: none !important;
    font-size: 16px;
    width: auto !important;
    height: 38px !important;
    color: #823D40;
    display: block;
    right: 0;
}

.why-choose-sec {
    padding-bottom: 20px;
}


.why-choose-sec .site-link a.button::after {
    background: #823D40;
}

.why-choose-sec .site-link a.button::before {
    border-left: 11px solid #823D40;
}


.sub-form form {
    position: relative;
    width: 100%;
}


.calu-individual-page .right-side-img .borrowing-power-calculator-app, .calu-individual-page .right-side-img > div {
    float: right;
    right: -12px;
}
    .calu-individual-page .right-side-img {
        padding-right: 0px;
    }


    ul.sub-menu {
    background: #823d40;
    position: absolute;
    padding: 10px 10px;
    top: 40px;
    display: none;
    transition: 0.5s;
}

ul.sub-menu li {
    list-style: none;
    padding: 10px 0;
}

/* hidden */
.pop-section {
    position: fixed;
    top: 0;
    right: 0;
    width: 480px;
    max-width: 100%;
    height: 100%;
    background: #000;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 9999;
}
/* visible */
body.active-popup .pop-section {
    transform: translateX(0);
}
/* optional overlay */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

body.active-popup::before {
    opacity: 1;
    visibility: visible;
}
.pop-section section.enquiry-form-section .wpcf7-response-output {
    margin-top: 20px !important;
}
.pop-section .enquiry-form-section input[type="submit"] {
    margin-left: 0;
}


.pop-section  .enquiry-form-section .row {
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.pop-section .enquiry-form-section .row > div {
    width: 100%;
    padding: 0 !important;
}


.pop-section section.enquiry-form-section {
    height: 100vh;
    overflow: auto;
}

.active-popup {
    overflow: hidden;
}

.site-link.contact a {
    color: #823d40;
}
.site-link.contact button {
    border: 0px;
    background: transparent;
    padding: 0;
    color: #823d40;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding-bottom: 7px;
    padding-right: 15px;
    -webkit-transition: 0.3s 
ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s 
ease;
}



.pop-section button.close-btn {
    border: 0px;
    position: absolute;
    top: 60px;
    left: 20px;
    background: #502C2F;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
.site-link.contact button:hover {
    padding-right: 30px;
}
.site-link.contact button:before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #823d40;
    position: absolute;
    content: "";
    right: -9px;
    top: 15px;
}

.site-link.contact button:after {

    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    left: 0;
    background: #823d40;
}

.pop-section .enquiry-form-section textarea.form-control, .pop-section .enquiry-form-section textarea.form-control::placeholder {
    color: #502C2F;
    font-weight: bold;
}



section#book-call-section section.enquiry-form-section {
    background: transparent;
    padding: 0;
    padding-top: 30px;
}
section#book-call-section section.enquiry-form-section {
    background: transparent;
}

section#book-call-section .enquiry-form-section .form-control {
    border-bottom: 2px solid #823d40;
    color: #823d40;
}

section#book-call-section .enquiry-form-section input[type="submit"] {
    color: #823d40;
    margin: 0;
    margin-top: 20px;
}


section#book-call-section .row {
    /* flex-direction: column; */
    align-items: center;
    margin: 0;
    padding: 0;
    display: flex;
}
section#book-call-section .enquiry-form-section h2 {
    color: #823D40;
}

section#book-call-section .enquiry-form-section .form-group.col-sm-5 {
    width: 100%;
    padding: 0;
}

section#book-call-section .form-group.col-sm-2.d-flex.align-items-end {
    padding: 0;
}

section#book-call-section .enquiry-form-section .form-control::placeholder {
    color: #823d40;
}

section#book-call-section .enquiry-form-section span.wpcf7-not-valid-tip {
    color: #502c2f;
}

section#book-call-section .wpcf7-response-output {
    border: 2px solid #823d40 !important;
    width: auto;
    float: left;
    color: #823d40;
}
section#book-call-section  .enquiry-form-section textarea.form-control, 
section#book-call-section .enquiry-form-section textarea.form-control::placeholder {
    color: #502C2F;
}

section#book-call-section .enquiry-form-section p {
    color: #823d40;
}

section#book-call-section .form-group.textarea {
    margin-top: 20px;
}

.service-section p, .property-items-section p {
    font-weight: 400;
}
.job-title{
    font-weight: 400;
}
p.team-name {
    font-weight: bold;
}











.bottom-content.new-form-sec .wpcf7-response-output {
    color: #502c2f;
    border: 2px solid #502c2f !important;
    width: auto;
}
.none-border {
    border-bottom: 0;
}
.bottom-content.new-form-sec .row {
    flex-direction: column;
}

.bottom-content.new-form-sec .row > div {
    width: 100%;
}

.bottom-content.new-form-sec {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
}

.bottom-content.new-form-sec .form-control {
    border:0px;
    border-bottom: 2px solid #823d40;
    border-radius: 0;
    color: #502C2F;
    box-shadow: none !important;
    resize: none;
    padding: 10px 0;
    background: transparent;
    font-weight: 700;
}

.bottom-content.new-form-sec .form-control::placeholder {
    color: #823d40;
    font-weight: 700;
}

.bottom-content.new-form-sec input[type="submit"] {
    text-transform: capitalize;
    font-weight: bold;
    color: #823d40;
    background: transparent;
    border: none;
    border-bottom: 2px solid;
    padding-left: 0;
    padding-bottom: 10px;
    padding-right: 50px;
    border-radius: 0px !important;
    transition: 0.6s;
    margin-top: 10px;
    cursor: pointer;
}

.bottom-content.new-form-sec input[type="submit"]:hover {
    padding-left: 5px !important;
}

.bottom-content.new-form-sec textarea.form-control {
    height: 120px;
}

.bottom-content.new-form-sec span.wpcf7-not-valid-tip {
    right: 0;
    width: auto;
    max-width: -webkit-fill-available;
    text-align: right;
    float: right;
    margin: 0;
    margin-top: -34px;
}



.landing-page .hero-pattern-logo.position-absolute {
    top: -130px !important;
}

section.about-bannner.landing-page .hero-item {
    justify-content: end !important;
    align-items: center;
    padding-bottom: 30px;
}

section.about-bannner.landing-page .hero-item h1 span {
    color: #EFE7DB;
}

section.about-bannner.landing-page .hero-item h1 {
    margin-bottom: 0 !important;
    font-size: 85px;
    line-height: 90px;
    text-align: center;
    max-width: 770px;
    letter-spacing: -3px;
}

section.about-bannner.landing-page .site-video:after{
    opacity: 0px;
}




section.home-loan-sec {
    background: #823D40;
    padding-top: 120px;
    padding-bottom: 120px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

section.home-loan-sec .main-head-sec {
    text-align: center;
    display: inline-block;
    padding-bottom: 147px;
    border-bottom: 1px solid #fff;
    margin-bottom: 147px;
    width: 100%;
}

section.home-loan-sec .main-head-sec h2 {
    font-family: Aeonik;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -1px;
    text-align: center;
    color: #EFE7DB;
    margin-bottom: 50px;
}


.main-head-sec a.enter-draw-btn {
    border: 2px solid var(--Beige, #EFE7DB);
    font-family: Aeonik;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #EFE7DB;
    padding: 15px 35px;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.5s;
    margin-top: 30px !important;
    display: inline-block;
}

.main-head-sec a.enter-draw-btn:hover {
    background: var(--Beige, #EFE7DB);
    color: #823D40;
}

.on-price-sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.on-price-sec h3 {
    color: #EFE7DB;
    font-family: Aeonik;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    max-width: 340px;
    float: left;
}

.on-price-sec .right-side-sec {
    width: 601px;
    float: left;
    max-width: 100%;
}

.on-price-sec .right-side-sec > p {
    font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #fff;
    width: 100%;
    margin-bottom: 25px;
}

.on-price-sec ul {
    width: 100%;
    padding: 0;
}

.on-price-sec ul li {
    list-style: none;
    display: flex;
    align-items: revert;
    color: #fff;
    margin-bottom: 20px;
}

.on-price-sec ul li span {
    width: 110px;
    color: #EFE7DB;
    font-family: Aeonik;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
}

.on-price-sec ul li p {
    margin: 0;
    font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #fff;
}



section.how-it-work-leading-page {
    background: #EFE7DB;
    width: 100%;
    padding-top: 128px;
    padding-bottom: 128px;
}

section.how-it-work-leading-page .container > h2 {
    color: #823D40;
    font-family: Aeonik;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    margin-bottom: 83px;
}


section.how-it-work-leading-page .step-sec {
    margin-bottom: 83px;
    padding-right: 100px;
}
section.how-it-work-leading-page .step-sec h2 {
    color: var(--ColorMulberry, #823D40);
    margin-bottom: 30px;
}
section.how-it-work-leading-page .step-sec p {
    color: var(--ColorMulberry, #823D40);
    font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
}
.enter-bnt .enter-bnt-bar {
    background: var(--ColorMulberry, #823D40);
    padding: 11px 47px;
    border-radius: 100px;
    color: #EFE7DB;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.5s;
    display: inline-block;
}


.enter-bnt .enter-bnt-bar:hover {
    border: 1px solid var(--Merlot, #502C2F);
    background: var(--Beige, #EFE7DB);
    color: #502C2F;
}

section.test-monial-sec-la {
    background: var(--Merlot, #502C2F);
    padding: 170px 0;
    overflow: hidden;
    position: relative;
}

.faq-sec{
    background: #EFE7DB;
        padding: 150px 0;
    overflow: hidden;
    position: relative;

}


section.test-monial-sec-la p, section.test-monial-sec-la h2 {
    position: relative;
    z-index: 1;
}

section.test-monial-sec-la .header-sec {
    text-align: center;
    padding-bottom: 100px;
    border-bottom: 1px solid #EFE7DB;
    margin-bottom: 100px;
    position: relative;
}

.cust-line {
    background: var(--ColorMulberry, #823D40);
    width: 74px;
    height: 200vh;
    position: absolute;
    z-index: 0;
    top: 0;
}
section.test-monial-sec-la .header-sec h2 {
    color: #EFE7DB;
    font-family: Aeonik;
    font-weight: 700;
    font-size: 48px;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 50px;
}

section.test-monial-sec-la .header-sec p {
    font-family: Aeonik;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

section.test-monial-sec-la h2 {
    color: #EFE7DB;
    font-family: Aeonik;
    font-weight: 700;
    font-size: 35px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 100px;
}

section.test-monial-sec-la h6.author-name {
    color: #EFE7DB;
    font-family: Aeonik;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 22px;
    text-align: center;
}

.rating {
    text-align: center;
}

.rating p {
    font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.faq-sec h2 {
    text-align: center;
    font-family: Aeonik;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #823D40;
    margin-bottom: 100px;
}

.faq-sec .accordion {
    position: relative;
    z-index: 1;
    padding: 0 130px;
}

.faq-sec .accordion .accordion-item:nth-child(odd) {
   background: var(--Merlot, #502C2F);
}

.faq-sec .accordion .accordion-item:nth-child(even) {
    background:#823D40;
}

.faq-sec .accordion .accordion-item h2 {
    margin: 0;
}

.faq-sec .accordion .accordion-item button.accordion-button {
    background: transparent !important;
    border: 0px;
    box-shadow: 0px 0px !important;
    font-family: Aeonik;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
}

.faq-sec .accordion-item {
    background: transparent;
    border: 0px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.faq-sec .accordion .accordion-item:nth-child(odd) .accordion-button::after {
    color: #fff;
    background: var(--ColorMulberry, #823D40);
}

.faq-sec .accordion .accordion-item:nth-child(even) .accordion-button::after {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    background: #502C2F;
}

.accordion-button::after {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    mask-repeat: no-repeat !important;
    background-image: url(https://98a.7a4.myftpupload.com/wp-content/uploads/2026/04/white-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 40% !important;
    transform: rotate(91deg);
}

.accordion-body {
    font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #fff;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;

    padding-bottom: 30px;
}

.faq-sec .accordion .accordion-item button.accordion-button[aria-expanded="true"]::after {
    transform: inherit;
}

section.form-sec-leading-page {
    background: #823D40;
    padding: 150px 0;
    padding-bottom: 84px;
}

section.form-sec-leading-page h2 {
    font-family: Aeonik;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    color: #EFE7DB;
    margin-bottom: 101px;
}


section.form-sec-leading-page ul li span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    gap: 40px;
}
section.form-sec-leading-page ul {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 50px;
    padding: 0;
}
.row.grid-row.new-client-selected .hide-client {
    display: none;
}

.row.grid-row.new-client-selected .for-client {
    display: block;
}

.for-client {
    display: none;
}
section.form-sec-leading-page ul li {
    list-style: none;
    font-family: Aeonik;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    position: relative;
    /*line-height: 48px;*/
    letter-spacing: 0px;
}

section.form-sec-leading-page input[type="checkbox"]:checked + span::before {
    background: var(--Beige, #EFE7DB);
}

section.form-sec-leading-page .wpcf7-response-output {
    width: 100%;
    text-align: center;
}

section.form-sec-leading-page input[type="checkbox"], section.form-sec-leading-page ul li input {
    position: absolute;
    top: 0px;
}

.bottom-check input[type="checkbox"] {
    top: 4px !important;
}
section.form-sec-leading-page [type="radio"]:checked + span.wpcf7-list-item-label::before {
    background: var(--Beige, #EFE7DB);
}
section.form-sec-leading-page span.checkmark::before, section.form-sec-leading-page span.wpcf7-list-item-label::before {
    width: 11px;
    height: 11px;
    display: inline-block;
    content: "";
    border: 0.5px solid var(--Beige, #EFE7DB);
    margin-right: 10px;
}
.bottom-check p:first-child {
    font-family: Aeonik;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
}
.bottom-check p:first-child a {
    color: #fff;
}

section.form-sec-leading-page input[type="checkbox"]:checked::before {
    background: var(--Beige, #EFE7DB);
}

section.form-sec-leading-page input[type="checkbox"], section.form-sec-leading-page ul li input {
    opacity: 0;
}
.accordion-body p {
    margin-bottom: 0;
}

section.form-sec-leading-page span.wpcf7-not-valid-tip {
    color: #EFE7DB;
    margin-top: 4px;
}
.exist-client {
    display: flex !important;
    gap: 0;
    align-items: end;
    padding: 0;
}
[data-id="firstlast-show"] {
    display: flex !important;
    gap: 0;
    align-items: end;
    padding: 0;
}
/*.accordion-item {
    opacity: 0.3;
}
*/


.close-all .accordion-item {
    opacity: 1 !important;
}
.accordion-item.is-open {
    opacity: 1;
}
.accordion-item.is-closed {
    opacity: 0.3;
}
.all-closed .accordion-item {
    opacity: 1;
}
.accordion-item.active-item {
    opacity: 1;
}
.row.grid-row.new-client-selected .wpcf7cf-hidden {
    display: none !important;
}
[data-id="firstlast-show"] > div {
    padding: 0px 13px;
}
/*.row.grid-row.new-client-selected .exist-client.wpcf7cf-hidden {
    display: none ! IMPORTANT;
}*/
.exist-client  > div {
    padding: 0px 13px;
}
/*section.form-sec-leading-page   form > div.row.grid-row > div:nth-child(4) {
    padding-top: 25px;
}*/
section.form-sec-leading-page input[type="checkbox"]:checked + span.checkmark::before, 
section.form-sec-leading-page input[type="radio"]:checked + span.checkmark::before,
section.form-sec-leading-page  input[type="radio"]:checked + sspan.wpcf7-list-item-label::before {
    background: var(--Beige, #EFE7DB);
}
section.form-sec-leading-page .container .row.grid-row input {
    background: var(--Merlot, #502C2F);
    width: 100%;
    border-radius: 20px;
    border: 0px;
    padding: 16px 20px;
    margin-bottom: 0px;
    color: #fff;
    font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
}

section.form-sec-leading-page p {
    margin-bottom: 18px;
}
section.form-sec-leading-page .container .row.grid-row input::placeholder, 
section.form-sec-leading-page .container .row.grid-row textarea::placeholder {
    font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    color: #ffff;
}


section.form-sec-leading-page .container .row.grid-row input::-webkit-input-placeholder ,
section.form-sec-leading-page .container .row.grid-row textarea::-webkit-input-placeholder {
  font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    color: #ffff;
}
section.form-sec-leading-page .container .row.grid-row input::-moz-placeholder,
section.form-sec-leading-page .container .row.grid-row textarea::-moz-placeholder {
  font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    color: #ffff;
}
section.form-sec-leading-page .container .row.grid-row input:-moz-placeholder ,
section.form-sec-leading-page .container .row.grid-row textarea:-moz-placeholder {
  font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    color: #ffff;
}
section.form-sec-leading-page .container .row.grid-row textarea:-ms-input-placeholder {
  font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    color: #ffff;
}
.button-sec-btn input[type="submit"]:hover {
    background: var(--Merlot, #502C2F);
    color: #EFE7DB;
}
section.form-sec-leading-page .container .row.grid-row label {
    font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

section.form-sec-leading-page .container .row.grid-row textarea {
    background: var(--Merlot, #502C2F);
    width: 100%;
    border-radius: 20px;
    border: 0px;
    padding: 16px 20px;
    margin-bottom: 18px;
    color: #fff;
    font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    height: 150px;
}

.bottom-check {
    font-family: Aeonik;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    letter-spacing: 0px;
    margin-top: 0px;

    position: relative;
}

.bottom-check span.checkmark {
    margin-right: 8px;
}

.bottom-check a {
    color: #fff;
}

.bottom-check p {
    color: #EFE7DB;
    font-family: Aeonik;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin-top:0px;
    text-align: center;
}

section.form-sec-leading-page .container {
    max-width: 1105px;
    margin: auto;
}


.button-sec-btn input[type="submit"] {
    background: var(--Beige, #EFE7DB);
    font-family: Aeonik;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #823D40;
    width: 225px;
    height: 50px;
    border: 0px;
    border-radius: 100px;
    transition: 0.4s;
    margin-top: 25px;
    margin: a;
}

.button-sec input[type="submit"]:hover {
    background: var(--Merlot, #502C2F);
    color: #EFE7DB;
}

.button-sec-btn {
    text-align: center;
}


section.form-sec-leading-page ul span.wpcf7-not-valid-tip {
    margin-top: 24px;
}

.new-form-sec {

    max-width: 100%;
    width: 602px;
    float: right;
}

.new-form-sec p.gform_required_legend {
    display: none;
}

.new-form-sec input,
.new-form-sec select{
    background-color: #823d40 !important;
    height: 50px !important;
    border-radius: 10px !important;
    border: 0px !important;
    color: #EFE7DB !important;
    font-family: Aeonik !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
    line-height: 50px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.new-form-sec input::placeholder,
.new-form-sec textarea::placeholder{
        color: #EFE7DB !important;
    font-family: Aeonik !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.new-form-sec textarea {
    background: #823d40 !important;
    height: 150px !important;
    border-radius: 20px !important;
    border: 0px !important;
    color: #EFE7DB !important;
    font-family: Aeonik !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
    min-height: 150px !important;
}

.gform-theme--foundation .gform_fields {
    row-gap: 17px !important;
}

.new-form-sec select {
    -webkit-appearance: none !important;
    -webkit-appearance: none !important;  /* Safari, Chrome, iOS */
    -moz-appearance: none !important;     /* Firefox */
    appearance: none !important;
}

.new-form-sec select{
    content: "";
    background-image: url("/wp-content/uploads/2026/04/arrow-select.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 95% 50% !important;
}

.new-form-sec option[selected="selected"], .new-form-sec option:hover {
    background: var(--Merlot, #502C2F);
}
.new-form-sec input[type="submit"] {
    background: var(--ColorMulberry, #823D40) !important;
    width: 186px !important;
    border-radius: 100px !important;
    font-family: Aeonik !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: -3% !important;
    position: relative;
    background-image: none !important;
}

.new-form-sec input[type="submit"]:hover {
    padding: 0 !important;
    background: #502C2F !important;
}

.pop-section input, .pop-section select, .pop-section textarea {
    background-color: var(--Merlot, #502C2F) !important;
}


.pop-section input[type="submit"] {
    background: var(--Merlot, #502C2F) !important;
}
.pop-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}
.pop-section .gform-footer.gform_footer.top_label {
    margin-top: 10px !important;
}


.pop-section .validation_message {
    color: #EFE7DB !important;
}

.pop-section  div#gform_7_validation_container {
    border: 1px solid #EFE7DB;
    color: #EFE7DB !important;
}

.pop-section  h2.gform_submission_error.hide_summary {
    color: #EFE7DB !important;
}

.pop-section  .gform-theme--framework .gform_validation_errors .gform-icon::before {
      color: #EFE7DB !important;
}

.pop-section  .gform-theme--framework .gform_validation_errors .gform-icon {
    border: 1px solid #EFE7DB;
}




.residential-new-sec {
    text-align: center;
    padding-top: 74px;
    padding-bottom: 74px;
     overflow: hidden;
}


.residential-new-sec input, .residential-new-sec select, .residential-new-sec textarea {
    background-color: var(--Merlot, #502C2F) !important;
}

.residential-new-sec .new-form-sec {
    width: 727px;
    margin: auto;
    max-width: 100%;
    float: none;
    text-align: left;
}

.residential-new-sec .new-form-sec .gform-footer.gform_footer.top_label {
    margin-top: 20px !important;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.residential-new-sec .new-form-sec input[type="submit"] {
background: var(--Merlot, #502C2F) !important;
   
}

.residential-new-sec .validation_message {
    color: #EFE7DB !important;
}

.residential-new-sec  div#gform_7_validation_container {
    border: 1px solid #EFE7DB;
    color: #EFE7DB !important;
}

.residential-new-sec h2.gform_submission_error.hide_summary {
    color: #EFE7DB !important;
}

.residential-new-sec .gform-theme--framework .gform_validation_errors .gform-icon::before {
      color: #EFE7DB !important;
}
.residential-new-sec .gform-theme--framework .gform_validation_errors .gform-icon {
    border: 1px solid #EFE7DB;
}

.residential-new-sec .gform-theme--framework .gform_validation_errors {
    border: 1px solid #EFE7DB;
}

.residential-new-sec .container::before {
        left: 70px;
        content: "";
        background: #502C2F;
        width: 60px;
        height: 100vh;
        position: absolute;
        top: -73px;
}


.residential-new-sec .container {
    position: relative;
   
}
/*/* For screens larger than 767px, show the grid layout */
@media (min-width: 767px) {
    .test-monial-sec-la .grid-row {
        display: flex; /* Make the grid layout visible */
    }
 
}

/* For screens smaller than 767px, hide the grid layout and show the slick slider */
@media (max-width: 767px) {
    .residential-new-sec .container::before {
        display: none;
    }
    .test-monial-sec-la .grid-row {
        display: none;  /* Hide the grid layout */
    }

   .test-monial-sec-la .slick-slider {
    display: block;
    margin: 0;
}
}
@media (max-width: 1023px) {
    .residential-new-sec .container::before {
        display: none;
    }
}
@media (min-width: 1700px){
    h1 {
    font-size: 45px;
    line-height: 50px;
}

.hero-item {
    max-width: 500px;
}

.hero-item p {
    font-size: 18px;
    line-height: 20px;
}
}