/* ------------------------------------------------------------------------------

  Template Name: Go.arch 
  Description: Go.arch  - Architecture | Interiors |  Real Estate Landing Page
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Content styles

  2.  Header 

      2.1 Brand
      2.2 Vertical Panel
      2.3 Navbar Desctop
      2.4 Navbar Desctop Affix
      2.5 Navbar Mobile
      2.6 Navbar Mobile Affix
      

  3.  Main

      3.1 Slider

  4.  About
  5.  Projects

      5.1 Project Carousel
      5.2 Magnific popup

  6.  Services
  7.  Experience
  8.  Clients
  9.  Objects
  10.  Contacts  
  11. Footer
  12. Responsive styles

      12.1 Min width: 768px
      12.2 Min width 992px
      12.3 Min width 1200px 
      12.4 Max height 480px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html {
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'montserratlight', sans-serif;
  /* font-size: 1em; */
  line-height: 1.65;
  color: #747474;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #c5a47e;
}

::selection {
  background-color: #c5a47e;
  color: #fff;
}

-webkit-::selection {
  background-color: #c5a47e;
  color: #fff;
}

::-moz-selection {
  background-color: #c5a47e;
  color: #fff;
}



/* 1.2 Typography */



@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat/Montserrat-Light.ttf');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;

}

h1,
.h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 8vmin;
  line-height: 1.2;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #3d3d3d;
}

h2,
.h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #3d3d3d;
}

h3,
.h3 {
  font-family: 'montserratsemibold';
  font-size: 1.875em;
  line-height: 1.1;
  font-weight: normal;
  color: #3d3d3d;
}

h4,
.h4 {
  font-family: 'montserratsemibold';
  font-size: 1.125em;
  line-height: 1.35;
  font-weight: normal;
  color: #3d3d3d;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
  color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 1.6em;
}

b,
strong {
  font-family: 'Montserrat', sans-serif;
}

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

a {
  color: #c5a47e;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

a:hover,
a:focus {
  color: #c5a47e;
  outline: none;
}

a:focus {
  text-decoration: none;
}



/* 1.3 Fields */



.form-control,
textarea.form-control {
  font-size: 1em;
  height: 5em;
  border-radius: 0.75em;
  padding-left: 22px;
  color: #666666;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

textarea.form-control {
  height: 10.5em;
  padding-top: 1.1em;
  resize: none;
}

.form-control:focus {
  border-color: #c5a47e;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #666666;
}

.form-control::-webkit-input-placeholder {
  color: #666666;
}

.form-control.error {
  border-color: #c5a47e;
}

.form-group {
  margin-bottom: 10px;
}

.wobble-error {
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
  animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error {
  display: none !important;
}



/* 1.4 Buttons */



.btn {
  font-family: 'montserratsemibold';
  position: relative;
  display: inline-block;
  border: 0.2em solid #c5a47e;
  border-radius: 30px;
  padding: 1.1em 2.2em 1.05em;
  font-size: 0.875em;
  color: #fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #c5a47e;
  border: 0;
  -webkit-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
}

.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #cc9f6b;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

.btn .icon-next {
  position: relative;
  top: -0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}

.btn-gray {
  background-color: #323232;
  border-color: #323232;
}

.btn-gray:hover {

  background-color: #c5a47e;
}

.btn-shadow-1 {
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
}

.btn-shadow-2 {
  box-shadow: 0 15px 34px rgba(197, 164, 126, 0.5);
}



/* 1.5 Icons */



.icon-next {
  display: inline-block;
  width: 0.94em;
  height: 0.75em;
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: 0.94em 0.75em;
}



/* 1.6 Loader */



.loader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fff;
  text-align: center;
}

.loader-brand {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c5a47e;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}



/* 1.7 Content styles */



.layout {
  position: relative;
  overflow: hidden;
}

.text-primary {
  color: #c5a47e;
}

.page-lines {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-lines .col-line {
  padding: 0;
}

.page-lines .line {
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color: #f4f4f4;
}

.page-lines .col-line:last-child .line:last-child {
  left: auto;
  right: 0;
}

.row-base {
  margin-top: -3em;
}

.col-base {
  margin-top: 3em;
}
section#clients {
    padding: 50px 20px;
}
.section {
  position: relative;
  padding-top: 4.9em;
}

.section-header {
  position: relative;
}

.section-title {
  text-align: center;
  margin: 0;
  margin-left: 0.32em;
}

.fade-title-left,
.fade-title-right {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10.8em;
  line-height: 1;
  color: #000;
  position: absolute;
  left: 111px;
  top: 0.03em;
  opacity: 0.035;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* .fade-title-right {
  left: 92%;
} */

.section-content {
  margin-top: 7.1em;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.header-inner .vertical-panel-content {
  bottom: auto;
  top: 12.2vmin;
}



/* 2.1 Brand */



.brand-panel {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 39.47vmin;
  height: 40.7vmin;
  padding: 4.8vmin 2em 4.8vmin;
  background-color: #f6f5f3;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.brand {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 3vmin;
  line-height: 1;
  color: #3d3d3d;
}

.brand:hover,
.brand:focus {
  color: #3d3d3d;
  text-decoration: none;
}

.brand-name {
  position: absolute;
  z-index: -1;
  bottom: -0.4em;
  right: -0.38em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  opacity: 0.05;
}

.slide-number {
  font-family: 'Oswald', sans-serif;
  margin-top: 8vmin;
}

.slide-number .current-number {
  font-size: 8vmin;
  letter-spacing: 0.1em;
  line-height: 1;
}

.slide-number sup {
  display: inline-block;
  position: relative;
  top: -3px;
  font-size: 2vmin;
  letter-spacing: 0.1em;
  color: #3d3d3d;
  vertical-align: top;
  margin-left: 0.46em;
}

.slide-number sup .delimiter {
  display: inline-block;
  margin-right: 0.4em;
}



/* Responsive for mobile */
@media (max-width: 767px) {
  .slide-number {
    top: auto;
    bottom: 15px;
    right: 15px;
    font-size: 18px;
  }

  .slide-number sup {
    font-size: 12px;
  }
}


.header-phone {
  font-family: 'Oswald', sans-serif;
  /* font-weight: 300; */
  font-size: 0.81em;
  letter-spacing: 0.32em;
  position: absolute;
  /* z-index: 3; */
  /* color: #fff; */
  left: 45vmin;
  top: 5.9vmin;
}

@media (max-width: 480px) {
  .header-phone {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-phone {
    display: none;
  }
}



/* 2.2 Vertical Panel */



.vertical-panel,
.vertical-panel-content {
  position: absolute;
  width: 19.735vmin;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-panel {
  z-index: 3;
  height: 20000px;
  background-color: #f6f5f3;
}

.vertical-panel-content {
  z-index: 4;
}

.vertical-panel-info {
  margin-bottom: 3.5vmin;
}

.vertical-panel-info .line {
  height: 5vmin;
  width: 1px;
  margin: 15px auto 0;
  background-color: #646464;
}

.vertical-panel-title {
  font-family: 'montserratsemibold';
  font-size: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #3d3d3d;
  position: relative;
  left: -6px;
  margin: 0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-height: 850px) {
  .vertical-panel-title {
    display: none;
  }
}

.social-list {
  margin-bottom: 3.5vmin;
}

.social-list li {
  margin-top: 3.8vmin;
}

.social-list .fa {
  font-size: 2.4vmin;
  color: #c5c4c2;
}

/* Increase icon size on mobile devices */
@media (max-width: 767px) {
  .social-list .fa {
    font-size: 5vmin;
  }
}


.social-list .fa:hover {
  color: #c5a47e;
  text-decoration: none;
}





/* 2.3 Navbar Desctop */



.nav>li>a {
  padding: 0;

}

.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent;
}

.navbar-desctop {
  display: none;
  position: relative;
  z-index: 2;
  top: 15px;
  left: 0;
  width: 100%;
  /* padding: 5.9vmin 0 0; */
  /* padding: 20px; */
}

.navbar-desctop .brand {
  /* display: flex; */
  justify-content: center !important;
  align-items: center !important;
  position: relative;
  /* top: -0.22em; */
  font-size: 2em;
}

.navbar-desctop-menu {
  float: right;
  font-family: 'Oswald', sans-serif;
  /* font-weight: 300; */
  font-size: 1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 5px;
}

.navbar-desctop-menu li {
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active>a {
  color: #c5a47e;
}

.navbar-desctop-menu>li {
  float: left;
  margin-left: 4.1em;
}

.navbar-desctop-menu>li>a {
  color: #fff;
  background-color: transparent;
  margin-bottom: 1.5em;
}

.navbar-desctop-menu li ul {
  position: absolute;
  z-index: 10;
  left: 100%;
  top: 60%;
  visibility: hidden;
  min-width: 200px;
  opacity: 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  background: rgba(50, 50, 50, 0.95);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.navbar-desctop-menu>li>ul {
  left: -20px;
  margin-top: 0;
}

.navbar-desctop-menu li:hover>ul {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.navbar-desctop-menu>li:hover>ul {
  top: 100%;
}

.navbar-desctop-menu li li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-desctop-menu li li:last-child {
  border-bottom: 0;
}

.navbar-desctop-menu li li a {
  color: #fff;
  padding: 12px 20px 10px;
}



/* 2.4 Navbar Desctop Affix */



.navbar-desctop.affix {
  position: fixed;
  z-index: 5;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1.3em 0 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.navbar-desctop.affix.affix-top {
  padding-top: 2.2em;
}

.navbar-desctop.affix .brand {
  display: inline-block;
}

.navbar-desctop.affix .navbar-desctop-menu li a {
  color: #000;
}

.navbar-desctop.affix .navbar-desctop-menu li>a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active>a {
  color: #c5a47e;
}



/* 2.5 Navbar Mobile */



.navbar-mobile {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  padding: 6vmin 0;
}

.navbar-mobile .brand {
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
}

.navbar-collapse {
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-height: 320px) {
  .navbar-collapse {
    max-height: 240px;
  }
}

.navbar-toggle {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  height: 2px;
  width: 30px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
}

.navbar-nav-mobile {
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 0;
}

.navbar-nav-mobile li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-nav-mobile li a {
  display: block;
  padding: 1em 1em;
  color: #000;
  text-decoration: none;
}

.navbar-nav-mobile>.current>a {
  color: #c5a47e;
}

.navbar-nav-mobile li a .fa-angle-down {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.navbar-nav-mobile>.current>a .fa-angle-down {
  top: -0.2em;
  left: -0.3em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav-mobile>.active>a,
.navbar-nav-mobile>.active>a:hover {
  background-color: #c5a47e;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-nav-mobile ul {
  display: none;
}

.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active>a {
  color: #c5a47e;
}



/* 2.6 Navbar Mobile Affix */



.navbar-mobile.affix {
  position: fixed;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 1.2em 0;
}

.navbar-mobile.affix .brand {
  display: inline-block;
}

.navbar-mobile.affix .navbar-toggle .icon-bar {
  background-color: #c5a47e;
}



/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
}



/* 3.1 Slider */


/* New Slider */
.simple-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 400px;
}

.simple-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.simple-slider .slide.active {
  opacity: 1;
  z-index: 1;
}

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

/* Button  */
.simple-slider .slider-btn {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 10;
  padding: 12px 25px;
  font-size: 1rem;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .simple-slider .slider-btn {
    bottom: 8%;
    right: 8%;
    font-size: 0.95rem;
    padding: 10px 20px;
  }
}

@media (max-width: 992px) {
  .simple-slider {
    height: 70vh;
  }

  .simple-slider .slider-btn {
    bottom: 7%;
    right: 7%;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .simple-slider {
    height: 60vh;
  }

  .simple-slider .slider-btn {
    bottom: 6%;
    right: 6%;
    font-size: 0.85rem;
    padding: 8px 18px;
  }
}

@media (max-width: 480px) {
  .simple-slider {
    height: 50vh;
  }

  .simple-slider .slider-btn {
    bottom: 5%;
    right: 5%;
    font-size: 0.8rem;
    padding: 6px 15px;
  }
}

/* New Slider End */


.rev_slider {
  color: #fff;
  min-height: 80vh;
  width: 100%;
}

.rev_slider_wrapper {
  width: 100%;
  height: 100vh;
}

.rev_slider .rev-slidebg {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* @media (max-width: 767px) {
  .rev_slider .rev-slidebg {
    height: 70vh !important;
  }
} */




.rev_slider .btn {
  -webkit-transition: background-color .3s ease-out !important;
  transition: background-color .3s ease-out !important;
}

.tp-caption {
  padding: 0 20px;
  text-align: right;
}

.arrow-left,
.arrow-right {
  display: inline-block;
  margin: 20px 10px 0;
  cursor: pointer;
  transition: all 0.3s;
  position: static;
}

.arrow-left:after,
.arrow-right:before {
  content: '';
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  /* color: #000; */
}

.arrow-left:after {
  content: 'Prev';
}

.arrow-right:before {
  content: 'Next';
}

.arrow-left:before,
.arrow-right:after {
  content: '';
  width: 1.3em;
  height: 1em;
  display: inline-block;
  opacity: 0.25;
  transition: all 0.5s;
  vertical-align: middle;
}

.arrow-left:hover:before,
.arrow-right:hover:after {
  opacity: 1;
}

.arrow-left:before {
  background: url(../img/img-icon/prev.png) no-repeat;
  background-size: 1.3em 1em;
  margin-right: 0.82em;
}

.arrow-right:after {
  background: url(../img/img-icon/next.png) no-repeat;
  background-size: 1.3em 1em;
  margin-left: 0.72em;
}


.slide-title {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.slide-subtitle {
  font-size: 18px;
  line-height: 1.7;
}

.navbar-desctop,
.navbar-mobile {
  background-color: white;
}

.navbar-desctop a,
.navbar-desctop-menu a,
.navbar-nav-mobile a,
.brand {
  color: black !important;
}

.navbar-toggle .icon-bar {
  background-color: black;
}



/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */



.about .fade-title-left {
  top: 1em;
}

.col-about-title {
  margin-top: 0;
  margin-bottom: 1.1em;
  text-transform: uppercase;
}

.col-about-info p:last-child {
  margin-bottom: 0;
}

.col-about-img {
  position: relative;
}

.col-about-img img {
  display: block;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}



/* ------------------------------------------------------------------------------- */
/*  5. Projects
/* ------------------------------------------------------------------------------- */



.project {
  padding: 0;
  overflow: hidden;
}

.project figure {
  position: relative;
  min-height: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.project figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.project figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project.project-light figure:after {
  opacity: 0.4;
}

.project figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 3.2em 3.6em;
}

.project-title {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 1.56em;
  line-height: 1.45;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-category {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -0.8em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.8em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9em;
  height: 9em;
  margin: -4.5em;
  border-radius: 50%;
  background-color: rgba(197, 164, 126, 0.84);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.project-zoom:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.625em;
  height: 2.625em;
  background: url(../img/img-icon/zoom.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project figure:hover:after {
  opacity: 0;
}

.project figure:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project figure:hover .project-title {
  top: 30px;
  opacity: 0;
}

.project figure:hover .project-category {
  opacity: 0;
  letter-spacing: 2em;
}

.project figure:hover .project-zoom {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/* 5.1 Project Carousel */



.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}

.owl-prev {
  left: 0.8em;
  padding-left: 35px;
  background: url(../img/img-icon/prev.png) left 50% no-repeat;
  background-size: 1.3em 1em;

}

.owl-next {
  left: auto;
  right: 0.8em;
  padding-right: 35px;
  background: url(../img/img-icon/next.png) right 50% no-repeat;
  background-size: 1.3em 1em;
}



/* 5.2 Magnific popup */



.mfp-figure {
  box-shadow: none;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img {
  min-height: 460px;
}


.mfp-title {
  padding-right: 40px;
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.mfp-counter {
  top: 5px;
}

.mfp-bg {
  background-color: #141414;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  display: none;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0) rotateY(60deg);
  -o-transform: scale(0) rotateY(60deg);
  transform: scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);

}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ------------------------------------------------------------------------------- */
/*  6. Services
/* ------------------------------------------------------------------------------- */
/* Outer single large card */
.service-main-card {
  background: #fff;
  /* padding: 50px 30px; */
  /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
  text-align: center;
  /* max-width: 1200px; */
  margin: 50px auto 0;
}

/* Inner layout (5 small sections inside the big card) */
.services-layout {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 25px;
  text-align: center;
}

/* Small inner cards */
.service-card {
  flex: 1;
  min-width: 200px;
  padding: 25px 20px;
  border-radius: 15px;
  background: #fafafa;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-card h2 {
  color: #c5a47e;
  font-size: 0.95rem;
  padding: 6px 0;
  /* border-bottom: 1px dashed #eee; */
}

.service-card .icon {
  font-size: 50px;
  margin-bottom: 12px;
}

.service-card .icon img {
  width: 62px;
  height: 62px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

/* Responsive Design */
@media (max-width: 992px) {
  .service-card {
    flex: 1 1 40%;
  }
}

@media (max-width: 768px) {
  .service-card {
    flex: 1 1 45%;
  }
}

@media (max-width: 480px) {
  .services-layout {
    flex-direction: column;
    align-items: center;
  }

  .service-card {
    width: 90%;
    max-width: 300px;
  }
}

/* ------------------------------------------------------------------------------- */
/*  6. category
/* ------------------------------------------------------------------------------- */

.horizontal-scroll-beautiful {
  display: flex;
  overflow-x: auto;
  padding: 30px 4px;
  gap: 20px;
  scroll-behavior: smooth;
  align-items: stretch;
  justify-content: center;
  /* keeps the first card reachable when the row does overflow */
  justify-content: safe center;
}

.category-card {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* On desktop the cards share the row instead of hugging the left edge.
   Below this they keep their fixed width and the row scrolls horizontally. */
@media (min-width: 992px) {
  .category-card {
    flex: 1 1 280px;
    min-width: 280px;
  }
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.card-header {
  font-size: 1.1rem;
  font-weight: bold;
  /* color: #fff; */
  color: #C5A47E;
  padding: 22px 20px 16px;
  margin: 0 20px;
  border-bottom: 1px solid #ece7e0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.category-card ul {
  list-style: none;
  padding: 14px 20px 24px;
  margin: 0;
}

.category-card ul li {
  font-size: 0.95rem;
  padding: 6px 0;
  color: #444;
  border-bottom: 1px dashed #eee;
}

.category-card ul li:last-child {
  border-bottom: none;
}

/* Gradient styles for each category */
/* .gradient-furniture {
  background: linear-gradient(45deg, #6f42c1, #b37fff);
}

.gradient-lighting {
  background: linear-gradient(45deg, #ff8c00, #ffc107);
}

.gradient-decor {
  background: linear-gradient(45deg, #e91e63, #ff8a80);
}

.gradient-food {
  background: linear-gradient(45deg, #00bcd4, #4dd0e1);
}

.gradient-materials {
  background: linear-gradient(45deg, #4caf50, #8bc34a);
} */

/* Optional scrollbar styling */
/* .horizontal-scroll-beautiful::-webkit-scrollbar {
  height: 8px;
}
.horizontal-scroll-beautiful::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
} */





/* ------------------------------------------------------------------------------- */
/*  7. Why choouse Us
/* ------------------------------------------------------------------------------- */


.why-choose-us {
  /* background: linear-gradient(180deg, #fff8e1, #fffde7); */
  padding: 80px 20px;
  text-align: center;
}

.why-choose-us .section-title {
  font-size: 2.1875em;
  /* font-weight: 700; */
  margin-bottom: 40px;
  color: #222;
}

.why-choose-us .text-primary {
  color: #c5a47e;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  justify-items: center;
  align-items: stretch;
}

.choose-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  width: 280px;
  height: 320px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.choose-card img {
  width: 85px;
  
  margin-bottom: 20px;
  object-fit: contain;
  align-self: center;
}



.choose-card h2 {
color: #c5a47e;
    font-size: 0.95rem;
    padding: 6px 0;

}

@media (max-width: 768px) {
  .choose-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .choose-card {
    width: 250px;
    height: 320px;
    padding: 25px 15px;
  }

  .choose-card img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .choose-grid {
    grid-template-columns: 2fr;
  }

  .choose-card {
    width: 100%;
    max-width: 320px;
    height: 320px;
    /* padding: 20px 10px; */
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .why-choose-us {
    padding: 60px 15px;
  }

  .choose-card {
    padding: 25px 15px;
    max-width: 90%;
  }

  .choose-card img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .choose-card {
    padding: 20px 10px;
  }
}


/* ------------------------------------------------------------------------------- */
/*  7. Experience
/* ------------------------------------------------------------------------------- */



.experience {
  text-align: center;
}

.text-parallax {
  background: no-repeat 0 0;
  display: inline-block;
}

.text-parallax-content {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 21.8em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  color: #363636;
  mix-blend-mode: lighten;
  -ms-mix-blend-mode: lighten;
}

.experience-info {
  position: relative;
  top: -0.75em;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5625em;
  line-height: 1.45;
  letter-spacing: 0.06em;
  display: inline-block;
  text-align: left;
  margin: 0 0 0 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  8. Clients
/* ------------------------------------------------------------------------------- */



/* .clients {
  text-align: center;
}

.clients-list {
  margin: -3.8em -1.95em 0;
}

.clients-list .client {
  display: inline-block;
  vertical-align: middle;
  padding: 3.8em 1.95em 0;
  margin: 0;
}

.clients-list .client img {
  opacity: 0.3;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.clients-list .client a:hover img {
  opacity: 1;
} */
.clients {
  text-align: center;
}

.clients-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.clients-list {
  display: flex;
  gap: 60px;
  list-style: none;
  /* padding: 2em 0; */
  margin: 0;
  animation: scrollClients 30s linear infinite;
}

.clients-list .client {
  flex: 0 0 auto;
}

.clients-list .client img {
  height: 80px;
  max-width: 140px;
  object-fit: contain;
  /* opacity: 0.3; */
  transition: all 0.5s ease;
}

/* .clients-list .client a:hover img {
  opacity: 1;
} */

/* Scrolling Animation */
@keyframes scrollClients {
  0% {
    transform: translateX(0);
  }

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




/* ------------------------------------------------------------------------------- */
/*  9. Objects
/* ------------------------------------------------------------------------------- */



.objects {
  position: relative;
}

.object-label {
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #e5bf93;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.object-label:hover {
  box-shadow: none;
}

.popover.top {
  margin-top: -20px;
}

.object-info {
  position: absolute;
  display: none;
  z-index: 1;
  left: -195%;
  bottom: 40px;
  width: 12.4em;
  margin-left: -6.2em;
  padding: 1.1em 1.3em 3em;
  border: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.object-info.in {
  display: block;
}

.object-info:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(0, 0, 0, 0.6);
}

.object-title {
  font-size: 1em;
  font-family: 'montserratsemibold';
  font-weight: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c5a47e;
  padding: 0 0 1em;
  border-bottom: 1px solid rgba(249, 249, 249, 0.2);
  margin: 0 0 .5em;
}

.object-content {
  font-family: 'montserratlight', sans-serif;
  font-size: 0.75em;
  line-height: 2.6;
  color: #fff;
  padding: 0;
}

.popover.top>.arrow {
  border-top-color: transparent;
}

.popover.top>.arrow:after {
  border-top-color: rgba(0, 0, 0, 0.6);
}



/* ------------------------------------------------------------------------------- */
/*  10. Contacts
/* ------------------------------------------------------------------------------- */



/* .contacts .fade-title-right {
  left: 90%;
} */

.row-field {
  margin-left: -5px;
  margin-right: -5px;
}

.col-field {
  padding: 0 5px;
}

.col-message {
  display: none;
  margin-top: 20px;
}

.col-address {
  font-size: 1.125em;
  line-height: 2.1;
  margin-top: 2em;
}

.form-submit {
  margin-top: 1.2em;
}

.success-message {
  display: none;
}

.error-message {
  display: none;
}

.success-message .fa {
  margin-right: 7px;
  font-size: 1.5em;
}



/* ------------------------------------------------------------------------------- */
/*  11. Footer
/* ------------------------------------------------------------------------------- */


/* 
.footer {
  text-align: center;
  padding: 9.6em 0 5.5em;
  font-size: 12px;
  color: #aaa;
}

.footer .brand {
  margin-top: -0.45em;
  font-size: 3.4em;
}

.author-link {
  font-family: 'Montserrat', sans-serif;
  color: #d0d0d0;
}

.author-link:hover {
  text-decoration: none;
} */




.footer {
  text-align: center;
  padding: 9.6em 0 5.5em;
  font-size: 12px;
  color: #aaa;
}

.footer .brand {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.footer .brand img {
  max-height: 50px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  /* margin-top: 10px; */
}

.social-link {
  color: #aaa;
  font-size: 2.2em;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #00bfff;
  /* Adjust color on hover */
}




/* ------------------------------------------------------------------------------- */
/*  12. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 12.1 Min width 768px */

@media (max-width: 768px) {
  .arrow-left {
    top: 45.5vmin;
    bottom: auto;
  }

  .arrow-right {
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 45.5vmin;
    bottom: auto;
  }

}

@media (min-width: 768px) {



  html {
    font-size: 85%;
  }



  /* Slider */



  .arrow-left {
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right {
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }



  /* About */



  .col-about-spec {
    padding: 0 4.4em;
  }



  /* Project Carousel */



  .owl-prev {
    left: 3.6em
  }

  .owl-next {
    right: 3.6em;
  }
}



/* 12.2 Min width 992px */



@media (min-width: 992px) {



  html {
    font-size: 92%;
  }



  /* Content styles */



  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-left-md {
    text-align: left;
  }



  /* Navbar Mobile */


  .navbar-mobile {
    position: absolute;
    left: -50000px;
    top: -50000px;
  }



  /* About */



  .col-about-img {
    padding-left: 0;
    left: -5px;
  }

  .col-about-img img {
    max-width: calc(100% + 150px);
  }



  /* Contacts */


  .row-field {
    margin-left: -15px;
  }
}


/* 12.3 Min width 1200px */



@media (min-width: 1200px) {


  html {
    font-size: 100%;
  }
}



/* 12.4 Max height 480px  */



@media (max-height: 480px) {



  /* Slider */



  .arrow-left {
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right {
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }
}

/* --- Mobile header/navbar redesign: desktop stays unchanged --- */
@media (max-width: 768px) {
  .header-home {
    background: #181818;
    min-height: unset !important;
    padding: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 100;
  }

  .brand-panel {
    position: relative !important;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100vw !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    padding: 0 16px !important;
    background: #181818 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }

  .brand-panel .brand {
    font-size: 1.15em !important;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .brand-panel .brand .text-primary {
    color: #c5a47e !important;
  }

  .brand-panel .brand-name,
  .brand-panel .slide-number,
  .header-phone,
  .vertical-panel,
  .vertical-panel-content {
    display: none !important;
  }

  .navbar-desctop {
    display: none !important;
  }

  .navbar-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end;
    padding: 0 !important;
    z-index: 10;
  }

  .navbar-mobile .brand {
    display: none !important;
  }

  .navbar-toggle {
    display: block !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    top: 12px !important;
    right: 16px !important;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 8px 10px !important;
    border: none;
    position: relative;
    z-index: 11;
  }

  .navbar-toggle .icon-bar {
    background: #fff !important;
    height: 3px;
    width: 28px;
    margin: 4px 0;
    border-radius: 2px;
  }

  .navbar-collapse {
    background: #fff;
    margin-top: 56px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }
}

/* Even more compact on very small screens */
@media (max-width: 480px) {

  .brand-panel,
  .navbar-mobile {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 0 8px !important;
  }

  .brand-panel .brand {
    font-size: 1em !important;
  }

  .navbar-toggle {
    top: 8px !important;
    right: 8px !important;
    padding: 6px 8px !important;
    margin: 15px;
  }

  .navbar-collapse {
    margin-top: 48px;
  }
}

/* Hide slider arrows only on mobile view */
@media (max-width: 768px) {

  .arrow-left,
  .arrow-right {
    display: none !important;
  }
}

/* --- Restore classic mobile navbar dropdown style --- */
@media (max-width: 768px) {
  .navbar-mobile {
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    z-index: 1001;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    /* padding: 0 12px !important; */
    gap: 48px !important;
  }

  .navbar-mobile .navbar-toggle {
    position: relative;
    z-index: 1002;
    margin-bottom: 20px;
  }

  .navbar-collapse {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100vw;
    background: #fff !important;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
    padding: 0;
    margin: 0;
    z-index: 1000;
  }

  .navbar-nav-mobile {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }

  .navbar-nav-mobile li {
    border-top: 1px solid #eee;
    width: 100%;
  }

  .navbar-nav-mobile li a {
    display: block;
    width: 100%;
    padding: 1.1em 1.5em;
    color: #222;
    background: none;
    text-align: left;
    font-size: 1.1em;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
  }

  .navbar-nav-mobile li a:hover,
  .navbar-nav-mobile>.active>a,
  .navbar-nav-mobile>.active>a:hover {
    background: #c5a47e;
    color: #fff;
  }

  .navbar-mobile .brand {
    display: block !important;
    color: #222 !important;
    font-size: 1.1em !important;
    font-weight: bold;
    text-shadow: none !important;
    margin: 0;
    padding: 0;
  }
}

/* --- Adjust mobile navbar: logo left, toggle right --- */
@media (max-width: 768px) {
  .navbar-mobile {
    padding-left: 12px !important;
    padding-right: 12px !important;
    gap: 0 !important;
  }

  .navbar-mobile .brand {
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    font-size: 1.1em !important;
    font-weight: bold;
    color: #222 !important;
    text-shadow: none !important;
    padding: 0;
  }

  .navbar-toggle {
    margin-left: auto !important;
    margin-right: 0 !important;
    position: relative;
    right: 0 !important;
  }
}

/* Make slider half screen height on mobile */
@media (max-width: 768px) {

  .rev_slider_wrapper,
  .rev_slider,
  #rev_slider,
  .fullscreenbanner {
    height: 50vh !important;
    min-height: 50vh !important;
    max-height: 50vh !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .rev_slider .rev-slidebg,
  .rev_slider ul li img.rev-slidebg {
    height: 50vh !important;
    min-height: 50vh !important;
    max-height: 50vh !important;
    object-fit: cover !important;
    display: block;
  }

  .main {
    padding: 0 !important;
    margin: 0 !important;
    height: 50vh;
  }

  .rev_slider_wrapper+* {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .main {
    min-height: 0 !important;
    /* height: auto !important; */
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }
}
/* ------------------------------------------------------------------------------- */
/*  13. Image credits (CC BY / CC BY-SA attribution)
/* ------------------------------------------------------------------------------- */

.image-credits {
  padding: 0 0 30px;
  font-size: 0.78rem;
  line-height: 1.7;
  color: #9a9a9a;
}

.image-credits details {
  border-top: 1px solid #ececec;
  padding-top: 14px;
}

.image-credits summary {
  cursor: pointer;
  list-style: none;
  color: #b9b9b9;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  outline: none;
}

.image-credits summary::-webkit-details-marker {
  display: none;
}

.image-credits summary:before {
  content: '+';
  display: inline-block;
  width: 1.1em;
  color: #c5a47e;
}

.image-credits details[open] summary:before {
  content: '\2013';
}

.image-credits summary:hover {
  color: #c5a47e;
}

.image-credits p {
  margin: 12px 0 8px;
}

.image-credits ul {
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 40px;
}

.image-credits li {
  break-inside: avoid;
  padding: 2px 0;
}

.image-credits a {
  color: #a9a9a9;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.image-credits a:hover {
  color: #c5a47e;
}

@media (max-width: 768px) {
  .image-credits ul {
    columns: 1;
  }
}
