/* CSS Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@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: "Inter", sans-serif;
  font-size: 1em;
  line-height: 1.65;
  color: #747474;
}

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

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

::selection {
  background-color: #9c7b1b;
  color: #fff;
}

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

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

a {
  text-decoration: none;
}


/* 1.2 Typography */
xw b,
strong {
  font-family: 'Montserrat', sans-serif;
}

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

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

a:hover,
a:focus {
  color: #d6a731;
  outline: none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

/* Sections  */

.section-heading {
  text-align: left;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;

}

.section-description {
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
  max-width: 700px;
  text-transform: capitalize;
  line-height: 1.3;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
  .section-heading {
    font-size: 2rem !important;
    line-height: 27px !important;
  }

  .section-description {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .section-title {
    margin: 60px 0;
    padding: 0 20px;
  }
}

.footer a:hover {
  color: #9c7b1b !important;
}


/* 1.4 Buttons */
¯.btn {
  font-family: "Inter", sans-serif;
  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: #9c7b1b;
  border: 0;
  -webkit-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
}

.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #bc962f;
  -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);
}


.learn-more-btn {
  background-color: #9c7b1b;
  height: 60px;
  border-radius: 100px;
  max-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.3s ease-in;
}

.learn-more-btn a {
  color: #fff;
  font-size: 18px !important;
  text-decoration: none;
  transition: color 0.8s ease;
}

@media (hover: hover) and (pointer: fine) {
  .learn-more-btn:hover {
    background-color: #b08d27;
  }
}

@media (max-width: 768px) {
  .learn-more-btn {
    height: 50px;
    max-width: 220px;
  }

  .learn-more-btn a {
    font-size: 16px !important;
  }
}



/* 1.5 Icons */



.icon-next {
  display: inline-block;
  width: 0.94em;
  height: 0.75em;
  background: url(../images/slider/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 */

.text-primary {
  color: #9c7b1b !important;
}

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

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



.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: 290px;
  top: 80px;
  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: 100%;
}

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


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #243249;
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;

  /* ExtraCSS */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
}

.header .topbar {
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  background-color: #333;
}

@media (max-width: 576px) {
  .header .topbar {
    height: 70px;
  }
}

.header .topbar .custom-contact-info i {
  font-style: normal;
  color: var(--accent-color);
}

.header .topbar .custom-contact-info i a,
.header .topbar .custom-contact-info i span {
  padding-left: 5px;
  color: var(--default-color);
}

@media (max-width: 575px) {

  .header .topbar .custom-contact-info i a,
  .header .topbar .custom-contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .custom-contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .custom-contact-info i a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.header .topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--accent-color);
}

.header .topbar .languages ul a {
  color: var(--default-color);
}

.header .topbar .languages ul a:hover {
  color: var(--accent-color);
}

.header .topbar .languages ul li+li {
  padding-left: 10px;
}

.header .topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  content: "/";
}

.header .branding {
  background-color: var(--background-color);
  min-height: 60px;
  padding: 10px 0;
  transition: 0.3s;
  /* border-bottom: 1px solid var(--background-color); */
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 70px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .btn-custom,
.header .btn-custom:focus {
  color: #fff;
  border: 2px solid #9c7b1b;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 24px;
  margin: 0 5px 0 10px;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
}

.header .btn-custom:hover,
.header .btn-custom:focus:hover {
  color: #fff;
  background: #9c7b1b;
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.scrolled .header .branding {
  border-color: color-mix(in srgb, var(--accent-color), transparent 80%);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

:root {
  scroll-behavior: smooth;
}


:root {
  --nav-color: #ffffff;
  --nav-hover-color: #cda45e;
  --nav-mobile-background-color: #29261f;
  --nav-dropdown-background-color: #29261f;
  --nav-dropdown-color: #ffffff;
  --nav-dropdown-hover-color: #cda45e;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
    text-transform: uppercase;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: #ffffff0d;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
    height: 100vh;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}



.slide-number {

  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;
}

/* 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;
}

.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: "Inter", sans-serif;
  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;
  }
}



/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: color-mix(in srgb, #9c7b1b 90%, white 15%);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, #9c7b1b 90%, white 25%);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 75px;
}



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



.main {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: block;
}



/* 3.1 Slider */


.tp-bgimg {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .tp-bgimg {
    height: 600px !important;
  }

  .main {
    height: 600px !important;
  }
}


.rev_slider {
  color: #fff;
  min-height: 420px;
}

.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: left;
}

.arrow-left,
.arrow-right {
  position: absolute;
  z-index: 4;
  top: 500px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left {
  top: 500px;
  left: 22vmin;
}

.arrow-right {
  right: 15px;
}

.arrow-left:after,
.arrow-right:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  background-color: transparent;

  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

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

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

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

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

.arrow-left:before {
  background: url(../images/slider/prev.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-right: 0.82em;
  margin-top: 7px;
}

.arrow-right:after {
  background: url(../images/slider/next.png) 0 0 no-repeat;
  background-size: 1.3em 1em;
  margin-left: 0.72em;
  margin-top: 7px;
}

.slide-title {

  font-size: 20px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

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

/* img.slider-image {
  max-width: 700px !important;
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
  display: block;
} */

.slider-image {
  width: 750px !important;
  object-fit: contain;
  /* padding: 30px; */
  /* background-color: #000000a0; */
  /* border-left: 5px solid #9c7b1b; */
}

.year-image {
  width: 700px;
  object-fit: contain;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  img.slider-image {
    max-width: 350px !important;
    object-fit: contain !important;
  }

  /* #cssmenu{
    position: absolute!important;
  } */
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.slide-title {
  position: relative;
  z-index: 2;
}






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



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

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

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

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

.col-about-img img {
  display: block;
  box-shadow: none;
}




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



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

#projects .section-title {
  text-align: center;
  margin: 0;
  margin-left: 0.32em;
  padding-bottom: 60px;
}

.project figure {
  position: relative;
}

.project figure img {
  display: block;
  width: 100%;
  -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-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-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-location {
  position: absolute;
  right: 0;
  bottom: 0;

  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 4px;
  -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);
}

.pastprojectsarea ul li {
  background: url(../images/dots.png) no-repeat left center;
  padding: 10px 0px 10px 20px;
  font-weight: 500;
}

/* 5.1 Project Carousel */



.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;

  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(../images/slider/prev.png) left 50% no-repeat;
  background-size: 1.3em 1em;

}

.owl-next {
  left: auto;
  right: 0.8em;
  padding-right: 35px;
  background: url(../images/slider/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. leading
/* ------------------------------------------------------------------------------- */
.leading {
  padding: 0px 0px 60px 0px;
  margin: 80px 0px 20px 0px;
}

.leading img {
  width: 100%;
}




/*--------------------------------------------------------------
# Home About Section
--------------------------------------------------------------*/
.home-about .image-gallery {
  position: relative;
  height: 100%;
}

.home-about .image-gallery .primary-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.home-about .image-gallery .primary-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .home-about .image-gallery .primary-image img {
    height: 300px;
  }
}

.home-about .image-gallery .primary-image .experience-badge {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: linear-gradient(135deg, #9c7b1b, color-mix(in srgb, #9c7b1b, black 20%));
  border-radius: 16px;
  padding: 1.5rem;
  color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
}

@media (max-width: 768px) {
  .home-about .image-gallery .primary-image .experience-badge {
    top: 1rem;
    left: 1rem;
    padding: 1rem;
  }
}

.home-about .image-gallery .primary-image .experience-badge .badge-content {
  text-align: center;
}

.home-about .image-gallery .primary-image .experience-badge .badge-content .number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  .home-about .image-gallery .primary-image .experience-badge .badge-content .number {
    font-size: 1.5rem;
  }
}

.home-about .image-gallery .primary-image .experience-badge .badge-content .text {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0.9;
}

.home-about .image-gallery .secondary-image {
  position: absolute;
  bottom: 4rem;
  right: -2rem;
  width: 60%;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
  .home-about .image-gallery .secondary-image {
    display: none;
  }
}

.home-about .image-gallery .secondary-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.home-about .content {
  padding-left: 2rem;
}

@media (max-width: 992px) {
  .home-about .content {
    padding-left: 0;
    margin-top: 2rem;
  }
}

.home-about .content .section-header {
  margin-bottom: 2rem;
}

.home-about .content .section-header .section-label {
  display: inline-block;
  background-color: color-mix(in srgb, #9c7b1b, transparent 90%);
  color: #9c7b1b;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.home-about .content .section-header h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 768px) {
  .home-about .content .section-header h2 {
    font-size: 1.8rem;
  }
}

.home-about .content p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: color-mix(in srgb, #574100, transparent 25%);
}

.home-about .content .achievements-list {
  margin-bottom: 2.5rem;
}

.home-about .content .achievements-list .achievement-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.home-about .content .achievements-list .achievement-item:last-child {
  margin-bottom: 0;
}

.home-about .content .achievements-list .achievement-item .achievement-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: color-mix(in srgb, #9c7b1b, transparent 90%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about .content .achievements-list .achievement-item .achievement-icon i {
  font-size: 1.4rem;
  color: #9c7b1b;
}

.home-about .content .achievements-list .achievement-item .achievement-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #323232;
}

.home-about .content .achievements-list .achievement-item .achievement-content p {
  font-size: 0.9rem;
  margin: 0;
  color: color-mix(in srgb, #9c7b1b, transparent 40%);
}

.home-about .content .action-section {
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 768px) {
  .home-about .content .action-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.home-about .content .action-section .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #9c7b1b, color-mix(in srgb, #9c7b1b, black 15%));
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.home-about .content .action-section .btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  color: #fff;

}

.home-about .content .action-section .btn-cta:hover i {
  transform: translateX(3px);
}

.home-about .content .action-section .btn-cta i {
  transition: transform 0.3s ease;
}

.home-about .content .action-section .custom-contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-about .content .action-section .custom-contact-info .contact-icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid color-mix(in srgb, #9c7b1b, transparent 80%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about .content .action-section .custom-contact-info .contact-icon i {
  color: #9c7b1b;
  font-size: 1.1rem;
}

.home-about .content .action-section .custom-contact-info .contact-details {
  display: flex;
  flex-direction: column;
}

.home-about .content .action-section .custom-contact-info .contact-details span {
  font-size: 0.85rem;
  color: color-mix(in srgb, #9c7b1b, transparent 40%);
  margin-bottom: 0.1rem;
}

.home-about .content .action-section .custom-contact-info .contact-details strong {
  font-size: 1rem;
  color: #323232;
  font-weight: 700;
}



/* Amenity */
/* Amenity Section (Light Theme) */
.home-amenities {
  background-color: #faf7f2;
  color: #000000;
  padding: 80px 0;
}

.section-header {
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.section-header .section-label {
  color: #9c7b1b;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.section-header p {
  color: #555555;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Amenity Cards */
.amenity-card {
  background: #ffffff;
  border: 1px solid rgba(156, 123, 27, 0.1);
  border-radius: 12px;
  text-align: center;
  padding: 40px 20px;
  transition: all 0.3s ease;
  height: 100%;
  margin-bottom: 20px;
}

.amenity-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(156, 123, 27, 0.2);
}

.amenity-card .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background-color: rgba(156, 123, 27, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenity-card .icon i {
  color: #9c7b1b;
  font-size: 2rem;
}

.amenity-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #9c7b1b;
  margin-bottom: 10px;
}

.amenity-card p {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 1.8rem;
  }

  .amenity-card {
    padding: 30px 15px;
  }
}



/* FAQ */

.home-faq {
  background-color: #ffffff;
  color: #222;
  padding: 80px 0;
}

.section-header {
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.section-header .section-label {
  color: #9c7b1b;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-header p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.5;
}

/* FAQ Items */
.faq-list {
  max-width: 850px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active {
  background-color: #fff8ef;
  border-color: #9c7b1b;
  box-shadow: 0 4px 12px rgba(156, 123, 27, 0.15);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
}

.faq-question i {
  color: #9c7b1b;
  font-size: 1.3rem;
  margin-right: 10px;
}

.faq-question h4 {
  flex: 1;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}

.toggle-icon {
  color: #9c7b1b;
  transition: transform 0.3s ease;
}

.faq-item.active .toggle-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  color: #555;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 22px 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 1.8rem;
  }

  .faq-question h4 {
    font-size: 1rem;
  }
}

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



/* 12.1 Min width 768px */



@media (min-width: 768px) {



  html {
    font-size: 85%;
  }



  /* Slider */



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

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



  /* About */



  /* 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% + 5px);
  }



  /* 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: 85vmin;
    bottom: auto;
  }

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


.project-video {
  background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.project-video .section-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.project-video .section-description {
  color: #555;
  font-size: 1rem;
  max-width: 600px;
  margin: 10px auto 40px;
  line-height: 1.6;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 4px solid #9c7b1b;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
}

.testimonials .testimonial-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-color: color-mix(in srgb, #9c7b1b, transparent 90%);
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
}

.testimonials .testimonial-item {
  position: relative;
}

.testimonials .testimonial-item.featured .testimonial-card {
  background-color: #9c7b1b;
  transform: scale(1.05);
}

.testimonials .testimonial-item.featured .testimonial-card .testimonial-meta h3,
.testimonials .testimonial-item.featured .testimonial-card .testimonial-meta h4 {
  color: #fff;
}

.testimonials .testimonial-item.featured .testimonial-card .company-logo i {
  color: #fff;
}

.testimonials .testimonial-item.featured .testimonial-card .testimonial-body p,
.testimonials .testimonial-item.featured .testimonial-card .testimonial-body .quote-icon {
  color: #fff;
}

.testimonials .testimonial-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.testimonials .testimonial-card:hover:not(.featured .testimonial-card) {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.12);
}

.testimonials .testimonial-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.testimonials .testimonial-image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonials .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials .testimonial-meta {
  flex: 1;
}

.testimonials .testimonial-meta h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.testimonials .testimonial-meta h4 {
  font-size: 0.875rem;
  color: color-mix(in srgb, #323232, transparent 40%);
  margin-bottom: 0.75rem;
}

.testimonials .company-logo i {
  font-size: 1.5rem;
  color: #9c7b1b;
}

.testimonials .testimonial-body {
  position: relative;
}

.testimonials .testimonial-body .quote-icon {
  color: #9c7b1b;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  display: block;
}

.testimonials .testimonial-body p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991.98px) {
  .testimonials .testimonial-grid {
    gap: 1.5rem;
  }

  .testimonials .testimonial-grid::before {
    width: 150px;
    height: 150px;
  }

  .testimonials .testimonial-card {
    padding: 1.5rem;
  }

  .testimonials .testimonial-image {
    width: 70px;
    height: 70px;
  }

  .testimonials .testimonial-meta h3 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .testimonials .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .testimonials .testimonial-item.featured .testimonial-card {
    transform: scale(1);
  }

  .testimonials .testimonial-header {
    gap: 1rem;
  }

  .testimonials .testimonial-image {
    width: 60px;
    height: 60px;
  }

  .testimonials .company-logo i {
    font-size: 1.25rem;
  }
}

.carousel-item {
  position: relative;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.carousel-item img {
  position: relative;
  z-index: 0;
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.call-to-action .cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.call-to-action .cta-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, #fff, transparent 20%);
}

.call-to-action .container {
  position: relative;
  z-index: 2;
}

.call-to-action .cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .call-to-action .cta-content h2 {
    font-size: 2rem;
  }
}

.call-to-action .cta-content p {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  color: color-mix(in srgb, #9c7b1b, transparent 25%);
  line-height: 1.6;
}

.call-to-action .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.call-to-action .cta-buttons .btn {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.call-to-action .cta-buttons .btn.btn-primary {
  background-color: #9c7b1b;
  color: #fff;
  border-color: #9c7b1b;
}

.call-to-action .cta-buttons .btn.btn-primary:hover {
  background-color: color-mix(in srgb, #9c7b1b, black 15%);
  border-color: color-mix(in srgb, #9c7b1b, black 15%);
  transform: translateY(-2px);
}

.call-to-action .cta-buttons .btn.btn-outline {
  background-color: transparent;
  color: #9c7b1b;
  border-color: #9c7b1b;
}

.call-to-action .cta-buttons .btn.btn-outline:hover {
  background-color: #9c7b1b;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .call-to-action .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .call-to-action .cta-buttons .btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

.call-to-action .cta-features {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.call-to-action .cta-features .feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.call-to-action .cta-features .feature-item i {
  font-size: 1.2rem;
  color: #9c7b1b;
}

.call-to-action .cta-features .feature-item span {
  font-size: 0.95rem;
  font-weight: 500;
}

@media (max-width: 576px) {
  .call-to-action .cta-features {
    flex-direction: column;
    gap: 1rem;
  }

  .call-to-action .cta-features .feature-item {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .call-to-action {
    min-height: 400px;
    padding: 80px 0;
  }

  .call-to-action .cta-content h2 {
    margin-bottom: 1rem;
  }

  .call-to-action .cta-content p {
    margin-bottom: 2rem;
  }

  .call-to-action .cta-buttons {
    margin-bottom: 2rem;
  }
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .featured-post {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.recent-blog-posts .featured-post:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.recent-blog-posts .featured-post:hover .featured-img img {
  transform: scale(1.05);
}

.recent-blog-posts .featured-post:hover .post-title a {
  color: #9c7b1b;
}

.recent-blog-posts .featured-img {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.recent-blog-posts .featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recent-blog-posts .featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #9c7b1b, color-mix(in srgb, #9c7b1b, #000 20%));
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.recent-blog-posts .featured-content {
  padding: 32px;
}

.recent-blog-posts .post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.recent-blog-posts .post-title {
  margin: 0 0 20px 0;
}

.recent-blog-posts .post-title a {
  color: #323232;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.recent-blog-posts .post-title a:hover {
  color: #9c7b1b;
}

.recent-blog-posts .post-excerpt {
  color: #9c7b1b;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.recent-blog-posts .post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recent-blog-posts .author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.recent-blog-posts .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.recent-blog-posts .author-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.recent-blog-posts .author-name {
  font-size: 14px;
  font-weight: 600;
  color: #323232;
}

.recent-blog-posts .read-time {
  font-size: 12px;
  color: color-mix(in srgb, #9c7b1b, transparent 40%);
}

.recent-blog-posts .read-more {
  color: #9c7b1b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.recent-blog-posts .read-more::after {
  content: "→";
  margin-left: 8px;
  transition: margin-left 0.3s ease;
}

.recent-blog-posts .read-more:hover::after {
  margin-left: 12px;
}

.recent-blog-posts .recent-post {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, #9c7b1b, transparent 92%);
}

.recent-blog-posts .recent-post:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: color-mix(in srgb, #9c7b1b, transparent 80%);
}

.recent-blog-posts .recent-post:hover .recent-title a {
  color: #9c7b1b;
}

.recent-blog-posts .recent-post:hover .recent-img img {
  transform: scale(1.05);
}

.recent-blog-posts .recent-img {
  height: 120px;
  overflow: hidden;
}

.recent-blog-posts .recent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recent-blog-posts .recent-content {
  padding: 20px;
}

.recent-blog-posts .recent-title {
  margin: 8px 0 12px 0;
}

.recent-blog-posts .recent-title a {
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.recent-blog-posts .recent-title a:hover {
  color: #9c7b1b;
}

.recent-blog-posts .recent-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}

.recent-blog-posts .recent-meta .author {
  color: #323232;
  font-weight: 500;
}

.recent-blog-posts .recent-meta .date {
  color: color-mix(in srgb, #9c7b1b, transparent 40%);
}

.recent-blog-posts .category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  background: linear-gradient(135deg, color-mix(in srgb, #9c7b1b, transparent 90%), color-mix(in srgb, #9c7b1b, transparent 80%));
  color: #9c7b1b;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.recent-blog-posts .category:hover {
  background: #9c7b1b;
  color: #fff;
  transform: translateY(-1px);
}

.recent-blog-posts .post-date {
  font-size: 12px;
  color: color-mix(in srgb, #9c7b1b, transparent 40%);
  font-weight: 500;
}

@media (max-width: 991px) {
  .recent-blog-posts .featured-post {
    margin-bottom: 40px;
  }

  .recent-blog-posts .featured-img {
    height: 250px;
  }

  .recent-blog-posts .featured-content {
    padding: 24px;
  }

  .recent-blog-posts .post-title a {
    font-size: 24px;
  }

  .recent-blog-posts .post-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .recent-blog-posts .recent-post {
    display: flex;
    margin-bottom: 16px;
  }

  .recent-blog-posts .recent-img {
    flex: 0 0 100px;
    height: 100px;
  }

  .recent-blog-posts .recent-content {
    flex: 1;
    padding: 16px;
  }

  .recent-blog-posts .recent-title a {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .recent-blog-posts .post-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .recent-blog-posts .recent-post {
    flex-direction: column;
  }

  .recent-blog-posts .recent-img {
    flex: none;
    height: 120px;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  background-color: #111214;
  color: #bfbfbf;
  padding: 70px 0 40px;
}
.footer {
  padding-bottom: 110px !important;
}


.footer h4 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer a {
  color: #9f9f9f;
  transition: all 0.3s ease-in;
}

.footer a:hover {
  color: #9c7b1b;
}

.footer p {
  color: #aaa;
  font-size: 14px;
  line-height: 1.6;
}

.footer .footer-logo {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.footer .footer-logo img {
  height: 40px;
  margin-right: 10px;
}

.footer .brand-title {
  color: #d1b561;
  font-size: 20px;
  font-weight: 700;
}

.footer .footer-logo p {
  color: #fff;
  font-size: 12px;
  margin-top: -3px;
}

.footer .links ul {
  list-style: none;
  padding: 0;
}

.footer .links ul li {
  margin-bottom: 10px;
}

.footer .links ul a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer .links ul a:hover {
  color: #d1b561;
}

/* .footer .newsletter-input {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 15px;
  max-width: 250px;
}

.footer .newsletter-input input {
  border: none;
  outline: none;
  flex: 1;
  padding: 10px 15px;
  font-size: 14px;
}

.footer .newsletter-input button {
  background-color: #d1b561;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  color: #fff;
} */

.footer .newsletter-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 30px;
}

.footer .newsletter-input input {
  border: none;
  outline: none;
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  background: transparent;
  min-width: 0;
  /* ensures input doesn’t overflow */
}

.footer .newsletter-input button {
  background-color: #d1b561;
  border: none;
  color: #fff;
  padding: 12px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0 30px 30px 0;
  flex-shrink: 0;
  /* prevents button from shrinking */
}

.footer .newsletter-input button i {
  font-size: 18px;
}

/* ✅ Responsive fixes */
@media (max-width: 1024px) {
  .footer .newsletter-input {
    max-width: 100%;
  }

  .footer .newsletter-input input {
    font-size: 15px;
    padding: 10px 14px;
  }

  .footer .newsletter-input button {
    padding: 10px 18px;
  }
}

@media (max-width: 768px) {
  .footer .newsletter-input {
    border-radius: 25px;
  }

  .footer .newsletter-input input {
    font-size: 14px;
  }

  .footer .newsletter-input button {
    padding: 8px 14px;
  }
}


.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
}

.footer-bottom span {
  color: #d1b561;
}

.footer .social-icons {
  margin-top: 10px;
}

.footer .social-icons a {
  color: #ccc;
  margin: 0 8px;
  transition: 0.3s;
}

.footer .social-icons a:hover {
  color: #d1b561;
}


/* ============================
   Custom Breadcrumb Styles
============================ */

.custom-breadcrumb-container {
  background: #ffffff;
  padding: 15px 25px;
  border-radius: 8px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  margin-bottom: 30px;
  border: 1px solid #f1f8ff;
}

.custom-breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
}

.custom-breadcrumb-item+.custom-breadcrumb-item::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23999' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6.646 1.646a.5.5 0 0 1 .708 0l4.5 4.5a.5.5 0 0 1 0 .708l-4.5 4.5a.5.5 0 0 1-.708-.708L10.793 6 6.646 1.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat center;
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

.custom-breadcrumb-item a {
  color: #9c7b1b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-breadcrumb-item a:hover {
  color: #9c7b1b;
  text-decoration: underline;
}

.custom-breadcrumb-item.active {
  color: #555;
  font-weight: 600;
}

/*--------------------------------------------------------------
    # Featured Projects
    --------------------------------------------------------------*/
.featured-projects {
  --gold: #9c7b1b;
  --surface-color: #ffffff;
}

.featured-projects .highlight-card {
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 6px 28px color-mix(in srgb, #9c7b1b, transparent 90%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.featured-projects .highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 36px color-mix(in srgb, #9c7b1b, transparent 85%);
}

.featured-projects .highlight-card .media {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.featured-projects .highlight-card .media .image-link {
  display: block;
  height: 100%;
}

.featured-projects .highlight-card .media .image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.featured-projects .highlight-card .media:hover img {
  transform: scale(1.08);
}

.featured-projects .highlight-card .media .badge-set {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.featured-projects .highlight-card .media .badge-set .flag {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.featured-projects .highlight-card .media .badge-set .flag.featured {
  background: color-mix(in srgb, #9c7b1b, black 10%);
}

.featured-projects .highlight-card .media .badge-set .flag.premium {
  background: color-mix(in srgb, #9c7b1b, black 10%);
}

.featured-projects .highlight-card .media .quick-specs {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.featured-projects .highlight-card .media .quick-specs span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  color: #ffffff;
  background: color-mix(in srgb, #000, transparent 65%);
  font-size: 12px;
}

.featured-projects .highlight-card .media .quick-specs span i {
  font-size: 14px;
  color: #ffffff;
}

.featured-projects .highlight-card .content {
  padding: 22px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.featured-projects .highlight-card .content .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.featured-projects .highlight-card .content .top h3 {
  margin: 0 0 6px 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.25;
}

.featured-projects .highlight-card .content .top h3 a {
  color: #323232;
  transition: color 0.3s ease;
}

.featured-projects .highlight-card .content .top h3 a:hover {
  color: #9c7b1b;
}

.featured-projects .highlight-card .content .top .loc {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: color-mix(in srgb, #9c7b1b, transparent 30%);
}

.featured-projects .highlight-card .content .top .loc i {
  color: #9c7b1b;
}

.featured-projects .highlight-card .content .top .price {
  background: color-mix(in srgb, #9c7b1b, black 10%);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 20px;
  white-space: nowrap;
}

.featured-projects .highlight-card .content .excerpt {
  color: color-mix(in srgb, #333, transparent 18%);
  margin: 0 0 18px 0;
  line-height: 1.7;
  font-size: 15px;
  flex-grow: 1;
}

.featured-projects .highlight-card .content .cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.featured-projects .highlight-card .content .cta .btn-main {
  background-color: #9c7b1b;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 28px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: 0.3s;
  text-decoration: none;
}

.featured-projects .highlight-card .content .cta .btn-main:hover {
  background-color: color-mix(in srgb, #9c7b1b, black 15%);
  transform: translateY(-2px);
}

.featured-projects .highlight-card .content .cta .btn-soft {
  border: 2px solid color-mix(in srgb, #9c7b1b, transparent 40%);
  color: #9c7b1b;
  padding: 10px 20px;
  border-radius: 28px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s;
  text-decoration: none;
}

.featured-projects .highlight-card .content .cta .btn-soft:hover {
  border-color: #9c7b1b;
  background-color: color-mix(in srgb, #9c7b1b, transparent 90%);
}

.featured-projects .highlight-card .content .cta .meta {
  margin-left: auto;
  display: flex;
  gap: 10px;
  align-items: center;
}

.featured-projects .highlight-card .content .cta .meta .status {
  padding: 6px 12px;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-projects .highlight-card .content .cta .meta .status.for-sale {
  color: #9c7b1b;
  background: color-mix(in srgb, #9c7b1b, transparent 85%);
}

.featured-projects .highlight-card .content .cta .meta .listed {
  font-size: 12px;
  color: color-mix(in srgb, #9c7b1b, transparent 40%);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .featured-projects .highlight-card .media {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .featured-projects .highlight-card .media {
    height: 280px;
  }

  .featured-projects .highlight-card .content .top {
    flex-direction: column;
  }

  .featured-projects .highlight-card .content .top .price {
    align-self: flex-start;
  }

  .featured-projects .highlight-card .content .cta {
    flex-direction: column;
    align-items: stretch;
  }

  .featured-projects .highlight-card .content .cta .meta {
    margin-left: 0;
    justify-content: space-between;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Property Details Section
--------------------------------------------------------------*/
.property-details .property-gallery .main-image-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px;
}

.property-details .property-gallery .main-image-container .main-property-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  cursor: zoom-in;
}

.property-details .property-gallery .main-image-container .image-zoom-container {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid color-mix(in srgb, #323232, transparent 85%);
  z-index: 10;
}

@media (max-width: 768px) {
  .property-details .property-gallery .main-image-container .image-zoom-container {
    display: none;
  }
}

.property-details .property-gallery .main-image-container .image-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: color-mix(in srgb, #ffffff, transparent 10%);
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323232;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
  backdrop-filter: blur(10px);
}

.property-details .property-gallery .main-image-container .image-nav-btn:hover {
  background-color: #9c7b1b;
  color: #fff;
}

.property-details .property-gallery .main-image-container .image-nav-btn.prev-image {
  left: 15px;
}

.property-details .property-gallery .main-image-container .image-nav-btn.next-image {
  right: 15px;
}

.property-details .property-gallery .thumbnail-gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.property-details .property-gallery .thumbnail-gallery .thumbnail-item {
  flex: 1;
  min-width: 100px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.property-details .property-gallery .thumbnail-gallery .thumbnail-item.active {
  border-color: #9c7b1b;
}

.property-details .property-gallery .thumbnail-gallery .thumbnail-item:hover {
  border-color: color-mix(in srgb, #9c7b1b, transparent 50%);
}

.property-details .property-gallery .thumbnail-gallery .thumbnail-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.property-details .property-description {
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid color-mix(in srgb, #323232, transparent 85%);
}

.property-details .property-description h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.property-details .property-description p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: color-mix(in srgb, #323232, transparent 10%);
}

.property-details .property-amenities {
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid color-mix(in srgb, #323232, transparent 85%);
}

.property-details .property-amenities h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.property-details .property-amenities h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
}

.property-details .property-amenities .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.property-details .property-amenities .features-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: color-mix(in srgb, #323232, transparent 10%);
}

.property-details .property-amenities .features-list li i {
  color: #9c7b1b;
  margin-right: 12px;
  font-size: 16px;
}

.property-details .property-map {
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid color-mix(in srgb, #323232, transparent 85%);
}

.property-details .property-map h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.property-details .property-map .map-container {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.property-details .property-map .map-container iframe {
  border-radius: 12px;
}

.property-details .property-map .location-details h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.property-details .property-map .location-details p {
  color: color-mix(in srgb, #323232, transparent 10%);
  line-height: 1.6;
}

.property-details .property-overview {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 25px color-mix(in srgb, #323232, transparent 90%);
  top: 100px;
}

.property-details .property-overview .price-tag {
  font-size: 32px;
  font-weight: 700;
  color: #9c7b1b;
  margin-bottom: 10px;
}

.property-details .property-overview .property-status {
  display: inline-block;
  background: color-mix(in srgb, #9c7b1b, transparent 85%);
  color: #9c7b1b;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.property-details .property-overview .property-address {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, #323232, transparent 85%);
}

.property-details .property-overview .property-address h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.property-details .property-overview .property-address p {
  color: color-mix(in srgb, #323232, transparent 30%);
  margin: 0;
}

.property-details .property-overview .property-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.property-details .property-overview .property-stats .stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.property-details .property-overview .property-stats .stat-item i {
  font-size: 20px;
  color: #9c7b1b;
  width: 24px;
}

.property-details .property-overview .property-stats .stat-item .custom-value {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
  display: block;
}

.property-details .property-overview .property-stats .stat-item .custom-label {
  font-size: 13px;
  color: color-mix(in srgb, #323232, transparent 10%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.property-details .property-overview .agent-info {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  padding: 20px;
  background: color-mix(in srgb, #ffffff, #323232 3%);
  border-radius: 12px;
  border-top: 3px solid #9c7b1b;
}

.property-details .property-overview .agent-info .agent-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.property-details .property-overview .agent-info .agent-details h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.property-details .property-overview .agent-info .agent-details p {
  margin-bottom: 3px;
  font-size: 13px;
  color: color-mix(in srgb, #323232, transparent 30%);
}

.property-details .property-overview .agent-info .agent-details p i {
  margin-right: 5px;
  color: #9c7b1b;
}

.property-details .property-overview .agent-info .agent-details .agent-title {
  font-style: italic;
}

.property-details .property-overview .contact-form {
  margin-bottom: 30px;
}

.property-details .property-overview .contact-form h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.property-details .property-overview .contact-form .form-control {
  margin-bottom: 15px;
  border: 1px solid color-mix(in srgb, #323232, transparent 80%);
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  color: #323232;
  background-color: #ffffff;
}

.property-details .property-overview .contact-form .form-control:focus {
  border-color: #9c7b1b;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, #9c7b1b, transparent 80%);
}

.property-details .property-overview .contact-form .form-control::placeholder {
  color: color-mix(in srgb, #323232, transparent 70%);
}

.property-details .property-overview .contact-form .btn-primary {
  background: #9c7b1b;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
  transition: all 0.3s ease;
}

.property-details .property-overview .contact-form .btn-primary:hover {
  background: color-mix(in srgb, #9c7b1b, black 10%);
  transform: translateY(-2px);
}

.property-details .property-overview .social-share h5 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.property-details .property-overview .social-share .share-buttons {
  display: flex;
  gap: 10px;
}

.property-details .property-overview .social-share .share-buttons .share-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.property-details .property-overview .social-share .share-buttons .share-btn.facebook {
  background: #3b5998;
}

.property-details .property-overview .social-share .share-buttons .share-btn.twitter {
  background: #1da1f2;
}

.property-details .property-overview .social-share .share-buttons .share-btn.whatsapp {
  background: #25d366;
}

.property-details .property-overview .social-share .share-buttons .share-btn.email {
  background: #ea4335;
}

.property-details .property-overview .social-share .share-buttons .share-btn.print {
  background: #323232;
}

.property-details .property-overview .social-share .share-buttons .share-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}

@media (max-width: 768px) {
  .property-details .property-overview {
    position: static !important;
    top: auto !important;
    margin-top: 30px;
  }

  .property-details .property-overview .property-stats {
    grid-template-columns: 1fr;
  }

  .property-details .property-gallery .main-image-container .main-property-image {
    height: 300px;
  }

  .property-details .property-gallery .thumbnail-gallery .thumbnail-item {
    min-width: 80px;
  }

  .property-details .property-gallery .thumbnail-gallery .thumbnail-item img {
    height: 60px;
  }
}

.btn-brochure {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #9c7b1b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 123, 255, 0.2);
  margin-bottom: 20px;
}

.btn-brochure i {
  font-size: 18px;
}

.btn-brochure:hover {
  background-color: #9c7b1b;
  box-shadow: 0 4px 12px #9c7c1b3d;
  transform: translateY(-2px);
  color: #fff;
}

@media (max-width: 576px) {
  .btn-brochure {
    font-size: 15px;
    padding: 10px 18px;
  }
}

.custom-heartbeat {
  color: #ff2e2e;
  display: inline-block;
  animation: custom-heartbeat 1.2s infinite;
  transform-origin: center;
}

@keyframes custom-heartbeat {

  0%,
  40%,
  80%,
  100% {
    transform: scale(1);
  }

  20%,
  60% {
    transform: scale(1.3);
  }
}


.benefit-section {
  background-color: #fff;
}

.benefit-title {
  font-weight: 700;
  font-size: 2.5rem;
  color: #000;
}

.benefit-card {
  background-color: #faf7f2;
  border-radius: 25px;
  padding: 40px 20px 25px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #faf7f2;
  margin-bottom: 10px;

}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #9c7b1b;
}

.benefit-icon {
  width: 70px;
  height: 70px;
  background-color: #9c7b1b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto;
  position: relative;
  top: -60px;
  margin-bottom: -25px;
  box-shadow: 0 5px 15px rgba(156, 123, 27, 0.3);
}

.benefit-card h4 {
  font-weight: 700;
  color: #000;
}

.benefit-card p {
  color: #777;
  font-size: 0.95rem;
  margin-top: 10px;
  margin-bottom: 0;
}

.project-section {
  background-color: #fff;
}

.project-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.project-desc {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
}

.btn-primary-custom {
  background-color: #9c7b1b;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background-color: #856916;
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline-custom {
  border: 2px solid #9c7b1b;
  color: #9c7b1b;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  background-color: #9c7b1b;
  color: #fff;
  transform: translateY(-2px);
}

.project-video-wrapper {
  max-width: 900px;
}

.project-video-border {
  border: 5px solid #9c7b1b;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-video-border:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonials-slider {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .testimonial-item {
  background-color: #fff;
  /* padding: 40px; */
  border-radius: 20px;
}

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

.testimonials .testimonial-item h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.testimonials .testimonial-item p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonials .testimonial-item .profile {
  gap: 15px;
}

.testimonials .testimonial-item .profile .profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials .testimonial-item .profile .profile-info h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.testimonials .testimonial-item .profile .profile-info span {
  font-size: 14px;
  color: color-mix(in srgb, #323232 70%, transparent);
}

.testimonials .testimonial-item .featured-img-wrapper {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.testimonials .testimonial-item .featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonials .swiper-navigation {
  position: absolute;
  bottom: 0;
  gap: 10px;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #323232 10%, transparent);
  transition: 0.3s;
}

.testimonials .swiper-button-prev::after,
.testimonials .swiper-button-next::after {
  font-size: 20px;
  color: #323232;
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  background-color: #856916;
  border-color: #856916;
}

.testimonials .swiper-button-prev:hover::after,
.testimonials .swiper-button-next:hover::after {
  color: #f8f8f8;
}

.specifications-section {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.specifications-section::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(156, 123, 27, 0.2), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.spec-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(156, 123, 27, 0.2);
  border-radius: 16px;
  text-align: center;
  padding: 40px 25px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
}

.spec-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(156, 123, 27, 0.25), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.spec-item:hover::after {
  opacity: 1;
}

.spec-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(156, 123, 27, 0.15);
  border-color: #9c7b1b;
}

.spec-icon {
  background: linear-gradient(135deg, #9c7b1b, #b38e2a);
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border-radius: 50%;
  margin: 0 auto 20px;
  box-shadow: 0 4px 10px rgba(156, 123, 27, 0.3);
}

.spec-item h5 {
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.spec-item p {
  color: #555;
  font-size: 0.95rem;
  margin: 0;
}

.section-label {
  color: #9c7b1b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.custom-contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.info-card:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.info-card i {
  color: #b49a49;
  /* rich gold */
}

.info-card h6 {
  color: #000;
}

.info-card p {
  color: #555;
  margin: 0;
}


.contact-location {
  background: #fff;
  position: relative;
  z-index: 1;
}

.custom-contact-info {
  background: #f8f8f8;
  border-left: 4px solid #9c7b1b;
  padding: 30px;
  border-radius: 12px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
}

.custom-contact-info h4 {
  font-weight: 700;
  color: #1f1f1f;
  border-bottom: 2px solid rgba(156, 123, 27, 0.2);
  display: inline-block;
  padding-bottom: 8px;
}

.custom-contact-info p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.info-item a {
  color: #323232;
  transition: all 0.3s ease-in;
}

.info-item a:hover {
  color: #9c7b1b !important;
}

.info-item .icon {
  background-color: #9c7b1b;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.map-wrapper {
  border: 1px solid #d4d4d4;
  border-radius: 15px;
  overflow: hidden;
}

.section-label {
  color: #9c7b1b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.schedule-visit {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}

.section-label {
  color: #9c7b1b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.contact-form {
  background: #fff;
  transition: all 0.3s ease;
}

.contact-form:hover {
  transform: translateY(-3px);
}


/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-bottom: 30px solid #fff;
  border-right: 30px solid #fff;

}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  height: 180px;
  object-fit: cover;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


/* Channel Partner Button */
.channel-btn {
  background-color: #b89624;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.channel-btn:hover {
  background-color: #d4b24f;
}

/* Modal Base */
.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
}

/* Overlay */
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* Dialog */
.modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

/* Content */
.modal-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: fadeInScale 0.3s ease;
}

/* Body */
.modal-body {
  padding: 2rem;
  position: relative;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  transition: color 0.2s;
}

.close-btn:hover {
  color: #b89624;
}

/* Animation */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}


.final-contact-section {
  position: relative;
  background-image: url('/images/beverly/home.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 0;
  color: #fff;
}

.final-contact-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.8);
  z-index: 1;
}

.final-contact-section .container {
  position: relative;
  z-index: 2;
}

.final-contact-info-card {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 12px;
}

.final-contact-info-card i {
  font-size: 24px;
  color: #d3a13b;
  margin-top: 4px;
}

.final-contact-link {
  color: #e0c480;
  text-decoration: none;
}

.final-contact-link:hover {
  text-decoration: underline;
  color: #f1d78a;
}

#form-wrapper {
  background-color: transparent !important;
}

#form-card {
  padding: 0px !important;
}

.final-contact-card {
  background: transparent;
  border-radius: 16px;
  padding: 40px;
  border: none;
  transition: all 0.3s ease;
}

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

/* Responsive */
@media (max-width: 768px) {
  .final-contact-section {
    background-attachment: scroll;
    padding: 60px 20px;
  }

  .final-contact-card {
    padding: 25px;
  }
}

/* Mobile Fixes */
@media (max-width: 576px) {
  #contact .card.shadow.final-contact-card {
    padding: 15px !important;
  }

  #contact .card.shadow.final-contact-card .yup-form-container {
    padding: 0px !important;
  }
}

.home-demo {
  padding: 60px 0;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.home-demo h3 {
  font-weight: 600;
  margin-bottom: 40px;
  color: #333;
}

.home-demo .item {
  background: #ff3f4d;
  border-radius: 10px;
  transition: transform 0.5s ease;
  overflow: hidden;
}

.home-demo .item:hover {
  transform: scale(1.03);
}

.home-demo .item.purple {
  background: purple;
}

.home-demo h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

/* === Mobile Hero Swiper Section === */
.mobile-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: none;
}

@media (max-width: 991px) {
  .mobile-hero {
    display: block;
  }

  .main {
    display: none;
  }

  .mobile-hero .hero-content img {
    width: 100%;
  }

}

.mobile-hero-swiper {
  width: 100%;
  height: 80vh;
}

.mobile-hero .hero-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* .mobile-hero .hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
} */

.mobile-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 20px;
  color: #fff;
}

.mobile-hero .hero-content img {
  padding: 10px 0;
  /* background-color: rgba(0, 0, 0, 0.45); */
}

.mobile-hero .hero-content h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.mobile-hero .hero-content p {
  font-size: 1rem;
  font-weight: 300;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #d4af37 !important;
  /* gold accent */
  opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {

  .mobile-hero-swiper,
  .mobile-hero .hero-slide {
    height: 70vh;
  }

  .mobile-hero .hero-content h2 {
    font-size: 1.6rem;
  }

  .mobile-hero .hero-content p {
    font-size: 0.95rem;
  }
}

/* Background & Layout */
.partner-section {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  padding: 80px 0 0 0;
}

.left-content .partner-content-card {
  width: 600px;
}

.left-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Left Content */
.left-content h1 {
  font-size: 48px;
  color: #000;
}

.left-content p {
  font-size: 18px;
  color: #444;
}

.left-content .check-icon {
  color: #0071ff;
  font-size: 18px;
  line-height: 1.6;
}

.form-box {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  border: none;
  width: 700px;
  margin: 40px 0;
}

.form-box h4 {
  color: #000;
  font-weight: 600;
}

.form-box p {
  font-size: 15px;
}

.form-control,
.form-select {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  font-size: 15px;
}

.form-control:focus,
.form-select:focus {
  border-color: #0071ff;
  box-shadow: 0 0 0 0.15rem rgba(0, 113, 255, 0.2);
}

.form-check-input {
  border-color: #0071ff;
}

.btn-primary {
  background-color: #0047ff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
}

.btn-primary:hover {
  background-color: #0033cc;
}

.yup-form-container .yup-form .yup-form-input {
  background-color: #fff !important;
}

/* Responsive */
@media (max-width: 992px) {
  .partner-section {
    padding: 80px 0 0 0;
  }

  .left-content h1 {
    font-size: 36px;
  }

  .left-content {
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .form-box {
    padding: 25px;
  }

  .left-content h1 {
    font-size: 32px;
  }
}

.sticky-action-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #9c7b1b, color-mix(in srgb, #9c7b1b, black 20%));
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 25px;
  z-index: 1000;
  gap: 25px;
  border: 1px solid linear-gradient(135deg, #9c7b1b, color-mix(in srgb, #9c7b1b, black 20%));
}

.sticky-action-bar .action-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.sticky-action-bar .action-item:hover {
  color: #111;
  opacity: 1;
}

.sticky-action-bar i {
  font-size: 18px;
}

@media (min-width: 992px) {
  .sticky-action-bar {
    display: none;
  }
}
#mainHeaderBar {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.438);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(5px);
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}