@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=Poppins:wght@400;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h4,h6{
  font-family: "DM Serif Display", serif;

}
p{
      font-family: "DM Sans", sans-serif;
}
a,li{
     font-family: "DM Sans", sans-serif;
    text-decoration: none;
}
a.btn:hover,.call-btn:hover,.testimonial-section .testimonial-right a,.hero-form .gform_wrapper .gform_button{
     transition: .3s;
}
a.btn:hover,.call-btn:hover{
    background-color: #a17f3b !important;
    transition: .3s;
}
.nav-list{
    list-style-type: none;
    display: flex;
    gap: 30px;
    padding: 0;
}
.nav-list li a{
        font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: #c6a87b;
}
.menu-toggle {
    display: none;
    font-size: 30px;
    cursor: pointer;
}
.testimonial-section .testimonial-right a:hover,.hero-form .gform_wrapper .gform_button:hover{
    color: #fff;
     transition: .3s;
}
.left-col .logo-img{
    max-width: 297px;
    height: 60px;
}
.left-col a{
    display: block;
}
.header-row {
    align-items: center;
}
.landing-header{
    padding: 20px 30px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.container{
    max-width: 1336px;
    margin: auto;
    width:100%;
}
.flex-align-center{
    align-items: center;
}
.flex-space-between{
    justify-content: space-between;
}
.d-flex{
    display: flex;
}
.col{
    width:50%;
}
.call-btn{
    background-color: #94803A;
    padding: 8px 12px;
    border-radius: 12px;
    gap: 16px;
}
.call-btn p{
    font-size: 20px;
    color: #F8F8EE;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
}
.call-btn p span{
    font-size: 14px;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
}
.hero-sec{
    background-image: url(http://londonharker.com/wp-content/uploads/2025/11/Gemini_Generated_Image_vvcsm1vvcsm1vvcs-1.webp);
    background-size: cover;
    padding: 123px 25px 100px;
    margin-top: 108px;
    background-position: center;
}
.review-wrap{
    padding: 7px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    max-width: 475px;
    background-color: #94803A;
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    box-sizing: border-box;
}
.review-wrap span{
    color: #DFDDA9;
}
.main-title{
    font-size: 51px;
    font-weight: 400;
    color: #F8F8EE;
    line-height: 61px;
    margin-bottom: 8px;
}
.hero-sec .row{
    gap: 40px;
}
.main-title span{
    color: #FACC15;
}
.col{
    width: 50%;
}
.fees-txt{
    font-size: 20px;
    font-weight: 500;
    color: #F8F8EE;
    margin-bottom: 32px;
}
.fees-txt span{
    color: #DFDDA9;
    font-weight: 700;
}
.hero-list li{
    list-style-type: none;
    display: flex;
    align-items: baseline;
    gap: 9px;
    font-size: 20px;
    margin-bottom: 11px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
}
.hero-list li img{
        position: relative;
    top: 4px;
}
.hero-content small,.hero-form small{
    color: #fff;
    font-family: "DM Sans", sans-serif;
        margin-top: 10px;
    display: block
}
.hero-form small{
    color: #000;
}
.card-icon{
        width: 45px;
    height: 45px;
    display: flex;
    background-color: #fdfbf7;
    color: #8b6e3f;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border:1px solid #c6a87b1a;
}
.learn-card-wrap{
        display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;

}
.learn-card {
    padding: 32px;
    border: 1px solid #0000001a;
    border-radius: 10px;
    text-align: left;
    width: 25.58%;
        background-color: #fff;
}
.mt-50{
 margin-top:40px;   
}
.mb-0{
    margin-bottom: 0 !important;
}

.card-content h3{
    margin-top:24px;
    font-size:20px;
    margin-bottom: 6px;
}
.card-content p{
    font-size:16px;
    color: #000;
    margin-bottom: 0;
}
.review-sec .learn-card-wrap{
        max-width: 920px;
    margin: auto;
    flex-wrap: nowrap;
}
.review-sec .card-icon{
    background-color: #fff;
}
.review-sec .learn-card-wrap{
    margin: auto;
    max-width: 920px;
}
.review-sec .card-content p {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    margin-top: 20px;
}
.review-sec .learn-card{
    width: 40%;
    background-color: #fdfbf7;
}
.review-sec .wrote-card{
    background-color: #fff;
}
.review-sec .wrote-card .card-icon{
    background-color: #f8fafc;
    color: #000;
}
.wrote-txt{
        font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: flex;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.wrote-txt svg{
        width: 30px;
    color: #e2e8f0;
    height: 30px;
}
.book-for .row{
    display: flex;
    gap:100px;
}
.book-for .col img{
    width: 100%;
}
.book-for p,.book-for h2{
    text-align: left !important;
}
.col-65{
    width:65%;
}
.col-35{
    width: 35%;
}
.book-list li{
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
}
.book-list li div{
    color:#826A35;
    padding-top: 4px;
}
.book-list li span{
    
    font-size: 20px;
}
.button-wrapper{
    display: flex;
    align-self: center;
    gap: 16px;
    margin-top: 32px;
}
.button-wrapper .btn,.title-sec .btn{
    background-color: #826A35;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 35px;
}
.button-wrapper .call-btn{
    background-color: #D7C6A0;
    padding: 14px 28px;
    color: #65502E;
}
.button-wrapper .call-btn:hover{
    color: #fff;
}
.hero-sec .hero-form{
    padding: 24px 36px;
    background-color: #fff;
    border-radius: 16px;
    max-width: 516px;
    margin-left: auto;
    box-sizing: border-box;
}
.hero-sec .hero-form h2{
    font-size: 30px;
    color: #94803A;
    line-height: 40px;
    margin-bottom: 8px;
    font-weight: 400;
}
.hero-sec .hero-form p{
    color: #000000;
    font-size: 16px;
    margin-bottom: 28px;
}

.counter-row{
    display: flex;
    margin-top: 140px;
}
.counter-row .counter-col{
    width: 25%;
    border-right: 2px solid #DFDDA9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    box-sizing: border-box;
}
.counter-row .counter-col:last-child{
    border: none;
}
.counter-digit{
    font-weight: 400;
    font-size: 40px;
    color: #F8F8EE;
    line-height: 48px;
    margin-bottom: 8px;
    font-family: "DM Serif Display", serif;
}
.counter-text{
    font-size: 20px;
    font-weight: 400;
    color: #DFDDA9;
    font-family: "DM Serif Display", serif;
    text-align: center;
}
.title-sec h2{
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: capitalize;
}
.title-sec h2 span{
    color: #826A35;
}
.recovery-sec{
    padding: 110px 25px;
}
.title-sec{
    text-align: center;
    margin-bottom: 30px;
}

.title-sec p{
    font-size: 20px;
    color: #475569;
    line-height: 31px;
    margin: 0 auto 20px;
    max-width: 1164px;
}
.title-sec .btn{
    display: inline-block;
    font-size: 20px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
    margin-top: 40px;
}

/* Cards layout (2 top, 3 bottom) */
.card:nth-child(1) {
  flex: 1 1 calc(40% - 15px);
  max-width: calc(40% - 15px);
}

.card:nth-child(2) {
  flex: 1 1 calc(60% - 15px);
  max-width: calc(60% - 15px);
}
.card {
  position: relative;
  flex: 1 1 calc(50% - 20px); /* first row default */
  max-width: calc(50% - 20px);
  border-radius: 10px;
  overflow: hidden;
  height: 436px;
}

.card:nth-child(n+3) {
  flex: 1 1 calc(33.33% - 20px); /* bottom row */
  max-width: calc(33.33% - 20px);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 24px;
  align-items: baseline;
}

.overlay h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 400;
  color: #FAFAFA;
}

.overlay p {
  font-size:16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #F1F5F9;
}

.overlay a {
  background-color: #826A35;
  color: #fff;
  padding: 14px 12px;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: .3s;
}

.overlay a:hover {
  background-color: #a17f3b;
    transition: .3s;
}
.case-slider {
  margin: 0 auto;
  margin-top: 80px;
}
.priority-slider{
    padding:0 0px 100px;
}
.priority-slider .title-sec{
    padding: 0 25px;
}
.case-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 10px;
  height: 425px;
}

.case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-card .overlay-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8%, rgb(0 0 0) 100%);
  color: #fff;
}

.case-card .icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.case-card h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 12px;
  color: #fff;
}
.case-card .btn {
    display: flex;
    color: #fff;
    text-decoration: none;
    background: transparent;
    font-weight: 500;
    transition: opacity 0.3s;
    font-size: 18px;
    align-items: center;
    gap: 10px;
}

.case-card .btn:hover {
  opacity: 0.8;
  background-color: transparent!important;
  color:#826A35!important;
}

/* Slick custom arrows */
.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  background: #b8944e;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 10;
  position: absolute;
  cursor: pointer;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev:hover, .slick-next:hover {
  background: #a17f3b;
}

.slick-prev {
     left: unset;
       right: 80px;
    top: -53px;
}

.slick-next {
  right: 20px;
  top: -53px;
}
.overlay-card .icon img{
    width: 40px;
}
.btn img{
    width: 20px;
    height: 20px;
}
  /* ===== Testimonial Section Scoped Styles ===== */
    .testimonial-section {
      background-color: #f5f6f5;
      padding: 60px 25px;
      font-family: "Poppins", sans-serif;
    }
    .testimonial-section .testimonial-card {
      display: flex;
      align-items: stretch;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      min-height: 260px;
    }

    .testimonial-section .testimonial-left {
      flex: 1;
          padding: 33px 26px 69px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    }
    .client-info{
            width: 100%;
    padding-top: 10px;
    border-top: 1px solid #CFCFCF;
    }
    .testimonial-section .testimonial-left img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-bottom: 15px;
    }

    .testimonial-section .testimonial-left h4 {
      font-size: 16px;
      color: #65502E;
      margin-bottom: 6px;
      font-weight: 400;
      font-size: 32px;
      line-height: 40px;
    }

    .testimonial-section .testimonial-left p {
      color: #9b885c;
      font-size: 20px;
      font-weight: 600;
      margin: 0;
    }

    .testimonial-section .testimonial-left .stars {
      color: #ffb400;
      font-size: 20px;
    }

    .testimonial-section .testimonial-right {
      flex: 2;
      background-color: #8b6f35;
      color: white;
      padding: 40px 45px 60px 67px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
    }

    .testimonial-section .testimonial-right p {
        font-size: 24px;
    line-height: 1.6;
    position: relative;
    font-weight: 600;
    max-width: 591px;
    }
    .testimonial-right p{
        position: relative;
    }
    .testimonial-section .testimonial-right p::before {
      content: '';
      background-image: url('http://londonharker.com/wp-content/uploads/2025/11/Quotes.svg');
      width: 45px;
      height:45px ;
      margin-right: 6px;
      position: absolute;
          left: -47px;
    }

    .testimonial-section .testimonial-right p::after {
        content: '';
    background-image: url('http://londonharker.com/wp-content/uploads/2025/11/Vector-13.svg');
      
      width: 36px;
      height:26px ;
      margin-left: 6px;
      position: absolute;
    }

   .testimonial-section .testimonial-right a {
    align-self: flex-start;
    background-color: #F8F8EE;
    border: none;
    color: #826A35;
    padding: 10px 20px;
    border-radius: 9px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
}

    /* Slick Customization */
    .testimonial-section .slick-prev, 
    .testimonial-section .slick-next {
      background-color: #e3dfc9;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      z-index: 10;
    }

    .testimonial-section .slick-prev:before, 
    .testimonial-section .slick-next:before {
      color: #8b6f35;
      font-size: 20px;
    }

    .testimonial-section .slick-dots li button:before {
      color: #8b6f35;
    }

    .testimonial-section .slick-dots li.slick-active button:before {
      color: #c2a753;
    }
    .testimonial-slider {
        margin-top: 110px;
    }
.testimonial-slider .slick-list {
	height:511px !important
}
.testimonial-slider .slick-track{
    height: 100%;
}
    .slick-dots{
            display: flex;
    justify-content: center;
    margin-top: 20px;
    list-style-type: none;
    gap: 10px;
    }
    .slick-dots button{
               font-size: 0;
    border: none;
    width: 16px;
    height: 16px;
    background-color: #DFDDA9;
    border-radius: 100px;
    }
    .slick-dots .slick-active  button{
        background-color: #826A35;
    }
    .btn-wrap{
        text-align: right;
    }
    .testimonial-slider .slick-arrow{
        top: -80px;
    }
    .contact-section {
  background-color: #f7f7f3;
  padding: 40px 0 80px;
  display: flex;
  justify-content: center;
}

.contact-container {
  display: flex;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
}

.contact-info {
  background-color: #fff;
  flex: 1;
  padding: 57px 40px;
  color: #4a3d2f;
}

.contact-info h3,.contact-form h3 {
     font-size: 28px;
    margin-bottom: 8px;
    color: #826A35;
    font-weight: 400;
}

.contact-info .reviews {
  color: #171717;
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: 500;
}

.contact-info .stars {
  color: #BCB153;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-details li {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
  font-size: 20px;
  color: #1E293B;
}

.contact-details .icon {
  margin-right: 12px;
  height: 32px;
}

.contact-form {
  background-color: #EDEED3;
  flex: 1;
     padding: 89px 58px;
}



.contact-form p {
  font-size: 20px;
  color: #826A35;
  margin-bottom: 28px;
}

.form-placeholder {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  border: 1px solid #ddd;
  min-height: 150px;
  text-align: center;
  font-style: italic;
  color: #999;
}
.faq-section {
  background-color: #f7f7f3;
  padding: 60px 25px 100px;
  display: flex;
  justify-content: center;
}

.faq-row {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  padding: 40px 33px;
      box-sizing: border-box;
      gap:32px;
      margin-top:40px
}

.faq-intro {
     width: 40%;
}

.faq-intro h2 {
     font-size: 32px;
    color: #1E293B;
    margin-bottom: 12px;
    font-weight: 400;
}

.faq-intro h2 span {
  color: #a88635;
}

.faq-intro p {
  font-size: 20px;
    color: #475569;
    line-height: 1.6;
    font-weight: 500;
}

.faq-list {
  width: 60%;
}

.faq-item {
    background-color: #F8F8EE;
    border: 1px solid #BCB153;
    border-radius: 21px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 20px;
    color: #94803A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    position: relative;
}

.faq-answer {
  display: none;              /* hide by default */
  padding: 0 20px 15px 20px;      /* keep your horizontal padding */
  font-size: 16px;
  color: #65502E;
  font-weight: 500;
  overflow: hidden;         
}


/* Circle Arrow Icon */
.faq-question .icon {
  background: url("http://londonharker.com/wp-content/uploads/2025/11/Vector-14.svg") center no-repeat;
  background-size: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #c9b765;
  background-color: #94803A;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .icon {
  transform: rotate(180deg);
}
.site-footer {
  background-color: #1D242C;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

/* ===== TOP SECTION ===== */
.footer-top {
     padding: 75px 20px 75px;
    border-bottom: 1px solid #ffffff52;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
  width: 245px;
  margin-bottom: 20px;
}

.footer-top h3 {
      font-size: 32px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #fff;
    max-width: 770px;
    margin: auto;
    margin-bottom: 10px;
}
.footer-top p{
    margin-bottom: 30px;
}
.footer-btn {
  background-color: #826A35;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.footer-btn:hover {
  background-color: #d1b45a;
}

/* ===== MIDDLE LINKS SECTION ===== */
.footer-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 32px 0;
  text-align: left;
  border-bottom: 1px solid #2a2f36;
  font-family: "Poppins", sans-serif !important;
}

.footer-column {
  width: 20%;
}
.footer-column:last-child{
    width: 40%;
}
.footer-column h4 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 36px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-column ul li a:hover,.social-links a:hover {
  color: #b5984b;
   transition: color 0.3s;
}

.footer-column p {
      color: #ffffffa6;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.social-links a {
  display: inline-block;
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
  text-decoration: none;
}


/* ===== BOTTOM SECTION ===== */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
      padding: 36px 30px;
  background-color: #282F38;
  font-size: 13px;
  color: #999;
}

.footer-bottom p {
      margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.footer-bottom-links a {
  color: #fff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.footer-bottom-links a:hover {
  color: #b5984b;
}
.footer-social-icons{
    display: flex;
    gap: 20px;
}
.footer-social-icons a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #b5984b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.footer-social-icons a:hover {
  background: #d1b45a;
}
.hero-form .gform_heading{
	display:none !important;
}
 .hero-form .forminator-row{
    display: flex;
    justify-content: space-between;
    gap: 14px;
}
.hero-form .name-field{
    margin-bottom: 0 !important;
    width: 50%;
}
.hero-form .forminator-col-12{
    width: 100%;
}
.hero-form ul{
	list-style-type:none !important;
}
.hero-form .forminator-field label{
    display: none !important;
}

.hero-form .gform_fields li#field_6_1,.hero-form .gform_fields li#field_6_7{
   width: 48.3%;
    display: inline-block;
}
.hero-form .gform_fields li#field_6_1{
    margin-right: 14px;
}
.hero-form .gform_fields li{
    margin-bottom: 20px;
}

.hero-form .gform_wrapper input, .hero-form .gform_wrapper textarea, .hero-form .gform_wrapper select,.hero-form .forminator-input,.hero-form textarea {
    width: 100%;
    border: 1px solid #00000021!important;
    border-radius: 8px !important;
    padding: 0 .75rem;
    box-shadow: none;
    height: 42px!important;
    font-size: 14px!important;
    color: #00000099!important;
}

.hero-form input,.hero-form textarea{
    font-family: "DM Sans", sans-serif !important;
}
.hero-form .hero-form textarea{
    height: 109px;
}
.hero-form .gform_wrapper .gform_button,.hero-form .forminator-button-submit {
    background-color: #94803A;
    color: #fff;
    border: 0;
    border-radius: 8px!important;
    padding: .8rem 1.1rem;
    font-weight: 700;
    height: 46px;
    font-size: 16px !important;
    max-width: 100% !important;
    width: 100%!important;
    cursor: pointer;
      font-family: "DM Sans", sans-serif !important;
}
.learn-bg{
    background-color: #FBFAF6;
}
.forminator-col{
    width: 100%;
}
.hero-form input:focus-visible,.hero-form textarea:focus-visible{
    border: 1px solid #94803A!important;
    outline: 0;
    transition:.5s!important;
}
.hero-form textarea{
    padding-top: 12px !important;
}
.contact-form .hero-form .gform_wrapper input,.contact-form .hero-form .gform_wrapper textarea,.contact-form .hero-form .gform_wrapper select,.contact-form .forminator-field input,.contact-form .forminator-field textarea{
    background-color: #F8F8EE!important;
}
.hero-form .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col{
    padding: 0!important;
}
.forminator-row{
    flex-wrap: nowrap !important;
}
.hero-form .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row{
    margin-left: 0!important;
    margin-right: 0!important;
}
.hero-form .forminator-row{
    margin-bottom: 20px !important;
}
.contact-form .hero-form .gform_wrapper .gform_button {
    background-color: #94803A;
    max-width: 100%;
    cursor: pointer;
}
.contact-form .gform_wrapper form{
 gap:0   
}
.footer-social-icons a{
    transform: scale(1);
    transition:.3s;
}
.footer-social-icons a:hover{
    transform: scale(1.2);
    transition:.3s;
}
.hero-form input,.hero-form textarea{
    box-sizing: border-box;
}
.gform_submission_error.hide_summary,.validation_message {
        font-size: 13px!important;
    line-height: 23px !important;
    font-family: 'DM Sans'!important;
    color: #df0d0d!important;
    margin-top:5px;
}
.gfield_error input,.gfield_error textarea,.hero-form .forminator-has_error input,.hero-form .forminator-has_error textarea{
    border:1px solid #df0d0d!important;
}
.validation_message {
    font-size: 12px !important;
    line-height: 15px!important;
}
.landing-header{
    border-bottom: 1px solid #8c979a;
}
.back-to-top1 {
    position: fixed;
    background-color: #826A35;
    bottom: 16px;
    left: 10px;
    z-index: 1000;
    width: fit-content;
    height: fit-content;
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s all linear;
    border-radius: 35px;
}
 .back-to-top1 svg {
    width: 28px!important;
    height: 28px!important;
    padding: 0;
    margin: 0;
    color: #fff;
    transform: rotate(180deg);
    transition: .4s all linear;
}
/* Overlay base */
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}

/* Modal box with animation */
.modal-box {
  background: #fff;
  padding: 30px 35px;
  max-width: 640px;
  width: 90%;
  border: 2px solid #d4a255;
  border-radius: 10px;
  position: relative;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.4s ease;
}

/* Add animation class when visible */
.modal-overlay.active .modal-box {
  opacity: 1;
  transform: translateY(0);
}

/* Close button */
.modal-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #555;
  transition: color 0.3s ease;
}
.modal-close:hover { color: #000; }

/* Content */
.modal-content {
  max-height: 70vh;
  overflow-y: auto;
}
.modal-content p {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* Read More link */
.read-more-link {
    color: #94803a;
    margin-bottom: 10px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s ease;
    display: inline-block;
}
.read-more-link:hover {
  color: #b17f22;
}
.gform_legacy_markup_wrapper {
    display: flex;
    flex-direction: column-reverse;
}


/* SECTION BASE */
.authors-section {
  background: #fbfaf6;
  padding: 110px 20px;
  font-family: Arial, sans-serif;
}

.authors-container {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: start;
}
.authors-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.authors-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #111827;
  margin-bottom: 18px;
  font-weight: 600;
}

/* ICON CIRCLE */
.icon-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0e7d5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8b6a2b;
    font-weight: bold;
    flex-shrink: 0;
    padding: 5px;
    box-sizing: border-box;
}

/* RIGHT SIDE */
.authors-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

/* AUTHOR CARD */
.author-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.25s ease;
}

.author-card:hover {
  transform: translateY(-4px);
}

/* IMAGE */
.author-img {
  height: 300px;
  background: #222;
}

.author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* CONTENT */
.author-content {
  padding: 22px 22px 26px;
}

.author-content h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #111827;
}

.author-role {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  color: #a97c33;
  font-weight: 700;
  margin-bottom: 12px;
}

.author-content p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 16px;
}

.author-link {
  font-size: 14px;
  font-weight: 700;
  color: #a97c33;
  text-decoration: none;
}

.author-link:hover {
  text-decoration: underline;
}

/* ✅ RESPONSIVE BREAKPOINTS */

/* Tablets */
@media (max-width: 992px) {
  .authors-container {
    grid-template-columns: 1fr;
  }
  .authors-right {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile */
@media (max-width: 600px) {
 
  .authors-right {
    grid-template-columns: 1fr;
  }

  .author-img {
    height: 340px;
  }
  .authors-section{
      padding:50px 40px;
  }
}

/* Optional subtle scale animation */
@keyframes modalFadeIn {
  0% { opacity: 0; transform: scale(0.9) translateY(20px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
.modal-overlay.active .animated-modal {
  animation: modalFadeIn 0.35s ease-out;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .footer-links {
    flex-direction: row;
    padding: 40px 30px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}



/* Responsive */

@media(max-width:1054px){
    .hero-form .gform_fields li#field_6_1, .hero-form .gform_fields li#field_6_7{
        width: 48%;
    }
    .service-grid{
    gap: 20px;
}
.learn-card{
    width: 38%;
}
}
@media(max-width:992px){
    .card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
    .main-title{
        font-size: 32px;
        line-height: 40px;
    }
    .review-wrap{
        max-width: 349px;
        font-size: 18px;
    }   
    .counter-row {
    margin-top: 63px;
}
.button-wrapper .btn{
    font-size: 16px;
}
.counter-row .counter-col{
    padding: 13px;
}
.hero-sec{
    padding: 65px 25px 21px;
}
.hero-list li{
    font-size: 16px;
}
.case-slider .slick-list{
    padding: 0 20% 0% 20%;
} 
.card:nth-child(1) {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.card:nth-child(2) {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.card:nth-child(n+3){
    height: 262px;
}
.testimonial-section .testimonial-right{
    flex: 1;
}
.testimonial-slider .slick-list {
    height: 436.323px !important;
}
.btn-wrap {
    text-align: center;
}
.contact-section{
        padding:50px 30px;
}
.contact-info h3, .contact-form h3{
    font-size: 24px;
}
.contact-info .reviews{
    font-size: 18px;
}
.contact-details li,.contact-form p{
    font-size: 16px;
}
.faq-row{
    flex-direction: column;
}
.faq-intro,.faq-list {
    width: 100%;
}
.footer-column:last-child {
    width: 100%;
}
.footer-column {
    width: 14%;
}
.footer-links{
    padding-bottom: 60px;
}
 .contact-form {
    padding: 25px;
}

.overlay{
        padding: 32px 15px;
}
.book-for .row{
    flex-direction: column-reverse;
    gap: 70px;
}
}

@media(max-width:940px){
    .hero-form .gform_fields li#field_6_1, .hero-form .gform_fields li#field_6_7{
        width: 47.4%;
    }
    .hero-sec .row {
    gap: 20px;
}
}
@media (max-width: 768px) {
  .faq-container {
    flex-direction: column;
  }

  .faq-intro, .faq-list {
    padding: 30px;
  }
  .learn-card{
    width: 100%;
}
.review-sec .learn-card-wrap{
    flex-wrap: wrap;
}

.review-sec .learn-card{
    width: 100%;
    background-color: #fdfbf7;
}
}
@media(max-width:767px){
       .testimonial-section .testimonial-card {
        flex-direction: column;
        min-height: auto;
      }

      .testimonial-section .testimonial-right {
        border-radius: 0 0 12px 12px;
      }
    .col{
        width: 100%;
    }
     .hero-form .gform_fields li#field_6_1, .hero-form .gform_fields li#field_6_7{
        width: 47.9%;
    }
    .hero-form{
        max-width: 100%;
    }
    .hero-sec .row{
        gap: 40px;
        flex-direction: column-reverse;
        justify-content: center;
    }
     .hero-sec .hero-form{
        margin: auto;
        width:100%;
        max-width: 100%;
    }
    
    .col{
        width: 100%;
    }
    .review-wrap{
        max-width: 346px;
            padding: 7px 10px;
    }
        .hero-sec {
        padding: 65px 32px 21px;
    }
        .main-title {
        font-size: 24px;
        line-height: 35px;
    }
    .counter-digit{
        font-size: 28px;
        line-height: 32px;
    }
    .counter-text{
        font-size: 10px;
        line-height: 12px;
    }
        .counter-row .counter-col {
        padding: 2px;
    }
    .left-col .logo-img {
    max-width: 137px;
    height: 30px;
}
.call-btn p{
    font-size: 10px;
}
.call-btn p span{
    font-size: 7.71px;
}
.landing-header{
    padding: 18px 32px;
}
.right-col .call-btn img{
    width: 25px;
}
.hero-sec{
    margin-top: 72px;
}
    .counter-row {
        margin-top: 45px;
    }
        .hero-sec {
        padding: 32px 32px 45px;
    }
    .hero-form h2{
        font-size: 20px;
        line-height: 20px;
    }
    
    .case-slider .slick-list{
    padding: 0 5% 0% 5%;
} 
.slick-prev{
    right: unset;
    top: -53px;
    left: 15px;
}
.case-slider{
        margin-top: 110px;
}
.title-sec h2{
    font-size: 24px;
    line-height: 28px;
}
.title-sec p{
    font-size: 16px;
    line-height: 20px;
}
.priority-slider .title-sec{
    padding: 0 32px;
}
.card:nth-child(n+3){
    height: 300px;
}
.recovery-sec{
        padding: 50px 25px;
}
.testimonial-section .testimonial-right{
    flex: 1;
}
.testimonial-section .testimonial-left,.testimonial-section .testimonial-right{
    flex: unset;
}
    .testimonial-slider .slick-list, .testimonial-section .testimonial-right{
        height:unset !important;
    }
    .testimonial-section .testimonial-right p{
        font-size: 16px;
    }
    .testimonial-section .testimonial-right a{
            display: inline-block;
    margin-top: 23px;
    text-align: center;
    font-size: 16px;
    }
    .testimonial-section .testimonial-right{
        padding: 32px;
        padding-top: 50px;
    }
    .testimonial-slider  .slick-slide{
        height: unset;
    }
    .testimonial-section .testimonial-right p::before,.testimonial-section .testimonial-right p::after {
    width: 26px;
    height: 26px;
    left: -4px;
    top: -25px;
    background-size: contain;
}
.testimonial-section .testimonial-right p::after {
        top: unset;
        bottom: -12px;
        right: 21px;
        left: unset;
        background-repeat: no-repeat;
    }
    .contact-container{
        flex-direction: column;
    }
    .contact-info{
            padding: 13px 20px;
    }
    .contact-form {
    padding: 16px 24px;
}
.faq-intro, .faq-list{
    display: contents;
}
.faq-row{
    gap:16px;
    padding: 40px 22px;
}
.faq-item{
    margin-bottom: 0;
}
.faq-question{
    font-size: 14px;
}
.faq-answer{
    font-size: 12px;
}
.footer-top h3{
    font-size: 20px;
}
    .footer-column {
        width: 30%;
    }
    .footer-bottom{
            padding: 22px 16px;
    }
    .overlay a{
        font-size: 12px;
    }
    .overlay h3{
        font-size: 18px;
    }
    .faq-section{
        padding-bottom: 60px;
    }
    .hero-sec{
    background-image: url(http://londonharker.com/wp-content/uploads/2025/11/Gemini_Generated_Image_vvcsm1vvcsm1vvcs-1-1.webp);
  
}
.menu-toggle {
        display: block;
    }
.nav-links {
    display: none;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    border-top: 1px solid #94803a;
}

    .nav-list {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .nav-item {
        padding: 10px 0;
    }
}
@media(max-width:600px){
    .card:nth-child(n+3){
    height: 436px;
}
 .overlay a{
        font-size: 16px;
    }
    .hero-sec .hero-form{
        padding: 20px;
    }
    .hero-form .gform_fields li#field_6_1, .hero-form .gform_fields li#field_6_7{
        width: 47.5%;
    }
     .card {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
@media(max-width:410px){
    .button-wrapper .btn{
           padding: 14px 15px;
    }
        .review-wrap {
        
        font-size: 16px;
    }
      .hero-form .gform_fields li#field_6_1, .hero-form .gform_fields li#field_6_7{
        width: 47%;
    }
}