/* Css For Kitchnox */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
/*** 

====================================================================
  Global Settings
====================================================================

 ***/

:root {
  --theme-color: #7a1f2b;
  --secondary-color: #272e35;
  --text-color: #6f6a63;
  --title-color: #171717;
  --title-font: "Jost", sans-serif;
  --text-font: "Jost", sans-serif;
  --jost: "Jost", sans-serif;
}

body {
  font-size: 18px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: var(--text-font);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container {
  max-width: 1380px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
}

::-webkit-input-placeholder {
  color: inherit !important;
}

::-moz-input-placeholder {
  color: inherit !important;
}

::-ms-input-placeholder {
  color: inherit !important;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: var(--title-font);
  font-weight: 500;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

/* =========================================================
   PREMIUM PRELOADER
========================================================= */

.handle-preloader {
  position: fixed;

  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #171717;

  z-index: 9999999;

  overflow: hidden;
}

/* =========================================================
   GOLD BACKGROUND GLOW
========================================================= */

.handle-preloader:before {
  position: absolute;

  content: "";

  width: 500px;
  height: 500px;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  background: radial-gradient(
    circle,
    rgba(200, 155, 60, 0.1) 0%,
    rgba(200, 155, 60, 0.04) 35%,
    transparent 70%
  );

  pointer-events: none;
}

/* =========================================================
   PRELOADER CONTENT
========================================================= */

.handle-preloader .animation-preloader {
  position: relative;

  z-index: 5;

  text-align: center;

  width: 100%;

  padding: 20px;
}

/* =========================================================
   LOGO MARK
========================================================= */

.preloader-logo {
  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 35px;
}

/* Logo circle */

.logo-mark {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 75px;
  height: 75px;

  border: 1px solid #c89b3c;

  border-radius: 50%;

  color: #c89b3c;

  font-family: "Jost", sans-serif;

  font-size: 22px;

  font-weight: 600;

  letter-spacing: 2px;

  position: relative;
}

/* Inner circle */

.logo-mark:before {
  position: absolute;

  content: "";

  width: 58px;
  height: 58px;

  border: 1px solid rgba(200, 155, 60, 0.35);

  border-radius: 50%;
}

/* =========================================================
   LOADING TEXT
========================================================= */

.handle-preloader .animation-preloader .txt-loading {
  display: flex;

  align-items: center;
  justify-content: center;

  margin: 0;

  user-select: none;
}

/* Letters */

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;

  display: inline-block;

  color: transparent;

  font-family: "Jost", sans-serif;

  font-size: 52px;

  line-height: 60px;

  font-weight: 600;

  letter-spacing: 5px;

  text-transform: uppercase;

  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.35);
}

/* Animated gold letters */

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  position: absolute;

  content: attr(data-text-preloader);

  left: 0;
  top: 0;

  width: 100%;

  color: #c89b3c;

  opacity: 0;

  transform: rotateY(-90deg);

  animation: premiumLetters 4s infinite;
}

/* =========================================================
   LETTER DELAYS
========================================================= */

.handle-preloader .txt-loading .letters-loading:nth-child(1):before {
  animation-delay: 0s;
}

.handle-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.15s;
}

.handle-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.3s;
}

.handle-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.45s;
}

.handle-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.6s;
}

.handle-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 0.75s;
}

.handle-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 0.9s;
}

.handle-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.05s;
}

/* =========================================================
   GOLD LINE
========================================================= */

.preloader-line {
  position: relative;

  width: 160px;

  height: 1px;

  margin: 28px auto 15px;

  background: rgba(200, 155, 60, 0.25);

  overflow: hidden;
}

/* Animated line */

.preloader-line:before {
  position: absolute;

  content: "";

  left: -100%;

  top: 0;

  width: 100%;

  height: 100%;

  background: #c89b3c;

  animation: loadingLine 2s infinite ease-in-out;
}

/* =========================================================
   SMALL TEXT
========================================================= */

.handle-preloader .animation-preloader p {
  margin: 0;

  color: rgba(255, 255, 255, 0.55);

  font-family: "Jost", sans-serif;

  font-size: 10px;

  line-height: 18px;

  font-weight: 500;

  letter-spacing: 3px;

  text-transform: uppercase;
}

/* =========================================================
   LETTER ANIMATION
========================================================= */

@keyframes premiumLetters {
  0% {
    opacity: 0;

    transform: rotateY(-90deg);
  }

  15% {
    opacity: 1;

    transform: rotateY(0deg);
  }

  45% {
    opacity: 1;

    transform: rotateY(0deg);
  }

  75% {
    opacity: 0;

    transform: rotateY(90deg);
  }

  100% {
    opacity: 0;

    transform: rotateY(90deg);
  }
}

/* =========================================================
   LOADING LINE ANIMATION
========================================================= */

@keyframes loadingLine {
  0% {
    left: -100%;
  }

  50% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

/* =========================================================
   PRELOADER FADE OUT
========================================================= */

.preloader .loaded .animation-preloader {
  opacity: 0;

  transition: opacity 0.5s ease;
}

/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {
  .handle-preloader .animation-preloader {
    padding: 15px;
  }

  .logo-mark {
    width: 65px;

    height: 65px;

    font-size: 19px;
  }

  .logo-mark:before {
    width: 50px;

    height: 50px;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 38px;

    line-height: 45px;

    letter-spacing: 3px;
  }

  .preloader-line {
    width: 130px;

    margin-top: 24px;
  }

  .handle-preloader .animation-preloader p {
    font-size: 8px;

    letter-spacing: 2px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media only screen and (max-width: 480px) {
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;

    line-height: 38px;

    letter-spacing: 2px;
  }

  .preloader-logo {
    margin-bottom: 25px;
  }

  .logo-mark {
    width: 58px;

    height: 58px;

    font-size: 17px;
  }

  .logo-mark:before {
    width: 44px;

    height: 44px;
  }

  .preloader-line {
    width: 110px;

    margin-top: 20px;
  }
}

/* =========================================================
   EXTRA SMALL
========================================================= */

@media only screen and (max-width: 360px) {
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 25px;

    letter-spacing: 1px;
  }

  .handle-preloader .animation-preloader p {
    font-size: 7px;

    letter-spacing: 1.5px;
  }
}
/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--jost);
  color: #fff !important;
  background: var(--theme-color);
  text-align: center;
  padding: 16px 35px 14px 35px;
  z-index: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.theme-btn:before,
.theme-btn:after {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 100%;
  height: 0%;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:before {
  top: 0px;
}

.theme-btn:after {
  bottom: 0px;
}

.theme-btn:hover:before,
.theme-btn:hover:after {
  height: 50%;
}

/** styled-pagination */

.pagination {
  position: relative;
  display: block;
}

.pagination li {
  position: relative;
  display: inline-block;
  margin-right: 9px;
}

.pagination li:last-child {
  margin-right: 0px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 44px;
  width: 44px;
  line-height: 40px;
  background: #ffffff;
  text-align: center;
  color: #172460;
  border: 2px solid #d4d4d4;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
  color: #fff;
}

.sec-pad {
  padding: 142px 0px 150px 0px;
}

.mr-0 {
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
  position: fixed;
  right: 30px;
     bottom: 95px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px rgba(0, 46, 65, 0.2);
  border-radius: 50%;
  z-index: 90000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-to-top.scroll-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.scroll-to-top::after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/icon-9.png);
  text-align: center;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
}

.scroll-to-top:hover::after {
}

.scroll-to-top:hover::before {
  opacity: 1;
}

.scroll-to-top .scroll-top-inner path {
  stroke-width: 4;
  fill: transparent;
  box-sizing: border-box;
  stroke: var(--theme-color);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.sec-title {
  position: relative;
  display: block;
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 42px;
}

.sec-title.centred .sub-title {
  padding-right: 40px;
}

.sec-title .sub-title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0px;
  top: 12px;
}

.sec-title.centred .sub-title:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  right: 0px;
  top: 12px;
}

.sec-title h2 {
  display: block;
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
}

.sec-title.light h2 {
  color: #fff;
}

.sec-title p {
  margin-top: 12px;
}

.sec-title.light p {
  color: rgba(255, 255, 255, 0.7);
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/* =========================================================
   PREMIUM ALUMINUM KITCHEN HEADER
========================================================= */

:root {
  --header-dark: #171717;
  --header-dark-2: #202020;
  --header-gold: #c89b3c;
  --header-gold-light: #d9b765;
  --header-white: #ffffff;
  --header-gray: #b8b8b8;
}

/* =========================================================
   RESET
========================================================= */

.premium-header,
.premium-header * {
  box-sizing: border-box;
}

.premium-header a {
  text-decoration: none;
}

.premium-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* =========================================================
   MAIN HEADER
========================================================= */

.premium-header {
  position: relative;
  width: 100%;
  z-index: 9999;

  font-family: "Jost", sans-serif;
}

/* =========================================================
   CONTAINER
========================================================= */

.premium-header .header-container {
  width: 100%;

  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}

/* =========================================================
   TOP BAR
========================================================= */

.premium-header .header-top {
  position: relative;

  background: #121212;

  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.premium-header .header-top .header-container {
  min-height: 43px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

/* TOP LEFT */

.premium-header .top-left {
  display: flex;

  align-items: center;

  gap: 28px;
}

.premium-header .top-contact {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  color: #b8b8b8;

  font-size: 12px;

  font-weight: 400;

  transition: all 0.3s ease;
}

.premium-header .top-contact i {
  color: var(--header-gold);

  font-size: 11px;
}

.premium-header .top-contact span {
  color: #fff;

  font-weight: 500;
}

.premium-header .top-contact:hover {
  color: var(--header-gold-light);
}

/* TOP RIGHT */

.premium-header .top-right {
  display: flex;

  align-items: center;

  gap: 25px;
}

.premium-header .top-text {
  color: #888;

  font-size: 11px;

  letter-spacing: 0.5px;
}

/* SOCIAL */

.premium-header .top-social {
  display: flex;

  align-items: center;

  gap: 7px;
}

.premium-header .top-social a {
  width: 25px;

  height: 25px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #aaa;

  font-size: 11px;

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 50%;

  transition: all 0.3s ease;
}

.premium-header .top-social a:hover {
  background: var(--header-gold);

  border-color: var(--header-gold);

  color: #171717;

  transform: translateY(-2px);
}

/* =========================================================
   MAIN NAVBAR
========================================================= */

.premium-header .header-lower {
  position: relative;

  background: #171717;

  border-bottom: 1px solid rgba(200, 155, 60, 0.18);
}

.premium-header .navbar-container {
  min-height: 92px;
   display: flex;
    justify-content: space-around;
  align-items: center;
  gap: 30px;
}

/* =========================================================
   LOGO
========================================================= */

.premium-header .header-logo {
  flex-shrink: 0;

  display: flex;

  align-items: center;
}

.premium-header .header-logo a {
  display: flex;

  align-items: center;
}

.premium-header .header-logo img {
  display: block;
  width: 228px;
  height: auto;
  max-height: 85px;
  object-fit: contain;
}

/* =========================================================
   DESKTOP NAV
========================================================= */

/* .premium-header .desktop-navigation {
  margin-left: auto;
} */

.premium-header .desktop-navigation > ul {
  display: flex;

  align-items: center;

  gap: 4px;
}

.premium-header .desktop-navigation > ul > li {
  position: relative;
}

.premium-header .desktop-navigation > ul > li > a {
  position: relative;

  display: flex;

  align-items: center;

  gap: 7px;

  min-height: 92px;

  padding: 0 17px;

  color: #eaeaea;

  font-size: 14px;

  font-weight: 500;

  letter-spacing: 0.3px;

  transition: all 0.3s ease;
}

/* UNDERLINE */

.premium-header .desktop-navigation > ul > li > a:after {
  position: absolute;

  content: "";

  left: 17px;

  right: 17px;

  bottom: 0;

  height: 2px;

  background: var(--header-gold);

  transform: scaleX(0);

  transform-origin: center;

  transition: transform 0.3s ease;
}

.premium-header .desktop-navigation > ul > li:hover > a,
.premium-header .desktop-navigation > ul > li.active > a {
  color: var(--header-gold-light);
}

.premium-header .desktop-navigation > ul > li:hover > a:after,
.premium-header .desktop-navigation > ul > li.active > a:after {
  transform: scaleX(1);
}

/* DOWN ARROW */

.premium-header .desktop-navigation > ul > li > a > i {
  font-size: 8px;

  color: #888;

  transition: transform 0.3s ease;
}

.premium-header .desktop-navigation > ul > li:hover > a > i {
  color: var(--header-gold);

  transform: rotate(180deg);
}

/* =========================================================
   DROPDOWN
========================================================= */

.premium-header .nav-dropdown {
  position: absolute;

  top: calc(100% + 1px);

  left: 0;

  min-width: 235px;

  padding: 12px 0;

  background: #202020;

  border-top: 2px solid var(--header-gold);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);

  opacity: 0;

  visibility: hidden;

  transform: translateY(12px);

  transition: all 0.3s ease;
}

.premium-header .has-dropdown:hover > .nav-dropdown {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.premium-header .nav-dropdown li a {
  display: block;

  padding: 11px 22px;

  color: #c5c5c5;

  font-size: 13px;

  font-weight: 400;

  transition: all 0.3s ease;
}

.premium-header .nav-dropdown li a:hover {
  color: var(--header-gold);

  background: rgba(200, 155, 60, 0.07);

  padding-left: 27px;
}

/* =========================================================
   HEADER ACTIONS
========================================================= */

.premium-header .header-actions {
  display: flex;

  align-items: center;

  gap: 14px;

  flex-shrink: 0;
}

/* =========================================================
   CTA BUTTON
========================================================= */

.premium-header .header-cta {
  min-height: 44px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  padding: 0 18px;

  color: #171717;

  background: var(--header-gold);

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 0.6px;

  text-transform: uppercase;

  white-space: nowrap;

  transition: all 0.3s ease;
}

.premium-header .header-cta i {
  font-size: 10px;

  transition: transform 0.3s ease;
}

.premium-header .header-cta:hover {
  background: var(--header-gold-light);

  transform: translateY(-2px);

  box-shadow: 0 8px 20px rgba(200, 155, 60, 0.15);
}

.premium-header .header-cta:hover i {
  transform: translateX(4px);
}

/* =========================================================
   LANGUAGE SWITCHER
========================================================= */

.premium-header .language-switcher {
  position: relative;
}

.premium-header .language-btn {
  height: 44px;
  background: #7a1f2b !important;
  min-width: 70px;

  padding: 0 11px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 7px;

  color: #fff;

  border: 1px solid rgba(200, 155, 60, 0.55);

  cursor: pointer;

  font-family: "Jost", sans-serif;

  font-size: 12px;

  font-weight: 600;

  transition: all 0.3s ease;
}

.premium-header .language-btn > i:first-child {
  color: var(--header-gold);

  font-size: 13px;
}

.premium-header .language-arrow {
  font-size: 8px !important;

  color: #999 !important;

  transition: transform 0.3s ease;
}

.premium-header .language-switcher:hover .language-btn {
  background: rgba(200, 155, 60, 0.08);

  border-color: var(--header-gold);
}

.premium-header .language-switcher:hover .language-arrow {
  transform: rotate(180deg);

  color: var(--header-gold) !important;
}

/* LANGUAGE DROPDOWN */

.premium-header .language-dropdown {
  position: absolute;

  top: calc(100% + 10px);

  right: 0;

  width: 145px;

  padding: 7px 0;

  background: #fff;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);

  opacity: 0;

  visibility: hidden;

  transform: translateY(10px);

  transition: all 0.25s ease;
}

.premium-header .language-dropdown:before {
  position: absolute;

  content: "";

  top: -5px;

  right: 22px;

  width: 10px;

  height: 10px;

  background: #fff;

  transform: rotate(45deg);
}

.premium-header .language-switcher:hover .language-dropdown {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.premium-header .language-dropdown a {
  display: flex;

  align-items: center;

  gap: 9px;

  padding: 10px 16px;

  color: #333;

  font-size: 13px;

  font-weight: 500;

  transition: all 0.25s ease;
}

.premium-header .language-dropdown a:hover {
  color: var(--header-gold);

  background: #f7f4ee;
}

/* =========================================================
   MOBILE BUTTON
========================================================= */

.premium-header .mobile-menu-toggle {
  display: none;

  width: 45px;

  height: 45px;

  padding: 0;

  border: 1px solid rgba(200, 155, 60, 0.5);

  cursor: pointer;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 5px;
}

.premium-header .mobile-menu-toggle span {
  display: block;

  width: 19px;

  height: 2px;

  background: #fff;

  transition: all 0.3s ease;
}

.premium-header .mobile-menu-toggle:hover {
  border-color: var(--header-gold);

  background: rgba(200, 155, 60, 0.08);
}

.premium-header .mobile-menu-toggle:hover span {
  background: var(--header-gold);
}
/* =========================================
   MOBILE MENU BUTTON
========================================= */

.mobile-nav-toggler {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  cursor: pointer;
  position: relative;
  z-index: 100001;

  border: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.mobile-nav-toggler span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1c1c1c;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* =========================================
   MOBILE MENU
========================================= */

.mobile-menu {
  position: fixed;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  transition: all 0.35s ease;
}

.mobile-menu.active {
  visibility: visible;
  opacity: 1;
}

.mobile-menu .menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.mobile-menu .menu-box {
  position: absolute;
  top: 0;
  right: -100%;
  width: min(380px, 88%);
  height: 100%;
  background: #ffffff;
  padding: 35px 30px;
  overflow-y: auto;
  transition: right 0.4s ease;
  box-shadow: -10px 0 35px rgba(0, 0, 0, 0.12);
}

.mobile-menu.active .menu-box {
  right: 0;
}

/* =========================================
   CLOSE BUTTON
========================================= */

.mobile-menu .close-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c1c1c;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100002;
  font-size: 16px;
  transition: all 0.3s ease;
}

.mobile-menu .close-btn:hover {
  background: #b88a44;
  transform: rotate(90deg);
}

/* =========================================
   MOBILE LOGO
========================================= */

.mobile-menu .nav-logo {
  margin-bottom: 40px;
  padding-right: 50px;
}

.mobile-menu .nav-logo img {
  max-width: 145px;
  height: auto;
}

/* =========================================
   MOBILE NAVIGATION
========================================= */

.mobile-menu .navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu .navigation > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #eeeeee;
}

.mobile-menu .navigation > li > a {
  display: block;
  padding: 15px 0;
  color: #1c1c1c;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mobile-menu .navigation > li > a:hover {
  color: #b88a44;
  padding-left: 5px;
}

/* =========================================
   CONTACT INFO
========================================= */

.mobile-menu .contact-info {
  margin-top: 40px;
}

.mobile-menu .contact-info h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #1c1c1c;
}

.mobile-menu .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-menu .contact-info li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}

.mobile-menu .contact-info a {
  color: #666;
  text-decoration: none;
}

/* =========================================
   MOBILE BREAKPOINT
========================================= */

@media (max-width: 991px) {
  .main-header .header-lower .menu-area {
    margin-left: auto;
  }

  .main-header .main-menu {
    display: none !important;
  }

  .mobile-nav-toggler {
    display: flex !important;
  }

  .language-switcher {
    display: none;
  }

  .header-top {
    display: none;
  }

  .header-lower {
    padding: 15px 0;
  }

  .outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo-box img {
    max-width: 145px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {
  .header-lower {
    padding: 12px 0;
  }

  .logo-box img {
    max-width: 125px;
  }

  .mobile-nav-toggler {
    width: 40px;
    height: 40px;
  }

  .mobile-menu .menu-box {
    width: 88%;
    padding: 30px 22px;
  }
}

/* =========================================================
   MOBILE NAVIGATION
========================================================= */

.premium-header .mobile-navigation {
  position: fixed;

  top: 0;

  right: -100%;

  width: 360px;

  max-width: 90%;

  height: 100vh;

  background: #171717;

  z-index: 999999;

  overflow-y: auto;

  box-shadow: -15px 0 40px rgba(0, 0, 0, 0.35);

  transition: right 0.4s ease;
}

.premium-header .mobile-navigation.active {
  right: 0;
}

.premium-header .mobile-menu-inner {
  padding: 30px 25px 40px;
}

/* MOBILE LOGO */

.premium-header .mobile-logo {
  padding-bottom: 25px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.premium-header .mobile-logo img {
  width: 135px;

  max-height: 55px;

  object-fit: contain;
}

/* CLOSE */

.premium-header .mobile-menu-close {
  position: absolute;

  top: 25px;

  right: 20px;

  width: 40px;

  height: 40px;

  border: 1px solid rgba(200, 155, 60, 0.5);

  color: #fff;

  cursor: pointer;

  transition: all 0.3s ease;
}

.premium-header .mobile-menu-close:hover {
  background: var(--header-gold);

  border-color: var(--header-gold);

  color: #171717;
}

/* =========================================================
   MOBILE LINKS
========================================================= */

.premium-header .mobile-nav {
  padding-top: 20px;
}

.premium-header .mobile-nav > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-header .mobile-nav > ul > li > a {
  min-height: 55px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  color: #eee;

  font-size: 16px;

  font-weight: 500;

  transition: all 0.3s ease;
}

.premium-header .mobile-nav > ul > li > a:hover {
  color: var(--header-gold);
}

/* MOBILE SUBMENU */

.premium-header .mobile-dropdown > ul {
  display: none;

  padding-bottom: 10px;
}

.premium-header .mobile-dropdown.open > ul {
  display: block;
}

.premium-header .mobile-dropdown > ul a {
  display: block;

  padding: 9px 15px;

  color: #999;

  font-size: 14px;
}

.premium-header .mobile-dropdown > ul a:hover {
  color: var(--header-gold);
}

/* =========================================================
   MOBILE CTA
========================================================= */

.premium-header .mobile-cta {
  margin-top: 30px;
}

.premium-header .mobile-cta a {
  min-height: 50px;

  padding: 0 18px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  background: var(--header-gold);

  color: #171717;

  font-size: 13px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.5px;
}

/* =========================================================
   MOBILE LANGUAGE
========================================================= */

.premium-header .mobile-language {
  margin-top: 25px;

  padding: 20px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-header .mobile-language > span {
  display: block;

  margin-bottom: 12px;

  color: #777;

  font-size: 11px;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.premium-header .mobile-language > div {
  display: flex;

  gap: 10px;
}

.premium-header .mobile-language a {
  flex: 1;

  min-height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #aaa;

  border: 1px solid rgba(255, 255, 255, 0.12);

  font-size: 13px;

  transition: all 0.3s ease;
}

.premium-header .mobile-language a:hover,
.premium-header .mobile-language a.active {
  color: #171717;

  background: var(--header-gold);

  border-color: var(--header-gold);
}

/* =========================================================
   MOBILE CONTACT
========================================================= */

.premium-header .mobile-contact {
  padding-top: 25px;
}

.premium-header .mobile-contact p {
  display: flex;

  align-items: center;

  gap: 10px;

  margin: 0 0 12px;

  color: #999;

  font-size: 13px;
}

.premium-header .mobile-contact i {
  width: 18px;

  color: var(--header-gold);
}

/* =========================================================
   OVERLAY
========================================================= */

.premium-header .mobile-navigation:before {
  content: "";

  position: fixed;

  top: 0;

  right: 0;

  width: 100vw;

  height: 100vh;

  background: rgba(0, 0, 0, 0.65);

  z-index: -1;

  opacity: 0;

  pointer-events: none;

  transition: opacity 0.4s ease;
}

.premium-header .mobile-navigation.active:before {
  opacity: 1;

  pointer-events: auto;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {
  .premium-header .header-container {
    padding-left: 25px;

    padding-right: 25px;
  }

  .premium-header .desktop-navigation > ul > li > a {
    padding: 0 11px;

    font-size: 13px;
  }

  .premium-header .desktop-navigation > ul > li > a:after {
    left: 11px;

    right: 11px;
  }

  .premium-header .header-cta {
    padding: 0 13px;

    font-size: 10px;
  }

  .premium-header .header-logo img {
    width: 135px;
  }
}

/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 991px) {
  .premium-header .header-top {
    display: none;
  }

  .premium-header .navbar-container {
    min-height: 78px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }

  .premium-header .desktop-navigation,
  .premium-header .header-actions {
    display: none;
  }

  .premium-header .mobile-menu-toggle {
    margin-left: auto;

    display: flex;
  }

  .premium-header .header-logo img {
    width: 140px;

    max-height: 58px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {
  .premium-header .header-container {
    padding-left: 18px;

    padding-right: 18px;
  }

  .premium-header .navbar-container {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
  }

  .premium-header .header-logo img {
    width: 125px;

    max-height: 52px;
  }

  .premium-header .mobile-menu-toggle {
    width: 42px;

    height: 42px;
  }

  .premium-header .mobile-navigation {
    width: 320px;

    max-width: 88%;
  }

  .premium-header .mobile-menu-inner {
    padding: 25px 20px 35px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {
  .premium-header .header-logo img {
    width: 110px;
  }

  .premium-header .mobile-navigation {
    width: 300px;
  }
}

/* =========================================================
   PREMIUM ALUMINUM KITCHEN - HERO BANNER
========================================================= */

.banner-section {
  position: relative;
  display: block;
  width: 100%;
  background: #171717;
  overflow: hidden;
}

/* Main Slide */
.banner-carousel .slide-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 720px;
  padding: 150px 0 180px;
  overflow: hidden;
}

/* =========================================================
   BACKGROUND IMAGE
========================================================= */

.banner-carousel .slide-item .bg-layer {
  position: absolute;
  top: 0;
  right: 0;

  width: 65%;
  height: 100%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  transform: scale(1.02);

  transition: transform 8s ease;
}

/* Slow image zoom when slide becomes active */
.banner-carousel .active .bg-layer {
  transform: scale(1.08);
}

/* =========================================================
   DARK OVERLAY
========================================================= */

.banner-carousel .slide-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: linear-gradient(
    90deg,
    rgba(23, 23, 23, 1) 0%,
    rgba(23, 23, 23, 0.98) 28%,
    rgba(23, 23, 23, 0.78) 48%,
    rgba(23, 23, 23, 0.35) 68%,
    rgba(23, 23, 23, 0.1) 100%
  );

  z-index: 1;
  pointer-events: none;
}

/* =========================================================
   CONTAINER
========================================================= */

.banner-section .inner-container {
  position: relative;
  z-index: 5;

  max-width: 1400px;
  width: 100%;

  margin: 0 auto;
  padding: 0 40px;
}

/* =========================================================
   CONTENT BOX
========================================================= */

.banner-carousel .content-box {
  position: relative;
  z-index: 5;

  display: block;

  max-width: 650px;
}

/* =========================================================
   SMALL TOP LABEL
========================================================= */

.banner-carousel .content-box:before {
  position: relative;
  display: inline-block;

  content: "PREMIUM ALUMINUM KITCHENS • RIYADH";

  margin-bottom: 22px;

  color: #c89b3c;

  font-size: 13px;
  line-height: 20px;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  opacity: 0;

  transform: translateY(30px);

  transition: all 900ms ease;
}

/* Label animation */

.banner-carousel .active .content-box:before {
  opacity: 1;

  transform: translateY(0);

  transition-delay: 300ms;
}

/* =========================================================
   MAIN HEADING
========================================================= */

.banner-carousel .content-box h2 {
  position: relative;
  display: block;

  max-width: 650px;

  margin: 0 0 25px;

  color: #ffffff;

  font-size: 64px;

  line-height: 1.12;

  font-weight: 600;

  letter-spacing: -1.5px;

  text-transform: none;

  opacity: 0;

  transform: translateY(50px);

  transition: all 1000ms ease;
}

/* Heading animation */

.banner-carousel .active .content-box h2 {
  opacity: 1;

  transform: translateY(0);

  transition-delay: 600ms;
}

/* =========================================================
   DESCRIPTION
========================================================= */

.banner-carousel .content-box p {
  position: relative;
  display: block;

  max-width: 520px;

  margin: 0 0 38px;

  color: rgba(255, 255, 255, 0.82);

  font-size: 17px;

  line-height: 1.8;

  font-weight: 400;

  opacity: 0;

  transform: translateY(50px);

  transition: all 1000ms ease;
}

/* Paragraph animation */

.banner-carousel .active .content-box p {
  opacity: 1;

  transform: translateY(0);

  transition-delay: 800ms;
}

/* =========================================================
   BUTTON BOX
========================================================= */

.banner-carousel .content-box .btn-box {
  position: relative;

  display: flex;

  align-items: center;

  gap: 15px;

  opacity: 0;

  transform: translateY(50px);

  transition: all 1000ms ease;
}

/* Button animation */

.banner-carousel .active .content-box .btn-box {
  opacity: 1;

  transform: translateY(0);

  transition-delay: 1000ms;
}

/* =========================================================
   MAIN CTA BUTTON
========================================================= */

.banner-carousel .content-box .theme-btn {
  position: relative;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 215px;

  min-height: 56px;

  padding: 0 28px;

  background: #7a1f2b !important;

  color: #ffffff !important;

  border: 1px solid #c89b3c;

  border-radius: 4px;

  font-size: 12px;

  line-height: 20px;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;

  overflow: hidden;

  transition:
    background 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* Remove old theme button effects */

.banner-carousel .content-box .theme-btn:before,
.banner-carousel .content-box .theme-btn:after {
  display: none !important;
}

/* Button hover */

.banner-carousel .content-box .theme-btn:hover {
  background: #c89b3c !important;

  color: #171717 !important;

  transform: translateY(-3px);

  box-shadow: 0 12px 30px rgba(200, 155, 60, 0.25);
}

/* =========================================================
   GOLD DECORATIVE LINE
========================================================= */

.banner-carousel .content-box {
  padding-left: 25px;
}

.banner-carousel .content-box:after {
  position: absolute;

  content: "";

  left: 0;

  top: 8px;

  width: 3px;

  height: 45px;

  background: #c89b3c;

  opacity: 0;

  transform: scaleY(0);

  transform-origin: top;

  transition: all 700ms ease;
}

/* Decorative line animation */

.banner-carousel .active .content-box:after {
  opacity: 1;

  transform: scaleY(1);

  transition-delay: 300ms;
}

/* =========================================================
   OWL CAROUSEL
========================================================= */

.banner-carousel .owl-stage,
.banner-carousel .owl-stage-outer {
  overflow: visible;
}

.banner-carousel .owl-item {
  overflow: hidden;
}

/* Remove dots */

.banner-carousel .owl-dots {
  display: none;
}

/* =========================================================
   OPTIONAL SLIDE ARROWS
========================================================= */

.banner-carousel .owl-nav {
  position: absolute;

  right: 45px;
  bottom: 45px;

  display: flex;

  gap: 10px;

  z-index: 10;
}

.banner-carousel .owl-nav button {
  width: 48px;
  height: 48px;

  margin: 0 !important;

  border: 1px solid rgba(255, 255, 255, 0.35) !important;

  border-radius: 50%;

  background: rgba(23, 23, 23, 0.35) !important;

  color: #ffffff !important;

  transition: all 0.3s ease;
}

.banner-carousel .owl-nav button:hover {
  background: #c89b3c !important;

  border-color: #c89b3c !important;

  color: #171717 !important;
}

/* =========================================================
   BOTTOM GOLD LINE
========================================================= */

.banner-section:before {
  position: absolute;

  content: "";

  left: 0;
  bottom: 0;

  width: 100%;
  height: 4px;

  background: #c89b3c;

  z-index: 10;
}

/* =========================================================
   DESKTOP 1200px
========================================================= */

@media only screen and (max-width: 1200px) {
  .banner-carousel .slide-item {
    min-height: 680px;

    padding: 140px 0 160px;
  }

  .banner-section .inner-container {
    padding: 0 35px;
  }

  .banner-carousel .slide-item .bg-layer {
    width: 62%;
  }

  .banner-carousel .content-box {
    max-width: 590px;
  }

  .banner-carousel .content-box h2 {
    font-size: 56px;

    line-height: 1.15;
  }

  .banner-carousel .content-box p {
    font-size: 16px;

    max-width: 480px;
  }
}

/* =========================================================
   TABLET 991px
========================================================= */

@media only screen and (max-width: 991px) {
  .banner-carousel .slide-item {
    min-height: 650px;

    padding: 130px 0 150px;
  }

  .banner-section .inner-container {
    padding: 0 30px;
  }

  /* Full image on tablet */

  .banner-carousel .slide-item .bg-layer {
    width: 100%;
  }

  /* Stronger overlay */

  .banner-carousel .slide-item:after {
    background: linear-gradient(
      90deg,
      rgba(23, 23, 23, 0.96) 0%,
      rgba(23, 23, 23, 0.8) 45%,
      rgba(23, 23, 23, 0.45) 100%
    );
  }

  .banner-carousel .content-box {
    max-width: 600px;
  }

  .banner-carousel .content-box h2 {
    font-size: 52px;

    line-height: 1.16;
  }

  .banner-carousel .content-box p {
    font-size: 16px;

    line-height: 1.7;
  }

  .banner-carousel .owl-nav {
    right: 30px;

    bottom: 30px;
  }
}

/* =========================================================
   MOBILE 767px
========================================================= */

@media only screen and (max-width: 767px) {
  .banner-carousel .slide-item {
    min-height: 650px;

    padding: 120px 0 110px;
  }

  .banner-section .inner-container {
    padding: 0 20px;
  }

  /* Mobile background */

  .banner-carousel .slide-item .bg-layer {
    width: 100%;

    background-position: center center;
  }

  /* Mobile overlay */

  .banner-carousel .slide-item:after {
    background: linear-gradient(
      90deg,
      rgba(23, 23, 23, 0.9),
      rgba(23, 23, 23, 0.68)
    );
  }

  /* Content */

  .banner-carousel .content-box {
    max-width: 100%;

    padding-left: 20px;
  }

  /* Gold line */

  .banner-carousel .content-box:after {
    width: 2px;

    height: 35px;
  }

  /* Label */

  .banner-carousel .content-box:before {
    margin-bottom: 18px;

    font-size: 9px;

    line-height: 16px;

    letter-spacing: 1.3px;
  }

  /* Heading */

  .banner-carousel .content-box h2 {
    max-width: 100%;

    margin-bottom: 20px;

    font-size: 39px;

    line-height: 1.18;

    letter-spacing: -0.5px;
  }

  /* Paragraph */

  .banner-carousel .content-box p {
    max-width: 100%;

    margin-bottom: 30px;

    font-size: 15px;

    line-height: 1.7;
  }

  /* Button */

  .banner-carousel .content-box .theme-btn {
    min-width: 190px;

    min-height: 52px;

    padding: 0 20px;

    font-size: 11px;

    letter-spacing: 0.8px;
  }

  /* Hide arrows on mobile */

  .banner-carousel .owl-nav {
    display: none;
  }
}

/* =========================================================
   SMALL MOBILE 575px
========================================================= */

@media only screen and (max-width: 575px) {
  .banner-carousel .slide-item {
    min-height: 620px;

    padding: 110px 0 100px;
  }

  .banner-section .inner-container {
    padding: 0 15px;
  }

  .banner-carousel .content-box {
    padding-left: 16px;
  }

  .banner-carousel .content-box h2 {
    font-size: 34px;

    line-height: 1.2;
  }

  .banner-carousel .content-box p {
    font-size: 14px;

    line-height: 1.65;

    max-width: 360px;
  }

  .banner-carousel .content-box .theme-btn {
    min-width: 180px;

    min-height: 50px;

    padding: 0 16px;

    font-size: 10px;
  }
}

/* =========================================================
   EXTRA SMALL MOBILE 400px
========================================================= */

@media only screen and (max-width: 400px) {
  .banner-carousel .slide-item {
    min-height: 600px;

    padding-top: 100px;
  }

  .banner-carousel .content-box h2 {
    font-size: 30px;
  }

  .banner-carousel .content-box p {
    font-size: 13px;
  }

  .banner-carousel .content-box .theme-btn {
    min-width: 170px;

    font-size: 9px;
  }
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.banner-carousel .theme-btn:focus {
  outline: 2px solid #c89b3c;

  outline-offset: 3px;
}

/* =========================================================
   IMAGE HOVER EFFECTS
   Keep these if used elsewhere in website
========================================================= */

.image-hov-one {
  position: relative;

  display: block;

  overflow: hidden;
}

.image-hov-one img {
  width: 100%;

  display: block;

  transition: transform 0.6s ease;
}

.image-hov-one:hover img {
  transform: scale(1.04);
}

.image-hov-one:before {
  position: absolute;

  content: "";

  left: 0;
  top: 0;

  width: 0;
  height: 100%;

  background: rgba(255, 255, 255, 0.35);

  opacity: 1;

  z-index: 1;

  pointer-events: none;

  transition: all 400ms linear;
}

.image-hov-one:hover:before {
  width: 100%;

  opacity: 0;
}

/* =========================================================
   SECOND IMAGE HOVER
========================================================= */

.image-hov-two {
  position: relative;

  display: block;

  overflow: hidden;
}

.image-hov-two img {
  width: 100%;

  display: block;

  transition: transform 0.6s ease;
}

.image-hov-two:hover img {
  transform: scale(1.04);
}

.image-hov-two:before {
  position: absolute;

  content: "";

  left: 0;
  top: 0;

  width: 100%;
  height: 0;

  background: rgba(255, 255, 255, 0.35);

  opacity: 1;

  z-index: 1;

  pointer-events: none;

  transition: all 400ms linear;
}

.image-hov-two:hover:before {
  height: 100%;

  opacity: 0;
}
/** about-section **/

/* =========================================================
   ABOUT SECTION
========================================================= */

.about-section {
  position: relative;
  display: block;

  padding: 120px 0;

  background: #f8f6f1;

  overflow: hidden;
}

/* =========================================================
   IMAGE COLUMN
========================================================= */

.about-image-box {
  position: relative;
  display: block;

  margin-right: 45px;

  padding: 0 20px 20px 0;
}

/* Main Image */

.about-main-image {
  position: relative;
  display: block;

  margin: 0;

  width: 100%;

  overflow: hidden;

  border-radius: 4px;

  z-index: 2;
}

.about-main-image img {
  display: block;

  width: 100%;
  height: 560px;

  object-fit: cover;

  transition: transform 0.7s ease;
}

.about-main-image:hover img {
  transform: scale(1.05);
}

/* =========================================================
   IMAGE GOLD BORDER
========================================================= */

.about-image-box:before {
  position: absolute;

  content: "";

  top: 20px;
  left: 20px;

  width: 100%;
  height: calc(100% - 20px);

  border: 1px solid #c89b3c;

  z-index: 1;
}

/* =========================================================
   GOLD DECORATIVE LINE
========================================================= */

.about-gold-line {
  position: absolute;

  left: -15px;
  bottom: 55px;

  width: 65px;
  height: 3px;

  background: #c89b3c;

  z-index: 5;
}

/* =========================================================
   BADGE
========================================================= */

.about-badge {
  position: absolute;

  right: 0;
  bottom: 0;

  display: flex;
  align-items: center;

  gap: 13px;

  min-width: 185px;

  padding: 18px 22px;

  background: #7a1f2b;

  color: #ffffff;

  z-index: 5;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.badge-number {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border: 1px solid #c89b3c;

  color: #c89b3c;

  font-size: 15px;
  font-weight: 700;
}

.badge-text {
  font-size: 12px;

  line-height: 1.5;

  font-weight: 600;

  letter-spacing: 0.5px;

  text-transform: uppercase;
}

/* =========================================================
   CONTENT
========================================================= */

.about-content {
  position: relative;
  display: block;

  padding-left: 25px;
}

/* =========================================================
   SUBTITLE
========================================================= */

.about-subtitle {
  position: relative;

  display: inline-block;

  margin-bottom: 18px;

  padding-left: 42px;

  color: #7a1f2b;

  font-size: 21px;

  line-height: 20px;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;
}

/* Subtitle line */

.about-subtitle:before {
  position: absolute;

  content: "";

  left: 0;
  top: 50%;

  width: 30px;
  height: 2px;

  background: #c89b3c;

  transform: translateY(-50%);
}

/* =========================================================
   HEADING
========================================================= */

.about-content h2 {
  position: relative;

  display: block;

  max-width: 650px;

  margin: 0 0 27px;

  color: #171717;

  font-size: 48px;

  line-height: 1.18;

  font-weight: 600;

  letter-spacing: -1px;
}

/* =========================================================
   TEXT
========================================================= */

.about-text {
  max-width: 650px;

  margin-bottom: 27px;
}

.about-text p {
  margin: 0 0 17px;

  color: #6f6a63;

  font-size: 16px;

  line-height: 1.8;

  font-weight: 400;
}

.about-text p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   HIGHLIGHT BOX
========================================================= */

.about-highlight {
  display: flex;

  align-items: center;

  gap: 15px;

  max-width: 650px;

  margin-bottom: 30px;

  padding: 18px 20px;

  background: #ffffff;

  border-left: 3px solid #c89b3c;

  box-shadow: 0 8px 25px rgba(23, 23, 23, 0.06);
}

.highlight-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  width: 42px;
  height: 42px;

  background: #7a1f2b;

  color: #ffffff;

  border-radius: 50%;

  font-size: 18px;

  font-weight: 700;
}

.about-highlight h4 {
  margin: 0 0 4px;

  color: #171717;

  font-size: 17px;

  line-height: 25px;

  font-weight: 600;
}

.about-highlight p {
  margin: 0;

  color: #6f6a63;

  font-size: 13px;

  line-height: 21px;
}

/* =========================================================
   FEATURES
========================================================= */

.about-features {
  position: relative;

  display: block;

  margin: 0 0 30px;

  padding: 0;

  list-style: none;
}

.about-features li {
  position: relative;

  float: left;

  width: 50%;

  margin-bottom: 14px;

  padding-right: 15px;

  color: #242424;

  font-size: 14px;

  line-height: 25px;

  font-weight: 600;
}

.feature-icon {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;

  margin-right: 8px;

  background: rgba(122, 31, 43, 0.1);

  color: #7a1f2b;

  border-radius: 50%;

  font-size: 11px;

  font-weight: 700;
}

/* =========================================================
   BUTTON
========================================================= */

.about-button {
  position: relative;

  display: block;

  padding-top: 5px;
}

.about-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 15px;

  min-width: 185px;

  min-height: 53px;

  padding: 0 24px;

  background: #7a1f2b;

  border: 1px solid #c89b3c;

  color: #ffffff;

  font-size: 11px;

  line-height: 20px;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;

  text-decoration: none;

  border-radius: 4px;

  transition: all 0.35s ease;
}

.about-btn span {
  font-size: 19px;

  line-height: 1;

  transition: transform 0.3s ease;
}

.about-btn:hover {
  background: #c89b3c;

  color: #171717;

  transform: translateY(-3px);

  box-shadow: 0 12px 30px rgba(200, 155, 60, 0.22);
}

.about-btn:hover span {
  transform: translateX(5px);
}

/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 991px) {
  .about-section {
    padding: 90px 0;
  }

  .about-image-box {
    max-width: 600px;

    margin: 0 auto 60px;
  }

  .about-main-image img {
    height: 500px;
  }

  .about-content {
    padding-left: 0;
  }

  .about-content h2 {
    font-size: 42px;
  }

  .about-text {
    max-width: 100%;
  }

  .about-highlight {
    max-width: 100%;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {
  .about-section {
    padding: 70px 0;
  }

  .about-image-box {
    margin-right: 15px;

    margin-bottom: 55px;

    padding: 0 12px 12px 0;
  }

  .about-main-image img {
    height: 420px;
  }

  .about-image-box:before {
    top: 12px;
    left: 12px;

    width: 100%;
    height: calc(100% - 12px);
  }

  .about-badge {
    min-width: 165px;

    padding: 14px 16px;

    gap: 10px;
  }

  .badge-number {
    width: 36px;
    height: 36px;

    font-size: 13px;
  }

  .badge-text {
    font-size: 10px;
  }

  .about-gold-line {
    left: -8px;

    bottom: 40px;

    width: 45px;
  }

  .about-content h2 {
    font-size: 36px;

    line-height: 1.2;

    letter-spacing: -0.5px;
  }

  .about-subtitle {
    font-size: 10px;

    letter-spacing: 1.5px;
  }

  .about-text p {
    font-size: 14px;

    line-height: 1.75;
  }

  .about-highlight {
    align-items: flex-start;

    padding: 16px;
  }

  .about-highlight h4 {
    font-size: 15px;
  }

  .about-highlight p {
    font-size: 12px;
  }

  .about-features li {
    width: 100%;

    font-size: 13px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media only screen and (max-width: 480px) {
  .about-section {
    padding: 60px 0;
  }

  .about-main-image img {
    height: 350px;
  }

  .about-content h2 {
    font-size: 31px;
  }

  .about-badge {
    right: -5px;

    min-width: 150px;

    padding: 12px;
  }

  .about-btn {
    width: 100%;

    min-height: 50px;
  }
}

/** faq-section **/

.faq-section {
  position: relative;
  background: #fbf8f4;
  padding: 130px 0px;
}

.faq-section .sec-title h2 {
  font-weight: 300;
}

.faq-section .sec-title h2 span {
  font-weight: 400;
  border-bottom: 2px solid var(--title-color);
}

.faq-section .accordion-box .accordion {
  position: relative;
}

.faq-section .accordion-box .accordion .acc-btn {
  position: relative;
  padding: 18px 40px 23px 35px;
  border-bottom: 1px solid #cccccc;
  font-size: 28px;
  line-height: 36px;
  color: #161837;
  cursor: pointer;
  transition: all 500ms ease;
}

.faq-section .accordion-box .accordion .acc-btn span {
  position: absolute;
  left: 0px;
  top: 13px;
  font-size: 14px;
  font-family: var(--roboto);
  font-weight: 700;
  color: #747474;
  letter-spacing: 1px;
}

.faq-section .accordion-box .accordion .acc-btn .icon-box {
  position: absolute;
  top: 23px;
  right: 7px;
}

.faq-section .accordion-box .accordion .acc-btn.active .icon-box {
  transform: rotate(180deg);
}

.faq-section .accordion-box .accordion .acc-content {
  padding-top: 26px;
  padding-bottom: 26px;
}

.faq-section .accordion-box {
  margin-top: -33px;
}

/** project-section **/

.project-section {
  position: relative;
  display: block;
  background: #24292f;
  padding-top: 120px;
}

.project-section:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 135px;
  background: #fff;
}

.project-section .title-box .text-box p {
  color: #ede8e2;
}

.project-section .outer-container {
  position: relative;
}

.project-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box .image {
  position: relative;
}

.project-block-one .inner-box .image-box .image:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.1;
}

.project-block-one .inner-box .image-box img {
  width: 100%;
      height: 271px;
}

.project-block-one .inner-box .image-box .overlay-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translatey(-50%) scaleY(1.5);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.5s ease;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.project-block-one .inner-box .image-box .overlay-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.project-block-one .inner-box:hover .image-box .overlay-image {
  transform: translatey(0) scaleY(1);
  opacity: 1;
  filter: blur(0);
}

.project-block-one .inner-box .content-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.project-block-one .inner-box .content-box .info-list {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .info-list {
  top: 25px;
  right: 25px;
  opacity: 1;
}

.project-block-one .inner-box .content-box .info-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.project-block-one .inner-box .content-box .info-list li:last-child {
  margin-bottom: 0px;
}

.project-block-one .inner-box .content-box .info-list li a {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

.project-block-one .inner-box .content-box .info-list li a img {
  display: inline-block;
}

.project-block-one .inner-box .content-box .text-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  padding-left: 55px;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .text-box {
  bottom: 41px;
  opacity: 1;
}

.project-block-one .inner-box .content-box .text-box p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 4px;
}

.project-block-one .inner-box .content-box .text-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-family: var(--text-font);
  font-weight: 700;
}

.project-block-one .inner-box .content-box .text-box h3 a {
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .content-box .text-box h3 a:hover {
  text-decoration: underline;
}

/** funfact-section **/
/* =========================================
   PREMIUM FUNFACT SECTION
========================================= */

.funfact-section {
    position: relative;
    padding: 80px 0;
    background: #0b0b0b;
    overflow: hidden;
}


/* Subtle background glow */

.funfact-section::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 420px;
    height: 420px;
    background: rgba(200, 157, 70, 0.10);
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}


/* Bottom glow */

.funfact-section::after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: -180px;
    width: 400px;
    height: 400px;
    background: rgba(200, 157, 70, 0.07);
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}


/* Container */

.funfact-section .auto-container {
    position: relative;
    z-index: 2;
}


/* =========================================
   STAT CARD
========================================= */

.funfact-block-one {
    position: relative;
    height: 100%;
    padding: 10px;
}


.funfact-block-one .inner-box {
    position: relative;
    min-height: 190px;

    padding: 38px 25px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;

    background: rgba(255, 255, 255, 0.04);

    border: 1px solid rgba(200, 157, 70, 0.25);

    border-radius: 18px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transition: all 0.4s ease;

    overflow: hidden;
}


/* Gold top line */

.funfact-block-one .inner-box::before {
    content: "";
    position: absolute;

    top: 0;
    left: 50%;

    width: 0;
    height: 2px;

    background: #C89D46;

    transform: translateX(-50%);

    transition: width 0.4s ease;
}


/* Hover */

.funfact-block-one .inner-box:hover {
    transform: translateY(-8px);

    border-color: rgba(200, 157, 70, 0.65);

    background: rgba(200, 157, 70, 0.07);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(200, 157, 70, 0.08);
}


.funfact-block-one .inner-box:hover::before {
    width: 70%;
}


/* =========================================
   NUMBER
========================================= */

.funfact-block-one .count-outer {
    display: flex;
    align-items: center;
    justify-content: center;

    direction: ltr;

    margin-bottom: 12px;
}


.funfact-block-one .odometer {
    font-family: "Cairo", sans-serif;

    font-size: 48px;
    line-height: 1;

    font-weight: 700;

    color: #C89D46;

    letter-spacing: -1px;
}


.funfact-block-one .symble {
    margin-right: 5px;

    font-family: "Cairo", sans-serif;

    font-size: 30px;
    line-height: 1;

    font-weight: 600;

    color: #C89D46;
}


/* =========================================
   DESCRIPTION
========================================= */

.funfact-block-one p {
    margin: 0;

    font-family: "Cairo", sans-serif;

    font-size: 17px;
    line-height: 1.7;

    font-weight: 500;

    color: rgba(255, 255, 255, 0.78);

    transition: color 0.3s ease;
}


.funfact-block-one .inner-box:hover p {
    color: #ffffff;
}


/* =========================================
   RTL
========================================= */

html[dir="rtl"] .funfact-section {
    direction: rtl;
}

html[dir="rtl"] .funfact-block-one .inner-box {
    text-align: center;
}


/* =========================================
   RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

    .funfact-section {
        padding: 65px 0;
    }

    .funfact-block-one {
        margin-bottom: 20px;
    }

    .funfact-block-one .inner-box {
        min-height: 175px;
    }

}


@media only screen and (max-width: 575px) {

    .funfact-section {
        padding: 50px 0;
    }

    .funfact-block-one {
        padding: 7px;
    }

    .funfact-block-one .inner-box {
        min-height: 160px;
        padding: 30px 15px;
        border-radius: 14px;
    }

    .funfact-block-one .odometer {
        font-size: 38px;
    }

    .funfact-block-one .symble {
        font-size: 25px;
    }

    .funfact-block-one p {
        font-size: 15px;
    }

}


/** testimonial-section **/

.testimonial-section {
  position: relative;
  padding: 130px 0px;
}

.testimonial-section .testimonial-block {
  position: relative;
  display: block;
}

.testimonial-section .testimonial-block .image-box {
  position: relative;
  display: inline-block;
  width: 133px;
  height: 133px;
  margin-bottom: 49px;
}

.testimonial-section .testimonial-block .image-box .thumb-box {
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.testimonial-section .testimonial-block .image-box .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .testimonial-block .image-box .icon-box {
  position: absolute;
  left: 50%;
  bottom: -27px;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 40px;
  margin-left: -22px;
  text-align: center;
  border-radius: 50%;
}

.testimonial-section .testimonial-block .image-box .icon-box img {
  display: inline-block;
}

.testimonial-section .testimonial-block .text-box {
  position: relative;
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-section .testimonial-block .text-box p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
}

.testimonial-section .testimonial-block .text-box .name {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: var(--jost);
  color: #d9b256;
  font-weight: 500;
}

.testimonial-section .owl-nav {
  position: absolute;
  left: 50%;
  top: 41px;
  transform: translateX(-50%);
  max-width: 590px;
  width: 100%;
}

.testimonial-section .owl-nav button span {
  display: none;
}

.testimonial-section .owl-nav button {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .owl-nav button.owl-prev {
  left: 0px;
}

.testimonial-section .owl-nav button.owl-next {
  right: 0px;
}

.testimonial-section .owl-nav button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .owl-nav button.owl-prev:before {
  background-image: url(../images/icons/icon-17.png);
}

.testimonial-section .owl-nav button.owl-next:before {
  background-image: url(../images/icons/icon-18.png);
}

/** video-section **/

.video-section {
  position: relative;
  padding: 130px 0px;
}

.video-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-section .bg-layer:before {
  position: absolute;
  content: "";
  background: #272e35;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.video-section .outer-container {
  position: relative;
  max-width: 1400px;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
}

.content_block_two .content-box {
  position: relative;
  display: block;
}

.content_block_two .content-box h2 {
  font-size: 44px;
  line-height: 53px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 22px;
}

.content_block_two .content-box h2 span {
  font-weight: 300;
  border-bottom: 1px solid #fff;
}

.content_block_two .content-box h3 {
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 26px;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 32px;
}

.content_block_two .content-box p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 45px;
}

.content_block_two .content-box .theme-btn {
  border-radius: 50px;
}

.content_block_two .content-box .theme-btn:hover {
  color: var(--theme-color) !important;
}

.content_block_two .content-box .theme-btn:before,
.content_block_two .content-box .theme-btn:after {
  background: #fff;
}

.video_block_one .video-content .video-box {
  position: relative;
  width: 100%;
  padding: 140px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.video_block_one .video-content .video-btn a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}

/** working-section **/

/* =========================================================
   PREMIUM WORKING / PROCESS SECTION
========================================================= */

.working-section {
  position: relative;
  padding: 120px 0 105px;
  background: #f7f4ee;
  overflow: hidden;
}

/* Background Decorative Shape */

.working-bg-shape {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -250px;
  top: -180px;
  border-radius: 50%;
  background: rgba(200, 157, 70, 0.07);
  pointer-events: none;
}

.working-bg-shape::after {
  position: absolute;
  content: "";
  width: 330px;
  height: 330px;
  left: -120px;
  bottom: -100px;
  border: 1px solid rgba(200, 157, 70, 0.18);
  border-radius: 50%;
}

/* =========================================================
   HEADING
========================================================= */

.working-heading {
  position: relative;
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
  z-index: 2;
}

.working-subtitle {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  padding-left: 42px;
  padding-right: 42px;

  font-family: var(--jost);
  font-size: 21px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c89d46;
}

.working-subtitle::before,
.working-subtitle::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 28px;
  height: 1px;
  background: #c89d46;
}

.working-subtitle::before {
  left: 0;
}

.working-subtitle::after {
  right: 0;
}

.working-heading h2 {
  margin: 0 0 20px;
  font-family: var(--title-font);
  font-size: 52px;
  line-height: 1.12;
  font-weight: 500;
  color: #171717;
}

.working-heading h2 span {
  color: #c89d46;
}

.working-heading p {
  max-width: 650px;
  margin: 0 auto;

  font-family: var(--text-font);
  font-size: 17px;
  line-height: 29px;
  color: #66625c;
}

/* =========================================================
   PROCESS GRID
========================================================= */

.working-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  z-index: 2;
}

/* Connecting Line */

.working-process::before {
  position: absolute;
  content: "";
  left: 11%;
  right: 11%;
  top: 76px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(200, 157, 70, 0.45),
    rgba(200, 157, 70, 0.45),
    transparent
  );
  z-index: -1;
}

/* =========================================================
   CARD
========================================================= */

.working-card {
  position: relative;
  padding: 0 24px 30px;
  text-align: center;
  transition: all 450ms ease;
}

/* Top Area */

.working-card-top {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
}

/* Icon Circle */

.working-icon {
  position: relative;
  width: 150px;
  height: 150px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: 1px solid rgba(200, 157, 70, 0.35);
  border-radius: 50%;

  box-shadow: 0 15px 40px rgba(23, 23, 23, 0.07);

  transition:
    transform 450ms ease,
    background 450ms ease,
    border-color 450ms ease,
    box-shadow 450ms ease;
}

.working-icon::before {
  position: absolute;
  content: "";
  width: 118px;
  height: 118px;
  border: 1px solid rgba(200, 157, 70, 0.15);
  border-radius: 50%;
}

.working-icon img {
  position: relative;
  width: 48px;
  height: 48px;
  object-fit: contain;
  z-index: 2;
}

/* Number */

.working-number {
  position: absolute;
  right: -3px;
  bottom: 2px;

  width: 43px;
  height: 43px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #c89d46;
  color: #ffffff;

  font-family: var(--jost);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;

  border: 4px solid #f7f4ee;

  transition: all 400ms ease;
}

/* =========================================================
   CONTENT
========================================================= */

.working-content {
  position: relative;
  padding: 0 5px;
}

.step-label {
  display: block;
  margin-bottom: 8px;

  font-family: var(--jost);
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #c89d46;
}

.working-content h3 {
  margin: 0 0 13px;

  font-family: var(--title-font);
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  color: #171717;

  transition: color 350ms ease;
}

.working-content p {
  margin: 0;

  font-family: var(--text-font);
  font-size: 15px;
  line-height: 26px;
  color: #706c66;
}

/* =========================================================
   HOVER
========================================================= */

.working-card:hover .working-icon {
  transform: translateY(-8px);
  background: #171717;
  border-color: #c89d46;
  box-shadow: 0 22px 50px rgba(23, 23, 23, 0.15);
}

.working-card:hover .working-number {
  background: #171717;
  color: #c89d46;
}

.working-card:hover .working-content h3 {
  color: #c89d46;
}

/* =========================================================
   BOTTOM DETAIL
========================================================= */

.working-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  margin-top: 65px;
  padding-top: 25px;

  border-top: 1px solid rgba(23, 23, 23, 0.1);

  font-family: var(--jost);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #8a857d;
}

.working-bottom .line {
  display: block;
  width: 35px;
  height: 1px;
  background: #c89d46;
}

/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1199px) {
  .working-section {
    padding: 100px 0 90px;
  }

  .working-heading {
    margin-bottom: 60px;
  }

  .working-heading h2 {
    font-size: 46px;
  }

  .working-process {
    gap: 12px;
  }

  .working-card {
    padding: 0 15px 25px;
  }

  .working-icon,
  .working-card-top {
    width: 135px;
    height: 135px;
  }

  .working-icon::before {
    width: 108px;
    height: 108px;
  }

  .working-process::before {
    left: 10%;
    right: 10%;
    top: 68px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
  .working-section {
    padding: 90px 0 80px;
  }

  .working-heading {
    max-width: 650px;
    margin-bottom: 55px;
  }

  .working-heading h2 {
    font-size: 42px;
  }

  .working-heading p {
    font-size: 16px;
    line-height: 27px;
  }

  .working-process {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 55px;
    column-gap: 25px;
  }

  .working-process::before {
    display: none;
  }

  .working-card {
    padding: 0 30px 15px;
  }

  .working-bottom {
    margin-top: 55px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .working-section {
    padding: 75px 0 65px;
  }

  .working-heading {
    padding: 0 15px;
    margin-bottom: 45px;
  }

  .working-subtitle {
    font-size: 11px;
    letter-spacing: 2px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .working-subtitle::before,
  .working-subtitle::after {
    width: 20px;
  }

  .working-heading h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .working-heading p {
    font-size: 15px;
    line-height: 25px;
  }

  .working-process {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .working-card {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }

  .working-card-top,
  .working-icon {
    width: 125px;
    height: 125px;
  }

  .working-icon::before {
    width: 100px;
    height: 100px;
  }

  .working-icon img {
    width: 43px;
    height: 43px;
  }

  .working-number {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .working-content h3 {
    font-size: 22px;
  }

  .working-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .working-bottom {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
    text-align: center;
  }

  .working-bottom .line {
    width: 20px;
  }

  .working-bg-shape {
    width: 300px;
    height: 300px;
    right: -180px;
    top: -100px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  .working-section {
    padding: 65px 0 55px;
  }

  .working-heading h2 {
    font-size: 30px;
  }

  .working-heading p {
    font-size: 14px;
    line-height: 24px;
  }

  .working-card {
    padding: 0 15px;
  }

  .working-card-top,
  .working-icon {
    width: 115px;
    height: 115px;
  }

  .working-icon::before {
    width: 92px;
    height: 92px;
  }

  .working-icon img {
    width: 38px;
    height: 38px;
  }

  .working-number {
    right: -2px;
    bottom: 0;
    width: 37px;
    height: 37px;
    border-width: 3px;
  }

  .working-content h3 {
    font-size: 21px;
    line-height: 28px;
  }

  .working-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .working-bottom {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
}
/** news-section **/

/* =========================================
   PREMIUM TESTIMONIALS
========================================= */

.premium-testimonials {
  position: relative;
  padding: 120px 0 110px;
  background: #f8f6f1;
  overflow: hidden;
}

/* Decorative Circle */

.testimonial-pattern {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -280px;
  top: -230px;
  border: 1px solid rgba(200, 157, 70, 0.18);
  border-radius: 50%;
}

.testimonial-pattern::before {
  content: "";
  position: absolute;
  inset: 55px;
  border: 1px solid rgba(200, 157, 70, 0.12);
  border-radius: 50%;
}

/* Heading */

.testimonial-heading {
  position: relative;
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
  z-index: 2;
}

.testimonial-subtitle {
  position: relative;
  display: inline-block;

  margin-bottom: 18px;
  padding: 0 42px;

  font-family: var(--jost);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #c89d46;
}

.testimonial-subtitle::before,
.testimonial-subtitle::after {
  content: "";
  position: absolute;

  top: 50%;
  width: 28px;
  height: 1px;

  background: #c89d46;
}

.testimonial-subtitle::before {
  left: 0;
}

.testimonial-subtitle::after {
  right: 0;
}

.testimonial-heading h2 {
  margin: 0 0 20px;

  font-family: var(--title-font);
  font-size: 48px;
  line-height: 1.15;
  font-weight: 500;

  color: #171717;
}

.testimonial-heading p {
  max-width: 620px;
  margin: 0 auto;

  font-family: var(--text-font);
  font-size: 16px;
  line-height: 27px;

  color: #706b64;
}

/* =========================================
   TESTIMONIAL GRID
========================================= */

.testimonial-grid {
  position: relative;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 25px;

  z-index: 2;
}

/* Card */

.testimonial-card {
  position: relative;

  padding: 38px 35px 35px;

  background: #ffffff;

  border: 1px solid rgba(23, 23, 23, 0.07);

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);

  border-color: rgba(200, 157, 70, 0.45);

  box-shadow: 0 25px 55px rgba(23, 23, 23, 0.09);
}

/* Featured Card */

.featured-testimonial {
  background: #171717;

  border-color: #171717;

  transform: translateY(-12px);
}

.featured-testimonial:hover {
  transform: translateY(-18px);
}

/* Quote */

.quote-icon {
  position: absolute;

  top: 20px;
  right: 28px;

  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 1;

  color: rgba(200, 157, 70, 0.15);
}

.featured-testimonial .quote-icon {
  color: rgba(200, 157, 70, 0.3);
}

/* Stars */

.testimonial-stars {
  margin-bottom: 22px;

  font-size: 14px;
  letter-spacing: 3px;

  color: #c89d46;
}

/* Text */

.testimonial-text {
  min-height: 125px;

  margin: 0 0 28px;

  font-family: var(--text-font);
  font-size: 16px;
  line-height: 27px;

  color: #5f5a54;
}

.featured-testimonial .testimonial-text {
  color: rgba(255, 255, 255, 0.75);
}

/* Author */

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;

  padding-top: 22px;

  border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.featured-testimonial .testimonial-author {
  border-top-color: rgba(255, 255, 255, 0.12);
}

/* Avatar */

.author-avatar {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;

  flex: 0 0 46px;

  border-radius: 50%;

  background: #c89d46;

  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;

  color: #ffffff;
}

/* Author Text */

.testimonial-author h4 {
  margin: 0 0 3px;

  font-family: var(--title-font);
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;

  color: #171717;
}

.featured-testimonial .testimonial-author h4 {
  color: #ffffff;
}

.testimonial-author span {
  font-family: var(--text-font);
  font-size: 13px;

  color: #8a857d;
}

/* =========================================
   TRUST STRIP
========================================= */

.testimonial-trust {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 65px;
  padding-top: 30px;

  border-top: 1px solid rgba(23, 23, 23, 0.08);

  text-align: center;
}

.trust-item {
  padding: 0 45px;
}

.trust-item strong {
  display: block;

  margin-bottom: 5px;

  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;

  color: #171717;
}

.trust-item span {
  font-family: var(--text-font);
  font-size: 13px;

  color: #827c74;
}

.trust-line {
  width: 1px;
  height: 35px;

  background: rgba(23, 23, 23, 0.12);
}

/* =========================================
   TESTIMONIAL TABLET
========================================= */

@media (max-width: 991px) {
  .premium-testimonials {
    padding: 90px 0;
  }

  .testimonial-heading h2 {
    font-size: 40px;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-testimonial {
    transform: none;
  }

  .featured-testimonial:hover {
    transform: translateY(-8px);
  }

  .testimonial-card:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .testimonial-trust {
    gap: 10px;
  }

  .trust-item {
    padding: 0 20px;
  }
}

/* =========================================
   TESTIMONIAL MOBILE
========================================= */

@media (max-width: 767px) {
  .premium-testimonials {
    padding: 75px 20px;
  }

  .testimonial-heading {
    margin-bottom: 45px;
  }

  .testimonial-heading h2 {
    font-size: 34px;
  }

  .testimonial-heading p {
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .testimonial-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .testimonial-card {
    padding: 32px 25px;
  }

  .testimonial-text {
    min-height: auto;
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-trust {
    flex-direction: column;
    gap: 22px;
    margin-top: 45px;
  }

  .trust-line {
    width: 45px;
    height: 1px;
  }

  .trust-item {
    padding: 0;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .premium-testimonials {
    padding: 65px 15px;
  }

  .testimonial-heading h2 {
    font-size: 30px;
  }

  .testimonial-card {
    padding: 28px 22px;
  }

  .quote-icon {
    font-size: 60px;
    right: 20px;
  }
}
/** main-footer **/

/* ================================
   PREMIUM FOOTER
================================ */

.main-footer {
    position: relative;
    background: #111111;
    padding: 90px 0 35px;
    overflow: hidden;
}

/* Gold subtle top line */
.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #C89D46;
}


/* ================================
   LOGO
================================ */

.main-footer .footer-logo {
    width: 210px;
    max-width: 100%;
    margin-bottom: 28px;
}


/* ================================
   DESCRIPTION
================================ */

.main-footer .logo-widget h3 {
    position: relative;
    display: block;
    max-width: 500px;
    font-size: 25px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 45px;
}


/* ================================
   CONTACT INFO
================================ */

.main-footer .logo-widget .info-list {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.main-footer .logo-widget .info-list li {
    position: relative;
    display: block;
}

.main-footer .logo-widget .info-list li span {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    color: #C89D46;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.main-footer .logo-widget .info-list li a {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    font-family: var(--jost);
    font-weight: 500;
    transition: all 0.3s ease;
}

.main-footer .logo-widget .info-list li a:hover {
    color: #C89D46;
}

.main-footer .logo-widget .info-list li:last-child a {
    font-weight: 400;
}


/* ================================
   FOOTER WIDGET
================================ */

.main-footer .footer-widget {
    position: relative;
}

.main-footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.main-footer .widget-title span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: var(--jost);
    font-weight: 600;
    color: #C89D46;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Small gold line */
.main-footer .widget-title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 35px;
    height: 2px;
    background: #C89D46;
}


/* ================================
   FOOTER LINKS
================================ */

.main-footer .links-list {
    padding: 0;
    margin: 0;
}

.main-footer .links-list li {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.main-footer .links-list li:last-child {
    margin-bottom: 0;
}

.main-footer .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #bdbdbd;
    transition: all 0.3s ease;
}

.main-footer .links-list li a:hover {
    color: #C89D46;
    padding-left: 5px;
}


/* ================================
   COPYRIGHT
================================ */

.main-footer .copyright {
    position: relative;
    margin-top: 55px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .copyright p,
.main-footer .copyright p a {
    color: #777777;
    font-size: 14px;
}

.main-footer .copyright p a:hover {
    color: #C89D46;
}


/* ================================
   REMOVE OLD LARGE LEFT SPACING
================================ */

.main-footer .ml_170 {
    margin-left: 0;
}


/* ================================
   RESPONSIVE
================================ */

@media only screen and (max-width: 991px) {

    .main-footer {
        padding: 70px 0 30px;
    }

    .main-footer .logo-widget {
        margin-bottom: 55px;
    }

    .main-footer .logo-widget h3 {
        font-size: 23px;
        margin-bottom: 35px;
    }

    .main-footer .logo-widget .info-list {
        gap: 35px;
    }

    .main-footer .footer-widget.ml_170 {
        margin-left: 0;
    }
}


@media only screen and (max-width: 575px) {

    .main-footer {
        padding: 60px 20px 25px;
    }

    .main-footer .footer-logo {
        width: 180px;
    }

    .main-footer .logo-widget h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .main-footer .logo-widget .info-list {
        display: block;
    }

    .main-footer .logo-widget .info-list li {
        margin-bottom: 22px;
    }

    .main-footer .links-column {
        margin-bottom: 35px;
    }

    .main-footer .copyright {
        margin-top: 20px;
    }

}
/* ================================
   FOOTER SOCIAL ICONS
================================ */

.main-footer .footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 45px;
}

.main-footer .footer-social a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(200, 157, 70, 0.5);
    border-radius: 50%;

    color: #ffffff;
    font-size: 16px;

    transition: all 0.3s ease;
}

.main-footer .footer-social a:hover {
    background: #C89D46;
    border-color: #C89D46;
    color: #111111;
    transform: translateY(-4px);
}
/* ================================
   WHATSAPP FLOATING BUTTON
================================ */

.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 25px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #25D366;
    color: #ffffff;

    border-radius: 50%;

    font-size: 29px;

    text-decoration: none;

    z-index: 9999;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);

    transition: all 0.35s ease;
}

/* Hover */

.whatsapp-float:hover {
    color: #ffffff;
    background: #1ebe5d;

    transform: translateY(-5px) scale(1.05);

    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
}


/* Pulse Effect */

.whatsapp-float::before {
    content: "";

    position: absolute;

    width: 100%;
    height: 100%;

    border-radius: 50%;

    border: 2px solid #25D366;

    animation: whatsappPulse 2s infinite;

    pointer-events: none;
}

@keyframes whatsappPulse {

    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.45);
        opacity: 0;
    }

    100% {
        transform: scale(1.45);
        opacity: 0;
    }

}


/* Tooltip */

.whatsapp-tooltip {
    position: absolute;

    right: 70px;
    top: 50%;

    transform: translateY(-50%) translateX(10px);

    background: #111111;
    color: #ffffff;

    padding: 9px 15px;

    border-radius: 6px;

    font-size: 13px;
    font-weight: 500;

    white-space: nowrap;

    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;

    transform: translateY(-50%) translateX(0);
}


/* Mobile */

@media only screen and (max-width: 575px) {

    .whatsapp-float {
        right: 18px;
        bottom: 18px;

        width: 52px;
        height: 52px;

        font-size: 25px;
    }

    .whatsapp-tooltip {
        display: none;
    }

}
/** banner-style-two **/

.banner-style-two {
  position: relative;
  background: #24292f;
  padding-top: 210px;
}

.banner-style-two .outer-container {
  position: relative;
  padding: 0px 150px;
}

.banner-style-two h2 {
  font-size: 75px;
  line-height: 90px;
  font-family: var(--jost);
  color: #fff;
}

.banner-style-two .image-box {
  position: relative;
  display: block;
}

.banner-style-two .image-box img {
  width: 100%;
}

.banner-style-two .link {
  position: absolute;
  left: -34px;
  top: 100px;
  transform: rotate(-90deg);
}

.banner-style-two .link a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: var(--jost);
  color: #fff;
  font-weight: 700;
  padding-right: 23px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner-style-two .link a img {
  position: absolute;
  top: 8px;
  right: 0px;
}

.banner-style-two .link a:hover {
}

.banner-style-two .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 165px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** offer-section **/

.offer-section {
  position: relative;
  padding: 111px 0px 100px 0px;
  background: #24292f;
}

.offer-section .auto-container {
  max-width: 1270px;
}

.offer-block-one .inner-box {
  position: relative;
  display: block;
  padding-left: 100px;
  padding-right: 30px;
}

.offer-block-one .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 2px;
}

.offer-block-one .inner-box h3 {
  display: block;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}

.offer-block-one .inner-box h3 a {
  display: inline-block;
  color: #ffffff;
}

.offer-block-one .inner-box h3 a:hover {
}

.offer-block-one .inner-box p {
  color: #b7b9bb;
  line-height: 26px;
  margin-bottom: 12px;
}

.offer-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
}

.offer-block-one .inner-box .link a:hover {
  transform: rotate(-45deg);
}

/** about-style-two **/

.about-style-two {
  position: relative;
  background: #24292f;
  padding-bottom: 100px;
}

.about-style-two .auto-container {
  max-width: 1270px;
}

.about-style-two .content-box {
  position: relative;
  display: block;
}

.about-style-two .content-box .text-box p:first-child {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 30px;
}

.about-style-two .content-box .text-box p {
  color: #b7b9bb;
}

.about-style-two .content-box .btn-box .theme-btn {
  border-radius: 50px;
  padding: 13px 35px 11px 35px;
}

.about-style-two .content-box .btn-box .theme-btn:hover {
  color: var(--theme-color) !important;
}

.about-style-two .content-box .btn-box .theme-btn:before,
.about-style-two .content-box .btn-box .theme-btn:after {
  background: #fff;
}

.about-style-two .image-box {
  position: relative;
  display: block;
  margin-right: -81px;
}

.about-style-two .image-box img {
  width: 100%;
}

/** service-section **/

.service-section {
  position: relative;
}

.service-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.service-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 23px;
}

.service-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.service-block-one .inner-box h3 {
  position: relative;
  display: block;
  padding-left: 55px;
  font-size: 22px;
  line-height: 30px;
  font-family: var(--roboto);
  font-style: italic;
}

.service-block-one .inner-box h3:before {
  position: absolute;
  content: "";
  background: #222222;
  width: 35px;
  height: 1px;
  left: 0px;
  bottom: 8px;
}

.service-block-one .inner-box h3 a {
  color: #222222;
}

.service-block-one .inner-box h3 a:hover {
}

/** feature-section **/

.feature-section {
  position: relative;
}

.feature-section .inner-container {
  border-bottom: 1px solid #dfdfdf;
}

.feature-section .title-text h3 {
  font-size: 28px;
  line-height: 38px;
  font-family: var(--jost);
}

.feature-section .feature-list li {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 500;
  margin-bottom: 10px;
}

.feature-section .feature-list li:last-child {
  margin-bottom: 0px;
}

/** project-style-two **/

.project-style-two {
  position: relative;
}

.project-style-two .bg-color {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 180px;
  background: #24292f;
}

.project-style-two .outer-container {
  position: relative;
  padding: 0px 85px;
}

.project-style-two .outer-container .project-block {
  padding: 0px;
}

.project-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.project-block-two .inner-box .text-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  padding: 15px 100px 15px 30px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .text-box {
  left: 40px;
  bottom: 40px;
  opacity: 1;
}

.project-block-two .inner-box .text-box h3 {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-family: var(--text-font);
  font-weight: 400;
  margin-bottom: 2px;
}

.project-block-two .inner-box .text-box h3 a {
  display: inline-block;
  color: var(--title-color);
}

.project-block-two .inner-box .text-box h3 a:hover {
}

.project-block-two .inner-box .text-box span {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--title-color);
}

.testimonial-section.light-section {
  background: #24292f;
}

.testimonial-section.light-section .testimonial-block .text-box p {
  color: #fff;
}

.testimonial-section.light-section .testimonial-block .text-box .name {
  color: #c3c3c3;
}

.testimonial-section.light-section .owl-nav button.owl-prev:before {
  background-image: url(../images/icons/icon-29.png);
}

.testimonial-section.light-section .owl-nav button.owl-next:before {
  background-image: url(../images/icons/icon-30.png);
}

/** consulting-section **/

.consulting-section {
  position: relative;
}

.consulting-section .content-box {
  position: relative;
  display: block;
}

.consulting-section .content-box h2 {
  font-size: 45px;
  line-height: 53px;
  font-weight: 600;
  margin-bottom: 15px;
}

.consulting-section .content-box p {
  font-size: 19px;
  margin-bottom: 20px;
}

.consulting-section .content-box h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 20px;
}

.consulting-section .image-box {
  position: relative;
  display: block;
}

.consulting-section .image-box img {
  width: 100%;
}

.video-section.alternat-2 .bg-layer:before {
}

.video-section.alternat-2 .content_block_two .content-box h2 span {
  font-weight: 400;
}

.video-section.alternat-2 .content_block_two .content-box h3 {
  font-weight: 400;
}

.video-section.alternat-2 .content_block_two .content-box .theme-btn,
.video-section.alternat-2 .content_block_two .content-box .theme-btn {
  background: #fff;
  color: var(--title-color) !important;
}

/** chooseus-section **/

/* .chooseus-section {
  position: relative;
}

.chooseus-section .inner-container {
  position: relative;
  padding: 119px 0px 100px 0px;
  border-bottom: 1px solid #dadada;
}

.chooseus-block-one .inner-box {
  position: relative;
  display: block;
  padding-left: 95px;
}

.chooseus-block-one .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 8px;
}

.chooseus-block-one .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--text-font);
  margin-bottom: 12px;
}

.chooseus-block-one .inner-box p {
  line-height: 26px;
} */

.news-section .sec-title a {
  position: absolute;
  top: 15px;
  right: 0px;
  font-size: 18px;
  font-family: var(--roboto);
  color: #000;
  font-weight: 500;
  padding-right: 160px;
}

.news-section .sec-title a:before {
  position: absolute;
  content: "";
  background: #011e45;
  width: 148px;
  height: 1px;
  right: 0px;
  bottom: 7px;
}

.news-section .sec-title a:hover {
}

/** fluid-section **/

.fluid-section {
  position: relative;
}

.fluid-section .left-column {
  position: relative;
  width: 50%;
}

.fluid-section .left-column .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}

.fluid-section .left-column .image-box img {
  width: 100%;
}

.fluid-section .left-column .image-box .image {
  position: relative;
  display: none;
}

.fluid-section .left-column .image-box .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fluid-section .left-column .content-box {
  position: relative;
  float: right;
  width: 50%;
  padding: 75px 30px 50px 60px;
}

.fluid-section .left-column .content-box:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 41px;
  left: -24px;
  top: 50%;
  margin-top: -20px;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%);
}

.fluid-section .left-column .content-box span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--jost);
  color: #fff;
  font-weight: 700;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.fluid-section .left-column .content-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 47px;
  font-family: var(--text-font);
  font-weight: 500;
  color: #fff;
  margin-bottom: 115px;
}

.fluid-section .left-column .content-box .link a {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 54px;
  border: 1px solid #fff;
  text-align: center;
}

.fluid-section .right-column {
  width: 50%;
}

.fluid-section .right-column .content-box {
  position: relative;
  background: #42484f;
  padding: 75px 30px 50px 60px;
}

.fluid-section .right-column .content-box span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--roboto);
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.fluid-section .right-column .content-box h3 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 47px;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 115px;
  color: #fff;
}

.fluid-section .right-column .content-box .link a {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 54px;
  border: 1px solid #fff;
  text-align: center;
}

/** header-style-three **/

.header-style-three {
  position: relative;
  background: #1c1d21;
}

/** banner-style-three **/

.banner-style-three {
  position: relative;
  background: #1c1d21;
}

.banner-style-three:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 292px;
  left: 0px;
  bottom: 0px;
}

.banner-style-three .outer-container {
  position: relative;
  padding-top: 640px;
}

.banner-style-three .outer-container .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 75px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-three .outer-container .bg-layer:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.1;
}

.banner-style-three .content-box {
  position: relative;
  float: right;
  width: 630px;
  padding: 61px 60px 63px 65px;
  background: #c19156;
}

.banner-style-three .content-box h2 {
  font-size: 65px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 14px;
}

.banner-style-three .content-box p {
  font-size: 19px;
  color: #fff;
}

/** about-style-three **/

.about-style-three {
  position: relative;
}

.content_block_three .content-box {
  position: relative;
  display: block;
  margin-right: -30px;
}

.content_block_three .content-box .text-box {
  margin-bottom: 43px;
}

.content_block_three .content-box .text-box p:first-child {
  font-size: 22px;
  line-height: 32px;
  color: #242424;
  font-weight: 500;
  margin-bottom: 33px;
}

.content_block_three .content-box .text-box p {
  color: #494949;
  line-height: 30px;
}

.content_block_three .content-box .inner-box {
  border-bottom: 1px solid #868686;
}

.content_block_three .content-box .inner-box .single-item {
  position: relative;
  display: block;
  padding: 0px 0px 0px 84px;
}

.content_block_three .content-box .inner-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 8px;
}

.content_block_three .content-box .inner-box .single-item h3 {
  position: relative;
  display: block;
  font-size: 23px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 8px;
}

.content_block_three .content-box .inner-box .single-item p {
  line-height: 26px;
}

.content_block_three .content-box .lower-box {
  position: relative;
  display: flex;
  align-items: center;
}

.content_block_three .content-box .lower-box h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: var(--text-font);
  color: #444444;
  margin-right: 30px;
}

.content_block_three .content-box .lower-box .theme-btn {
  padding-left: 22px;
  padding-right: 22px;
}

.image_block_one .image-box {
  position: relative;
  display: block;
  margin-left: 59px;
  margin-right: -63px;
  padding-left: 156px;
  padding-bottom: 20px;
}

.image_block_one .image-box img {
  width: 100%;
}

.image_block_one .image-box .image-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
}

.image_block_one .image-box .text {
  position: absolute;
  left: -21px;
  top: 130px;
  font-size: 16px;
  font-family: var(--jost);
  font-weight: 700;
  text-transform: uppercase;
  color: #161837;
  opacity: 0.5;
  letter-spacing: 10px;
  transform: rotate(-90deg);
}

.bg-color-2 {
  background: #f8f4ed;
}

/** project-style-three **/

.project-style-three {
  position: relative;
  background: #272e35;
}

.project-style-three .theme-btn:hover {
  color: var(--theme-color) !important;
}

.project-style-three .theme-btn:before,
.project-style-three .theme-btn:after {
  background: #fff;
}

.project-style-three .project-block-two .inner-box .image-box {
  background: #000;
}

.project-style-three .project-block-two .inner-box .image-box img {
  transition: all 500ms ease;
}

.project-style-three .project-block-two .inner-box:hover .image-box img {
  opacity: 0.7;
}

.project-block-two .inner-box .text-box .link a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 300;
}

.project-block-two .inner-box .text-box .link a:hover {
}

.project-style-three .project-block-two .inner-box .text-box h3 {
  font-size: 22px;
  font-family: var(--title-font);
  font-weight: 300;
}

.project-style-three .project-block-two .inner-box .text-box h3 a {
  color: #fff;
}

.project-style-three .project-block-two .inner-box .text-box {
  background: #000000;
}

.white-bg {
  background: #ffffff !important;
}

.consulting-section .inner-container {
  border-top: 1px solid #dddddd;
}

/** faq-style-two **/

.faq-style-two {
  position: relative;
}

.faq-style-two .accordion {
  position: relative;
}

.faq-style-two .accordion .acc-btn {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  cursor: pointer;
  padding: 14px 50px 17px 0px;
  border-bottom: 1px solid #a4a4a4;
  transition: all 500ms ease;
}

.faq-style-two .accordion .acc-btn .icon-box {
  position: absolute;
  top: 17px;
  right: 20px;
}

.faq-style-two .accordion .acc-content {
  padding-top: 15px;
  padding-bottom: 20px;
}

.faq-style-two .title-text h3 {
  font-size: 28px;
  line-height: 38px;
  font-family: var(--jost);
}

/** testimonial-style-two **/

.testimonial-style-two {
  position: relative;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box .text {
  position: relative;
  display: block;
  background: #fff;
  padding: 43px 40px 41px 45px;
  border-radius: 7px;
  margin-bottom: 32px;
}

.testimonial-block-one .inner-box .text:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 44px;
  height: 11px;
  left: 67px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.testimonial-block-one .inner-box .text .quote {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.testimonial-block-one .inner-box .text p {
  line-height: 30px;
  color: #494949;
}

.testimonial-block-one .inner-box .author-box {
  position: relative;
  display: block;
  padding: 17px 0px 14px 95px;
  margin-left: 57px;
}

.testimonial-block-one .inner-box .author-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h5 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.testimonial-block-one .inner-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.nav-style-one .owl-nav button span {
  display: none !important;
}

.nav-style-one .owl-nav button {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #4a4847;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button.owl-prev {
  margin-right: 20px;
}

.nav-style-one .owl-nav button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-style-one .owl-nav button.owl-prev:before {
  background-image: url(../images/icons/icon-39.png);
}

.nav-style-one .owl-nav button.owl-next:before {
  background-image: url(../images/icons/icon-40.png);
}

.testimonial-style-two .owl-nav {
  position: absolute;
  left: -343px;
  bottom: 92px;
}

/** contact-section **/

.contact-section {
  position: relative;
}

.content_block_four .content-box {
  position: relative;
  display: block;
}

.content_block_four .content-box .sec-title {
  margin-bottom: 21px;
}

.content_block_four .content-box .text {
  margin-bottom: 33px;
}

.content_block_four .content-box .text p {
  line-height: 28px;
}

.content_block_four .content-box .support-box {
  position: relative;
  display: block;
  padding: 7px 0px 11px 100px;
  margin-bottom: 28px;
}

.content_block_four .content-box .support-box .thumb-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 69px;
  height: 69px;
  border-radius: 50%;
}

.content_block_four .content-box .support-box .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.content_block_four .content-box .support-box span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}

.content_block_four .content-box .support-box h3 {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.content_block_four .content-box .support-box h3 a {
  display: inline-block;
  color: #000000;
}

.content_block_four .content-box .support-box h3 a:hover {
}

.content_block_four .content-box .info li {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.content_block_four .content-box .info li p {
  line-height: 28px;
}

.content_block_four .content-box .info li:last-child {
  margin-bottom: 0px;
}

.content_block_four .content-box .info li h5 {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin-bottom: 2px;
  color: #444;
}

.contact-section .form-inner {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-top: 30px;
}

.contact-section .form-inner .form-group {
  position: relative;
  margin-bottom: 15px;
}

.contact-section .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type="text"],
.contact-section .form-inner .form-group input[type="email"],
.contact-section .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  background: #fff;
  border: 1px solid #dbdcdd;
  font-size: 18px;
  color: #444444;
  border-radius: 5px;
  padding: 10px 28px;
  transition: all 500ms ease;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus {
}

.contact-section .form-inner .form-group textarea {
  height: 200px;
  resize: none;
}

.contact-section .form-inner .form-group .theme-btn {
  width: 100%;
  border-radius: 5px;
}

.contact-section .form-inner .form-group .theme-btn span {
  position: relative;
  padding-right: 36px;
}

.contact-section .form-inner .form-group .theme-btn span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 1px;
  right: 0px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/icon-41.png);
}

/** clients-section **/

.clients-section {
  position: relative;
}

.clients-section .clients-logo {
  position: relative;
  display: block;
}

.clients-section .clients-logo img {
  position: relative;
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  transition: all 500ms ease;
}

.clients-section .clients-logo img:hover {
  transform: scale(1.05);
}

/** header-style-four **/

.header-style-four {
  position: relative;
  background: #1e1e1f;
}

.header-style-four:before {
  position: absolute;
  content: "";
  background: #131315;
  width: 280px;
  height: 100%;
  left: 0px;
  top: 0px;
}

.header-style-three .header-lower .main-menu .navigation > li > a,
.header-style-four .header-lower .main-menu .navigation > li > a {
  padding: 37px 0px;
}

.banner-style-three.home-4 .outer-container .bg-layer:before {
  opacity: 0.2;
}

.banner-style-three.home-4 {
  background: #1e1e1f;
}

.banner-style-three.home-4:before {
  display: none;
}

.banner-style-three.home-4 .content-box {
  float: none;
  width: 700px;
  background: #1e1e1f;
}

.banner-style-three.home-4 .content-box p {
  font-size: 20px;
  line-height: 35px;
  opacity: 0.5;
  max-width: 450px;
}

.banner-style-three.home-4 .content-box h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
}

.border-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.border-line .line {
  position: absolute;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.1;
  z-index: 1;
}

.border-line .line-1 {
  left: 280px;
}

.border-line .line-2 {
  left: 33.333%;
}

.border-line .line-3 {
  left: 66.666%;
}

.border-line .line-4 {
  right: 280px;
}

/** about-style-four **/

.about-style-four {
  position: relative;
  padding: 125px 0px 130px 0px;
  background: #1e1e1f;
}

.about-style-four .sec-title {
  position: relative;
  max-width: 1000px;
}

.about-style-four .sec-title h3 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  color: #fff;
}

.about-style-four .content-box {
  position: relative;
  display: block;
}

.about-style-four .content-box h2 {
  display: block;
  font-size: 45px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 25px;
}

.about-style-four .content-box p {
  color: #fff;
  margin-bottom: 35px;
}

.about-style-four .content-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--jost);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-right: 36px;
  padding-bottom: 16px;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-style-four .content-box a img {
  position: absolute;
  top: 7px;
  right: 0px;
  transition: all 500ms ease;
}

.about-style-four .content-box a:hover img {
  transform: rotate(-45deg);
}

.about-style-four .image-box {
  position: relative;
  display: block;
}

.about-style-four .image-box .shape {
  position: absolute;
  left: -30px;
  top: 60px;
  width: 71px;
  height: 61px;
  background-repeat: no-repeat;
}

.about-style-four .lamp-image {
  position: absolute;
  top: -75px;
  right: 195px;
}

/** service-style-two **/

.service-style-two {
  position: relative;
}

.service-style-two .sec-title p {
  max-width: 650px;
  margin-top: 17px;
}

.service-style-two .sec-title a {
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: 52px;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--jost);
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: solid;
  border-width: 1px;
  letter-spacing: 1px;
}

.service-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 36px 35px 17px 35px;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.1);
}

.service-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  min-height: 64px;
  margin-bottom: 40px;
}

.service-block-two .inner-box h3 {
  display: block;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 25px;
}

.service-block-two .inner-box h3 a {
  display: inline-block;
  color: var(--title-color);
}

.service-block-two .inner-box h3 a:hover {
}

.service-block-two .inner-box .link {
  position: relative;
  padding-top: 13px;
}

.service-block-two .inner-box .link:before {
  position: absolute;
  content: "";
  background: #e2edef;
  width: calc(100% + 70px);
  height: 1px;
  left: -35px;
  top: 0px;
}

.service-block-two .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: var(--jost);
  color: #767676;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 30px;
}

.service-block-two .inner-box .link a img {
  position: absolute;
  top: 6px;
  right: 0px;
}

.service-block-two .inner-box .link a:hover {
}

/** chooseus-style-two **/

.chooseus-style-two {
  position: relative;
}

.chooseus-style-two .sec-title h2 {
  font-weight: 300;
}

.chooseus-style-two .sec-title h2 span {
  font-weight: 400;
  border-bottom: 2px solid var(--title-color);
}

.chooseus-style-two .content-box {
  position: relative;
  display: block;
}

.chooseus-style-two .content-box .single-item {
  position: relative;
  display: block;
  padding-top: 35px;
  padding-bottom: 30px;
}

.chooseus-style-two .content-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  min-height: 64px;
  margin-bottom: 20px;
}

.chooseus-style-two .content-box .single-item h5 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.chooseus-style-two .content-box .border-line-1 {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.chooseus-style-two .content-box .border-line-2 {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
}

/** consulting-style-two **/

.consulting-style-two {
  position: relative;
}

.consulting-style-two .bg-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% + 165px);
  height: 100%;
  background: #f5eee4;
}

.consulting-style-two .content-box {
  position: relative;
  display: block;
}

.consulting-style-two .content-box p {
  line-height: 26px;
  margin-bottom: 44px;
}

.consulting-style-two .content-box .theme-btn {
  border-radius: 40px;
}

.consulting-style-two .video-column {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(50% - 15px);
  height: 100%;
}

.consulting-style-two .video-content {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 108px 0px;
  text-align: center;
}

.consulting-style-two .video-content:before {
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.65;
}

.consulting-style-two .video-column .video-inner {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 135px 0px;
}

.consulting-style-two .video-column .video-btn a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}

/** bestselling-section **/

.bestselling-section {
  position: relative;
}

.bestselling-section .image-box {
  position: relative;
  display: block;
  margin-right: -30px;
  margin-left: -85px;
}

.bestselling-section .image-box img {
  width: 100%;
}

.bestselling-section .sec-title h2 {
  font-size: 48px;
  line-height: 52px;
}

.bestselling-section .sec-title:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  bottom: -105px;
  border-bottom: 1px solid #e2e2e2;
}

/** team-section **/

.team-section {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}

.team-section .auto-container {
  max-width: 1310px;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
  opacity: 0.7;
}

.team-block-one .inner-box .image-box .social-links {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  z-index: 2;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .social-links {
  transform: scale(1, 1);
}

.team-block-one .inner-box .image-box .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.team-block-one .inner-box .image-box .social-links li a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  font-size: 18px;
  color: #000;
  text-align: center;
  border-radius: 50%;
}

.team-block-one .inner-box .image-box .social-links li a:hover {
  color: #fff;
  background: var(--theme-color);
}

.team-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 30px;
}

.team-block-one .inner-box .lower-content h3 {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.team-block-one .inner-box .lower-content h3 a {
  position: relative;
  display: inline-block;
  color: var(--title-color);
}

.team-block-one .inner-box .lower-content h3 a:hover {
}

.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-family: var(--title-font);
  color: #004444;
}

/** about-style-five **/

.about-style-five {
  position: relative;
}

.about-style-five .content-box {
  position: relative;
  display: block;
}

.about-style-five .content-box h2 {
  display: block;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 24px;
}

.about-style-five .content-box p {
  line-height: 30px;
  margin-bottom: 37px;
}

.about-style-five .content-box .lower-box {
  position: relative;
  display: flex;
  align-items: center;
}

.about-style-five .content-box .author-info h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: var(--roboto);
  margin-bottom: 1px;
}

.about-style-five .content-box .author-info .designation {
  position: relative;
  display: block;
}

/** contact-style-two **/

.contact-style-two {
  position: relative;
}

.contact-style-two .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% - 285px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.contact-style-two .inner-container {
  position: relative;
  display: block;
  background: #f7f6f3;
  padding: 107px 65px 110px 0px;
  margin-right: -65px;
}

.contact-style-two .content-box {
  position: relative;
  display: block;
}

.contact-style-two .content-box .sec-title h2 {
  font-size: 48px;
}

.contact-style-two .content-box .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-style-two .content-box .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.contact-style-two .content-box .form-inner .form-group input[type="text"],
.contact-style-two .content-box .form-inner .form-group input[type="email"],
.contact-style-two .content-box .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #ccced2;
  background: #fff;
  font-size: 18px;
  color: #7b7b7b;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-style-two .content-box .form-inner .form-group input:focus,
.contact-style-two .content-box .form-inner .form-group textarea:focus {
}

.contact-style-two .content-box .form-inner .form-group textarea {
  height: 150px;
  resize: none;
}

/** header-style-five **/

.header-style-five {
  position: relative;
  background: #fff;
}

.header-style-five .header-top {
  background: #24292f;
  border-bottom: none;
}

.header-style-five .header-top .text-box p {
  font-size: 17px;
  color: #fff;
}

.header-style-five .main-menu .navigation > li > a {
  color: #000000;
}

.header-style-five .nav-btn {
  border-color: #575757;
}

.header-style-five .sticky-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/** page-title **/

.page-title {
  position: relative;
  padding: 137px 0px 136px 0px;
}

.page-title .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.page-title .bg-layer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.4;
  background: #000;
}

.page-title .content-box h1 {
  position: relative;
  display: block;
  font-size: 62px;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
      padding-right: 20px;
}

.page-title .content-box .bread-crumb {
  position: relative;
  display: flex;
  align-items: center;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding-right: 20px;
  margin-right: 11px;
}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px;
  margin: 0px;
}

.page-title .content-box .bread-crumb li a {
  display: inline-block;
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: "/";
  top: 0px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

/** about-style-six **/

.about-style-six {
  position: relative;
}

.about-style-six .content_block_three .content-box .inner-box {
  border-bottom: none;
}

.about-style-six .content_block_three .content-box .sec-title p {
  margin-bottom: 27px;
  margin-top: 22px;
}

.about-style-six .content_block_three .content-box .sec-title h4 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--text-font);
  color: #000000;
}

.about-style-six .content_block_three .content-box .sec-title h4 a {
  display: inline-block;
  color: #000;
  line-height: 20px;
  border-bottom: 1px solid #777777;
}

.about-style-six .content_block_three .content-box .sec-title h4 a:hover {
}

.about-style-six .content_block_three .content-box .inner-box .single-item h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0px;
}

.about-style-six
  .content_block_three
  .content-box
  .inner-box
  .single-item
  .icon-box {
  top: 0px;
}

.about-style-six .content_block_three .content-box .inner-box .single-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.about-style-six .content_block_three .content-box {
  margin: 0px;
}

.about-style-six .image-box {
  position: relative;
  display: block;
  padding-right: 43px;
  padding-bottom: 22px;
}

.about-style-six .image-box img {
  width: 100%;
}

.about-style-six .experience-box {
  width: 170px;
  background: #c6965d;
  padding: 21px 20px 32px 20px;
  text-align: center;
}

.about-style-six .experience-box h2 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
}

.about-style-six .experience-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 600;
}

.chooseus-section.about-page .inner-container {
  border-bottom: none;
  border-top: 1px solid #b6b6b6;
  padding-top: 94px;
}

.team-section.about-page {
  border-bottom: none;
}

/** error-section **/

.error-section {
  position: relative;
  padding: 110px 0px 120px 0px;
}

.error-section .inner-box h1 {
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
  margin-bottom: 10px;
}

.error-section .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 60px;
}

/** service-style-three **/

.service-style-three {
  position: relative;
}

.service-block-three .inner-box {
  position: relative;
  display: block;
  border: 1px solid #d7dbde;
  border-radius: 5px;
  padding: 39px 40px 34px 40px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover {
}

.service-block-three .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 34px;
}

.service-block-three .inner-box h3 {
  position: relative;
  display: block;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 1px;
}

.service-block-three .inner-box h3 a {
  position: relative;
  display: inline-block;
  color: var(--title-color);
}

.service-block-three .inner-box h3 a:hover {
}

.service-block-three .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--roboto);
  color: #8a8a8a;
  text-transform: uppercase;
  padding-right: 43px;
  margin-bottom: 87px;
  font-weight: 700;
}

.service-block-three .inner-box .link a:hover {
}

.service-block-three .inner-box .link a img {
  position: absolute;
  right: 0px;
  top: 5px;
}

.service-block-three .inner-box .count-text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--roboto);
  color: #747474;
  font-weight: 700;
}

.service-style-three .sec-title p {
  margin-top: 22px;
}

.project-section.project-page .project-block-one .inner-box {
  margin-bottom: 30px;
}

/** project-details **/

.project-details {
  position: relative;
}

.project-details-content {
  position: relative;
  display: block;
}

.project-details-content h2 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 22px;
  padding-right: 53px;
}

.project-details-content h2:before {
  position: absolute;
  content: "";
  background: #fd4a36;
  width: 35px;
  height: 2px;
  right: 0px;
  bottom: 12px;
}

.project-details-content p {
  line-height: 28px;
}

.project-details-content .content-one p {
  margin-bottom: 28px;
}

.project-details-content .content-one p:last-child {
  margin-bottom: 0px;
}

.project-details-content .content-one {
  margin-bottom: 36px;
}

.project-details-content h3 {
  display: block;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}

.project-details-content .content-two p {
  margin-bottom: 28px;
}

.project-details-content blockquote {
  position: relative;
  display: block;
  margin: 0px;
  padding-top: 6px;
}

.project-details-content blockquote .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.project-details-content .content-two blockquote p {
  color: #6e6e6e;
  font-style: italic;
  margin-bottom: 12px;
}

.project-details-content blockquote span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #5aa0d1;
}

.project-details-content .content-two {
  margin-bottom: 42px;
}

.project-details .image-box {
  position: relative;
  display: block;
  margin-top: 11px;
}

.project-details .image-box .image {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-details .image-box img {
  width: 100%;
}

/** appointment-area **/

.appointment-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0 150px;
}
.appointment-title {
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 52px;
}
.appointment-title h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 700;
  color: #051d3e;
  margin: 0 0 24px;
}
.appointment-title p {
  margin: 0px;
  line-height: 28px;
}

.appointment-form {
  position: relative;
  display: block;
}

.appointment-form .single-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.appointment-form .single-box.selectbox {
  overflow: inherit;
}

.appointment-form .single-box .jobsite-address input {
  margin-bottom: 20px;
}

.appointment-form .single-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 17px;
}
.appointment-form .single-box .inner-title h3 {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}

.appointment-checkbox {
  position: relative;
  display: block;
}
.appointment-checkbox .single-checkbox {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.appointment-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #444444 !important;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
}
.appointment-checkbox input[type="checkbox"] {
  display: none;
}
.appointment-checkbox input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #8e8f8f;
  cursor: pointer;
  border-radius: 0;
  transition: all 300ms ease;
}
.appointment-form .date-box .calander-data {
  float: left;
}
.appointment-form .date-box .calander-data .nice-select .list {
  max-height: 200px;
  overflow-y: scroll;
}
.appointment-checkbox label span:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 1px solid #b2b7bb;
  opacity: 0;
  background-color: transparent;
  transition: all 300ms ease;
}
.appointment-checkbox input[type="checkbox"]:checked + label span:before {
  opacity: 1;
  background: -webkit-linear-gradient(-45deg, #aeb3b9, #e9e9ea 80%);
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea,
.appointment-form select,
.appointment-form .nice-select {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: "Barlow", sans-serif;
}

.appointment-form textarea {
  height: 180px;
  resize: none;
}

.appointment-form input:focus,
.appointment-form textarea:focus {
  border-color: var(--theme-color);
}

.appointment-form .date-box {
  position: relative;
  display: block;
  width: 380px;
}
.appointment-form .date-box .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #898989;
  font-size: 16px;
}
.appointment-form .date-box .icon span:before {
  position: relative;
  top: 2px;
}

.appointment-form .time-box {
  position: relative;
  display: block;
  width: 270px;
}
.appointment-form .time-box .icon {
  position: absolute;
  top: 4px;
  right: 20px;
  color: #444;
  font-size: 20px;
  font-weight: 700;
}
.appointment-form .time-box .icon span:before {
  position: relative;
  top: 0px;
  font-weight: 500;
  color: #444;
  font-size: 16px;
}

.newsletter-checkbox {
  position: relative;
  display: block;
}
.newsletter-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #444444;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
}
.newsletter-checkbox input[type="checkbox"] {
  display: none;
}
.newsletter-checkbox input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #8e8f8f;
  cursor: pointer;
  border-radius: 0;
  transition: all 300ms ease;
}
.newsletter-checkbox label span:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 1px solid #b2b7bb;
  opacity: 0;
  background-color: transparent;
  transition: all 300ms ease;
}
.newsletter-checkbox input[type="checkbox"]:checked + label span {
  border-color: #16232a;
}
.newsletter-checkbox input[type="checkbox"]:checked + label span:before {
  opacity: 1;
  background: -webkit-linear-gradient(-45deg, #aeb3b9, #e9e9ea 80%);
}

.appointment-form .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  margin: 0;
}

.appointment-form .bootstrap-select > .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 20px;
  height: auto;
  font-family: "FontAwesome 6 Free";
  content: "\f107";
  color: #444;
  font-size: 20px;
  transform: translateY(-50%);
  margin: 0;
  font-weight: 900;
  border: none;
  background: transparent;
  text-align: right;
}
.appointment-form .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px solid #ddd;
  background: #f9f9f9;
  font-size: 16px;
  color: #000000;
}
.appointment-form .dropdown-item {
  display: block;
  width: 100%;
  padding: 9px 25px 9px;
  font-weight: 400;
  color: #898989;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  font-family: "Barlow", sans-serif;
}

.appointment-form .dropdown-item.active,
.appointment-form .dropdown-item:active {
  color: #222222;
}

.appointment-form .dropdown-item:hover {
  color: #222222;
}

.appointment-form-button {
  position: relative;
  display: block;
}

.appointment-form .nice-select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  border-color: #dddddd !important;
}

.appointment-form .date-box .nice-select {
  border-radius: 0px;
  margin-right: 10px;
  width: 100px;
  border: 1px solid #dddddd;
  height: 40px;
  line-height: 36px;
  padding-left: 15px;
}

.appointment-form .nice-select:before {
  position: absolute;
  content: "";
  background-image: url(../images/icons/icon-63.png);
  width: 10px;
  height: 6px;
  top: 16px;
  right: 11px;
  background-repeat: no-repeat;
}

.appointment-form .date-box #dobday {
  width: 99px;
}

.appointment-form .date-box #dobmonth {
  width: 110px;
}

.appointment-form .date-box #dobyear {
  width: 104px;
}

.appointment-form .time-box input[type="text"] {
  cursor: pointer;
}

/** faq-page-section **/

.faq-page-section {
  position: relative;
  padding: 118px 0px;
}

.faq-page-section .search-form {
  position: relative;
  margin-bottom: 66px;
}

.faq-page-section .search-form .form-group {
  position: relative;
  margin: 0px;
}

.faq-page-section .search-form .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 18px;
  color: #444444;
  padding: 10px 60px 10px 30px;
  transition: all 500ms ease;
}

.faq-page-section .search-form .form-group button {
  position: absolute;
  top: 14px;
  right: 30px;
  cursor: pointer;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 500ms ease;
}

.faq-page-section .search-form .form-group input:focus + button,
.faq-page-section .search-form .form-group button:hover {
  filter: grayscale(0);
  opacity: 1;
}

.faq-page-section .search-form .form-group input:focus {
  border-color: var(--theme-color);
}

.faq-page-section .sec-title {
  margin-bottom: 49px;
}

.faq-page-section .sec-title h6 {
  margin-bottom: 5px;
}

.faq-page-section .sec-title p {
  margin-top: 6px;
}

.faq-page-section .search-form .form-group input:focus + button,
.faq-page-section .search-form .form-group button:hover {
}

.faq-page-section .accordion-box .block {
  margin-bottom: 48px;
  border: none;
}

.faq-page-section .accordion-box .block:last-child {
  margin-bottom: 0px;
}

.faq-page-section .accordion-box .block .acc-btn {
  position: relative;
  padding: 0px 30px 0px 40px;
  cursor: pointer;
}

.faq-page-section .accordion-box .block .acc-btn:before {
  display: none;
}

.faq-page-section .accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: -1px;
  left: 0px;
  font-size: 24px;
  color: #0e2a4e;
  font-family: "Montserrat", sans-serif;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  transition: all 500ms ease;
}

.faq-page-section .accordion-box .block .acc-btn .icon-outer:before {
  position: absolute;
  content: "+";
}

.faq-page-section .accordion-box .block .acc-btn.active .icon-outer:before {
  opacity: 0;
}

.faq-page-section .accordion-box .block .acc-btn.active .icon-outer:after {
  position: absolute;
  content: "-";
}

.faq-page-section .accordion-box .block .acc-btn h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: var(--text-font);
  color: #161837;
  font-weight: 600;
  transition: all 500ms ease;
}

.faq-page-section .accordion-box .block .acc-content {
  padding: 11px 30px 0px 40px;
}

/** faq-form-section **/

.faq-form-section {
  position: relative;
  background: #f7f3ee;
  padding: 105px 0px 120px 0px;
}

.faq-form-section h2 {
  display: block;
  font-size: 45px;
  line-height: 52px;
  font-weight: 600;
  color: #000000;
}

.faq-form-section .title-text {
  margin-bottom: 48px;
}

.faq-form-section .form-inner .form-group {
  position: relative;
  margin-bottom: 26px;
}

.faq-form-section .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.faq-form-section .form-inner .form-group input[type="text"],
.faq-form-section .form-inner .form-group input[type="email"],
.faq-form-section .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  border-bottom: 2px solid #e3e3e3;
  font-size: 18px;
  color: #444444;
  padding: 10px 0px;
  transition: all 500ms ease;
}

.faq-form-section .form-inner .form-group textarea {
  resize: none;
  height: 165px;
}

.faq-form-section .form-inner .form-group input:focus,
.faq-form-section .form-inner .form-group textarea:focus {
  border-color: var(--theme-color);
}

.faq-form-section .form-inner {
  max-width: 870px;
}

/** testimonial-page-section **/

.testimonial-page-section {
  position: relative;
  background: #f7f3ee;
}

.testimonial-page-section .testimonial-block-one .inner-box {
  margin-bottom: 60px;
}

/** blog-grid **/

.blog-grid {
  position: relative;
}

.news-block-two .inner-box {
  position: relative;
  display: block;
  margin-bottom: 100px;
}

.news-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-two .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
}

.news-block-two .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box .image img {
  transform: scale(1.05);
}

.news-block-two .inner-box .image-box .post-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #fff;
  padding: 11px 20px 17px 20px;
  width: 82px;
  font-size: 32px;
  line-height: 30px;
  color: #091c55;
  font-weight: 600;
  text-align: center;
  z-index: 2;
}

.news-block-two .inner-box .image-box .post-date span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding-top: 4px;
}

.news-block-two .inner-box .lower-content {
  position: relative;
}

.news-block-two .inner-box .lower-content .post-info {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 28px;
}

.news-block-two .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  color: #b8b8b8;
  font-weight: 600;
  margin-right: 42px;
}

.news-block-two .inner-box .lower-content .post-info li a {
  position: relative;
  display: inline-block;
  color: #b8b8b8;
}

.news-block-two .inner-box .lower-content .post-info li a:hover {
}

.news-block-two .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: "/";
  top: 0px;
  right: -25px;
}

.news-block-two .inner-box .lower-content .post-info li:last-child:before {
  display: none;
}

.news-block-two .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 13px;
}

.news-block-two .inner-box .lower-content h3 a {
  position: relative;
  display: inline-block;
  color: #000;
}

.news-block-two .inner-box .lower-content h3 a:hover {
}

.news-block-two .inner-box .lower-content p {
  margin-bottom: 37px;
}

.news-block-two .inner-box .lower-content .theme-btn {
  padding: 10px 26px;
  border-radius: 5px;
  font-size: 15px;
}

/** sidebar-page-container **/

.sidebar-page-container {
  position: relative;
}

.blog-sidebar {
  position: relative;
  display: block;
}

.blog-sidebar .search-widget .search-form {
  position: relative;
  display: block;
}

.blog-sidebar .search-widget .search-form .form-group {
  position: relative;
  margin: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  font-size: 18px;
  font-family: var(--text-font);
  color: #909090;
  border-radius: 5px;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus {
}

.blog-sidebar .search-widget .search-form .form-group button {
  position: absolute;
  top: 9px;
  right: 25px;
}

.blog-sidebar .search-widget {
  margin-bottom: 42px;
}

.blog-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.blog-sidebar .widget-title h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  padding-right: 58px;
  color: #111e37;
}

.blog-sidebar .widget-title h3:before {
  position: absolute;
  content: "";
  background: #c5c9cc;
  width: 35px;
  height: 2px;
  right: 0px;
  bottom: 11px;
}

.blog-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  padding: 6px 0px 9px 0px;
  border-bottom: 1px solid #d5cac3;
}

.blog-sidebar .category-widget .category-list li:last-child {
  border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #444444;
}

.blog-sidebar .category-widget .category-list li a:hover {
}

.blog-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  top: 3px;
  right: 0px;
  font-weight: 900;
  font-size: 12px;
  color: #c8c8c8;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before {
}

.blog-sidebar .category-widget {
  margin-bottom: 51px;
}

.blog-sidebar .post-widget .widget-title {
  margin-bottom: 17px;
}

.blog-sidebar .post-widget .post {
  position: relative;
  display: block;
  padding-left: 94px;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
  min-height: 94px;
}

.blog-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.blog-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 70px;
  height: 60px;
}

.blog-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img {
  opacity: 0.3;
}

.blog-sidebar .post-widget .post h5 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-family: "Barlow", sans-serif;
  margin-bottom: 9px;
}

.blog-sidebar .post-widget .post h5 a {
  display: inline-block;
  color: #444444;
}

.blog-sidebar .post-widget .post h5 a:hover {
}

.blog-sidebar .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #7c7777;
}

.blog-sidebar .post-widget {
  margin-bottom: 41px;
}

.blog-sidebar .tags-widget .widget-title {
  margin-bottom: 22px;
}

.blog-sidebar .tags-widget .tags-list {
  position: relative;
  margin: 0px -5px;
}

.blog-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 5px 10px 5px;
}

.blog-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  border: 1px solid #e4e4e4;
  padding: 6px 19px;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
  color: #fff;
}

.blog-details-content {
  position: relative;
}

.blog-details-content .news-block-two .inner-box {
  margin-bottom: 40px;
}

.blog-details-content .content-one h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 19px;
}

.blog-details-content .content-one .text-box p {
  margin-bottom: 50px;
}

.blog-details-content .content-one p {
  line-height: 26px;
}

.blog-details-content .content-one p a {
  display: inline-block;
  color: #444;
  line-height: 18px;
  border-bottom: 1px solid #9a9a9a;
}

.blog-details-content .content-one p a:hover {
}

.news-block-five .inner-box {
  margin-bottom: 46px;
}

.blog-details-content .comment-inner {
  position: relative;
  border: 1px solid #eeeeee;
}

.blog-details-content .comment-inner .comment {
  position: relative;
  display: block;
  padding: 25px 50px 18px 125px;
  border-bottom: 1px solid #eeeeee;
}

.blog-details-content .comment-inner .comment:last-child {
  border-bottom: none;
}

.blog-details-content .comment-inner .comment:nth-child(2n + 2) {
  background: #f7f7f7;
}

.blog-details-content .comment-inner .comment .thumb-box {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 70px;
  height: 70px;
}

.blog-details-content .comment-inner .comment.replay-comment {
  padding-left: 100px;
}

.blog-details-content .comment-inner .comment.replay-comment .thumb-box {
  left: 0px;
}

.blog-details-content .comment-inner .comment .thumb-box img {
  width: 100%;
}

.blog-details-content .comment-inner .comment h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--roboto);
  font-weight: 700;
  margin-bottom: 2px;
  color: #242424;
}

.blog-details-content .comment-inner .comment p {
  line-height: 26px;
  margin-bottom: 5px;
}

.blog-details-content .comment-inner .comment .info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #aeaeae;
  font-weight: 500;
  margin-right: 22px;
}

.blog-details-content .comment-inner .comment .info li:last-child {
  margin: 0px;
}

.blog-details-content .comment-inner .comment .info li:before {
  position: absolute;
  content: "";
  background: #959595;
  width: 1px;
  height: 15px;
  top: 8px;
  right: -13px;
}

.blog-details-content .comment-inner .comment .info li:last-child:before {
  display: none;
}

.blog-details-content .comment-inner .comment .info li a {
  color: #fd4a36;
}

.blog-details-content .comment-inner .comment .info li a:hover {
  text-decoration: underline;
}

.blog-details-content .comment-box h3 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 25px;
}

.blog-details-content .comment-box {
  margin-bottom: 52px;
}

.blog-details-content .comments-form-area h3 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 23px;
}

.blog-details-content .comments-form-area .form-inner {
  position: relative;
  display: block;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 50px 35px;
}

.blog-details-content .comments-form-area .form-inner .form-group {
  margin-bottom: 20px;
}

.blog-details-content .comments-form-area .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.blog-details-content
  .comments-form-area
  .form-inner
  .form-group
  input[type="text"],
.blog-details-content
  .comments-form-area
  .form-inner
  .form-group
  input[type="email"],
.blog-details-content .comments-form-area .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #eeeeee;
  font-size: 17px;
  color: #737373;
  padding: 0px 20px;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-inner .form-group textarea {
  height: 170px;
  resize: none;
  margin-bottom: 17px;
  padding-top: 10px;
}

.blog-details-content .comments-form-area .form-inner .form-group input:focus,
.blog-details-content
  .comments-form-area
  .form-inner
  .form-group
  textarea:focus {
}

/** contact-style-three **/

/* =========================================
   PREMIUM CONTACT SECTION
========================================= */

.premium-contact {
    position: relative;
    padding: 120px 0;
    background: #f5f7f8;
    overflow: hidden;
}

.contact-bg-shape {
    position: absolute;
    width: 500px;
    height: 500px;
    right: -180px;
    top: -180px;
    border-radius: 50%;
      background: rgb(161 132 39 / 7%);
}

.contact-heading {
    max-width: 720px;
    margin-bottom: 55px;
}

.contact-tag,
.info-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
       color: var(--header-gold);
    margin-bottom: 14px;
}

.contact-heading h2 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    color: #162b32;
    margin: 0 0 18px;
}

.contact-heading h2 span {
      color: var(--header-gold);
}

.contact-heading p {
    max-width: 620px;
    font-size: 16px;
    line-height: 1.8;
    color: #6b777c;
}


/* =========================================
   CONTACT WRAPPER
========================================= */

.contact-wrapper {
    position: relative;
    z-index: 2;
}


/* =========================================
   FORM BOX
========================================= */

.contact-form-box {
    background: #ffffff;
    padding: 45px;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(22, 43, 50, 0.08);
}

.form-top {
    margin-bottom: 30px;
}

.form-top h3 {
    font-size: 27px;
    color: #162b32;
    margin-bottom: 7px;
}

.form-top p {
    color: #7a8589;
    margin: 0;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.contact-form-box .form-group {
    margin-bottom: 22px;
}

.contact-form-box label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #26383e;
    margin-bottom: 8px;
}

.contact-form-box input,
.contact-form-box textarea,
.contact-form-box select {
    width: 100%;
    border: 1px solid #dfe5e7;
    background: #fafbfb;
    border-radius: 4px;
    padding: 15px 17px;
    font-size: 14px;
    color: #26383e;
    outline: none;
    transition: all .3s ease;
}

.contact-form-box input,
.contact-form-box select {
    height: 54px;
}

.contact-form-box textarea {
    resize: vertical;
    min-height: 130px;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus,
.contact-form-box select:focus {
  border-color: var(--header-gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(39, 125, 161, .08);
}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {
    color: #a2abad;
}
/* =========================================
   PREMIUM PROJECT DROPDOWN
========================================= */

.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select-wrapper select {
    width: 100%;
    height: 54px;

    padding: 0 50px 0 17px;

    border: 1px solid #dfe5e7;
    border-radius: 4px;

    background: #fafbfb;

    color: #26383e;
    font-size: 14px;

    outline: none;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    transition: all .3s ease;
}

/* Placeholder */

.custom-select-wrapper select:invalid {
    color: #a2abad;
}

/* Arrow */

.select-arrow {
    position: absolute;

    top: 50%;
    right: 17px;

    width: 27px;
    height: 27px;

    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #edf3f5;
    color:var(--header-gold);

    pointer-events: none;

    transition: all .3s ease;
}

.select-arrow i {
    font-size: 10px;
}


/* Hover */

.custom-select-wrapper:hover select {
  border-color: var(--header-gold);
}

.custom-select-wrapper:hover .select-arrow {
    background:var(--header-gold);
    color: #fff;
}


/* Focus */

.custom-select-wrapper select:focus {
  border-color: var(--header-gold);

    background: #fff;

    box-shadow:
        0 0 0 3px rgba(39, 125, 161, .08);
}

.custom-select-wrapper select:focus + .select-arrow {
    background:var(--header-gold);
    color: #fff;
}


/* Dropdown options */

.custom-select-wrapper select option {
    color: #26383e;
    background: #ffffff;
    padding: 12px;
}
.project-select-group.error .custom-select-wrapper select {
    border-color: #d9534f;
    background: #fff8f8;
}

.project-select-group.success .custom-select-wrapper select {
    border-color: #4caf50;
}
.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select {
    border-color: #e05252 !important;
    background: #fff8f8 !important;
}

.form-group.has-success input,
.form-group.has-success textarea,
.form-group.has-success select {
    border-color: #4caf50 !important;
}

.error-message {
    display: none;
    color: #e05252;
    font-size: 12px;
    margin-top: 6px;
}

.form-group.has-error .error-message {
    display: block;
}
/* =========================================
   VALIDATION
========================================= */

.error-message {
    display: none;
    color: #d9534f;
    font-size: 12px;
    margin-top: 6px;
}

.form-group.error input,
.form-group.error textarea,
.form-group.error select {
    border-color: #d9534f;
    background: #fff8f8;
}

.form-group.success input,
.form-group.success textarea,
.form-group.success select {
    border-color: #4caf50;
}

.form-group.error .error-message {
    display: block;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.contact-submit {
    border: none;
    outline: none;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;

    padding: 16px 25px;
    min-width: 190px;

    background: #162b32;
    color: #ffffff;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;

    border-radius: 4px;
    transition: all .3s ease;
}

.contact-submit i {
    transition: transform .3s ease;
}

.contact-submit:hover {
    background: var(--header-gold);
}

.contact-submit:hover i {
    transform: translateX(5px);
}


/* SUCCESS MESSAGE */

#form-success {
    display: none;
    margin-top: 20px;
    padding: 14px 18px;
    background: #edf8f1;
    border-left: 3px solid #4caf50;
    color: #287a45;
    font-size: 13px;
}


/* =========================================
   RIGHT INFO BOX
========================================= */

.info-column {
    display: flex;
    align-items: stretch;
}

.contact-info-box {
    position: relative;
    width: 100%;
    padding: 45px 40px;
    background: #162b32;
    border-radius: 8px;
    color: #ffffff;
    overflow: hidden;
}

.contact-info-box:after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: -100px;
    bottom: -100px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08);
}

.contact-info-box h3 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.contact-info-box h3 span {
      color: var(--header-gold);
}

.info-description {
    color: rgba(255,255,255,.65);
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 35px;
}


/* =========================================
   INFO ITEMS
========================================= */

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 27px;
}

.contact-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(161, 132, 39, 1.2);
      color: var(--header-gold);
    border-radius: 50%;
}

.contact-info-item span {
    display: block;
    font-size: 10px;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,.45);
    margin-bottom: 5px;
}

.contact-info-item p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}

.contact-info-item a {
    color: #ffffff;
    transition: .3s;
}

.contact-info-item a:hover {
    color: #5aa9c5;
}


/* =========================================
   WHATSAPP
========================================= */

.whatsapp-contact {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    gap: 13px;

    margin-top: 35px;
    padding: 16px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 5px;

    color: #fff;
    transition: .3s;
}

.whatsapp-contact:hover {
    background: rgba(255,255,255,.05);
    color: #fff;
}

.whatsapp-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #25D366;
    color: #fff;

    font-size: 21px;
}

.whatsapp-contact small {
    display: block;
    font-size: 9px;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,.45);
    margin-bottom: 3px;
}

.whatsapp-contact > i {
    margin-left: auto;
    font-size: 12px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .premium-contact {
        padding: 90px 0;
    }

    .contact-heading h2 {
        font-size: 40px;
    }

    .form-column {
        margin-bottom: 30px;
    }

    .contact-info-box {
        padding: 40px;
    }
}


@media (max-width: 575px) {

    .premium-contact {
        padding: 70px 0;
    }

    .contact-heading h2 {
        font-size: 32px;
    }

    .contact-heading p {
        font-size: 14px;
    }

    .contact-form-box {
        padding: 28px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-info-box {
        padding: 30px 22px;
    }

    .contact-info-box h3 {
        font-size: 29px;
    }

    .contact-submit {
        width: 100%;
    }
}

.google-map-section .map-inner {
  position: relative;
  height: 460px;
}

.google-map-section .map-inner iframe {
  position: relative;
  width: 100%;
  height: 460px;
}

.appointment-form .single-box.selectbox {
  min-height: 77px;
}
/* =========================================
   CUSTOM MOBILE HAMBURGER
========================================= */

.my-menu-btn {
  display: none;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 0;
  outline: 0;

  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 99999;
}

.my-menu-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background: #171717;
  transition: all 0.3s ease;
}

/* =========================================
   MOBILE MENU
========================================= */

.my-mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;

  z-index: 999999 !important;

  visibility: hidden;
  opacity: 0;

  pointer-events: none;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.my-mobile-menu.active {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Overlay */

.my-menu-overlay {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.65);

  width: 100%;
  height: 100%;
}

/* Panel */

.my-menu-panel {
  position: absolute;

  top: 0;
  right: 0;

  width: 380px;
  max-width: 88%;

  height: 100%;

 background: #000000;

  padding: 35px 30px;

  overflow-y: auto;

  transform: translateX(100%);

  transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);

  box-shadow: -15px 0 50px rgba(0, 0, 0, 0.15);
}

.my-mobile-menu.active .my-menu-panel {
  transform: translateX(0);
}

/* Close */

.my-menu-close {
  position: absolute;

  top: 20px;
  right: 20px;

  width: 42px;
  height: 42px;

  border: 0;
  border-radius: 50%;

  background: #171717;
  color: #fff;

  font-size: 28px;
  line-height: 42px;

  cursor: pointer;

  z-index: 10;

  transition: 0.3s ease;
}

.my-menu-close:hover {
  background: #b88a44;
}

/* Logo */

.my-menu-logo {
  margin-top: 10px;
  margin-bottom: 40px;
}

.my-menu-logo img {
  width: 140px;
  height: auto;
}

/* Links */

.my-mobile-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.my-mobile-links li {
  margin: 0;
  padding: 0;
}

.my-mobile-links li a {
  display: block;

  padding: 17px 0;

  border-bottom: 1px solid #eeeeee;

  color: white;

  font-family: "Fira Sans", sans-serif;

  font-size: 16px;
  font-weight: 500;

  text-decoration: none;

  transition: 0.3s ease;
}

.my-mobile-links li a:hover {
  color: #b88a44;
  padding-left: 6px;
}

/* Language */

.my-mobile-lang {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-top: 30px;
  padding: 20px 0;

  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;

  font-family: "Fira Sans", sans-serif;
}

.my-mobile-lang span:first-child {
  margin-right: auto;
      color: white;
}

.my-mobile-lang a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.my-mobile-lang a:hover {
  color: #b88a44;
}

/* Book */

.my-mobile-book {
  display: block;

  margin-top: 25px;

  padding: 15px 20px;

  background: #b88a44;

  color: #fff !important;

  text-align: center;

  text-decoration: none;

  font-family: "Fira Sans", sans-serif;

  font-size: 13px;
  font-weight: 600;

  letter-spacing: 0.5px;

  transition: 0.3s ease;
}

.my-mobile-book:hover {
  background: #171717;
}

/* =========================================
   TABLET + MOBILE
========================================= */

@media (max-width: 991px) {
  .my-menu-btn {
    display: flex !important;
  }

  .main-header .main-menu {
    display: none !important;
  }

  .language-switcher {
    display: none !important;
  }

  .header-lower .outer-box {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .header-lower .menu-area {
    display: flex !important;
    align-items: center;
    margin-left: auto;
  }

  .header-lower {
    background: #fff;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {
  .my-menu-panel {
    width: 100%;
    max-width: 100%;
    padding: 30px 22px;
  }

  .my-menu-logo img {
    width: 125px;
  }

  .header-lower .logo-box img {
    width: 120px;
  }
}

/* Prevent scrolling */

body.my-menu-open {
  overflow: hidden !important;
}
/* =========================================================
   PREMIUM SERVICES SECTION
========================================================= */

/* =========================================
   SERVICES PREMIUM SECTION
========================================= */

.services-preview {
  position: relative;
  padding: 125px 0 110px;
  background: #171717;
  overflow: hidden;
  color: #fff;
}

/* subtle background glow */
.services-bg-shape {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: -180px;
  background: rgba(200, 157, 70, 0.08);
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}

/* heading */

.services-heading {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 60px;
}

.services-eyebrow {
  display: inline-block;
  margin-bottom: 17px;
  font-family: var(--jost);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #c89d46;
}

.services-heading h2 {
  margin: 0;
  font-family: var(--title-font);
  font-size: 55px;
  line-height: 1.08;
  font-weight: 400;
  color: #fff;
}

.services-heading h2 span {
  color: #c89d46;
}

.services-intro {
  max-width: 390px;
  padding-bottom: 5px;
}

.services-intro p {
  margin: 0;
  font-family: var(--text-font);
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.68);
}

/* =========================================
   SERVICE GRID
========================================= */

.services-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */

.service-card {
  position: relative;
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: all 0.45s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(200, 157, 70, 0.55);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

/* featured card */

.featured-service {
  border-color: rgba(200, 157, 70, 0.45);
}

/* number */

.service-number {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 20px;
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #c89d46;
}

/* image */

.service-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent 60%);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.07);
}

/* content */

.service-content {
  padding: 30px 30px 32px;
}

.service-content > span {
  display: block;
  margin-bottom: 12px;
  font-family: var(--jost);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #c89d46;
}

.service-content h3 {
  margin: 0 0 14px;
  font-family: var(--title-font);
  font-size: 27px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}

.service-content p {
  min-height: 75px;
  margin: 0 0 25px;
  font-family: var(--text-font);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.62);
}

/* link */

.service-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--jost);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #c89d46;
  border-radius: 50%;
  color: #c89d46;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #c89d46;
}

.service-link:hover span {
  background: #c89d46;
  color: #171717;
  transform: rotate(45deg);
}

/* =========================================
   BOTTOM
========================================= */

.services-bottom {
  position: relative;
  z-index: 2;
  margin-top: 45px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.services-bottom > span {
  font-family: var(--jost);
  font-size: 18px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.4);
}

.all-services-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 22px;
  border: 1px solid #c89d46;
  font-family: var(--jost);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c89d46;
  text-decoration: none;
  transition: all 0.35s ease;
}

.all-services-btn span {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.all-services-btn:hover {
  background: #c89d46;
  color: #171717;
}

.all-services-btn:hover span {
  transform: translateX(5px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .services-preview {
    padding: 90px 0;
  }

  .services-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 45px;
  }

  .services-heading h2 {
    font-size: 46px;
  }

  .services-intro {
    max-width: 600px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card:last-child {
    grid-column: 1 / -1;
  }

  .service-image {
    height: 300px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .services-preview {
    padding: 75px 0 70px;
  }

  .services-heading {
    margin-bottom: 35px;
    gap: 20px;
  }

  .services-heading h2 {
    font-size: 38px;
    line-height: 1.15;
  }

  .services-eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .services-intro p {
    font-size: 15px;
    line-height: 1.7;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card:last-child {
    grid-column: auto;
  }

  .service-image {
    height: 250px;
  }

  .service-content {
    padding: 25px 23px 28px;
  }

  .service-content h3 {
    font-size: 24px;
  }

  .service-content p {
    min-height: auto;
    font-size: 14px;
  }

  .services-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 35px;
  }

  .services-bottom > span {
    font-size: 9px;
    letter-spacing: 2px;
  }

  .all-services-btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .services-preview {
    padding: 60px 0;
  }

  .services-heading h2 {
    font-size: 32px;
  }

  .service-image {
    height: 220px;
  }

  .service-number {
    font-size: 12px;
    top: 15px;
    right: 15px;
  }
}
/* ================================
   SIMPLE CHOOSE US
================================ */

.chooseus-section.about-page {
    padding: 90px 0;
    background: #f7f7f7;
}

.chooseus-section .inner-container {
    position: relative;
}

.chooseus-block-one .inner-box {
    position: relative;
    padding: 40px 30px;
    min-height: 300px;

    background: #fff;

    border: 1px solid #eeeeee;

    transition: all 0.3s ease;
}


/* Icon */

.chooseus-block-one .icon-box {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    background: #f5f2eb;

    border-radius: 50%;

    transition: all 0.3s ease;
}

.chooseus-block-one .icon-box img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}


/* Number */

.choose-number {
    position: absolute;

    top: 25px;
    right: 25px;

    font-size: 14px;
    font-weight: 600;

    color: #c9c9c9;
}


/* Heading */

.chooseus-block-one h4 {
    margin-bottom: 12px;

    font-size: 24px;
    line-height: 1.3;

    font-weight: 600;

    color: #222;
}


/* Text */

.chooseus-block-one p {
    margin-bottom: 20px;

    font-size: 15px;
    line-height: 1.7;

    color: #777;
}


/* Learn More */

.choose-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #222;

    font-size: 14px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.choose-link span {
    color: #C89D46;

    font-size: 18px;

    transition: transform 0.3s ease;
}


/* Hover */

.chooseus-block-one .inner-box:hover {
    transform: translateY(-6px);

    border-color: #C89D46;

    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.chooseus-block-one .inner-box:hover .icon-box {
    background: #C89D46;
}

.chooseus-block-one .inner-box:hover .choose-link {
    color: #C89D46;
}

.chooseus-block-one .inner-box:hover .choose-link span {
    transform: translateX(4px);
}


/* ================================
   MOBILE
================================ */

@media only screen and (max-width: 991px) {

    .chooseus-section.about-page {
        padding: 70px 0;
    }

    .chooseus-block-one {
        margin-bottom: 25px;
    }

}


@media only screen and (max-width: 575px) {

    .chooseus-section.about-page {
        padding: 55px 0;
    }

    .chooseus-block-one .inner-box {
        padding: 30px 25px;
        min-height: auto;
    }

    .chooseus-block-one h4 {
        font-size: 21px;
    }

}
/* ==============================
   PREMIUM VIDEO SECTION
================================ */

.premium-video-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #f7f6f3;
}

.premium-video-bg {
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(200, 157, 70, 0.10);
    border-radius: 50%;
    filter: blur(10px);
}

.premium-video-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 80px;
}


/* ==============================
   CONTENT
================================ */

.premium-video-content {
    max-width: 570px;
}

.section-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b78935;
}

.section-tag::before {
    content: "";
    width: 35px;
    height: 1px;
    background: #b78935;
}

.premium-video-content h2 {
    margin: 0 0 25px;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 600;
    color: #151515;
    letter-spacing: -1px;
}

.premium-video-content h2 span {
    display: block;
    color: #b78935;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.15em;
}

.video-intro {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    color: #292929;
}

.video-text {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 1.9;
    color: #777;
    max-width: 520px;
}


/* ==============================
   BUTTON
================================ */

.premium-video-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 15px 24px;
    background: #151515;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .5px;
    transition: all .35s ease;
}

.premium-video-btn i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    font-size: 12px;
    transition: all .35s ease;
}

.premium-video-btn:hover {
    background: #b78935;
    color: #fff;
    transform: translateY(-3px);
}

.premium-video-btn:hover i {
    transform: translateX(4px);
}


/* ==============================
   VIDEO
================================ */

.premium-video-column {
    position: relative;
}

.premium-video-card {
    position: relative;
    padding: 12px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(0,0,0,.14);
}

.video-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 520px;
}

.kitchen-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.05)
    );
    z-index: 1;
}

.video-play-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-play-btn {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.video-play-btn i {
    font-size: 22px;
    margin-left: 4px;
}

.video-play-btn:hover {
    transform: scale(1.1);
    background: #C89D46;
    border-color: #C89D46;
}

.video-label {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 3;
    color: #fff;
}

.video-label span {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.video-label strong {
    font-size: 20px;
    font-weight: 600;
}

/* ==============================
   FLOATING BADGE
================================ */

.experience-badge {
    position: absolute;
    left: -45px;
    bottom: 55px;
    width: 115px;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #151515;
    color: #fff;
    border: 5px solid #f7f6f3;
    box-shadow: 0 15px 35px rgba(0,0,0,.18);
}

.badge-number {
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    line-height: 1;
    color: #d4ae63;
}

.badge-text {
    margin-top: 7px;
    text-align: center;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ==============================
   TABLET
================================ */

@media (max-width: 991px) {

    .premium-video-section {
        padding: 90px 0;
    }

    .premium-video-wrapper {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .premium-video-content {
        max-width: 750px;
    }

    .premium-video-content h2 {
        font-size: 43px;
    }

    .video-image {
        height: 500px;
    }

    .experience-badge {
        left: 20px;
        bottom: 25px;
    }

}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {

    .premium-video-section {
        padding: 70px 0;
    }

    .premium-video-wrapper {
        gap: 40px;
    }

    .section-tag {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .premium-video-content h2 {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -.5px;
    }

    .video-intro {
        font-size: 17px;
    }

    .video-text {
        font-size: 14px;
        line-height: 1.8;
    }

    .video-image {
        height: 390px;
    }

    .premium-video-card {
        padding: 7px;
    }

    .video-play-btn {
        width: 70px;
        height: 70px;
    }

    .video-play-btn i {
        font-size: 15px;
    }

    .video-label {
        left: 22px;
        bottom: 20px;
    }

    .experience-badge {
        width: 90px;
        height: 90px;
        left: 10px;
        bottom: 15px;
        border-width: 3px;
    }

    .badge-number {
        font-size: 27px;
    }

    .badge-text {
        font-size: 8px;
    }

}


/* ==============================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {

    .premium-video-section {
        padding: 55px 0;
    }

    .premium-video-content h2 {
        font-size: 30px;
    }

    .video-image {
        height: 330px;
    }

    .premium-video-btn {
        width: 100%;
        justify-content: space-between;
    }

}
/*=============================
    DREAM CTA SECTION
==============================*/

.dream-cta-section{
    padding:120px 0;
    background:#f8f7f4;
}

.dream-cta-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

/* IMAGE */

.dream-image-box{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.dream-image-box img{
    width:100%;
    height:650px;
    object-fit:cover;
    display:block;
    transition:.7s ease;
}

.dream-image-box:hover img{
    transform:scale(1.05);
}

/* Floating Card */

.floating-card{
    position:absolute;
    bottom:30px;
    left:30px;
    background:#fff;
    padding:22px 28px;
    border-radius:18px;
    box-shadow:0 20px 40px rgba(0,0,0,.18);
}

.floating-card .years{
    display:block;
    font-size:42px;
    font-weight:700;
    color:#C89D46;
    line-height:1;
}

.floating-card p{
    margin:8px 0 0;
    color:#555;
    font-size:14px;
}

/* CONTENT */

.section-label{
    display:inline-block;
    color:#C89D46;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:21px;
    margin-bottom:18px;
    font-weight:600;
}

.dream-content h2{
    font-size:52px;
    line-height:1.1;
    color:#151515;
    margin-bottom:25px;
}

.dream-content h2 span{
    color:#C89D46;
    font-family:"Cormorant Garamond",serif;
    font-style:italic;
}

.dream-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:35px;
}

/* Features */

.feature-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:40px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:500;
    color:#222;
}

.feature-item i{
    width:32px;
    height:32px;
    background:#C89D46;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
}

/* Button */

.dream-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 34px;
    background:#151515;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.35s ease;
}

.dream-btn:hover{
    background:#C89D46;
    transform:translateY(-3px);
}

/* Tablet */

@media(max-width:991px){

    .dream-cta-section{
        padding:90px 0;
    }

    .dream-cta-wrapper{
        grid-template-columns:1fr;
        gap:50px;
    }

    .dream-image-box img{
        height:500px;
    }

    .dream-content h2{
        font-size:42px;
    }

}

/* Mobile */

@media(max-width:767px){

    .dream-cta-section{
        padding:70px 0;
    }

    .dream-content h2{
        font-size:34px;
    }

    .feature-list{
        grid-template-columns:1fr;
    }

    .dream-image-box img{
        height:380px;
    }

    .floating-card{
        left:15px;
        bottom:15px;
        padding:16px 20px;
    }

    .floating-card .years{
        font-size:32px;
    }

    .dream-btn{
        width:100%;
    }

}/* =========================================
   LUXURY SERVICES SECTION
========================================= */

.luxury-services-section {
    position: relative;
    padding: 120px 0 130px;
    background: #f5f4f1;
    overflow: hidden;
}


/* =========================================
   HEADER
========================================= */

.luxury-services-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 80px;

    margin-bottom: 70px;
}


.heading-left {
    max-width: 680px;
}


.luxury-eyebrow {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 20px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;

    color: #b38a45;
}


.luxury-eyebrow::before {
    content: "";

    width: 35px;
    height: 1px;

    background: #b38a45;
}


.heading-left h2 {
    margin: 0;

    font-size: 64px;
    line-height: 1.02;
    letter-spacing: -2.5px;

    font-weight: 700;

    color: #171d22;
}


.heading-left h2 span {
    display: block;

    font-family: Georgia, "Times New Roman", serif;

    font-weight: 400;
    font-style: italic;

    color: #b38a45;
}


.heading-right {
    width: 390px;
    padding-bottom: 5px;
}


.heading-right p {
    margin: 0 0 28px;

    font-size: 15px;
    line-height: 1.9;

    color: #6d7174;
}


/* =========================================
   BUTTON
========================================= */

.luxury-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    padding: 13px 0;

    border-bottom: 1px solid #b38a45;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #171d22;

    transition: all .35s ease;
}


.luxury-outline-btn span {
    font-size: 18px;
    color: #b38a45;

    transition: transform .35s ease;
}


.luxury-outline-btn:hover {
    color: #b38a45;
}


.luxury-outline-btn:hover span {
    transform: translate(5px, -5px);
}


/* =========================================
   MAIN LAYOUT
========================================= */

.luxury-services-layout {
    display: grid;

    grid-template-columns: 42% 58%;

    min-height: 610px;
}


/* =========================================
   IMAGE
========================================= */

.luxury-services-image {
    position: relative;

    min-height: 610px;

    overflow: hidden;

    background: #222;
}


.luxury-services-image img {
    width: 100%;
    height: 100%;

    position: absolute;
    inset: 0;

    object-fit: cover;

    transition: transform 1s ease;
}


.luxury-services-layout:hover .luxury-services-image img {
    transform: scale(1.04);
}


.image-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .72),
        rgba(0, 0, 0, .05) 65%
    );
}


/* =========================================
   IMAGE CAPTION
========================================= */

.image-caption {
    position: absolute;

    left: 35px;
    bottom: 35px;

    display: flex;
    flex-direction: column;

    gap: 12px;
}


.image-caption span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;

    color: #d1ae72;
}


.image-caption strong {
    font-size: 24px;
    line-height: 1.35;

    font-weight: 500;

    color: #fff;
}


/* =========================================
   SERVICES LIST
========================================= */

.luxury-services-list {
    background: #ffffff;
}


/* =========================================
   SERVICE ITEM
========================================= */

.luxury-service-item {
    position: relative;

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 30px;

    padding: 38px 45px;

    border-bottom: 1px solid #e4e1db;

    cursor: pointer;

    transition:
        background .4s ease,
        padding .4s ease;
}


.luxury-service-item:last-child {
    border-bottom: 0;
}


.luxury-service-item::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 3px;

    background: #b38a45;

    transform: scaleY(0);
    transform-origin: bottom;

    transition: transform .4s ease;
}


/* Active + Hover */

.luxury-service-item.active,
.luxury-service-item:hover {
    background: #faf8f4;
}


.luxury-service-item.active::before,
.luxury-service-item:hover::before {
    transform: scaleY(1);
}


/* =========================================
   NUMBER
========================================= */

.service-index {
    padding-top: 4px;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1px;

    color: #b38a45;
}


/* =========================================
   TITLE ROW
========================================= */

.service-title-row {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;
}


.service-title-row h3 {
    margin: 0;

    font-size: 27px;
    line-height: 1.2;

    font-weight: 600;

    color: #171d22;

    transition: color .3s ease;
}


.service-title-row h3 span {
    font-weight: 400;
}


.luxury-service-item:hover .service-title-row h3 {
    color: #b38a45;
}


/* =========================================
   DESCRIPTION
========================================= */

.service-main p {
    max-width: 570px;

    margin: 12px 0 0;

    font-size: 14px;
    line-height: 1.8;

    color: #777b7d;
}


/* =========================================
   ARROW
========================================= */

.service-arrow {
    flex-shrink: 0;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dedbd5;
    border-radius: 50%;

    font-size: 18px;

    color: #171d22;

    transition: all .4s ease;
}


.luxury-service-item:hover .service-arrow {
    background: #171d22;

    border-color: #171d22;

    color: #fff;

    transform: rotate(45deg);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .luxury-services-heading {
        gap: 40px;
    }

    .heading-left h2 {
        font-size: 52px;
    }

    .luxury-services-layout {
        grid-template-columns: 38% 62%;
    }

    .luxury-service-item {
        padding: 32px 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .luxury-services-section {
        padding: 80px 0;
    }


    .luxury-services-heading {
        display: block;

        margin-bottom: 45px;
    }


    .heading-left h2 {
        font-size: 42px;

        letter-spacing: -1px;
    }


    .heading-right {
        width: 100%;

        margin-top: 25px;
    }


    .luxury-services-layout {
        display: block;
    }


    .luxury-services-image {
        min-height: 420px;
    }


    .luxury-service-item {
        grid-template-columns: 40px 1fr;

        gap: 15px;

        padding: 28px 22px;
    }


    .service-title-row h3 {
        font-size: 21px;
    }


    .service-main p {
        font-size: 13px;
    }


    .service-arrow {
        width: 36px;
        height: 36px;

        font-size: 15px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .heading-left h2 {
        font-size: 36px;
    }


    .luxury-services-image {
        min-height: 350px;
    }


    .image-caption {
        left: 25px;
        bottom: 25px;
    }


    .image-caption strong {
        font-size: 20px;
    }


    .service-title-row {
        align-items: flex-start;
    }


    .service-title-row h3 {
        font-size: 19px;
    }

}