@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap");

:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #C7DC49;
  --theme-2: #0F541E;
  --theme-3: #80C41C;
  --header: #141414;
  --text: #54595F;
  --border: #FCFCFC;
  --bg: #F8F7F3;
  --bg2: #F7F8ED;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
  --heading-font: 'Bricolage Grotesque', sans-serif;
  --body-font: 'Public Sans', sans-serif;
}

/*---------------------------------------
02. Base
---------------------------------------*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--body);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}



@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../font/Montserrat-Regular.ttf') format('truetype');
}

p {
  font-family: 'Montserrat-Regular', serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: 'Montserrat-Regular', serif !important;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  /* color: var(--white); */
  outline: none;
}

input {
  /* color: var(--white); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-weight: 700;
  font-size: 74px;
  line-height: 114%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 130% !important;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 44px;
  }
}

@media (max-width: 470px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 121%;
}

@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 470px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}

@media (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.theme-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  background-color: #d4a85e;
  overflow: hidden;
  display: inline-block;
  padding: 0 30px;
  color: #000000;
  border-radius: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
}

.theme-btn.style-2 {
  background-color: var(--theme-3);
}

@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
    padding: 0 25px;
    height: 52px;
    line-height: 52px;
  }
}

.theme-btn::before {
  content: "";
  position: absolute;
  width: 0;
  top: -10px;
  height: 0;
  background-color: var(--theme-2);
  color: var(--white);
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  z-index: -1;
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn:hover {
  color: var(--header);
  color: var(--white);
}

.theme-btn:hover::before {
  width: 800px;
  height: 800px;
  display: inline-block;
}

.link-btn {
  font-size: 15px;
  font-weight: 900;
  color: var(--theme);
  text-transform: capitalize;
  display: inline-block;
  font-family: "DM Sans";
  margin-top: 10px;
}

.link-btn:hover {
  color: var(--theme-2);
}

.link-btn i {
  margin-left: 10px;
}

/*---------------------------------------
03. Components
---------------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
  border: none;
  font-family: "Public Sans", sans-serif;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.back-to-top {
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--header);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  border-radius: 12px;
}

.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-2);
  background-color: var(--theme-2);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme-2);
  opacity: 1;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
  color: var(--white);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme-2);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}

.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__content.style-2 .search-popup__form .search-btn {
  color: var(--white);
  background-color: var(--theme-2);
  transition: all 0.4s ease-in-out;
}

.search-popup__content.style-2 .search-popup__form .search-btn:hover {
  background-color: var(--header);
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
  border-radius: 10px;
  padding-right: 80px;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--white);
  background-color: var(--theme-2);
  transition: all 0.4s ease-in-out;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search-popup__form .search-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 999999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}

.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}

.loader {
  width: fit-content;
  font-size: 120px;
  line-height: 1.5;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #C7DC49;
  background: radial-gradient(1.13em at 50% 1.6em, #C7DC49 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 1.6em) 0/3.2em 100% text, radial-gradient(1.13em at 50% -0.8em, rgba(0, 0, 0, 0) 99%, #C7DC49 101%) 50% 0.8em/3.2em 100% repeat-x text;
  animation: l9 2s linear infinite;
}

@media (max-width: 575px) {
  .loader {
    font-size: 70px;
  }
}

.loader:before {
  content: "leafix";
}

@keyframes l9 {
  to {
    background-position: calc(50% + 1.6em) 0, calc(50% + 3.2em) 0.8em;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.7, 1.1);
  }

  50% {
    transform: scale(1.1, 0.7);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}

@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top left 3000px;
  }
}

.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
  width: 20px;
}

@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}

.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 90%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 85%;
  }
}

@keyframes load3 {
  0% {
    width: 0;
  }

  100% {
    width: 70%;
  }
}

/*---------------------------------------
04. Layouts
---------------------------------------*/
@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}

@media (max-width: 575px) {
  .header-main .logo img {
    width: 140px;
  }
}

.header-main .main-menu ul {
  margin-bottom: 0;
}

.header-main .main-menu ul .menu-thumb {
  position: inherit;
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 35px;
}

.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Public Sans", sans-serif;
  padding: 15px 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 10px;
  position: relative;
  top: -3px;
}

.header-main .main-menu ul li a:hover {
  color: #c09855 !important;
}

.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 250px;
  background: var(--white);
  padding: 20px 0;
  border-radius: 10px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-top: 4px solid var(--theme);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  gap: 0;
  padding: 10px 0;
  transition: 0.4s;
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}

.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
  color: var(--theme) !important;
  margin-left: 10px;
}

.header-main .main-menu ul li .submenu li:hover>a::before {
  width: 10px;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
  padding: 20px 20px 10px 20px !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  margin: auto;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  border-radius: 10px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  left: 25px;
  right: 25px;
}

@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  justify-content: center;
  line-height: 1;
  background-color: var(--theme);
  color: var(--header);
  border-radius: 30px;
  max-width: 180px;
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn i {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--header) !important;
  background-color: var(--white);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(16, 85, 31, 0) 0%, #10551F 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  border-radius: 10px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  border-radius: 10px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb a {
  padding: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  padding-bottom: 0;
  margin-bottom: 7px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu:hover .homemenu-thumb::before {
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.header-main .main-menu ul li:hover>a {
  color: var(--theme);
}

.header-main .main-menu ul li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: all 0.5s ease;
}

.header-main .header-right {
  gap: 30px;
}

@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}

.header-main .header__hamburger {
  line-height: 1;
}

.header-main .sidebar__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header-main .sidebar__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--white);
  border-radius: 10px;
  margin-inline-end: auto;
  backface-visibility: hidden;
  transition: all 0.3s;
}

.header-main .sidebar__toggle span:last-child,
.header-main .sidebar__toggle span:first-child {
  width: 25px;
}

.header-main .sidebar__toggle.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--white);
  border-radius: 7px;
}

.header-main .sidebar__toggle.mobile_menu_bar span {
  background-color: var(--white);
}

.header-main .sidebar__toggle:hover span {
  width: 100%;
}

.header-1 {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-1 .header-left {
  display: flex;
  align-items: center;
  gap: 80px;
}

@media (max-width: 1199px) {
  .header-1 .header-left {
    gap: 0;
  }
}

.header-1 .container {
  max-width: 1680px;
}

@media (max-width: 1199px) {
  .header-1 .logo img {
    width: 150px;
  }
}

@media (max-width: 575px) {
  .header-1 .logo img {
    width: 150px;
  }
}

.header-1 .sidebar__toggle span {
  background-color: var(--white);
}

.header-1 .sidebar__toggle span:last-child,
.header-1 .sidebar__toggle span:first-child {
  width: 25px;
}

.header-1 .sidebar__toggle:hover span {
  width: 100%;
}

@media (max-width: 1199px) {
  .header-1 .header-right .contact-info {
    display: none;
  }
}

.header-1 .header-right .contact-info p {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  font-family: "Bricolage Grotesque", sans-serif;
}

.header-1 .header-right .contact-info .number {
  font-size: 16px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-1 .header-right .search-toggler {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
}

.header-1 .header-right .search-toggler:hover {
  background-color: var(--theme);
  color: var(--header);
}

@media (max-width: 1399px) {
  .header-1 .header-right .theme-btn {
    display: none;
  }
}

.header-1 .header-right .theme-btn:before {
  background-color: var(--white);
}

.header-1 .header-right .theme-btn:hover {
  color: var(--header);
}

.header-1 .mean__menu-wrapper {
  background: rgba(201, 201, 201, 0.21);
  border-radius: 6px;
  border-radius: 10px;
  padding: 0 40px;
}

.header-1 .header-main .main-menu ul li a {
  padding: 17px 0;
}

.header-2 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-2 .header-items-two {
  /* background: linear-gradient(90deg, #243122, #2c3928, #243122); */

  background: linear-gradient(135deg, #032d25, #063329, #05241e);
  border-radius: 30px;
  margin: 0 40px;
}

@media (max-width: 1199px) {
  .header-2 .header-items-two {
    margin: 0 20px;
  }
}

.header-2 .container {
  max-width: 1680px;
}

.header-2 .sidebar__toggle span {
  background-color: #000000;
}

.header-2 .sidebar__toggle span:last-child,
.header-2 .sidebar__toggle span:first-child {
  width: 25px;
}

.header-2 .sidebar__toggle:hover span {
  width: 100%;
}

.header-2 .theme-btn {
  background-color: #c1a171;
}

@media (max-width: 1199px) {
  .header-2 .theme-btn {
    display: none;
  }
}

.header-2 .theme-btn::before {
  background-color: var(--white);
}

.header-2 .theme-btn:hover {
  color: var(--header);
}

.header-2 .search-toggler {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #DBDBDB;
  text-align: center;
  color: #fff;
}

.header-2 .search-toggler:hover {
  background-color: var(--white);
  color: var(--header);
  border-color: var(--white);
}

.header-section-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-section-3 .header-top-section {
  background-color: var(--theme-2);
  padding: 12px 0;
}

@media (max-width: 1199px) {
  .header-section-3 .header-top-section {
    display: none;
  }
}

.header-section-3 .header-top-section .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-section-3 .header-top-section .header-top-wrapper span {
  color: #10551F;
}

.header-section-3 .header-top-section .header-top-wrapper span i {
  margin-right: 10px;
}

.header-section-3 .header-top-section .header-top-wrapper .head-right {
  display: flex;
  align-items: center;
  gap: 120px;
}

.header-section-3 .header-top-section .header-top-wrapper .head-right .social-icon {
  gap: 20px;
}

.header-section-3 .header-top-section .header-top-wrapper .head-right .social-icon a {
  color: #10551F;
}

.header-section-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-section-3 .container {
  max-width: 1675px;
}

.header-section-3 .header-top-wrapper p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-left: 20px;
}

.header-section-3 .header-top-wrapper p::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C7DC49;
}

.header-section-3 .header-top-wrapper .header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-section-3 .header-top-wrapper .header-right li {
  font-size: 15px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-section-3 .header-top-wrapper .header-right li a {
  color: var(--white);
}

.header-3 .header-main .main-menu ul li a {
  color: var(--header);
}

.header-3 .header-main .main-menu ul li a:hover {
  color: var(--theme-2) !important;
}

.header-3 .header-main .main-menu ul li .submenu {
  color: #0C2F25;
}

.header-3 .header-main .main-menu ul li .submenu li a {
  color: #0C2F25;
}

.header-3 .header-main .main-menu ul li .submenu li:hover>a {
  color: var(--theme) !important;
}

.header-3 .header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme);
}

.header-3 .header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  color: var(--theme-2);
}

.header-3 .header-main .main-menu ul li:hover>a {
  color: var(--theme-2);
}

.header-3 .header-main .main-menu ul li:hover>a::after {
  color: var(--theme-2);
}

.header-3 .header-main .header-right {
  gap: 30px;
}

@media (max-width: 1399px) {
  .header-3 .header-main .header-right {
    gap: 20px;
  }
}

.header-3 .header-main .header__hamburger {
  line-height: 1;
}

.header-3 .header-main .header__hamburger span {
  background-color: var(--white);
}

.header-3 .sidebar__toggle span {
  background-color: var(--header) !important;
}

.header-3 .sidebar__toggle span:last-child,
.header-3 .sidebar__toggle span:first-child {
  width: 25px;
}

.header-3 .sidebar__toggle:hover span {
  width: 100%;
}

.header-3 .search-toggler {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  text-align: center;
}

.header-3 .search-toggler:hover {
  background-color: var(--theme);
  color: var(--header);
  border-color: var(--theme);
}

@media (max-width: 1199px) {
  .header-3 .theme-btn {
    display: none;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticky.header-1 {
  background: linear-gradient(90deg, #243122, #2c3928, #243122);
}

.sticky.header-2 {
  background: linear-gradient(135deg, #032d25, #063329, #05241e);
}

.sticky.header-2 .header-items-two {
  margin: 0;
  border-radius: 0px;
}

.offcanvas__info {
  background: var(--header) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  top: 15px;
  width: 470px;
  height: calc(100% - 30px);
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  border-radius: 12px;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  transform: translateX(-15px);
}

.offcanvas__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 40px;
  overflow: auto;
  height: 100%;
}

.offcanvas__wrapper .offcanvas__top {
  margin-bottom: 30px;
}

.offcanvas__wrapper .offcanvas__logo img {
  width: 190px;
}

@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__logo img {
    width: 130px;
  }
}

.offcanvas__wrapper .offcanvas__close {
  color: var(--theme);
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}

.offcanvas__wrapper .offcanvas__close i {
  color: var(--white);
}

.offcanvas__wrapper .offcanvas__close:hover {
  transform: rotate(90deg);
}

.offcanvas__wrapper .offcanvas__close:hover i {
  color: var(--theme-2);
}

.offcanvas__wrapper .text {
  color: #C1D2CE;
  font-size: 15px;
}

.offcanvas__wrapper .off-contact-info {
  margin-top: 30px;
}

.offcanvas__wrapper .off-contact-info .info-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}

@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .info-title {
    font-size: 20px;
  }
}

.offcanvas__wrapper .off-contact-info .contact-details {
  margin-top: 14px;
}

.offcanvas__wrapper .off-contact-info .contact-details .sub-info {
  color: #C1D2CE;
}

@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .contact-details .sub-info {
    font-size: 14px;
  }
}

.offcanvas__wrapper .off-contact-info .contact-details p {
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .contact-details p {
    font-size: 15px;
  }
}

.offcanvas__wrapper .off-contact-info .contact-details p a {
  color: var(--white);
}

.offcanvas__wrapper .social-icon-list {
  margin-top: 30px;
}

.offcanvas__wrapper .social-icon-list .follow-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}

@media (max-width: 575px) {
  .offcanvas__wrapper .social-icon-list .follow-title {
    font-size: 20px;
  }
}

.offcanvas__wrapper .social-icon-list .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.offcanvas__wrapper .social-icon-list .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(193, 210, 206, 0.0705882353);
  color: var(--white);
  font-size: 14px;
}

.offcanvas__wrapper .social-icon-list .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--header);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px);
  z-index: 99999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }

  .offcanvas__info {
    width: 390px;
  }
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 340px;
  }
}

.header-section-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--white);
}

.header-top-bar {
  background-color: var(--theme);
  padding: 10px 0;
}

@media (max-width: 991px) {
  .header-top-bar {
    display: none;
  }
}

.header-top-bar .top-head-items {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.header-top-bar .top-head-items .theme-btn {
  border-radius: 4px;
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  line-height: 27px;
  padding: 0 10px;
}

.header-top-bar .top-head-items .theme-btn::before {
  background-color: var(--white);
}

.header-top-bar .top-head-items p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.header-top-bar .top-head-items p a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

.breadcrumb-wrapper {
  position: relative;
  z-index: 9;
}

.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(15, 84, 30, 0.8);
  z-index: -1;
  mix-blend-mode: multiply;
}

.breadcrumb-wrapper .page-heading {
  padding: 230px 0 160px;
  position: relative;
  text-align: center;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
    padding-top: 175px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  justify-content: center;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-list {
    justify-content: center;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  font-family: "Public Sans", sans-serif;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  font-family: "Public Sans", sans-serif;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li a:hover {
  color: var(--theme-3);
}

.breadcrumb-wrapper .page-heading .breadcrumb-title {
  font-size: 64px;
  font-weight: 700;
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 40px;
  }
}

@media (max-width: 470px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 36px;
  }
}

.error-items {
  text-align: center;
}

.error-items .thumb {
  max-width: 795px;
  margin: 0 auto;
}

.error-items .thumb img {
  width: 100%;
  height: 100%;
}

.error-items .content {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
}

.error-items .content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.error-items .content .theme-btn {
  margin-top: 40px;
  background-color: var(--theme-2);
  color: var(--white);
}

.error-items .content .theme-btn::before {
  background-color: var(--theme);
}

.error-items .content .theme-btn:hover {
  color: var(--header);
}

.footer-section {
  position: relative;
  z-index: 9;
}

.footer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: 100%; */
  content: "";
  z-index: -1;
  /* background: linear-gradient(90deg, #243122, #2c3928, #243122); */
}

.footer-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 60px;
}

@media (max-width: 1199px) {
  .footer-top-wrapper {
    display: grid;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }
}

.footer-top-wrapper .content {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .footer-top-wrapper .content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }
}

.footer-top-wrapper .content .text {
  font-size: 18px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
}

.footer-top-wrapper .content .text span {
  color: var(--theme);
}

.footer-top-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media (max-width: 1199px) {
  .footer-top-wrapper .social-icon {
    justify-content: center;
  }
}

.footer-top-wrapper .social-icon a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--white);
}

.footer-top-wrapper .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.footer-widget-wrapper {
  padding: 60px 0 60px;
}

.footer-widget-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}

.footer-widget-wrapper .single-footer-widget .widget-head .title-2 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.footer-widget-wrapper .single-footer-widget .footer-content .title {
  font-size: 30px;
  font-weight: 600;
  color: var(--white);
}

.footer-widget-wrapper .single-footer-widget .footer-content .theme-btn {
  margin-top: 30px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .theme-btn::before {
  background-color: var(--white);
}

.footer-widget-wrapper .single-footer-widget .footer-content .theme-btn:hover {
  color: var(--header);
}

.footer-widget-wrapper .single-footer-widget .footer-content .phone-items {
  margin-top: 16px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .phone-items span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .footer-content .phone-items .icon-items {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .phone-items .icon-items .icon {
  color: var(--white);
}

.footer-widget-wrapper .single-footer-widget .footer-content .phone-items .icon-items p {
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
}

.footer-widget-wrapper .single-footer-widget .footer-content .phone-items .icon-items p a {
  color: var(--white);
}

.footer-widget-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
}

.footer-widget-wrapper .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
}

.footer-widget-wrapper .single-footer-widget .list-area li a:hover {
  color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 14px;
}

.footer-widget-wrapper .single-footer-widget .footer-subscribe-content p {
  color: rgba(255, 255, 255, 0.9);
}

.footer-widget-wrapper .single-footer-widget .footer-subscribe-content .footer-input {
  margin-top: 30px;
  position: relative;
}

.footer-widget-wrapper .single-footer-widget .footer-subscribe-content .footer-input input {
  width: 100%;
  border: none;
  background-color: transparent;
  border: 1px solid var(--theme);
  padding: 16px 22px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  padding-right: 50px;
}

.footer-widget-wrapper .single-footer-widget .footer-subscribe-content .footer-input input::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.footer-widget-wrapper .single-footer-widget .footer-subscribe-content .footer-input .icon-btn {
  color: var(--theme);
  position: absolute;
  top: 13px;
  right: 20px;
}

.footer-bottom-area {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .footer-bottom-area {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

.footer-bottom-area p {
  color: rgba(255, 255, 255, 0.9);
}

.footer-bottom-area .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-bottom-area .footer-menu li a {
  color: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.footer-bottom-area .footer-menu li a:hover {
  background-size: 100% 1px;
}

.footer-area-two {
  position: relative;
  z-index: 9;
  margin: 0 40px;
  margin-bottom: 40px;
  border-radius: 30px;
}

@media (max-width: 1600px) {
  .footer-area-two {
    margin: 0 30px;
  }
}

@media (max-width: 1399px) {
  .footer-area-two {
    margin: 0 25px;
  }
}

@media (max-width: 1199px) {
  .footer-area-two {
    margin: 0 20px;
  }
}

.footer-area-two::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(15, 84, 30, 0.9);
}

.footer-widget-wrapper-2 .single-footer-widget {
  padding: 60px 0 60px;
  padding-top: 0;
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content .title {
  font-size: 30px;
  font-weight: 400;
  color: var(--white);
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content .footer-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 50px;
  margin-bottom: 10px;
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content form {
  max-width: 500px;
  width: 100%;
  background-color: transparent;
  height: 65px;
  line-height: 65px;
  border-radius: 10px;
  border: 1px solid var(--white);
  position: relative;
  padding-left: 20px;
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content form input {
  width: 100%;
  max-width: 300px;
  border: none;
  background: transparent;
  outline: none;
  color: rgba(255, 255, 255, 0.9);
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content form input::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content form .theme-btn {
  border-radius: 5px;
  position: absolute;
  top: 2px;
  right: 3px;
  background-color: var(--theme);
  line-height: 1;
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content form .theme-btn::before {
  background-color: var(--white);
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content form .theme-btn:hover {
  color: var(--header);
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content .footer-text-2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 10px;
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content .footer-text-2 a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content .footer-text-2 a:hover {
  color: var(--theme-3);
}

.footer-widget-wrapper-2 .single-footer-widget .location-area .title-2 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.footer-widget-wrapper-2 .single-footer-widget .location-area p {
  color: var(--white);
  opacity: 0.8;
}

.footer-widget-wrapper-2 .single-footer-widget .email-area .title-3 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
}

.footer-widget-wrapper-2 .single-footer-widget .email-area .email-text {
  color: var(--white);
  opacity: 0.8;
  margin-bottom: 5px;
}

.footer-widget-wrapper-2 .single-footer-widget .email-area a {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
}

.footer-widget-wrapper-2 .single-footer-widget .quick-area .title-2 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.footer-widget-wrapper-2 .single-footer-widget .quick-area .footer-list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 545px;
}

.footer-widget-wrapper-2 .single-footer-widget .quick-area .footer-list ul li {
  font-size: 16px;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
}

.footer-widget-wrapper-2 .single-footer-widget .quick-area .footer-list ul li a {
  color: var(--white);
}

.footer-widget-wrapper-2 .single-footer-widget .quick-area .footer-list ul li a:hover {
  color: var(--theme-3);
}

.footer-widget-wrapper-2 .single-footer-widget .quick-area .footer-list ul li i {
  margin-left: 7px;
  color: var(--theme);
}

.footer-widget-wrapper-2 .single-footer-widget .quick-area .footer-list ul li:not(:last-child) {
  margin-bottom: 12px;
}

.footer-widget-wrapper-2 .single-footer-widget .social-area .title-3 {
  color: var(--white);
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
}

.footer-widget-wrapper-2 .single-footer-widget .social-area .social-icon {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-widget-wrapper-2 .single-footer-widget .social-area .social-icon a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px solid #D8DDE1;
  color: var(--white);
}

.footer-widget-wrapper-2 .single-footer-widget .social-area .social-icon a:hover {
  color: var(--theme);
}

.footer-section-3 {
  background-color: var(--theme-2);
}

.footer-section-2 {
  padding-bottom: 40px;
}

@media (max-width: 1600px) {
  .footer-section-2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 1399px) {
  .footer-section-2 {
    padding-bottom: 25px;
  }
}

@media (max-width: 1199px) {
  .footer-section-2 {
    padding-bottom: 20px;
  }
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }

  .section-title br {
    display: none;
  }
}

.section-title .sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  color: var(--theme-2);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  display: inline-block;
}

.section-title h2 {
  color: var(--header);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  margin-bottom: 30px;
  align-items: end;
}

.section-title-area .section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-title-area .section-title {
    margin-bottom: 0;
  }

  .section-title-area .section-title br {
    display: none;
  }
}

.section-title-area .section-title .sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  color: var(--theme-2);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  display: inline-block;
}

.section-title-area .section-title h2 {
  color: var(--header);
}

@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }

  .section-title-area br {
    display: none;
  }
}

.section-title-area .section-title {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: #efe8dd;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.section-padding-2 {
  padding: 60px 0;
}

/*---------------------------------------
05. Sections
---------------------------------------*/
.hero-1 {
  padding-top: 320px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .hero-1 {
    padding-top: 260px;
  }
}

@media (max-width: 991px) {
  .hero-1 {
    padding-top: 240px;
  }
}

@media (max-width: 767px) {
  .hero-1 {
    padding-top: 220px;
  }
}

@media (max-width: 575px) {
  .hero-1 {
    padding-top: 170px;
  }
}

.hero-1 .hero-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}

.hero-1 .hero-shape-1 img {
  width: 100%;
}

.hero-1 .container {
  max-width: 1680px;
}

.hero-1 .hero-content {
  max-width: 970px;
}

.hero-1 .hero-content .sub-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--theme);
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .hero-1 .hero-content .sub-title {
    font-size: 16px;
  }
}

.hero-1 .hero-content .title {
  color: var(--white);
}

.hero-1 .hero-content .text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
  max-width: 800px;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .hero-1 .hero-content .text {
    font-size: 16px;
  }
}

.hero-1 .hero-content .hero-btn-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 32px;
}

@media (max-width: 991px) {
  .hero-1 .hero-content .hero-btn-area {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}

.hero-1 .hero-content .hero-btn-area .theme-btn.style-2 {
  background-color: var(--theme-2);
  color: var(--white);
}

.hero-1 .hero-content .hero-btn-area .theme-btn.style-2::before {
  background-color: var(--theme);
}

.hero-1 .hero-content .hero-btn-area .theme-btn.style-2:hover {
  color: var(--header);
}

.hero-1 .garden-content-area {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8.5px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  max-width: 538px;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .hero-1 .garden-content-area {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .hero-1 .garden-content-area {
    margin-left: initial;
    margin-top: 50px;
    flex-wrap: wrap;
  }
}

.hero-1 .garden-content-area .garden-text {
  max-width: 317px;
  color: var(--white);
  margin-left: 15px;
}

.hero-1 .garden-content-area .garden-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.hero-2 {
  padding: 240px 0 370px;
  margin: 0 40px;
  border-radius: 20px;
  position: relative;
  margin-top: 40px;
}

@media (max-width: 1600px) {
  .hero-2 {
    margin: 0 30px;
    padding-bottom: 300px;
  }
}

@media (max-width: 1399px) {
  .hero-2 {
    margin: 0 25px;
    padding-bottom: 250px;
  }
}

@media (max-width: 1199px) {
  .hero-2 {
    margin: 0 20px;
    padding-bottom: 190px;
  }
}

@media (max-width: 767px) {
  .hero-2 {
    margin: 0 16px;
    padding-bottom: 160px;
  }
}

.hero-2 .text-img {
  position: absolute;
  top: 31%;
  left: 10px;
  right: 10px;
  text-align: center;
}

@media (max-width: 1199px) {
  .hero-2 .text-img {
    left: 0;
    right: 0;
    text-align: center;
  }

  .hero-2 .text-img img {
    width: 100%;
    height: 100%;
  }
}

.hero-2 .hero-content {
  text-align: center;
}

.hero-2 .hero-content .sub-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--theme-2);
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .hero-2 .hero-content .sub-title {
    font-size: 16px;
  }
}

.hero-2 .hero-content .title {
  color: var(--header);
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .hero-2 .hero-content .title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-content .title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-content .title {
    font-size: 40px;
  }
}

@media (max-width: 470px) {
  .hero-2 .hero-content .title {
    font-size: 34px;
  }
}

.hero-2 .hero-content .text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--text);
  margin-top: 14px;
}

@media (max-width: 1199px) {
  .hero-2 .hero-content .text {
    font-size: 16px;
  }

  .hero-2 .hero-content .text br {
    display: none;
  }
}

.hero-2 .hero-content .theme-btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .hero-2 .hero-content .theme-btn {
    margin-top: 30px;
  }
}

.hero-3 {
  padding-top: 210px;
  padding-bottom: 60px;
  background-color: rgba(15, 84, 30, 0.03);
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .hero-3 {
    padding-top: 170px;
  }
}

@media (max-width: 575px) {
  .hero-3 {
    padding-top: 140px;
  }
}

.hero-3 .hero-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.hero-3 .container {
  max-width: 1680px;
}

.hero-3 .hero-wrap-3 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .hero-3 .hero-wrap-3 {
    display: grid;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}

.hero-3 .hero-wrap-3 .hero-left-content {
  max-width: 949px;
}

@media (max-width: 1199px) {
  .hero-3 .hero-wrap-3 .hero-left-content {
    margin: 0 auto;
  }
}

.hero-3 .hero-wrap-3 .hero-left-content .title {
  font-size: 74px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .hero-3 .hero-wrap-3 .hero-left-content .title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-3 .hero-wrap-3 .hero-left-content .title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-wrap-3 .hero-left-content .title {
    font-size: 38px;
  }
}

.hero-3 .hero-wrap-3 .hero-left-content p {
  max-width: 660px;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .hero-3 .hero-wrap-3 .hero-left-content p {
    margin: 10px auto 0;
  }
}

.hero-3 .hero-wrap-3 .hero-left-content .theme-btn {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .hero-3 .hero-wrap-3 .hero-left-content .theme-btn {
    margin-top: 30px;
  }
}

.hero-3 .hero-wrap-3 .hero-right-client .title-2 {
  font-size: 36px;
  font-weight: 600;
}

.hero-3 .hero-wrap-3 .hero-right-client p {
  font-size: 18px;
  margin-top: 10px;
}

.hero-3 .hero-wrap-3 .hero-right-client .client-img {
  margin-top: 20px;
}

.hero-3 .hero-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 80px;
}

@media (max-width: 991px) {
  .hero-3 .hero-icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 55px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-icon-wrap {
    display: grid;
    margin-top: 45px;
  }
}

.hero-3 .hero-icon-wrap .hero-icon-area .icon-items {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-3 .hero-icon-wrap .hero-icon-area .icon-items {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.hero-3 .hero-icon-wrap .hero-icon-area .icon-items .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid #DBDBDB;
}

@media (max-width: 991px) {
  .hero-3 .hero-icon-wrap .hero-icon-area .icon-items .icon {
    margin: 0 auto;
  }
}

.hero-3 .hero-icon-wrap .hero-icon-area .icon-items .line {
  height: 1px;
  width: 300px;
  background-color: #DBDBDB;
}

@media (max-width: 1600px) {
  .hero-3 .hero-icon-wrap .hero-icon-area .icon-items .line {
    width: 180px;
  }
}

@media (max-width: 1199px) {
  .hero-3 .hero-icon-wrap .hero-icon-area .icon-items .line {
    display: none;
  }
}

.hero-3 .hero-icon-wrap .hero-icon-area .title-3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .hero-3 .hero-icon-wrap .hero-icon-area .title-3 {
    font-size: 18px;
  }
}

.hero-3 .hero-icon-wrap .hero-icon-area:hover .icon-items .icon img {
  animation: wobble 1.5s ease-in-out;
}

.about-thumb-style-1 {
  position: relative;
  padding: 20px;
  padding-bottom: 0;
}

.about-thumb-style-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 511px;
  content: "";
  border: 1px solid #d4a85e;
  border-radius: 30px;
  z-index: -1;
}

.about-thumb-style-1 .thumb {
  position: relative;
  height: 760px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .about-thumb-style-1 .thumb {
    height: 600px;
  }
}

.about-thumb-style-1 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.about-thumb-style-1 .thumb .counter-list-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px;
  position: absolute;
  text-align: center;
  bottom: 30px;
  left: 30px;
  display: none;
}

.about-thumb-style-1 .thumb .counter-list-box .counter-items {
  border-bottom: 1px solid rgb(219, 219, 219);
  padding-bottom: 15px;
  margin-top: 14px;
}

.about-thumb-style-1 .thumb .counter-list-box .counter-items h2 {
  font-size: 30px;
  font-weight: 600;
}

.about-content-style-2 {
  margin-left: 80px;
}

@media (max-width: 1199px) {
  .about-content-style-2 {
    margin-left: 0;
  }
}

.about-content-style-2.style-about-one {
  margin-left: 35px;
}

.about-content-style-2 .thumb {
  /* margin-bottom: 50px; */
  height: 380px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.about-content-style-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.about-content-style-2 .about-text {
  margin-top: 15px;
}

.about-content-style-2 .about-list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 545px;
}

@media (max-width: 1199px) {
  .about-content-style-2 .about-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.about-content-style-2 .about-list ul li {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--header);
}

.about-content-style-2 .about-list ul li img {
  margin-right: 7px;
}

.about-content-style-2 .about-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.about-content-style-2 .theme-btn {
  margin-top: 35px;
}

.about-content-style-2:hover .thumb img {
  transform: scale(1.1) rotate(2deg);
}

.about-section {
  position: relative;
}

.about-section .about-shape-1 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.about-section-2 {
  margin: 0 40px;
  border-radius: 30px;
}

@media (max-width: 1600px) {
  .about-section-2 {
    margin: 0 30px;
  }
}

@media (max-width: 1399px) {
  .about-section-2 {
    margin: 0 25px;
  }
}

@media (max-width: 1199px) {
  .about-section-2 {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .about-section-2 {
    margin: 0 16px;
  }
}

.about-content-2 .about-text {
  margin-top: 15px;
}

.about-content-2 .icon-area {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 63px;
}

@media (max-width: 1199px) {
  .about-content-2 .icon-area {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .about-content-2 .icon-area {
    margin-top: 30px;
  }
}

.about-content-2 .icon-area .icon-items .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #EFF7E2;
  border-radius: 8px;
}

.about-content-2 .icon-area .icon-items .title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

.about-content-2 .icon-area .icon-items p {
  margin-top: 6px;
}

.about-content-2 .icon-area .icon-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.about-thumb-2 {
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .about-thumb-2 {
    margin-left: 0;
  }
}

.about-thumb-2 .about-image {
  height: 470px;
  position: relative;
  z-index: 9;
  border-radius: 0px 100px;
  overflow: hidden;
}

.about-thumb-2 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 0px 100px;
  object-fit: cover;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.about-thumb-2 .about-image:hover img {
  transform: scale(1.1) rotate(2deg);
}

.about-thumb-2 .about-img-items .about-img {
  height: 390px;
  position: relative;
  z-index: 9;
  border-radius: 150px 0px;
  overflow: hidden;
}

.about-thumb-2 .about-img-items .about-img img {
  width: 100%;
  height: 100%;
  border-radius: 150px 0px;
  object-fit: cover;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.about-thumb-2 .about-img-items .about-img:hover img {
  transform: scale(1.1) rotate(2deg);
}

.about-thumb-2 .about-img-items .theme-btn {
  margin-top: 22px;
}

.about-thumb-3 {
  margin-right: 20px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .about-thumb-3 {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .about-thumb-3 {
    height: 500px;
  }
}

.about-thumb-3 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.about-thumb-3 .year-text {
  border-radius: 10px 10px 10px 0px;
  background: #0F541E;
  padding: 24px 30px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 61px;
  left: -34px;
}

.about-thumb-3 .about-shape {
  position: absolute;
  top: 120px;
  left: -41px;
  z-index: -1;
}

.about-content-3 .about-text {
  margin-top: 15px;
  max-width: 654px;
}

.about-content-3 .about-list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .about-content-3 .about-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.about-content-3 .about-list ul li {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--header);
}

.about-content-3 .about-list ul li img {
  margin-right: 8px;
}

.about-content-3 .about-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.about-content-3 .about-btn-area {
  display: flex;
  margin-top: 40px;
  gap: 30px;
}

@media (max-width: 1199px) {
  .about-content-3 .about-btn-area {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}

.about-content-3 .about-btn-area .client-info-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-content-3 .about-btn-area .client-info-area .content .title {
  font-size: 30px;
  font-weight: 600;
}

.about-content-3 .about-btn-area .client-info-area .content .title-2 {
  font-size: 18px;
  font-weight: 500;
}

.about-content-3 .icon-box-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  background: #F8F7F3;
  border-left: 4px solid var(--theme-2);
  border-right: 4px solid var(--theme-2);
  border-radius: 20px;
  padding: 40px 60px;
  margin-left: -30%;
  position: relative;
  z-index: 11;
}

@media (max-width: 1399px) {
  .about-content-3 .icon-box-area {
    padding: 30px 30px;
  }
}

@media (max-width: 1199px) {
  .about-content-3 .icon-box-area {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 20px;
    border: none;
  }
}

.about-content-3 .icon-box-area .icon-items {
  max-width: 302px;
}

.about-content-3 .icon-box-area .icon-items .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  background-color: #EFF7E2;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.about-content-3 .icon-box-area .icon-items .title-3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 6px;
}

.about-content-3 .icon-box-area .icon-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.about-content-3 .icon-box-area .line {
  height: 155px;
  width: 1px;
  background-color: #DBDBDB;
}

@media (max-width: 1399px) {
  .about-content-3 .icon-box-area .line {
    display: none;
  }
}

.about-thumb-items-inner {
  position: relative;
}

@media (max-width: 991px) {
  .about-thumb-items-inner {
    display: flex;
    gap: 20px;
    align-items: end;
  }
}

@media (max-width: 470px) {
  .about-thumb-items-inner {
    display: grid;
  }
}

.about-thumb-items-inner .thumb {
  max-width: 368px;
  height: 229px;
}

.about-thumb-items-inner .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.about-thumb-items-inner .thumb-2 {
  max-width: 368px;
  height: 484px;
  border: 5px solid var(--white);
  border-radius: 30px;
  position: absolute;
  top: 90px;
  left: 40%;
}

@media (max-width: 991px) {
  .about-thumb-items-inner .thumb-2 {
    position: static;
  }
}

@media (max-width: 575px) {
  .about-thumb-items-inner .thumb-2 {
    height: 350px;
  }
}

.about-thumb-items-inner .thumb-2 img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-thumb-items-inner .leaf-shape {
  position: absolute;
  top: 118%;
  z-index: -1;
}

@media (max-width: 1199px) {
  .about-thumb-items-inner .leaf-shape {
    display: none;
  }
}

.about-thumb-items-inner .about-counter-area {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 0;
  right: 30px;
}

@media (max-width: 1199px) {
  .about-thumb-items-inner .about-counter-area {
    display: none;
  }
}

.about-thumb-items-inner .about-counter-area .counter-title {
  font-size: 36px;
  font-weight: 600;
  color: var(--theme-2);
}

.about-content-items-inner {
  margin-top: 85px;
  margin-left: 30px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .about-content-items-inner {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .about-content-items-inner {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.about-content-items-inner .about-text {
  margin-top: 15px;
}

.about-content-items-inner .about-list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 597px;
}

@media (max-width: 1199px) {
  .about-content-items-inner .about-list {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
  }
}

.about-content-items-inner .about-list ul li {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--header);
}

.about-content-items-inner .about-list ul li img {
  margin-right: 7px;
}

.about-content-items-inner .about-list ul li:not(:last-child) {
  margin-bottom: 12px;
}

.about-content-items-inner .about-bottom-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .about-content-items-inner .about-bottom-area {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 28px;
    justify-content: start;
  }
}

.about-content-items-inner .about-bottom-area .client-info {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.about-content-items-inner .about-bottom-area .client-info .content .title-2 {
  font-size: 20px;
  font-weight: 500;
}

.about-content-items-inner .about-bottom-area .client-info .content p {
  text-align: left;
}

.about-content-items-inner .about-bottom-area .line {
  width: 1px;
  height: 56px;
  background-color: rgb(219, 219, 219);
}

@media (max-width: 1199px) {
  .about-content-items-inner .about-bottom-area .line {
    display: none;
  }
}

.about-content-items-inner .about-bottom-area .client-phone-area {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.about-content-items-inner .about-bottom-area .client-phone-area .content span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--text);
  text-transform: capitalize;
}

.about-content-items-inner .about-bottom-area .client-phone-area .content p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--text);
  line-height: 1;
}

.choose-thumb-items {
  margin-top: 30px;
  overflow: hidden;
}

.choose-thumb-items .thumb {
  border-radius: 30px;
  overflow: hidden;
  height: 428px;
}

.choose-thumb-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.choose-thumb-items .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .choose-thumb-items .content-area {
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
  }
}

.choose-thumb-items .content-area p {
  max-width: 260px;
  font-size: 14px;
  line-height: 24px;
}

.choose-thumb-items .content-area .phn-icon-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1399px) {
  .choose-thumb-items .content-area .phn-icon-area {
    gap: 10px;
  }
}

.choose-thumb-items .content-area .phn-icon-area .icon {
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: var(--theme-2);
  border-radius: 50%;
  text-align: center;
  color: var(--theme);
}

@media (max-width: 1399px) {
  .choose-thumb-items .content-area .phn-icon-area .icon {
    max-width: 40px;
    width: 100%;
  }
}

.choose-thumb-items .content-area .phn-icon-area .content span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--text);
}

.choose-thumb-items .content-area .phn-icon-area .content p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--text);
  line-height: 1;
}

.choose-thumb-items .content-area .phn-icon-area .content p a {
  color: #54595F;
}

.choose-content-items {
  margin-top: 30px;
  margin-left: 30px;
  border-top: 1px solid rgb(219, 219, 219);
  padding-top: 22px;
}

@media (max-width: 1399px) {
  .choose-content-items {
    margin-left: 0;
  }
}

.choose-content-items .choose-list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(219, 219, 219);
  padding-bottom: 22px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .choose-content-items .choose-list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.choose-content-items .choose-list-items .icon-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.choose-content-items .choose-list-items .icon-area .icon {
  max-width: 64px;
  width: 100%;
  height: 64px;
  text-align: center;
  border-radius: 10px;
  line-height: 64px;
  background-color: #d4a85e;
}

.choose-content-items .choose-list-items .icon-area .title {
  font-size: 20px;
  font-weight: 600;
  width: 300px;
  font-family: "Bricolage Grotesque", sans-serif;
}

.choose-content-items .choose-list-items p {
  max-width: 296px;
}

.choose-content-items .choose-list-items:hover .icon-area .icon img {
  animation: wobble 1.5s ease-in-out;
}

.work-process-box-items {
  text-align: center;
}

.work-process-box-items .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.work-process-box-items .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #c09855;
  border-radius: 50%;
  margin: 40px auto 40px;
  color: var(--header);
  font-size: 18px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  transition: all 0.4s ease-in-out;
}

.work-process-box-items p {
  max-width: 280px;
  margin: 0 auto;
  line-height: 24px;
}

.work-process-box-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.work-process-box-items:hover .number {
  background-color: #283525;
  color: var(--white);
}

.work-process-wrapper {
  position: relative;
  z-index: 9;
  border: 1px solid rgb(0 0 0 / 49%);
  border-radius: 20px;
  margin-top: 60px;
  padding: 60px 40px;
  padding-bottom: 90px;
  /* background-color: #efe8dd; */
}

.work-process-wrapper::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0%;
  border: 1px solid rgb(0 0 0 / 49%);
  z-index: -1;
  transition: height 0.5s ease;
}

@media (max-width: 1199px) {
  .work-process-wrapper::before {
    display: none;
  }
}

.work-process-client-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #243122, #2c3928, #243122);
  border-radius: 10px;
  padding: 12px;
  max-width: 1050px;
  margin: -40px auto;
  position: relative;
  z-index: 11;
}

@media (max-width: 1199px) {
  .work-process-client-info {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .work-process-client-info {
    display: grid;
    gap: 30px;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.work-process-client-info .title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.work-process-section {
  position: relative;
  background: #efe8dd;
}

.work-process-section .work-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.choose-us-section-2 {
  background: #0F541E;
  border-radius: 30px;
  margin: 0 40px;
  position: relative;
  z-index: 11;
}

@media (max-width: 1600px) {
  .choose-us-section-2 {
    margin: 0 30px;
  }
}

@media (max-width: 1399px) {
  .choose-us-section-2 {
    margin: 0 25px;
  }
}

@media (max-width: 1199px) {
  .choose-us-section-2 {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .choose-us-section-2 {
    margin: 0 16px;
  }
}

.choose-us-section-2 .choose-thumb-2 {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 826px;
  border-radius: 20px;
  overflow: hidden;
  width: 47%;
}

@media (max-width: 1199px) {
  .choose-us-section-2 .choose-thumb-2 {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    height: 600px;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
  }
}

.choose-us-section-2 .choose-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.choose-us-section-2 .choose-thumb-2 .content {
  position: absolute;
  bottom: 60px;
  left: 60px;
}

@media (max-width: 1399px) {
  .choose-us-section-2 .choose-thumb-2 .content {
    left: 25px;
    bottom: 25px;
    right: 25px;
  }
}

@media (max-width: 1399px) {
  .choose-us-section-2 .choose-thumb-2 .content {
    left: 45px;
    bottom: 50px;
    right: 25px;
  }
}

.choose-us-section-2 .choose-thumb-2 .content .title-2 {
  font-size: 36px;
  font-weight: 500;
  color: var(--white);
}

@media (max-width: 1399px) {
  .choose-us-section-2 .choose-thumb-2 .content .title-2 {
    font-size: 28px;
  }
}

.choose-us-section-2 .choose-thumb-2 .content .choose-list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1399px) {
  .choose-us-section-2 .choose-thumb-2 .content .choose-list {
    gap: 20px;
    flex-wrap: wrap;
  }
}

.choose-us-section-2 .choose-thumb-2 .content .choose-list ul li {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
}

@media (max-width: 1399px) {
  .choose-us-section-2 .choose-thumb-2 .content .choose-list ul li {
    font-size: 16px;
  }
}

.choose-us-section-2 .choose-thumb-2 .content .choose-list ul li img {
  margin-right: 7px;
  width: initial;
  height: initial;
  border-radius: 0;
}

.choose-us-section-2 .choose-thumb-2 .content .choose-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.choose-us-section-2 .choose-bg-shape {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.choose-us-section-2 .choose-shape-1 {
  position: absolute;
  top: 27px;
  left: 40%;
}

.choose-content-2 .section-title .sub-title {
  color: var(--theme);
}

.choose-content-2 .choose-text {
  margin-top: 15px;
  color: #DBDBDB;
  text-transform: capitalize;
}

.choose-content-2 .choose-icon-area {
  margin-top: 65px;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}

@media (max-width: 1399px) {
  .choose-content-2 .choose-icon-area {
    gap: 30px;
    margin-top: 35px;
  }
}

@media (max-width: 991px) {
  .choose-content-2 .choose-icon-area {
    flex-wrap: wrap;
  }
}

.choose-content-2 .choose-icon-area::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46%;
  transform: translateX(-50%);
  content: "";
  background: #DBDBDB;
  width: 1px;
  height: 100%;
  opacity: 0.25;
}

@media (max-width: 1399px) {
  .choose-content-2 .choose-icon-area::before {
    display: none;
  }
}

.choose-content-2 .choose-icon-area::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: #DBDBDB;
  width: 97%;
  height: 1px;
  opacity: 0.25;
}

@media (max-width: 1399px) {
  .choose-content-2 .choose-icon-area::after {
    display: none;
  }
}

.choose-content-2 .choose-icon-area ul li {
  max-width: 261px;
}

@media (max-width: 1199px) {
  .choose-content-2 .choose-icon-area ul li {
    max-width: initial;
  }
}

.choose-content-2 .choose-icon-area ul li .icon-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.choose-content-2 .choose-icon-area ul li .icon-box .icon {
  max-width: 64px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-3);
}

.choose-content-2 .choose-icon-area ul li .icon-box .content .title {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  max-width: 181px;
}

.choose-content-2 .choose-icon-area ul li .icon-box .content .line {
  width: 84px;
  height: 1px;
  background-color: var(--white);
  margin-top: 13px;
}

.choose-content-2 .choose-icon-area ul li p {
  color: #DBDBDB;
  margin-top: 20px;
  max-width: 261px;
}

.choose-content-2 .choose-icon-area ul li:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 1399px) {
  .choose-content-2 .choose-icon-area ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.work-process-section-2 {
  position: relative;
  z-index: 9;
  margin: 0 40px;
  border-radius: 30px;
}

@media (max-width: 1600px) {
  .work-process-section-2 {
    margin: 0 30px;
  }
}

@media (max-width: 1399px) {
  .work-process-section-2 {
    margin: 0 25px;
  }
}

@media (max-width: 1199px) {
  .work-process-section-2 {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .work-process-section-2 {
    margin: 0 16px;
  }
}

.work-process-section-2 .section-title-area {
  display: flex;
  align-items: normal;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .work-process-section-2 .section-title-area {
    justify-content: center;
    gap: 0;
    text-align: center;
    margin-bottom: 30px;
    display: grid;
  }
}

.work-process-section-2 .work-shape-1 {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.work-process-section-2 .work-shape-2 {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.work-process-wrapper-2 {
  position: relative;
  z-index: 9;
}

.work-process-wrapper-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0%;
  border: 1px solid #DBDBDB;
  z-index: -1;
  transition: height 0.5s ease;
}

@media (max-width: 1199px) {
  .work-process-wrapper-2::before {
    display: none;
  }
}

.work-process-items-2 {
  text-align: center;
  margin-top: 10px;
}

.work-process-items-2 .content .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.work-process-items-2 .content p {
  max-width: 300px;
  margin: 0 auto;
}

.work-process-items-2 .dot {
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  background-color: var(--header);
  display: inline-block;
  margin-top: 13px;
}

.work-process-items-2 .title-2 {
  color: var(--header);
  font-size: 16px;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-top: 25px;
}

.work-process-items-2.style-2 {
  margin-top: 95px;
}

@media (max-width: 1199px) {
  .work-process-items-2.style-2 {
    margin-top: 30px;
  }
}

.work-process-items-2.style-2 .dot {
  margin-top: 38px;
}

.speaks-section-2 .title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.speaks-section-2 .title::before {
  position: absolute;
  top: 50%;
  left: -20%;
  content: "";
  width: 50%;
  transform: translateY(-50%);
  background-color: #DBDBDB;
  height: 1px;
}

@media (max-width: 1899px) {
  .speaks-section-2 .title::before {
    display: none;
  }
}

.speaks-section-2 .title::after {
  position: absolute;
  top: 50%;
  right: -20%;
  content: "";
  width: 50%;
  transform: translateY(-50%);
  background-color: #DBDBDB;
  height: 1px;
}

@media (max-width: 1899px) {
  .speaks-section-2 .title::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .speaks-section-2 .title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.speaks-section-inner {
  margin-top: 40px;
}

.speaks-section-inner .title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .speaks-section-inner .title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.speaks-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .speaks-wrapper-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .speaks-wrapper-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .speaks-wrapper-2 {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    text-align: center;
  }
}

.speaks-wrapper-2 .line {
  width: 1px;
  height: 155px;
  background-color: #DBDBDB;
}

@media (max-width: 1199px) {
  .speaks-wrapper-2 .line {
    display: none;
  }
}

.speaks-wrapper-2 .speaks-counter-items .counter-title {
  font-size: 48px;
  font-weight: 600;
}

.speaks-wrapper-2 .speaks-counter-items p {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .speaks-wrapper-2 .speaks-counter-items p {
    font-size: 16px;
  }
}

.speaks-wrapper-2 .speaks-counter-items .client-img {
  margin-top: 20px;
}

.benifit-section-2 {
  border-radius: 30px;
  margin: 0 40px;
}

@media (max-width: 1600px) {
  .benifit-section-2 {
    margin: 0 30px;
  }
}

@media (max-width: 1399px) {
  .benifit-section-2 {
    margin: 0 25px;
  }
}

@media (max-width: 1199px) {
  .benifit-section-2 {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .benifit-section-2 {
    margin: 0 16px;
  }
}

@media (max-width: 1199px) {
  .benifit-section-2 .section-title-area {
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
}

.benifit-section-2 .section-title-area p {
  max-width: 476px;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .benifit-section-2 .section-title-area p {
    margin: 0 auto;
  }
}

.benifit-thumb-items-2 {
  border-radius: 30px;
  margin-top: 50px;
  position: relative;
  height: 780px;
  border-radius: 30px;
}

.benifit-thumb-items-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.benifit-thumb-items-2 .benifit-content {
  position: absolute;
  bottom: 120px;
  left: 195px;
  right: 195px;
  background-color: var(--white);
  padding: 80px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1899px) {
  .benifit-thumb-items-2 .benifit-content {
    left: 40px;
    right: 40px;
    padding: 50px 40px;
    bottom: 40px;
  }
}

@media (max-width: 1399px) {
  .benifit-thumb-items-2 .benifit-content {
    left: 20px;
    right: 20px;
    padding: 50px 20px;
    bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .benifit-thumb-items-2 .benifit-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .benifit-thumb-items-2 .benifit-content {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .benifit-thumb-items-2 .benifit-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .benifit-thumb-items-2 .benifit-content {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    text-align: center;
  }
}

.benifit-thumb-items-2 .benifit-content .icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .benifit-thumb-items-2 .benifit-content .icon-items {
    display: grid;
    justify-content: center;
    text-align: center;
  }
}

.benifit-thumb-items-2 .benifit-content .icon-items .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #F7F8ED;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .benifit-thumb-items-2 .benifit-content .icon-items .icon {
    margin: 0 auto;
  }
}

.benifit-thumb-items-2 .benifit-content .icon-items .icon img {
  width: initial;
  height: initial;
}

.benifit-thumb-items-2 .benifit-content .icon-items .content .title {
  font-size: 20px;
  font-weight: 500;
}

.benifit-thumb-items-2 .benifit-content .icon-items .content p {
  max-width: 330px;
  margin-top: 5px;
}

@media (max-width: 1600px) {
  .benifit-thumb-items-2 .benifit-content .icon-items .content p {
    font-size: 14px;
    max-width: 300px;
  }
}

.benifit-thumb-items-2 .benifit-content .icon-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.before-after-section-2 {
  position: relative;
}

.before-after-section-2::before {
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid rgb(219, 219, 219);
  max-width: 1530px;
  content: "";
  margin: 0 auto;
  border-radius: 50px;
  height: 100%;
}

@media (max-width: 1199px) {
  .before-after-section-2::before {
    display: none;
  }
}

.before-after-wrapper-2 {
  border-radius: 50px;
  padding: 120px 0 0;
  position: relative;
}

@media (max-width: 1199px) {
  .before-after-wrapper-2 {
    padding: 0 0 0;
  }
}

@media (max-width: 991px) {
  .before-after-wrapper-2 {
    padding: 0 0 0;
  }
}

.before-after-thumb-2 {
  position: relative;
  margin-top: 20px;
  z-index: 9;
  border-radius: 20px;
  overflow: hidden;
}

.before-after-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.before-after-thumb-2 .before-text {
  padding: 14px 30px;
  background-color: var(--white);
  border-radius: 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-2);
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.before-after-thumb-2 .after-text {
  padding: 14px 30px;
  background-color: var(--white);
  border-radius: 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-2);
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.before-after-thumb-2:hover img {
  transform: scale(1.1) rotate(2deg);
}

.before-after-section-2 {
  position: relative;
  margin: 0 40px;
}

@media (max-width: 1600px) {
  .before-after-section-2 {
    margin: 0 30px;
  }
}

@media (max-width: 1399px) {
  .before-after-section-2 {
    margin: 0 25px;
  }
}

@media (max-width: 1199px) {
  .before-after-section-2 {
    margin: 0 20px;
  }

  .before-after-section-2 br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .before-after-section-2 {
    margin: 0 16px;
  }
}

.before-after-section-2 .before-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
}

@media (max-width: 991px) {
  .before-after-section-2 .before-bg-img {
    height: 200px;
  }
}

.before-after-section-2 .before-bg-img img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crafted-section-3 {
  position: relative;
}

.crafted-section-3 .crafted-shape-1 {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.crafted-thumb-3 {
  border-radius: 30px;
  height: 650px;
}

.crafted-thumb-3 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.crafted-content-items-3 {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .crafted-content-items-3 {
    margin-left: 0;
  }
}

.crafted-content-items-3 .crafted-text {
  margin-top: 15px;
}

.crafted-content-items-3 .icon-items-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .crafted-content-items-3 .icon-items-area {
    display: grid;
  }
}

.crafted-content-items-3 .icon-items-area .icon-items {
  background: #F7F5F6;
  border-radius: 20px;
  padding: 25px;
}

.crafted-content-items-3 .icon-items-area .icon-items .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.crafted-content-items-3 .icon-items-area .icon-items p {
  text-transform: capitalize;
  max-width: 240px;
  margin-top: 5px;
}

.crafted-content-items-3 .icon-items-area .icon-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.crafted-content-items-3 ul {
  margin-top: 25px;
}

.crafted-content-items-3 ul li {
  font-size: 16px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--header);
}

.crafted-content-items-3 ul li img {
  margin-right: 7px;
}

.crafted-content-items-3 ul li:not(:last-child) {
  margin-bottom: 12px;
}

.crafted-content-items-3 .theme-btn {
  margin-top: 25px;
}

.feature-counter-section-3 {
  padding: 80px 0;
  background-color: var(--theme-2);
}

.feature-counter-section-3 .container {
  max-width: 1680px;
}

.feature-counter-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .feature-counter-wrapper-3 {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 30px;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .feature-counter-wrapper-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-counter-wrapper-3 .feature-counter-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .feature-counter-wrapper-3 .feature-counter-items {
    display: grid;
    text-align: center;
  }
}

.feature-counter-wrapper-3 .feature-counter-items .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .feature-counter-wrapper-3 .feature-counter-items .icon {
    margin: 0 auto;
  }
}

.feature-counter-wrapper-3 .feature-counter-items .counter-title {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
}

.feature-counter-wrapper-3 .feature-counter-items p {
  max-width: 97px;
  color: var(--white);
}

@media (max-width: 991px) {
  .feature-counter-wrapper-3 .feature-counter-items p {
    margin: 0 auto;
  }
}

.feature-counter-wrapper-3 .feature-counter-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.feature-counter-wrapper-3 .line {
  height: 100px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
  .feature-counter-wrapper-3 .line {
    display: none;
  }
}

.company-content-list-3 {
  margin-top: 30px;
  position: relative;
  z-index: 9;
  background-color: var(--white);
}

.company-content-list-3 .company-box-items {
  border: 1px solid rgb(219, 219, 219);
  border-radius: 10px;
  margin-top: 30px;
}

.company-content-list-3 .company-box-items .title {
  font-size: 20px;
  font-weight: 600;
  background-color: rgb(247, 245, 246);
  padding: 23px 40px;
  line-height: 1;
  border-radius: 10px;
}

.company-content-list-3 .company-box-items p {
  padding: 25px 30px;
  color: rgb(84, 89, 95);
}

.company-thumb-items-3 {
  margin-top: 30px;
  background: #F7F5F6;
  padding: 20px;
  border-radius: 30px;
}

.company-thumb-items-3 .thumb {
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 20px;
  height: 400px;
}

.company-thumb-items-3 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.company-thumb-items-3 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.company-thumb-items-3:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.company-thumb-items-3:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.company-section-3 {
  position: relative;
}

.company-section-3 .company-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.company-section-3 .company-shape-2 {
  position: absolute;
  top: 20%;
  left: 0;
}

.company-thumb-items-inner {
  margin-top: 45px;
  position: relative;
  border-radius: 30px;
  z-index: 9;
  height: 630px;
}

@media (max-width: 767px) {
  .company-thumb-items-inner {
    height: 500px;
  }
}

.company-thumb-items-inner img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.company-thumb-items-inner .flower-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-thumb-items-inner .flower-box .flower-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}

.company-thumb-items-inner .flower-box .arrow-icon {
  color: var(--header);
  text-align: center;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  max-width: 73px;
  margin: 0 auto;
  line-height: 171%;
}

.company-icon-wrap-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1290px;
  justify-content: center;
  margin: 60px auto 0;
}

@media (max-width: 1199px) {
  .company-icon-wrap-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

.company-icon-wrap-inner .company-icon-area {
  max-width: 270px;
}

.company-icon-wrap-inner .company-icon-area .icon-items {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .company-icon-wrap-inner .company-icon-area .icon-items {
    justify-content: center;
    text-align: center;
  }
}

.company-icon-wrap-inner .company-icon-area .icon-items .icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid #DBDBDB;
}

@media (max-width: 1199px) {
  .company-icon-wrap-inner .company-icon-area .icon-items .icon {
    margin: 0 auto;
  }
}

.company-icon-wrap-inner .company-icon-area .icon-items .line {
  height: 1px;
  width: 300px;
  background-color: #DBDBDB;
}

@media (max-width: 1199px) {
  .company-icon-wrap-inner .company-icon-area .icon-items .line {
    display: none;
  }
}

.company-icon-wrap-inner .company-icon-area .title-3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}

.company-icon-wrap-inner .company-icon-area:hover .icon-items .icon img {
  animation: wobble 1.5s ease-in-out;
}

.nature-section-inner {
  position: relative;
}

.nature-section-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(178.93deg, #FFFFFF 0.91%, rgba(255, 255, 255, 0) 35.21%, rgba(255, 255, 255, 0) 77.87%);
}

.nature-left-content-items-inner {
  margin-left: 60px;
}

@media (max-width: 1199px) {
  .nature-left-content-items-inner {
    margin-left: 0;
  }
}

.nature-left-content-items-inner .nature-text {
  margin-top: 15px;
  color: var(--white);
}

.nature-left-content-items-inner .nature-list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1399px) {
  .nature-left-content-items-inner .nature-list {
    justify-content: start;
    gap: 30px;
    flex-wrap: wrap;
  }
}

.nature-left-content-items-inner .nature-list ul li {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
}

@media (max-width: 1600px) {
  .nature-left-content-items-inner .nature-list ul li {
    font-size: 16px;
  }
}

.nature-left-content-items-inner .nature-list ul li img {
  margin-right: 7px;
}

.nature-left-content-items-inner .nature-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.nature-left-content-items-inner .nature-btn-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 1399px) {
  .nature-left-content-items-inner .nature-btn-area {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

.nature-left-content-items-inner .nature-btn-area .theme-btn::before {
  background-color: var(--header);
}

.nature-left-content-items-inner .nature-btn-area .theme-btn.style-2 {
  background-color: var(--white);
}

.service-section {
  position: relative;
  z-index: 1;
}

.service-section .service-bg-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.service-section .service-bg-shape img {
  width: 100%;
  height: 100%;
}

.service-section .container {
  max-width: 1650px;
}

.service-section .service-text {
  text-align: center;
  margin-top: 60px;
  color: var(--text);
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.service-section .service-text a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--theme-2);
  text-decoration: underline;
}

.service-box-items {
  margin-top: 0;
  padding-top: 0 !important;
  margin-top: 30px;
  background-color: transparent;
  border-radius: 30px;
  padding: 35px 30px;
  position: relative;
}

.service-box-items .icon-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box-items .icon-area .title {
  max-width: 218px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Montserrat';
  padding-top: 25px;
}

.service-box-items .icon-area .title:hover a {
  color: var(--theme-2);
}

.service-box-items .icon-area .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  background-color: #F7F8ED;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.service-box-items .icon-area .icon svg path {
  transition: all 0.4s ease-in-out;
}

.service-box-items .thumb {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 20px;
}

.service-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 200px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-box-items .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service-box-items p {
  margin-top: 22px;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
}

.service-box-items .link-btn {
  color: var(--header);
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.service-box-items .link-btn i {
  background-color: var(--theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}

.service-box-items .service-leaf-shape {
  position: absolute;
  bottom: 3px;
  right: 7px;
}

.service-box-items:hover .icon-area .icon {
  background-color: var(--theme-2);
  animation: wobble 1.5s ease-in-out;
}

.service-box-items:hover .icon-area .icon svg path {
  fill: var(--theme);
}

.service-box-items:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.service-box-items:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service-box-items:hover .link-btn i {
  background-color: var(--theme-2);
  color: var(--white);
}

.service-wrapper-two {
  border: 1px solid #D8DDE1;
  border-radius: 30px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .service-wrapper-two {
    margin-top: 30px;
  }
}

.service-wrapper-two .service-box-item-two {
  padding: 55px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1199px) {
  .service-wrapper-two .service-box-item-two {
    padding: 30px 30px;
    display: grid;
    justify-content: center;
    gap: 25px;
    text-align: center;
  }
}

.service-wrapper-two .service-box-item-two:not(:last-child) {
  border-bottom: 1px solid #D8DDE1;
}

.service-wrapper-two .service-box-item-two .content {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-basis: 30%;
}

@media (max-width: 1199px) {
  .service-wrapper-two .service-box-item-two .content {
    flex-basis: initial;
    display: grid;
    justify-content: center;
    gap: 25px;
  }
}

.service-wrapper-two .service-box-item-two .content .title {
  font-size: 24px;
  font-weight: 500;
  max-width: 215px;
}

@media (max-width: 1199px) {
  .service-wrapper-two .service-box-item-two .content .title {
    margin: 0 auto;
    font-size: 22px;
  }
}

.service-wrapper-two .service-box-item-two .content .title a:hover {
  color: var(--theme-3);
}

.service-wrapper-two .service-box-item-two .text {
  max-width: 410px;
}

.service-wrapper-two .service-box-item-two .link-btn {
  transition: all 0.4s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
}

.service-wrapper-two .service-box-item-two .link-btn i {
  background-color: var(--theme-3);
  color: var(--header);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}

.service-wrapper-two .service-box-item-two .link-btn:hover {
  color: var(--theme-2);
}

.service-wrapper-two .service-box-item-two .link-btn:hover i {
  background-color: var(--theme-2);
  color: var(--white);
}

.service-wrapper-two .service-box-item-two .hover-image {
  max-width: 260px;
  position: absolute;
  border-radius: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(10deg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  border-radius: 30px;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 999;
  visibility: hidden;
  will-change: transform;
}

@media (max-width: 991px) {
  .service-wrapper-two .service-box-item-two .hover-image {
    display: none !important;
  }
}

.service-wrapper-two .service-box-item-two .hover-image img {
  width: 100%;
  height: 100%;
}

.service-wrapper-two .service-box-item-two:hover .content .icon img {
  animation: wobble 1.5s ease-in-out;
}

.service-section-3 {
  background-color: #F7F5F6;
  position: relative;
}

.service-section-3 .service-shape-2 {
  position: absolute;
  bottom: 20px;
  left: 10px;
}

@media (max-width: 1199px) {
  .service-section-3 .section-title-area {
    display: grid;
    justify-content: center;
    text-align: center;
  }
}

.service-section-3 .section-title-area .content p {
  max-width: 540px;
}

@media (max-width: 1199px) {
  .service-section-3 .section-title-area .content p {
    margin: 0 auto;
  }
}

.service-section-3 .section-title-area .content .theme-btn {
  margin-top: 30px;
}

.service-section-3 .service-text {
  text-align: center;
  margin-top: 50px;
}

.service-section-3 .service-text b {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  border-radius: 100px;
  background-color: var(--theme);
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
  padding: 0 16px;
}

.service-section-3 .service-text a {
  font-weight: 600;
  text-decoration: underline;
  color: #0F541E;
}

.service-box-items-3 {
  position: relative;
  z-index: 9;
  text-align: center;
  background: var(--white);
  border-radius: 1000px;
  padding: 65px 35px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

@media (max-width: 767px) {
  .service-box-items-3 {
    border-radius: 20px;
    padding: 50px 30px;
  }
}

.service-box-items-3 .service-flower-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-box-items-3 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--theme-2);
  text-align: center;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
}

.service-box-items-3 .icon svg path {
  transition: all 0.4s ease-in-out;
}

.service-box-items-3 .title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 50px;
  position: relative;
  z-index: 11;
  transition: all 0.4s ease-in-out;
}

.service-box-items-3 p {
  margin-top: 7px;
  transition: all 0.4s ease-in-out;
}

.service-box-items-3 .link-btn {
  color: var(--header);
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 11;
  transition: all 0.4s ease-in-out;
}

.service-box-items-3 .link-btn i {
  background-color: var(--theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
  transition: all 0.4s ease-in-out;
}

.service-box-items-3:hover {
  background-color: var(--theme-2);
}

.service-box-items-3:hover .icon {
  background-color: var(--theme);
}

.service-box-items-3:hover .icon svg {
  animation: wobble 1.5s ease-in-out;
}

.service-box-items-3:hover .icon svg path {
  fill: var(--theme-2);
}

.service-box-items-3:hover .title a {
  color: var(--white);
}

.service-box-items-3:hover p {
  color: var(--white);
}

.service-box-items-3:hover .link-btn {
  color: var(--white);
}

.service-box-items-3:hover .link-btn i {
  color: var(--header);
}

.service-section-inner .container {
  max-width: 1650px;
}

.service-box-items-inner {
  background: #F8F7F3;
  border-radius: 30px;
  padding: 10px;
}

.service-box-items-inner .thumb {
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 20px;
}

.service-box-items-inner .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-box-items-inner .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service-box-items-inner .content {
  padding: 15px;
  padding-top: 20px;
}

.service-box-items-inner .content .title {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 1399px) {
  .service-box-items-inner .content .title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .service-box-items-inner .content .title {
    font-size: 18px;
  }
}

.service-box-items-inner .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.service-box-items-inner .content .title a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}

.service-box-items-inner .content p {
  margin-top: 10px;
}

.service-box-items-inner .content .link-btn {
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
}

.service-box-items-inner .content .link-btn i {
  background-color: var(--theme);
  color: var(--theme-2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}

.service-box-items-inner .content .link-btn:hover i {
  background-color: var(--theme-2);
  color: var(--white);
}

.service-box-items-inner:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.service-box-items-inner:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service-details-left-content .service-details-thumb {
  overflow: hidden;
  border-radius: 30px;
}

.service-details-left-content .service-details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.service-details-left-content .text {
  font-weight: 600;
  color: var(--header);
  margin-top: 20px;
}

.service-details-left-content .title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 25px;
}

@media (max-width: 575px) {
  .service-details-left-content .title {
    font-size: 26px;
  }
}

.service-details-left-content .service-thumb {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .service-details-left-content .service-thumb {
    margin-top: 25px;
  }
}

.service-details-left-content .service-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.service-details-left-content .title-2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 40px;
}

@media (max-width: 575px) {
  .service-details-left-content .title-2 {
    font-size: 26px;
    margin-top: 25px;
  }
}

.service-details-left-content .service-list {
  margin-top: 40px;
}

@media (max-width: 575px) {
  .service-details-left-content .service-list {
    margin-top: 25px;
  }
}

.service-details-left-content .service-list .service-items {
  font-size: 14px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background-color: #F8F7F3;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  line-height: 1;
  color: var(--header);
}

.service-details-left-content .title-3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 40px;
}

@media (max-width: 575px) {
  .service-details-left-content .title-3 {
    font-size: 26px;
    margin-top: 25px;
  }
}

.service-details-left-content .service-feature-area {
  margin-top: 40px;
  position: relative;
  margin-left: -48px;
}

@media (max-width: 1199px) {
  .service-details-left-content .service-feature-area {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .service-details-left-content .service-feature-area {
    margin-top: 25px;
  }
}

.service-details-left-content .service-feature-area::before {
  content: "";
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0%;
  border: 1px solid rgb(216, 221, 225);
  z-index: -1;
  transition: height 0.5s ease;
  max-width: 607px;
}

@media (max-width: 1199px) {
  .service-details-left-content .service-feature-area::before {
    display: none;
  }
}

.service-details-left-content .service-feature-area .icon-process-items {
  text-align: center;
}

.service-details-left-content .service-feature-area .icon-process-items .title-4 {
  font-size: 18px;
  font-weight: 600;
  max-width: 180px;
  margin: 30px auto 30px;
}

.service-details-left-content .service-feature-area .icon-process-items .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #F7F8ED;
  display: inline-block;
  color: var(--header);
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.service-details-left-content .service-feature-area .icon-process-items .number:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

.service-details-left-content .service-feature-area .icon-process-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.service-details-left-content .title-5 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 50px;
}

.service-details-left-content .faq-right-items-style-2 {
  margin-top: 30px;
}

.service-main-sidebar .sidebar-box {
  margin-bottom: 40px;
  background-color: #F8F7F3;
  border-radius: 20px;
}

.service-main-sidebar .sidebar-box .title {
  background-color: var(--theme-2);
  border-radius: 20px;
  padding: 24px 40px;
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.service-main-sidebar .sidebar-box .title img {
  margin-right: 10px;
}

.service-main-sidebar .sidebar-box .service-list {
  padding: 30px;
}

.service-main-sidebar .sidebar-box .service-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-main-sidebar .sidebar-box .service-list li:not(:last-child) {
  border-bottom: 1px solid rgba(34, 48, 53, 0.25);
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.service-main-sidebar .sidebar-box .service-list li span i {
  color: #54595F;
}

.service-main-sidebar .sidebar-box .service-list li:hover a {
  color: var(--theme-3);
}

.service-main-sidebar .sidebar-box .service-list li:hover:not(:last-child) {
  border-bottom: 1px solid var(--theme-2);
}

.service-main-sidebar .sidebar-box .brochure-content {
  padding: 30px;
}

.service-main-sidebar .sidebar-box .brochure-content p {
  font-size: 14px;
  text-transform: capitalize;
}

.service-main-sidebar .sidebar-box .brochure-content .pdf-icon-area {
  margin-top: 20px;
  padding: 20px;
  background-color: var(--theme-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  line-height: 1;
}

.service-main-sidebar .sidebar-box .brochure-content .pdf-icon-area .pdf-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-main-sidebar .sidebar-box .brochure-content .pdf-icon-area .pdf-items .icon {
  color: var(--white);
}

.service-main-sidebar .sidebar-box .brochure-content .pdf-icon-area .pdf-items .title-2 {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}

.service-main-sidebar .sidebar-box .brochure-content .pdf-icon-area .title-3 {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}

.service-main-sidebar .sidebar-box .brochure-content .pdf-icon-area.style-2 {
  margin-top: 13px;
}

.service-main-sidebar .talk-content {
  background-color: var(--theme-2);
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
}

.service-main-sidebar .talk-content .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.service-main-sidebar .talk-content .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme);
  text-transform: uppercase;
  margin-top: 20px;
}

.service-main-sidebar .talk-content .title-2 {
  font-size: 36px;
  font-weight: 600;
  color: var(--white);
  margin-top: 10px;
}

.service-main-sidebar .talk-content .icon-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-main-sidebar .talk-content .icon-items .icon {
  max-width: 40px;
  width: 100%;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  background-color: #4B7F56;
  font-size: 18px;
  color: var(--white);
}

.service-main-sidebar .talk-content .icon-items .content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
}

.service-main-sidebar .talk-content .icon-items .content p a {
  color: var(--white);
}

.service-main-sidebar .talk-content .icon-items .content p a:hover {
  color: var(--theme);
}

.service-main-sidebar .talk-content .icon-items:hover .icon i {
  animation: wobble 1.5s ease-in-out;
}

.service-main-sidebar .talk-content .icon-items.style-2 {
  margin-top: 15px;
}

.service-main-sidebar .talk-content .theme-btn {
  width: 100%;
  max-width: 350px;
  text-align: center;
  margin-top: 30px;
}

.service-main-sidebar .talk-content .theme-btn::before {
  background-color: var(--header);
}

.project-wrapper {
  margin: 0 95px;
}

@media (max-width: 1899px) {
  .project-wrapper {
    margin: 0 50px;
  }
}

@media (max-width: 1600px) {
  .project-wrapper {
    margin: 0 35px;
  }
}

@media (max-width: 1399px) {
  .project-wrapper {
    margin: 0 25px;
  }
}

@media (max-width: 1199px) {
  .project-wrapper {
    margin: 0 20px;
  }
}

@media (max-width: 991px) {
  .project-wrapper {
    margin: 0 16px;
  }
}

.project-thumb-box-items {
  position: relative;
  z-index: 11;
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .project-thumb-box-items {
    height: 450px;
  }
}

.project-thumb-box-items::before {
  width: 100%;
  height: 100%;
  top: 30px;
  bottom: 0;
  left: 30px;
  right: 0;
  content: "";
  background: rgba(20, 20, 20, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}

.project-thumb-box-items img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-thumb-box-items img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-thumb-box-items .hover-content {
  transition: all 0.4s ease-in-out;
}

.project-thumb-box-items .hover-content .arrow-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-2);
  color: var(--white);
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  z-index: 99;
  top: 60px;
  right: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.project-thumb-box-items .hover-content .arrow-icon:hover {
  background-color: var(--theme);
  color: var(--header);
}

.project-thumb-box-items .hover-content .content {
  position: absolute;
  z-index: 99;
  bottom: 60px;
  left: 60px;
  right: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.project-thumb-box-items .hover-content .content p {
  color: var(--theme);
  font-family: "Bricolage Grotesque", sans-serif;
}

.project-thumb-box-items .hover-content .content .title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 8px;
}

@media (max-width: 1600px) {
  .project-thumb-box-items .hover-content .content .title {
    font-size: 20px;
  }
}

.project-thumb-box-items .hover-content .content .title a {
  color: var(--white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.project-thumb-box-items .hover-content .content .title a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}

.project-thumb-box-items:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.project-thumb-box-items:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-thumb-box-items:hover::before {
  opacity: 1;
  visibility: visible;
}

.project-thumb-box-items:hover .hover-content .arrow-icon {
  opacity: 1;
  visibility: visible;
}

.project-thumb-box-items:hover .hover-content .content {
  opacity: 1;
  visibility: visible;
}

.project-section {
  position: relative;
  z-index: 9;
  margin-top: 40px;
}

.project-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: #F8F7F3;
  border-radius: 50px;
  max-width: 1530px;
  margin: 0 auto;
}

.project-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  max-width: 1530px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  background-image: url(../img/home-1/project-bg-shape.png);
}

.project-wrapper-3 {
  margin-left: -18%;
  margin-right: -18%;
}

@media (max-width: 767px) {
  .project-wrapper-3 {
    margin: 0 20px;
  }
}

.project-thumb-items-3 {
  margin-top: 30px;
}

.project-thumb-items-3 .thumb {
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .project-thumb-items-3 .thumb {
    height: 400px;
  }
}

.project-thumb-items-3 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-thumb-items-3 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-thumb-items-3 .content {
  margin-top: 20px;
}

.project-thumb-items-3 .content .title {
  font-size: 20px;
  font-weight: 500;
}

.project-thumb-items-3 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.project-thumb-items-3 .content .title a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}

.project-thumb-items-3 .content span {
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--theme-2);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 7px;
}

.project-thumb-items-3:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.project-thumb-items-3:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-details-wrapper .project-details-top-items .project-left-content .title {
  font-size: 48px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .project-details-wrapper .project-details-top-items .project-left-content .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .project-details-wrapper .project-details-top-items .project-left-content .title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .project-details-wrapper .project-details-top-items .project-left-content .title {
    font-size: 36px;
  }
}

@media (max-width: 470px) {
  .project-details-wrapper .project-details-top-items .project-left-content .title {
    font-size: 32px;
  }
}

.project-details-wrapper .project-details-top-items .project-left-content p {
  margin-top: 16px;
  max-width: 674px;
}

.project-details-wrapper .project-details-top-items .project-right-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 525px;
  background-color: #F8F7F3;
  border-radius: 10px;
  padding: 45px 50px;
}

@media (max-width: 575px) {
  .project-details-wrapper .project-details-top-items .project-right-content {
    flex-wrap: wrap;
    padding: 30px 28px;
    gap: 20px;
  }
}

.project-details-wrapper .project-details-top-items .project-right-content ul li {
  width: 100%;
}

.project-details-wrapper .project-details-top-items .project-right-content ul li p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #54595F;
}

.project-details-wrapper .project-details-top-items .project-right-content ul li .title-2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.project-details-wrapper .project-details-top-items .project-right-content ul li:not(:last-child) {
  margin-bottom: 20px;
}

.project-details-wrapper .project-details-top-items .project-right-content ul .line {
  background-color: #DBDBDB;
  height: 1px;
  width: 150px;
  margin-bottom: 25px;
}

.project-details-wrapper .project-details-thumb {
  overflow: hidden;
  border-radius: 30px;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .project-details-wrapper .project-details-thumb {
    height: 500px;
  }
}

.project-details-wrapper .project-details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.project-details-wrapper .title {
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px;
}

.project-details-wrapper .project-text {
  border-bottom: 1px dashed var(--theme-2);
  padding-bottom: 48px;
}

.project-details-wrapper .title-2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 48px;
}

.project-details-wrapper .project-list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 630px;
}

@media (max-width: 1199px) {
  .project-details-wrapper .project-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.project-details-wrapper .project-list ul li {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--header);
}

.project-details-wrapper .project-list ul li img {
  margin-right: 7px;
}

.project-details-wrapper .project-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.project-details-wrapper .title-3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 48px;
}

.project-details-wrapper .project-details-thumb {
  margin-top: 30px;
  position: relative;
}

.project-details-wrapper .project-details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.project-details-wrapper .project-details-thumb .before-text {
  padding: 14px 30px;
  background-color: var(--white);
  border-radius: 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-2);
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.project-details-wrapper .prev-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  border-top: 1px dashed var(--theme-2);
  padding-top: 50px;
}

@media (max-width: 991px) {
  .project-details-wrapper .prev-item {
    display: grid;
    gap: 20px;
  }
}

.project-details-wrapper .prev-item .prev-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.project-details-wrapper .prev-item .prev-left .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.project-details-wrapper .prev-item .prev-left .content .prev-btn {
  font-weight: 500;
  font-size: 14px;
  color: #54595F;
  font-family: "Bricolage Grotesque", sans-serif;
}

.project-details-wrapper .prev-item .prev-left .content .prev-btn i {
  margin-right: 5px;
}

.project-details-wrapper .prev-item .prev-left .content .title-4 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 15px;
}

.project-details-wrapper .prev-item .prev-right {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: right;
}

.project-details-wrapper .prev-item .prev-right .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.project-details-wrapper .prev-item .prev-right .content .prev-btn {
  font-weight: 500;
  font-size: 14px;
  color: #54595F;
  font-family: "Bricolage Grotesque", sans-serif;
}

.project-details-wrapper .prev-item .prev-right .content .prev-btn i {
  margin-left: 5px;
}

.project-details-wrapper .prev-item .prev-right .content .title-4 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 15px;
}

.project-wrapper-two {
  margin: 0 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}

@media (max-width: 1899px) {
  .project-wrapper-two {
    justify-content: space-between;
  }
}

@media (max-width: 1600px) {
  .project-wrapper-two {
    margin: 0 30px;
  }
}

@media (max-width: 1399px) {
  .project-wrapper-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 25px;
  }
}

@media (max-width: 1199px) {
  .project-wrapper-two {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .project-wrapper-two {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}

.project-main-item-two {
  position: relative;
  width: 350px;
  height: 529px !important;
  border-radius: 30px;
  transition: all 0.6s ease;
}

@media (max-width: 1600px) {
  .project-main-item-two {
    width: 250px;
  }
}

@media (max-width: 1399px) {
  .project-main-item-two {
    width: initial;
  }
}

.project-main-item-two .project-item-two {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.6s ease;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

@media (max-width: 1399px) {
  .project-main-item-two .project-item-two {
    display: none;
  }
}

.project-main-item-two .project-item-two img {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
}

.project-main-item-two .project-hover-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transform: scale(0.95);
}

@media (max-width: 1399px) {
  .project-main-item-two .project-hover-item {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: initial;
    width: 100%;
  }
}

.project-main-item-two .project-hover-item .thumb {
  border-radius: 30px;
  position: relative;
  height: 100%;
}

.project-main-item-two .project-hover-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.project-main-item-two .project-hover-item .thumb .content {
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 20px;
  background-color: var(--white);
  padding: 40px 40px;
  border-radius: 30px;
  max-width: 380px;
  height: calc(100% - 40px);
}

@media (max-width: 1399px) {
  .project-main-item-two .project-hover-item .thumb .content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
}

@media (max-width: 991px) {
  .project-main-item-two .project-hover-item .thumb .content {
    top: initial;
    padding: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    height: initial;
  }
}

.project-main-item-two .project-hover-item .thumb .content span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #0F541E;
  margin-bottom: 10px;
}

.project-main-item-two .project-hover-item .thumb .content .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.project-main-item-two .project-hover-item .thumb .content .title a:hover {
  color: var(--theme);
}

.project-main-item-two .project-hover-item .thumb .content .project-btn {
  position: absolute;
  bottom: 40px;
}

@media (max-width: 991px) {
  .project-main-item-two .project-hover-item .thumb .content .project-btn {
    position: static;
  }
}

.project-main-item-two .project-hover-item .thumb .content .link-btn {
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
}

.project-main-item-two .project-hover-item .thumb .content .link-btn i {
  background-color: #80C41C;
  color: var(--header);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}

.project-main-item-two .project-hover-item .thumb .content .link-btn:hover {
  color: var(--theme-2);
}

.project-main-item-two .project-hover-item .thumb .content .link-btn:hover i {
  background-color: var(--theme-2);
  color: var(--white);
}

@media (max-width: 1399px) {
  .project-main-item-two:hover .project-hover-item .thumb .content {
    opacity: 1;
    visibility: visible;
  }
}

.project-main-item-two.active {
  width: 700px;
  transition: all 0.6s ease;
  height: 529px;
}

@media screen and (max-width: 1700px) {
  .project-main-item-two.active {
    width: 450px;
  }
}

@media screen and (max-width: 1500px) {
  .project-main-item-two.active {
    width: 550px;
  }
}

@media (max-width: 1600px) {
  .project-main-item-two.active {
    width: 600px;
  }
}

@media screen and (max-width: 1650px) {
  .project-main-item-two.active {
    width: 550px;
  }
}

@media screen and (max-width: 1450px) {
  .project-main-item-two.active {
    width: 500px;
  }
}

@media (max-width: 1399px) {
  .project-main-item-two.active {
    width: initial !important;
  }
}

.project-main-item-two.active .project-item-two {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}

.project-main-item-two.active .project-hover-item {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  width: 700px;
  z-index: 3;
  height: 529px !important;
}

@media screen and (max-width: 1700px) {
  .project-main-item-two.active .project-hover-item {
    width: 450px;
  }
}

@media screen and (max-width: 1650px) {
  .project-main-item-two.active .project-hover-item {
    width: 500px;
  }
}

@media (max-width: 1600px) {
  .project-main-item-two.active .project-hover-item {
    width: 600px;
  }
}

@media screen and (max-width: 1500px) {
  .project-main-item-two.active .project-hover-item {
    width: 550px;
  }
}

@media screen and (max-width: 1450px) {
  .project-main-item-two.active .project-hover-item {
    width: 500px;
  }
}

@media (max-width: 1399px) {
  .project-main-item-two.active .project-hover-item {
    width: initial !important;
  }
}

.project-section-inner .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1410px;
  margin: 0 auto;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 20px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .project-section-inner .nav {
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}

.project-section-inner .nav .nav-item .nav-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #54595F;
  text-transform: capitalize;
  padding: 0;
}

.project-section-inner .nav .nav-item .nav-link.active {
  color: #0F541E;
  position: relative;
}

.project-section-inner .nav .nav-item .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #0F541E;
}

@media (max-width: 767px) {
  .project-section-inner .nav .nav-item .nav-link.active::before {
    display: none;
  }
}

.testi-thumb-items .testi-thumb-items .content .star-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testi-thumb-items .testi-thumb-items .content .star-area span {
  font-weight: 600;
  font-size: 48px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--header);
}

.testi-thumb-items .testi-thumb-items .content .star-area .star {
  color: var(--theme-2);
}

.testi-thumb-items .testi-thumb-items .content p {
  font-weight: 400;
  margin-top: 17px;
  max-width: 216px;
}

.testi-thumb-items .testi-thumb-items .thumb {
  height: 270px;
  margin-top: 25px;
}

.testi-thumb-items .testi-thumb-items .thumb img {
  border-radius: 0px 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi-thumb-items .testi-thumb {
  height: 418px;
}

.testi-thumb-items .testi-thumb img {
  border-radius: 150px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi-content-items {
  margin-left: 40px;
  position: relative;
}

@media (max-width: 1399px) {
  .testi-content-items {
    margin-left: 0;
  }
}

.testi-content-items .testi-content {
  margin-top: 30px;
}

.testi-content-items .testi-content .title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  max-width: 694px;
  margin-bottom: 20px;
}

.testi-content-items .testi-content .client-info {
  border-top: 1px solid #DBDBDB;
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.testi-content-items .testi-content .client-info .content .title-2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
}

.testi-content-items .array-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 470px) {
  .testi-content-items .array-button {
    position: static;
    margin-top: 30px;
  }
}

.testimonial-section {
  position: relative;
  z-index: 1;
}

.testimonial-section .testi-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.testimonial-section-2 {
  position: relative;
}

.testimonial-section-2 .testimonial-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.testimonial-section-2 .testimonial-slider-2 {
  position: relative;
}

.testimonial-section-2 .testimonial-slider-2 .array-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .testimonial-section-2 .testimonial-slider-2 .array-button {
    position: static;
    justify-content: center;
    margin-top: 50px;
    gap: 14px;
  }
}

.testimonial-section-2 .testimonial-slider-2 .array-button .array-prev,
.testimonial-section-2 .testimonial-slider-2 .array-button .array-next {
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 99;
}

.testimonial-box-items-2 {
  text-align: center;
}

.testimonial-box-items-2 .testimonial-circle-box {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: rgba(31, 31, 31, 0.8);
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.testimonial-box-items-2 .testimonial-circle-box .text-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-box-items-2 .testimonial-circle-box .text-image img {
  width: initial;
  height: initial;
  animation: cir36 10s linear infinite;
}

.testimonial-box-items-2 .testimonial-circle-box .arrow-icon {
  color: var(--white);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-box-items-2 .testimonial-circle-box .arrow-icon i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.testimonial-box-items-2 .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
  margin-top: 60px;
  max-width: 1070px;
  margin: 75px auto 30px;
}

.testimonial-box-items-2 .star {
  color: #F9A217;
}

.testimonial-box-items-2 .testi-client-info {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.testimonial-box-items-2 .testi-client-info .testi-content .title-2 {
  font-size: 20px;
  font-weight: 500;
}

.testimonial-box-items-2 .testi-client-info .testi-content p {
  text-align: left;
}

.testimonial-section-3 .container {
  max-width: 1650px;
}

.testimonial-section-3 .array-buttons {
  background-color: #F7F5F6;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  max-width: 635px;
  margin: 50px auto 0;
}

.testimonial-section-3 .array-buttons .custom-pagination {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 2px;
  overflow: hidden;
  background: #DBDBDB;
}

.testimonial-section-3 .array-buttons .custom-pagination .swiper-pagination-progressbar-fill {
  background: var(--theme-2);
}

.testimonial-section-3 .array-buttons .array-prev {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #0F541E;
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonial-section-3 .array-buttons .array-prev i {
  font-size: 16px;
}

.testimonial-section-3 .array-buttons .array-next {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #0F541E;
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonial-section-3 .array-buttons .array-next i {
  font-size: 16px;
}

.testimonial-box-items-3 {
  border: 1px solid rgb(219, 219, 219);
  border-radius: 20px;
  padding: 50px 30px;
  padding-bottom: 40px;
  margin-top: 30px;
}

.testimonial-box-items-3 .star-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-box-items-3 .star-items .star {
  color: #FA6C06;
}

.testimonial-box-items-3 .title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 33px;
  line-height: 156%;
}

.testimonial-box-items-3 .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #DBDBDB;
  padding: 16px;
  border-radius: 10px;
  margin-top: 50px;
}

.testimonial-box-items-3 .client-info .client-content .title-2 {
  font-weight: 600;
}

.pricing-right-content-items {
  background-color: #F8F7F3;
  padding: 40px;
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
  max-width: 615px;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .pricing-right-content-items {
    margin-left: initial;
    max-width: initial;
  }
}

.pricing-right-content-items .pricing-shape-1 {
  position: absolute;
  bottom: 0;
  top: 27px;
  left: 0;
}

.pricing-right-content-items .pricing-header {
  background-color: #d0a55c;
  padding: 30px;
  border-radius: 10px;
}

.pricing-right-content-items .pricing-header .title {
  font-size: 48px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
}

.pricing-right-content-items .pricing-header .title sup {
  font-size: 16px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  color: rgb(84, 89, 95);
  margin-left: -6px;
}

.pricing-right-content-items .pricing-list-area {
  margin-top: 40px;
}

.pricing-right-content-items .pricing-list-area .pricing-list .title-2 {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
}

.pricing-right-content-items .pricing-list-area .pricing-list .list-items {
  margin-top: 20px;
}

.pricing-right-content-items .pricing-list-area .pricing-list .list-items li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
}

.pricing-right-content-items .pricing-list-area .pricing-list .list-items li:not(:last-child) {
  margin-bottom: 10px;
}

.pricing-right-content-items .pricing-list-area .pricing-thumb {
  position: relative;
  z-index: 9;
  border-radius: 20px;
  max-width: 300px;
  height: 338px;
}

@media (max-width: 1199px) {
  .pricing-right-content-items .pricing-list-area .pricing-thumb {
    margin-top: 30px;
    max-width: initial;
  }
}

.pricing-right-content-items .pricing-list-area .pricing-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: rgba(15, 84, 30, 0.66);
  border-radius: 20px;
}

.pricing-right-content-items .pricing-list-area .pricing-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.pricing-right-content-items .pricing-list-area .pricing-thumb .content {
  position: absolute;
  z-index: 11;
  top: 60px;
  left: 30px;
  right: 30px;
  text-align: center;
}

.pricing-right-content-items .pricing-list-area .pricing-thumb .content .title-3 {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
}

.pricing-right-content-items .pricing-list-area .pricing-thumb .content .icon {
  margin-top: 25px;
}

.pricing-right-content-items .pricing-list-area .pricing-thumb .content .icon img {
  width: initial;
  height: initial;
}

.pricing-right-content-items .pricing-list-area .pricing-thumb .content .title-4 {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  margin-top: 25px;
}

.pricing-right-content-items .pricing-list-area .pricing-thumb .content .theme-btn {
  margin-top: 20px;
}

.pricing-right-content-items .pricing-list-area .pricing-thumb .content:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.pricing-box-items-inner {
  margin-top: 30px;
  background-color: #F8F7F3;
  border-radius: 30px;
  padding: 40px 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.pricing-box-items-inner .pricing-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.pricing-box-items-inner .pricing-header {
  margin-left: 20px;
}

.pricing-box-items-inner .pricing-header .title {
  font-size: 24px;
  font-weight: 500;
}

.pricing-box-items-inner .pricing-header p {
  max-width: 330px;
  margin-top: 8px;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
}

.pricing-box-items-inner .pricing-header .title-2 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-top: 10px;
}

.pricing-box-items-inner .pricing-header .title-2 sup {
  font-size: 16px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  color: rgb(84, 89, 95);
  margin-left: 6px;
  top: 0;
}

.pricing-box-items-inner .theme-btn {
  width: 100%;
  max-width: 370px;
  text-align: center;
  margin-top: 20px;
}

.pricing-box-items-inner .pricing-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 25px 20px;
  margin-top: 20px;
}

.pricing-box-items-inner .pricing-content .title-3 {
  font-size: 18px;
  font-weight: 500;
}

.pricing-box-items-inner .pricing-content .pricing-list {
  margin-top: 20px;
  border-top: 1px solid #DBDBDB;
  padding-top: 20px;
}

.pricing-box-items-inner .pricing-content .pricing-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
}

.pricing-box-items-inner .pricing-content .pricing-list li:not(:last-child) {
  margin-bottom: 12px;
}

.pricing-card-items {
  border-radius: 20px;
  background-color: #efe8dd;
  padding: 32px 30px;
  display: flex;
  gap: 20px;
  margin-top: 35px;
  max-width: 615px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .pricing-card-items {
    max-width: initial;
  }
}

.pricing-card-items .tag-items {
  font-size: 14px;
  font-weight: 500;
  background-color: #000000;
  color: #fff;
  border-radius: 0px 0px 0px 10px;
  border-top-right-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 8px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.pricing-card-items::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  left: auto;
  bottom: auto;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #af8d60;
  border-radius: 20px;
}

.pricing-card-items .icon {
  background-color: #d1a65d;
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
}

.pricing-card-items .title {
  line-height: 1;
}

.pricing-card-items p {
  max-width: 330px;
  color: #fff;
  margin-top: 10px;
}

.pricing-card-items.active .tag-items {
  opacity: 1;
  visibility: visible;
}

.pricing-card-items.active::after {
  left: 0;
  width: 100%;
}

.pricing-card-items.active .icon {
  background-color: #0F541E;
}

.pricing-card-items.active .icon svg path {
  fill: #fff;
}

.pricing-card-wrapper {
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .pricing-card-wrapper {
    margin-right: 0;
  }
}

.pricing-card-wrapper .nav {
  margin-bottom: -7px;
}

.pricing-card-wrapper .nav .nav-item .nav-link {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--header);
  position: relative;
  padding-left: 28px;
}

.pricing-card-wrapper .nav .nav-item .nav-link::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #DBDBDB;
  border-radius: 16px;
}

.pricing-card-wrapper .nav .nav-item .nav-link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 16px;
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.pricing-card-wrapper .nav .nav-item .nav-link.active::after {
  opacity: 1;
  visibility: visible;
}

.pricing-section .pricing-one-image-outer {
  position: relative;
  height: 100%;
}

.pricing-section .pricing-one-images-outer {
  position: relative;
  height: 100%;
}

.pricing-section .team-one-image {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  transform: rotate(-5deg);
}

@media (max-width: 1199px) {
  .pricing-section .team-one-image {
    display: none !important;
    position: static !important;
  }
}

.pricing-section .team-one-image.active {
  opacity: 1;
  transform: rotate(0deg);
}

@media (max-width: 1199px) {
  .pricing-section .team-one-image.active {
    display: block !important;
  }
}

.team-thumb-items {
  margin-top: 30px;
}

.team-thumb-items .thumb-main-area {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.team-thumb-items .thumb-main-area .thumb {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.45s ease-in-out;
}

.team-thumb-items .thumb-main-area .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.team-thumb-items .thumb-main-area .hover-thumb {
  position: absolute;
  inset: 0;
  background-color: var(--theme-2);
  border-radius: 20px;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: all 0.45s ease-in-out;
  z-index: 5;
}

.team-thumb-items .thumb-main-area .hover-thumb .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.team-thumb-items .thumb-main-area .hover-thumb .content p {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}

.team-thumb-items .thumb-main-area .hover-thumb .content .link-btn {
  color: var(--white);
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.team-thumb-items .thumb-main-area .hover-thumb .content .link-btn i {
  background-color: var(--theme);
  color: var(--header);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}

.team-thumb-items .content {
  margin-top: 15px;
}

.team-thumb-items .content p {
  font-weight: 400;
}

.team-thumb-items .content .title {
  font-size: 20px;
  font-weight: 500;
}

.team-thumb-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.team-thumb-items .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.team-thumb-items:hover .thumb {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
}

.team-thumb-items:hover .hover-thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.team-section {
  position: relative;
}

.team-section .team-shape-1 {
  position: absolute;
  top: 0;
  right: 10px;
}

@media (max-width: 1199px) {
  .team-section-inner .section-title-area {
    justify-content: center;
    text-align: center;
  }
}

.team-section-inner .section-title-area .team-text {
  max-width: 516px;
}

@media (max-width: 1199px) {
  .team-section-inner .section-title-area .team-text {
    margin: 0 auto;
  }
}

.team-box-items-inner {
  margin-top: 30px;
}

.team-box-items-inner .team-thumb {
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.team-box-items-inner .team-thumb img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-box-items-inner .team-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-box-items-inner .team-thumb .team-icon {
  gap: 10px;
  position: absolute;
  z-index: 99;
  top: 80px;
  right: 20px;
}

.team-box-items-inner .team-thumb .team-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.team-box-items-inner .team-thumb .team-icon li a {
  background-color: var(--theme-2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  z-index: 99;
}

.team-box-items-inner .team-thumb .team-icon li a i {
  color: var(--theme);
}

.team-box-items-inner .team-thumb .team-icon li a:hover {
  background-color: var(--theme);
}

.team-box-items-inner .team-thumb .team-icon li a:hover i {
  color: var(--header);
}

.team-box-items-inner .content {
  background: #F8F7F3;
  padding: 20px;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
}

.team-box-items-inner .content p {
  color: #54595F;
}

.team-box-items-inner .content .title {
  font-size: 22px;
  font-weight: 500;
}

.team-box-items-inner .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.team-box-items-inner .content .title a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}

.team-box-items-inner:hover .team-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.team-box-items-inner:hover .team-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-box-items-inner:hover .team-thumb .team-icon li {
  transform: scaleX(1);
}

.team-details-wrapper .team-details-left {
  border: 1px solid #DBDBDB;
  background-color: #F8F7F3;
  border-radius: 30px;
}

.team-details-wrapper .team-details-left .team-details-image {
  padding: 20px 20px 0;
  border-radius: 20px;
}

.team-details-wrapper .team-details-left .team-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.team-details-wrapper .team-details-left .team-info-content {
  padding: 30px 40px 40px;
}

.team-details-wrapper .team-details-left .team-info-content .client-name {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 25px;
}

.team-details-wrapper .team-details-left .team-info-content .client-name h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 133%;
}

.team-details-wrapper .team-details-left .team-info-content .info-item:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
  padding: 15px 0;
}

.team-details-wrapper .team-details-left .team-info-content .info-item h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 142%;
}

.team-details-wrapper .team-details-left .team-info-content .info-item p a {
  color: var(--text);
}

.team-details-wrapper .team-details-left .team-info-content .info-item .social-icon {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.team-details-wrapper .team-details-left .team-info-content .info-item .social-icon li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  display: block;
  color: var(--header);
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.team-details-wrapper .team-details-left .team-info-content .info-item .social-icon li a:hover {
  background-color: var(--theme);
  color: var(--header);
}

.team-details-wrapper .team-details-content .title {
  font-size: 30px;
  font-weight: 500;
}

.team-details-wrapper .team-details-content .title-2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 30px;
}

.team-details-wrapper .team-details-content .issue-list-item {
  margin-top: 30px;
}

.team-details-wrapper .team-details-content .issue-list-item li {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--header);
  z-index: 22;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content .issue-list-item li {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.team-details-wrapper .team-details-content .issue-list-item li:not(:last-child) {
  margin-bottom: 12px;
}

.team-details-wrapper .team-details-content .issue-list-item li i {
  margin-right: 10px;
  color: var(--white);
  height: 15px;
  width: 15px;
  font-size: 9px;
  line-height: 15px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 50%;
}

.team-details-wrapper .team-details-content .title-3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 30px;
}

.team-details-wrapper .team-details-content .progress-wrap {
  margin-top: 20px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .pro-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--header);
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .point {
  font-weight: 500;
  font-size: 18px;
  color: var(--header);
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .ber-box .progress {
  border: 1px solid var(--theme);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: transparent;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .ber-box .progress .progress-value {
  animation: load 4s normal forwards;
  background: var(--theme);
  height: 4px;
  width: 0;
  margin-left: 3px;
  position: relative;
  border-radius: 10px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .ber-box .progress .progress-value.value-2 {
  animation: load2 4s normal forwards;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .ber-box .progress .progress-value.value-3 {
  animation: load3 4s normal forwards;
}

.team-details-wrapper .team-details-content .contact-from {
  margin-top: 30px;
}

.team-details-wrapper .team-details-content .contact-from .title-4 {
  font-size: 30px;
  font-weight: 500;
}

.team-details-wrapper .team-details-content .contact-from .inptFld {
  width: 100%;
  height: 58px;
  border: 0;
  color: var(--text);
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #DBDBDB;
  padding-left: 30px;
  border-radius: 10px;
  margin-top: 20px;
}

.team-details-wrapper .team-details-content .contact-from .inptFld::placeholder {
  color: var(--text);
}

.team-details-wrapper .team-details-content .contact-from .contFrm textarea {
  height: 150px;
  padding-top: 20px;
}

.team-details-wrapper .team-details-content .contact-from textarea:focus {
  outline: none;
}

.team-details-wrapper .team-details-content .contact-from .contact-text {
  color: var(--white);
  margin-top: 20px;
  opacity: 0.7;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
}

.team-details-wrapper .team-details-content .contact-from .contact-button {
  margin-top: 30px;
}

.team-details-wrapper .team-details-content .contact-from .contact-button .theme-btn {
  width: 100%;
}

.news-box-items {
  margin-top: 30px;
}

.news-box-items .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 99;
}

.news-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-box-items .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-box-items .content {
  margin-top: 20px;
}

.news-box-items .content span {
  color: #54595F;
  font-size: 14px;
  font-weight: 400;
}

.news-box-items .content .title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .news-box-items .content .title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .news-box-items .content .title {
    font-size: 19px;
  }
}

.news-box-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.news-box-items .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.news-box-items .content .link-btn {
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
}

.news-box-items .content .link-btn i {
  background-color: var(--theme);
  color: var(--header);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}

.news-box-items .content .link-btn:hover i {
  background-color: var(--theme-2);
  color: var(--white);
}

.news-box-items:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-box-items:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-box-items.style-2 {
  border: 1px solid rgb(219, 219, 219);
  border-radius: 20px;
}

.news-box-items.style-2 .content {
  padding: 25px 20px;
  margin-top: 0;
}

.news-box-items.style-2 .content .title {
  border-bottom: 1px solid rgb(219, 219, 219);
  padding-bottom: 25px;
}

.news-box-items.style-2 .content .link-btn {
  margin-top: 30px;
}

.news-thumb-items-3 {
  margin-top: 30px;
}

.news-thumb-items-3 .thumb {
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 20px;
}

.news-thumb-items-3 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-thumb-items-3 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-thumb-items-3 .content {
  margin-top: 20px;
}

.news-thumb-items-3 .content span {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
}

.news-thumb-items-3 .content .title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 30px;
}

.news-thumb-items-3 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.news-thumb-items-3 .content .title a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}

.news-thumb-items-3 .content .link-btn {
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
}

.news-thumb-items-3 .content .link-btn i {
  background-color: var(--theme-2);
  color: var(--white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}

.news-thumb-items-3 .content .link-btn:hover i {
  background-color: var(--theme-2);
  color: var(--white);
}

.news-thumb-items-3:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-thumb-items-3:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-right-thumb-3 {
  margin-top: 30px;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .news-right-thumb-3 {
    margin-left: 0;
  }
}

.news-right-thumb-3 li .news-thumb-items {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .news-right-thumb-3 li .news-thumb-items {
    display: block;
  }
}

.news-right-thumb-3 li .news-thumb-items .thumb {
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .news-right-thumb-3 li .news-thumb-items .thumb {
    height: 200px;
    margin-bottom: 25px;
  }
}

.news-right-thumb-3 li .news-thumb-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-right-thumb-3 li .news-thumb-items .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-right-thumb-3 li .news-thumb-items .content span {
  font-size: 14px;
  font-weight: 400;
  color: #54595F;
  display: inline-block;
}

.news-right-thumb-3 li .news-thumb-items .content .title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  max-width: 400px;
}

.news-right-thumb-3 li .news-thumb-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.news-right-thumb-3 li .news-thumb-items .content .title a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}

.news-right-thumb-3 li .news-thumb-items .content .link-btn {
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
}

.news-right-thumb-3 li .news-thumb-items .content .link-btn i {
  background-color: var(--theme);
  color: var(--theme-2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}

.news-right-thumb-3 li .news-thumb-items .content .link-btn:hover i {
  background-color: var(--theme-2);
  color: var(--white);
}

.news-right-thumb-3 li .news-thumb-items.style-2 {
  border-bottom: none;
}

.news-right-thumb-3 li .news-thumb-items:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-right-thumb-3 li .news-thumb-items:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-left-content-inner .news-items {
  margin-bottom: 30px;
  border: 1px solid #D8DDE1;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .news-left-content-inner .news-items .news-thumb {
    height: 450px;
  }
}

.news-left-content-inner .news-items .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.news-left-content-inner .news-items .news-content {
  padding: 40px;
}

@media (max-width: 1199px) {
  .news-left-content-inner .news-items .news-content {
    padding: 28px;
  }
}

.news-left-content-inner .news-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 35px;
}

@media (max-width: 1199px) {
  .news-left-content-inner .news-items .news-content ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.news-left-content-inner .news-items .news-content ul li i {
  color: var(--theme-2);
  margin-right: 6px;
}

.news-left-content-inner .news-items .news-content .title {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .news-left-content-inner .news-items .news-content .title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .news-left-content-inner .news-items .news-content .title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .news-left-content-inner .news-items .news-content .title {
    font-size: 20px;
  }
}

.news-left-content-inner .news-items .news-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.news-left-content-inner .news-items .news-content .title a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}

.news-left-content-inner .news-items .news-content p {
  margin-top: 10px;
}

.news-left-content-inner .news-items .news-content .theme-btn {
  margin-top: 30px;
  background: transparent;
  border: 1px solid #D8DDE1;
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: #F8F7F3;
  margin-bottom: 30px;
  border-radius: 20px;
}

@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget {
    padding: 28px;
  }
}

.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 15px;
}

.main-sidebar .single-sidebar-widget .wid-title .title {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
}

.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 10px;
  border: 1px solid #D8DDE1;
}

.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-2);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: #54595F;
  font-family: "Public Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  background-color: var(--white);
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #D8DDE1;
}

@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
    font-size: 14px;
    padding: 20px 22px;
  }
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a .arrow {
  transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a .arrow i {
  color: var(--theme-2);
  transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  background-color: var(--theme-2);
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a .arrow i {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 4px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  font: 16px;
  font-weight: 400;
  color: #54595F;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content .title-2 {
  font-size: 18px;
  font-weight: 500;
  max-width: 214px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content .title-2 a:hover {
  color: var(--theme-2);
}

.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  background: var(--white);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  color: var(--text);
  border-radius: 10px;
}

.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

.news-details-content-area .news-details-content {
  border: 1px solid rgb(208, 208, 208);
  border-radius: 20px;
}

.news-details-content-area .news-details-content .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
}

.news-details-content-area .news-details-content .content {
  padding: 20px 30px;
  padding-bottom: 40px;
}

.news-details-content-area .news-details-content .content .date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.news-details-content-area .news-details-content .content .date-list li i {
  margin-right: 10px;
}

.news-details-content-area .news-details-content .content .title {
  font-size: 36px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .title {
    font-size: 25px;
  }
}

.news-details-content-area .news-details-content .content .text {
  font-size: 18px;
}

@media (max-width: 1399px) {
  .news-details-content-area .news-details-content .content .text {
    font-size: 16px;
  }
}

.news-details-content-area .news-details-content .content .sideber {
  border-radius: 20px;
  border: 1px solid rgb(208, 208, 208);
  padding: 30px 40px;
  margin-top: 40px;
  background-color: rgb(247, 248, 237);
}

@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .sideber {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px;
  }
}

.news-details-content-area .news-details-content .content .sideber .text-2 {
  max-width: 710px;
}

.news-details-content-area .news-details-content .content .sideber .info-item-area {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 20px;
}

.news-details-content-area .news-details-content .content .sideber .info-item-area .client-info .title-2 {
  font-size: 18px;
  font-weight: 500;
}

.news-details-content-area .news-details-content .content .sideber .info-item-area .client-info span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  display: inline-block;
}

.news-details-content-area .news-details-content .content .title-3 {
  margin-top: 54px;
  font-size: 24px;
  font-weight: 500;
}

.news-details-content-area .news-details-content .content .text-3 {
  font-size: 20px;
}

@media (max-width: 1399px) {
  .news-details-content-area .news-details-content .content .text-3 {
    font-size: 16px;
  }
}

.news-details-content-area .news-details-content .content .farming-list {
  margin-top: 30px;
}

.news-details-content-area .news-details-content .content .farming-list li {
  display: flex;
  gap: 10px;
}

.news-details-content-area .news-details-content .content .farming-list li .title-2 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(12, 47, 37);
}

@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .farming-list li .title-2 {
    font-size: 16px;
  }
}

.news-details-content-area .news-details-content .content .farming-list li:not(:last-child) {
  margin-bottom: 15px;
}

.news-details-content-area .news-details-content .content .news-details-thumb {
  margin-top: 30px;
}

.news-details-content-area .news-details-content .content .news-details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.news-details-content-area .news-details-content .content .tagcloub-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgb(208, 208, 208);
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .tagcloub-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.news-details-content-area .news-details-content .content .tagcloub-area .tag-items {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .tagcloub-area .tag-items {
    flex-wrap: wrap;
  }
}

.news-details-content-area .news-details-content .content .tagcloub-area .tag-items a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  background: rgb(245, 241, 234);
  font-family: "Bricolage Grotesque", sans-serif;
  text-transform: capitalize;
  border-radius: 10px;
  color: rgb(63, 90, 82);
  border: 1px solid rgb(208, 208, 208);
}

.news-details-content-area .news-details-content .content .tagcloub-area .tag-items a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

.news-details-content-area .news-details-content .content .tagcloub-area .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-details-content-area .news-details-content .content .tagcloub-area .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
  border: 1px solid rgb(208, 208, 208);
}

.news-details-content-area .news-details-content .content .tagcloub-area .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

.news-details-content-area .news-details-content .content .soil-from {
  background-color: rgb(247, 248, 237);
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 790px;
  margin-top: 35px;
  border-radius: 20px;
}

@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .soil-from {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.news-details-content-area .news-details-content .content .soil-from .first-from {
  display: flex;
  align-items: center;
  gap: 20px;
}

.news-details-content-area .news-details-content .content .soil-from .first-from .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--white);
  color: var(--header);
  border-radius: 50%;
}

.news-details-content-area .news-details-content .content .soil-from .first-from .title-6 {
  font-size: 18px;
  font-weight: 500;
  max-width: 117px;
}

.news-details-content-area .news-details-content .content .soil-from .line {
  height: 52px;
  width: 1px;
  background-color: rgb(199, 220, 73);
}

@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .soil-from .line {
    display: none;
  }
}

.news-details-content-area .news-details-content .content .soil-from .sec-from {
  display: flex;
  align-items: center;
  gap: 20px;
}

.news-details-content-area .news-details-content .content .soil-from .sec-from .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--white);
  color: var(--header);
  border-radius: 50%;
}

.news-details-content-area .news-details-content .content .soil-from .sec-from .title-6 {
  font-size: 18px;
  font-weight: 500;
  max-width: 100px;
  text-align: right;
}

.news-details-content-area .title-7 {
  font-size: 46px;
  font-weight: 500;
  margin-top: 70px;
}

@media (max-width: 1199px) {
  .news-details-content-area .title-7 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .news-details-content-area .title-7 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .news-details-content-area .title-7 {
    font-size: 30px;
  }
}

.news-details-content-area .comment-box-area {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  background-color: rgb(247, 248, 237);
  padding: 30px;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 575px) {
  .news-details-content-area .comment-box-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.news-details-content-area .comment-box-area .comment-content .title-8 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.news-details-content-area .comment-box-area .reply {
  padding: 7px 30px;
  font-weight: 400;
  border: 1px solid rgb(16, 85, 31);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 999px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.news-details-content-area .comment-box-area .reply:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

.news-details-content-area .news-details-contact-box {
  margin-top: 80px;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 20px;
  padding: 40px;
}

@media (max-width: 575px) {
  .news-details-content-area .news-details-contact-box {
    padding: 28px;
  }
}

.news-details-content-area .news-details-contact-box .title-9 {
  font-size: 24px;
  margin-bottom: 20px;
}

.news-details-content-area .news-details-contact-box .form-clt {
  position: relative;
}

.news-details-content-area .news-details-contact-box .form-clt input,
.news-details-content-area .news-details-contact-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--header);
  border-radius: 10px;
  border: 1px solid rgb(216, 221, 225);
  background: var(--white);
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.news-details-content-area .news-details-contact-box .form-clt input::placeholder,
.news-details-content-area .news-details-contact-box .form-clt textarea::placeholder {
  color: var(--header);
}

.news-details-content-area .news-details-contact-box .form-clt textarea {
  padding-bottom: 120px;
  border-radius: 10px;
}

.news-details-content-area .news-details-contact-box .theme-btn {
  background-color: var(--theme-2);
  color: var(--white);
  border-radius: 10px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

.news-details-content-area .news-details-contact-box .theme-btn::before {
  background-color: var(--theme);
}

.news-details-content-area .news-details-contact-box .theme-btn:hover {
  color: var(--header);
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 30px;
}

@media (max-width: 991px) {
  .marquee {
    gap: 20px;
  }
}

.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

@media (max-width: 991px) {
  .marquee .marquee-group {
    gap: 20px;
  }
}

.marquee .marquee-thumb {
  display: flex;
  align-items: center;
  gap: 40px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
  .marquee .marquee-thumb {
    gap: 20px;
  }
}

.marquee .marquee-thumb .thumb.style-2 {
  opacity: 0.2;
}

.marquee .marquee-thumb .thumb img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .marquee .marquee-thumb .thumb img {
    width: 60px;
    height: 60px;
  }
}

.marquee .marquee-thumb .text {
  font-weight: 500;
  font-size: 150px;
  color: #D0D0D0;
  font-family: "Bricolage Grotesque", sans-serif;
  transition: all 0.4s ease-in-out;
  line-height: 120%;
}

@media (max-width: 991px) {
  .marquee .marquee-thumb .text {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .marquee .marquee-thumb .text {
    font-size: 80px;
  }
}

.marquee .marquee-thumb .text.style-2 {
  color: #10551F;
  opacity: 0.2;
}

.marquee-section {
  padding: 50px 0;
}

.marquee-section-2 {
  padding: 15px 0;
}

.marquee-section-3 {
  padding: 80px 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.faq-section-2 {
  position: relative;
  z-index: 9;
  border-radius: 30px;
  margin: 0 40px;
  padding: 40px;
}

@media (max-width: 1600px) {
  .faq-section-2 {
    margin: 0 30px;
    padding: 30px;
  }
}

@media (max-width: 1399px) {
  .faq-section-2 {
    margin: 0 25px;
    padding: 25px;
  }
}

@media (max-width: 1199px) {
  .faq-section-2 {
    margin: 0 20px;
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .faq-section-2 {
    margin: 0 16px;
    padding: 20px;
  }
}

.faq-section-2 .faq-thumb-items {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 758px;
}

@media (max-width: 767px) {
  .faq-section-2 .faq-thumb-items {
    height: 600px;
  }
}

.faq-section-2 .faq-thumb-items.style-width-one {
  width: 768px;
}

@media (max-width: 1899px) {
  .faq-section-2 .faq-thumb-items.style-width-one {
    width: initial;
  }
}

.faq-section-2 .faq-thumb-items img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.faq-section-2 .faq-thumb-items .faq-content {
  background-color: var(--theme-2);
  text-align: center;
  padding: 40px 30px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .faq-section-2 .faq-thumb-items .faq-content {
    bottom: 25px;
    left: 25px;
    right: 25px;
    padding: 25px;
  }
}

.faq-section-2 .faq-thumb-items .faq-content .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 6px;
  background-color: var(--theme-3);
  margin: 0 auto;
}

.faq-section-2 .faq-thumb-items .faq-content .icon img {
  width: initial;
  height: initial;
}

.faq-section-2 .faq-thumb-items .faq-content .title {
  font-size: 30px;
  font-weight: 500;
  color: var(--white);
  max-width: 216px;
  margin: 30px auto 10px;
}

@media (max-width: 767px) {
  .faq-section-2 .faq-thumb-items .faq-content .title {
    font-size: 24px;
  }
}

.faq-section-2 .faq-thumb-items .faq-content p {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--white);
  max-width: 276px;
  margin: 0 auto;
}

.faq-section-2 .faq-thumb-items .faq-content .theme-btn {
  margin-top: 30px;
}

.faq-section-2 .faq-thumb-items .faq-content .theme-btn::before {
  background-color: var(--header);
}

.faq-section-2 .faq-shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq-content-2 {
  margin-left: 40px;
  max-width: 700px;
}

@media (max-width: 1600px) {
  .faq-content-2 {
    margin-left: 0;
  }

  .faq-content-2 .section-title br {
    display: none;
  }
}

.faq-content-2 .faq-right-items-style-2 {
  margin-top: 30px;
}

.faq-content-2.style-contents-ones {
  margin-left: 85px;
}

@media (max-width: 1899px) {
  .faq-content-2.style-contents-ones {
    margin-left: 50px;
  }
}

@media (max-width: 1399px) {
  .faq-content-2.style-contents-ones {
    margin-left: 0;
  }
}

.faq-content-2 .accordion-box {
  position: relative;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .faq-content-2 .accordion-box {
    margin-top: 30px;
  }
}

.faq-content-2 .accordion-box .block {
  position: relative;
  background-color: transparent;
  margin-bottom: 28px;
  line-height: 1;
  border-radius: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(219, 219, 219);
}

.faq-content-2 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 22px;
  color: var(--header);
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  cursor: pointer;
  transition: all 500ms ease;
  text-transform: capitalize;
}

@media (max-width: 1399px) {
  .faq-content-2 .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}

@media (max-width: 470px) {
  .faq-content-2 .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}

.faq-content-2 .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 16px;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
}

.faq-content-2 .accordion-box .block .acc-btn .icon:before {
  content: "\f067";
  font-weight: 900;
}

.faq-content-2 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}

@media (max-width: 470px) {
  .faq-content-2 .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}

.faq-content-2 .accordion-box .block .acc-content .content {
  position: relative;
}

.faq-content-2 .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(22, 51, 59, 0.8);
  max-width: 560px;
}

@media (max-width: 1199px) {
  .faq-content-2 .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}

@media (max-width: 470px) {
  .faq-content-2 .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}

.faq-content-2 .accordion-box .block .acc-content.current {
  display: block;
}

.faq-content-2 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}

.faq-content-2 .accordion-box .block:last-child {
  margin-bottom: 0;
}

.faq-content-2 .active-block {
  background-color: transparent !important;
}

.faq-content-2 .active-block .acc-btn {
  color: var(--header) !important;
}

.faq-content-2 .active-block .text {
  color: rgb(84, 89, 95) !important;
}

.faq-content-2 .active-block .icon {
  color: var(--theme-3) !important;
}

.faq-content-2 .active-block .icon:before {
  content: "\f068";
  color: var(--theme-3);
}

.faq-left-items-inner {
  margin-top: -40px;
}

@media (max-width: 1199px) {
  .faq-left-items-inner {
    margin-top: 0;
  }
}

.faq-left-items-inner .faq-text {
  margin-top: 15px;
}

.faq-left-items-inner .faq-right-items-inner {
  margin-top: 30px;
}

.faq-left-items-inner.styles-inners-1 {
  max-width: 662px;
}

@media (max-width: 1399px) {
  .faq-left-items-inner.styles-inners-1 {
    max-width: 550px;
  }
}

@media (max-width: 1199px) {
  .faq-left-items-inner.styles-inners-1 {
    max-width: initial;
  }
}

.faq-left-items-inner .accordion-box {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid rgb(219, 219, 219);
  padding-top: 28px;
}

@media (max-width: 767px) {
  .faq-left-items-inner .accordion-box {
    margin-top: 30px;
  }
}

.faq-left-items-inner .accordion-box .block {
  position: relative;
  background-color: transparent;
  margin-bottom: 28px;
  line-height: 1;
  border-radius: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(219, 219, 219);
}

.faq-left-items-inner .accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  color: var(--header);
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  cursor: pointer;
  transition: all 500ms ease;
  text-transform: capitalize;
}

@media (max-width: 1399px) {
  .faq-left-items-inner .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}

@media (max-width: 470px) {
  .faq-left-items-inner .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}

.faq-left-items-inner .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 16px;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
}

.faq-left-items-inner .accordion-box .block .acc-btn .icon:before {
  content: "\f067";
  font-weight: 900;
}

.faq-left-items-inner .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}

@media (max-width: 470px) {
  .faq-left-items-inner .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}

.faq-left-items-inner .accordion-box .block .acc-content .content {
  position: relative;
}

.faq-left-items-inner .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 400;
  color: rgb(84, 89, 95);
}

@media (max-width: 1199px) {
  .faq-left-items-inner .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}

@media (max-width: 470px) {
  .faq-left-items-inner .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}

.faq-left-items-inner .accordion-box .block .acc-content.current {
  display: block;
}

.faq-left-items-inner .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}

.faq-left-items-inner .accordion-box .block:last-child {
  margin-bottom: 0;
}

.faq-left-items-inner .active-block {
  background-color: transparent !important;
}

.faq-left-items-inner .active-block .acc-btn {
  color: var(--header) !important;
}

.faq-left-items-inner .active-block .text {
  color: rgb(84, 89, 95) !important;
}

.faq-left-items-inner .active-block .icon {
  color: var(--theme-3) !important;
}

.faq-left-items-inner .active-block .icon:before {
  content: "\f068";
  color: var(--theme-3);
}

.faq-section-inner {
  position: relative;
}

.faq-section-inner .faq-thumb-inner {
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  width: 43%;
  height: 655px;
}

@media (max-width: 1199px) {
  .faq-section-inner .faq-thumb-inner {
    width: 100%;
    height: 660px;
    position: static;
    margin-top: 30px;
    padding: 0 30px;
  }
}

@media (max-width: 575px) {
  .faq-section-inner .faq-thumb-inner {
    height: 450px;
  }
}

.faq-section-inner .faq-thumb-inner img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.faq-left-items-inner-2 .faq-text {
  margin-top: 15px;
}

.faq-left-items-inner-2 .faq-icon-area {
  background-color: #F8F7F3;
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
}

.faq-left-items-inner-2 .faq-icon-area .icon-items {
  display: flex;
  gap: 20px;
}

.faq-left-items-inner-2 .faq-icon-area .icon-items .icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-2);
  color: var(--theme);
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
}

.faq-left-items-inner-2 .faq-icon-area .icon-items .content .title {
  font-size: 24px;
  font-weight: 500;
}

.faq-left-items-inner-2 .faq-icon-area .icon-items .content p {
  text-transform: capitalize;
  margin-top: 10px;
}

.faq-left-items-inner-2 .faq-icon-area .theme-btn {
  margin-top: 30px;
  width: 100%;
  max-width: 466px;
  text-align: center;
}

.faq-right-items-inner-two {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .faq-right-items-inner-two {
    margin-left: 0;
  }
}

.faq-right-items-inner-two .accordion-box {
  position: relative;
}

.faq-right-items-inner-two .accordion-box .block {
  position: relative;
  background-color: transparent;
  margin-bottom: 28px;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 10px;
  margin-bottom: 28px;
}

.faq-right-items-inner-two .accordion-box .block .acc-btn {
  position: relative;
  font-size: 22px;
  color: var(--header);
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  cursor: pointer;
  transition: all 500ms ease;
  text-transform: capitalize;
  padding: 24px 24px;
}

@media (max-width: 1399px) {
  .faq-right-items-inner-two .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}

@media (max-width: 470px) {
  .faq-right-items-inner-two .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}

.faq-right-items-inner-two .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 24px;
  top: 28px;
  font-size: 16px;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
}

.faq-right-items-inner-two .accordion-box .block .acc-btn .icon:before {
  content: "\f067";
  font-weight: 900;
}

.faq-right-items-inner-two .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 20px 24px 24px;
  border-top: 1px solid rgba(219, 219, 219, 0.2);
}

.faq-right-items-inner-two .accordion-box .block .acc-content .content {
  position: relative;
}

.faq-right-items-inner-two .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 400;
  color: rgb(181, 181, 181);
}

@media (max-width: 1199px) {
  .faq-right-items-inner-two .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}

@media (max-width: 470px) {
  .faq-right-items-inner-two .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}

.faq-right-items-inner-two .accordion-box .block .acc-content.current {
  display: block;
}

.faq-right-items-inner-two .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}

.faq-right-items-inner-two .accordion-box .block:last-child {
  margin-bottom: 0;
}

.faq-right-items-inner-two .active-block {
  background-color: #0F541E !important;
}

.faq-right-items-inner-two .active-block .acc-btn {
  color: var(--white) !important;
}

.faq-right-items-inner-two .active-block .icon {
  color: var(--white) !important;
}

.faq-right-items-inner-two .active-block .icon:before {
  content: "\f068";
  color: var(--white);
}

.faq-right-items-inner-two.style-ss-details {
  margin-left: 0;
  margin-top: 30px;
}

.faq-right-items-inner-two.style-ss-details .text {
  margin-top: 0 !important;
  max-width: 670px;
}

.cta-content-items .section-title .sub-title {
  color: var(--theme);
}

@media (max-width: 767px) {
  .cta-content-items {
    text-align: center;
  }
}

.cta-content-items .theme-btn {
  margin-top: 50px;
}

.cta-content-items .cta-text-items {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 50px;
  margin-top: 110px;
}

@media (max-width: 767px) {
  .cta-content-items .cta-text-items {
    margin-top: 50px;
  }
}

.cta-content-items .cta-text-items .cta-items .title {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.cta-content-items .cta-text-items .cta-items p {
  color: var(--white);
  max-width: 349px;
}

@media (max-width: 767px) {
  .cta-content-items .cta-text-items .cta-items p {
    margin: 0 auto;
  }
}

.cta-section {
  position: relative;
  z-index: 9;
}

.cta-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(15, 84, 30, 0.2);
}

.cta-outdoor-content-3 .section-title .sub-title {
  color: var(--theme);
}

.cta-outdoor-content-3 .cta-text {
  margin-top: 15px;
  color: var(--white);
}

.cta-outdoor-content-3 .theme-btn {
  margin-top: 30px;
}

.cta-outdoor-thumb {
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .cta-outdoor-thumb {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .cta-outdoor-thumb {
    max-width: 400px;
    margin: 0 auto;
  }
}

.cta-outdoor-thumb img {
  width: 100%;
  height: 100%;
}

.cta-outdoor-thumb .cta-outdoor-shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 31%;
  right: 0;
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .cta-outdoor-thumb .cta-outdoor-shape-1 {
    left: 41%;
  }
}

@media (max-width: 1199px) {
  .cta-outdoor-thumb .cta-outdoor-shape-1 img {
    width: initial;
    height: initial;
  }
}

.cta-outdoor-section-3 {
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .cta-outdoor-section-3 {
    padding-top: 100px;
    text-align: center;
  }
}

.cta-outdoor-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(15, 84, 30, 0.6);
}

.cta-banner-section-3 {
  padding-top: 247px;
  padding-bottom: 120px;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .cta-banner-section-3 {
    padding-top: 120px;
  }
}

.cta-banner-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(15, 84, 30, 0.3);
}

.cta-banner-section-3 .container {
  max-width: 1680px;
}

.cta-section-3 {
  padding-top: 408px;
  padding-bottom: 120px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1600px) {
  .cta-section-3 {
    padding-top: 300px;
  }
}

@media (max-width: 1199px) {
  .cta-section-3 {
    padding-top: 200px;
  }
}

.cta-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: rgba(15, 84, 30, 0.6);
}

.cta-section-3 .cta-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cta-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .cta-wrapper-3 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}

.cta-wrapper-3 .cta-left-content .section-title .sub-title {
  color: var(--theme);
}

.cta-wrapper-3 .cta-left-content .icon-area {
  margin-top: 25px;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .cta-wrapper-3 .cta-left-content .icon-area {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

.cta-wrapper-3 .cta-left-content .icon-area p {
  color: var(--white);
  max-width: 620px;
}

.cta-wrapper-3 .video-btn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--theme);
  color: var(--theme-2);
  display: inline-block;
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 11;
}

@media (max-width: 767px) {
  .cta-wrapper-3 .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
}

.cta-wrapper-3 .circle-image {
  display: none;
}

.cta-wrapper-3 .circle-image img {
  animation: cir36 10s linear infinite;
}

.cta-banner-items-3 {
  background: rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(23.5px);
  border-radius: 20px;
  padding: 10px;
  max-width: 320px;
}

@media (max-width: 1399px) {
  .cta-banner-items-3 {
    margin: 0 auto;
  }
}

.cta-banner-items-3 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.cta-banner-items-3 .content {
  padding: 15px;
}

.cta-banner-items-3 .content p {
  color: var(--white);
}

.cta-banner-items-3 .content .bottom-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cta-banner-items-3 .content .bottom-items .counter-title {
  color: var(--white);
  font-size: 46px;
  font-weight: 600;
  margin-top: 15px;
}

.cta-banner-items-3 .content .bottom-items .text {
  font-size: 16px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
  display: block;
  margin-top: 35px;
}

.mission-section-inner {
  position: relative;
  z-index: 9;
  margin-top: 50px;
}

@media (max-width: 1600px) {
  .mission-section-inner {
    margin-top: 0;
    overflow: hidden;
  }
}

.mission-section-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(15, 84, 30, 0.6);
}

.mission-section-inner .mission-thumb {
  position: absolute;
  bottom: 0;
  left: 50px;
}

@media (max-width: 1600px) {
  .mission-section-inner .mission-thumb {
    max-width: 650px;
    left: -40px;
  }

  .mission-section-inner .mission-thumb img {
    width: 100%;
  }
}

@media (max-width: 1399px) {
  .mission-section-inner .mission-thumb {
    max-width: 550px;
    left: -40px;
  }

  .mission-section-inner .mission-thumb img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .mission-section-inner .mission-thumb {
    display: none;
  }
}

.mission-section-inner .cta-outdoor-shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 80px;
}

@media (max-width: 1600px) {
  .mission-section-inner .cta-outdoor-shape-1 {
    left: -200px;
  }
}

@media (max-width: 1199px) {
  .mission-section-inner .cta-outdoor-shape-1 {
    display: none;
  }
}

.mission-content-inner {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .mission-content-inner {
    margin-left: 0;
    text-align: center;
  }
}

.mission-content-inner .section-title .sub-title {
  color: var(--theme);
}

.mission-content-inner p {
  color: #B5B5B5;
}

.mission-content-inner .theme-btn {
  margin-top: 35px;
}

.contact-left-content {
  margin-right: 70px;
}

@media (max-width: 1199px) {
  .contact-left-content {
    margin-right: 0;
  }
}

.contact-left-content .section-title .sub-title {
  color: var(--theme);
}

.contact-left-content .contact-text {
  margin-top: 15px;
  color: var(--white);
  border-bottom: 1px solid rgba(219, 219, 219, 0.5);
  padding-bottom: 30px;
}

.contact-left-content .icon-items {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-left-content .icon-items .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  background-color: var(--theme);
  font-size: 25px;
  color: var(--theme-2);
}

.contact-left-content .icon-items .content p {
  font-size: 22px;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
}

.contact-left-content .icon-items .content p a {
  color: var(--white);
}

.contact-left-content .icon-items:hover .icon i {
  animation: wobble 1.5s ease-in-out;
}

.contact-form-box-2 {
  border-radius: 20px;
  background: var(--white);
  /* padding: 50px; */
}

@media (max-width: 1199px) {
  .contact-form-box-2 {
    padding: 40px 30px;
  }
}

.contact-form-box-2 .title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .contact-form-box-2 .title {
    font-size: 25px;
  }
}

.contact-form-box-2 .form-clt input,
.contact-form-box-2 .form-clt textarea {
  line-height: 1;
  padding: 15px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 6px;
  border: 1px solid #5b5b5b87;
  /* background: #F8F7F3;*/
}

.contact-form-box-2 .form-clt textarea {
  padding-bottom: 100px;
}

.contact-section-3 {
  background-color: #0F541E;
  position: relative;
  z-index: 9;
}

.contact-section-3 .contact-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.2;
}

.contact-content-3 {
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .contact-content-3 {
    margin-left: 0;
  }
}

.contact-content-3 .section-title .sub-title {
  color: var(--theme);
}

.contact-content-3 .contact-text {
  margin-top: 15px;
  color: #B5B5B5;
  text-transform: capitalize;
}

.contact-content-3 .icon-items-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 470px) {
  .contact-content-3 .icon-items-area {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}

.contact-content-3 .icon-items-area .icon {
  max-width: 70px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 10px;
}

.contact-content-3 .icon-items-area .content .title {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

.contact-content-3 .icon-items-area .content .text-2 {
  color: #B5B5B5;
  max-width: 450px;
  margin-top: 5px;
}

.contact-content-3 .icon-items-area:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.contact-content-3 .icon-items-area.style-2 {
  margin-top: 20px;
}

.contact-content-3 .contact-bottom-items {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1399px) {
  .contact-content-3 .contact-bottom-items {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.contact-content-3 .contact-bottom-items .icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-content-3 .contact-bottom-items .icon-items .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  background-color: var(--theme);
  font-size: 25px;
  color: var(--theme-2);
}

.contact-content-3 .contact-bottom-items .icon-items .content p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
}

.contact-content-3 .contact-bottom-items .icon-items .content p a {
  color: #B5B5B5;
}

.contact-content-3 .contact-bottom-items .icon-items:hover .icon i {
  animation: wobble 1.5s ease-in-out;
}

.contact-section-inner .top-title {
  font-size: 18px;
  font-weight: 500;
}

.contact-left-content-in {
  background-color: #F8F7F3;
  margin-top: 60px;
  padding: 55px 40px;
  border-radius: 30px;
}

@media (max-width: 1399px) {
  .contact-left-content-in {
    margin-top: 30px;
  }
}

.contact-left-content-in .contact-icon-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1399px) {
  .contact-left-content-in .contact-icon-area {
    justify-content: center;
    margin: 30px auto 0;
    max-width: 800px;
  }
}

@media (max-width: 991px) {
  .contact-left-content-in .contact-icon-area {
    flex-wrap: wrap;
  }
}

.contact-left-content-in .contact-icon-area .icon-items {
  display: flex;
  gap: 20px;
  background-color: var(--white);
  display: inline-flex;
  padding: 30px;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
  width: 100%;
}

.contact-left-content-in .contact-icon-area .icon-items .icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-2);
  text-align: center;
  border-radius: 5px;
}

.contact-left-content-in .contact-icon-area .icon-items .content .title-2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}

.contact-left-content-in .contact-icon-area .icon-items .content p {
  max-width: 199px;
  font-size: 14px;
  line-height: 162%;
}

.contact-left-content-in .contact-icon-area.style-2 {
  margin-top: 15px;
}

.contact-left-content-in .social-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .contact-left-content-in .social-area {
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 20px;
    justify-content: center;
  }
}

.contact-left-content-in .social-area .title-3 {
  font-size: 16px;
  font-weight: 500;
}

.contact-left-content-in .social-area .social-icon {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-left-content-in .social-area .social-icon a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px solid #DBDBDB;
  color: var(--header);
}

.contact-left-content-in .social-area .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--theme);
}

.contact-form-box {
  margin-top: 60px;
  border-radius: 20px;
  background: var(--theme-2);
  padding: 42px 40px 45px;
}

@media (max-width: 1399px) {
  .contact-form-box {
    margin-top: 30px;
    padding: 30px;
  }
}

.contact-form-box .title {
  margin-bottom: 30px;
  color: var(--white);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.contact-form-box .form-clt input,
.contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #F5F5F5;
}

.contact-form-box .form-clt textarea {
  padding-bottom: 140px;
}

.contact-form-box .contact-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .contact-form-box .contact-button {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}

.contact-form-box .contact-button .star-title {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  font-style: italic;
}

.contact-form-box .contact-button .star-title i {
  color: #F9A217;
  margin-right: 8px;
}

.contact-form-box .contact-button .theme-btn::before {
  background-color: var(--header);
}

.google-map-items iframe {
  width: 100%;
  height: 602px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FBF3E6;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 0;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.p-relative {
  position: relative;
}

/* ================================
   Split Text Styles
================================ */
.split-title .word {
  display: inline-block;
  white-space: nowrap;
}

/* char animation */
.split-title .char {
  display: inline-block;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 999;
}

.array-button .array-prev,
.array-button .array-next {
  border: 1px solid #DBDBDB;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

@media (max-width: 991px) {

  .array-button .array-prev,
  .array-button .array-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}

.array-button .array-prev:hover,
.array-button .array-next:hover {
  background-color: #0F541E;
  color: var(--white);
}

@media (max-width: 1199px) {
  .array-button .array-line {
    display: none;
  }
}

.page-nav-wrap {
  margin-top: 60px;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li.active .page-numbers {
  background-color: #0F541E;
  color: var(--white);
  border: 1px solid #0F541E;
}

.page-nav-wrap ul li .page-numbers.current {
  background-color: #0F541E;
  color: var(--header);
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 100px;
  border: 1px solid #D8DDE1;
  background: transparent;
  color: var(--header);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
  background-color: #0F541E;
  color: var(--white);
  border: 1px solid #0F541E;
}

.swiper-dot-2 {
  text-align: center;
}

.swiper-dot-2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: 0.6s;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  border-radius: 8px;
}

.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 18px;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  transition: 0.6s;
  position: relative;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  content: "";
  transform: translate(-50%, -50%);
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1650px;
  }
}

.specifications-section {
  padding: 100px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #15322a;
  line-height: 1.1;
}

.spec-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  border: 1px solid rgb(0 0 0 / 30%);
  transition: .4s ease;
}

.spec-card:hover {
  transform: translateY(-10px);
  box-shadow: inset -1px -2px 20px 3px rgb(0 0 0 / 24%);
}

.spec-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(90deg, #243122, #2c3928, #243122);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.spec-icon i {
  font-size: 30px;
  color: #d1a65d;
}

.spec-title {
  font-size: 20px;
  font-weight: 700;
  color: #15322a;
  line-height: 1.1;

}

.spec-divider {
  border: 0;
  border-top: 1px solid var(--border);
  margin-bottom: 18px;
  opacity: 1;
}

.spec-content {
  color: var(--text);
  line-height: 1.8;
  font-size: 15px;
}

@media(max-width:991px) {
  .section-title h2 {
    font-size: 42px;
  }
}

@media(max-width:767px) {
  .specifications-section {
    padding: 70px 0;
  }

  .section-title h2 {
    font-size: 34px;
  }
}

@media(max-width:575px) {
  .section-title h2 {
    font-size: 28px;
  }
}

:root {
  --primary: #0b5d38;
  --secondary: #eef2ef;
  --border: #d6ddd8;
  --text: #5d6670;
  --bg: #f7f7f5;
}

.abt-text {
  text-align: left;
}

.icon-area .icon i {
  color: #fff;
  font-size: 22px;

}


.master-plan {
  padding: 120px 0;
  background: #efe8dd;
}

.sub-title {
  color: #b88a54;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat-Regular';
}

.section-title2d {
  max-width: 700px;
  margin: 15px auto 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Montserrat';
}

.plan-card {
  position: relative;
  overflow: hidden;
  /* border-radius:15px; */
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  transition: .4s ease;
}

.plan-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.plan-card img {
  width: 100%;
  /* height: 700px; */
  /* object-fit: cover; */
  display: block;
}

.plan-info {
  position: absolute;
  top: 25px;
  right: 25px;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  z-index: 2;
}

.plan-info span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.overlayy {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
}

.plan-card:hover .overlayy {
  opacity: 1;
  visibility: visible;
}

.view-btnas {
  background: #c59d5f;
  color: #fff;
  padding: 7px 30px;
  border-radius: 50px;
  text-decoration: none;
  transform: translateY(20px);
  transition: .4s ease;
  font-weight: 600;
}

.plan-card:hover .view-btnas {
  transform: translateY(0);
}

.view-btnas:hover {
  background: #000;
  color: #fff;
}

@media(max-width:768px) {

  .section-title2d {
    font-size: 24px;
  }

  .plan-card img {
    height: 300px;
  }

  .plan-info {
    top: 15px;
    right: 15px;
    padding: 10px;
  }

}

.service-leaf-shape {
  display: none;
}

.header-left a img {
  width: 100px;
}

.work-process-section {
  background-image: ur;
}

.company-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.company-shape-1 img {
  width: 100px;
}


.company-shape-65 {
  position: absolute;
  top: 0;
  left: 0;
}

.company-shape-65 img {
  width: 100px;
}

.breeze-logo {
  width: 135px;
}


/* ==========================
           HOW IT WORKS SECTION
        ========================== */

.hw-section {
  background: #e9e6de;
  padding: 120px 0px;
}

.hw-header {
  text-align: center;
  margin-bottom: 55px;
}

.hw-title {
  font-size: 42px;
  font-weight: 500;
  color: #5a2741;
  line-height: 1;
  margin-bottom: 14px;
}

.hw-subtitle {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
}

/* Cards */

.hw-card {
  background: #efe8dd;
  position: relative;
  /* min-height:470px; */
  padding: 55px 20px 45px;
  height: calc(100% - 50px);
  text-align: center;
  transition: 0.3s;
}

.hw-icon img {
  width: 35px;
  /* filter: brightness(0.5) invert(1); */
}

.hw-card:hover {
  transform: translateY(-6px);
}

/* Number Badge */

.hw-badge {
  position: absolute;
  top: 0;
  left: 22px;
  width: 50px;
  height: 68px;
  background: #c1a171;
  border-radius: 0 0 28px 28px;
  display: flex;
  justify-content: center;
}

.hw-badge span {
  width: 35px;
  height: 35px;
  background: #efe8dd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-top: 25px;
  color: #222;
}

/* Icon Circle */

.hw-icon {
  width: 90px;
  height: 90px;
  background: #273424;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
  color: #fff;
  font-size: 34px;
}

/* Title */

.hw-card-title {
  font-size: 20px;

  font-weight: 600;
  color: #252525;
  margin-bottom: 20px;
}

/* Text */

.hw-card-text {
  font-size: 15px;
  color: #575757;
  line-height: 1.8;
  max-width: 320px;
  margin: 0 auto 40px;
}

/* Link */

.hw-link {
  text-decoration: none;
  color: #444;
  font-size: 20px;
  font-weight: 400;
}

.hw-link i {
  margin-left: 6px;
  font-size: 18px;
}

/* Match image spacing */

.hw-row {
  row-gap: 30px;
}

@media (min-width:992px) {

  .hw-row {
    --bs-gutter-x: 1.7rem;
  }
}

@media (max-width:991px) {

  .hw-title {
    font-size: 48px;
  }

  .hw-card {
    margin-bottom: 20px;
  }

}

@media (max-width:576px) {

  .hw-title {
    font-size: 40px;
  }

  .hw-subtitle {
    font-size: 15px;
  }

  .hw-card-title {
    font-size: 30px;
  }

  .hw-card-text {
    font-size: 15px;
  }

}


/* ==========================
   WEDIFY FOOTER CSS
========================== */

.footer-section.second {
  background: #283525;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Container */
.footer-section .container {
  /* max-width: 1320px; */
}

/* ==========================
   SHAPES
========================== */

.shape-area img {
  pointer-events: none;
  z-index: 0;
}

.shape-area img:nth-child(1) {
  left: 0;
  top: 52%;
  width: 120px;
}

.shape-area img:nth-child(2) {
  left: 0;
  width: 100px;
}

.shape-area img:nth-child(3) {
  width: 90px;
  left: 56%;
  transform: translateX(-50%);
}

.shape-area img:nth-child(4) {
  width: 90px;
}

/* ==========================
   HEADER
========================== */

.py-10 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.logo {
  width: 55px;
}

.logo-text {
  width: 130px;
}

.social-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-items li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: .3s;
}

.social-items li a:hover {
  color: #fff;
}

.social-items i {
  color: #c1a171;
  font-size: 16px;
}

/* ==========================
   BORDERS
========================== */

.cus-border.second {
  border-color: rgb(255 255 255 / 27%) !important;
}

/* ==========================
   LEFT CONTENT
========================== */

.display-three {
  /* font-family: 'Cormorant Garamond', serif; */
  font-size: 30px;
  line-height: .95;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.display-three span {
  color: #c1a171;
}

.img-area img {
  width: 85px;
  height: 145px;
  object-fit: cover;
  border-radius: 50px;
}

.max-un {
  max-width: unset;
}

.pt-lg-10 {
  padding-top: 55px;
}

/* .pb-lg-15{
    padding-bottom: 80px;
} */

/* ==========================
   BUTTONS
========================== */

.btn-area {
  margin-top: 40px;
  margin-bottom: 20px;
}

.box-style {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: .3s;
  height: 20px;
}

.box-second.second-alt {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.box-second.second-alt:hover {
  background: #c1a171;
  color: #fff;
}

.box-second.third-alt {
  background: #fff;
  color: #fff;
}

.box-second.third-alt:hover {
  background: #612046;
  color: #fff;
}

.material-symbols-outlined {
  font-size: 18px;
}

/* ==========================
   RIGHT SIDE
========================== */

.footer-links {
  padding: 30px;
}

.single-box h4 {
  /* font-family: 'Cormorant Garamond', serif; */
  font-size: 25px;
  color: #c1a171;
  font-weight: 500;
}

.single-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-box ul li {
  margin-bottom: 7px;
}

.single-box ul li a {

  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: .3s;
  font-family: "Public Sans", sans-serif;

}

.single-box ul li a:hover {
  color: #fff;
  padding-left: 5px;
}

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

.footer-bottom {
  border-top: 1px solid rgb(255 255 255 / 26%);
  padding: 35px 0px;
}

.footer-bottom a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: .3s;
}

.footer-bottom a:hover {
  color: #fff;
}

.copyright p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.copyright p a {
  color: #fff;
  text-decoration: none;
}

/* ==========================
   UTILITIES
========================== */

.d-center {
  display: flex;
  align-items: center;
}

.gap-8 {
  gap: 3rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-15 {
  margin-top: 4rem;
}

.pt-20 {
  padding-top: 90px;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:1399px) {

  .display-three {
    font-size: 78px;
  }

}

@media(max-width:1199px) {

  .display-three {
    font-size: 65px;
  }

  .footer-links {
    padding-left: 25px;
  }

}

@media(max-width:991px) {

  .display-three {
    font-size: 55px;
  }

  .footer-links {
    border-left: none !important;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-left: 15px;
  }

  .footer-bottom .border-start {
    border-left: 0 !important;
  }

}

@media(max-width:767px) {

  .display-three {
    font-size: 42px;
  }

  .btn-area {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .box-style {
    width: 100%;
    justify-content: center;
  }

  .social-items {
    justify-content: center !important;
  }

  .footer-bottom {
    text-align: center;
  }

}

@media(max-width:575px) {

  .display-three {
    font-size: 36px;
    line-height: 1.1;
  }

  .single-box h4 {
    font-size: 34px;
  }

  .social-items li a span {
    display: none;
  }

}

.foot-logoo img {
  width: 180px;
}

.contact-section {
  background: #efe8dd;
}

.frame7 {
  margin-bottom: -10px !important;
}


:root {
  --primary: #A3471B;
  --cream: #E7CFAC;
  --text: #2E2E2E;
  --border: #9A8A71;
}


.location-wrapper {
  background: #efe8dd;
  padding: 120px 0;
}

/* .location-card{
    background:var(--cream);
    border:3px solid rgba(255,255,255,.25);
    padding:45px 35px;
    position:relative;
} */

.section-title {
  color: #fff;
  /* text-align:center; */
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 35px;
}

.location-col-left {
  padding-right: 0px;
  border-right: 1px dashed #c1a171;
}

.location-col-right {
  padding-left: 0px;
}

.info-box {
  margin-bottom: 1px;
  padding-left: 0px;

}

.info-box:last-child {
  margin-bottom: 0;
}

.info-box h3 {
  font-size: 22px;
  font-weight: 800;
  color: #273424;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat';
}

.info-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-box ul li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
  font-weight: 500;
  font-family: 'Montserrat';
  padding-right: 15px;
}

.info-box ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.divider {
  border-top: 1px dashed #c1a171;
  margin: 20px 0;
}

@media(max-width:991px) {

  .location-col-left {
    border-right: none;
    padding-right: 0;
    margin-bottom: 35px;
  }

  .location-col-right {
    padding-left: 0;
  }

  .section-title {
    font-size: 36px;
  }
}

@media(max-width:767px) {

  .section-title {
    font-size: 28px;
  }

  .location-card {
    padding: 25px 20px;
  }

  .info-box h3 {
    font-size: 20px;
  }

  .info-box ul li {
    font-size: 16px;
  }
}

.work-shape-1 img {
  width: 150px;
}


.realestate-banner {
  position: relative;
  min-height: 900px;
  background: url('../imz1/temple-breeze-highlights-bg.webp') center center/cover no-repeat;
  overflow: hidden;
}

.realestate-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background:rgba(50,0,25,0.55); */
}

.realestate-banner::after {
  /* content: '';
  position: absolute;
  inset: 0;
  background:linear-gradient(
        90deg,
        rgba(45,0,25,0.85) 0%,
        rgba(45,0,25,0.55) 35%,
        rgba(45,0,25,0.15) 60%,
        rgba(45,0,25,0.55) 100%
    ); */
}

.re-container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero-content {
  padding-top: 90px;
}

.hero-title {
  font-family: 'Montserrat';
  color: #d8b06c;
  font-size: 40px;
  /* font-style: italic; */
  line-height: 1.1;
  font-weight: 500;
}

.highlight-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  background: rgb(39 52 36 / 38%);
  padding: 40px 0;
}

.highlight-box {
  text-align: center;
  color: #d8b06c;
}

.highlight-icon {
  font-size: 38px;
  margin-bottom: 12px;
  display: block;
}

.highlight-text {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
}

.project-title {
  display: inline-block;
  background: #d8b06c;
  color: #3b0a24;
  padding: 8px 20px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 25px 0;
  font-family: 'Montserrat';
}

.project-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.project-line::before,
.project-line::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #8d6a50;
}

.left-highlights,
.right-highlights {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.icon-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media(max-width:991px) {

  .realestate-banner {
    min-height: auto;
  }

  .hero-content {
    text-align: center;
    padding: 60px 20px;
  }

  .hero-title {
    font-size: 42px;
  }

  .highlight-strip {
    position: relative;
    bottom: auto;
  }

  .icon-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media(max-width:576px) {

  .hero-title {
    font-size: 34px;
  }

  .icon-row {
    grid-template-columns: 1fr;
  }

  .highlight-strip {
    padding: 30px 15px;
  }
}

.bg-pattern {
  background-image: url(../imz1/pattern.png);
  background-size: 100%;
}

.margin-5 {
  margin-top: 57px;
}

.copy-text {
  color: #fff;
}

.work-process-box-items .icon img {
  width: 60px;
}

.contact-imz img {
  width: 580px;
}

.mobile-nav-menu li a {
  color: #fff;
}


.mobile-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  padding: 9px 0;
}

.mobile-nav-menu li a i {
  color: #c09855;
  font-size: 18px;
  width: 20px;
}

.offcanvas__wrapper {
  padding: 20px;
  background: linear-gradient(135deg, #032d25, #063329, #05241e);
}




.location-master-row .info-box h3 {
  color: #b1833f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 5px;
}

.location-master-row .info-box h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #0F541E;
}

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

.location-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.location-list li:last-child {
  border-bottom: none;
}

.location-list li span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.location-list li strong {
  color: #0F541E;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.divider {
  /* height: 10px; */
}

@media(max-width: 767px) {
  .location-col-right {
    margin-top: 30px;
  }

  .location-list li {
    font-size: 14px;
  }

  .location-list li strong {
    font-size: 14px;
  }
}


/* ==========================
       Floating Contact Button
    ========================== */

.sp-floating-contact {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 60px;
  background: linear-gradient(135deg, #032d25, #063329, #05241e);
  border: 1px solid #ffffff;
  border-radius: 45px;
  overflow: hidden;
  z-index: 99999;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.sp-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 75px;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.sp-contact-item:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.sp-contact-item i {
  color: #f7f5ec;
  font-size: 16px;
  margin-bottom: 0;
}

.sp-contact-item span {
  font-size: 10px;
  /* font-weight:600; */
  /* letter-spacing: 1px; */
  color: #f7f5ec;
}

.sp-divider {
  width: 65%;
  height: 1px;
  background: rgba(255, 255, 255, .4);
  margin: auto;
}

/* ==========================
       Sidebar Form
    ========================== */

.sp-sidebar-form {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 320px;
  background: #f7f5ec;
  padding: 25px;
  box-shadow: -5px 0 25px rgba(0, 0, 0, .15);
  transition: .4s ease;
  z-index: 99998;
}

.sp-sidebar-form.show {
  right: 110px;
}

.sp-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #777;
}

.sp-sidebar-title {
  text-align: center;
  color: #273424;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 23px;
}

.sp-input-field {
  width: 100%;
  /* height: 50px; */
  padding: 0;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 25px;
  outline: none;
  font-size: 15px;
  background: transparent;
  font-family: 'Montserrat-Regular';
  border: none;
}

.sp-textarea {
  height: 100px;
  padding-top: 12px;
  resize: none;
  padding: 0;
}

/* .sp-input-field:focus{
        border-color:#f4b400;
        box-shadow:0 0 5px rgba(244,180,0,.4);
    } */

.sp-submit-btn {
  width: 100%;
  height: 40px;
  border: none;
  background: #273424;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat-Regular';
}

.sp-submit-btn:hover {
  background: #00356a;
}

@media(max-width:768px) {
  .sp-contact-item span {
    font-size: 10px;
    /* font-weight: 600; */
    letter-spacing: 0;
  }

  .sp-floating-contact {
    width: 50px;
    right: 10px;
  }

  .sp-sidebar-form {
    width: 90%;
    right: -100%;
  }

  .sp-sidebar-form.show {
    right: 5%;
  }
}

.pop-up-btn {
  padding: 10px;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}


#chat-bot-message-container .overflow {
  display: none;
}


/* whats app icon start */


/* ===== WhatsApp Floating Button ===== */

.ec-whatsapp-btn {
  position: fixed;
  left: 20px;
  /* Left Bottom */
  bottom: 20px;
  z-index: 99999;
}

.ec-whatsapp-btn a {
  text-decoration: none;
}

.ec-whatsapp-icon {
  width: 65px;
  height: 65px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: ec-pulse 1.8s infinite;
}

.ec-whatsapp-icon img {
  width: 45px;
  object-fit: contain;
}

/* Pulse Animation */

@keyframes ec-pulse {

  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Mobile */

@media(max-width:767px) {

  .ec-whatsapp-btn {
    left: 15px;
    bottom: 15px;
  }

  .ec-whatsapp-icon {
    width: 58px;
    height: 58px;
  }

  .ec-whatsapp-icon img {
    width: 30px;
    height: 30px;
  }
}

/* whats app icon end */


.col-r-1 {
  padding-left: 15px !important;
}

.location-container {
  max-width: 1750px;
}



/* popup wrapper */

.enq-popup-container {
  width: 92%;
  max-width: 660px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .15);
}

.enq-popup-inner {
  border: 2px solid var(--enq-primary);
  border-radius: 10px;
  padding: 25px 22px 30px;
  position: relative;
}

/* close button */

.enq-popup-close {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background: var(--enq-primary);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

/* heading */

.enq-popup-heading {
  text-align: center;
  margin-bottom: 35px;
}

.enq-popup-title {
  font-family: 'Playfair Display', serif;
  color: var(--enq-primary);
  font-size: 26px !important;
  margin-bottom: 8px;
}

.enq-popup-line {
  width: 48px;
  height: 2px;
  background: var(--enq-primary);
  margin: auto;
}

.modal {
  z-index: 999999;
  background: rgb(0 0 0 / 64%);

}

.form-control {
  background-color: #ffffff00;
  border-bottom: 1px solid #af8d60 !important;
  border-radius: 0;
}

.opt-form {
  border: none;
  font-family: 'Montserrat';
  font-size: 15px;
}

/* fields */

.enq-popup-field,
.enq-popup-textarea {
  border: none;
  border-bottom: 1.8px solid var(--enq-primary);
  border-radius: 0;
  padding: 8px 0;
  box-shadow: none !important;
  font-size: 15px;
  background: #fffaf4;
  font-family: 'Montserrat-Regular';
}

.enq-popup-field:focus,
.enq-popup-textarea:focus {
  border-color: var(--enq-primary);
}

.enq-popup-field::placeholder,
.enq-popup-textarea::placeholder {
  color: #000;
}

.enq-popup-textarea {
  height: 40px;
}

/* phone */

.enq-popup-phone {
  display: flex;
  align-items: center;
  border-bottom: 1.8px solid var(--enq-primary);
}

.enq-popup-code {
  margin-right: 15px;
  color: var(--enq-primary);
}

.enq-popup-phone input {
  border: none !important;
  width: 100%;
}

/* checkbox */

.enq-popup-check {
  margin-top: 25px;
  margin-bottom: 30px;
}

.enq-popup-check label {
  line-height: 1.7;
  font-family: 'Montserrat-Regular';
  font-size: 13px;
}

.enq-popup-check a {
  color: var(--enq-primary);
  text-decoration: none;
}

/* button */

.enq-popup-submit {
  width: 100%;
  border: 1px solid var(--enq-primary);
  background: #fffaf4;
  color: var(--enq-primary);
  border-radius: 40px;
  padding: 11px;
  font-size: 16px;
  font-family: 'Montserrat-Regular';
  transition: .3s;
}

.form-control:focus {
  background-color: #fffaf4;
}

.enq-popup-submit:hover {
  background: var(--enq-primary);
  color: #fff;
}

@media(max-width:768px) {

  .enq-popup-container {
    padding: 15px;
  }

  .enq-popup-inner {
    padding: 20px;
  }

  .enq-popup-title {
    font-size: 24px;
  }

}

.form-check-input[type=checkbox] {
  border-radius: .25em;
  width: 3%;
}

:root {
  --enq-primary: #af8d60;
}


.enq-popup-dialog {
  max-width: 760px;
}

.enq-popup-modal {
  border: none;
  background: transparent;
}

.enq-popup-container {
  width: 100%;
  max-width: 100%;
  background: #fffaf4;
  border-radius: 12px;
  padding: 25px;
  position: relative;
  /* changed */
  transform: none;
  /* removed */
  left: auto;
  top: auto;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .15);
}

/* Default */
.banner {
  display: block;
}

.mb-banner {
  display: none;
}

/* Mobile & Tablet (350px - 991px) */
@media (min-width: 350px) and (max-width: 991px) {
  .banner {
    display: none !important;
  }

  .mb-banner {
    display: block !important;
  }
}

/* Desktop (992px and above) */
@media (min-width: 992px) {
  .banner {
    display: block !important;
  }

  .mb-banner {
    display: none !important;
  }
}



.isometric-section {
  padding: 120px 0;
  background: #efe8dd;
}

.isometric-wrapper {
  border: 1px solid rgb(0 0 0 / 19%);
  border-radius: 20px;
  padding: 15px;
  overflow: hidden;
}

.isometric-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
  flex-wrap: wrap;
}

.isometric-tabs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.isometric-btn {
  border: none;
  background: #273424;
  color: #fff;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 8px;
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.isometric-btn.active {
  background: #c8a165;
  color: #000;
}

.view-all-btn {
  border: 1px solid #c8a165;
  background: transparent;
  color: #263324;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Montserrat';
}

.isometric-card {
  background: #d8c19f;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 10px;
  transition: 0.4s;
  height: 100%;
}

.isometric-card:hover {
  transform: translateY(-8px);
}

.isometric-number {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #111;
  color: #fff;
  padding: 3px 8px;
  font-size: 13px;
  border-radius: 4px;
  z-index: 2;
  font-weight: 600;
}

.isometric-info {
  position: absolute;
  top: 45px;
  left: 10px;
  z-index: 2;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

.isometric-card img {
  width: 100%;
  /* height: 190px; */
  object-fit: contain;
  transition: 0.5s;
}

.isometric-card:hover img {
  transform: scale(1.05);
}

@media(max-width:991px) {

  .isometric-card img {
    /* height: 160px; */
  }

  .isometric-btn {

    font-size: 14px;
    padding: 6px 22px;
  }
}

@media(max-width:767px) {

  .isometric-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .isometric-tabs {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    justify-content: center;
  }

  .isometric-btn {
    white-space: nowrap;
  }

  .view-all-btn {
    width: 100%;
  }

  .isometric-card img {
    /* height: 150px; */
  }
}

.copyright {
  font-family: 'Montserrat-Regular';
}

/* .eve--logo-2{
          witdh:120px;
        } */


.desktop-logo {
  display: block;

}

.mg-logo {
  display: none;

}

@media (max-width: 991.98px) {
  .desktop-logo {
    display: none;
  }

  .mg-logo {

    display: block !important;
  }
}

.breeze-logo-2 {
  width: 100px !important;
}

.footer-location-box {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 40px;
}

.footer-location-icon {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(210, 176, 111, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-location-icon i {
  color: #d2b06f;
  font-size: 34px;
}

.footer-location-divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.35);
}

.footer-location-content h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #c1a171;
  line-height: 1;
}

.footer-location-content a {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
}

.foot-location {
  margin-bottom: 30px;
  display: flex;
  gap: 50px;
}

.wrapper {
  padding: 120px 0px;
}

.cardx {
  border: 2px solid #d3b170;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08)
}

.left {
  /* background: linear-gradient(180deg, #59203b, #351223); */
  color: #fff;
  /* min-height: 670px; */
  padding: 50px 30px;
  position: relative
}

.logo89 {
  width: 110px;
  height: 110px;
  border: 3px solid #d6b16d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 40px;
  color: #d6b16d
}

.titleel {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  letter-spacing: 8px;
  text-align: center
}

.sub {
  text-align: center;
  color: #d6b16d;
  letter-spacing: 3px
}

.line {
  width: 220px;
  height: 2px;
  background: #d6b16d;
  margin: 25px auto;
  position: relative
}

.line:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #d6b16d;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.tour {
  width: 180px;
  height: 180px;
  border: 2px solid #d6b16d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 40px auto
}

.building {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.building img {
  width: 100%
}

.right {
     display: flex;
    padding: 40px;
    background: linear-gradient(#fff, #f8f5ef);
    justify-content: center;
    align-items: center;
}

.h1a {
  font-size: 30px;
  font-family: 'Montserrat';
  color: #4c1b34;
  text-align: center;
  padding-bottom: 22px;

}

.h1b {

  font-size: 30px;
  font-family: 'Montserrat';
  color: #c79a45;
  text-align: center;
}

.desc {
  font-family: 'Montserrat';
  max-width: 820px;
  margin: 20px auto;
  text-align: center;
  font-size: 17px;
  line-height: 23px;
}

.feature {
  display: flex;
  gap: 20px;
  padding: 30px;
  border-right: 1px solid #e6d7bd;
  border-bottom: 1px solid #e6d7bd;
  height: 100%
}

.icon89 {
  width: 60px;
  height: 60px;
  border: 2px solid #d6b16d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c79a45;
  font-size: 26px;
  flex: none
}

.featureer h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    color: #4c1b34;
    margin: 0;
    margin-top: 10px;
}

.featureer {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.featureer p {
  margin-bottom: 20px ;
  color: #555;
  font-size: 13px;
  line-height: 25px;
}

@media(max-width:991px) {
  .left {
    min-height: 650px
  }

  .h1a {
    font-size: 22px
  }

  .h1b {
    font-size: 24px
  }
}

:root {
  --gold: #c8a45a;
  --wine: #5b2038;
  --bg: #faf7f1
}


.ecdam-wrapper {
  padding: 120px 0px;
      background: linear-gradient(135deg, #032d25, #063329, #05241e);

}

.ecdam-title {
    font-size: 30px;
  text-align: center;
  color: var(--wine)
}

.ecdam-title span {
  color: var(--gold)
}

.ecdam-sub {
  text-align: center;
  margin: 10px auto 30px;
  max-width: 900px;
  color:#fff;
}

.ecdam-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #e7c98d36;
  border-radius: 24px;
  overflow: hidden;
  /* background: #fff; */
  margin-bottom: 18px
}

.ecdam-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  /* min-height: 120px; */
  border-right: 1px solid #e7c98d36
}

.ecdam-item:last-child {
  border-right: none
}

.ecdam-circle {
width: 58px;
    height: 58px;
    border: 1px solid #c1a171;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c1a171;
    font-size: 20px;
}

.ecdam-name {
  font-size: 16px;
  font-family: 'Montserrat';
  color: #fff;
}

@media(max-width:991px) {
  .ecdam-row {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:576px) {
  .ecdam-row {
    grid-template-columns: 1fr
  }

  .ecdam-item {
    border-right: none;
    border-bottom: 1px solid #e7c98d36
  }

  .ecdam-title {
    font-size: 42px
  }
}


.ecdgal-section {
      padding-bottom: 0;
  padding: 120px 0;
}

.ecdgal-wrapper {

  display: grid;

  grid-template-columns:
    1fr 1fr 1fr 1fr;

  gap: 18px;

}

.ecdgal-column {

  display: flex;

  flex-direction: column;

  gap: 18px;

}

.ecdgal-card {

  background: #fff;
  border-radius: 2px;
  overflow: hidden;

  /* box-shadow:
    0 8px 12px rgba(0, 0, 0, .25); */

  transition: .35s;

}

.ecdgal-card:hover {

  transform: translateY(-6px);

}

.ecdgal-tall {

  height: 520px;

}

.ecdgal-small {

  height: 250px;

}

.ecdgal-card img {

  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}

@media(max-width:991px) {

  .ecdgal-wrapper {

    grid-template-columns: repeat(2, 1fr);

  }

}

@media(max-width:576px) {

  .ecdgal-wrapper {
    grid-template-columns: 1fr;

  }

  .ecdgal-tall {

    height: 420px;

  }

  .ecdgal-small {

    height: 220px;

  }

}

:root {
  --navy: #0b1c34;
  --navy-deep: #081527;
  --gold: #b8892e;
  --gold-light: #d3a94f;
  --cream: #faf6ee;
  --text-dark: #1c2b3f;
  --text-muted: #5b6572;
  --rule: #e2ddd0;
}

.font-display {
  font-family: 'Playfair Display', serif;
}

/* ===== HERO ===== */
.spec-hero {
  position: relative;
  background: var(--cream);
  overflow: hidden;
  border-bottom: 3px solid var(--gold);
}

.spec-hero .side-accent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy) 60%, var(--gold) 100%);
}

.hero-text-col {
  padding: 3.2rem 3rem 3.2rem 3.5rem;
}

.hero-title {
  font-size: 3.6rem;
  letter-spacing: 3px;
  color: var(--navy);
  margin-bottom: .4rem;
}

.hero-title .accent {
  color: var(--gold);
}

.hero-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 1rem 0 1.4rem 0;
}

.hero-divider .line {
  height: 1px;
  flex: 1;
  background: var(--gold);
  opacity: .6;
}

.hero-divider .badge-icon {
  width: 26px;
  height: 26px;
  color: var(--gold);
  font-size: 1.1rem;
}

.hero-subtitle {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--navy);
  margin-bottom: .9rem;
}

.hero-desc {
  color: var(--text-muted);
  font-size: .98rem;
  max-width: 520px;
  line-height: 1.6;
}

.hero-img-col {
  position: relative;
  min-height: 260px;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}

.hero-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 260px;
}

/* ===== SPEC GRID ===== */
.spec-section {
  padding: 120px 0px;
}

.spec-row {
  border-bottom: 1px solid var(--rule);
}

.spec-row:last-of-type {
  border-bottom: none;
}

.spec-row .col-lg-4 {
  border-right: 1px solid var(--rule);

}

.spec-cell {
  display: flex;
  gap: 1.1rem;
  padding: 1.6rem 1.4rem;
  /* border-right: 1px solid var(--rule); */
  align-items: flex-start;
}

.spec-row .col-lg-4:last-child .spec-cell {
  border-right: none;
}

@media (max-width: 991.98px) {
  .spec-cell {
    border-right: none;
    border-bottom: 1px solid var(--rule);
  }
}

.icon-badge {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #032d25, #063329, #05241e);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-size: 1.4rem;
  box-shadow: 0 3px 8px rgba(11, 28, 52, .25);
}

.spec-cell h3 {
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: .6px;
  color: var(--navy);
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.spec-cell ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .82rem;
  line-height: 1.55;
  color: var(--text-dark);
}

.spec-cell ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: .35rem;
  font-family: 'Montserrat-Regular';
  font-size: 15px;
}

.spec-cell ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
}

.spec-cell ul li b,
.spec-cell ul li strong {
  color: var(--navy);
  font-weight: 700;
}

/* OTHERS ROW */
.others-row {
  padding: 1.4rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  align-items: flex-start;
  border-bottom: 1px solid var(--rule);
}

.others-row h3 {
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: .6px;
  color: var(--navy);
  margin-bottom: .3rem;
  white-space: nowrap;
}

.others-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .82rem;
  columns: 2;
  column-gap: 2.5rem;
  flex: 1;
  min-width: 280px;
}

.others-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: .35rem;
  break-inside: avoid;
  font-family: 'Montserrat-Regular';
  font-size: 15px;
}

.others-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
}

/* ===== FOOTER BAR ===== */
.footer-bar {
  background: linear-gradient(135deg, #032d25, #063329, #05241e);
  color: #fff;
  padding: 1.3rem 2rem;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.footer-item i {
  font-size: 1.6rem;
  color: var(--gold-light);
}

.footer-item span {
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer-divider {
  width: 1px;
  background: rgba(255, 255, 255, .2);
  align-self: stretch;
}

@media (max-width:767.98px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-text-col {
    padding: 2rem 1.5rem;
  }

  .hero-img-col {
    clip-path: none;
    min-height: 200px;
  }

  .others-list {
    columns: 1;
  }

  .footer-bar .row>div {
    margin-bottom: 1rem;
  }
}


:root {
  --ph-green: #7c9a5e;
  --ph-dark: #1c1c1c;
  --ph-bg: #f3f3f1;
  --ph-text: #333333;
  --ph-muted: #6b6b6b;
}



.ph-section {
  position: relative;
  padding: 120px 0px;
  overflow: hidden;
  background: linear-gradient(135deg, #032d25, #063329, #05241e);;
}

/* decorative dotted pattern top-right, like the reference */
.ph-section::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 40px;
  width: 140px;
  height: 140px;
  background-image: radial-gradient(var(--ph-muted) 1px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: .15;
  pointer-events: none;
}

.ph-heading {
  text-align: center;
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: .5px;
  color: var(--ph-dark);
  margin-bottom: .8rem;
}

.ph-heading .accent {
  color: #b8892e;
}

.ph-subtitle {
  text-align: center;
  color:#fff;
  font-size: 1rem;
  margin-bottom: 3.5rem;
}

.ph-item {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin-bottom: 26px;
}

.ph-icon {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border: 1px solid #e7c98d36;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
}

.ph-icon i {
  transform: rotate(-45deg);
  font-size: 1.5rem;
  color: #be9e6f;
}

.ph-item span.ph-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--ph-dark);
  font-family: 'Montserrat-Regular';
  color: #fff;
}

.ph-image-wrap {
  height: 100%;
  min-height: 420px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.ph-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 420px;
}

@media (max-width: 991.98px) {
  .ph-image-wrap {
    margin-top: 2.5rem;
    min-height: 320px;
  }

  .ph-image-wrap img {
    min-height: 320px;
  }
}

@media (max-width: 575.98px) {
  .ph-heading {
    font-size: 1.8rem;
  }

  .ph-icon {
    width: 54px;
    height: 54px;
  }

  .ph-item span.ph-label {
    font-size: 1rem;
  }
}

.right-c-12 .ph-item {
  /* justify-content: end; */
}

.contact-box {
  /* max-width: 1100px; */
  width: 100%;
  background: linear-gradient(135deg, #032d25, #063329, #05241e);
  /* border-radius: 20px; */
  padding: 120px 0;
  border: 1px solid rgba(255, 255, 255, .15);
}

.title {
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 29px;
}

.divider {
  width: 1px;
  background: rgba(255, 255, 255, .5);
  height: 80%;
}

.info {
  display: flex;
  gap: 16px;
  margin-bottom: 42px
}

.info i {
  color: #e7bc78;
  font-size: 28px
}

.info h5 {
  font-family: "Cormorant Garamond", serif;
  color: #e7bc78;
  font-size: 20px;
  font-weight: 700
}

.info p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;

}

.form-control {
  font-family: 'Montserrat-Regular' !important;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  border-radius: 0;
  color: #fff;
  padding: 6px 0;
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
}

.form-control:focus {
  background: transparent;
  color: #fff;
  box-shadow: none;
  border-bottom-color: #e7bc78
}

.form-control::placeholder {
  color: rgba(255, 255, 255, .75)
}

textarea {
  resize: none;
  height: 80px
}

.btn-custom {
  background: #e7bc78;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 7px 45px;
  font-size: 20px;
  font-weight: 600;
      font-family: 'Montserrat-Regular';
}

.btn-custom:hover {
  background: #d6a963
}

@media(max-width:991px) {
  .contact-box {
    padding: 30px
  }

  .title {
    font-size: 38px
  }

  .divider {
    display: none
  }

  .left {
    margin-bottom: 35px
  }

  .btn-custom {
    width: 100%
  }
}

.lux-footer {
  background: linear-gradient(135deg, #032d25, #063329, #05241e);
  color: #fff;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
      padding-bottom: 0;
}

.lux-footer:before,
.lux-footer:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid #b9965b;
  border-radius: 50%;
  opacity: .4
}

.lux-footer:before {
  left: -150px;
  bottom: -120px
}

.lux-footer:after {
  right: -150px;
  bottom: -120px
}

.divider-v {
  border-left: 1px solid rgba(185, 150, 91, .7)
}

.logo-title {
  font-family: Cinzel, serif;
  color: #d9b16c;
  font-size: 22px;
  font-weight: 700
}

.sub {
  color: #c7a86b;
  letter-spacing: 1px
}

.desc {
  /* max-width: 290px; */
    line-height: 23px;
    /* margin: auto; */
    font-size: 15px;
}

.section-titlef {
  font-family: Cinzel, serif;
  color: #d9b16c;
  font-size: 20px;
  text-align: center
}

.line {
  width: 89px;
  height: 2px;
  background: #c7a86b;
  margin: 12px auto 15px;
      margin-bottom: 0;
}

.link-item {
  text-align: center
}

.circle {
width: 40px;
    height: 40px;
    border: 1px solid #b9965b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #d9b16c;
    font-size: 20px;
        display: none !important;

}

.link-item p {
  margin-top: 15px;
  font-size: 16px
}

.social a {
width: 38px;
    height: 38px;
    border: 2px solid #b9965b;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 17px;
    transition: .3s;
    margin-top: 20px;
}

.social a:hover {
  background: #b9965b
}

.bottom-bar {
    border: 1px solid rgba(185, 150, 91, .5);
    margin-top: 50px;
    padding: 16px 20px;
    background: rgba(0, 0, 0, .15);
    border-radius: 51px;

}

.contact-box-f {
  display: flex;
  align-items: center;
  color: #fff
}

.contact-box-f i {
  width: 50px;
  height: 50px;
  border: 2px solid #b9965b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9b16c;
  margin-right: 15px
}

.logo-box {
  width: 180px;
  height: 180px;
  border: 2px solid #b9965b;
  border-radius: 12px;
  margin: auto auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9b16c;
  font-family: Cinzel;
  font-size: 20px
}

@media(max-width:991px) {
  .divider-v {
    border: none
  }

  .left-col,
  .center-col,
  .right-col {
    text-align: center;
    padding-bottom: 40px
  }

  .contact-box-f {
    justify-content: center;
    margin: 15px 0
  }
}

.nearby-section {
  padding: 80px 0;
      overflow: hidden;
}

.nearby-image img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.location-card {

  background: #faf7f2;
  border-radius: 20px;
  padding: 20px;
  /* box-shadow: 0 15px 45px rgba(0, 0, 0, .08); */
  position: relative;
  overflow: hidden;

}

.location-card:before {
  content: '';
  position: absolute;
  left: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, #d7d2bf 0%, transparent 70%);
  opacity: .4;
}

.location-small {

  color: #b68b35;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 17px;
  margin-bottom: 0;
}

.location-title {
  font-size: 35px;
  line-height: .9;
  color: #b6882d;
  font-weight: 600;
  margin-bottom: 10px;
}

.location-title span {

  font-size: 17px;
  display: block;
  color: #244129;
}

.location-sub {

  font-size: 22px;
  color: #32473a;
  margin-bottom: 45px;
}

.location-item {

  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #d9c9a5;
}

.location-item:last-child {
  border: none;
}

.location-icon {

    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #032d25, #063329, #05241e);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-shrink: 0;
}

.location-content {

  width: 100%;
}

.location-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 20px;
    color: #444;
    font-family: 'Montserrat-Regular';
}

.location-row {


    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 15px;
    color: #444;
    font-family: 'Montserrat-Regular';
}

.location-row span:last-child {

  font-weight: 500;
  color: #222;
}

.location-bottom {

  margin-top: 40px;
  background: #29472f;
  color: #fff;
  border-radius: 18px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.location-bottom i {

  font-size: 45px;
  color: #d6b15d;
}

.location-bottom h5 {

  color: #d9b56c;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
 .pbmit-footer-text-area {
    padding: 25px 0;
    justify-content: center;
    display: flex;
    text-align: center;
    font-family: 'Montserrat-Regular';
}

.location-bottom p {

  margin: 0;
  color: #f5f5f5;
}

@media(max-width:992px) {

  .location-card {

    padding: 30px;
    margin-top: 40px;

  }

  .location-title {

    font-size: 55px;

  }

  .location-row {

    font-size: 16px;

  }

  .location-heading {

    font-size: 20px;

  }

}

@media(max-width:576px) {

  .location-title {

    font-size: 42px;

  }

  .location-sub {

    font-size: 18px;

  }

  .location-item {

    flex-direction: column;

  }

  .location-icon {

    margin-bottom: 10px;

  }

  .location-row {

    font-size: 15px;

  }

}
.footer-logo{
  width: 200px;
}


.contact-box-f a{
  color:#fff
}
.pbmit-footer-copyright-text-area a{
  color:#fff;
}
.p-white a{
  color:#fff;
}
.nearby-image img{
  width:700px;
}

.chat-bot-message-label .false p{
  margin-bottom:0px !important;
}

#chat-bot-message-container .chat-bot-message-label {
    font-size: 12px !important;
}