/*
Theme Name: Genesis Block Theme - Child
Theme URL: https://jurisdigital.com;
Description: A Useable, Scalable, Extendable Premium Wordpress Theme
Author: Ilia Oborin
Author URL: https://jurisdigital.com
Template: genesis-block-theme
Version: 1.0.0
Text Domain: Genesis Block Theme - Child
*/

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  /* stylelint-disable max-line-length */
  border: 0;
  font-family: "Manrope", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
ul {
  margin-left: 25px !important;
}

body,
button {
  color: white;
  font-family: "Manrope", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 121%;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gloock", serif;
  font-weight: 400;
  line-height: 120%;
  margin: 0px;
}
h1 {
  font-size: 72px;
}
h2 {
  font-size: 48px;
}
.mw-1640 {
  max-width: 1640px;
  margin: auto;
  @media (max-width: 1000px) {
    h2 {
      margin-bottom: 30px;
    }
  }
}
.mw-1340 {
  max-width: 1340px;
  margin: auto;
}
.mw-1070 {
  max-width: 1070px;
  margin: auto;
}
.container {
  padding: 0px;
  margin: auto;
  &:after,
  &:before {
    display: none;
  }
}
.sub-heading {
  font-size: 20px;
  line-height: 180%;
  color: #68731a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  &.align-center {
    text-align: center;
  }
}
body:not(.home) #main p {
    margin-bottom: 16px;
}
.cta-button {
  a,
  button {
    padding: 30px;
    background: #f3eadf;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 120%;
    color: #121212;
    font-weight: 500;
    letter-spacing: 1px;
    transition-duration: 0.3s;
    &:before {
      content: "";
      width: 35px;
      height: 2px;
      background: #121212;
      display: block;
      margin-right: 20px;
      transition-duration: 0.3s;
    }
    &:hover {
      background: #254029;
      color: white;
      &:before {
        background: white;
      }
    }
  }
  &.green a,
  button {
    background: #254029;
    color: white;
    &:before {
      background: white;
    }
    &:hover {
      background: #f3eadf;
      color: #121212;
      &:before {
        background: #121212;
      }
    }
  }
}
.slick-dots {
  display: flex;
  align-items: center;
  li {
    margin-right: 10px;
    font-size: 0px;
    &::marker {
      font-size: 0px;
    }
    button {
      width: 14px;
      height: 14px;
      background: #b8b8b8;
      border-radius: 50%;
      font-size: 0px;
      padding: 0px;
      box-shadow: unset;
    }
    &.slick-active button {
      background: #254029;
    }
  }
}

@media (max-width: 1000px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 36px;
  }
  p {
    font-size: 16px;
  }
  .cta-button a {
    font-size: 16px;
  }
}

header.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 15px;
  z-index: 9999;
  font-size: 0px;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  transition-duration: 0.3s;
  &.scroll {
    background: #254029;
  }
  .header-container {
    max-width: 1640px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    .site-title-wrap {
      max-width: unset;
      width: auto;
    }
    .top-navigation-right {
      max-width: unset;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 40px;
      .main-navigation ul {
        display: flex;
        align-items: center;
        gap: 60px;
        li {
          padding: 20px 0;
          line-height: 1;
          a {
            margin: 0px;
            transition-duration: 0.3s;
            font-size: 18px;
            line-height: 130%;
            color: white;
            &:hover {
              color: #f3eadf;
            }
            &:after {
              padding-left: 10px;
            }
          }
        }
        ul.sub-menu {
          margin: 0 !important;
          display: block;
          top: 100%;
          min-width: 225px;
          width: auto;
          background: #f3eadf;
          padding: 25px 30px;
          border-radius: 0px;
          li {
            padding: 0px;
            margin-bottom: 30px;
            a {
              color: #254029;
              font-size: 20px;
              line-height: 150%;
              font-weight: 500;
              padding: 0px;
              white-space: nowrap;
              &:hover {
                color: #68731a;
              }
            }
            &:last-child {
              margin: 0px;
            }
          }
        }
      }
      .header-call-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 30px;
        background: #f3eadf;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        color: #121212;
        letter-spacing: 1px;
        text-transform: uppercase;
        white-space: nowrap;
        transition-duration: 0.3s;
        svg {
          margin-right: 10px;
        }
        &:hover {
          background: #254029;
          color: white;
          svg path {
            fill: white;
          }
        }
      }
    }
    .drawer-wrap {
      display: none;
    }
  }

  @media (max-width: 1399px) {
    .header-container .top-navigation-right {
      gap: 30px;
      .main-navigation ul {
        gap: 40px;
      }
      .header-call-btn {
        padding: 15px 20px;
      }
    }
  }
  @media (max-width: 1299px) {
    .header-container .top-navigation-right {
      gap: 20px;
      .main-navigation ul {
        gap: 20px;
      }
    }
  }
  @media (max-width: 1000px) {
    padding: 30px 15px;
    .header-container .top-navigation-right {
      display: none;
    }
    .header-container .site-title-wrap {
      width: 180px;
      font-size: 0px;
    }
    .mobile-navigation {
      background: transparent;
      padding: 0;
      width: auto;
      .menu-toggle {
        width: 30px;
        height: 24px;
        position: relative;
        cursor: pointer;
        .top {
          position: absolute;
          top: 0;
          right: 8px;
          width: 100%;
          height: 2px;
          background: white;
          display: block !important;
          transition-duration: 0.3s;
        }
        .mid {
          position: absolute;
          top: 11px;
          right: 0;
          width: 100%;
          height: 2px;
          background: white;
          display: block !important;
          transition-duration: 0.3s;
        }
        .bottom {
          position: absolute;
          bottom: 0;
          right: 8px;
          width: 100%;
          height: 2px;
          background: white;
          display: block !important;
          transition-duration: 0.3s;
        }
      }
      &.toggle-active .menu-toggle {
        .top {
          transform: rotateZ(45deg);
          right: 0;
          top: 11px;
        }
        .mid {
          opacity: 0;
        }
        .bottom {
          transform: rotateZ(-45deg);
          right: 0;
          top: 11px;
        }
      }
    }
    .header-container .drawer-wrap {
      display: block;
      position: absolute;
      left: -15px;
      top: calc(100% + 30px);
      width: calc(100% + 30px);
      .drawer-menu-explore {
        background: #254029;
        padding: 20px 15px;
        .header-call-btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding: 20px 30px;
          background: #f3eadf;
          font-weight: 500;
          font-size: 20px;
          line-height: 120%;
          color: #121212;
          letter-spacing: 1px;
          text-transform: uppercase;
          white-space: nowrap;
          margin-top: 10px;
          svg {
            margin-right: 10px;
          }
        }
        .drawer-navigation ul li a {
          font-size: 18px;
          line-height: 130%;
          color: white;
        }
        .menu-item-has-children .toggle-sub {
          background: transparent;
        }
      }
    }
  }
}

footer.site-footer {
  background: #1a291c;
  padding: 100px 0 65px 0;
  .footer-top {
    padding: 0 15px 80px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    .footer-widgets {
      margin: 0px;
      display: flex;
      align-items: flex-start;
      position: relative;
      &:after {
        content: "";
        position: absolute;
        left: calc(25% + 230px);
        width: 1px;
        height: calc(100% + 80px);
        background: rgba(255, 255, 255, 0.08);
      }
      .footer-column {
        padding: 0px;
        margin: 0px;
        float: unset;
        &.first {
          width: 50%;
          .wp-block-image {
            width: 250px;
            margin: 0px;
          }
          .widget_text {
            margin: 50px 0;
            p {
              font-size: 20px;
              line-height: 180%;
              color: white;
              max-width: 460px;
            }
          }
          .social-items {
            display: flex;
            align-items: center;
            gap: 20px;
            .social-item img {
              transition: all 0.3s ease;
            }
            .social-item:hover img {
              color: #68731a;
              transform: scale(1.1);
            }
          }
        }
        &.second {
          width: 25%;
        }
        &.third {
          width: 25%;
        }
        .wp-block-heading {
          font-size: 32px;
          line-height: 150%;
          font-weight: bold;
          color: white;
          font-family: "Manrope", serif;
          margin: 0 0 50px 0;
        }
        .widget_nav_menu {
          margin: 0px;
          ul.menu {
            display: grid;
            gap: 40px;
            li {
              padding: 0px;
              a {
                font-size: 18px;
                color: white;
                line-height: 130%;
                text-decoration: unset !important;
                transition-duration: 0.3s;
                &:hover {
                  color: #f3eadf;
                }
              }
              ul {
                display: none;
              }
            }
          }
        }
        .contact-items {
          display: grid;
          gap: 40px;
          .contact-item {
            display: flex;
            align-items: center;
            text-decoration: unset !important;
            font-size: 20px;
            line-height: 150%;
            color: white;
            img {
              margin-right: 15px;
            }
          }
        }
      }
    }
  }
  .footer-bottom {
    padding: 50px 15px 0 15px;
    .footer-bottom-inner {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
      .copyright {
        font-size: 14px;
        line-height: 150%;
        color: #b8b8b8;
        max-width: 1175px;
        width: calc(100% - 300px);
      }
      .siteby {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 150%;
        width: 350px;
        color: #898989;
        svg {
          margin-right: 5px;
        }
        span {
          font-size: 14px;
          line-height: 150%;
          color: #68731a;
          margin: 0 10px;
          padding-left: 10px;
          border-left: 1px solid rgba(255, 255, 255, 0.2);
        }
      }
    }
  }

  @media (max-width: 1000px) {
    padding: 70px 15px 50px 15px;
    .footer-top {
      padding: 0 0 50px 0;
      .footer-widgets {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        &:after {
          display: none;
        }
        .footer-column.first {
          width: 100%;
          margin-bottom: 50px;
          .widget_text p {
            max-width: 100%;
          }
        }
        .footer-column.second {
          width: 50%;
          margin: 0px;
          .widget_nav_menu ul.menu {
            gap: 30px;
          }
        }
        .footer-column.third {
          width: 50%;
        }
      }
    }
    .footer-bottom {
      padding: 50px 0 0 0;
      .footer-bottom-inner {
        flex-direction: column;
        gap: 50px;
        .copyright {
          max-width: 100%;
          width: 100%;
        }
        .siteby {
          justify-content: center;
          width: 101%;
        }
      }
    }
  }

  @media (max-width: 767px) {
    .footer-top .footer-widgets .footer-column.first {
      margin: 0px;
    }
    .footer-top .footer-widgets .footer-column.second {
      margin: 50px 0;
      width: 100%;
    }
    .footer-top .footer-widgets .footer-column.third {
      width: 100%;
    }
  }
}

section#home-hero {
  padding: 250px 15px 135px 15px;
  background-size: cover;
  background-position: center;
  position: relative;
  &:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 43px;
    z-index: 9;
    background-image: url(/wp-content/uploads/2025/02/pattern.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
  }
  h1 {
    color: white;
    max-width: 930px;
    position: relative;
    &:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -50px;
      height: 5px;
      width: 50%;
      background: linear-gradient(
          90deg,
          rgba(254, 238, 205, 0.2) 0%,
          rgba(254, 238, 205, 0) 100%
        ),
        linear-gradient(90deg, #c5b081 0%, rgba(197, 176, 129, 0) 100%);
    }
  }
  .intro {
    margin: 100px 0 70px 0;
    max-width: 730px;
    p {
      color: white;
    }
    a {
      text-decoration: underline;
    }
    a:hover {
      color: #254029;
    }
  }
  @media (max-width: 1000px) {
    padding: 150px 15px 50px 15px;
    h1:after {
      bottom: -40px;
      width: 100%;
    }
    .intro {
      margin: 80px 0 40px 0;
    }
  }
  @media (max-width: 767px) {
    .cta-button a {
      width: 100%;
      padding: 30px 0px;
    }
  }
}

section.image-with-text {
  margin: 180px 0 100px 0;
  padding: 0 15px;
  .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    .info-block {
      width: 50%;
      max-width: 725px;
      h2 {
        color: #254029;
        margin: 20px 0 0 0;
        position: relative;
        max-width: 600px;
        &:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -50px;
          height: 5px;
          width: 80%;
          background: linear-gradient(
              90deg,
              rgba(254, 238, 205, 0.2) 0%,
              rgba(254, 238, 205, 0) 100%
            ),
            linear-gradient(90deg, #c5b081 0%, rgba(197, 176, 129, 0) 100%);
        }
      }
      .intro {
        margin: 100px 0 50px 0;
        p {
          color: #808080;
        }
      }
      .repeater-items {
        display: grid;
        gap: 40px;
        padding: 0 30px;
        .repeater-item {
          display: flex;
          align-items: center;
          svg {
            margin-right: 20px;
          }
          p {
            width: calc(100% - 70px);
            color: #808080;
          }
        }
      }
    }
    .image-block {
      position: relative;
      font-size: 0px;
      width: 50%;
      img {
        width: 100%;
      }
      &:after {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 27px;
        z-index: 9;
        background-image: url(/wp-content/uploads/2025/02/pattern.png);
        background-position: center;
        background-size: contain;
        background-repeat: repeat;
      }
      .image-label {
        position: absolute;
        right: 0;
        bottom: -70px;
        background: #254029;
        padding: 45px;
        z-index: 99;
        font-size: 48px;
        line-height: 120%;
        color: white;
        letter-spacing: 1px;
        font-family: "Gloock", serif;
      }
    }
  }
  &.v2 {
    margin: 100px 0 100px 0;
    .wrapper .info-block {
      max-width: 625px;
      h2 {
        max-width: 100%;
      }
    }
  }
  &.v3 {
    margin: 100px 0 100px 0;
    .wrapper .info-block {
      max-width: 800px;
      h2 {
        max-width: 100%;
      }
    }
    .wrapper .image-block {
      max-width: 650px;
    }
  }
  @media (max-width: 1000px) {
    margin: 100px 0 0 0;
    .wrapper {
      flex-direction: column;
      gap: 75px;
      .info-block {
        width: 100%;
        max-width: 100% !important;
        order: 3;
        h2:after {
          bottom: -40px;
          width: 100%;
        }
        .intro {
          margin: 80px 0 40px 0;
        }
      }
      .image-block {
        width: 100%;
        max-width: 100% !important;
      }
    }
    &.v2 {
      margin: 60px 0 0 0;
      .wrapper {
        gap: 0px;
        .image-block {
          margin-bottom: 300px;
          .image-label {
            bottom: unset;
            top: calc(100% + 27px);
            width: 100%;
            padding: 30px 45px;
          }
        }
        .info-block {
          display: flex;
          flex-direction: column;
          .repeater-items {
            padding: 0 0 0 20px;
          }
        }
      }
    }
    &.v3 {
      margin: 60px 0 70px 0;
    }
  }
  @media (max-width: 375px) {
    &.v2 {
      .wrapper .image-block .image-label {
        font-size: 40px;
      }
    }
  }
}

section#steps {
  background: rgba(37, 64, 41, 0.05);
  padding: 150px 15px 180px 15px;
  h2 {
    color: #254029;
    margin: 20px 0 180px 0;
    position: relative;
    text-align: center;
    &:after {
      content: "";
      position: absolute;
      left: calc(50% - 250px);
      bottom: -50px;
      height: 5px;
      width: 500px;
      background: linear-gradient(
          90deg,
          rgba(254, 238, 205, 0.2) 0%,
          rgba(254, 238, 205, 0) 100%
        ),
        linear-gradient(90deg, #c5b081 0%, rgba(197, 176, 129, 0) 100%);
    }
  }
  .step-items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    padding: 0 0 0 20px;
    &:after {
      content: "";
      position: absolute;
      left: 0;
      top: 360px;
      width: 100%;
      height: 1px;
      background: #717171;
    }
    .step-item {
      display: flex;
      flex-direction: column;
      .item-info {
        .num {
          font-size: 96px;
          font-weight: bold;
          line-height: 1;
          color: #68731a;
          display: inline-block;
          position: relative;
          &:after {
            content: "";
            position: absolute;
            right: -15px;
            top: -40px;
            height: 130px;
            width: 1px;
            background: #717171;
          }
        }
        h3 {
          font-size: 24px;
          font-weight: bold;
          line-height: 120%;
          color: #68731a;
          font-family: "Manrope", serif;
          margin: 30px 0 10px 0;
        }
        p {
          color: #808080;
        }
      }
      &:nth-child(1) {
        .item-image {
          min-height: 300px;
          display: flex;
          align-items: center;
          margin-bottom: 100px;
        }
        .item-info {
          max-width: 370px;
        }
      }
      &:nth-child(2) {
        margin-left: 150px;
        .item-image {
          order: 2;
          text-align: center;
          margin-left: -120px;
        }
        .item-info {
          max-width: 400px;
          min-height: 300px;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          margin-bottom: 100px;
          align-items: flex-start;
          h3 {
            margin-top: 0px;
          }
          .num {
            order: 5;
            margin-top: 30px;
            &:after {
              top: unset;
              bottom: -60px;
              height: 140px;
            }
          }
        }
      }
      &:nth-child(3) {
        .item-image {
          min-height: 300px;
          display: flex;
          align-items: center;
          margin-bottom: 100px;
          margin-left: auto;
        }
        .item-info {
          max-width: 335px;
          margin-left: auto;
          margin-right: 150px;
          text-align: right;
        }
      }
    }
  }

  @media (max-width: 1499px) {
    .step-items .step-item:nth-child(2) {
      margin-left: 50px;
    }
    .step-items .step-item:nth-child(3) .item-info {
      margin-right: 40px;
    }
  }

  @media (max-width: 1000px) {
    padding: 100px 15px;
    h2 {
      margin-bottom: 100px;
    }
    .step-items {
      padding: 0;
      flex-direction: column;
      gap: 50px;
      &:after {
        display: none;
      }
      .step-item:nth-child(2) {
        margin: 0px;
        .item-info {
          display: block;
          .num {
            margin: 0px;
          }
          h3 {
            margin: 30px 0 10px 0;
          }
        }
      }
      .step-item .item-image {
        min-height: unset !important;
        margin-bottom: 50px !important;
        order: -1 !important;
        text-align: left !important;
        margin-left: 0px !important;
      }
      .step-item .item-info {
        max-width: 100% !important;
        margin: 0px !important;
        text-align: left !important;
        min-height: unset !important;
        .num:after {
          display: none;
        }
      }
    }
  }
  @media (max-width: 767px) {
    h2:after {
      left: 0;
      width: 100%;
    }
    .step-items .step-item .item-image img {
      width: 100%;
    }
  }
}

section#services {
  margin: 180px 0;
  padding: 0 20px;
  .section-heading {
    display: none;
    padding: 0 0 40px 0;
    h2 {
      margin: 20px 0 80px 0;
      position: relative;
      color: #254029;
      max-width: 800px;
      &:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -40px;
        height: 5px;
        width: 110%;
        background: linear-gradient(
            90deg,
            rgba(254, 238, 205, 0.2) 0%,
            rgba(254, 238, 205, 0) 100%
          ),
          linear-gradient(90deg, #c5b081 0%, rgba(197, 176, 129, 0) 100%);
      }
    }
    p {
      color: #808080;
      max-width: 1100px;
    }
  }
  .repeater-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    .section-heading {
      display: block;
      padding-right: 20px;
      grid-column: 1 / 4;
    }
    .repeater-item {
      min-height: 330px;
      padding: 45px 20px;
      border-top: 1px solid #e7e7e7;
      border-left: 1px solid #e7e7e7;
      transition-duration: 0.3s;
      &:hover {
        background: #f3eadf;
      }
      .item-inner {
        max-width: 317px;
        margin: auto;
        h3 {
          font-size: 22px;
          color: #254029;
          font-weight: bold;
          font-family: "Manrope", serif;
          margin: 20px 0 10px 0;
        }
        p {
          color: #808080;
        }
      }
      &:nth-child(9) .item-inner {
        max-width: 340px;
      }
      &:nth-child(2),
      &:nth-child(6),
      &:nth-child(10),
      &:nth-child(14) {
        border-right: 1px solid #e7e7e7;
      }
      &:nth-child(11),
      &:nth-child(12),
      &:nth-child(13),
      &:nth-child(14) {
        border-bottom: 1px solid #e7e7e7;
      }
    }
  }

  @media (max-width: 1199px) {
    .section-heading h2:after {
      width: 100%;
    }
  }

  @media (max-width: 1000px) {
    margin: 120px 0 130px 0;
    .section-heading {
      display: block;
      padding: 0px;
      margin-bottom: 70px;
    }
    .repeater-items {
      display: block;
      margin: 0 -5px;
      .slick-track {
        display: flex;
      }
      .repeater-item {
        margin: 0 5px;
        border: 1px solid #e7e7e7 !important;
        padding: 50px 30px;
        min-height: unset;
        height: inherit;
      }
      .slick-dots {
        margin-top: 18px;
        margin-left: 5px;
      }
    }
  }
}

section#why-choose {
  background: rgba(104, 115, 26, 0.65);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 150px 100px 20px 100px;
  position: relative;
  &:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 43px;
    z-index: 9;
    background-image: url(/wp-content/uploads/2025/02/pattern.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
  }
  .wrapper {
    background: #254029;
    margin-bottom: -100px;
    position: relative;
    z-index: 99;
    padding: 85px 100px;
    display: inline-block;
    max-width: 840px;
    h2 {
      margin-bottom: 80px;
      position: relative;
      color: white;
      &:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -40px;
        height: 5px;
        width: 100%;
        background: linear-gradient(
            90deg,
            rgba(254, 238, 205, 0.2) 0%,
            rgba(254, 238, 205, 0) 100%
          ),
          linear-gradient(90deg, #c5b081 0%, rgba(197, 176, 129, 0) 100%);
      }
    }
    p {
      color: white;
    }
    .repeater-items {
      margin: 70px 0;
      padding-left: 30px;
      display: grid;
      gap: 40px;
      .repeater-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        .item-info {
          width: calc(100% - 80px);
          .item-heading {
            font-size: 24px;
            color: white;
            font-weight: bold;
            line-height: 120%;
          }
        }
      }
    }
  }
  @media (max-width: 1399px) {
    padding-left: 50px;
  }
  @media (max-width: 1000px) {
    background-image: unset !important;
    padding: 0 15px 100px 15px;
    &:after {
      display: none;
    }
    .wrapper {
      margin: -60px 0 0 0;
      padding: 70px 30px;
      max-width: 100%;
      .repeater-items .repeater-item .item-info .item-heading {
        font-size: 20px;
        margin-bottom: 5px;
      }
    }
  }
}

section#cta {
  margin-top: 250px;
  padding: 150px 15px 330px 15px;
  text-align: center;
  background-size: cover;
  background-position: top center;
  h2 {
    color: white;
  }
  p {
    font-size: 32px;
    line-height: 150%;
    color: white;
    max-width: 790px;
    margin: 50px auto;
  }
  @media (max-width: 1000px) {
    margin-top: 70px;
    padding: 70px 15px 270px 15px;
    p {
      font-size: 24px;
    }
  }
  @media (max-width: 767px) {
    .cta-button a {
      width: 100%;
      padding: 30px 0px;
    }
  }
}

section#testimonials {
  margin-bottom: 200px;
  padding: 0 15px;
  .wrapper {
    background: #f4f5f4;
    padding: 150px 20px 100px 20px;
    position: relative;
    margin-top: -200px;
    .repeater-items {
      max-width: 1030px;
      margin: 0 auto 50px auto;
      .repeater-item {
        position: relative;
        padding: 50px 50px 0 50px;
        svg {
          position: absolute;
          left: 0;
          top: 0;
        }
        p {
          font-size: 24px;
          line-height: 150%;
          color: #121212;
          font-weight: 500;
          position: relative;
        }
        .name {
          font-size: 32px;
          line-height: 140%;
          color: #121212;
          font-weight: bold;
          margin: 30px 0 60px 0;
        }
      }
      .slick-dots {
        margin-left: 50px;
      }
    }
    .cta-button {
      text-align: center;
    }
    &:after {
      content: "";
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 43px;
      z-index: 9;
      background-image: url(/wp-content/uploads/2025/02/pattern.png);
      background-position: center;
      background-size: contain;
      background-repeat: repeat;
    }
  }

  @media (max-width: 1000px) {
    margin-bottom: 100px;
    .wrapper {
      margin-top: -220px;
      padding: 50px 25px 70px 40px;
      .repeater-items {
        margin-bottom: 45px;
        .repeater-item {
          padding: 70px 0 0 15px;
          p {
            font-size: 20px;
          }
          .name {
            margin: 40px 0;
            font-size: 24px;
          }
        }
        .slick-dots {
          margin-left: 15px;
        }
      }
      .cta-button {
        margin-left: -15px;
      }
    }
  }
  @media (max-width: 767px) {
    .wrapper .cta-button a {
      width: 100%;
      padding: 30px 0px;
    }
  }
}

section#blogs {
  margin: 200px 0 100px 0;
  padding: 0 20px;
  .container {
    display: flex;
    flex-direction: column;
  }
  .section-heading {
    text-align: center;
    position: relative;
    &:after {
      content: "";
      position: absolute;
      left: calc(50% - 250px);
      bottom: -40px;
      height: 5px;
      width: 500px;
      background: linear-gradient(
          90deg,
          rgba(254, 238, 205, 0.2) 0%,
          rgba(254, 238, 205, 0) 100%
        ),
        linear-gradient(90deg, #c5b081 0%, rgba(197, 176, 129, 0) 100%);
    }
    h2 {
      margin: 20px 0 30px 0;
      color: #254029;
    }
    p {
      color: #808080;
    }
  }
  .cta-button {
    order: 2;
    text-align: center;
  }
  .blog-items {
    margin: 100px 0 70px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    .blog-item {
      padding: 35px 30px;
      border: 1px solid #e7e7e7;
      .featured-image {
        position: relative;
        padding-top: 72%;
        display: block;
        overflow: hidden;
        img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition-duration: 0.3s;
        }
        &:hover img {
          transform: scale(1.2);
        }
      }
      p {
        color: #808080;
        margin: 40px 0;
      }
      .title {
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        font-size: 24px;
        line-height: 150%;
        color: #68731a;
        margin: 40px 0;
      }
      .read-more {
        font-size: 0px;
        a {
          font-size: 20px;
          line-height: 120%;
          font-weight: 500;
          color: #121212;
          display: inline-flex;
          align-items: center;
          &:before {
            content: "";
            width: 35px;
            height: 2px;
            background: #121212;
            display: block;
            margin-right: 20px;
            transition-duration: 0.3s;
          }
        }
      }
    }
    &.v2 {
      margin: 180px 0 70px 0;
      @media (max-width: 1000px) {
        margin: 100px 0 70px 0;
      }
    }
  }

  @media (max-width: 1000px) {
    margin: 70px 0;
    .cta-button {
      text-align: left;
    }
    .blog-items {
      display: block;
      margin-bottom: 100px -5px 50px -50px;
      .slick-track {
        display: flex;
        .blog-item {
          margin: 0 5px;
          height: inherit;
          padding: 30px;
        }
      }
      .slick-dots {
        margin-top: 50px;
        margin-left: 5px;
      }
      .title {
        font-size: 22px !important;
      }
    }
  }

  @media (max-width: 767px) {
    .section-heading:after {
      left: 0;
      width: 100%;
    }
  }
}

section#about-hero {
  padding: 250px 15px 46px 15px;
  background-size: cover;
  background-position: center;
  position: relative;
  &:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 43px;
    z-index: 9;
    background-image: url(/wp-content/uploads/2025/02/pattern.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
  }
  h2 {
    color: white;
    max-width: 603px;
    position: relative;
    &:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -17px;
      height: 5px;
      width: 80%;
      background: linear-gradient(
          90deg,
          rgba(254, 238, 205, 0.2) 0%,
          rgba(254, 238, 205, 0) 100%
        ),
        linear-gradient(90deg, #c5b081 0%, rgba(197, 176, 129, 0) 100%);
    }
  }
  @media (max-width: 1000px) {
    padding: 150px 15px 50px 15px;
    h2:after {
      bottom: -40px;
      width: 100%;
    }
  }
  .sub-heading {
    font-size: 20px;
    line-height: 180%;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    &.align-center {
      text-align: center;
    }
  }
}

section.content {
  margin: 100px 0 100px 0;
  padding: 0 20px;
  .info-block {
    width: 100%;
    max-width: 100%;
    h2 {
      color: #254029;
      margin: 20px 0 0 0;
      position: relative;
      max-width: 100%;
      &:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -50px;
        height: 5px;
        width: 80%;
        background: linear-gradient(
            90deg,
            rgba(254, 238, 205, 0.2) 0%,
            rgba(254, 238, 205, 0) 100%
          ),
          linear-gradient(90deg, #c5b081 0%, rgba(197, 176, 129, 0) 100%);
      }
    }
    .intro {
      margin: 100px 0 50px 0;
      p {
        color: #808080;
      }
      a {
        text-decoration: underline;
      }

      a:hover {
        color: #254029;
      }
      &.v1 {
        margin: 50px 0;
      }
    }
    .repeater-items {
      display: grid;
      padding-left: 10px;
      .repeater-item {
        display: flex;
        .icon::before {
          content: "•";
          color: #808080;
          margin-right: 10px;
          display: inline-block;
          font-weight: bold;
        }
        p {
          color: #808080;
        }

        strong {
          font-weight: bold;
        }
      }
    }
    img {
      margin-top: -220px;
      margin-bottom: 100px;
    }
    strong {
      font-weight: bold;
      font-size: 18px;
    }
    li {
      position: relative;
      /* padding-left: 25px;
      text-indent: -25px; */
      font-size: 18px;
      color: #808080;
    }
  }

  .info-block.v2 {
    margin: 0px 0 60px 0;
    img {
      margin-top: -220px;
      margin-bottom: 100px;
    }
    strong {
      font-weight: bold;
      font-size: 18px;
    }
    li {
      position: relative;
      /* padding-left: 25px;
      text-indent: -25px; */
      font-size: 18px;
      color: #808080;
    }
    @media (max-width: 1000px) {
      strong,
      li {
        font-size: 16px !important;
      }
    }
  }
  .info-block.v3 {
    margin: 100px 0 100px 0;
    .info-block {
      max-width: 800px;
      h2 {
        max-width: 100%;
      }
    }
  }
  @media (max-width: 1000px) {
    margin: 0px 0 60px 0;
    .info-block {
      width: 100%;
      max-width: 100% !important;
      order: 3;
      h2:after {
        bottom: -40px;
        width: 100%;
      }
      .intro {
        margin: 80px 0 40px 0;
      }
    }
    .info-block.v2 {
      margin: 0px 0 30px 0;
      img {
        margin-top: -120px;
        margin-bottom: 50px;
      }
      .info-block {
        width: 100%;
        max-width: 100% !important;
        order: 3;
        h2:after {
          bottom: -40px;
          width: 100%;
        }
        .intro {
          margin: 80px 0 40px 0;
        }
      }
    }
    .info-block.v3 {
      margin: 60px 0 70px 0;
    }
  }
  @media (max-width: 767px) {
    .info-block.v2 {
      margin: 0px 0 30px 0;
      img {
        margin-top: -80px;
        margin-bottom: 15px;
      }
    }
  }
}

section.attorney {
  padding: 100px 120px;
  background-color: #f3eadf;
  width: 100%;
  .section-header {
    margin-bottom: 130px;
  }
  h2 {
    color: #254029;
    margin: 20px 0 0 0;
    position: relative;
  }
  .devider {
    height: 1px;
    width: 100%;
    background: #d9d9d9;
  }
  .sub-heading {
    font-size: 20px;
    line-height: 180%;
    color: #68731a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    &.align-center {
      text-align: center;
    }
  }

  .attorney-content {
    padding: 0 120px;
  }
  .team-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }

  .team-card {
    width: 100%;
    border: 1px solid #d9d9d9;
    .team-photo {
      width: 100%;
      display: flex;
      justify-content: center;
      overflow: hidden;
      padding: 20px;
      img {
        max-height: 337px;
        height: 100%;
      }
    }
    .team-name {
      font-size: 20px;
      color: #254029;
      font-weight: bold;
    }
    .team-label {
      font-size: 20px;
      color: #a0a0a0;
      font-weight: 300;
    }
    .team-info {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 10px;
    }
    .team-info:hover {
      background-color: #254029;
      .team-name {
        color: white;
      }
      .team-label {
        color: white;
      }
    }
  }
  @media (max-width: 1320px) {
    padding: 60px 15px;
    .section-header {
      margin-bottom: 70px;
      text-align: center;
    }
  }

  .team-slider .slick-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
  }

  .team-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #1a3c20;
    opacity: 0.4;
    border-radius: 50%;
    border: none;
    font-size: 0;
    cursor: pointer;
  }

  .team-slider .slick-dots li.slick-active button {
    opacity: 1;
  }

  @media (min-width: 1105px) {
    .team-slider {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }
  }

  @media (max-width: 1104px) {
    .team-slider {
      display: block !important;
    }
    .attorney-content {
      padding: 0px;
    }
  }
}

section#about-hero2 {
  padding: 100px 15px 100px 15px;
  background-size: cover;
  background-position: center;
  background-color: #f4f5f4;
  position: relative;
  .wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
  }
  &:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 43px;
    z-index: 9;
    background-image: url(/wp-content/uploads/2025/02/pattern.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
  }
  h1 {
    color: #254029;
    max-width: 656px;
    position: relative;
  }
  @media (max-width: 1000px) {
    padding: 50px 15px 50px 15px;
  }
  @media (max-width: 767px) {
    .wrapper {
      align-items: center;
      flex-direction: column;
    }
  }
}

section#attorney-main {
  margin: 180px 0 150px 0;
  @media (max-width: 1000px) {
    margin: 100px 0 150px 0;
  }
  position: relative;
  .wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .left {
    max-width: 516px;
    width: 100%;
    padding: 15px;
    .attorney-photo {
      margin-bottom: 45px;
    }
    .attorney-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .right {
    max-width: 850px;
    width: 100%;
    padding: 15px;
  }
  /* .contact-info {
    margin-bottom: 80px;
  } */
  .contact-heading {
    color: #254029;
    font-size: 32px;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
    &:after {
      content: "";
      background: #e7e7e7;
      position: absolute;
      right: -30px;
      bottom: -30px;
      height: 1px;
      width: calc(100% + 60px);
      display: block;
    }
  }
  .attorney-form {
    padding: 30px;
    border: 1px solid #e7e7e7;
    &.scroll {
      position: fixed;
      top: 110px;
      z-index: 999;
    }
  }
  .contact-info-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* margin-bottom: 70px; */
    h2 {
      color: #254029;
      margin: 20px 0 0 0;
      max-width: 600px;
    }
    .section-header {
      text-align: left;
    }
    &:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -17px;
      height: 5px;
      width: 80%;
      background: linear-gradient(
          90deg,
          rgba(254, 238, 205, 0.2) 0%,
          rgba(254, 238, 205, 0) 100%
        ),
        linear-gradient(90deg, #c5b081 0%, rgba(197, 176, 129, 0) 100%);
    }
  }

  .contact-info-icon {
    display: flex;
    gap: 10px;
    margin-right: 20%;
    .social-link img {
      transition: all 0.3s ease;
    }
    .social-link:hover img {
      transform: scale(1.1);
    }
  }
  .gform_fields input,
  textarea {
    background-color: #f7f7f7;
    border: none;
    height: 50px;
    padding: 15px 20px;
    border-radius: 0;
  }
  .gform_fields input::placeholder,
  textarea::placeholder {
    color: #717171;
  }
  .gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
  }
  #gform_wrapper_2 .gform_footer {
    position: relative;
    width: 300px;
  }
  #gform_wrapper_2 .gform_footer::before {
    content: "";
    position: absolute;
    left: 20%;
    top: 28px;
    transform: translateY(-50%);
    width: 35px;
    height: 2px;
    background: white;
    z-index: 2;
    pointer-events: none;
  }
  #gform_wrapper_2 .gform_footer:hover::before {
    background-color: #121212;
  }
  #gform_submit_button_2 {
    background-color: #254029;
    color: white;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    &:hover {
      background: #f3eadf;
      color: #121212;
    }
  }
  #gform_confirmation_message_2 {
    font-size: 48px;
    color: black;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
  }
  .contact-info-item {
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 50px;

    .contact-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      position: relative;
      gap: 80px;
      span {
        font-size: 24px;
        color: #808080;
        font-weight: bold;
      }
      p {
        font-size: 24px;
        color: #808080;
        font-weight: 300;
      }
      &:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -25px;
        height: 1px;
        width: 100%;
        background-color: #e7e7e7;
      }
      &:last-child::after {
        display: none;
      }
      .contact-item-icon {
        max-width: 50px;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
  }
  @media (max-width: 1200px) {
    .left {
      max-width: 759px !important;
    }
    .attorney-form {
      display: none;
    }
    #gform_wrapper_2 .gform_footer {
      width: 230px !important;
    }
    .left .attorney-photo {
      display: flex;
      justify-content: center;
    }
    .wrapper {
      flex-direction: column;
      align-items: center;
    }
    /* .contact-info-heading {
      margin-bottom: 50px;
    } */
    .contact-item {
      gap: 30px !important;
      span,
      p {
        font-size: 18px !important;
      }
    }
    #gform_wrapper_2 .gform_footer::before {
      left: 20% !important;
      width: 25px !important;
    }
  }

  .info-block {
    width: 100%;
    max-width: 100%;
    text-align: start;
    h2 {
      color: #254029;
      margin: 20px 0 0 0;
      position: relative;
      max-width: 100%;
      &:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -30px;
        height: 5px;
        width: 80%;
        background: linear-gradient(
            90deg,
            rgba(254, 238, 205, 0.2) 0%,
            rgba(254, 238, 205, 0) 100%
          ),
          linear-gradient(90deg, #c5b081 0%, rgba(197, 176, 129, 0) 100%);
      }
    }
    .intro {
      margin: 60px 0;
      p {
        color: #808080;
      }
    }
    strong {
      font-weight: bold;
      font-size: 18px;
    }
    li {
      position: relative;
      /* padding-left: 25px;
      text-indent: -25px; */
      font-size: 18px;
      color: #808080;
    }
    @media (max-width: 1000px) {
      strong,
      li {
        font-size: 16px !important;
      }
    }
  }
}

.attorney-label {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-bottom: 60px;
  margin-top: 80px;
  .attorney-label-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    width: 220px;
    height: 220px;
    padding: 50px calc((100% - 180px) / 2);
  }
  .attorney-label-item h6 {
    font-size: 16px;
    line-height: 140%;
    color: white;
  }
  .attorney-label-item p {
    font-size: 16px;
    line-height: 180%;
    color: white;
    font-weight: 300;
  }
}
@media (max-width: 750px) {
  .attorney-label {
    display: block;
    .slick-track {
      display: flex;
    }
    .slick-dots {
      margin-top: 50px;
      margin-left: 5px;
      justify-content: center;
    }
  }
  .attorney-label-item {
    padding: 50px 80px !important;
  }
}

@media (max-width: 670px) {
  .attorney-label-item {
    padding: 50px 65px !important;
  }
}

@media (max-width: 425px) {
  .attorney-label-item {
    padding: 50px calc(100vw - 300px) !important;
  }
}

@media (max-width: 365px) {
  .attorney-label-item {
    padding: 50px 80px !important;
  }
}

.testimonials-container {
  display: flex;
  gap: 35px;
  margin-bottom: 120px;
  flex-wrap: wrap;
  padding: 0 15px;
  justify-content: space-between;
}

.left-column,
.right-column {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial-card {
  background: #f4f5f4;
  position: relative;
  padding: 100px 35px 35px 100px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  justify-content: flex-start;
  width: 100%;
}

.testimonial-card .quote-symbol {
  position: absolute;
  max-width: 117px;
  width: 100%;
  height: auto;
  top: 60px;
  left: 60px;
}

.testimonial-card .quote-symbol img {
  width: 100%;
  height: auto;
}

.testimonial-text {
  font-size: 20px;
  color: #121212;
  margin-bottom: 30px;
}

.testimonial-name {
  font-weight: bold;
  color: #121212;
  font-size: 24px;
  justify-content: flex-start;
}

.testimonials-image {
  padding: 0 4% 4%;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

section#testimonials-content {
  margin-top: 180px;
  margin-bottom: 60px;
  @media (max-width: 1000px) {
    margin-top: 100px;
  }
}

@media (max-width: 1000px) {
  .left-column,
  .right-column {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .testimonial-card {
    padding: 30px 35px 35px 30px;
  }
  .testimonial-card .quote-symbol {
    top: 20px;
    left: 20px;
    max-width: 70px;
  }
}

.mobile-blogs {
  display: none;
}
@media (max-width: 1000px) {
  .desktop-blogs {
    display: none;
  }
  .mobile-blogs {
    display: block !important;
  }
}

.conversation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 180px;
  gap: 30px;
  padding: 0 15px;
  .conversation-image {
    max-width: 508px;
    width: 100%;
    img {
      width: 100%;
      object-fit: cover;
    }
  }
  .attorney-form {
    max-width: 688px;
    width: 100%;
  }
  @media (max-width: 1000px) {
    margin-top: 120px;
  }
}

section#contact-main {
  position: relative;
  margin-bottom: 120px;
  .gform_fields input,
  textarea {
    background-color: #f7f7f7;
    border: none;
    height: 50px;
    padding: 15px 20px;
    border-radius: 0;
  }
  .gform_fields input::placeholder,
  textarea::placeholder {
    color: #717171;
  }
  .gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
  }
  #gform_wrapper_5 .gform_footer {
    position: relative;
  }
  #gform_wrapper_5 .gform_footer::before {
    content: "";
    position: absolute;
    left: 30%;
    top: 28px;
    transform: translateY(-50%);
    width: 35px;
    height: 2px;
    background: white;
    z-index: 2;
    pointer-events: none;
  }
  #gform_wrapper_5 .gform_footer:hover::before {
    background-color: #121212;
  }
  #gform_submit_button_5 {
    background-color: #254029;
    color: white;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    &:hover {
      background: #f3eadf;
      color: #121212;
    }
  }
  #gform_confirmation_message_5 {
    font-size: 48px;
    color: black;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    line-height: 1.2;
  }
  .contact-heading {
    color: #254029;
    font-size: 48px;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
  }
  @media (max-width: 1000px) {
    margin-bottom: 70px;
    font-size: 42px !important;
  }
}

.contact-image {
  img {
    width: 100%;
    object-fit: cover;
  }
  margin-bottom: 65px;
}

.contact-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 120px;
  .address-map {
    iframe {
      width: 100%;
    }
    margin-bottom: 50px;
  }
  .contact-info-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    .contact-phone,
    .contact-email,
    .contact-address {
      display: flex;
      flex-direction: row;
      align-items: center;
      position: relative;
      gap: 20px;
      span {
        font-size: 20px;
        color: #808080;
        font-weight: bold;
      }
      p {
        font-size: 16px;
        color: #808080;
        font-weight: 300;
      }
    }
  }
  .contact-info-item a:hover {
    p,
    span {
      color: #0d5e3d;
    }
    svg path {
      fill: #0d5e3d;
    }
  }
  @media (max-width: 1200px) {
    /* .contact-info-heading {
      margin-bottom: 50px;
    } */
    .contact-phone,
    .contact-email,
    .contact-address {
      gap: 15px;
      span {
        font-size: 18px;
      }
      p {
        font-size: 14px;
      }
    }
  }
}

@media (max-width: 1000px) {
  .conversation {
    flex-direction: column;
    .conversation-image {
      display: none;
    }
    .attorney-form {
      max-width: 100%;
    }
  }
  #gform_wrapper_5 .gform_footer {
    width: 280px;
  }
  #gform_wrapper_5 .gform_footer::before {
    left: 20% !important;
  }
  .contact-info-item {
    flex-direction: column !important;
    gap: 20px;
  }
}
html {
  scroll-behavior: smooth;
}

:root {
  scroll-padding-top: 150px;
}
