/*-----------------------------------------------------------------------------------

    Template Name: Law Firm - Lawyer and Law Firm Website Template
    Template URI: uideck.com/templates/law-firm
    Author: UIdeck
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
       01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

a {
  color: #DE3660; }
  a:hover {
    color: #DE3660; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #38424D;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #747E88;
  font-family: "Roboto", sans-serif;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #286D2C; }
  @media (max-width: 767px) {
    .main-btn {
      padding: 0 25px;
      height: 50px;
      line-height: 50px;
      font-size: 14px; } }
  .main-btn:hover {
    background-color: #fff;
    color: #1A3351;
    border-color: #1A3351;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(222, 54, 96, 0.15);
    -moz-box-shadow: 0px 6px 20px 0px rgba(222, 54, 96, 0.15);
    box-shadow: 0px 6px 20px 0px rgba(222, 54, 96, 0.15); }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #1A3351;
    border-color: #DE3660; }
    .main-btn.main-btn-2:hover {
      background-color: #1A3351;
      border-color: #DE3660;
      color: #fff; }

.section_title .title {
  font-size: 45px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .section_title .title {
      font-size: 26px; } }

.section_title p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px; }

.section_title.section_title_2 .title {
  color: #fff; }

.section_title.section_title_2 p {
  color: #fff; }

/*===========================
       02.HEADER css 
===========================*/
.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }

/*===== HEADER TOP =====*/
.header_top {
  background-color: #fff;
  padding-bottom: 15px; }
  .header_top .header_info {
    padding-top: 15px; }
    .header_top .header_info ul li {
      display: inline-block; }
      .header_top .header_info ul li + li {
        margin-left: 20px; }
      .header_top .header_info ul li i {
        margin-right: 5px;
        font-size: 16px; }
      .header_top .header_info ul li a {
        font-size: 16px;
        color: #747E88;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media (max-width: 767px) {
          .header_top .header_info ul li a {
            font-size: 14px; } }
        .header_top .header_info ul li a:hover {
          color: #286D2C; }
  .header_top .header_social {
    padding-top: 15px; }
    .header_top .header_social ul li {
      display: inline-block; }
      .header_top .header_social ul li + li {
        margin-left: 20px; }
      .header_top .header_social ul li a {
        font-size: 16px;
        color: #747E88;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .header_top .header_social ul li a:hover {
          color: #DE3660; }

/*===== NAVBAR =====*/
.header_navbar {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: rgba(26, 51, 80, 0.47); }

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #1a3350;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .sticky .navbar {
    padding: 10px 0; }

.navbar {
  padding: 15px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: "Roboto", sans-serif; }

.navbar-brand {
  padding: 0; }
  .navbar-brand img {
    width: 194px; }

.navbar-nav .active a {
  opacity: 1;
  color: #d4af37;
}

/* Gold hover + underline for navbar links */
.navbar-nav .nav-item a {
  position: relative;
  text-decoration: none;
  color: green;
}

.navbar-nav .nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  background-color: #286D2C;
  transition: width 0.3s ease;
}

.navbar-nav .nav-item a:hover {
  color: #d4af37;
}

.navbar-nav .nav-item a:hover::after {
  width: 100%;
}

.navbar-nav .nav-item.active a {
  color: #d4af37;
}

.navbar-nav .nav-item.active a::after {
  width: 100%;
}

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

.navbar-nav .nav-item {
  margin-right: 45px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .navbar-nav .nav-item a {
        font-size: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #192127; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #192127; } }
  .navbar-nav .nav-item.active > a span, .navbar-nav .nav-item:hover > a span {
    opacity: 1;
    visibility: visible;
    width: 60%; }
    .navbar-nav .nav-item.active > a span::before, .navbar-nav .nav-item:hover > a span::before {
      width: 20%; }
    .navbar-nav .nav-item.active > a span::after, .navbar-nav .nav-item:hover > a span::after {
      width: 15%; }
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #192127; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #DE3660; }

.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #192127;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #192127;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #192127;
    border-bottom: 1px solid #192127;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px; }

.navbar-btn {
  font-family: "Montserrat", sans-serif; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
      position: absolute;
      top: 50%;
      right: 50px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 767px) {
    .navbar-btn {
      position: absolute;
      top: 50%;
      right: 50px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } 
    }

  .navbar-btn .main-btn {
    /* background-color: #d4af37; */
  /* border-color: #d4af37; */
  /* color: #ffffff; */
    padding: 0 20px;
    height: 45px;
    line-height: 41px;
   
    background-color: transparent;
    border: 2px solid #fff; }
    .navbar-btn .main-btn:hover {
      background-color: rgba(255, 255, 255, 0.4); 
    }

    .navbar-btn .main-btn:hover {
       background-color: #286D2C;
       border-color: #286D2C;
        color: #ffffff;
    }

/*===========================
       03.SLIDER css 
===========================*/
.single_slider {
  height: 800px;
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .single_slider {
      height: 900px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider {
      height: auto; } }
  @media (max-width: 767px) {
    .single_slider {
      height: auto; } }
  .single_slider::before {
    position: absolute;
    content: '';
    background-color: rgba(25, 33, 39, 0.54);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.slider_content {
  padding-top: 80px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content {
      padding-top: 230px;
      padding-bottom: 130px; } }
  @media (max-width: 767px) {
    .slider_content {
      padding-top: 230px;
      padding-bottom: 130px; } }
  .slider_content .slider_title {
    font-size: 55px;
    color: #fff;
    margin-top: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider_content .slider_title {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider_content .slider_title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .slider_content .slider_title {
        font-size: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_content .slider_title {
        font-size: 38px; } }
  .slider_content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-top: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider_content p {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .slider_content p {
        font-size: 16px; } }
  .slider_content .main-btn {
    margin-top: 30px; }

.slider-active .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slider-active .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .slider-active .slick-dots li button {
      width: 15px;
      height: 15px;
      background: #fff;
      border-radius: 50%;
      font-size: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      border: 0; }
    .slider-active .slick-dots li.slick-active button {
      background-color: #d4af37; }

/*===========================
       04.ABOUT css 
===========================*/
.about_law_title {
  border-right: 4px solid #d4af37;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .about_law_title {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .about_law_title .title {
    font-size: 45px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .about_law_title .title {
        font-size: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about_law_title .title {
        font-size: 38px; } }

.about_law_content p {
  font-size: 20px;
  line-height: 28px; }

.about_law_content .main-btn {
  margin-top: 30px; }

.about_image {
  position: relative;
  z-index: 5; }
  .about_image::before {
    position: absolute;
    content: '';
    width: 356px;
    height: 301px;
    background-image: url(../images/dots.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -30px;
    left: -30px;
    z-index: -1; }
    @media (max-width: 767px) {
      .about_image::before {
        width: 180px;
        height: 180px; } }
    @media (max-width: 767px) {
      .about_image::before {
        width: 256px;
        height: 256px; } }
  .about_image img {
    width: 100%;
    background-color: #fff;
    padding: 14px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(25, 33, 39, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(25, 33, 39, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(25, 33, 39, 0.16); }

.about_content .about_list {
  padding-top: 20px; }
  .about_content .about_list li {
    margin-top: 22px; }
    .about_content .about_list li .about_check {
      position: relative;
      top: 4px; }
      .about_content .about_list li .about_check i {
        font-size: 25px;
        color: #4DA269; }
    .about_content .about_list li .about_list_content {
      padding-left: 15px; }
      .about_content .about_list li .about_list_content .title {
        font-size: 20px;
        font-weight: 600; }
      .about_content .about_list li .about_list_content p {
        margin-top: 10px; }

/*===========================
       05.PRACTICE css 
===========================*/
.practice_area {
  position: relative;
  z-index: 5; }
  .practice_area::before {
    position: absolute;
    content: '';
    background-image: url(../images/dots-2.png);
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.12; }

.single_practice .practice_icon i {
  width: 111px;
  height: 111px;
  line-height: 111px;
  text-align: center;
  font-size: 54px;
  color: #38424D;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(151, 193, 216, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(151, 193, 216, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(151, 193, 216, 0.2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.single_practice .practice_content {
  padding-left: 30px; }
  @media (max-width: 767px) {
    .single_practice .practice_content {
      padding-left: 0;
      padding-top: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_practice .practice_content {
      padding-left: 30px;
      padding-top: 0; } }
  .single_practice .practice_content .practice_title a {
    font-size: 25px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #38424D; }
    .single_practice .practice_content .practice_title a:hover {
      color: #4DA269; }
  .single_practice .practice_content p {
    margin-top: 18px; }
  .single_practice .practice_content .more {
    font-size: 16px;
    color: #38424D;
    font-weight: 500;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single_practice .practice_content .more:hover {
      color: #4DA269; }

.single_practice:hover .practice_icon i {
  background-color: #4DA269;
  color: #fff; }

/*===========================
     06.CALL ACTION css 
===========================*/
.call_action_area {
  position: relative;
  z-index: 5; }
  .call_action_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0; }

.call_action_content .action_title {
  font-size: 45px;
  color: #fff;
  font-weight: 600; }
  @media (max-width: 767px) {
    .call_action_content .action_title {
      font-size: 26px; } }
  .call_action_content .action_title span {
    font-size: 66px;
    color: #d4af37; }
    @media (max-width: 767px) {
      .call_action_content .action_title span {
        font-size: 36px; } }

.call_action_content p {
  color: #fff;
  max-width: 830px;
  margin: 0 auto;
  margin-top: 27px; }

.call_action_content .main-btn {
  margin-top: 50px; }

/*===========================
     07.LAWYER css 
===========================*/
.single_lawyer .lawyer_image {
  position: relative;
  overflow: hidden;
  border-radius: 10px; }
  .single_lawyer .lawyer_image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25, 33, 39, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single_lawyer .lawyer_image img {
    width: 100%; }
  .single_lawyer .lawyer_image .social {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .single_lawyer .lawyer_image .social li {
      display: inline-block;
      margin: 0 3px;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      opacity: 0; }
      .single_lawyer .lawyer_image .social li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.14);
        border-radius: 50%;
        color: #fff;
        font-size: 15px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .single_lawyer .lawyer_image .social li a:hover {
          background-color: #DE3660; }

.single_lawyer .lawyer_content {
  margin-top: 25px; }
  .single_lawyer .lawyer_content .lawyer_name a {
    font-size: 20px;
    font-weight: 600;
    color: #38424D;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single_lawyer .lawyer_content .lawyer_name a:hover {
      color: #DE3660; }
  .single_lawyer .lawyer_content p {
    margin-top: 5px;
    font-weight: 300; }

.single_lawyer:hover .lawyer_image::before {
  opacity: 1;
  visibility: visible; }

.single_lawyer:hover .lawyer_image .social li {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
  .single_lawyer:hover .lawyer_image .social li:nth-of-type(1) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .single_lawyer:hover .lawyer_image .social li:nth-of-type(2) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .single_lawyer:hover .lawyer_image .social li:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .single_lawyer:hover .lawyer_image .social li:nth-of-type(4) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }

/*===========================
     08.TESTIMONIAL css 
===========================*/
.testimonial_area {
  position: relative;
  z-index: 5; }
  .testimonial_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0; }

.testimonial_active {
  position: relative; }
  .testimonial_active .slick-dots {
    width: 100%;
    text-align: center;
    margin-top: 35px; }
    .testimonial_active .slick-dots li {
      display: inline-block;
      margin: 0 8px; }
      .testimonial_active .slick-dots li button {
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 50%;
        font-size: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border: 0; }
      .testimonial_active .slick-dots li.slick-active button {
        background-color: #DE3660; }

.single_testimonial .testimonial_image {
  position: relative; }
  .single_testimonial .testimonial_image img {
    border-radius: 5px;
    display: inline-block; }
  .single_testimonial .testimonial_image .quota {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .single_testimonial .testimonial_image .quota i {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background-color: #DE3660;
      font-size: 26px;
      color: #fff;
      border-radius: 50%; }

.single_testimonial .testimonial_content {
  padding-top: 65px;
  padding-left: 15px;
  padding-right: 15px; }
  .single_testimonial .testimonial_content p {
    color: #fff;
    font-style: italic; }
  .single_testimonial .testimonial_content .author_name {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-top: 40px; }
  .single_testimonial .testimonial_content span {
    font-size: 16px;
    color: #fff;
    margin-top: 5px; }



/*===========================
        10.CONTACT css 
===========================*/
.contact_area {
  position: relative;
  z-index: 5; }
  .contact_area::before {
    position: absolute;
    content: '';
    background-image: url(../images/dots-2.png);
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.12; }

p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-top: 15px;
  margin-left: 15px; }
  p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #f00; }

.contact_content .section_title .title {
  font-size: 40px; }
  @media (max-width: 767px) {
    .contact_content .section_title .title {
      font-size: 24px; } }

.contact_content .contact_info {
  padding-top: 30px; }
  .contact_content .contact_info .info_title {
    font-size: 30px;
    font-weight: 600;
    color: #23713c; }
    @media (max-width: 767px) {
      .contact_content .contact_info .info_title {
        font-size: 20px; } }
  .contact_content .contact_info .number {
    font-size: 40px;
    font-weight: 500;
    color: #38424D;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .contact_content .contact_info .number {
        font-size: 24px; } }
  .contact_content .contact_info p {
    margin-top: 30px; }

.contact_form .single_form {
  margin-top: 30px; }
  .contact_form .single_form textarea,
  .contact_form .single_form input {
    width: 100%;
    padding: 0 25px;
    height: 55px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background-color: #fff;
    color: #38424D;
    font-size: 16px; }
  .contact_form .single_form textarea {
    padding-top: 15px;
    resize: none;
    height: 150px; }

/*===========================
        11.BRAND css 
===========================*/
.brand_wrapper {
  margin-left: -15px;
  margin-right: -15px; }

.single_brand {
  padding: 0 15px;
  margin-top: 30px;
  width: 20%; }
  @media (max-width: 767px) {
    .single_brand {
      width: 50%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_brand {
      width: 33.33%; } }
  .single_brand img {
    opacity: 0.68;
    max-width: 96px; }
    .single_brand img:hover {
      opacity: 1.0; }

/*===========================
        11.BRAND css 
===========================*/
.footer_area {
  background-color: #38424D; }

.footer_subscribe .subscribe_title {
  margin-top: 25px; }
  .footer_subscribe .subscribe_title .title {
    color: #fff;
    font-size: 40px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .footer_subscribe .subscribe_title .title {
        font-size: 24px; } }

.footer_subscribe .subscribe_form {
  margin-top: 30px;
  position: relative; }
  .footer_subscribe .subscribe_form input {
    width: 100%;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 20px;
    background: none;
    color: #fff; }
  .footer_subscribe .subscribe_form .main-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50px;
    height: 45px;
    line-height: 45px; }
    @media (max-width: 767px) {
      .footer_subscribe .subscribe_form .main-btn {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 10px;
        width: 100%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer_subscribe .subscribe_form .main-btn {
        position: relative;
        right: 5px;
        top: 5px;
        margin-top: 0;
        width: auto; } }

.footer_widget .footer_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff; }

.footer_about p {
  color: #fff;
  margin-top: 25px; }

.footer_link {
  width: 50%;
  padding-left: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_link {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .footer_link {
      padding-left: 0; } }
  .footer_link .link {
    padding-top: 20px; }
    .footer_link .link li {
      margin-top: 15px; }
      .footer_link .link li a {
        font-size: 16px;
        color: #fff;
        font-family: "Roboto", sans-serif;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer_link .link li a:hover {
          color: #d4af37; }

.footer_social .social {
  padding-top: 20px; }
  .footer_social .social li {
    margin-top: 15px; }
    .footer_social .social li a {
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      color: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer_social .social li a i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-transform: capitalize;
        font-size: 18px;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        text-align: center;
        margin-right: 5px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .footer_social .social li a:hover {
        color: #d4af37; }
        .footer_social .social li a:hover i {
          background-color: #d4af37; }

.footer_copyright .copyright {
  border-top: 1px solid rgba(219, 219, 219, 0.45);
  padding: 15px 0;
  text-align: center; }
  .footer_copyright .copyright p {
    color: #fff; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #d4af37;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #286D2C; }








/* =========================
   Variables
========================= */

:root {
  --navy: #071b35;
  --deep-navy: #06192f;
  --green: #286c2c;
  --light-green: #f2f7ed;
  --gold: #e9ad22;
  --text: #101827;
  --muted: #555b65;
  --border: #e0e0e0;
  --white: #ffffff;
  --off-white: #fbfbfa;
}


/* =========================
   Basic reset
========================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  color: var(--text);
}

.about-section {
  width: 100%;
  overflow: hidden;
  background: var(--off-white);
}


/* =========================
   About introduction
========================= */

.about-intro {
  min-height: 610px;
  display: grid;
  grid-template-columns: 42% 58%;
  background: var(--white);
}

.about-content {
  padding: 48px clamp(32px, 5vw, 82px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.breadcrumb {
  position: absolute;
  top: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--text);
  text-decoration: none;
}

.breadcrumb span:last-child {
  color: var(--green);
}

.breadcrumb a:hover {
  color: var(--green);
}

.about-content {
  position: relative;
}

.about-content h2 {
  margin-top: 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 6vw, 6.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--navy);
}

.gold-line {
  display: block;
  width: 52px;
  height: 4px;
  margin: 28px 0 46px;
  background: var(--gold);
}

.about-content > p {
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.85;
  color: #252a31;
}

.about-content .about-highlight {
  margin-top: 48px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--green);
}

.about-image {
    position: relative;

  min-height: 610px;
  background-image: url("../images/about-us.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

   overflow: hidden;
}

/* White gradient that blends the image into the text area */
.about-image::before {
  content: "";
  position: absolute;
  z-index: 1;

  top: 0;
  bottom: 0;
  left: 0;

  width: 230px;

  background: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(255, 255, 255, 0.96) 12%,
    rgba(255, 255, 255, 0.75) 35%,
    rgba(255, 255, 255, 0.35) 68%,
    rgba(255, 255, 255, 0) 100%
  );

  pointer-events: none;
}


/* =========================
   Core values
========================= */

.values-wrapper {
  padding: 42px clamp(25px, 5vw, 70px) 55px;
  background: var(--white);
}

.values-grid {
  width: min(100%, 1400px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.value-card {
  position: relative;
  padding: 0 clamp(20px, 3vw, 54px);
  text-align: center;
}

.value-card:not(:last-child) {
  border-right: 1px solid var(--border);
}

.value-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--light-green);
  color: var(--green);
  font-size: 2.15rem;
}

.value-card h3 {
  min-height: 62px;
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.35;
  color: var(--text);
}

.value-card p {
  max-width: 220px;
  margin-inline: auto;
  font-size: 0.92rem;
  line-height: 1.75;
  color: #33383f;
}


/* =========================
   Leadership
========================= */

.leadership {
  padding: 58px 30px 62px;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0.96)
    ),
    url("../images/subtle-texture.png");
  background-size: cover;
  text-align: center;
}

.leadership-heading h2 {
  margin-bottom: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 4vw, 4rem);
  font-weight: 500;
  color: var(--navy);
}

.leadership-heading p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #343943;
}

.leadership-divider {
  display: block;
  width: min(560px, 75%);
  height: 1px;
  margin: 30px auto 48px;
  background: var(--gold);
}

.leaders-grid {
  width: min(100%, 980px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.leader {
  padding: 0 40px;
}

.leader:first-child {
  border-right: 1px solid var(--border);
}

.leader h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  font-weight: 600;
  color: var(--navy);
}

.leader-line {
  display: block;
  width: 34px;
  height: 3px;
  margin: 16px auto;
  background: var(--gold);
}

.leader p {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--green);
}


/* =========================
   Bottom statement
========================= */

.about-statement {
  min-height: 125px;
  padding: 28px clamp(30px, 7vw, 110px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  background: var(--deep-navy);
  color: var(--white);
}

.quote-mark {
  height: 70px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  line-height: 1;
  color: var(--green);
}

.quote-divider {
  width: 2px;
  height: 72px;
  background: var(--gold);
}

.about-statement p {
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
}


/* =========================
   Tablet layout
========================= */

@media (max-width: 950px) {
  .about-intro {
    grid-template-columns: 1fr;
  }

  .about-content {
    min-height: 570px;
    padding-top: 90px;
  }

  .about-image {
    min-height: 500px;
    background-position: center top;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .value-card {
    padding: 35px;
  }

  .value-card:nth-child(2) {
    border-right: none;
  }

  .value-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border);
  }
}


/* =========================
   Mobile layout
========================= */

@media (max-width: 650px) {
  .about-content {
    min-height: auto;
    padding: 85px 24px 50px;
  }

  .breadcrumb {
    top: 30px;
    font-size: 0.7rem;
  }

  .about-content h2 {
    margin-top: 10px;
    font-size: 3.6rem;
  }

  .gold-line {
    margin: 22px 0 32px;
  }

  .about-content .about-highlight {
    margin-top: 30px;
  }

  .about-image {
    min-height: 360px;
  }

  .values-wrapper {
    padding: 25px 20px;
  }

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

  .value-card {
    padding: 35px 15px;
    border-right: none !important;
    border-bottom: 1px solid var(--border);
  }

  .value-card:last-child {
    border-bottom: none;
  }

  .value-card p {
    max-width: 300px;
  }

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

  .leader {
    padding: 28px 10px;
  }

  .leader:first-child {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .leadership-heading p br {
    display: none;
  }

  .about-statement {
    padding: 28px 24px;
    gap: 18px;
  }

  .quote-mark {
    font-size: 4.8rem;
  }

  .quote-divider {
    height: 85px;
  }
}





/* =====================================
   OUR SERVICES SECTION
===================================== */

:root {
  --services-navy: #071a35;
  --services-green: #286c2c;
  --services-light-green: #f2f7ed;
  --services-gold: #e4ac21;
  --services-white: #ffffff;
  --services-background: #fdfdfc;
  --services-text: #172033;
  --services-muted: #515866;
  --services-border: #e5e7e9;
}

.services-section {
  position: relative;
  width: 100%;
  padding: 35px 0 90px;
  overflow: hidden;
  background: var(--services-background);
  color: var(--services-text);
}

.services-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}


/* =====================================
   DECORATIVE CORNERS
===================================== */

.services-corner {
  position: absolute;
  z-index: 1;
  display: block;
  width: 240px;
  height: 240px;
  pointer-events: none;
}

.services-corner--top {
  top: 0;
  right: 0;

  background:
    linear-gradient(
      35deg,
      transparent 0 54%,
      #e6ad18 54% 59%,
      #23713c 59% 67%,
      #071a35 67% 100%
    );

  clip-path: polygon(45% 0, 100% 0, 100% 55%);
}

.services-corner--bottom {
  right: 0;
  bottom: 0;

  background:
    linear-gradient(
      145deg,
      transparent 0 54%,
      #e6ad18 54% 59%,
      #23713c 59% 67%,
      #071a35 67% 100%
    );

  clip-path: polygon(100% 45%, 100% 100%, 45% 100%);
}


/* =====================================
   BREADCRUMB
===================================== */

.services-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}



.services-breadcrumb a {
  color: var(--services-navy);
  text-decoration: none;
}

.services-breadcrumb a:hover {
  color: var(--services-green);
}

.services-breadcrumb span:last-child {
  color: var(--services-green);
}


/* =====================================
   HEADING
===================================== */

.services-heading {
  text-align: center;
}

.services-heading h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--services-navy);
}

.services-title-line {
  display: block;
  width: 55px;
  height: 3px;
  margin: 14px auto 17px;
  background: var(--services-gold);
}

.services-heading p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--services-muted);
}


/* =====================================
   TABS
===================================== */

.services-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(800px, 100%);
  margin: 30px auto 25px;
  border-bottom: 1px solid var(--services-border);
}

.services-tab {
  position: relative;
  padding: 14px 20px;

  border: 0;
  background: transparent;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--services-navy);

  cursor: pointer;
  transition: color 0.25s ease;
}

.services-tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;

  width: 0;
  height: 3px;
  margin-inline: auto;

  background: var(--services-green);

  transition: width 0.25s ease;
}

.services-tab:hover,
.services-tab.is-active {
  color: var(--services-green);
}

.services-tab.is-active::after {
  width: 100%;
}

.services-tab:focus-visible {
  outline: 3px solid rgba(228, 172, 33, 0.5);
  outline-offset: 3px;
}


/* =====================================
   TAB PANELS
===================================== */

.services-panel {
  display: none;
  animation: servicePanelFade 0.35s ease;
}

.services-panel.is-active {
  display: block;
}

@keyframes servicePanelFade {
  from {
    opacity: 0;
    transform: translateY(7px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* =====================================
   OUR SERVICES CARDS
===================================== */

.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.service-card {
  grid-column: span 2;
  min-height: 390px;
  padding: 32px 27px 26px;

  display: flex;
  flex-direction: column;
  align-items: center;

  border: 1px solid var(--services-border);
  border-radius: 10px;
  background: var(--services-white);
  text-align: center;

  box-shadow: 0 5px 18px rgba(14, 31, 49, 0.035);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.service-card--wide {
  grid-column: span 3;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(40, 108, 44, 0.35);
  box-shadow: 0 14px 32px rgba(14, 31, 49, 0.09);
}

.service-card-icon {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 51px;
  color: var(--services-green);
}

.service-card h3 {
  margin: 16px 0 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.25;
  color: var(--services-navy);
}

.card-gold-line {
  display: block;
  width: 35px;
  height: 2px;
  margin: 13px auto;
  background: var(--services-gold);
}

.service-card p {
  max-width: 290px;
  margin: 0;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: var(--services-muted);
}

.service-link {
  margin-top: auto;
  padding-top: 25px;

  display: inline-flex;
  align-items: center;
  gap: 13px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;

  color: var(--services-green);
  text-decoration: none;
}

.service-link i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.service-link:hover i {
  transform: translateX(6px);
}


/* =====================================
   AREAS WE COVER
===================================== */

.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.area-card {
  min-height: 205px;
  padding: 24px 16px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border: 1px solid var(--services-border);
  border-radius: 9px;
  background: var(--services-white);
  text-align: center;

  box-shadow: 0 5px 18px rgba(14, 31, 49, 0.03);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.area-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(14, 31, 49, 0.08);
}

.area-icon {
  width: 78px;
  height: 78px;
  margin-bottom: 13px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: var(--services-light-green);

  font-size: 38px;
  color: var(--services-green);
}

.area-card h3 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.3;
  color: var(--services-navy);
}


/* =====================================
   BESPOKE SOLUTIONS
===================================== */

.bespoke-card {
  width: min(750px, 100%);
  min-height: 145px;
  margin: 22px auto 0;
  padding: 25px 38px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;

  border: 1px solid var(--services-border);
  border-radius: 9px;
  background: var(--services-white);

  box-shadow: 0 5px 18px rgba(14, 31, 49, 0.03);
}

.bespoke-icon {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: var(--services-light-green);

  font-size: 39px;
  color: var(--services-green);
}

.bespoke-content h3 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: var(--services-navy);
}

.bespoke-content .card-gold-line {
  margin: 12px 0;
}

.bespoke-content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--services-muted);
}


/* =====================================
   BUILT ON EXPERIENCE
===================================== */

.experience-block {
  margin-top: 28px;
  padding: 35px 70px;

  display: grid;
  grid-template-columns: 1fr 1px 260px;
  align-items: center;
  gap: 55px;

  background: #fafbf8;
}

.experience-content h3 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 33px;
  font-weight: 600;
  color: var(--services-navy);
}

.experience-green-line {
  display: block;
  width: 43px;
  height: 3px;
  margin: 13px 0 20px;
  background: var(--services-green);
}

.experience-content p {
  max-width: 550px;
  margin: 0;

  font-size: 14px;
  line-height: 1.75;
  color: var(--services-muted);
}

.experience-divider {
  width: 1px;
  height: 170px;
  background: #d7d9d9;
}

.experience-stat {
  text-align: center;
}

.experience-icon {
  position: relative;
  width: 85px;
  height: 85px;
  margin: 0 auto 5px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: var(--services-light-green);

  font-size: 38px;
  color: var(--services-green);
}

.experience-star {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 14px;
}

.experience-stat strong {
  display: block;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  line-height: 1;
  color: var(--services-navy);
}

.experience-stat p {
  margin: 0;

  font-size: 12px;
  line-height: 1.55;
  color: var(--services-muted);
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 950px) {
  .services-container {
    width: min(100% - 45px, 900px);
  }

  .service-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card,
  .service-card--wide {
    grid-column: span 1;
  }

  .service-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    margin-inline: auto;
  }

  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience-block {
    padding: 35px 40px;
    grid-template-columns: 1fr 1px 220px;
    gap: 35px;
  }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 650px) {
  .services-section {
    padding: 28px 0 65px;
  }

  .services-container {
    width: calc(100% - 30px);
  }

  .services-corner {
    width: 145px;
    height: 145px;
  }

  .services-breadcrumb {
    margin-bottom: 30px;
    font-size: 10px;
  }

  .services-heading h2 {
    font-size: 38px;
  }

  .services-heading p {
    max-width: 330px;
    margin-inline: auto;
    font-size: 13px;
  }

  .services-tabs {
    margin-top: 25px;
  }

  .services-tab {
    padding: 13px 8px;
    font-size: 13px;
  }

  .service-cards-grid,
  .areas-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card--wide,
  .service-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .service-card {
    min-height: 350px;
  }

  .area-card {
    min-height: 175px;
  }

  .bespoke-card {
    padding: 25px 20px;
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .bespoke-content .card-gold-line {
    margin-inline: auto;
  }

  .experience-block {
    padding: 35px 24px;
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .experience-content h3 {
    font-size: 29px;
  }

  .experience-green-line {
    margin-inline: auto;
  }

  .experience-divider {
    width: 100%;
    height: 1px;
  }
}




/* =====================================
   HOW THE PROCESS WORKS
===================================== */

:root {
  --process-navy: #071a35;
  --process-green: #17672f;
  --process-gold: #e8ad24;
  --process-text: #1c2739;
  --process-muted: #4d5666;
  --process-light-green: #eef6ef;
  --process-white: #ffffff;
  --process-soft-white: #fdfdfc;
}

.process-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--process-soft-white);
  color: var(--process-text);
}

.process-container {
  width: min(1240px, calc(100% - 70px));
  margin-inline: auto;
  padding: 90px 0 55px;
}


/* =====================================
   HEADING
===================================== */

.process-heading {
  margin-bottom: 65px;
  text-align: center;
}

.process-heading h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;

  color: var(--process-navy);
}

.process-heading-line {
  display: block;
  width: 68px;
  height: 3px;
  margin: 20px auto;

  background: var(--process-gold);
}

.process-heading p {
  margin: 0;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;

  color: var(--process-text);
}


/* =====================================
   PROCESS STEPS
===================================== */

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
}

.process-step {
  position: relative;
  min-width: 0;
  text-align: center;
}


/* Dotted arrow between each process step */

.process-step:not(:last-child)::after {
  content: "➜";

  position: absolute;
  z-index: 2;
  top: 48px;
  right: -31px;

  width: 28px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1;

  color: var(--process-green);
}


/* Dotted line before arrow */

.process-step:not(:last-child)::before {
  content: "";

  position: absolute;
  z-index: 1;
  top: 57px;
  right: -22px;

  width: 37px;
  border-top: 2px dotted var(--process-green);
}


/* Icon circle */

.process-icon {
  width: 112px;
  height: 112px;
  margin: 0 auto 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background:
    radial-gradient(
      circle at 30% 25%,
      #f8fbf8 0%,
      var(--process-light-green) 75%
    );

  font-size: 47px;
  color: var(--process-green);
}


/* Number */

.process-step-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;

  color: var(--process-green);
}

.process-step-line {
  display: block;
  width: 32px;
  height: 2px;
  margin: 15px auto 19px;

  background: var(--process-gold);
}


/* Step heading */

.process-step h3 {
  min-height: 58px;
  margin: 0 0 13px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;

  color: var(--process-navy);
}


/* Step description */

.process-step p {
  max-width: 205px;
  margin: 0 auto;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.75;

  color: var(--process-muted);
}


/* =====================================
   QUOTE PANEL
===================================== */

.process-quote {
  position: relative;
  width: min(1080px, 94%);
  min-height: 185px;
  margin: 75px auto 0;
  padding: 35px 125px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;

  background:
    linear-gradient(
      135deg,
      rgba(236, 246, 239, 0.96),
      rgba(248, 250, 246, 0.98)
    );

  text-align: center;
  overflow: hidden;
}

.process-quote::before,
.process-quote::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 160px;
  background: rgba(255, 255, 255, 0.24);
  transform: rotate(-20deg);
}

.process-quote::before {
  bottom: -105px;
  left: -100px;
}

.process-quote::after {
  top: -115px;
  right: -80px;
}

.process-quote p {
  position: relative;
  z-index: 2;
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.25;

  color: var(--process-navy);
}

.process-quote strong {
  color: var(--process-green);
}

.process-quote-mark {
  position: absolute;
  z-index: 2;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;

  color: var(--process-gold);
}

.process-quote-mark--left {
  top: 30px;
  left: 95px;
}

.process-quote-mark--right {
  right: 95px;
  bottom: 10px;
}


/* =====================================
   BOTTOM CTA
===================================== */

.process-cta {
  position: relative;
  padding: 55px 0 48px;

  background: #fafaf8;
  overflow: hidden;
}

.process-cta-container {
  position: relative;
  z-index: 3;

  width: min(930px, calc(100% - 70px));
  margin-inline: auto;

  display: grid;
  grid-template-columns: 130px 1px 1fr;
  align-items: center;
  gap: 42px;
}


/* CTA icon */

.process-cta-icon {
  position: relative;

  width: 105px;
  height: 105px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid var(--process-green);
  border-radius: 50%;

  font-size: 38px;
  color: var(--process-green);
}

.process-cta-icon > .fa-comments {
  position: absolute;
  top: 22px;
  font-size: 29px;
}

.process-cta-people {
  position: absolute;
  bottom: 18px;
  font-size: 34px;
}

.process-cta-divider {
  width: 1px;
  height: 150px;
  background: var(--process-gold);
}


/* CTA copy */

.process-cta-content h3 {
  margin: 0 0 9px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 600;

  color: var(--process-navy);
}

.process-cta-content p {
  margin: 0 0 20px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;

  color: var(--process-muted);
}


/* CTA button */

.process-cta-button {
  width: min(360px, 100%);
  min-height: 58px;
  padding: 15px 24px;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  border-radius: 6px;

  background: var(--process-green);
  box-shadow: 0 8px 20px rgba(17, 82, 39, 0.16);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;

  color: var(--process-white);
  text-decoration: none;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.process-cta-button:hover {
  background: #20783a;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(17, 82, 39, 0.24);
}

.process-cta-button i {
  transition: transform 0.25s ease;
}

.process-cta-button:hover i {
  transform: translateX(6px);
}


/* =====================================
   DECORATIVE BOTTOM BANDS
===================================== */

.process-cta::before {
  content: "";

  position: absolute;
  z-index: 1;
  right: -55px;
  bottom: -170px;

  width: 440px;
  height: 300px;

  border-radius: 50% 0 0 0;

  border-top: 24px solid var(--process-green);
  background: var(--process-navy);

  transform: rotate(-13deg);
}

.process-cta::after {
  content: "";

  position: absolute;
  z-index: 2;
  right: -35px;
  bottom: -92px;

  width: 380px;
  height: 175px;

  border-radius: 50% 0 0 0;
  border-top: 15px solid var(--process-gold);

  transform: rotate(-13deg);
  pointer-events: none;
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 1000px) {
  .process-container {
    width: min(900px, calc(100% - 45px));
  }

  .process-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 55px 35px;
  }

  .process-step:nth-child(3)::after,
  .process-step:nth-child(3)::before {
    display: none;
  }

  .process-step:nth-child(4) {
    grid-column: 1 / 2;
  }

  .process-step:nth-child(5) {
    grid-column: 2 / 3;
  }

  .process-quote {
    padding-inline: 100px;
  }

  .process-quote-mark--left {
    left: 55px;
  }

  .process-quote-mark--right {
    right: 55px;
  }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 680px) {
  .process-container {
    width: calc(100% - 30px);
    padding: 65px 0 40px;
  }

  .process-heading {
    margin-bottom: 50px;
  }

  .process-heading h2 {
    font-size: 38px;
  }

  .process-heading p {
    font-size: 16px;
  }

  .process-heading p br {
    display: none;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .process-step,
  .process-step:nth-child(4),
  .process-step:nth-child(5) {
    grid-column: auto;
  }

  .process-step::before,
  .process-step::after {
    display: none !important;
  }

  .process-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    font-size: 42px;
  }

  .process-step h3 {
    min-height: auto;
  }

  .process-step p {
    max-width: 310px;
  }

  .process-quote {
    width: 100%;
    min-height: 210px;
    margin-top: 55px;
    padding: 50px 35px;
  }

  .process-quote p {
    font-size: 25px;
  }

  .process-quote-mark {
    font-size: 58px;
  }

  .process-quote-mark--left {
    top: 18px;
    left: 24px;
  }

  .process-quote-mark--right {
    right: 24px;
    bottom: 0;
  }

  .process-cta {
    padding: 50px 0 100px;
  }

  .process-cta-container {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .process-cta-icon {
    margin-inline: auto;
  }

  .process-cta-divider {
    width: 90px;
    height: 1px;
    margin-inline: auto;
  }

  .process-cta-content h3 {
    font-size: 29px;
  }

  .process-cta-content p br {
    display: none;
  }

  .process-cta-button {
    margin-inline: auto;
  }

  .process-cta::before {
    right: -180px;
    bottom: -205px;
  }

  .process-cta::after {
    right: -180px;
    bottom: -125px;
  }
}



/* =====================================
   CONTACT SECTION
===================================== */

:root {
  --contact-navy: #061b38;
  --contact-green: #09602d;
  --contact-green-hover: #13733a;
  --contact-gold: #e9b72d;
  --contact-white: #ffffff;
  --contact-text: #17213a;
  --contact-muted: #535c6c;
  --contact-border: #d9dde2;
  --contact-background: #ffffff;
}


/* =====================================
   CONTACT HERO
===================================== */

.contact-hero {
  position: relative;
  min-height: 470px;

  display: flex;
  align-items: center;

  background-image: url("../images/contact-plant.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;

  overflow: hidden;
}

.contact-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(235, 242, 250, 0.98) 0%,
      rgba(239, 244, 249, 0.95) 28%,
      rgba(244, 247, 249, 0.73) 48%,
      rgba(255, 255, 255, 0.14) 72%,
      rgba(255, 255, 255, 0) 100%
    );
}

.contact-hero__content {
  position: relative;
  z-index: 2;

  width: min(460px, 45%);
  margin-left: clamp(45px, 8vw, 120px);
}

.contact-hero__content h2 {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1.5px;

  color: var(--contact-navy);
}

.contact-hero__line {
  display: block;
  width: 60px;
  height: 4px;
  margin: 22px 0;

  background: var(--contact-gold);
}

.contact-hero__content > p {
  max-width: 360px;
  margin: 0;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.75;

  color: var(--contact-text);
}


/* OR divider */

.contact-choice {
  width: 280px;
  margin: 38px 0 18px;

  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-choice span {
  height: 1px;
  flex: 1;

  background: #9ba6b4;
}

.contact-choice strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: var(--contact-navy);
}


/* Call or email link */

.contact-call-link {
  display: inline-block;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;

  color: var(--contact-navy);
  text-decoration: none;
}

.contact-call-link:hover {
  color: var(--contact-green);
}

.contact-call-line {
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px 0 0 46px;

  background: var(--contact-gold);
}


/* =====================================
   CONTACT FORM
===================================== */

.contact-form-wrapper {
  padding: 45px 0 48px;
  background: var(--contact-background);
}

.contact-form-container {
  width: min(1080px, calc(100% - 70px));
  margin-inline: auto;
}

.contact-form-container > h2 {
  margin: 0 0 25px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 600;

  color: var(--contact-navy);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.contact-field label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;

  color: var(--contact-navy);
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;

  border: 1px solid var(--contact-border);
  border-radius: 4px;
  outline: none;

  background: var(--contact-white);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;

  color: var(--contact-text);

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-field input,
.contact-field select {
  min-height: 52px;
  padding: 0 16px;
}

.contact-field textarea {
  min-height: 145px;
  padding: 16px;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #9098a4;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--contact-green);

  box-shadow:
    0 0 0 3px rgba(9, 96, 45, 0.12);
}

.contact-field select {
  appearance: auto;
  cursor: pointer;
}


/* Submit button */

.contact-submit {
  width: 100%;
  min-height: 54px;
  padding: 14px 25px;

  border: 0;
  border-radius: 4px;

  background: var(--contact-green);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;

  color: var(--contact-white);

  cursor: pointer;

  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.contact-submit:hover {
  background: var(--contact-green-hover);
  transform: translateY(-2px);

  box-shadow: 0 8px 20px rgba(9, 96, 45, 0.2);
}

.contact-submit:focus-visible {
  outline: 3px solid var(--contact-gold);
  outline-offset: 3px;
}


/* =====================================
   FOOTER
===================================== */

.site-footer {
  padding: 30px 0;
  background: var(--contact-navy);
  color: var(--contact-white);
}

.site-footer__container {
  width: min(1120px, calc(100% - 60px));
  margin-inline: auto;

  display: grid;
  grid-template-columns: 260px 1px 260px 1px 1fr;
  align-items: center;
  gap: 34px;
}


/* Footer logo */

.site-footer__brand img {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
}


/* Gold dividers */

.site-footer__divider {
  width: 1px;
  height: 105px;

  background: var(--contact-gold);
}


/* Footer tagline */

.site-footer__tagline p {
  margin: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.25;

  color: var(--contact-white);
}

.site-footer__tagline strong {
  font-weight: 500;
  color: #79a63b;
}


/* Footer contact */

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 13px;

  font-style: normal;
}

.site-footer__contact a,
.site-footer__contact p {
  margin: 0;

  display: flex;
  align-items: flex-start;
  gap: 15px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;

  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.site-footer__contact a:hover {
  color: var(--contact-gold);
}

.site-footer__contact i {
  width: 18px;
  margin-top: 2px;

  flex-shrink: 0;

  font-size: 18px;
  text-align: center;

  color: var(--contact-gold);
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 950px) {
  .contact-hero {
    min-height: 460px;
    background-position: 65% center;
  }

  .contact-hero__content {
    width: min(430px, 55%);
    margin-left: 40px;
  }

  .site-footer__container {
    grid-template-columns: 1fr 1px 1fr;
  }

  .site-footer__brand {
    grid-column: 1;
  }

  .site-footer__divider:first-of-type {
    grid-column: 2;
  }

  .site-footer__tagline {
    grid-column: 3;
  }

  .site-footer__divider:last-of-type {
    display: none;
  }

  .site-footer__contact {
    grid-column: 1 / -1;

    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);

    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}


/* =====================================
   MOBILE
===================================== */

@media (max-width: 680px) {
  .contact-hero {
    min-height: 650px;
    align-items: flex-end;

    background-position: 68% center;
  }

  .contact-hero__overlay {
    background:
      linear-gradient(
        0deg,
        rgba(238, 244, 249, 0.99) 0%,
        rgba(240, 245, 249, 0.94) 58%,
        rgba(255, 255, 255, 0.3) 100%
      );
  }

  .contact-hero__content {
    width: 100%;
    margin: 0;
    padding: 45px 24px;
  }

  .contact-hero__content h2 {
    font-size: 43px;
  }

  .contact-hero__content > p {
    max-width: 330px;
  }

  .contact-choice {
    width: min(280px, 100%);
  }

  .contact-form-wrapper {
    padding: 38px 0;
  }

  .contact-form-container {
    width: calc(100% - 36px);
  }

  .contact-form-container > h2 {
    font-size: 31px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .site-footer {
    padding: 38px 0;
  }

  .site-footer__container {
    width: calc(100% - 40px);

    grid-template-columns: 1fr;
    gap: 25px;

    text-align: center;
  }

  .site-footer__brand,
  .site-footer__tagline,
  .site-footer__contact {
    grid-column: auto;
  }

  .site-footer__brand img {
    width: 230px;
    margin-inline: auto;
  }

  .site-footer__divider {
    width: 90px;
    height: 1px;
    margin-inline: auto;
  }

  .site-footer__divider:last-of-type {
    display: block;
  }

  .site-footer__contact {
    padding-top: 0;
    border-top: 0;

    display: flex;
    align-items: center;
  }

  .site-footer__contact a,
  .site-footer__contact p {
    justify-content: center;
    text-align: left;
  }
}



.form-success-message {
    background: #eaf7ee;
    color: #1f6b3a;
    border: 1px solid #8ed0a5;
    padding: 15px 18px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
}

.form-error-message {
    background: #fdecec;
    color: #9b2525;
    border: 1px solid #e3a3a3;
    padding: 15px 18px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
}




.success-toast {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 9999;

  display: flex;
  align-items: center;
  gap: 12px;

  min-width: 300px;
  padding: 16px 20px;

  background: #1f6b3a;
  color: #ffffff;

  border-radius: 8px;

  font-size: 15px;
  font-weight: 500;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);

  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s;
}

.success-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.success-toast__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 25px;
  height: 25px;

  background: #ffffff;
  color: #1f6b3a;

  border-radius: 50%;

  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Mobile */
@media (max-width: 600px) {
  .success-toast {
    top: 15px;
    left: 15px;
    right: 15px;
    min-width: auto;
  }
}





































































