@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --green: #6bc131;
  --light-green: rgba(138, 215, 86, 0.3);
  --black: #080808;
  --white: #fff;
  --gray: #d9d9d9;
  --poppins: "Poppins", sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: none;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: var(--poppins);
  background: rgba(138, 215, 86, 0.05);
}
a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.clear {
  clear: both;
}
.row {
  width: 100%;
  float: left;
}
.p_t {
  padding-top: 60px;
}
.p_b {
  padding-bottom: 60px;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
}
.flexwrap {
  display: flex;
  flex-wrap: wrap;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-space-between {
  justify-content: space-between;
}
.dot_list {
  padding-left: 20px;
  margin: 20px 0;
}
.dot_list li {
  list-style: disc;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
}
.spacing {
  width: 100%;
  float: left;
  height: 40px;
}
.wrapper {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}
.main,
.row {
  width: 100%;
  float: left;
}
.btn {
  display: inline-block;
  background-color: var(--green);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--black);
  padding: 8px 28px;
  border-radius: 40px;
  border: solid 2px var(--green);
}
.btn:hover {
  background-color: transparent;
  color: var(--green);
}

.header {
  background-color: var(--black);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header .logo img {
  width: 220px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header.smaller .logo img {
  width: 160px;
}

.menu {
  gap: 24px;
}
.navigation {
  gap: 24px;
}
.navigation li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #f1f1f1;
}
.navigation li a:hover,
.navigation li a.active {
  color: var(--green);
}
.green_text {
  color: var(--green);
}

.banner,
.title_section {
  position: relative;
  background-color: var(--black);
  padding: 80px 0 170px;
  z-index: 1;
}
.banner::before,
.title_section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/building-img.svg) center calc(100% + 15px) no-repeat;
  z-index: -1;
  opacity: 0.15;
}
.banner h1,
.banner p,
.title_section h1,
.title_section p {
  color: var(--white);
}
.banner h1,
.title_section h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
h1,
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: var(--black);
  margin-bottom: 40px;
}
p {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: var(--black);
}
.banner p,
.title_section p {
  max-width: 870px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: var(--gray);
}
.banner form {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
  gap: 12px;
  margin-top: 42px;
}
.banner form label {
  flex-grow: 1;
  width: 100%;
}
.banner form label.submit_box {
  width: 450px;
}
.banner form input,
.banner form select {
  width: 100%;
  background-color: var(--white);
  font-family: var(--poppins);
  font-size: 14px;
  color: #404040;
  padding: 12px;
  border-radius: 8px;
}
.banner form select {
  appearance: none;
  background: url(../images/down-arrow.svg) calc(100% - 10px) center no-repeat var(--white);
}
.banner form input[type="submit"] {
  cursor: pointer;
  padding: 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  background-color: var(--green);
  text-transform: uppercase;
}
.green_bg {
  background-color: var(--light-green);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.green_bg::before {
  content: "";
  position: absolute;
  left: -220px;
  top: -220px;
  width: 440px;
  height: 440px;
  background: #6bc131;
  opacity: 0.5;
  filter: blur(150px);
  border-radius: 500px;
  z-index: -1;
}
.green_bg::after {
  content: "";
  position: absolute;
  right: -220px;
  bottom: -220px;
  width: 440px;
  height: 440px;
  background: #6bc131;
  opacity: 0.5;
  filter: blur(150px);
  border-radius: 500px;
  z-index: -1;
}
.green_bg.no_color::before,
.green_bg.no_color::after {
  display: none;
}

.business_proof {
  padding: 16px 0;
}
.business_proof .flexwrap {
  gap: 16px 8px;
}
.business_proof .box {
  width: calc(25% - 6px);
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 240px;
  flex-grow: 1;
}
.business_proof .img {
  width: 60px;
  height: 60px;
  display: inline-flex;
  background-color: #8ad756;
  box-shadow: 1px 1px 0px #000000;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
}
.business_proof h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: var(--black);
}
.business_proof p {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: var(--black);
}

.featured_business h2 {
  margin-bottom: 8px;
}
.featured_business .splide {
  margin-bottom: 40px;
}
.featured_business .splide__track .splide__slide {
  padding: 22px 9px !important;
}
.featured_business .splide__list .box {
  background: var(--white);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 8px;
  position: relative;
  padding-bottom: 65px;
}
.featured_business h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: var(--black);
  margin: 14px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.featured_business .details li {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: var(--black);
  background-image: url(../images/marker-pin.svg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 34px;
  margin-bottom: 8px;
}
.featured_business .details li:nth-child(2) {
  color: var(--green);
  background-image: url(../images/dollar-circle.svg);
}
.featured_business .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0px 0px 16px 16px;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}
.featured_business .btn:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.featured_business .splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.featured_business .splide__arrows > button {
  position: static;
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  border-radius: 0;
  background-color: transparent;
}
.featured_business .splide__arrows > button.splide__arrow--next {
  rotate: 180deg;
  transform-origin: 24px 0px;
}
.featured_business .splide__arrows > button svg {
  display: none;
}
.featured_business .img img {
  width: 100%;
  border-radius: 8px;
}
.featured_business .featured_tag {
  position: absolute;
  left: -8px;
  top: 22px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.featured_business .featured_tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #ddad01;
  border-left: 8px solid transparent;
}
.featured_business .featured_tag::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #ddad01;
  border-left: 8px solid transparent;
}
.featured_business .featured_tag p {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  padding: 2px 16px;
  background-color: #ffc702;
  position: relative;
}
.featured_business .featured_tag p::before {
  content: "";
  position: absolute;
  right: -8px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 15px solid #ffc702;
  border-right: 8px solid transparent;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.featured_business .featured_tag p::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #ffc702;
  border-right: 8px solid transparent;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.track_record {
  padding: 32px 0;
}
.track_record .flexwrap {
  gap: 16px;
}
.track_record .flexwrap > div {
  width: calc(33.33% - 11px);
  flex-grow: 1;
}
.track_record h3 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 8px;
}
.track_record p {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: var(--black);
}

.services_section .flexwrap {
  gap: 24px;
}
.services_section .flexwrap.double_column .box {
  width: calc(50% - 12px);
  padding: 40px 20px;
}
.services_section .box {
  width: calc(33.33% - 16px);
  background: var(--white);
  box-shadow: 2px 2px 32px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  position: relative;
  padding: 40px 20px 120px 20px;
  flex-grow: 1;
  min-width: 280px;
}
.services_section .box .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 24px;
  background-color: rgba(107, 193, 49, 0.1);
}
.services_section .box h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
  margin: 20px 0 12px;
}
.services_section .box p {
  line-height: 24px;
}
.services_section .box .btn_box {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.whatwedo_section .flexwrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
}
.whatwedo_section .img {
  box-shadow: 2px 2px 32px rgba(0, 0, 0, 0.3);
}
.whatwedo_section .img {
  display: inline-block;
  background-color: var(--white);
  padding: 4px;
  border-radius: 16px;
}
.whatwedo_section .img img {
  border-radius: 12px;
}
.whatwedo_section h2 {
  margin-bottom: 16px;
}

.broker_section h2 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.broker_section .flexwrap {
  gap: 24px;
}
.broker_section .flexwrap > div {
  flex-grow: 1;
  background: var(--white);
  box-shadow: 2px 2px 32px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 8px;
  min-width: 280px;
}
.broker_section .img img {
  width: 100%;
  border-radius: 10px;
}
.broker_section h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--green);
  margin: 16px 0 8px;
}
.broker_section .designation {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: var(--black);
}
.broker_section .address {
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  color: #3e3d3d;
  margin: 4px 0 16px;
}

.whatwedo_section .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.whatwedo_section .boxes li {
  background-color: var(--white);
  flex-grow: 1;
  box-shadow: 2px 2px 32px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 16px 8px;
  min-width: 180px;
}
.whatwedo_section .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background-color: #d8f2c7;
  margin-bottom: 8px;
}
.whatwedo_section .boxes p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--black);
}

.our_process_section .flexwrap {
  gap: 24px;
}
.our_process_section .flexwrap > div {
  box-shadow: 2px 2px 32px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  background: var(--white);
  padding: 32px 20px;
  flex-grow: 1;
  width: 290px;
  counter-increment: count;
}
.our_process_section .flexwrap > div::before {
  content: counter(count);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(107, 193, 49, 0.1);
  border-radius: 24px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: var(--black);
}
.our_process_section h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: var(--black);
  margin: 24px 0 12px;
}
.our_process_section p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: var(--black);
}

.testimonial_section {
  padding-bottom: 100px !important;
}
.testimonial {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.testimonial .box::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/comma.svg) center center no-repeat;
}
.testimonial p {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: var(--black);
}
.testimonial .name {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: var(--green);
  margin: 16px 0 4px;
}
.testimonial .designation {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: normal;
  color: #363636;
}
.splide__pagination {
  bottom: -40px !important;
}
.splide__pagination__page {
  opacity: 1 !important;
  border: 1px solid var(--black) !important;
  background-color: transparent !important;
  width: 12px !important;
  height: 12px !important;
  transform: none !important;
}
.splide__pagination__page.is-active {
  background-color: var(--black) !important;
}

.contact_form_section h2 {
  margin-bottom: 16px;
}
.contact_form_section h2 + p {
  max-width: 680px;
  width: 100%;
  margin: auto;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: var(--black);
}
.contact_form_section form {
  max-width: 740px;
  width: 100%;
  margin: 40px auto 0 auto;
}
.contact_form_section form.form_bg {
  background: var(--white);
  display: table;
  padding: 16px;
  padding-bottom: 32px;
  border-radius: 16px;
  box-shadow: 2px 2px 32px rgba(0, 0, 0, 0.16);
}
.contact_form_section form .heading p {
  background: #f6f6f6;
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  padding: 12px;
  border-radius: 5px;
}
.contact_form_section form label {
  width: 50%;
  float: left;
  padding: 8px;
}
.contact_form_section form label.full {
  width: 100%;
}
.contact_form_section form input,
.contact_form_section form select,
.contact_form_section form textarea {
  width: 100%;
  float: left;
  background-color: var(--white);
  font-family: var(--poppins);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 15px;
  font-weight: normal;
  color: #4b4b4b;
  padding: 12px;
}
.contact_form_section form input[type="datetime-local"] {
  background: url(../images/time-img.svg) 3px center no-repeat;
  padding-left: 170px;
}
.contact_form_section form select {
  appearance: none;
  background: url(../images/down-arrow.svg) calc(100% - 10px) center no-repeat var(--white);
}
.contact_form_section form textarea {
  height: 100px;
}
.contact_form_section form input[type="submit"] {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  background-color: var(--green);
  cursor: pointer;
  width: auto;
  padding: 10px 42px;
  border-radius: 30px;
  box-shadow: none;
  float: none;
  margin-top: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact_form_section form input[type="submit"]:hover {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
}

.footer {
  background-color: var(--green);
  position: relative;
  z-index: 1;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/footer-bg.jpg) center top no-repeat;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}
.footer .logo {
  display: inline-block;
  margin-bottom: 20px;
}
.footer .flexwrap {
  gap: 16px;
}
.footer .flexwrap > div {
  width: calc(33.33% - 11px);
}
.footer h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: var(--black);
  margin-bottom: 22px;
}
.footer ul.links {
  max-width: 130px;
  width: 100%;
  margin: auto;
}
.footer ul.links li a {
  background: url(../images/footer-arrow.svg) left 8px no-repeat;
  padding-left: 22px;
}
.footer ul.links li a:hover {
  text-decoration: underline;
}
.footer ul.address li:nth-child(1) {
  background-image: url(../images/footer-marker.svg);
}
.footer ul.address li:nth-child(2) {
  background-image: url(../images/footer-phone.svg);
}
.footer ul.address li:nth-child(3) {
  background-image: url(../images/footer-mail.svg);
}
.footer ul.address li {
  background-position: left 2px;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 12px;
}
.footer ul.address li a:hover {
  text-decoration: underline;
}
.footer ul.social_links {
  margin-top: 16px;
}
.footer ul.social_links li a {
  position: relative;
  top: 0;
}
.footer ul.social_links li a:hover {
  top: -3px;
}
.footer ul.social_links li {
  font-size: 20px;
  font-weight: 600;
}
.footer ul.social_links li:first-child {
  margin-right: 8px;
}
.footer ul li {
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  color: var(--black);
  text-align: left;
  margin-bottom: 6px;
}
.footer ul li a {
  color: var(--black);
  word-wrap: break-word;
}

.copyright {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  margin-top: 50px;
}
.copyright p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.9);
}
.respo_menu {
  display: none;
  float: right;
  color: #fff;
  font-size: 0;
  padding: 14px 5px 14px 3px;
  border-radius: 4px;
}
.respo_menu span {
  display: inline-block;
  width: 18px;
  height: 3px;
  background: #fff;
  position: relative;
  margin: 4px 6px 4px 10px;
}
.respo_menu span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 3px;
  background: #fff;
}
.respo_menu span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 3px;
  background: #fff;
}

/* Inner Page CSS */
.title_section {
  padding: 60px 0 80px;
}

.container {
  background: var(--white);
  box-shadow: 0px 0px 16px rgba(8, 15, 52, 0.16);
  border-radius: 16px;
  margin: 20px 0;
}
.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 2px solid #fff;
  border-bottom: none;
  border-radius: 16px;
}
.question.active {
  border-color: var(--green);
  border-radius: 16px 16px 0 0;
}
.question::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  box-shadow: 0px 0px 8px rgba(8, 15, 52, 0.12);
  background: url(../images/down-arrow.svg) center 17px no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.question.active::after {
  transform: translateY(-50%) rotate(-180deg);
  background-color: var(--green);
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  border: 2px solid #fff;
  border-top: none;
  border-radius: 0 0 16px 16px;
}
.question.active + .answercont .answer {
  border-color: var(--green);
}
.faq_accordions {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.booking_section {
  background-color: var(--black);
  position: relative;
  z-index: 1;
  padding: 114px 0;
}
.booking_section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/booking-section-bg.jpg) left top no-repeat;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
}
.booking_section h2 {
  color: var(--white);
  text-shadow: 0px 0px 16px #000000;
  margin-bottom: 20px;
}
.booking_section p {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 32px auto;
  color: var(--white);
  text-shadow: 0px 0px 16px #000000;
}
.booking_section .btn {
  font-size: 20px;
  padding: 12px 32px;
}

.whatwedo_section form {
  margin: 0;
}
.whatwedo_section form .heading {
  margin-bottom: 8px;
}
.whatwedo_section form label {
  padding: 4px;
}
.whatwedo_section form input:not([type="submit"]),
.whatwedo_section form select,
.whatwedo_section form textarea {
  border: 1px solid #d0d0d0;
  box-shadow: none;
  padding: 8px;
}
.whatwedo_section form input[type="submit"] {
  display: table;
  margin: 8px auto 0 auto;
}
.text_section .text_sec {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0 auto;
}
.text_section h3 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 24px;
  font-weight: 600;
}

.tandc_section p {
  margin-bottom: 24px;
}
.tandc_section h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 8px 0;
}

@media (max-width: 1080px) {
  .respo_menu {
    display: block;
  }
  .menu {
    position: relative;
    flex-direction: row-reverse;
    gap: 8px;
  }
  .navigation {
    position: absolute;
    top: 54px;
    right: 0;
    width: 250px;
    z-index: 99;
    flex-direction: column;
    gap: 0;
    background: #1a1a1a;
    display: none;
    border-radius: 8px;
    overflow: hidden;
  }
  .navigation.active {
    display: block;
  }
  .navigation li a {
    padding: 8px 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
  }
  .navigation li a.active,
  .navigation li a:hover {
    background-color: var(--green);
    color: var(--black);
  }
}
@media (max-width: 768px) {
  .header .logo img {
    width: 160px;
  }
  .banner h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .banner form {
    flex-direction: column;
  }
  .banner form label.submit_box {
    width: 100%;
  }
  .banner {
    padding: 48px 0 100px;
  }
  .banner form {
    margin-top: 24px;
  }
  .banner form input,
  .banner form select {
    padding: 16px;
  }
  .banner form input[type="submit"] {
    padding: 12px;
  }
  h1,
  h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 28px;
  }
  .p_t {
    padding-top: 40px;
  }
  .p_b {
    padding-bottom: 40px;
  }
  .track_record .flexwrap {
    gap: 32px;
  }
  .track_record .flexwrap > div {
    width: 100%;
  }
  .contact_form_section form label {
    width: 100%;
  }
  .footer .flexwrap > div {
    width: 100%;
  }
  .footer .flexwrap > div.center {
    text-align: left;
  }
  .footer ul.links {
    max-width: 100%;
  }
  .whatwedo_section .flexwrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact_form_section form label {
    padding: 6px;
  }
  .menu .btn {
    padding: 6px 16px;
  }
  .booking_section {
    padding: 60px 0;
  }
  .track_record {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .banner::before {
    background: url(../images/building-img.svg) center calc(100% + 0px) no-repeat;
    background-size: calc(150%);
  }
  .menu .btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    text-align: center;
    font-weight: 700;
    padding: 12px 16px;
    font-size: 20px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
  }
  .services_section .box {
    padding: 20px 20px 110px 20px;
  }
}
