/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --woodza-font: 'Prompt', sans-serif;
  --woodza-font-two: 'Titillium Web', sans-serif;
  --woodza-reey-font: "reeyregular";
  --woodza-gray: #232323;
  --woodza-gray-rgb: 35, 35, 35;
  --woodza-white: #ffffff;
  --woodza-white-rgb: 255, 255, 255;
  --woodza-base: #FED53D;
  --woodza-base-rgb: 219, 94, 65;
  --woodza-black: #91206D;
  --woodza-black-rgb: 08, 13, 28;
  --woodza-primary: #00ca4e;
  --woodza-primary-rgb: 145, 97, 86;

}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--woodza-font);
  color: var(--woodza-gray);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  overflow-x: hidden;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--woodza-gray);
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--woodza-black);
  margin: 0;
  font-family: var(--woodza-font-two);
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--woodza-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}


/* ===================
===== HEADER ======= */

.header_top_inner{
  display: flex;
  justify-content: space-between;
  background-color: var(--woodza-white);
  align-items: center;
  padding: 0;
}

header .timing{
    background-color: var(--woodza-white);
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid #FED53D;
    border-style: dashed;
    font-family: prompt;
    line-height: 1;

}

header .social i{
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FED53D;
    color: #000;
}
header .social i:hover {
  transform: scale(1.3);
  color: var(--woodza-white);
  background-color: #FED53D;

}
header .contact{

    display: flex;
    align-items: center;
    background-color: #FED53D;
    padding: 7px 10px;
    border-bottom: 2px solid #fff;
    border-radius: 0 0 5px 5px;
}
header .contact.whatsapp{
  background-color: #25D366;
}
header .contact i {
  margin-right: 8px;
  background-color: var(--woodza-white);
  padding: 10px;
  border-radius: 50px;
}
header .contact .content{
  line-height: 1;
}
header .contact .content h5 {
  color: var(--woodza-white);
  font-weight: 600;
  line-height: 1;
}
header .contact .content span{
    line-height: 1;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.02em;
    word-spacing: -0.02em;
}

/* Phone */


/* ===================
===== HEADER ======= */



.service .img_section{
  position: relative;
}

.service .img_section .border {
  border: 10px solid white;
  padding: 10px; 
  z-index: 1  ;
  display: none;
}

.service .img_section .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--woodza-black);
    color: var(--woodza-white);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    margin: 0;
    line-height: 1;
    border: 1px dashed #fff;
}
.service .img_section .content h1{
  color: #fff;
}
.service .img_section .content p{
  font-size: 12px;
  line-height: 15px;
  padding-top: 10px;
}

.service .about_content {
  margin-left: 20px;
}

.service .about_content h1{
    font-weight: 600;
    font-family: prompt;
    font-size: 45px;
    line-height: 1;
}

.service .about_content p{
    margin-top: 30px;
    line-height: 1.5;
    font-size: 14px;
}
.service .about_content .extra {
    color: orangered;
    font-size: 21px;
    align-content: center;
    font-weight: 600;
    line-height: 1;
    display: block;
    font-style: italic;
}
.service .about_content .facility{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.service .about_content .facility span{
  width: 50%;
}

/* <------------Service ----------------> */


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--woodza-base, #a47c68);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--woodza-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--woodza-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}


.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--woodza-base);
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 10px 25px 10px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    border: none;
    border-radius: 50px;
}

.thm-btn:hover {
  color: var(--woodza-base);
}

.thm-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: var(--woodza-black);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}

.thm-btn:hover:before {
  width: 100%;
}

.thm-btn:after {
  position: absolute;
  bottom: 3px;
  right: 3px;
  content: "";
  background-color: var(--woodza-white);
  height: 10px;
  width: 10px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: -1;
}

.thm-btn:hover:after {
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 49px;
}

.section-title__tagline {
  font-size: 16px;
  color: var(--woodza-primary);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.section-title__title {
  margin: 0;
  color: var(--woodza-black);
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  margin-top: 5px;
}

.section-title-two {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 49px;
  z-index: 1;
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--woodza-black);
  font-weight: 500;
  z-index: 1;
}

.section-title-two__tagline:before {
  position: absolute;
  top: 0;
  left: -4px;
  height: 30px;
  width: 30px;
  content: "";
  background-color: #f2e6e3;
  z-index: -1;
}

.section-title-two__tagline:after {
  position: absolute;
  top: -2px;
  left: -3px;
  height: 6px;
  width: 6px;
  content: "";
  background-color: var(--woodza-base);
  z-index: -1;
}

.section-title-two__title {
  margin: 0;
  color: var(--woodza-black);
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  margin-top: 5px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--woodza-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--woodza-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--woodza-white);
  color: var(--woodza-base);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  display: none !important;
  width: 45px;
  height: 45px;
  background: var(--woodza-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--woodza-base);
}

.scroll-to-top:hover i {
  color: #fff;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  z-index: 99;
}

.main-header__top {
  position: relative;
  display: block;
  padding: 40px 0 100px;
}

.main-header__top-inner {
  position: relative;
  display: block;
}

.main-header__top-left {
  position: relative;
  display: block;
  float: left;
}

.main-header__top-logo {
  position: relative;
  display: block;
  padding: 3.5px 0;
}

.main-header__top-right {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
}

.main-header__top-contact {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-contact li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-contact li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  width: 1px;
  background-color: #e5e3e2;
}

.main-header__top-contact li:last-child:before {
  display: none;
}

.main-header__top-contact li+li {
  margin-left: 50px;
}

.main-header__top-contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  background-color: #f7f3f1;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-contact li:hover .icon {
  background-color: var(--woodza-base);
}

.main-header__top-contact li .icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--woodza-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-contact li:hover .icon span {
  color: var(--woodza-white);
}

.main-header__top-contact li .content {
  margin-left: 15px;
}

.main-header__top-contact li .content p {
  font-size: 15px;
  line-height: 23px;
  color: var(--woodza-black);
  opacity: .70;
}

.main-header__top-contact li .content h5 {
  font-size: 16px;
  font-family: var(--woodza-font);
  line-height: 24px;
}

.main-header__top-contact li .content h5 a {
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-contact li:hover .content h5 a {
  color: var(--woodza-base);
}

.main-header__top-social-language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 60px;
  padding: 10px 0;
}

.main-header__top-social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #dddddd;
  border-radius: 50%;
  color: var(--woodza-white);
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-social a:hover {
  background-color: var(--woodza-black);
  color: var(--woodza-white);
}

.main-header__top-social a+a {
  margin-left: 15px;
}

.main-header__top-language-switcher {
  margin-left: 30px;
}

.main-menu {
  position: relative;
  display: block;
  margin-top: -60px;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(201, 199, 205, 0.35);
  padding-left: 45px;
}

.main-menu__left {
  position: relative;
  display: block;
  float: left;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu__search-btn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--woodza-base);
  padding-left: 30px;
  padding-right: 45px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.main-menu__search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 25px;
}

.main-menu__search {
  font-size: 25px;
  color: var(--woodza-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--woodza-black);
}

.main-menu__btn-box {
  position: relative;
  display: block;
}

.main-menu__btn-box a {
  font-size: 16px;
  color: var(--woodza-base);
  background-color: var(--woodza-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 11.5px 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__btn-box a:hover {
  background-color: var(--woodza-black);
  color: var(--woodza-white);
}

.stricky-header .main-menu__wrapper-inner {
  padding-left: 0;
  box-shadow: none;
}

.stricky-header.main-menu {
  margin-top: 0px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 50px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--woodza-black);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
/*  margin-top: 10px;*/
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: var(--woodza-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--woodza-base);
  color: var(--woodza-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--woodza-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--woodza-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--woodza-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--woodza-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--woodza-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--woodza-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--woodza-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--woodza-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--woodza-primary);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--woodza-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--woodza-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--woodza-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--woodza-primary);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--woodza-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--woodza-primary);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--woodza-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
}

.main-header-two__top {
  position: relative;
  display: block;
  background-color: #292321;
}

.main-header-two__top-inner {
  position: relative;
  display: block;
  padding: 12px 70px;
}

.main-header-two__top-left {
  position: relative;
  display: flex;
  float: left;
  align-items: center;
}

.main-header-two__top-lan-switcher {
  position: relative;
  display: block;
}

.main-header-two__top-request {
  position: relative;
  top: 4px;
}

.main-header-two__top-request p {
  font-size: 16px;
  color: var(--woodza-white);
}

.main-header-two__top-request p span {
  opacity: .80;
}

.main-header-two__top-request p a {
  color: var(--woodza-base);
  margin-left: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-request p a:hover {
  color: var(--woodza-white);
}

.main-header-two__top-right {
  position: relative;
  display: block;
  float: right;
  padding: 4px 0;
}

.main-header-two__top-contact {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-contact li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-contact li+li {
  margin-left: 50px;
}

.main-header-two__top-contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-contact li .icon span {
  font-size: 30px;
  color: var(--woodza-base);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-contact li:hover .icon span {
  color: var(--woodza-white);
}

.main-header-two__top-contact li .content {
  margin-left: 10px;
}

.main-header-two__top-contact li .content p {
  font-size: 16px;
  color: var(--woodza-white);
}

.main-header-two__top-contact li .content p a {
  color: var(--woodza-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-contact li:hover .content p a {
  color: var(--woodza-base);
}

.main-menu-two {
  margin-top: 0;
    background: #e8e8e8;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  padding: 0 70px;
}

.main-menu-two__left {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  margin-right: 80px;
  padding: 18px 0;
  font-size: 25px;
  font-weight: 700;
}
.main-menu-two__logo a{
  color: var(--woodza-base);
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.main-menu-two__call-icon {
  height: 60px;
  width: 60px;
  background-color: #f7f3f1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
  background-color: var(--woodza-base);
  color: var(--woodza-white);
}

.main-menu-two__call-content {
  margin-left: 15px;
}

.main-menu-two__call-sub-title {
  font-size: 15px;
  color: var(--woodza-black);
  opacity: .70;
  line-height: 25px;
}

.main-menu-two__call-number {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.main-menu-two__call-number a {
  color: var(--woodza-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--woodza-black);
}

.main-menu-two__social-btn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--woodza-base);
/*  padding: 20px 0;*/
  padding-left: 30px;
  height: 75px;
  z-index: 1;
}

.main-menu-two__social-btn:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: -10000000px;
  background-color: var(--woodza-base);
  z-index: -1;
}

.main-header-two__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.main-header-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #cf5a3f;
  border-radius: 50%;
  color: var(--woodza-white);
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__social a:hover {
  background-color: var(--woodza-white);
  color: var(--woodza-base);
}

.main-header-two__social a+a {
  margin-left: 10px;
}

.main-menu-two__btn {
  position: relative;
  display: block;
}

.main-menu-two__btn a {
  position: relative;
  display: inline-block;
  color: var(--woodza-white);
  font-weight: 500;
  border: 1px solid #fff;
  padding: 10.2px 25px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__btn a:hover {
  background-color: var(--woodza-black);
  border: 1px solid var(--woodza-black);
}


.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  z-index: 99;
}

.main-header-three__top {
  position: relative;
  display: block;
  padding: 40px 0 100px;
}

.main-header-three__top-inner {
  position: relative;
  display: block;
}

.main-header-three__top-left {
  position: relative;
  display: block;
  float: left;
}

.main-header-three__top-logo {
  position: relative;
  display: block;
}

.main-header-three__top-right {
  position: relative;
  display: block;
  float: right;
}

.main-header-three__top-contact {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-contact li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-contact li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  width: 1px;
  background-color: #e5e3e2;
}

.main-header-three__top-contact li:last-child:before {
  display: none;
}

.main-header-three__top-contact li+li {
  margin-left: 50px;
}

.main-header-three__top-contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  background-color: #f7f3f1;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-contact li:hover .icon {
  background-color: var(--woodza-base);
}

.main-header-three__top-contact li .icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--woodza-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-contact li:hover .icon span {
  color: var(--woodza-white);
}

.main-header-three__top-contact li .content {
  margin-left: 15px;
}

.main-header-three__top-contact li .content p {
  font-size: 15px;
  line-height: 23px;
  color: var(--woodza-black);
  opacity: .70;
}

.main-header-three__top-contact li .content h5 {
  font-size: 16px;
  font-family: var(--woodza-font);
  line-height: 24px;
}

.main-header-three__top-contact li .content h5 a {
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-contact li:hover .content h5 a {
  color: var(--woodza-base);
}


.main-menu-three {
  margin-top: -60px;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: block;
  background-color: #302a27;
  padding-left: 45px;
}

.main-menu-three__left {
  position: relative;
  display: block;
  float: left;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu-three__social-search-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.main-header-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--woodza-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__social a:hover {
  color: var(--woodza-base);
}

.main-header-three__social a+a {
  margin-left: 25px;
}

.main-menu-three__search-btn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--woodza-base);
  padding-left: 30px;
  padding-right: 45px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.main-menu-three__search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 25px;
}

.main-menu-three__search {
  font-size: 25px;
  color: var(--woodza-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--woodza-black);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
}

.main-menu-three__btn-box a {
  font-size: 16px;
  color: var(--woodza-base);
  background-color: var(--woodza-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 11.5px 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__btn-box a:hover {
  background-color: var(--woodza-black);
  color: var(--woodza-white);
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--woodza-white);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--woodza-base);
}

.stricky-header .main-menu-three__wrapper {
  background-color: #302a27;
}

.stricky-header .main-menu-three__wrapper-inner {
  padding-left: 0px;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--woodza-base);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--woodza-base);
  border: 0;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--woodza-black);
}

.search-popup__content .thm-btn:before,
.search-popup__content .thm-btn:after {
  display: none;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider .swiper-slide {
  position: relative;
}

.main-slider .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 30;
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider .image-layer:before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 140px;
  content: "";
  background: rgb(31, 29, 30);
  background: linear-gradient(180deg, rgba(31, 29, 30, 0.9304096638655462) 17%, rgba(31, 29, 30, 0.07326680672268904) 68%);
  z-index: -1;
}

.main-slider-overly-one {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 870px;
  background: rgb(5, 15, 29);
  background: linear-gradient(90deg, rgba(5, 15, 29, 0.9220063025210083) 18%, rgba(5, 15, 29, 0.09007352941176472) 66%);
  z-index: 1;
}

.main-slider-overly-two {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 335px;
  background: rgb(236, 224, 208);
  background: linear-gradient(90deg, rgba(236, 224, 208, 0.00043767507002800965) 51%, rgba(236, 224, 208, 0.7847514005602241) 81%);
  z-index: 1;
}

.main-slider__content {
  position: relative;
  display: block;
/*  text-align: center;*/
}

.main-slider__sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--woodza-white);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__sub-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  height: 30px;
  width: 30px;
  background-color: var(--woodza-base);
  z-index: -1;
}

.main-slider__title {
  position: relative;
  font-size: 60px;
  color: var(--woodza-white);
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 49px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}


.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__sub-title,
.main-slider .swiper-slide-active .main-slider__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
  height: 0;
  width: 100%;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 80px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--woodza-white);
  font-size: 40px;
  background-color: rgba(var(--woodza-black-rgb), .15);
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next {
  right: 20px;
}

.main-slider__nav .swiper-button-prev {
  left: 20px;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  background-color: rgba(var(--woodza-black-rgb), 1);
  color: var(--woodza-white);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
}

.main-slider-two .swiper-slide {
  position: relative;
}

.main-slider-two .container {
  position: relative;
  padding-top: 182px;
  padding-bottom: 190px;
  z-index: 30;
}

.image-layer-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-two .swiper-slide-active .image-layer-two {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.image-layer-two:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 380px;
  left: 0;
  content: "";
  background: rgb(5, 16, 29);
  background: linear-gradient(90deg, rgba(5, 16, 29, 0.9836309523809523) 29%, rgba(5, 16, 29, 0.0032387955182072714) 74%);
}

.main-slider-two-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 700px;
  background: rgb(24, 15, 9);
  background: linear-gradient(90deg, rgba(24, 15, 9, 1) 25%, rgba(24, 15, 9, 0.0032387955182072714) 77%);
  z-index: 1;
}

.main-slider-two-shape-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 485px;
  background: rgb(227, 207, 195);
  background: linear-gradient(90deg, rgba(227, 207, 195, 0.028448879551820738) 60%, rgba(227, 207, 195, 0.9640231092436975) 87%);
  z-index: 1;
}

.main-slider-two__inner {
  position: relative;
  display: block;
}

.main-slider-two__content {
  position: relative;
  display: block;
}

.main-slider-two__sub-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--woodza-white);
  font-weight: 500;
  letter-spacing: var(--woodza-letter-spacing);
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 1;
}

.main-slider-two__sub-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  height: 30px;
  width: 30px;
  background-color: var(--woodza-base);
  z-index: -1;
}

.main-slider-two .swiper-slide-active .main-slider-two__sub-title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two__title {
  position: relative;
  font-size: 100px;
  color: var(--woodza-white);
  font-weight: 700;
  line-height: 100px;
  margin-top: 12px;
  margin-bottom: 47px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two__video-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 136px;
}

.main-slider-two__video-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-slider-two__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 105px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  font-size: 15px;
  color: var(--woodza-base);
  background-color: rgba(var(--woodza-white-rgb), .20);
  border-radius: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.main-slider-two__video-icon:hover {
  color: var(--woodza-white);
}

.main-slider-two__video-icon:before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  content: "";
  border-radius: 0;
  background-color: rgba(var(--woodza-white-rgb), 1);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: -1;
}

.main-slider-two__video-icon:hover:before {
  background-color: var(--woodza-base);
}

.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105px;
  height: 115px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 0;
}

.main-slider-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-two__video-text {
  font-size: 18px;
  color: var(--woodza-white);
  font-weight: 600;
  text-align: center;
  font-family: var(--woodza-font-two);
  padding-top: 26px;
}

#main-slider-pagination {
  z-index: 10;
  bottom: 9px;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  text-align: right;
}

#main-slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--woodza-white);
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 10px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--woodza-base);
  width: 25px;
  height: 8px;
}


/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  top: -20px;
  margin-bottom: -20px;
  z-index: 91;
}

.main-slider-three .swiper-slide {
  position: relative;
}

.main-slider-three .container {
  position: relative;
  padding-top: 175px;
  padding-bottom: 175px;
  z-index: 30;
}

.image-layer-three {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-three .swiper-slide-active .image-layer-three {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.image-layer-three:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 310px;
  content: "";
  background: rgb(24, 24, 25);
  background: linear-gradient(90deg, rgba(24, 24, 25, 0.9500175070028011) 17%, rgba(24, 24, 25, 0) 76%);
  z-index: -1;
}

.main-slider-three-shape-1 {
  position: absolute;
  top: -133px;
  left: -110px;
  mix-blend-mode: overlay;
  transform: translateY(-200px);
  opacity: 0;
  z-index: 1;
}

.swiper-slide-active .main-slider-three-shape-1 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 1500ms;
}

.main-slider-three-shape-1 img {
  width: auto;
}

.main-slider-three-shape-2 {
  position: absolute;
  top: -151px;
  left: -85px;
  mix-blend-mode: overlay;
  transform: translateY(-200px);
  opacity: 0;
  z-index: 1;
}

.swiper-slide-active .main-slider-three-shape-2 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1000ms ease;
}

.main-slider-three-shape-2 img {
  width: auto;
}

.main-slider-three-shape-3 {
  position: absolute;
  bottom: -720px;
  right: 65px;
  mix-blend-mode: overlay;
  transform: translateY(200px);
  z-index: 1;
}

.swiper-slide-active .main-slider-three-shape-3 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 2000ms;
}

.main-slider-three-shape-3 img {
  width: auto;
}

.main-slider-three__content {
  position: relative;
  display: block;
}

.main-slider-three__video-box {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__video-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-slider-three__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 15px;
  color: var(--woodza-base);
  background-color: rgba(var(--woodza-white-rgb), .20);
  border-radius: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.main-slider-three__video-icon:hover {
  color: var(--woodza-white);
}

.main-slider-three__video-icon:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  border-radius: 0;
  background-color: rgba(var(--woodza-white-rgb), 1);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: -1;
}

.main-slider-three__video-icon:hover:before {
  background-color: var(--woodza-base);
}

.main-slider-three__video-link .ripple,
.main-slider-three__video-icon .ripple:before,
.main-slider-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 0;
}

.main-slider-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-three__video-text {
  font-size: 16px;
  color: var(--woodza-white);
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 15px;
}

.main-slider-three__title {
  position: relative;
  font-size: 100px;
  color: var(--woodza-white);
  font-weight: 700;
  line-height: 100px;
  margin-top: 21px;
  margin-bottom: 48px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box,
.main-slider-three .swiper-slide-active .main-slider-three__video-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


/*--------------------------------------------------------------
# Famous Company
--------------------------------------------------------------*/
.famous-company {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: #faf7f6;
  z-index: 1;
}

.famous-company-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.famous-company-shape-1 img {
  width: auto;
}

.famous-company__single {
  position: relative;
  display: block;
  background-color: #f0edea;
  padding: 40px 30px 40px;
/*  margin-bottom: 30px;*/
}

.famous-company__icon {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.famous-company__icon img {
  width: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

.famous-company__single:hover .famous-company__icon img {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
}

.famous-company__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.famous-company__title a {
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.famous-company__single:hover .famous-company__title a {
  color: var(--woodza-base);
}

.famous-company__text {
  color: var(--woodza-black);
  line-height: 30px;
  padding-top: 23px;
  padding-bottom: 30px;
}

.famous-company__read-more {
  position: relative;
  display: block;
}

.famous-company__read-more a {
  position: relative;
  display: flex;
  align-items: center;
}

.famous-company__read-more a i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 33px;
  color: var(--woodza-base);
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.famous-company__single:hover .famous-company__read-more a i {
  color: var(--woodza-white);
}

.famous-company__read-more a i:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #e5dedc;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.famous-company__single:hover .famous-company__read-more a i:after {
  background-color: var(--woodza-base);
}

.famous-company__read-more a i:before {
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.famous-company__single:hover .famous-company__read-more a i:before {
  transform: rotate(0deg);
}

.famous-company__read-more a span {
  font-weight: 500;
  color: var(--woodza-black);
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.famous-company__single:hover .famous-company__read-more a span {
  color: var(--woodza-base);
}

.famous-company__shape-1 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  height: 16px;
  width: 16px;
  background-color: var(--woodza-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.famous-company__single:hover .famous-company__shape-1 {
  transform: scale(.9);
}

.famous-company__shape-1:before {
  position: absolute;
  content: "";
  top: -9px;
  left: -11px;
  height: 8px;
  width: 8px;
  background-color: var(--woodza-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.famous-company__single:hover .famous-company__shape-1:before {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  padding: 0px 0 183px;
  background-color: #faf7f6;
  z-index: 1;
}

.why-choose-one-shape {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: -1;
}

.why-choose-one-shape img {
  width: auto;
}

.why-choose-one__left {
  position: relative;
  display: block;
  margin-left: 35px;
  margin-right: 110px;
  z-index: 1;
}

.why-choose-one__left:before {
  position: absolute;
  top: 0;
  left: -38px;
  content: "";
  background-color: var(--woodza-base);
  width: 321px;
  height: 631px;
  z-index: -1;
}

.why-choose-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-one__img-box:before {
  content: "";
  position: absolute;
  top: 150px;
  left: -10px;
  height: 225px;
  width: 10px;
  background-color: var(--woodza-white);
}

.why-choose-one__img-box:after {
  content: "";
  position: absolute;
  top: 115px;
  left: -20px;
  height: 65px;
  width: 5px;
  background-color: var(--woodza-white);
}

.why-choose-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-one__img:before {
  content: "";
  position: absolute;
  bottom: 105px;
  right: -10px;
  height: 225px;
  width: 10px;
  background-color: var(--woodza-black);
}

.why-choose-one__img:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -23px;
  height: 65px;
  width: 5px;
  background-color: var(--woodza-base);
}

.why-choose-one__img>img {
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.why-choose-one__dot {
  position: absolute;
  right: -20px;
  bottom: -50px;
  z-index: -1;
}

.why-choose-one__dot>img {
  width: auto;
}

.why-choose-one__img-two {
  position: absolute;
  bottom: -280px;
  left: -17px;
  z-index: 2;
}

.why-choose-one__img-two>img {
  width: auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.why-choose-one__border {
  position: absolute;
  right: -44px;
  top: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(229, 222, 220);
  background-color: rgba(219, 94, 65, 0);
  width: 456px;
  height: 562px;
}

.why-choose-one__customer-service {
  position: absolute;
  bottom: -225px;
  right: -81px;
  background-color: var(--woodza-base);
  display: flex;
  align-items: center;
  padding: 33px 30px 33px;
  z-index: 2;
}

.why-choose-one__customer-service:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 3px;
  top: 6px;
  left: 7px;
  background-color: var(--woodza-white);
}

.why-choose-one__customer-service:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 3px;
  top: 12px;
  left: 13px;
  background-color: var(--woodza-white);
}

.why-choose-one__customer-service-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-one__customer-service-icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--woodza-white);
}

.why-choose-one__customer-service-content {
  margin-left: 24px;
}

.why-choose-one__customer-service-content h4 {
  font-size: 20px;
  color: var(--woodza-white);
  font-family: var(--woodza-font);
  font-weight: 400;
  line-height: 32px;
}

.why-choose-one__customer-service-dot {
  position: absolute;
  top: 5px;
  right: 5px;
}

.why-choose-one__customer-service-dot>img {
  width: auto;
}

.why-choose-one__right {
  position: relative;
  display: block;
}

.why-choose-one__right .section-title {
  margin-bottom: 39px;
}

.why-choose-one__text-1 {
  font-size: 18px;
  line-height: 34px;
  opacity: .80;
}

.why-choose-one__points {
  position: relative;
  display: block;
  margin-top: 39px;
  margin-bottom: 30px;
}

.why-choose-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-one__points li+li {
  margin-top: 20px;
}

.why-choose-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background-color: #eee5e2;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__points li:hover .icon {
  background-color: var(--woodza-base);
}

.why-choose-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--woodza-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__points li:hover .icon span {
  color: var(--woodza-white);
}

.why-choose-one__points li .text {
  margin-left: 10px;
}

.why-choose-one__points li .text p {
  font-size: 18px;
  color: var(--woodza-black);
  font-weight: 500;
}

.why-choose-one__text-2 {
  font-size: 18px;
  line-height: 34px;
  opacity: .80;
}

.why-choose-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.why-choose-one__bottom-content {
  position: relative;
  display: block;
}

.why-choose-one__bottom-text {
  font-size: 24px;
  color: var(--woodza-black);
  line-height: 34px;
}

.why-choose-one__user {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-one__user-img {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-one__user-img:before {
  position: absolute;
  top: 3px;
  left: -3px;
  bottom: -3px;
  right: 0px;
  content: "";
  background-color: var(--woodza-base);
  z-index: -1;
}

.why-choose-one__user-img>img {
  width: auto;
}

.why-choose-one__user-sign {
  margin-left: 20px;
}

.why-choose-one__user-sign>img {
  width: auto;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.services-one-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(236, 228, 225, .88);
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--woodza-black-rgb), .30);
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: 1;
}

.services-one__single:hover .services-one__img:before {
  transform: scaleY(1);
}

.services-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__img img {
  transform: scale(1.05);
}

.services-one__content {
  position: relative;
  display: block;
  background-color: var(--woodza-white);
  text-align: center;
  padding: 65px 20px 25px;
}

.services-one__icon {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #292321;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(170, 161, 154);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-one__single:hover .services-one__icon {
  background-color: var(--woodza-base);
  border-color: var(--woodza-base);
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--woodza-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
  transform: scale(0.9);
}

.services-one__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.services-one__title a {
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
  color: var(--woodza-base);
}

.services-one__text {
  color: var(--woodza-black);
  opacity: .80;
  padding-top: 11px;
  padding-bottom: 29px;
}

.services-one__arrow {
  position: relative;
  display: block;
}

.services-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 50px;
  background-color: #c8bbb7;
  font-size: 15px;
  color: var(--woodza-white);
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__arrow a {
  background-color: var(--woodza-base);
}

.services-one__shape-1 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  height: 16px;
  width: 16px;
  background-color: var(--woodza-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single:hover .services-one__shape-1 {
  transform: scale(.9);
}

.services-one__shape-1:before {
  position: absolute;
  content: "";
  top: -9px;
  left: -11px;
  height: 8px;
  width: 8px;
  background-color: var(--woodza-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single:hover .services-one__shape-1:before {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Working Process
--------------------------------------------------------------*/
.working-process {
  position: relative;
  display: block;
  background-color: #212125;
  padding: 103px 0 95px;
  z-index: 1;
}

.working-process-shpae-one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .50;
  z-index: -1;
}

.working-process .container {
  max-width: 1100px;
}

.working-process__title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 70px;
}

.working-process__title-box h2 {
  font-size: 65px;
  color: var(--woodza-white);
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 38px;
}

.working-process__title-box p {
  font-size: 18px;
  color: var(--woodza-white);
  opacity: .80;
}

.working-process__inner {
  position: relative;
  display: block;
  counter-reset: count;
}

.working-process__inner .row {
  --bs-gutter-x: 128px;
}

.working-process__dot-1 {
  position: absolute;
  top: -140px;
  left: -115px;
}

.working-process__dot-1 img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.working-process__dot-2 {
  position: absolute;
  bottom: 50px;
  right: -157px;
}

.working-process__dot-2 img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.working-process__single {
  position: relative;
  display: block;
  background-color: #040408;
  text-align: center;
  padding: 81px 30px 49px;
  margin-bottom: 55px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.working-process__single:hover {
  transform: translateY(-10px);
}

.working-process__single:before {
  content: "";
  position: absolute;
  top: 115px;
  right: -100px;
  height: 1px;
  width: 70px;
  background-color: var(--woodza-base);
}

.working-process__icon {
  height: 80px;
  width: 80px;
  background-color: var(--woodza-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.working-process__icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--woodza-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.working-process__single:hover .working-process__icon span {
  transform: scale(0.9);
}

.working-process__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}

.working-process__title a {
  color: var(--woodza-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.working-process__single:hover .working-process__title a {
  color: var(--woodza-base);
}

.working-process__text {
  color: var(--woodza-white);
  opacity: .80;
}

.working-process__count {
  position: absolute;
  top: 11px;
  left: 25px;
  height: 40px;
  width: 42px;
  z-index: 2;
}

.working-process__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 42px;
  color: #1b1b23;
  font-family: var(--woodza-font-two);
  line-height: 42px;
  font-weight: 700;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.working-process__single--last:before {
  display: none;
}

/*--------------------------------------------------------------
# Problem Solved
--------------------------------------------------------------*/
.problem-solved {
  position: relative;
  display: block;
  margin-top: -70px;
  z-index: 2;
}

.problem-solved .row {
  --bs-gutter-x: 0px;
}

.problem-solved__left {
  position: relative;
  background-color: #040408;
  display: flex;
  align-items: center;
  padding: 24px 20px 24px;
  z-index: 1;
}

.problem-solved__img-box {
  position: relative;
  display: block;
  height: 212px;
  width: 212px;
  border-radius: 50%;
  background-color: #1b1b23;
  padding: 17px;
}

.problem-solved__img {
  position: relative;
  display: block;
  border-radius: 50%;
  height: 175px;
  width: 175px;
}

.problem-solved__img img {
  border-radius: 50%;
  width: 100%;
}

.problem-solved__img:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: var(--woodza-base);
  border-radius: 50%;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.problem-solved__content {
  margin-left: 30px;
}

.problem-solved__title {
  font-size: 30px;
  color: var(--woodza-white);
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 19px;
}

.problem-solved__text {
  color: var(--woodza-white);
  opacity: .80;
  line-height: 30px;
}

.problem-solved__right {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--woodza-base);
  padding-left: 40px;
  padding-right: 25px;
  padding-top: 75px;
  padding-bottom: 43px;
  overflow: hidden;
  z-index: 1;
}

.problem-solved__right-content {
  position: relative;
  display: block;
  max-width: 275px;
}

.problem-solved__right-title {
  font-size: 30px;
  color: var(--woodza-white);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 22px;
}

.problem-solved__right-text {
  color: var(--woodza-white);
  line-height: 30px;
  opacity: .80;
}

.problem-solved__btn-box {
  margin-left: 55px;
}

.problem-solved__btn {
  padding: 17px 35px 16px;
  background-color: var(--woodza-white);
  color: var(--woodza-black);
}

.problem-solved__btn:hover {
  color: var(--woodza-white);
}

.problem-solved__btn:after {
  background-color: var(--woodza-base);
}

.problem-solved__btn:hover:after {
  background-color: var(--woodza-black);
}

.problem-solved__shape-1 {
  position: absolute;
  top: -70px;
  left: -88px;
  border-radius: 50%;
  background-color: rgb(203, 75, 45);
  width: 206px;
  height: 206px;
  z-index: -1;
}

.problem-solved__shape-2 {
  position: absolute;
  bottom: -65px;
  right: -135px;
  border-radius: 50%;
  background-color: rgb(203, 75, 45);
  width: 206px;
  height: 206px;
  z-index: -1;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.project-one__title-box {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.project-one__title-box-left {
  position: relative;
  display: block;
}

.project-one__title-box-left .section-title {
  margin-bottom: 0;
}

.project-one__text-box {
  position: relative;
  display: block;
}

.project-one__text {
  font-size: 18px;
  opacity: .80;
}

.project-one__top {
  position: relative;
  display: block;
  z-index: 2;
}

.project-one__carousel {
  position: relative;
  display: block;
}

.project-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.project-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.project-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.project-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -110px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--woodza-base);
  margin: 0px 10px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  content: "";
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.project-one__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.project-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.project-one__single {
  position: relative;
  display: block;
}

.project-one__img {
  position: relative;
  display: block;
}
.project-one__img img,.project-one__img video{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.project-one__img i{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
}

.project-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(21, 4, 0, .60);
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__single:hover .project-one__img:before {
  transform: scaleY(1);
}
.project-one__img:hover i{
  opacity: 1;
}

.project-one__img img {
  width: 100%;
}

.project-one__content {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(180, 181, 184, 0.35);
  margin-left: 55px;
  margin-right: 55px;
  padding: 33px 30px 35px;
  transform: translateY(-50px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.project-one__single:hover .project-one__content {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1
}

.project-one__content-title-box {
  position: relative;
  display: block;
}

.project-one__content-title-box span {
  color: var(--woodza-base);
}

.project-one__content-title-box h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.project-one__content-title-box h3 a {
  color: var(--woodza-black);
}

.project-one__content-text {
  color: var(--woodza-black);
  opacity: .80;
  padding-top: 21px;
  padding-bottom: 29px;
}

.project-one__btn-box {
  position: relative;
  display: block;
}

.project-one__btn {
  padding: 4px 20px 4px;
  text-transform: capitalize;
}

.project-one__btn:hover {
  color: var(--woodza-white);
}

.project-one__btn:after {
  display: none;
}

.project-one__bottom {
  position: relative;
  display: block;
  padding: 205px 0 120px;
  z-index: 1;
}

.project-one__bottom-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.project-one__bottom-bg:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(49, 38, 34, .70);
}

.project-one__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 35px;
  justify-content: space-between;
}

.project-one__bottom-left {
  position: relative;
  display: block;
  max-width: 701px;
  width: 100%;
}

.project-one__bottom-title {
  font-size: 65px;
  color: var(--woodza-white);
  font-weight: 700;
  line-height: 70px;
}

.project-one__bottom-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  content: "";
  width: 2px;
  background-color: var(--woodza-base);
}

.project-one__bottom-btn {
  padding: 17px 30px 16px;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 0px;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--woodza-black-rgb), .30);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  transform: translateY(0);
  width: 100%;
}

.team-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.05);
}

.team-one__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 55px;
  background: rgb(219, 94, 65);
  background: linear-gradient(90deg, rgba(219, 94, 65, 0.9640231092436975) 35%, rgba(219, 94, 65, 0.022846638655462215) 77%);
  padding-left: 20px;
  padding-top: 26px;
  padding-bottom: 24px;
  z-index: 2;
}

.team-one__sub-title {
  color: var(--woodza-white);
  line-height: 20px;
}

.team-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.team-one__title a {
  color: var(--woodza-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__title a:hover {
  color: var(--woodza-black);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  padding: 70px 0 80px;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-one__list li {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
  margin-bottom: 33px;
}

.counter-one__list li:first-child:before {
  display: none;
}

.counter-one__list li:before {
  position: absolute;
  top: 5px;
  bottom: 7px;
  left: 0;
  content: "";
  width: 1px;
  background-color: #e7d6d2;
}

.counter-one__count-box {
  position: relative;
  display: block;
}

.counter-one__count-box h3 {
  font-size: 65px;
  color: var(--woodza-base);
  font-weight: 600;
  font-family: var(--woodza-font-two) !important;
  line-height: 70px !important;
}

.counter-one__plus {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--woodza-base);
  top: 19px;
  left: -4px;
  font-family: var(--woodza-font-two);
}

.counter-one__text {
  color: var(--woodza-black);
  line-height: 16px;
}

.counter-one__icon {
  position: relative;
  display: block;
  margin-top: 27px;
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: #000000;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-one__list li:hover .counter-one__icon span {
  transform: scale(0.9);
  color: var(--woodza-base);
}

.counter-one .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.testimonial-one__left {
  position: relative;
  display: block;
  margin-right: 55px;
}

.testimonial-one__left .section-title {
  margin-bottom: 36px;
}

.testimonial-one__text {
  font-size: 18px;
  opacity: .80;
}

.testimonial-one__right {
  position: relative;
  display: block;
  margin-right: -166px;
  margin-left: -20px;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: #f3efee;
  padding: 50px 40px 35px;
}

.testimonial-one__text-2 {
  font-size: 23px;
  opacity: .80;
  line-height: 40px;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dbd3d2;
  padding-top: 35px;
  margin-top: 37px;
}

.testimonial-one__client-details {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  width: 70px;
}

.testimonial-one__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-one__client-content {
  margin-left: 15px;
}

.testimonial-one__client-content h4 {
  font-size: 20px;
  color: var(--woodza-gray);
  font-weight: 700;
  line-height: 30px;
}

.testimonial-one__client-content p {
  line-height: 24px;
}

.testimonial-one__quote {
  position: relative;
  display: block;
}

.testimonial-one__quote span {
  position: relative;
  display: inline-block;
  color: #828282;
  font-size: 60px;
}

.testimonial-one__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 34px;
  left: -479px;
  margin-top: 0 !important;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 45px;
  width: 55px;
  background-color: #f3efee;
  border-radius: 10px;
  color: #000000;
  font-size: 15px;
  text-align: center;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 20px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: var(--woodza-white);
  background-color: var(--woodza-base);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 0;
  overflow: hidden;
  z-index: 1;
}

.blog-one-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.blog-one-bg:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(236, 228, 225, .93);
}

.blog-one__top {
  position: relative;
  display: block;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--woodza-black-rgb), .50);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.blog-one__img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 25px 0px rgba(217, 214, 214, 0.35);
  padding: 29px 25px 29px;
}

.blog-one__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.blog-one__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__meta li:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: -13px;
  width: 1px;
  background-color: #d7d7d7;
}

.blog-one__meta li:last-child:before {
  display: none;
}

.blog-one__meta li+li {
  margin-left: 25px;
}

.blog-one__meta li a {
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #272626;
  opacity: .88;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__meta li a:hover {
  color: var(--woodza-base);
}

.blog-one__meta li i {
  color: var(--woodza-base);
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.blog-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.blog-one__title a {
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__title a {
  color: var(--woodza-base);
}

.blog-one__arrow {
  position: relative;
  display: block;
  margin-top: 11px;
}

.blog-one__arrow a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--woodza-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__arrow a span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  top: 3px;
}

.blog-one__single:hover .blog-one__arrow a {
  color: var(--woodza-base);
}

.blog-one__tag {
  position: absolute;
  top: -14px;
  left: 25px;
  background-color: var(--woodza-base);
  padding: 5px 15px;
  z-index: 2;
}

.blog-one__tag p {
  font-size: 14px;
  color: var(--woodza-white);
  line-height: 14px;
}

.about-history {
  position: relative;
  display: block;
  padding: 60px 0 90px;
}

.about-history__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-history__left {
  position: relative;
  display: block;
  padding-left: 300px;
  min-height: 240px;
  max-width: 815px;
  width: 100%;
}

.about-history__img-one {
  position: absolute;
  top: 0;
  left: 0;
  height: 240px;
  width: 240px;
  border-radius: 50%;
}

.about-history__img-one:before {
  position: absolute;
  content: "";
  bottom: 25px;
  right: 70px;
  height: 30px;
  width: 30px;
  background-color: var(--woodza-base);
  border-radius: 50%;
  z-index: 2;

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.about-history__img-one>img {
  width: 100%;
  border-radius: 50%;
}

.about-history__two {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.about-history__two>img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.about-history__content {
  position: relative;
  display: block;
  top: 22px;
}

.about-history__title {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 24px;
}

.about-history__text {
  font-size: 18px;
  line-height: 34px;
  opacity: .80;
}

.about-history__right {
  position: relative;
  display: block;
}

.about-history__btn {
  background-color: var(--woodza-black);
  padding: 17px 35px 16px;
}

.about-history__btn:before {
  background-color: var(--woodza-base);
}

.about-history__btn:after {
  background-color: var(--woodza-base);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.about-history__btn:hover:after {
  background-color: var(--woodza-white);
}

.about-history-tow .about-history__btn:hover:after {
  background-color: var(--woodza-base);
}

.about-history__btn:hover {
  color: var(--woodza-white);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 1;
}

.site-footer-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}



.site-footer__top {
  position: relative;
  display: block;
  padding: 50px 0 30px;
  border-top: 2px solid var(--woodza-base);
  border-bottom: 2px solid var(--woodza-base);
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-right: 25px;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer-widget__about-text {
  color: #383838;
}

.footer-widget__subscribe-box {
  position: relative;
  display: block;
}

.footer-widget__subscribe-input-box {
  position: relative;
  display: block;
  background-color: #241f1e;
}

.footer-widget__subscribe-input-box:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #363231;
}

.footer-widget__subscribe-input-box input[type="email"] {
  height: 74px;
  width: 100%;
  background-color: #241f1e;
  outline: none;
  font-size: 16px;
  color: var(--woodza-white);
  opacity: .30;
  border: none;
  padding-left: 25px;
  padding-right: 20px;
}

.footer-widget__subscribe-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--woodza-base);
  font-size: 15px;
  color: var(--woodza-white);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__subscribe-btn:hover {
  background-color: var(--woodza-white);
  color: var(--woodza-base);
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.site-footer__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--woodza-white);
    font-size: 15px;
    height: 35px;
    width: 35px;
    background-color: #000;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px dashed var(--woodza-base);
}

.site-footer__social a:hover {
  background-color: var(--woodza-white);
  color: var(--woodza-base);
}

.site-footer__social a+a {
  margin-left: 10px;
}

.footer-widget__service {
  position: relative;
  display: block;
  margin-left: 55px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 27px;
  z-index: 1;
}

.footer-widget__title-box:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: #222124;
    z-index: -1;
}

.footer-widget__title-box:after {
  position: absolute;
  top: -6px;
  left: -6px;
  height: 6px;
  width: 6px;
  content: "";
  background-color: var(--woodza-base);
  z-index: -1;
}

.footer-widget__title {
  font-size: 24px;
  color: #000;
  line-height: 24px;
  font-weight: 700;
}

.footer-widget__service-list {
  position: relative;
  display: block;
}

.footer-widget__service-list li+li {
  margin-top: 9px;
}

.footer-widget__service-list li a {
  font-size: 16px;
  color: #383838;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__service-list li a:hover {
  color: var(--woodza-base);
}

.footer-widget__link {
  position: relative;
  display: block;
}

.footer-widget__link li+li {
  margin-top: 9px;
}

.footer-widget__link li a {
  font-size: 16px;
  color: #383838;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__link li a:hover {
  color: var(--woodza-base);
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
  padding-top: 13px;
}

.footer-widget__contact-list li {
  position: relative;
  display: block;
  padding-left: 50px;
  min-height: 45px;
}

.footer-widget__contact-list li+li {
  margin-top: 20px;
}

.footer-widget__contact-list .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #241f1e;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    top: 0;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-list li:hover .icon {
  background-color: var(--woodza-base);
  color: var(--woodza-white);
}

.footer-widget__contact-list .text {
  position: relative;
  display: block;
  top: 3px;
}

.footer-widget__contact-list .text p {
  font-size: 16px;
  color: #383838;
    word-break: break-word;
}

.footer-widget__contact-list .text p a {
  font-size: 16px;
  color: #383838;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li:hover .text p a {
  color: var(--woodza-base);
}


.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #24201f;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 5px 0;
}

.site-footer__bottom-text {
  color: var(--woodza-white);
  opacity: .80;
}

.site-footer__bottom-text a {
  color: var(--woodza-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--woodza-base);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
  background-color: #faf7f6;
  padding: 120px 0 165px;
}

.why-choose-two-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.why-choose-two-shape-1 img {
  width: auto;
}

.why-choose-two-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.why-choose-two-shape-2 img {
  width: auto;
}

.why-choose-two__left {
  position: relative;
  display: block;
}

.why-choose-two__left .section-title-two {
  margin-bottom: 39px;
}

.why-choose-two__text-1 {
  font-size: 18px;
  line-height: 34px;
  opacity: .80;
  margin-right: 62px;
}

.why-choose-two__unique-work {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 39px;
  margin-bottom: 35px;
}

.why-choose-two__unique-work-icon {
  height: 105px;
  width: 110px;
  background-color: #f3f0ef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-two__unique-work-icon span {
  font-size: 90px;
  color: var(--woodza-base);
  position: relative;
  display: inline-block;
}

.why-choose-two__unique-work-content {
  margin-left: 35px;
}

.why-choose-two__unique-work-text {
  font-size: 24px;
  color: var(--woodza-base);
  line-height: 34px;
}

.why-choose-two__text-2 {
  font-size: 18px;
  line-height: 34px;
  opacity: .80;
}

.why-choose-two__bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 44px;
}

.why-choose-two__bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-two__bottom-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: #f5f1f0;
  border-radius: 50%;
}

.why-choose-two__bottom-icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--woodza-black);
}

.why-choose-two__bottom-content {
  margin-left: 20px;
}

.why-choose-two__bottom-content h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 7px;
}

.why-choose-two__bottom-content p {
  font-size: 15px;
  opacity: .80;
}

.why-choose-two__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.why-choose-two__bottom-user-img {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-two__bottom-user-img:before {
  position: absolute;
  top: 3px;
  left: -3px;
  bottom: -3px;
  right: 0px;
  content: "";
  background-color: var(--woodza-base);
  z-index: -1;
}

.why-choose-two__bottom-user-img>img {
  width: auto;
}

.why-choose-two__bottom-user-sign {
  margin-left: 20px;
}

.why-choose-two__bottom-user-sign>img {
  width: auto;
}

.why-choose-two__right {
  position: relative;
  display: block;
  margin-left: 23px;
  margin-right: 57px;
}

.why-choose-two__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-two__img-box:before {
  position: absolute;
  top: 58px;
  right: -40px;
  height: 380px;
  width: 40px;
  background-color: var(--woodza-base);
  content: "";
  z-index: -1;
}

.why-choose-two__img-box:after {
  position: absolute;
  top: 85px;
  right: -10px;
  height: 227px;
  width: 10px;
  background-color: #faf7f6;
  content: "";
  z-index: -1;
}

.why-choose-two__img {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-two__img:before {
  position: absolute;
  top: 155px;
  left: -20px;
  content: "";
  border-style: solid;
  border-width: 1px;
  border-color: rgb(229, 222, 220);
  background-color: rgba(219, 94, 65, 0);
  width: 378px;
  height: 562px;
  z-index: -1;
}

.why-choose-two__img>img {
  width: 100%;
}

.why-choose-two__img-two {
  position: absolute;
  bottom: -185px;
  right: -57px;
  z-index: 2;
}

.why-choose-two__img-two>img {
  width: auto;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.why-choose-two__customer-service {
  position: absolute;
  bottom: -112px;
  left: 15px;
  background-color: var(--woodza-base);
  display: flex;
  align-items: center;
  padding: 33px 30px 33px;
  z-index: 2;
}

.why-choose-two__customer-service:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 3px;
  top: 6px;
  left: 7px;
  background-color: var(--woodza-white);
}

.why-choose-two__customer-service:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 3px;
  top: 12px;
  left: 13px;
  background-color: var(--woodza-white);
}

.why-choose-two__customer-service-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-two__customer-service-icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--woodza-white);
}

.why-choose-two__customer-service-content {
  margin-left: 24px;
}

.why-choose-two__customer-service-content h4 {
  font-size: 20px;
  color: var(--woodza-white);
  font-family: var(--woodza-font);
  font-weight: 400;
  line-height: 32px;
}

.why-choose-two__customer-service-dot {
  position: absolute;
  top: 5px;
  right: 5px;
}

.why-choose-two__customer-service-dot>img {
  width: auto;
}

.why-choose-two__dot {
  position: absolute;
  left: 0;
  bottom: -140px;
  z-index: -1;
}

.why-choose-two__dot>img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*--------------------------------------------------------------
# Famous Company Two
--------------------------------------------------------------*/
.famous-company-two {
  position: relative;
  display: block;
  z-index: 1;
}

.famous-company-two:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #faf7f6;
  height: 325px;
  z-index: -1;
}

.famous-company-two__top {
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.famous-company-two__top-left {
  position: relative;
  display: block;
  margin-top: -14px;
}

.famous-company-two__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.famous-company-two__top-right {
  position: relative;
  display: block;
  margin-left: 15px;
  margin-top: -10px;
}

.famous-company-two__top-text {
  font-size: 18px;
  line-height: 34px;
  opacity: .80;
}

/*--------------------------------------------------------------
# About History Two
--------------------------------------------------------------*/
.about-history-tow {
  position: relative;
  display: block;
  padding: 60px 0 80px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  background-color: var(--woodza-black);
  padding: 120px 0 130px;
  z-index: 1;
}

.services-two-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.services-two-bg:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(16, 16, 28, .88);
}

.services-two .section-title-two__tagline {
  color: var(--woodza-white);
}

.services-two .section-title-two__tagline:before {
  background-color: #2c2c39;
}

.services-two .section-title-two__title {
  color: var(--woodza-white);
}

.services-two__text-1 {
  font-size: 18px;
  color: var(--woodza-white);
  opacity: .80;
  padding-top: 31px;
}

.services-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-two__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--woodza-black-rgb), .30);
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: 1;
}

.services-two__single:hover .services-two__img:before {
  transform: scaleY(1);
}

.services-two__img img {
  width: 100%;
}

.services-two__content {
  position: relative;
  display: block;
  background-color: var(--woodza-white);
  padding: 65px 30px 35px;
}

.services-two__icon {
  position: absolute;
  top: -46px;
  left: 20px;
  background-color: #292321;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(170, 161, 154);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-two__single:hover .services-two__icon {
  background-color: var(--woodza-base);
  border-color: var(--woodza-base);
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--woodza-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
  transform: scale(0.9);
}

.services-two__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.services-two__title a {
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
  color: var(--woodza-base);
}

.services-two__text-2 {
  color: var(--woodza-black);
  opacity: .80;
  padding-top: 11px;
  padding-bottom: 29px;
}

.services-two__arrow {
  position: relative;
  display: block;
}

.services-two__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 50px;
  background-color: var(--woodza-black);
  font-size: 15px;
  color: var(--woodza-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__arrow a {
  background-color: var(--woodza-base);
}

.services-two__arrow a i {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__arrow a i {
  transform: rotate(0deg);
}

.services-two__shape-1 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 16px;
  width: 16px;
  background-color: var(--woodza-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-two__single:hover .services-two__shape-1 {
  transform: scale(.9);
}

.services-two__shape-1:before {
  position: absolute;
  content: "";
  top: -9px;
  left: -11px;
  height: 8px;
  width: 8px;
  background-color: var(--woodza-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-two__single:hover .services-two__shape-1:before {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Problem Solved Two
--------------------------------------------------------------*/
.problem-solved-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.problem-solved-two__left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.problem-solved-two__img {
  position: relative;
  display: block;
}

.problem-solved-two__img img {
  width: 100%;
}

.problem-solved-two__year {
  position: absolute;
  bottom: 30px;
  right: -30px;
  background-color: var(--woodza-base);
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-right-radius: 37px;
  border-bottom-right-radius: 37px;
  overflow: hidden;
  z-index: 1;
}

.problem-solved-two__year-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.problem-solved-two__year-icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--woodza-white);
}

.problem-solved-two__title-box {
  margin-left: 10px;
}

.problem-solved-two__title {
  font-size: 20px;
  color: var(--woodza-white);
  line-height: 30px;
  font-weight: 600;
}

.problem-solved-two__year-shape-1 {
  position: absolute;
  top: -28px;
  left: -20px;
  border-radius: 50%;
  background-color: rgb(210, 81, 51);
  width: 52px;
  height: 52px;
  z-index: -1;
}

.problem-solved-two__year-shape-2 {
  position: absolute;
  top: -20px;
  right: -17px;
  border-radius: 50%;
  background-color: rgb(210, 81, 51);
  width: 52px;
  height: 52px;
  z-index: -1;
}

.problem-solved-two__year-dot {
  position: absolute;
  bottom: -4px;
  left: 0px;
}

.problem-solved-two__year-dot img {
  width: auto;
}

.problem-solved-two__right {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-right: 45px;
  margin-top: -14px;
}

.problem-solved-two__right-title {
  position: relative;
  display: block;
}

.problem-solved-two__right-title h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 34px;
}

.problem-solved-two__right-title p {
  font-size: 20px;
  line-height: 34px;
  color: var(--woodza-base);
}

.problem-solved-two__points {
  position: relative;
  display: block;
  margin-top: 41px;
}

.problem-solved-two__points li {
  position: relative;
  display: block;
  padding-left: 90px;
}

.problem-solved-two__points li+li {
  margin-top: 31px;
}

.problem-solved-two__points li {
  position: relative;
  display: block;
}

.problem-solved-two__points li .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  background-color: var(--woodza-black);
  border-radius: 50%;
  top: 9px;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.problem-solved-two__points li:hover .icon {
  background-color: var(--woodza-base);
}

.problem-solved-two__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: var(--woodza-white);
}

.problem-solved-two__points li .text {
  position: relative;
  display: block;
}

.problem-solved-two__points li .text h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 8px;
}

.problem-solved-two__points li .text p {
  color: var(--woodza-black);
  opacity: .80;
  line-height: 30px;
}

.problem-solved-two__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 46px;
}

.problem-solved-two__progress-single {
  position: relative;
  display: block;
}

.problem-solved-two__progress-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 17px;
  font-weight: 600;
}

.problem-solved-two__progress .bar {
  position: relative;
  width: 100%;
  height: 18px;
  border-radius: 0;
  border: 1px solid var(--woodza-black);
  margin-bottom: 13px;
}

.problem-solved-two__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 6px;
  border-radius: 0;
  top: 5px;
  left: 5px;
  background: var(--woodza-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.problem-solved-two__progress .count-text {
  position: absolute;
  right: -15px;
  bottom: 24px;
  color: var(--woodza-black);
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.problem-solved-two__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.problem-solved-two__progress .bar.marb-0 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  padding: 0 0 150px;
}

.project-two__top {
  position: relative;
  display: block;
}

.project-two__left {
  position: relative;
  display: block;
}

.project-two__right {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-top: 48px;
}

.project-two__right-text {
  font-size: 18px;
  opacity: .80;
}

.project-two__bottom {
  position: relative;
  display: block;
}

.project-two__container {
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.project-two__carousel {
  position: relative;
  display: block;
}

.project-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.project-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.project-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.project-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -65px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--woodza-base);
  margin: 0px 10px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  content: "";
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.project-two__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.project-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.project-two__single {
  position: relative;
  display: block;
  z-index: 1;
}

.project-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.project-two__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--woodza-black-rgb), .30);
  transform: translateY(-50px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.project-two__single:hover .project-two__img:before {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.project-two__img img {
  width: 100%;
}

.project-two__content {
  position: relative;
  display: flex;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(180, 181, 184, 0.35);
  padding: 26px 25px 26px;
  align-items: center;
  justify-content: space-between;
  border-left: 2px solid var(--woodza-black);
  z-index: 1;
}

.project-two__content:before {
  position: absolute;
  top: 50%;
  left: -2px;
  height: 55px;
  width: 2px;
  background-color: var(--woodza-base);
  content: "";
  transform: translateY(-50%) scaleY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__single:hover .project-two__content:before {
  transform: translateY(-50%) scaleY(1);
}

.project-two__title-box {
  position: relative;
  display: block;
}

.project-two__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.project-two__title a {
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__single:hover .project-two__title a {
  color: var(--woodza-base);
}

.project-two__sub-title {
  color: var(--woodza-base);
  line-height: 30px;
}

.project-two__arrow {
  position: relative;
  display: block;
}

.project-two__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 50px;
  background-color: #dad8d7;
  font-size: 15px;
  color: var(--woodza-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__single:hover .project-two__arrow a {
  background-color: var(--woodza-base);
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding: 310px 0 220px;
  margin-top: -190px;
  z-index: 1;
}

.testimonial-two:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(250, 244, 243, .75);
  z-index: -1;
}

.testimonial-two-shape-1 {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 803px;
  opacity: 0.04;
  z-index: -1;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -100px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--woodza-base);
  margin: 0px 10px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  content: "";
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.testimonial-two__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.testimonial-two__single {
  position: relative;
  display: block;
}

.testimonial-two__content {
  position: relative;
  display: block;
  background-color: var(--woodza-white);
  padding: 39px 35px 39px;
  border-radius: 10px;
}

.testimonial-two__text {
  font-size: 20px;
  line-height: 36px;
  opacity: .80;
}

.testimonial-two__client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 45px;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}

.testimonial-two__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-two__client-details {
  margin-left: 15px;
}

.testimonial-two__client-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.testimonial-two__client-sub-title {
  font-size: 16px;
  line-height: 20px;
  opacity: .70;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  padding: 120px 0 220px;
}

/*--------------------------------------------------------------
# Problem solved Three
--------------------------------------------------------------*/
.problem-solved-three {
  position: relative;
  display: block;
  margin-top: -130px;
}

.problem-solved-three .row {
  --bs-gutter-x: 0px;
}

.problem-solved-three__left {
  position: relative;
  background-color: #040408;
  display: flex;
  align-items: center;
  padding: 24px 20px 24px;
  z-index: 1;
}

.problem-solved-three__img-box {
  position: relative;
  display: block;
  height: 212px;
  width: 212px;
  border-radius: 50%;
  background-color: #1b1b23;
  padding: 17px;
}

.problem-solved-three__img {
  position: relative;
  display: block;
  border-radius: 50%;
  height: 175px;
  width: 175px;
}

.problem-solved-three__img img {
  border-radius: 50%;
  width: 100%;
}

.problem-solved-three__img:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: var(--woodza-base);
  border-radius: 50%;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.problem-solved-three__content {
  margin-left: 30px;
}

.problem-solved-three__title {
  font-size: 30px;
  color: var(--woodza-white);
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 19px;
}

.problem-solved-three__text {
  color: var(--woodza-white);
  opacity: .80;
  line-height: 30px;
}

.problem-solved-three__right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--woodza-base);
  padding: 48px 50px 49px;
  overflow: hidden;
  z-index: 1;
}

.problem-solved-three__call {
  position: relative;
  display: block;
  max-width: 271px;
}

.problem-solved-three__sub-title {
  font-size: 30px;
  color: var(--woodza-white);
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}

.problem-solved-three__call a {
  font-size: 22px;
  font-weight: 700;
  color: var(--woodza-white);
  font-family: var(--woodza-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.problem-solved-three__call a:hover {
  color: var(--woodza-black);
}

.problem-solved-three__call a span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  top: 6px;
  padding-right: 5px;
}

.problem-solved-three__text-2 {
  font-size: 16px;
  color: var(--woodza-white);
  opacity: .50;
  line-height: 30px;
  padding-top: 18px;
}

.problem-solved-three__trusted {
  position: relative;
  display: block;
}

.problem-solved-three__trusted-img {
  position: relative;
  display: block;
  height: 143px;
  width: 143px;
  z-index: 1;
}

.problem-solved-three__trusted-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(83, 49, 42, .40);
  border-radius: 50%;
}

.problem-solved-three__trusted-img:after {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  content: "";
  border-radius: 50%;
  background-color: #d8a295;
  z-index: -1;
}

.problem-solved-three__trusted-img img {
  width: 100%;
  border-radius: 50%;
}

.problem-solved-three__trusted-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.problem-solved-three__trusted-content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--woodza-white);
  line-height: 21px;
}

.problem-solved-three__trusted-content h3 {
  font-size: 34px;
  color: var(--woodza-white);
  font-weight: 600;
  font-family: var(--woodza-font-two) !important;
  line-height: 34px !important;
}

.problem-solved-three__trusted-content .odometer-formatting-mark {
  display: none;
}

.problem-solved-three__shape-1 {
  position: absolute;
  top: -70px;
  left: -88px;
  border-radius: 50%;
  background-color: rgb(203, 75, 45);
  width: 206px;
  height: 206px;
  z-index: -1;
}

.problem-solved-three__shape-2 {
  position: absolute;
  bottom: -65px;
  right: -135px;
  border-radius: 50%;
  background-color: rgb(203, 75, 45);
  width: 206px;
  height: 206px;
  z-index: -1;
}

/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
  position: relative;
  display: block;
  padding: 250px 0 120px;
  background-color: #faf7f6;
  margin-top: -130px;
}

.why-choose-three-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.why-choose-three-shape-1 img {
  width: auto;
}

.why-choose-three-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.why-choose-three-shape-2 img {
  width: auto;
}

.why-choose-three__left {
  position: relative;
  display: block;
  margin-left: 35px;
  margin-right: 110px;
  z-index: 1;
}

.why-choose-three__left:before {
  position: absolute;
  top: 0;
  left: -35px;
  content: "";
  background-color: var(--woodza-base);
  width: 321px;
  height: 631px;
  z-index: -1;
}

.why-choose-three__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-three__img-box:before {
  content: "";
  position: absolute;
  top: 150px;
  left: -10px;
  height: 225px;
  width: 10px;
  background-color: var(--woodza-white);
}

.why-choose-three__img-box:after {
  content: "";
  position: absolute;
  top: 115px;
  left: -20px;
  height: 65px;
  width: 5px;
  background-color: var(--woodza-white);
}

.why-choose-three__img {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-three__img:before {
  content: "";
  position: absolute;
  bottom: 105px;
  right: -10px;
  height: 225px;
  width: 10px;
  background-color: var(--woodza-black);
}

.why-choose-three__img:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -23px;
  height: 65px;
  width: 5px;
  background-color: var(--woodza-base);
}

.why-choose-three__img>img {
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.why-choose-three__dot {
  position: absolute;
  right: -20px;
  bottom: -50px;
  z-index: -1;
}

.why-choose-three__dot>img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.why-choose-three__img-two {
  position: absolute;
  bottom: -280px;
  left: -17px;
  z-index: 2;
}

.why-choose-three__img-two>img {
  width: auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.why-choose-three__border {
  position: absolute;
  right: -44px;
  top: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(229, 222, 220);
  background-color: rgba(219, 94, 65, 0);
  width: 456px;
  height: 562px;
}

.why-choose-three__customer-service {
  position: absolute;
  bottom: -225px;
  right: -81px;
  background-color: var(--woodza-base);
  display: flex;
  align-items: center;
  padding: 33px 30px 33px;
  z-index: 2;
}

.why-choose-three__customer-service:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 3px;
  top: 6px;
  left: 7px;
  background-color: var(--woodza-white);
}

.why-choose-three__customer-service:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 3px;
  top: 12px;
  left: 13px;
  background-color: var(--woodza-white);
}

.why-choose-three__customer-service-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-three__customer-service-icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--woodza-white);
}

.why-choose-three__customer-service-content {
  margin-left: 24px;
}

.why-choose-three__customer-service-content h4 {
  font-size: 20px;
  color: var(--woodza-white);
  font-family: var(--woodza-font);
  font-weight: 400;
  line-height: 32px;
}

.why-choose-three__customer-service-dot {
  position: absolute;
  top: 5px;
  right: 5px;
}

.why-choose-three__customer-service-dot>img {
  width: auto;
}


.why-choose-three__right {
  position: relative;
  display: block;
}

.why-choose-three__right .section-title {
  margin-bottom: 39px;
}

.why-choose-three__text-1 {
  font-size: 18px;
  line-height: 34px;
  opacity: .80;
}

.why-choose-three__points {
  position: relative;
  display: block;
  margin-top: 39px;
  margin-bottom: 60px;
}

.why-choose-three__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-three__points li+li {
  margin-top: 20px;
}

.why-choose-three__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background-color: #eee5e2;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-three__points li:hover .icon {
  background-color: var(--woodza-base);
}

.why-choose-three__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--woodza-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-three__points li:hover .icon span {
  color: var(--woodza-white);
}

.why-choose-three__points li .text {
  margin-left: 10px;
}

.why-choose-three__points li .text p {
  font-size: 18px;
  color: var(--woodza-black);
  font-weight: 500;
}

.why-choose-three__user {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-three__user-left {
  position: relative;
  display: block;
}

.why-choose-three__user-left-img-box {
  position: relative;
  display: block;
  background-color: #e1dad7;
  height: 215px;
  width: 215px;
  border-radius: 50%;
  padding: 20px;
}

.why-choose-three__user-left-img {
  position: relative;
  display: block;
  border-radius: 50%;
  height: 175px;
  width: 175px;
}

.why-choose-three__user-left-img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  height: 30px;
  width: 30px;
  background-color: var(--woodza-base);
  border-radius: 50%;
  transform: translateY(-50%);
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.why-choose-three__user-left-img img {
  width: 100%;
  border-radius: 50%;
}

.why-choose-three__user-right {
  margin-left: 35px;
}

.why-choose-three__user-text {
  font-size: 18px;
  line-height: 34px;
  opacity: .80;
}

.why-choose-three__user-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.why-choose-one__user-box-img {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-one__user-box-img:before {
  position: absolute;
  top: 3px;
  left: -3px;
  bottom: -3px;
  right: 0px;
  content: "";
  background-color: var(--woodza-base);
  z-index: -1;
}

.why-choose-one__user-box-img img {
  width: auto;
}

.why-choose-one__user-box-sign {
  margin-left: 20px;
}

.why-choose-one__user-box-sign img {
  width: auto;
}


/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  padding: 120px 0 231px;
  background-color: #dfd3d0;
  z-index: 1;
}

.testimonial-three-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 963px;
  z-index: -1;
}

.testimonial-three-bg:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -3px;
  content: "";
  background: rgb(223, 211, 208);
  background: linear-gradient(90deg, rgba(223, 211, 208, 0.12088585434173671) 10%, rgba(223, 211, 208, 0.9948354341736695) 45%);
}

.testimonial-three__left {
  position: relative;
  display: block;
  margin-right: 55px;
}

.testimonial-three__left .section-title {
  margin-bottom: 36px;
}

.testimonial-three__text {
  font-size: 18px;
  opacity: .80;
}

.testimonial-three__right {
  position: relative;
  display: block;
  margin-right: -166px;
  margin-left: -20px;
}

.testimonial-three__carousel {
  position: relative;
  display: block;
}

.testimonial-three__single {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 50px 40px 35px;
}

.testimonial-three__text-2 {
  font-size: 23px;
  opacity: .80;
  line-height: 40px;
}

.testimonial-three__client-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dbd3d2;
  padding-top: 35px;
  margin-top: 37px;
}

.testimonial-three__client-details {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-three__client-img {
  position: relative;
  display: block;
  width: 70px;
}

.testimonial-three__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-three__client-content {
  margin-left: 15px;
}

.testimonial-three__client-content h4 {
  font-size: 20px;
  color: var(--woodza-gray);
  font-weight: 700;
  line-height: 30px;
}

.testimonial-three__client-content p {
  line-height: 24px;
}

.testimonial-three__quote {
  position: relative;
  display: block;
}

.testimonial-three__quote span {
  position: relative;
  display: inline-block;
  color: #828282;
  font-size: 60px;
}

.testimonial-three__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 34px;
  left: -479px;
  margin-top: 0 !important;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  height: 45px;
  width: 55px;
  background-color: #f3efee;
  border-radius: 10px;
  color: #000000;
  font-size: 15px;
  text-align: center;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 20px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: var(--woodza-white);
  background-color: var(--woodza-base);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-two {
  position: relative;
  display: block;
  margin-top: -110px;
  z-index: 1;
}

.counter-two__inner {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(210, 207, 206, 0.35);
  padding: 66px 0 10px;
  z-index: 1;
}

.counter-two-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  opacity: .10;
  z-index: -1;
}

.counter-two__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-two__list li {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
  margin-bottom: 33px;
}

.counter-two__list li:first-child:before {
  display: none;
}

.counter-two__list li:before {
  position: absolute;
  top: 5px;
  bottom: 7px;
  left: 0;
  content: "";
  width: 1px;
  background-color: #e7d6d2;
}

.counter-two__count-box {
  position: relative;
  display: block;
}

.counter-two__count-box h3 {
  font-size: 65px;
  color: var(--woodza-base);
  font-weight: 600;
  font-family: var(--woodza-font-two) !important;
  line-height: 70px !important;
}

.counter-two__plus {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--woodza-base);
  top: 19px;
  left: -4px;
  font-family: var(--woodza-font-two);
}

.counter-two__text {
  color: var(--woodza-black);
  line-height: 16px;
}

.counter-two__icon {
  position: relative;
  display: block;
  margin-top: 27px;
}

.counter-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: #000000;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-two__list li:hover .counter-two__icon span {
  transform: scale(0.9);
  color: var(--woodza-base);
}

.counter-two .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.contact-one .row {
  --bs-gutter-x: 0px;
}

.contact-one__left {
  position: relative;
  display: block;
  border: 1px solid #ece6e6;
  padding: 67px 50px 55px;
  overflow: hidden;
  z-index: 1;
}

.contact-one__shape-1 {
  position: absolute;
  top: -235px;
  left: -207px;
  border-radius: 50%;
  background-color: rgb(219, 94, 65);
  width: 319px;
  height: 319px;
  z-index: 1;
}

.contact-one__shape-2 {
  position: absolute;
  top: -242px;
  left: -175px;
  border-radius: 50%;
  background-color: rgb(228, 203, 197);
  width: 319px;
  height: 319px;
  z-index: -1;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.contact-one__title {
  position: relative;
  display: block;
}

.contact-one__title h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.contact-one__title p {
  opacity: .80;
  padding-top: 24px;
  padding-bottom: 34px;
}

.contact-one__list {
  position: relative;
  display: block;
}

.contact-one__list li {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-one__list li+li {
  border-top: 1px solid #efe7e6;
  margin-top: 25px;
  padding-top: 17px;
}

.contact-one__list li .icon {
  height: 60px;
  width: 60px;
  background-color: #554540;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--woodza-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__list li:hover .icon {
  background-color: var(--woodza-base);
}

.contact-one__list li .content {
  margin-left: 15px;
}

.contact-one__list li .content p {
  font-size: 15px;
  color: var(--woodza-black);
  line-height: 20px;
  padding-bottom: 5px;
}

.contact-one__list li .content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.contact-one__list li .content h4 a {
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__list li:hover .content h4 a {
  color: var(--woodza-base);
}

.contact-one__right {
  position: relative;
  display: block;
}

.contact-one__right .comment-one__form {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(208, 208, 208, 0.35);
  padding: 50px 40px 54px;
}

.contact-one__right .comment-one__form .row {
  --bs-gutter-x: 20px;
}

.contact-one__right .comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-one__right .comment-form__input-box input[type="text"],
.contact-one__right .comment-form__input-box input[type="email"] {
  height: 55px;
  width: 100%;
  border: 1px solid #dedede;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--woodza-black);
  display: block;
  border-radius: 0;
  font-weight: 400;
  opacity: .80;
}

.contact-one__right .comment-form__input-box textarea {
  font-size: 16px;
  color: var(--woodza-black);
  height: 185px;
  width: 100%;
  background-color: transparent;
  padding: 10px 20px 10px;
  border: 1px solid #dedede;
  border-radius: 0px;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
  opacity: .80;
}

.contact-one__right .comment-form__btn {
  border: none;
  width: 100%;
  text-align: center;
  background-color: #554640;
  font-size: 16px;
  color: var(--woodza-white);
  font-weight: 500;
  padding: 11.5px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__right .comment-form__btn:hover {
  background-color: var(--woodza-base);
}

.contact-one__right .comment-form__input-box.text-message-box {
  height: 185px;
  margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 127px 0 129px;
  background-color: #eef0f6;
  z-index: 1;
/*  margin-top: -20px;*/
}

.page-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

.page-header-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 370px;
  content: "";
  background: rgb(40, 31, 26);
  background: linear-gradient(90deg, rgba(40, 31, 26, 1) 19%, rgba(40, 31, 26, 0.020045518207282953) 85%);
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 70px;
  color: var(--woodza-white);
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 6px;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--woodza-white);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 4px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--woodza-white);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--woodza-base);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-page__pagination {
  position: relative;
  display: block;
  padding: 30px 0 0px;
  text-align: center;
}

.blog-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 6px;
}

.blog-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination li a {
  height: 50px;
  width: 60px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: var(--woodza-white);
  background-color: #c0b0a8;
  font-weight: 400;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li a:hover {
  background-color: var(--woodza-base);
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-list__left {
  position: relative;
  display: block;
}

.blog-list__inner {
  position: relative;
  display: block;
}

.blog-list__single {
  position: relative;
  display: block;
}

.blog-list__single+.blog-list__single {
  margin-top: 50px;
}

.blog-list__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-list__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--woodza-black-rgb), .50);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  z-index: 1;
}

.blog-list__single:hover .blog-list__img:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.blog-list__img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__single:hover .blog-list__img img {
  transform: scale(1.05);
}

.blog-list__tag {
  position: absolute;
  bottom: 20px;
  left: 40px;
  background-color: var(--woodza-base);
  padding: 5px 15px;
  z-index: 2;
}

.blog-list__tag p {
  font-size: 14px;
  color: var(--woodza-white);
  line-height: 14px;
}

.blog-list__content-box {
  position: relative;
  display: block;
  border: 1px solid #f2ecea;
  border-top: 0;
}

.blog-list__content {
  position: relative;
  display: block;
  padding: 33px 40px 24px;
}

.blog-list__title {
  font-size: 43px;
  font-weight: 700;
  line-height: 51px;
}

.blog-list__title a {
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__single:hover .blog-list__title a {
  color: var(--woodza-base);
}

.blog-list__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 24px;
}

.blog-list__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-list__meta li:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: -13px;
  width: 1px;
  background-color: #d7d7d7;
}

.blog-list__meta li:last-child:before {
  display: none;
}

.blog-list__meta li+li {
  margin-left: 25px;
}

.blog-list__meta li a {
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #272626;
  opacity: .88;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__meta li a:hover {
  color: var(--woodza-base);
}

.blog-list__meta li i {
  color: var(--woodza-base);
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.blog-list__text {
  opacity: .80;
}

.blog-list__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12.5px 40px;
  border-top: 1px solid #f2ecea;
}

.blog-list__arrow .blog-list__arrow-box {
  font-size: 16px;
  color: var(--woodza-black);
  font-weight: 500;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__arrow .blog-list__arrow-box:hover {
  color: var(--woodza-base);
}

.blog-list__arrow .blog-list__arrow-box span {
  color: var(--woodza-black);
  padding-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__arrow .blog-list__arrow-box:hover span {
  color: var(--woodza-base);
}

.blog-list__share {
  position: relative;
  display: block;
}

.blog-list__share .blog-list__share-box span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: #f0eae8;
  height: 45px;
  width: 40px;
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__share .blog-list__share-box span:hover {
  background-color: var(--woodza-base);
  color: var(--woodza-white);
}

.blog-list__inner .blog-page__pagination {
  padding: 60px 0 0px;
  text-align: left;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 50px;
}

.sidebar__title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 28px;
  margin-bottom: 38px;
  font-weight: 700;
}

.sidebar__title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 45px;
  background-color: var(--woodza-base);
  bottom: -6px;
  left: 0;
}

.sidebar__search {
  position: relative;
  display: block;
  padding: 25px 30px 25px;
  border: 1px solid #f2ecea;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: #faf7f6;
  color: var(--woodza-gray);
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  height: 65px;
  width: 100%;
  padding-right: 80px;
  border-radius: 0;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--woodza-gray);
  opacity: .50;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--woodza-gray);
  opacity: .50;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--woodza-gray);
  opacity: .50;
}

.sidebar__search-form ::placeholder {
  color: var(--woodza-gray);
  opacity: .50;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--woodza-gray);
  opacity: .50;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--woodza-gray);
  opacity: .50;
}

.sidebar__search-form button[type="submit"] {
  background-color: #66514c;
  color: var(--woodza-white);
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 60px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: var(--woodza-base);
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 37px 30px 45px;
  border: 1px solid #f2ecea;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-list li+li {
  border-top: 1px solid #e2e4e3;
  margin-top: 30px;
  padding-top: 30px;
}

.sidebar__post-image {
  margin-right: 20px;
}

.sidebar__post-image>img {
  width: 90px;
}

.sidebar__post-content {
  position: relative;
  top: -4px;
}

.sidebar__post-content h3 {
  font-size: 20px;
  margin: 0;
  line-height: 30px;
}

.sidebar__post-content-meta {
  font-size: 12px;
  font-weight: 400;
  color: var(--woodza-gray) !important;
  opacity: .80;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--woodza-font);
}

.sidebar__post-content-meta i {
  color: var(--woodza-base);
  font-size: 15px;
  padding-right: 1px;
}

.sidebar__post-content h3 a {
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 1px;
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.sidebar__post-list li .sidebar__post-content h3 a:hover {
  color: var(--woodza-base);
}

.sidebar__category {
  position: relative;
  display: block;
  padding: 37px 30px 35px;
  border: 1px solid #f2ecea;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li+li {
  margin-top: 10px;
}

.sidebar__category-list li a {
  color: var(--woodza-black);
  background-color: #faf7f6;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  padding: 12px 20px 11px;
}

.sidebar__category-list li a:hover {
  background-color: #f9f1ef;
  color: var(--woodza-base);
}

.sidebar__category-list li.active a {
  background-color: #f9f1ef;
  color: var(--woodza-base);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--woodza-base);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.sidebar__category-list li a:hover span {
  color: var(--woodza-base);
}

.sidebar__category-list li.active a span {
  color: var(--woodza-base);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__content-box-one {
  position: relative;
  display: block;
}

.blog-details__img-one {
  position: relative;
  display: block;
}

.blog-details__img-one img {
  width: 100%;
}

.blog-details__cat {
  position: absolute;
  bottom: 20px;
  left: 40px;
  background-color: var(--woodza-base);
  padding: 5px 15px;
  z-index: 2;
}

.blog-details__cat p {
  font-size: 14px;
  color: var(--woodza-white);
  line-height: 14px;
}

.blog-details__content-one {
  position: relative;
  display: block;
  margin-top: 37px;
}

.blog-details__title {
  font-size: 43px;
  font-weight: 700;
  line-height: 53px;
}

.blog-details__meta-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 19px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__meta li:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: -13px;
  width: 1px;
  background-color: #d7d7d7;
}

.blog-details__meta li:last-child:before {
  display: none;
}

.blog-details__meta li+li {
  margin-left: 25px;
}

.blog-details__meta li a {
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #272626;
  opacity: .88;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--woodza-base);
}

.blog-details__meta li i {
  color: var(--woodza-base);
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.blog-details__share {
  position: relative;
  display: block;
}

.blog-details__share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: #f0eae8;
  height: 45px;
  width: 40px;
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__share a:hover {
  background-color: var(--woodza-base);
  color: var(--woodza-white);
}

.blog-details__text-1 {
  opacity: .80;
  padding-bottom: 24px;
}

.blog-details__text-2 {
  opacity: .80;
}

.blog-details__title-two {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 34px;
  margin-bottom: 21px;
}

.blog-details__text-3 {
  opacity: .80;
}

.blog-details__img-two {
  position: relative;
  display: block;
  margin-top: 44px;
  margin-bottom: 40px;
}

.blog-details__img-two img {
  width: 100%;
}

.blog-details__text-4 {
  opacity: .80;
}

.blog-details__quote-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f0eae8;
  padding: 34px 25px 34px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-details__quote-box:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 185px;
  background-color: var(--woodza-base);
  content: "";
}

.blog-details__quote-box:after {
  position: absolute;
  bottom: 0;
  left: 185px;
  height: 10px;
  width: 185px;
  background-color: var(--woodza-base);
  content: "";
}

.blog-details__quote-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__quote-icon:before {
  content: "";
  position: absolute;
  top: -7px;
  bottom: -7px;
  right: -25px;
  width: 1px;
  background-color: #d6cfcd;
}

.blog-details__quote-icon span {
  font-size: 45px;
  color: var(--woodza-black);
  position: relative;
  display: inline-block;
}

.blog-details__quote-text {
  font-size: 20px;
  line-height: 36px;
  margin-left: 45px;
}

.blog-details__text-5 {
  opacity: .80;
}

.blog-details__higher-specific {
  position: relative;
  display: block;
  margin-top: 49px;
}

.blog-details__higher-specific-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.blog-details__higher-specific-text {
  padding-top: 16px;
  padding-bottom: 30px;
}

.blog-details__higher-specific-points {
  position: relative;
  display: block;
}

.blog-details__higher-specific-points li {
  position: relative;
  display: flex;
}

.blog-details__higher-specific-points li+li {
  margin-top: 9px;
}

.blog-details__higher-specific-points li .icon {
  position: relative;
  display: block;
  top: 9px;
}

.blog-details__higher-specific-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--woodza-base);
}

.blog-details__higher-specific-points li .text {
  margin-left: 15px;
}

.blog-details__higher-specific-points li .text p {
  opacity: .80;
}

.blog-details__tags {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #e8e6e6;
  margin-top: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.blog-details__tags span {
  font-size: 20px;
  font-weight: 700;
  color: var(--woodza-black);
  font-family: var(--woodza-font-two);
  margin-right: 10px;
}

.blog-details__tags a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(var(--woodza-gray-rgb), .80);
  background-color: #f8f6f5;
  padding: 0 15px;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tags a:hover {
  background-color: #63564f;
  color: rgba(var(--woodza-white-rgb), .80);
}

.blog-details__tags a+a {
  margin-left: 10px;
}

.author {
  position: relative;
  display: block;
  background-color: #f8f7f5;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 155px;
  padding-right: 25px;
}

.author__img {
  position: absolute;
  width: 110px;
  top: 49px;
  left: 25px;
}

.author__img img {
  width: 100%;
  border-radius: 50%;
}

.author__content {
  position: relative;
  display: block;
}

.author__content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.author__content p {
  font-size: 18px;
  color: #8f4a32;
  line-height: 32px;
  padding: 18px 0 20px;
}

.author__social {
  position: relative;
  display: flex;
  align-items: center;
}

.author__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border: 1px solid var(--woodza-black);
  border-radius: 50%;
  font-size: 15px;
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.author__social a:hover {
  background-color: var(--woodza-base);
  color: var(--woodza-white);
  border: 1px solid var(--woodza-base);
}

.author__social a+a {
  margin-left: 10px;
}

.back-news {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eff4f2;
  border-bottom: 1px solid #eff4f2;
  padding: 20px 0px;
  margin-top: 60px;
  margin-bottom: 53px;
}

.back-news__left {
  position: relative;
  display: flex;
  align-items: center;
}

.back-news__left:before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 1px;
  width: 250px;
  background-color: var(--woodza-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__left:hover:before {
  background-color: var(--woodza-primary);
}

.back-news__arrow {
  position: relative;
  display: block;
}

.back-news__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--woodza-white);
  width: 30px;
  height: 68px;
  z-index: 1;
}

.back-news__arrow a:before {
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--woodza-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.back-news__left:hover .back-news__arrow a:before {
  background-color: var(--woodza-primary);
}

.back-news__content {
  margin-left: 20px;
}

.back-news__content p {
  font-size: 20px;
  color: #63564f;
  font-weight: 600;
  font-family: var(--woodza-font-two);
  line-height: 34px;
}

.back-news__right {
  position: relative;
  display: flex;
  align-items: center;
}

.back-news__right:before {
  content: "";
  position: absolute;
  bottom: -21px;
  right: 0;
  height: 1px;
  width: 250px;
  background-color: #63564f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__right:hover:before {
  background-color: var(--woodza-primary);
}

.back-news__right .back-news__content {
  margin-left: 0;
  margin-right: 20px;
}

.back-news__right .back-news__arrow a:before {
  background-color: #63564f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__right:hover .back-news__arrow a:before {
  background-color: var(--woodza-primary);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--woodza-black);
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: 700;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eff4f2;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one__single--two {
  margin-left: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 20px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 24px;
  color: var(--woodza-black);
  margin-bottom: 19px;
  font-weight: 700;
}

.comment-one__content span {
  display: block;
  font-size: 15px;
  color: var(--woodza-base);
}

.comment-one__content p {
  font-size: 16px;
  line-height: 32px;
  opacity: .80;
  margin: 0;
}

.comment-one__btn {
  padding: 0px 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ececec;
  font-size: 15px;
  color: var(--woodza-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-one__btn:hover {
  background-color: var(--woodza-base);
  color: var(--woodza-white);
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -8px;
  margin-bottom: 23px;
}

.comment-one__form .row {
  --bs-gutter-x: 20px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 70px;
  width: 100%;
  border: none;
  background-color: #f8f7f5;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: rgba(var(--woodza-black-rgb), .60);
  display: block;
  border-radius: 3px;
}

.comment-form__input-box textarea {
  font-size: 16px;
  color: rgba(var(--woodza-black-rgb), .60);
  height: 215px;
  width: 100%;
  background-color: #f8f7f5;
  padding: 15px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  border-radius: 3px;
}

.comment-form__btn {
  border: none;
  font-size: 16px;
  color: var(--woodza-white);
  background-color: var(--woodza-base);
  padding: 11px 40px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__btn:hover {
  background-color: var(--woodza-black);
}

.comment-form__input-box.text-message-box {
  height: 215px;
}


.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 0;
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 14px 20px 14px;
  background-color: #e8e7e6;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--woodza-black);
  font-family: var(--woodza-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
  margin-top: 10px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: var(--woodza-black);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--woodza-white);
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\e92d";
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-size: 12px;
  color: var(--woodza-black);
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e92c";
  color: var(--woodza-white);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 20px 35px 19px;
  border: 1px solid #f7f7f7;
  border-top: 0;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.project-details__img-box {
  position: relative;
  display: block;
}

.project-details__img {
  position: relative;
  display: block;
}

.project-details__img img {
  width: 100%;
}

.project-details__details-box {
  position: relative;
  display: block;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  margin-left: 100px;
  margin-right: 100px;
  margin-top: -65px;
  padding: 38px 0;
}

.project-details__details {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-details__details li {
  position: relative;
  display: flex;
  align-items: center;
}

.project-details__details li+li {
  margin-left: 60px;
}

.project-details__details li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.project-details__details li .icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #6d5447;
}

.project-details__details li .content {
  margin-left: 10px;
}

.project-details__details li .content p {
  font-size: 18px;
  line-height: 25px;
  opacity: .70;
  font-weight: 400;
  font-family: var(--woodza-font-two);
  margin-bottom: 4px;
}

.project-details__details li .content h5 {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--woodza-font);
  line-height: 25px;
}

.project-details__details li .content h5 a {
  color: var(--woodza-black);
}

.project-details__title-box {
  position: relative;
  display: block;
  margin-top: 46px;
}

.project-details__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.project-details__text-1 {
  font-size: 18px;
  opacity: .80;
  padding-top: 25px;
  padding-bottom: 31px;
}

.project-details__text-2 {
  font-size: 18px;
  opacity: .80;
}

.project-details__challenge {
  position: relative;
  display: block;
  margin-top: 50px;
}

.project-details__challenge-left {
  position: relative;
  display: block;
}

.project-details__challenge-img {
  position: relative;
  display: block;
}

.project-details__challenge-img img {
  width: 100%;
}

.project-details__challenge-right {
  position: relative;
  display: block;
  margin-top: -10px;
}

.project-details__challenge-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.project-details__challenge-text {
  font-size: 18px;
  color: #7e574e;
  padding-top: 32px;
  padding-bottom: 31px;
}

.project-detsils__challenge-list {
  position: relative;
  display: block;
}

.project-detsils__challenge-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.project-detsils__challenge-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.project-detsils__challenge-list li+li {
  margin-top: 9px;
}

.project-detsils__challenge-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--woodza-black);
}

.project-detsils__challenge-list li .text {
  margin-left: 10px;
}

.project-detsils__challenge-list li .text p {
  opacity: .80;
}

.project-details__challenge-text-2 {
  opacity: .80;
  padding-top: 32px;
}

.project-details__challenge-text-3 {
  opacity: .80;
  padding-top: 50px;
}

.project-details__end-reasult {
  position: relative;
  display: block;
  margin-top: 39px;
}

.project-details__end-reasult-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 27px;
}

.project-details__end-reasult-text {
  font-size: 18px;
  color: #7e574e;
}

.project-details__bottom {
  position: relative;
  display: block;
  margin-top: 58px;
}

.project-details__bottom-left {
  position: relative;
  display: block;
}

.project-details__points {
  position: relative;
  display: block;
}

.project-details__points li {
  position: relative;
  display: block;
  padding-left: 50px;
  min-height: 35px;
}

.project-details__points li+li {
  margin-top: 21px;
}

.project-details__points li .icon {
  height: 35px;
  width: 35px;
  background-color: #685951;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2px;
  left: 0;
}

.project-details__points li .icon span {
  position: relative;
  display: inline-block;
  color: var(--woodza-white);
  opacity: .70;
  font-size: 15px;
}

.project-details__points li .text {
  position: relative;
  display: block;
}

.project-details__points li .text p {
  opacity: .80;
}

.project-details__bottom-call {
  position: relative;
  display: block;
  background-color: #987971;
  max-width: 300px;
  width: 100%;
  padding: 20px 30px 25px;
  margin-top: 50px;
}

.project-details__bottom-call p {
  font-size: 22px;
  color: var(--woodza-white);
  font-weight: 700;
  line-height: 32px;
  font-family: var(--woodza-font-two);
  margin-bottom: 4px;
}

.project-details__bottom-call h4 {
  position: relative;
  display: flex;
  align-items: center;
}

.project-details__bottom-call h4 span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--woodza-white);
}

.project-details__bottom-call h4 a {
  font-size: 28px;
  font-weight: 700;
  color: var(--woodza-white);
  padding-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__bottom-call h4 a:hover {
  color: var(--woodza-base);
}

.project-details__bottom-right {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: rgb(247, 245, 244);
  padding: 50px 25px 50px;
  margin-top: 2px;
}

.project-details__bottom-right .faq-one-accrodion .accrodion-title h4 {
  font-size: 18px;
  font-weight: 600;
}

.project-details__bottom-right .faq-one-accrodion .accrodion-title {
  background-color: #fff;
  border-radius: 5px;
}

.project-details__bottom-right .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--woodza-black);
}

.project-details__bottom-right .faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: var(--woodza-white);
}

.project-details__bottom-right .faq-one-accrodion .accrodion-content {
  border: 0;
}

/*--------------------------------------------------------------
# Similar Project
--------------------------------------------------------------*/
.similar-project {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.similar-project .project-two__single {
  margin-bottom: 30px;
}

.similar-project .project-two__content {
  padding: 26px 25px 26px;
}

.similar-project .project-two__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

/*--------------------------------------------------------------
# Project Page One
--------------------------------------------------------------*/
.project-page-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-page-one .project-two__single {
  margin-bottom: 30px;
}

.project-page-one .project-two__content {
  padding: 26px 25px 26px;
}

.project-page-one .project-two__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

/*--------------------------------------------------------------
# Project Page Two
--------------------------------------------------------------*/
.project-page-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.project-page-two__container {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.contact-page__left {
  position: relative;
  display: block;
  margin-top: -11px;
}

.contact-page__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 22px;
}

.contact-page__text-1 {
  font-size: 18px;
  opacity: .80;
  line-height: 30px;
}

.contact-page__list {
  position: relative;
  display: block;
  margin-top: 48px;
}

.contact-page__list li {
  position: relative;
  display: block;
  padding-left: 115px;
}

.contact-page__list li+li {
  margin-top: 40px;
}

.contact-page__list li .icon {
  height: 85px;
  width: 85px;
  background-color: #60443e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--woodza-white);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__list li:hover .icon {
  background-color: var(--woodza-base);
}

.contact-page__list li .content {
  position: relative;
  display: block;
}

.contact-page__list li .content h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 14px;
}

.contact-page__list li .content p {
  font-size: 18px;
  color: var(--woodza-black);
  line-height: 30px;
}

.contact-page__list li .content p a {
  color: var(--woodza-black);
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__list li .content p a:hover {
  color: var(--woodza-base);
}


.contact-page__right {
  position: relative;
  display: block;
  background-color: #f1eae8;
  padding: 40px 45px 45px;
  margin-left: 40px;
}

.contact-page__right-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.contact-page__right-text {
  font-size: 18px;
  opacity: .80;
  padding-top: 21px;
  padding-bottom: 35px;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__form .row {
  --bs-gutter-x: 20px;
}

.contact-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 0;
  background-color: var(--woodza-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: rgba(var(--woodza-black-rgb), .70);
  display: block;
  border-radius: 0;
  font-weight: 400;
}

.contact-page__input-box textarea {
  font-size: 16px;
  color: rgba(var(--woodza-black-rgb), .70);
  height: 155px;
  width: 100%;
  background-color: var(--woodza-white);
  padding: 10px 20px 10px;
  border: 0;
  border-radius: 0px;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.contact-page__input-box.text-message-box {
  height: 155px;
  margin-bottom: 30px;
}

.contact-page__btn {
  font-size: 16px;
  font-weight: 600;
  color: var(--woodza-white);
  border: none;
  background-color: var(--woodza-base);
  text-align: center;
  padding: 11px 35px 11px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__btn:hover {
  background-color: var(--woodza-black);
}


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 600px;
  width: 100%;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 64px 0 120px;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title-box {
  position: relative;
  display: block;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 266px;
  line-height: 266px;
  font-weight: 900;
  margin-bottom: 0;
  color: #735647;
}

.error-page__tagline {
  font-size: 50px;
  line-height: 50px;
  margin-top: 22px;
  margin-bottom: 17px;
  font-weight: 600;
  color: var(--woodza-black);
}

.error-page__text {
  font-size: 20px;
  font-weight: 500;
  opacity: .80;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 51px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 70px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f4f4;
  font-size: 18px;
  color: rgba(115, 86, 71, .70);
  font-weight: 500;
  padding-left: 30px;
  padding-right: 75px;
}

.error-page__form button[type="submit"] {
  background-color: var(--woodza-base);
  color: var(--woodza-white);
  font-size: 25px;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  width: 65px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.error-page__form button[type="submit"]:hover {
  background-color: var(--woodza-black);
}

.error-page__btn {
  font-size: 18px;
  font-weight: 500;
  color: #735647;
  border: 1px solid #735647;
  display: inline-block;
  padding: 18px 50px 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.error-page__btn:hover {
  background-color: #735647;
  color: #fff;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.faq-page__left {
  position: relative;
  display: block;
  margin-right: 70px;
  margin-top: -11px;
}

.faq-page__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 46px;
}

.faq-page__right {
  position: relative;
  display: block;
  margin-left: 18px;
}

.ask-question-box {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 26px 0px rgba(161, 161, 161, 0.35);
  padding: 40px 30px 60px;
  z-index: 1;
}

.ask-question-box-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .15;
  z-index: -1;
}

.ask-question__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 21px;
}

.ask-question__form {
  position: relative;
  display: block;
}

.ask-question__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.ask-question__input-box input[type="text"],
.ask-question__input-box input[type="email"],
.ask-question__input-box textarea {
  height: 55px;
  border: 0;
  background-color: #f1f1f1;
  padding: 0 20px;
  font-size: 16px;
  color: rgba(var(--woodza-black-rgb), .70);
  outline: none;
  width: 100%;
}

.ask-question__input-box textarea {
  padding: 15px 20px 20px;
  height: 120px;
}

.ask-question__input-box.text-message-box {
  height: 120px;
}


.ask-question__btn {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  background-color: var(--woodza-base);
  font-size: 16px;
  color: var(--woodza-white);
  font-weight: 500;
  padding: 11px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ask-question__btn:hover {
  background-color: var(--woodza-black);
}

.faq-email-box {
  position: relative;
  display: block;
  margin-top: 70px;
}

.faq-email-box__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
  background-color: #f9f2f0;
  padding-left: 60px;
}

.faq-email-box__left p {
  font-size: 16px;
  color: #5e4842;
}

.faq-email-box__email a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5e4842;
  color: var(--woodza-white);
  font-weight: 600;
  font-size: 18px;
  padding: 26px 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-email-box__email a:hover {
  background-color: var(--woodza-base);
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonial-page {
  position: relative;
  display: block;
  background-color: #f7f5f5;
  padding: 120px 0 90px;
}

.testimonial-page .container {
  max-width: 1330px;
}

.testimonial-page .testimonial-three__single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Why Choose Four
--------------------------------------------------------------*/
.why-choose-four {
  margin-top: 0;
  padding: 120px 0 226px;
}

/*--------------------------------------------------------------
# Problem Solved Four
--------------------------------------------------------------*/
.problem-solved-four {
  margin-top: -100px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.statment {
  position: relative;
  display: block;
  background-color: #f6edea;
  padding: 280px 0 120px;
  margin-top: -160px;
}

.statment-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.statment-shape-1 img {
  width: auto;
}

.statment-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.statment-shape-2 img {
  width: auto;
}

.statment__left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.statment__left .section-title {
  margin-bottom: 41px;
}

.statment__text-1 {
  font-size: 18px;
  line-height: 34px;
  color: var(--woodza-black);
  opacity: .80;
}

.statment__right {
  position: relative;
  display: block;
  margin-top: 50px;
}

.statment__count-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.statment__count-list li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 39px;
}

.statment__count-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: var(--woodza-white);
  border-radius: 50%;
  font-size: 50px;
  color: var(--woodza-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.statment__count-list li:hover .statment__count-icon {
  background-color: var(--woodza-base);
  color: var(--woodza-white);
}

.statment__count-content-box {
  margin-left: 20px;
  margin-top: -3px;
}

.statment__count-content {
  position: relative;
  display: flex;
  align-items: center;
}

.statment__count-content h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px !important;
  font-family: var(--woodza-font-two) !important;
}

.statment__count-plus {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  font-family: var(--woodza-font-two);
}

.statment__count-text {
  color: var(--woodza-black);
  line-height: 25px;
}

.statment__right-text {
  font-size: 20px;
  line-height: 34px;
  opacity: .80;
}


.about-history-three {
  position: relative;
  display: block;
  margin-top: 80px;
}

.about-history-three__left {
  position: relative;
  display: block;
  padding-left: 300px;
}

.about-history-three__img-one {
  position: absolute;
  top: 0;
  left: 0;
  height: 240px;
  width: 240px;
  border-radius: 50%;
}

.about-history-three__img-one:before {
  position: absolute;
  content: "";
  bottom: 25px;
  right: 70px;
  height: 30px;
  width: 30px;
  background-color: var(--woodza-base);
  border-radius: 50%;
  z-index: 2;
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.about-history-three__img-one>img {
  width: 100%;
  border-radius: 50%;
}

.about-history-three__img-two {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.about-history-three__img-two>img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.about-history-three__content {
  position: relative;
  display: block;
  top: 22px;
}

.about-history-three__title {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 25px;
}

.about-history-three__text {
  font-size: 18px;
  line-height: 34px;
  opacity: .80;
}

.about-history-three__right {
  position: relative;
  display: block;
}

.about-history-three__right-img {
  position: relative;
  display: block;
}

.about-history-three__right-img img {
  width: 100%;
}

.about-history-three__video-link {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.about-history-three__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: var(--woodza-base);
  background-color: var(--woodza-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.about-history-three__video-icon:hover {
  color: var(--woodza-white);
  background-color: var(--woodza-base);
}

.about-history-three__video-link .ripple,
.about-history-three__video-icon .ripple:before,
.about-history-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.about-history-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-history-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# About Page Team
--------------------------------------------------------------*/
.about-page-team {
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Blog Page Carousel
--------------------------------------------------------------*/
.blog-page-carousel {
  position: relative;
  display: block;
  padding: 120px 0 190px;
}

.blog-carousel {
  position: relative;
  display: block;
}

.blog-page-carousel .blog-one__single {
  margin-bottom: 0;
}


.carousel-box-shadow.owl-carousel .owl-stage-outer {
  overflow: visible;

}

.carousel-box-shadow.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-box-shadow.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.carousel-dot-styled.owl-carousel .owl-dots {
  position: absolute;
  bottom: -70px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dot-styled.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--woodza-base);
  margin: 0px 10px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.carousel-dot-styled.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  content: "";
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.carousel-dot-styled.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.carousel-dot-styled.owl-carousel .owl-dot:focus {
  outline: none;
}

.carousel-dot-styled.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Project Page Carousel
--------------------------------------------------------------*/
.project-page-carousel {
  position: relative;
  display: block;
  padding: 120px 0 190px;
}

.project-page-carousel .project-two__content {
  padding: 26px 25px 26px;
}

.project-page-carousel .project-two__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

/*--------------------------------------------------------------
# Services Carousel
--------------------------------------------------------------*/
.services-carousel-page {
  position: relative;
  display: block;
  background-color: #faf7f6;
  padding: 120px 0 190px;
}

.services-carousel-page .services-one__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Team Page Carousel
--------------------------------------------------------------*/
.team-page-carousel {
  position: relative;
  display: block;
  padding: 120px 0 190px;
}

.team-page-carousel .team-one__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonial Page Carousel
--------------------------------------------------------------*/
.testimonial-page-carousel {
  position: relative;
  display: block;
  padding: 120px 0 190px;
  background-color: #f7f5f5;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Booking Form
--------------------------------------------------------------*/
.form_section {
    background-color: rgba(255, 255, 255, 0.24);
    border-top: 5px solid var(--woodza-base);
    padding: 30px;
}
.form-title {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
    color: #fff;
}

.form_section .form-control,.form_section .form-select {
    margin-bottom: 5px;
    padding: 9px;
    padding-left: 30px;
    box-shadow: none !important;
    border-radius: 5px !important;
}

.form_section .input-group i {
    position: absolute;
    left: 0;
    z-index: 100; 
    top: 2px;
    width: 28px;
    text-align: center;
    line-height: 38px;
    color: #b9b8b8;
    font-size: 18px;
}

.form_section .input-group input{
  font-size: 13px;
}
.section-padding{
  padding: 50px 0;
}

/*float buttons*/

.whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  background-color: #25d366;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
}

.call-button {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
  background-color: var(--woodza-base);
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
}

.call-button i {
  font-size: 24px;
}
.img_section .row{
    --bs-gutter-x: 10px;
}
.img_section img{
  max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.img_section .left{
  text-align: right;
  margin-bottom: 55px;
}
.img_section .right{
  text-align: left;
  margin-top: 55px;
}
.img_section  .first{
  width: 100%;
  border-radius: 40px 0 0 0;
  margin-bottom: 10px;
}

.img_section  .second{
  width: 80%;
  border-radius: 0px 0 0 40px;
}

.img_section  .third{
  width: 80%;
  border-radius: 0px 40px 0 0px;
    margin-bottom: 10px;
}

.img_section  .forth{
  width: 100%;
  border-radius: 0px 0px 40px 0px;
}

.about_list{
    list-style-type: none;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 23px;
    font-weight: 600;
}
.about_list li{
    width: 50%;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}
.about_list li i{
  color: var(--woodza-base);
}
.trusted_company{

}


.services-two {
    background-color: #eeede8;
    padding: 80px 0 60px;
}

.services-two .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ── Header ── */
.services-two__header {
    text-align: center;
    margin-bottom: 50px;
}

.services-two__tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.services-two__tagline-line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: var(--woodza-base);
    border-radius: 2px;
    position: relative;
}

.services-two__tagline-line::before,
.services-two__tagline-line::after {
    content: '~';
    position: absolute;
    color: var(--woodza-base);
    font-size: 14px;
    top: -8px;
}

.services-two__tagline-line::before { left: -14px; }
.services-two__tagline-line::after  { right: -14px; }

.services-two__tagline-icon {
    font-style: normal;
    font-size: 18px;
    color: var(--woodza-base);
}

.services-two__title {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 14px;
    line-height: 1.2;
}

.services-two__subtitle {
    font-size: 15px;
    color: #777;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── Grid ── */
.services-two__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

/* ── Card ── */
.services-two__card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 100px 20px 20px 100px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    min-height: 160px;
    position: relative;
}

.services-two__card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    transform: translateY(-3px);
}

/* ── Circular Image ── */
.services-two__img-wrap {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 0 10px 10px;
    border: 3px dashed var(--woodza-base);
    position: relative;
    z-index: 2;
}

.services-two__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Decorative leaf shape behind image ── */
.services-two__img-deco {
    display: none; /* handled via pseudo on card */
}

.services-two__card::before {
    content: '';
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: rgba(195, 210, 130, 0.35);
    border-radius: 50% 0 50% 0;
    z-index: 1;
}

/* ── Content ── */
.services-two__content {
    padding: 20px 24px 20px 16px;
    flex: 1;
    position: relative;
    z-index: 2;
}

/* decorative leaf shape in content area */
.services-two__leaf {
    position: absolute;
    right: 16px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    background: rgba(195, 210, 130, 0.25);
    border-radius: 50% 0 50% 0;
    z-index: 0;
}

.services-two__name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.services-two__text {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.services-two__link {
    font-size: 13px;
    font-weight: 700;
    color: var(--woodza-base);
    text-decoration: none;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 1;
    transition: gap 0.2s ease;
}

.services-two__link:hover {
    gap: 10px;
}

.services-two__link span {
    font-size: 16px;
}

/* ── CTA Bar ── */
.services-two__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1.5px solid #ddd;
    border-radius: 50px;
    padding: 14px 30px;
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    flex-wrap: wrap;
}

.services-two__cta-text {
    font-size: 15px;
    color: #444;
    font-weight: 600;
    margin: 0;
}

.services-two__cta-phone {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 1;
}

.services-two__phone-icon {
    font-style: normal;
    color: var(--woodza-base);
}

.services-two__cta-btn {
    background: var(--woodza-base);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.services-two__cta-btn:hover {
    background: #c9622a;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .services-two__grid {
        grid-template-columns: 1fr;
    }

    .services-two__card {
        border-radius: 20px;
    }

    .services-two__img-wrap {
        width: 110px;
        height: 110px;
    }

    .services-two__title {
        font-size: 28px;
    }

    .services-two__cta {
        flex-direction: column;
        text-align: center;
    }
}
        .wdz-section-title__tagline {
            font-size: 14px;
            font-weight: 600;
            color: var(--woodza-base);
            text-transform: uppercase;
            letter-spacing: 3px;
            display: inline-block;
            margin-bottom: 10px;
        }
        .wdz-section-title__heading {
            font-size: 40px;
            font-weight: 700;
            color: var(--woodza-black);
            line-height: 1.2;
        }
        .wdz-section-title__heading span {
            color: var(--woodza-base);
        }

        /* =============================================
           SECTION 1 — 3D GALLERY SLIDER
        ============================================= */
        .wdz-gallery-section {
            padding: 90px 0;
            background: var(--woodza-black);
            overflow: hidden;
            position: relative;
        }
        .wdz-gallery-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: radial-gradient(ellipse at center, rgba(255,109,49,0.08) 0%, transparent 70%);
        }
        .wdz-gallery-section .wdz-container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }
        .wdz-gallery-section .wdz-section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        .wdz-gallery-section .wdz-section-title__heading {
            color: var(--woodza-white);
        }
        .wdz-gallery-section .wdz-section-title__tagline::before,
        .wdz-gallery-section .wdz-section-title__tagline::after {
            content: '—';
            margin: 0 8px;
            color: var(--woodza-base);
        }

        /* 3D Carousel */
        .wdz-gallery-3d-wrapper {
            perspective: 1200px;
            width: 100%;
            height: 450px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wdz-gallery-3d-track {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
        }
        .wdz-gallery-3d-slide {
            position: absolute;
            width: 320px;
            height: 450px;
            top: 0% !important;
            left: 0% !important;
            transform-origin: center;
            transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            cursor: pointer;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.5);
        }
        .wdz-gallery-3d-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
            display: block;
        }
        .wdz-gallery-3d-slide .wdz-gallery-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255,109,49,0.85), rgba(8,13,28,0.7));
            opacity: 0;
            transition: opacity 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wdz-gallery-3d-slide .wdz-gallery-overlay i {
            font-size: 36px;
            color: #fff;
            transform: scale(0.5);
            transition: transform 0.4s ease;
        }
        .wdz-gallery-3d-slide.wdz-active .wdz-gallery-overlay {
            opacity: 0;
        }
        .wdz-gallery-3d-slide:not(.wdz-active):hover .wdz-gallery-overlay,
        .wdz-gallery-3d-slide.wdz-active:hover .wdz-gallery-overlay {
            opacity: 1;
        }
        .wdz-gallery-3d-slide:hover .wdz-gallery-overlay i {
            transform: scale(1);
        }
        .wdz-gallery-3d-slide.wdz-active {
            box-shadow: 0 30px 80px rgba(255,109,49,0.4), 0 0 0 3px rgba(255,109,49,0.6);
        }
        .wdz-gallery-3d-slide img:hover {
            transform: scale(1.05);
        }

        /* Gallery Controls */
        .wdz-gallery-controls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 40px;
        }
        .wdz-gallery-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 2px solid var(--woodza-base);
            background: transparent;
            color: var(--woodza-base);
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wdz-gallery-btn:hover {
            background: var(--woodza-base);
            color: #fff;
            transform: scale(1.1);
        }
        .wdz-gallery-dots {
            display: flex;
            gap: 8px;
        }
        .wdz-gallery-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255,255,255,0.3);
            cursor: pointer;
            transition: all 0.3s;
            border: none;
        }
        .wdz-gallery-dot.wdz-active-dot {
            background: var(--woodza-base);
            width: 24px;
            border-radius: 4px;
        }

        /* Fancybox lightbox trigger */
        .wdz-gallery-lightbox-trigger {
            display: none;
        }

        /* =============================================
           SECTION 2 — WHY CHOOSE US
        ============================================= */
        .wdz-why-section {
            padding: 100px 0;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        .wdz-why-section::before {
            content: '';
            position: absolute;
            top: -100px; right: -100px;
            width: 400px; height: 400px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255,109,49,0.06), transparent 70%);
        }
        .wdz-why-section .wdz-container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }
        .wdz-why-section .wdz-section-header {
            text-align: center;
            margin-bottom: 70px;
        }
        .wdz-why-section .wdz-section-title__tagline::before,
        .wdz-why-section .wdz-section-title__tagline::after {
            content: '—';
            margin: 0 8px;
        }
        .wdz-why-section .wdz-section-title__subtext {
            max-width: 550px;
            margin: 15px auto 0;
            color: #777;
            font-size: 15px;
            line-height: 1.7;
        }

        .wdz-why-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }

        .wdz-why-card {
            background: #fff;
            border-radius: 20px;
            padding: 40px 28px;
            text-align: center;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            border: 1px solid #f0f0f0;
            box-shadow: 0 5px 25px rgba(0,0,0,0.05);
            cursor: default;
        }
        .wdz-why-card::before {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--woodza-base), #ff9a5c);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }
        .wdz-why-card::after {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: linear-gradient(135deg, rgba(255,109,49,0.03), transparent);
            opacity: 0;
            transition: opacity 0.4s;
        }
        .wdz-why-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(255,109,49,0.15);
            border-color: rgba(255,109,49,0.2);
        }
        .wdz-why-card:hover::before { transform: scaleX(1); }
        .wdz-why-card:hover::after { opacity: 1; }

        .wdz-why-card__number {
            position: absolute;
            top: 16px;
            right: 20px;
            font-size: 60px;
            font-weight: 800;
            color: rgba(255,109,49,0.07);
            line-height: 1;
            font-family: var(--woodza-font);
        }

        .wdz-why-card__icon-wrap {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            background: linear-gradient(135deg, rgba(255,109,49,0.1), rgba(255,109,49,0.05));
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            transition: all 0.4s ease;
            position: relative;
            z-index: 2;
        }
        .wdz-why-card:hover .wdz-why-card__icon-wrap {
            background: linear-gradient(135deg, var(--woodza-base), #ff9a5c);
            transform: rotate(-5deg) scale(1.05);
            box-shadow: 0 10px 30px rgba(255,109,49,0.35);
        }
        .wdz-why-card__icon-wrap img {
            width: 40px;
            height: 40px;
            object-fit: contain;
            filter: invert(40%) sepia(80%) saturate(500%) hue-rotate(350deg) brightness(1);
            transition: filter 0.4s ease;
        }
        .wdz-why-card:hover .wdz-why-card__icon-wrap img {
            filter: brightness(0) invert(1);
        }

        .wdz-why-card__title {
            font-size: 18px;
            font-weight: 700;
            color: var(--woodza-black);
            margin-bottom: 12px;
            position: relative;
            z-index: 2;
            transition: color 0.3s;
        }
        .wdz-why-card:hover .wdz-why-card__title {
            color: var(--woodza-base);
        }
        .wdz-why-card__text {
            font-size: 14px;
            color: #888;
            line-height: 1.7;
            position: relative;
            z-index: 2;
        }


        /* =============================================
           RESPONSIVE
        ============================================= */
        @media (max-width: 1200px) {
            .wdz-why-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 768px) {
            .wdz-why-grid { grid-template-columns: 1fr; }
            .wdz-section-title__heading { font-size: 28px; }
            .wdz-gallery-3d-slide { width: 220px; height: 165px; }
        }
        .mobile-nav__toggler i{
          
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
        }

         .wdz-testimonial-section {
        padding: 100px 0;
        background: var(--woodza-black);
        position: relative;
        overflow: hidden;
    }
    .wdz-testimonial-section::before {
        content: '"';
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 400px;
        color: rgba(255,109,49,0.03);
        font-family: Georgia, serif;
        line-height: 1;
        pointer-events: none;
    }
    .wdz-testimonial-section .wdz-container {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
        z-index: 2;
    }
    .wdz-testimonial-section .wdz-section-header {
        text-align: center;
        margin-bottom: 70px;
    }
    .wdz-testimonial-section .wdz-section-title__heading {
        color: var(--woodza-white);
    }
    .wdz-testimonial-section .wdz-section-title__tagline::before,
    .wdz-testimonial-section .wdz-section-title__tagline::after {
        content: '—';
        margin: 0 8px;
        color: var(--woodza-base);
    }
    .wdz-testimonial-section .wdz-section-title__subtext {
        color: rgba(255,255,255,0.5);
        font-size: 15px;
        margin-top: 12px;
    }

    /* ---- Owl Carousel Overrides (scoped to .wdz-testimonial-section) ---- */

    /* Equal height items */
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-stage {
        display: flex;
        align-items: stretch;
    }
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-item {
        display: flex;
    }
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-item .wdz-testi-card {
        height: 100%;
    }

    /* Dots */
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 46px;
    }
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-dots .owl-dot span {
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255,255,255,0.2);
        transition: all 0.35s ease;
        margin: 0;
    }
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-dots .owl-dot.active span,
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-dots .owl-dot:hover span {
        background: var(--woodza-base);
        width: 28px;
        border-radius: 4px;
    }

    /* Nav buttons */
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-nav button.owl-prev,
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-nav button.owl-next {
        width: 54px !important;
        height: 54px !important;
        border-radius: 50% !important;
        border: 2px solid rgba(255,109,49,0.45) !important;
        background: transparent !important;
        color: var(--woodza-base) !important;
        font-size: 26px !important;
        line-height: 1 !important;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        padding: 0 !important;
    }
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-nav button.owl-prev span,
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-nav button.owl-next span {
        font-size: 30px;
        color: var(--woodza-base);
        line-height: 1;
        margin-top: -2px;
        display: inline-block;
    }
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-nav button.owl-prev:hover,
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-nav button.owl-next:hover {
        background: var(--woodza-base) !important;
        border-color: var(--woodza-base) !important;
        transform: scale(1.1);
        box-shadow: 0 10px 30px rgba(255,109,49,0.4);
    }
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-nav button.owl-prev:hover span,
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-nav button.owl-next:hover span {
        color: #fff;
    }
    .wdz-testimonial-section .wdz-testi-owl.owl-carousel .owl-nav.disabled {
        display: none;
    }

    /* ---- Card Styles ---- */
    .wdz-testimonial-section .wdz-testi-card {
        background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 24px;
        padding: 25px;
        position: relative;
        transition: all 0.4s ease;
        backdrop-filter: blur(10px);
        width: 100%;
        box-sizing: border-box;
    }
    .wdz-testimonial-section .wdz-testi-card::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 24px;
        padding: 1px;
        background: linear-gradient(135deg, rgba(255,109,49,0.4), transparent, rgba(255,109,49,0.1));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 0;
        transition: opacity 0.4s;
    }
    .wdz-testimonial-section .wdz-testi-card:hover::before { opacity: 1; }
    .wdz-testimonial-section .wdz-testi-card:hover {
        background: linear-gradient(135deg, rgba(255,109,49,0.08), rgba(255,255,255,0.03));
        transform: translateY(-5px);
        box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    }
    .wdz-testimonial-section .wdz-testi-card__quote-icon {
        font-size: 60px;
        color: var(--woodza-base);
        line-height: 1;
        margin-bottom: 16px;
        opacity: 0.8;
        font-family: Georgia, serif;
    }
    .wdz-testimonial-section .wdz-testi-card__stars {
        display: flex;
        gap: 4px;
        margin-bottom: 18px;
    }
    .wdz-testimonial-section .wdz-testi-card__stars i {
        color: #FFD700;
        font-size: 14px;
    }
    .wdz-testimonial-section .wdz-testi-card__text {
        color: rgba(255,255,255,0.75);
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 30px;
        font-style: italic;
    }
    .wdz-testimonial-section .wdz-testi-card__divider {
        height: 1px;
        background: linear-gradient(90deg, var(--woodza-base), transparent);
        margin-bottom: 24px;
    }
    .wdz-testimonial-section .wdz-testi-card__client {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .wdz-testimonial-section .wdz-testi-card__avatar {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        border: 3px solid var(--woodza-base);
        overflow: hidden;
        flex-shrink: 0;
        box-shadow: 0 0 0 4px rgba(255,109,49,0.15);
    }
    .wdz-testimonial-section .wdz-testi-card__avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .wdz-testimonial-section .wdz-testi-card__name {
        font-size: 16px;
        font-weight: 700;
        color: var(--woodza-white);
        margin-bottom: 2px;
    }
    .wdz-testimonial-section .wdz-testi-card__role {
        font-size: 13px;
        color: var(--woodza-base);
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .wdz-testimonial-section .wdz-testi-card__verified {
        margin-left: auto;
        background: rgba(0,202,78,0.15);
        color: var(--woodza-primary);
        border-radius: 20px;
        padding: 4px 12px;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 4px;
        white-space: nowrap;
    }
    
.service-details .service-details__right {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .service-details .service-details__right {
    margin-left: 0;
    margin-top: 40px;
  }
}

.service-details .service-details__content {
  margin-bottom: 30px;
}

.service-details .service-details__img-one {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}

.service-details .service-details__img-one img {
  width: 100%;
  transition: transform 0.5s ease;
}

.service-details .service-details__img-one:hover img {
  transform: scale(1.02);
}

.service-details .service-details__content-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--woodza-black);
  margin-bottom: 20px;
  font-family: var(--woodza-font-two);
  line-height: 1.3;
  position: relative;
  padding-bottom: 15px;
}

.service-details .service-details__content-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background: var(--woodza-base);
}

.service-details .service-details__text-1 {
  font-size: 16px;
  line-height: 1.8;
  color: var(--woodza-gray);
  margin-bottom: 25px;
  opacity: 0.85;
}

.service-details .service-details__text-1 strong {
  color: var(--woodza-black);
  font-weight: 600;
}

/* =============================================
   BENEFITS TITLES
   ============================================= */

.service-details .service-details__benefits-title-two {
  font-size: 24px;
  font-weight: 600;
  color: var(--woodza-black);
  margin: 40px 0 20px;
  font-family: var(--woodza-font-two);
  position: relative;
  padding-left: 20px;
  border-left: 4px solid var(--woodza-base);
}

.service-details .service-details__subtitle {
  font-size: 20px;
  font-weight: 600;
  color: var(--woodza-black);
  margin: 30px 0 15px;
  font-family: var(--woodza-font-two);
  position: relative;
}

.service-details .service-details__small-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--woodza-base);
  margin: 20px 0 10px;
  font-family: var(--woodza-font-two);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* =============================================
   LISTS STYLING
   ============================================= */

.service-details .service-details__list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.service-details .col-xl-4 .service-details__list li{
  padding-left: 0;
}
.service-details .service-details__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--woodza-gray);
  opacity: 0.85;
}

.service-details .service-details__list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--woodza-base);
  font-size: 16px;
}

.service-details .service-details__list li strong {
  color: var(--woodza-black);
  font-weight: 600;
}

/* =============================================
   TABLE STYLING
   ============================================= */

.service-details .table-responsive {
  margin: 25px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.service-details .table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
}

.service-details .table thead {
  background-color: var(--woodza-black);
  color: var(--woodza-white);
}

.service-details .table thead th {
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  border: none;
  font-family: var(--woodza-font-two);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-details .table tbody tr {
  transition: all 0.3s ease;
}

.service-details .table tbody tr:hover {
  background-color: rgba(254, 213, 61, 0.05);
}

.service-details .table tbody td {
  padding: 12px 15px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: var(--woodza-gray);
}

.service-details .table tbody td:first-child {
  font-weight: 600;
  color: var(--woodza-black);
}

/* =============================================
   FAQ SECTION (ACCORDION)
   ============================================= */

.service-details .service-details__faq {
  margin: 50px 0 30px;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
}

.service-details .accrodion-grp {
  border-radius: 8px;
  overflow: hidden;
}

.service-details .accrodion {
  background: var(--woodza-white);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.service-details .accrodion:last-child {
  margin-bottom: 0;
}

.service-details .accrodion.active {
  box-shadow: 0 5px 15px rgba(254, 213, 61, 0.15);
}

.service-details .accrodion-title {
  padding: 18px 25px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.service-details .accrodion-title:hover {
  background-color: rgba(254, 213, 61, 0.05);
}

.service-details .accrodion-title h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--woodza-black);
  margin: 0;
  font-family: var(--woodza-font-two);
  padding-right: 30px;
  position: relative;
}

.service-details .accrodion-title h4::before {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--woodza-base);
  font-size: 14px;
  transition: all 0.3s ease;
}

.service-details .accrodion.active .accrodion-title h4::before {
  content: '\f068';
}

.service-details .accrodion-content {
  display: none;
  padding: 0 25px 25px;
}

.service-details .accrodion.active .accrodion-content {
  display: block;
}

.service-details .accrodion-content .inner {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}

.service-details .accrodion-content .inner p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--woodza-gray);
  margin: 0;
  opacity: 0.85;
}

/* =============================================
   CTA BOX (CONTACT SECTION)
   ============================================= */

.service-details .service-details__cta {
  margin-top: 50px;
}

.service-details .service-details__contact-box {
  background: linear-gradient(135deg, var(--woodza-black) 0%, #0a0a1a 100%);
  padding: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-details .service-details__contact-box::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: var(--woodza-base);
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
}

.service-details .service-details__contact-box::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: var(--woodza-base);
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
}

.service-details .service-details__contact-icon {
  width: 70px;
  height: 70px;
  background: var(--woodza-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-details .service-details__contact-icon i {
  font-size: 30px;
  color: var(--woodza-black);
}

.service-details .service-details__contact-content {
  flex: 1;
  min-width: 250px;
}

.service-details .service-details__contact-text {
  font-size: 16px;
  color: var(--woodza-white);
  opacity: 0.9;
  margin-bottom: 5px;
  font-family: var(--woodza-font-two);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-details .service-details__contact-number {
  font-size: 28px;
  font-weight: 700;
  color: var(--woodza-white);
  margin: 0;
  font-family: var(--woodza-font-two);
}

.service-details .service-details__contact-number a {
  color: var(--woodza-white);
  transition: all 0.3s ease;
}

.service-details .service-details__contact-number a:hover {
  color: var(--woodza-base);
}

.service-details .service-details__contact-btn-box {
  flex-shrink: 0;
}

.service-details .thm-btn.service-details__contact-btn {
  display: inline-block;
  padding: 15px 40px;
  background: var(--woodza-base);
  color: var(--woodza-black);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  font-family: var(--woodza-font-two);
  text-decoration: none;
}

.service-details .thm-btn.service-details__contact-btn:hover {
  background: transparent;
  border-color: var(--woodza-base);
  color: var(--woodza-base);
}

/* =============================================
   RESPONSIVE STYLES
   ============================================= */

@media (max-width: 991px) {
  .service-details .page-header__inner h2 {
    font-size: 36px;
  }
  
  .service-details .service-details__content-title {
    font-size: 28px;
  }
  
  .service-details .service-details__benefits-title-two {
    font-size: 22px;
  }
  
  .service-details .service-details__contact-number {
    font-size: 22px;
  }
  
  .service-details .service-details__contact-box {
    padding: 30px;
    flex-direction: column;
    text-align: center;
  }
  
  .service-details .service-details__contact-content {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .service-details .page-header {
    padding: 80px 0;
  }
  
  .service-details .page-header__inner h2 {
    font-size: 28px;
  }
  
  .service-details .service-details__content-title {
    font-size: 24px;
  }
  
  .service-details .service-details__benefits-title-two {
    font-size: 20px;
  }
  
  .service-details .service-details__list li {
    font-size: 15px;
  }
  
  .service-details .table thead th {
    font-size: 13px;
    padding: 10px;
  }
  
  .service-details .table tbody td {
    font-size: 13px;
    padding: 8px 10px;
  }
  
  .service-details .service-details__faq {
    padding: 20px;
  }
  
  .service-details .accrodion-title h4 {
    font-size: 16px;
  }
  
  .service-details .service-details__contact-number {
    font-size: 18px;
  }
  
  .service-details .thm-btn.service-details__contact-btn {
    padding: 12px 30px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .service-details .service-details__contact-box {
    padding: 25px 15px;
  }
  
  .service-details .service-details__contact-icon {
    width: 50px;
    height: 50px;
  }
  
  .service-details .service-details__contact-icon i {
    font-size: 22px;
  }
  
  .service-details .service-details__contact-text {
    font-size: 14px;
  }
  
  .service-details .service-details__contact-number {
    font-size: 16px;
  }
  
  .service-details .service-details__table-stack {
    overflow-x: auto;
    display: block;
  }
}

/* =============================================
   UTILITY CLASSES
   ============================================= */

.service-details .text-center {
  text-align: center;
}

.service-details .text-left {
  text-align: left;
}

.service-details .text-right {
  text-align: right;
}

.service-details .mt-0 { margin-top: 0; }
.service-details .mt-10 { margin-top: 10px; }
.service-details .mt-20 { margin-top: 20px; }
.service-details .mt-30 { margin-top: 30px; }
.service-details .mt-40 { margin-top: 40px; }
.service-details .mt-50 { margin-top: 50px; }

.service-details .mb-0 { margin-bottom: 0; }
.service-details .mb-10 { margin-bottom: 10px; }
.service-details .mb-20 { margin-bottom: 20px; }
.service-details .mb-30 { margin-bottom: 30px; }
.service-details .mb-40 { margin-bottom: 40px; }
.service-details .mb-50 { margin-bottom: 50px; }

/* =============================================
   TABLE ALTERNATING ROW COLORS
   ============================================= */

.service-details .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(254, 213, 61, 0.02);
}

/* =============================================
   BULLET POINT COLORS
   ============================================= */

.service-details .fa-check-circle {
  color: var(--woodza-base) !important;
}

/* =============================================
   SERVICE DETAILS IMAGE GALLERY (if needed)
   ============================================= */

.service-details .service-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.service-details .service-gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.service-details .service-gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* =============================================
   HIGHLIGHT BOXES
   ============================================= */

.service-details .highlight-box {
  background: rgba(254, 213, 61, 0.05);
  border-left: 4px solid var(--woodza-base);
  padding: 20px;
  margin: 25px 0;
  border-radius: 0 8px 8px 0;
}

.service-details .highlight-box p:last-child {
  margin-bottom: 0;
}

/* =============================================
   LIST STYLES FOR DIFFERENT TYPES
   ============================================= */

.service-details .list-disc {
  list-style: disc;
  padding-left: 20px;
}

.service-details .list-disc li {
  padding-left: 0;
  margin-bottom: 8px;
}

.service-details .list-disc li::marker {
  color: var(--woodza-base);
}

/* =============================================
   BREADCRUMB SEPARATOR STYLING
   ============================================= */

.service-details .thm-breadcrumb li:last-child span {
  display: none;
}

/* =============================================
   SIDEBAR STYLES (if needed)
   ============================================= */

.service-details .sidebar {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
}

.service-details .sidebar__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--woodza-black);
  margin-bottom: 25px;
  font-family: var(--woodza-font-two);
  position: relative;
  padding-bottom: 15px;
}

.service-details .sidebar__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--woodza-base);
}

.service-details .sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-details .sidebar__list li {
  margin-bottom: 10px;
}

.service-details .sidebar__list li a {
  display: block;
  padding: 12px 20px;
  background: var(--woodza-white);
  color: var(--woodza-gray);
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 500;
}

.service-details .sidebar__list li a:hover {
  background: var(--woodza-base);
  color: var(--woodza-black);
  transform: translateX(5px);
}

.service-details .sidebar__list li.active a {
  background: var(--woodza-base);
  color: var(--woodza-black);
  font-weight: 600;
}

/* =============================================
   SERVICE DETAILS SIDEBAR STYLES - WOODZA THEME
   ============================================= */

.service-details__left {
  position: relative;
  z-index: 1;
}

/* =============================================
   BOOKING FORM SECTION
   ============================================= */

.service-details .booking-form-service {
  background: linear-gradient(135deg, var(--woodza-black) 0%, #a0287d 100%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(145, 32, 109, 0.15);
}

.service-details .booking-form-service::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: var(--woodza-base);
  opacity: 0.15;
  border-radius: 50%;
  z-index: -1;
}

.service-details .booking-form-service::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 150px;
  height: 150px;
  background: var(--woodza-base);
  opacity: 0.15;
  border-radius: 50%;
  z-index: -1;
}

/* Booking Form Elements */
.service-details .booking-form-service .form-group {
  margin-bottom: 20px;
}
.service-details .booking-form-service textarea.form-control {
  height: 120px;
  padding: 15px 20px;
  resize: none;
}

.service-details .booking-form-service .thm-btn {
  width: 100%;
  background: var(--woodza-base);
  color: var(--woodza-black);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-family: var(--woodza-font-two);
  cursor: pointer;
}

.service-details .booking-form-service .thm-btn:hover {
  background: var(--woodza-white);
  color: var(--woodza-black);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* =============================================
   SERVICES LIST BOX
   ============================================= */

.service-details .service-details__service-list-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
}

.service-details .service-details__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--woodza-black);
  margin-bottom: 25px;
  font-family: var(--woodza-font-two);
  position: relative;
  padding-bottom: 15px;
}

.service-details .service-details__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--woodza-base);
}

.service-details .service-details__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-details .service-details__list li {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.service-details .service-details__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.service-details .service-details__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  color: var(--woodza-gray);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: var(--woodza-font);
}

.service-details .service-details__list li a:hover {
  color: var(--woodza-base);
  padding-left: 10px;
}

.service-details .service-details__list li a span {
  font-size: 14px;
  transition: all 0.3s ease;
}

.service-details .service-details__list li a:hover span {
  transform: translateX(5px);
  color: var(--woodza-base);
}

/* Active service link */
.service-details .service-details__list li.active a {
  color: var(--woodza-base);
  font-weight: 600;
}

.service-details .service-details__list li.active a span {
  color: var(--woodza-base);
}

/* =============================================
   SIDEBAR CALL BOX
   ============================================= */

.service-details .sidebar__single {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-details .sidebar__call-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.service-details .sidebar__call-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-details .sidebar__single:hover .sidebar__call-img img {
  transform: scale(1.05);
}

.service-details .sidebar__call-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
}

.service-details .sidebar__call-content {
  position: relative;
  background: var(--woodza-black);
  padding: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.service-details .sidebar__call-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
}

.service-details .sidebar__call-icon {
  width: 70px;
  height: 70px;
  background: var(--woodza-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  animation: callPulse 2s infinite;
}

@keyframes callPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 213, 61, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(254, 213, 61, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(254, 213, 61, 0);
  }
}

.service-details .sidebar__call-icon span {
  font-size: 30px;
  color: var(--woodza-black);
}

.service-details .sidebar__call-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--woodza-white);
  margin-bottom: 15px;
  font-family: var(--woodza-font-two);
  line-height: 1.3;
}

.service-details .sidebar__call-number {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--woodza-font-two);
}

.service-details .sidebar__call-number a {
  color: var(--woodza-base);
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-details .sidebar__call-number a:hover {
  color: var(--woodza-white);
}

.service-details .sidebar__call-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-family: var(--woodza-font);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* =============================================
   SIDEBAR ADDITIONAL ELEMENTS
   ============================================= */

/* Download Brochure Section */
.service-details .sidebar__brochure {
  background: var(--woodza-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}

.service-details .sidebar__brochure-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--woodza-black);
  margin-bottom: 20px;
  font-family: var(--woodza-font-two);
}

.service-details .sidebar__brochure-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-details .sidebar__brochure-list li {
  margin-bottom: 15px;
}

.service-details .sidebar__brochure-list li a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  color: var(--woodza-gray);
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-details .sidebar__brochure-list li a:hover {
  background: var(--woodza-base);
  color: var(--woodza-black);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(254, 213, 61, 0.2);
}

.service-details .sidebar__brochure-list li a i {
  font-size: 20px;
  margin-right: 15px;
}

.service-details .sidebar__brochure-list li a span {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
}

.service-details .sidebar__brochure-list li a .icon-download {
  font-size: 16px;
}

/* Contact Info Sidebar */
.service-details .sidebar__contact-info {
  background: var(--woodza-white);
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.service-details .sidebar__contact-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--woodza-black);
  margin-bottom: 20px;
  font-family: var(--woodza-font-two);
}

.service-details .sidebar__contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-details .sidebar__contact-info ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.service-details .sidebar__contact-info ul li:last-child {
  margin-bottom: 0;
}

.service-details .sidebar__contact-info ul li i {
  width: 30px;
  color: var(--woodza-base);
  font-size: 18px;
  margin-top: 3px;
}

.service-details .sidebar__contact-info ul li span {
  flex: 1;
  color: var(--woodza-gray);
  font-size: 15px;
  line-height: 1.6;
}

.service-details .sidebar__contact-info ul li a {
  color: var(--woodza-gray);
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-details .sidebar__contact-info ul li a:hover {
  color: var(--woodza-base);
}

/* =============================================
   RESPONSIVE STYLES
   ============================================= */

@media (max-width: 1199px) {
  .service-details__left {
    margin-bottom: 50px;
  }
  
  .service-details .booking-form-service {
    padding: 25px;
  }
  
  .service-details .sidebar__call-title {
    font-size: 20px;
  }
  
  .service-details .sidebar__call-number {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .service-details .booking-form-service {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .service-details .service-details__service-list-box {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .service-details .sidebar__single {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .service-details .booking-form-service {
    padding: 20px;
  }
  
  .service-details .booking-form-service .form-control {
    height: 50px;
    font-size: 14px;
  }
  
  .service-details .booking-form-service .thm-btn {
    padding: 12px 25px;
    font-size: 15px;
  }
  
  .service-details .service-details__title {
    font-size: 22px;
  }
  
  .service-details .service-details__list li a {
    font-size: 15px;
    padding: 12px 0;
  }
  
  .service-details .sidebar__call-title {
    font-size: 18px;
  }
  
  .service-details .sidebar__call-number {
    font-size: 18px;
  }
  
  .service-details .sidebar__call-text {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .service-details .booking-form-service {
    padding: 15px;
  }
  
  .service-details .service-details__service-list-box,
  .service-details .sidebar__single,
  .service-details .sidebar__brochure,
  .service-details .sidebar__contact-info {
    padding: 20px;
  }
  
  .service-details .sidebar__call-icon {
    width: 60px;
    height: 60px;
  }
  
  .service-details .sidebar__call-icon span {
    font-size: 24px;
  }
  
  .service-details .sidebar__call-content {
    padding: 25px 15px;
  }
}

/* =============================================
   ANIMATIONS
   ============================================= */

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.service-details .sidebar__single {
  animation: slideInRight 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-details .booking-form-service {
  animation: fadeInUp 0.5s ease;
}

.service-details .service-details__service-list-box {
  animation: fadeInUp 0.6s ease;
}

/* =============================================
   HOVER EFFECTS
   ============================================= */

.service-details .sidebar__single:hover .sidebar__call-content-bg {
  opacity: 0.15;
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.service-details .booking-form-service:hover::before,
.service-details .booking-form-service:hover::after {
  transform: scale(1.2);
  transition: transform 0.5s ease;
}

/* =============================================
   FORM VALIDATION STYLES
   ============================================= */

.service-details .booking-form-service .form-control.error {
  border-color: #ff4d4d;
  background: rgba(255, 77, 77, 0.1);
}

.service-details .booking-form-service .error-message {
  color: #ff4d4d;
  font-size: 13px;
  margin-top: 5px;
  padding-left: 10px;
}

.service-details .booking-form-service .form-control.success {
  border-color: var(--woodza-primary);
}

/* =============================================
   ICON FONTS (if needed)
   ============================================= */

@font-face {
  font-family: 'woodza-icon';
  src: url('../fonts/woodza-icon.woff2') format('woff2'),
       url('../fonts/woodza-icon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



.icon-right-arrow-2:before {
  content: "\e900";
}

.icon-phone-call:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e902";
}
.service-details__left .form_section{ 
  
    background-color: transparent !important;
    padding: 15px 12px;
}
.service-details .booking-form-service .form-group{
  margin-bottom: 10px;
}
/* =============================================
   ABOUT US SECTION - WOODZA THEME
   ============================================= */

.woodza-about-section {
    padding: 80px 0;
    background-color: var(--woodza-white);
    font-family: var(--woodza-font);
}

.woodza-about-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.woodza-about-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* Left Content Column */
.woodza-about-content {
    flex: 1;
}

.woodza-about-quote {
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, rgba(254, 213, 61, 0.05) 0%, rgba(145, 32, 109, 0.02) 100%);
    border-radius: 20px;
    border: 1px solid #c3c3c3;
    border-left: 6px solid var(--woodza-base);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
}

.woodza-quote-text {
    font-size: 18px;
    line-height: 1.8;
    color: var(--woodza-gray);
    margin: 0;
    font-style: italic;
    font-weight: 400;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

/* Add quotation mark decoration */
.woodza-about-quote::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 120px;
    font-family: serif;
    color: var(--woodza-base);
    opacity: 0.15;
    line-height: 1;
    z-index: 1;
}

/* Right Image Column */
.woodza-about-image {
    flex: 1;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.woodza-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.woodza-about-image:hover img {
    transform: scale(1.02);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .woodza-about-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    
    .woodza-about-content,
    .woodza-about-image {
        width: 100%;
    }
    
    .woodza-about-image {
        height: 350px;
    }
    
    .woodza-quote-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .woodza-about-section {
        padding: 60px 0;
    }
    
    .woodza-about-quote {
        padding: 30px;
    }
    
    .woodza-about-quote::before {
        font-size: 80px;
        top: 10px;
        left: 10px;
    }
    
    .woodza-about-image {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .woodza-about-section {
        padding: 40px 0;
    }
    
    .woodza-about-quote {
        padding: 25px;
    }
    
    .woodza-quote-text {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .woodza-about-image {
        height: 250px;
    }
    .wdz-gallery-3d-wrapper{
      height: 380px !important;
    }
        .wdz-gallery-3d-slide {
        width: 253px;
        height: 380px;
    }
}
@media (max-width: 768px) {
  
    .wdz-gallery-3d-wrapper{
      height: 380px !important;
    }
        .wdz-gallery-3d-slide {
        width: 253px;
        height: 380px;
    }
}

.woodza-team-section {
    background-color: var(--woodza-white);
    font-family: var(--woodza-font);
    position: relative;
    overflow: hidden;
}

.woodza-team-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(var(--woodza-base-rgb), 0.05);
    border-radius: 50%;
    z-index: 0;
}

.woodza-team-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: rgba(var(--woodza-primary-rgb), 0.05);
    border-radius: 50%;
    z-index: 0;
}

.woodza-section-header {
    position: relative;
    z-index: 1;
}

.woodza-section-tagline {
    display: inline-block;
    font-family: var(--woodza-font-two);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--woodza-base);
    background: rgba(var(--woodza-base-rgb), 0.1);
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.woodza-section-title {
    font-family: var(--woodza-font);
    font-size: 42px;
    font-weight: 700;
    color: var(--woodza-gray);
    margin-bottom: 15px;
    line-height: 1.2;
}

.woodza-section-title span {
    color: var(--woodza-base);
    position: relative;
    display: inline-block;
}

.woodza-section-title span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(var(--woodza-base-rgb), 0.2);
    z-index: -1;
}

.woodza-section-subtitle {
    font-family: var(--woodza-font-two);
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.woodza-team-card {
    background: var(--woodza-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(var(--woodza-base-rgb), 0.1);
}

.woodza-team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(var(--woodza-black-rgb), 0.15);
    border-color: rgba(var(--woodza-base-rgb), 0.3);
}

.woodza-team-image-wrapper {
    position: relative;
    overflow: hidden;
}

.woodza-team-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.woodza-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.woodza-team-card:hover .woodza-team-image img {
    transform: scale(1.1);
}

.woodza-team-social {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 15px;
    background: linear-gradient(to top, rgba(var(--woodza-black-rgb), 0.9), transparent);
    transition: bottom 0.3s ease;
}

.woodza-team-card:hover .woodza-team-social {
    bottom: 0;
}

.woodza-team-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--woodza-white);
    color: var(--woodza-black);
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.woodza-team-social a:hover {
    background: var(--woodza-base);
    color: var(--woodza-white);
    transform: rotate(360deg);
}

.woodza-team-content {
    padding: 20px 15px;
    text-align: center;
    background: var(--woodza-white);
    position: relative;
}

.woodza-team-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--woodza-base);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.woodza-team-card:hover .woodza-team-content::before {
    width: 80px;
}

.woodza-team-name {
    font-family: var(--woodza-font);
    font-size: 20px;
    font-weight: 600;
    color: var(--woodza-black);
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.woodza-team-card:hover .woodza-team-name {
    color: var(--woodza-base);
}

.woodza-team-position {
    font-family: var(--woodza-font-two);
    font-size: 14px;
    color: #666;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .woodza-section-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .woodza-section-title {
        font-size: 30px;
    }
    
    .woodza-team-card {
        max-width: 350px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .woodza-section-title {
        font-size: 26px;
    }
    
    .woodza-section-tagline {
        font-size: 14px;
        padding: 6px 16px;
    }
    
    .woodza-section-subtitle {
        font-size: 16px;
    }
}
.header_top_contact{
  display: flex;
  align-items: center;
  gap: 5px;
}
header .contact {
  animation: colorShift 4s linear infinite;
}

@keyframes colorShift {
  0%   { background-color: #ff3b3b; }
  25%  { background-color: #ff9800; }
  50%  { background-color: #4caf50; }
  75%  { background-color: #2196f3; }
  100% { background-color: #ff3b3b; }
}
/* Brand Section */
.wdz-brand-section {
    background: var(--woodza-white);
}

.wdz-brand-item {
    background: var(--woodza-white);
    border: 1px solid rgba(var(--woodza-black-rgb), 0.05);
    padding: 25px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.4s ease;
}

.wdz-brand-item img {
    max-width: 140px;
    margin: 0 auto;
    transition: all 0.4s ease;
    aspect-ratio: 1;
}

.wdz-brand-item:hover {
    border-color: var(--woodza-base);
    box-shadow: 0 10px 25px rgba(var(--woodza-black-rgb), 0.08);
}

.wdz-brand-item:hover img {
    opacity: 1;
    transform: scale(1.05);
}
.category_service_card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: var(--woodza-white);
}

.category_service_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.category_service_card .image {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.category_service_card .image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(35, 35, 35, 0.75) 100%);
    transition: opacity 0.3s ease;
}

.category_service_card:hover .image::after {
    opacity: 0.85;
}

.category_service_card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.category_service_card:hover .image img {
    transform: scale(1.07);
}

.category_service_card .content {
    padding: 24px 26px;
    background: var(--woodza-white);
    border-top: 3px solid var(--woodza-base);
    transition: background 0.3s ease;
}

.category_service_card:hover .content {
    background: var(--woodza-gray);
}

.category_service_card .content .title {
    font-family: var(--woodza-font);
    font-size: 20px;
    font-weight: 700;
    color: var(--woodza-black);
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.category_service_card:hover .content .title {
    color: var(--woodza-base);
}

.category_service_card .content p {
    font-family: var(--woodza-font-two);
    font-size: 15px;
    line-height: 1.7;
    color: var(--woodza-gray);
    margin: 0;
    transition: color 0.3s ease;
}

.category_service_card:hover .content p {
    color: rgba(255, 255, 255, 0.80);
}