@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --bs-blue: #111214;
  --bs-primary: #111214;
  --bs-secondary: #c5a47e;
  --bs-light: #f0f0f0;
  --bs-dark: #201f1f;
  --bs-primary-rgb: 17, 18, 20;
  --bs-secondary-rgb: 197, 164, 126;
  --bs-light-rgb: 240, 240, 240;
  --bs-dark-rgb: 32, 31, 31;
  --bs-primary-text-emphasis: #000000;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #bbbbbb;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #adadad;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-body-color: #201f1f;
  --bs-body-color-rgb: 32, 31, 31;
  --bs-emphasis-color: #38393f;
  --bs-emphasis-color-rgb: 56, 57, 63;
  --bs-secondary-color: rgba(157, 128, 95, 0.75);
  --bs-secondary-color-rgb: 157, 128, 95;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(157, 128, 95, 0.5);
  --bs-tertiary-color-rgb: 157, 128, 95;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #636571;
  --bs-link-color-rgb: 99, 101, 113;
  --bs-link-hover-color: #38393f;
  --bs-link-hover-color-rgb: 56, 57, 63;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-color: rgba(99, 101, 113, 0.25);
}

html,
body {
  overflow: hidden;
  overflow-y: auto;
}

:focus-visible {
  outline: 0;
}

::selection {
  background-color: var(--bs-primary-bg-subtle);
}

::marker {
  color: var(--bs-primary);
}

:is(
    ::-webkit-calendar-picker-indicator,
    ::-webkit-clear-button,
    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button
  ) {
  color: var(--bs-primary);
}

html {
  scrollbar-width: 0.25rem;
  /* scrollbar-color: var(--bs-primary) var(--bs-light); */
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}

::-webkit-scrollbar-track {
  background: var(--bs-light);
}

::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 0.25rem;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--bs-secondary);
}

body {
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
}

a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.alt-font {
  font-family: "Playfair Display", serif;
}

.navbar {
  padding: 1rem 5rem;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}

#header.small-header .navbar {
  padding: 1rem 5rem;
}

@media screen and (max-width: 992px) {
  .navbar {
    padding: 2rem 0rem;
  }

  #header.small-header .navbar {
    padding: 1rem 0rem;
  }
}

.navbar-brand img {
  transition: all 0.2s ease-in-out;
}
.navbar-brand img {
  width: auto;
  height: 100px;
}
#header.small-header .navbar-brand img {
  height: 70px;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: var(--bs-navbar-toggler-transition);
}

.navbar-collapse {
  transition: all 0.2s ease-in-out;
}

.navbar-nav {
  margin-left: auto;
  gap: 1rem;
}
#header .navbar-nav .current-menu-item.current_page_item .nav-link {
  color: var(--bs-secondary);
}
@media screen and (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: var(--bs-primary);
    padding: 4rem 2rem;
    overflow-y: auto;
  }

  .collapse:not(.show) {
    left: 100%;
    display: block;
    width: 0;
  }

  .navbar-collapse .navbar-toggler {
    position: absolute;
    right: 1rem;
  }

  .navbar-nav {
    gap: 1rem;
  }
}

.hero-banner {
  position: relative;
  min-height: 100vh;
  padding-top: 144px;
  width: 100%;
  display: flex;
  background-color: var(--bs-primary);
  overflow-x: hidden;
}

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

.hero-banner-img-container {
  position: relative;
}

.hero-banner-img-container::after {
  content: "";
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
  background: linear-gradient(
    90deg,
    rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) 5%,
    rgba(var(--bs-primary-rgb), 0.5) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.hero-banner-content {
  padding-left: 6.25rem;
  display: flex;
  padding-top: 0;
}

@media screen and (max-width: 992px) {
  .hero-banner-content {
    padding: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-banner-img {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .hero-banner-img-container::after {
    content: "";
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
    background: linear-gradient(
      180deg,
      rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) 5%,
      rgba(var(--bs-primary-rgb), 0.5) 40%,
      rgba(255, 255, 255, 0) 100%
    );
    width: calc(100% + 4rem);
    height: 100%;
    position: absolute;
    left: -2rem;
    right: -2rem;
    top: -1px;
    z-index: 2;
  }
}

.hero-banner-title {
  font-size: 3.5rem;
  color: var(--bs-white);
}

@media screen and (max-width: 1024px) {
  .hero-banner-title {
    font-size: 3rem;
  }
}

.hero-banner-sub-title {
  color: var(--bs-secondary);
}

.internal-banner {
  position: relative;
  min-height: 300px;
  margin-top: 142px;
  width: 100%;
  display: flex;
  padding: 6.25rem 0;
  align-items: center;
  justify-content: center;
  background-image: url(../images/internal-banner.jpg);
  background-position: center center;
  background-attachment: fixed;
  overflow-x: hidden;
  background-repeat: no-repeat;
  color: var(--bs-light);
  text-align: center;
}

.internal-banner a {
  color: var(--bs-light);
}

.internal-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(var(--bs-primary-rgb), 0.8);
  background: radial-gradient(
    circle,
    rgba(var(--bs-primary-rgb), 0.8) 0%,
    rgba(var(--bs-primary-rgb), 0.65) 90%
  );
  z-index: 1;
}

.internal-banner-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
}

.breadcrumb-item,
.breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: var(--bs-secondary);
  padding: 0;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}

.page-banner {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  position: relative;
}

.page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(--bs-primary-rgb, 0.4);
  background: radial-gradient(
    circle,
    rgba(var(--bs-primary-rgb), 0.1) 0%,
    rgba(var(--bs-primary-rgb), 0.95) 90%
  );
}

.cta-section {
  background: var(--bs-white);
  padding: 2.5rem;
  margin-top: 3.75rem;
  color: var(--bs-emphasis-color);
}

.verticle-devider {
  border-left: 1px solid rgba(var(--bs-primary-rgb), 0.3);
  position: relative;
  align-self: stretch;
}

.verticle-devider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 6px;
  height: 35%;
  background-color: var(--bs-secondary);
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .cta-section {
    margin-top: 3rem;
    padding: 2.5rem 2rem;
  }
}

.btn {
  border-radius: 0;
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}

.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.form-control {
  border-radius: 0;
}

.form-control::placeholder {
  color: var(--bs-light-text-emphasis);
  opacity: 0.8;
}

.form-control:focus {
  border-color: var(--bs-body-color);

  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

textarea.form-control,
.form-floating > textarea.form-control {
  height: 150px;
}
.page-section {
  padding: 6.875rem 0;
}

.section-title {
  font-size: 1.125rem;
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.section-title::after {
  content: "";
  width: 2rem;
  height: 0.125rem;
  flex-shrink: 0;
  background-color: var(--bs-secondary);
}

.section-sub-title {
  font-size: 2rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: var(--bs-primary);
}

.card-title {
  font-size: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: var(--bs-primary);
}

.card-text {
  color: var(--bs-dark);
}

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

.service-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem;
}

.service-list > .row:nth-child(even) {
  flex-direction: row-reverse;
}

.testi-img {
  height: 100%;
  width: calc(100% + 3rem);
  object-fit: cover;
  margin-left: -1.5rem;
}

.testi-content {
  padding: 6rem;
  color: var(--bs-dark);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 222.4%;
  /* 48.928px */
  letter-spacing: 0.44px;
}

.testi-symbole {
  height: 80px;
}

.testi-client {
  color: var(--bs-primary);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

@media screen and (max-width: 992px) {
  .testi-content {
    padding: 4rem 2rem;
    font-size: 1.125rem;
  }

  .testi-client {
    font-size: 1.5rem;
  }
}

.swiper-slide {
  padding-bottom: 2rem;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--bs-secondary, var(--bs-primary));
}

.overlay-shine .team-profile,
.overlay-shine .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.overlay-shine .team-profile img {
  filter: grayscale(100);
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}

.overlay-shine .team-profile:before,
.overlay-shine .img:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skew(-25deg);
}

.overlay-shine:hover .team-profile:before,
.overlay-shine:hover .img:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.overlay-shine:hover .team-profile img {
  filter: grayscale(0);
}

@-webkit-keyframes shine {
  to {
    left: 125%;
  }
}

@keyframes shine {
  to {
    left: 125%;
  }
}

.team .wrap {
  box-sizing: border-box;
  padding-left: 2.5rem;
  overflow: hidden;
  padding-bottom: 30px;
}

.team .wrap .con {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 20px;
}

.team .wrap .con .info {
  bottom: 0;
  left: -7px;
  position: absolute;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.team .wrap .con .info .name {
  display: inline-block;
}

.team .wrap .con .info .name {
  margin: 0;
  text-transform: capitalize;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 600;
  padding-left: 1rem;
  margin-left: 0.625rem;
  margin-top: 0px;
  word-spacing: 0.5rem;
  color: var(--bs-primary);
}

.team .wrap .con .info .name:before {
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: var(--bs-secondary);
  border-radius: 50%;
}

.team .wrap .con .info .name:before,
.team .wrap .con .info .name:after {
  content: "";
  position: absolute;
  display: block;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team .wrap ul.social li {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
}

.team .wrap .social {
  text-align: center;
  padding: 0;
  margin: 0.625rem 0;
  font-size: 1.5rem;
}

.team .wrap p {
  text-align: center;
  margin-bottom: 0px;
}

.team .wrap ul.social li a:hover {
  color: var(--bs-secondary);
}

.contact-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--bs-light);
  z-index: 99;
}

.contact-info a {
  color: var(--bs-light);
  width: 100%;
}

.contact-info a:hover {
  color: var(--bs-secondary);
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-left: 1.5rem;
}

.contact-info-list li {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  margin-bottom: 0.5rem;
  transform: translateX(calc(100% - 2.5rem));
  transition: all 0.4s;
}

.contact-info-list li:hover {
  transform: translateX(0);
  color: var(--bs-secondary);
}

.contact-info-list li i {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.contact-info-list li i,
.contact-info-list li a {
  padding: 0.5rem;
  background-color: rgba(var(--bs-primary-rgb), 0.6);
  backdrop-filter: blur(4px);
}

.contact-info-list li:hover i,
.contact-info-list li:hover a {
  background-color: rgba(var(--bs-primary-rgb), 0.8);
}

.projects {
  position: relative;
}

.projects .items {
  width: 50% !important;
}

.projects .items:nth-of-type(even) {
  width: 30% !important;
}

.projects .items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.projects .items:hover img {
  filter: none;
  transform: scale(1.05, 1.05);

  transition: all 1s ease;
}

.projects .items .con {
  position: relative;
  overflow: hidden;
}

.projects .items .con .info {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  padding: 1.5rem;
  background: var(--bs-primary);
  transform: translateX(-110%);
  transition: all 0.4s;
  z-index: 99;
  width: 90%;
}

.projects .items .con:hover .info {
  transform: translateX(0);
}

.projects .items .con .info h6,
.projects .items .con .info h6 a {
  font-size: 1.25rem;
  color: var(--bs-white);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.projects .items .con .info .category {
  color: var(--bs-secondary);
  font-size: 0.75rem;
  margin-bottom: 2.5rem;
  font-weight: 400;
  word-spacing: 3px;
  position: relative;
  padding-left: 1rem;
  margin-left: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0.25rem;
}

.projects .items .con .info .category:before {
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--bs-secondary);
  border-radius: 50%;
}

.projects .items .con .info .category:before,
.projects .items .con .info .category:after {
  content: "";
  position: absolute;
  display: block;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.projects .items:nth-of-type(even),
.projects .items {
  width: 50% !important;
}

.projects .items:nth-of-type(even),
.projects .items {
  width: 100% !important;
}
.project-slider .swiper-slide {
  padding-bottom: 0;
}

.swiper-nav {
  position: absolute;
  bottom: 5%;
  right: 12%;
  z-index: inherit;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: initial;
  z-index: inherit;
  background: transparent;
  color: var(--bs-white);
  font-size: 0.625rem;
  margin-right: 3px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  border-radius: 100%;
  background: transparent;
  width: 40px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid rgba(var(--bs-white-rgb), 0.3);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 0.625rem;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(0.9);
  background: var(--bs-white);
  border: 1px solid var(--bs-white);
  color: var(--bs-primary);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: initial;
  right: initial;
}

.project-bar {
  padding: 2rem;
  background-color: var(--bs-primary);
  color: var(--bs-light);
  margin-top: -4rem;
  /* margin-bottom: 4rem; */
  position: relative;
  z-index: 2;
  border: none;
  border-bottom: 1px solid rgba(var(--bs-white-rgb), 0.03);
}
.project-bar h5 {
  color: var(--bs-secondary);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
@media (max-width: 576px) {
  .project-bar {
    margin-top: 0px;
    padding: 1.25rem;
  }
}
.feature-list {
  columns: 2;
  column-gap: 4rem;
  margin-top: 1.25rem;
  padding-left: 1.5rem;
  text-transform: uppercase;
}
.feature-list li {
  font-size: 1.125rem;
}
.feature-list li::marker {
  color: var(--bs-secondary);
}
@media (max-width: 576px) {
  .feature-list {
    columns: 1;
  }
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list li {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  margin-bottom: 0.5rem;
  max-width: 80%;
}
.contact-list li i {
  color: var(--bs-secondary);
}
.contact-list li a {
  color: var(--bs-primary);
}
.contact-list li a:hover {
  color: var(--bs-secondary);
}
.google-maps {
  height: 100%;
  min-height: 500px;
  width: 100%;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ======= Footer Section ======= */

.footer {
  background-color: var(--bs-primary);
  padding-top: 6.125rem;
  padding-bottom: 3rem;
  color: var(--bs-light);
  font-size: 0.875rem;
}

.footer a {
  color: var(--bs-light);
  text-decoration: none;
}

.footer a:hover {
  color: var(--bs-secondary);
}

.social-media {
  display: flex;
  margin: 0;
  gap: 1rem;
  align-items: center;
  list-style: none;
  padding: 0;
}

.social-media a {
  padding: 0.75rem;
  border: 1px solid var(--bs-light);
  color: var(--bs-primary);
  background: var(--bs-white);
  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  justify-content: center;
  text-decoration: none;
  height: 2.5rem;
  width: 2.5rem;
}

.social-media a:hover {
  background: var(--bs-secondary);
  border: 1px solid var(--bs-primary);
  color: var(--bs-light);
}

.social-media-list {
  display: flex;
  margin: 0;
  gap: 1rem;
  align-items: center;
  list-style: none;
  padding: 0;
}

.social-media-list a {
  padding: 0.75rem;
  border: 1px solid var(--bs-light);
  color: var(--bs-secondary);
  background: var(--bs-white);
  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  font-size: 1rem;
  justify-content: center;
  text-decoration: none;
  height: 2.5rem;
  width: 2.5rem;
}

.social-media-list a:hover {
  background: var(--bs-secondary);
  border: 1px solid var(--bs-white);
  color: var(--bs-light);
}
.footer-title {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.footer .navbar-nav {
  gap: 0.5rem;
}

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

.footer-contact li {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  margin-bottom: 1rem;
}

.wpcf7 form .wpcf7-response-output {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-left-width: 0.25rem;
  border-radius: 0;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
  margin: 0rem;
  margin-top: 1rem;
  transition: all 0.2s ease-in-out;
}
