@font-face {
  font-family: "RivieraNights-Regular";
  src: url("../fonts/RivieraNights-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RivieraNights-Light";
  src: url("../fonts/RivieraNights-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RivieraNights-Medium";
  src: url("../fonts/RivieraNights-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RivieraNights-Ultralight";
  src: url("../fonts/RivieraNights-Ultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RivieraNights-Bold";
  src: url("../fonts/RivieraNights-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EnglishScriptEF\ DemiBold\ Regular";
  src: url("../fonts/EnglishScriptEF\ DemiBold\ Regular.otf") format("opentype");
}

body {
  font-family: "RivieraNights-Regular", sans-serif !important;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.5px !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: var(--fw-normal) !important;
}

p,
a,
span {
  font-family: "RivieraNights-Light", sans-serif !important;
  /* font-family: 'RivieraNights-Bold', sans-serif; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RivieraNights-Light", sans-serif !important;
  /* font-family: 'RivieraNights-Bold', sans-serif; */
  letter-spacing: 0.22em !important;
}

.light_text {
  font-family: "RivieraNights-Light", sans-serif !important;
}

.medium_text {
  font-family: "RivieraNights-Medium", sans-serif !important;
}

.ultralight_text {
  font-family: "RivieraNights-Ultralight", sans-serif !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.cstm_z_index {
  position: relative;
  z-index: 3;
}

/* Texture / section backgrounds: never tile */
.wptb-about-two,
.why-values-section,
.portfolio-crev,
.wptb-album-one,
.wptb-project,
.wptb-contact-form,
.bg-image-4,
.bg-image-5 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

/* .cstm_EnglishScriptEF {
    font-family: 'EnglishScriptEF DemiBold Regular', cursive, sans-serif !important;
} */

/* :root {
  --color-one: #fff;
} */

/* PixelStitch monochrome controls on Kimono's dark theme */
.btn,
input[type="submit"] {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn:hover,
.btn:focus,
.btn.active,
input[type="submit"]:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
}

.btn.black {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.btn.black:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-two:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
}

/* Icons / lists visible on dark backgrounds */
.wptb-icon-box1 .wptb-item--icon {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none;
  border: 1px solid #ffffff;
}

.wptb-list1 .wptb--item .wptb-item--icon {
  color: #ffffff !important;
}

.wptb-list1 .wptb--item .wptb-item--text {
  color: #dddddd;
}

.wptb-counter1 .wptb-item--inner::after {
  background-color: #ffffff;
}

.home-stats-row {
  margin-top: 0;
}

.home-stats-row .wptb-counter1 .wptb-item--value,
.home-stats-row .wptb-counter1 .wptb-item--value .suffix {
  color: #ffffff !important;
}

.home-stats-row .wptb-counter1 .wptb-item--text {
  color: #dddddd !important;
}

@media (max-width: 991px) {
  .home-stats-row .wptb-counter1 .wptb-item--inner {
    justify-content: center;
    text-align: center;
  }

  .home-stats-row .wptb-counter1 .wptb-item--holder {
    justify-content: center;
    flex-direction: column;
    gap: 6px;
  }

  .home-stats-row .wptb-counter1 .wptb-item--text {
    text-align: center;
  }
}

/* Homepage layout fixes */
.wptb-slider.style2 .wptb-slider--image {
  background-position: center center !important;
  background-size: cover !important;
}

.wptb-slider.style2 .wptb-slider--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wptb-about-two .wptb-image-single .wptb-item--image {
  overflow: hidden;
}

.wptb-about-two .wptb-image-single .wptb-item--image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}

.wptb-about-two .wptb-icon-box1 .wptb-item--description {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: var(--fw-light);
}

.wptb-about-two .wptb-icon-box1 .wptb-item--title {
  font-size: 18px;
  margin-bottom: 6px;
}

.wptb-album-one .wptb-item--image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

.wptb-album-one .row .grid-item,
.wptb-album-one .row .grid-item .wptb-item--inner,
.wptb-album-one .row .grid-item .wptb-item--image,
.wptb-album-one .row .grid-item .wptb-item--image a {
  display: block;
  width: 100%;
}

.wptb-album-one .row .grid-item .wptb-item--image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.wptb-project .grid-item .wptb-item--image,
.wptb-project .grid-item .wptb-item--image a {
  display: block;
  width: 100%;
}

.wptb-project .grid-item .wptb-item--image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
}

.portfolio-crev .bg-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.portfolio-crev .item .bg-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 0;
  pointer-events: none;
}

.portfolio-crev .item .bg-img .cont {
  z-index: 1;
}

.services-crev {
  background-color: var(--color-dark-one);
}

.services-crev .services-crev-grid .item {
  height: 430px;
}

.services-crev .services-crev-grid .bg-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.82) 100%);
  z-index: 0;
}

.services-crev .services-crev-grid .cont {
  z-index: 1;
}

.services-crev .services-crev-grid h3 {
  max-width: 360px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  text-transform: none;
}

.services-crev .wptb-about--text {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .services-crev .services-crev-grid .item {
    height: 360px;
  }
}

.overlay_menu {
  width: 50%;
  z-index: 999;
}

.overlay_menu .overlay_navmenu {
  max-width: 100%;
}

body.overlay_menu_active .overlay_menu {
  backdrop-filter: blur(20px) saturate(1.8);
  background: rgba(0, 0, 0, 0.15);
}

body.overlay_menu_active .overlay_menu::before {
  width: 100%;
}

.overlay_menu ul.main-menu li a {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em !important;
  color: #fff;
}

.overlay_menu ul.main-menu li ul li a {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em !important;
  color: #fff;
}

/* .overlay_menu ul.main-menu li a {
  justify-content: flex-end;
} */

.overlay_menu ul.main-menu li {
  margin-bottom: 30px;
}

.overlay_menu ul.main-menu li:last-child {
  margin-bottom: 0px;
}

.overlay_menu ul.main-menu ul.sub-menu li {
  margin: 30px auto;
}

::-moz-selection {
  background: #ffffff;
  color: #000000;
}

::selection {
  background: #ffffff;
  color: #000000;
}

.wptb-heading .wptb-item--subtitle span {
  color: #fff;
}

.cstm_hdr {
  border-bottom: 1px solid rgba(var(--color-white-fixed-rgb), 0.2);
  /* padding: 30px 100px; */
  padding-top: 30px;
  padding-bottom: 30px;
}

.cstm_hdr .logo {
  min-width: auto;
}

.cstm_hdr .logo a img {
  width: 100px;
}

.hdr-contact-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  text-decoration: none !important;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
  z-index: 1;
}

.hdr-contact-icon i {
  font-size: 18px;
  line-height: 1;
  position: relative;
  z-index: 2;
  transition: transform 0.35s ease;
}

.hdr-contact-icon__ring {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.hdr-contact-icon:hover {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.hdr-contact-icon:hover i {
  transform: rotate(-8deg) scale(1.05);
}

.hdr-contact-icon:hover .hdr-contact-icon__ring {
  opacity: 1;
  transform: scale(1);
}

.btn-two {
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  min-width: 300px;
}

.btn-two .btn-wrap {
  display: flex;
  align-items: center;
  line-height: 1;
}

.wptb-slider.style2 .wptb-heading .wptb-item--title::before,
.wptb-slider.style2 .wptb-heading .wptb-item--title::after {
  background-color: unset;
}

.wptb-slider.style2 .wptb-slider--inner {
  border: unset;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  z-index: 2;
  padding: 100px 20px 40px;
}

.wptb-slider.style2 .wptb-heading {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.wptb-slider.style2 .wptb-heading .wptb-item--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wptb-slider.style2 .wptb-heading .wptb-item--subtitle,
.wptb-slider.style2 .wptb-heading .wptb-item--title,
.wptb-slider.style2 .wptb-heading p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.social-box.style-oval ul li a {
  height: 50px;
}

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

::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #777;
}

::-webkit-scrollbar-track {
  background: #121212;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #555 #121212;
}

.scroll_container {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

/* .section_scroll {
  position: relative;
  height: 100vh;
  scroll-snap-align: start;
  padding: unset !important;
} */

/* .nav_bullets {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.nav_bullets .bullet_item {
  width: 6px;
  height: 6px;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  position: relative;
}

.nav_bullets .bullet_item.active {
  width: 16px;
  height: 16px;
  opacity: 1;
  transform: scale(1.2);
  background-color: transparent;
}

.nav_bullets .bullet_item.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.nav_bullets.hide {
  display: none;
} */

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

.animate_text span {
  display: none;
}

.animate_text span.text-in {
  display: block;
  animation: textIn 0.5s ease;
}

.animate_text span.text-out {
  animation: textOut 1s ease;
}

@keyframes textIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes textOut {
  0% {
    transform: translateY(0%);
  }

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

.wptb-heading .wptb-item--subtitle {
  font-size: 16px !important;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: uppercase !important;
  /* font-weight: var(--fw-medium) !important; */
  font-weight: 600 !important;
}

.wptb-heading .wptb-item--title {
  font-size: 32px !important;
  line-height: 44px !important;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: uppercase !important;
  font-weight: var(--fw-medium) !important;
}

.wptb-heading .wptb-item--title span {
  font-style: normal;
}

.wptb-heading .wptb-item--description {
  font-size: 14px;
  margin-bottom: 0px;
}

.wptb-slider--image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55) !important;
  z-index: 1;
  pointer-events: none;
}

.wptb-list1 .wptb--item .wptb-item--icon {
  color: #ffffff;
}

/* .wptb-heading .wptb-item--subtitle.subtitle2 {
  margin-bottom: 15px;
  font-weight: 600 !important;
} */

.wptb-heading .wptb-item--title.title2 {
  font-size: 16px !important;
  line-height: 28px !important;
}

.footer.style1::before {
  display: none;
}

.footer,
.footer.style1.bg-image-2 {
  background-color: #0f0f0f !important;
  background-image: none;
  color: #ffffff;
}

.footer .footer--inner {
  position: relative;
  padding-top: unset;
  padding-bottom: unset;
  overflow: hidden;
}

.footer .footer-top ul {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
}

.footer .footer-top ul li {
  margin-top: 26px;
  margin-bottom: 26px;
  text-align: center;
}

.footer .logo {
  min-width: auto;
}

.footer .logo img {
  min-width: unset;
  width: 100px;
}

.footer .footer-nav li a {
  font-size: 14px;
  color: #ffffff;
}

.footer .footer-nav li a:hover {
  color: #ffffff;
  opacity: 0.75;
}

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

.footer .footer-bottom .footer-bottom-inner {
  color: #ffffff;
}

.footer .footer-bottom .footer-bottom-inner .copyright p,
.footer .copyright p,
.footer ul li a {
  color: #ffffff;
}

.totop a {
  background: var(--color-one);
  color: #000000 !important;
  box-shadow: 0px 0px 3px #fff;
}

.social-box.style-oval ul li a:hover {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: #000;
}

a:hover,
a:focus,
a:active,
a.nice-select.open {
  color: #fff;
}

.wptb-contact-form .wptb-form--wrapper {
  padding: 0px 0px 0px;
}

.wptb-contact-form .wptb-form--wrapper.no-bg {
  background: transparent !important;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control,
.nice-select,
.form-control[readonly] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-dark-seven);
}

.txt_point {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 30px;
}

/* .txt_point.txt_right .wptb--item {
  justify-content: flex-end;
} */

.txt_point .wptb--item {
  display: block !important;
}

.txt_point.txt_left .wptb--item {
  text-align: left;
}

.txt_point.txt_right .wptb--item {
  text-align: right;
}

.txt_point .wptb--item .wptb-item--text {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}

.section,
section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.brdcrmb.wptb-slider {
  padding: 0px !important;
}

/* .brdcrmb.wptb-page-heading .wptb-item--title::before,
.brdcrmb.wptb-page-heading .wptb-item--title::after {
  display: none;
} */

.swiper-slide .wptb-item--link {
  font-size: 14px;
  color: #fff;
}

.wptb-album-one {
  padding: unset;
}

.wptb-album-one .swiper-gallery-two .swiper-wrapper {
  padding-top: unset;
  padding-bottom: unset;
}

.wptb-slider.style2.brdcrmb,
.wptb-slider.style2.brdcrmb.brdcrmb2 {
  height: 100vh;
}

.wptb-slider.style2.brdcrmb .wptb-slider--item,
.wptb-slider.style2.brdcrmb.brdcrmb2 .wptb-slider--item {
  height: 100vh;
}

.wptb-slider.style10 {
  padding: 0px 0px 0px 0px !important;
  height: auto;
}

.wptb-slider.style10 .wptb-swiper-slider-ten {
  height: auto;
}

.wptb-slider.style10 .wptb-swiper-slider-ten .swiper-slide {
  height: auto;
}

.wptb-slider.style10 .wptb-slider--item {
  height: auto;
}

.wptb-slider.style10 .wptb-swiper-slider-ten-thumbs {
  margin-top: 10px;
}

.wptb-swiper-slider-ten .wptb-swiper-navigation.style2 {
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.swiper-gallery-two .wptb-swiper-navigation.style2 {
  width: 95%;
}

.wptb-swiper-navigation.style2 .wptb-swiper-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
}
video {
    transform: scaleY(1) !important;
}
@media (max-width: 991px) {
  .wptb-heading {
    margin-bottom: 15px;
  }

  .wptb-heading .wptb-item--subtitle,
  .footer .footer-nav li a,
  .footer .footer-bottom .footer-bottom-inner .copyright p {
    font-size: 12px !important;
  }

  .wptb-heading .wptb-item--subtitle,
  .wptb-heading .wptb-item--title {
    margin-bottom: 15px;
  }

  .wptb-heading .wptb-item--title,
  .wptb-heading .wptb-item--title.title2 {
    font-size: 16px !important;
    line-height: 28px !important;
  }

  .wptb-about-two .wptb-about--text,
  .txt_point .wptb--item .wptb-item--text {
    font-size: 14px;
    line-height: 26px;
  }

  .btn-two {
    padding: 10px 20px;
    font-size: 10px;
    min-width: 200px;
  }

  .wptb-counter1 .wptb-item--value {
    font-size: 20px;
    line-height: 32px;
  }

  .wptb-counter1 .wptb-item--text {
    font-size: 16px;
    line-height: 28px;
  }

  .container {
    padding: 0 30px;
  }

  .section,
  section,
  .wptb-about-two {
    padding: 80px 0 !important;
  }

  .footer .footer-top ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer .footer-top ul li {
    margin-top: unset;
    margin-bottom: 10px !important;
    text-align: center;
  }

  .footer .footer-top ul li:first-child {
    margin-top: 30px;
  }

  .footer .footer-top ul li:last-child {
    margin-bottom: 30px !important;
  }

  .footer .footer-bottom .footer-bottom-inner .copyright {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .overlay_menu {
    width: 100%;
  }

  .cstm_hdr {
    padding: 10px 30px;
  }

  .cstm_hdr .container {
    padding: unset;
  }

  .cstm_hdr .logo a img {
    width: 60px;
  }

  .social-box.style-oval {
    margin: 0 auto;
  }

  /* .wptb-about-two .wptb-about--text,
  .txt_point .wptb--item {
    text-align: center !important;
  } */

  .txt_point {
    background: unset;
    padding: unset;
    border-radius: unset;
  }

  .wptb-swiper-navigation.style2 .wptb-swiper-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .scroll_container {
    height: auto;
    overflow-y: unset;
    scroll-snap-type: unset;
  }

  .nav_bullets {
    display: none;
  }

  .wptb-heading {
    margin-bottom: 15px;
    text-align: center;
  }

  .wptb-about-two .wptb-about--text,
  .txt_point .wptb--item {
    text-align: center !important;
  }

  .txt_point {
    background: unset;
    padding: unset;
    border-radius: unset;
  }

  .section,
  section,
  .wptb-about-two {
    padding: 30px 0 !important;
  }

  .grid-item .wptb-item--meta h4 {
    font-size: 14px;
    line-height: 24px;
  }

  .grid-item .wptb-item--meta p {
    font-size: 10px;
  }
}

/* Contact follows the original Kimono dark palette */
.wptb-contact-form .wptb-heading .wptb-item--subtitle,
.wptb-contact-form .wptb-heading .wptb-item--title,
.wptb-contact-form .wptb-heading p {
  color: #ffffff !important;
}

.wptb-contact-form .wptb-office .wptb-item--inner .wptb-item--subtitle,
.wptb-contact-form .wptb-office .wptb-item--inner .wptb-item--title,
.wptb-contact-form .wptb-office .wptb-item--inner .wptb-item--title a {
  color: #ffffff !important;
}

.wptb-contact-form .wptb-office .wptb-item--inner .wptb-item--title a:hover {
  color: #dddddd !important;
}

.wptb-contact-form .form-control,
.wptb-contact-form select.form-control {
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  height: auto;
}

.wptb-contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.wptb-album-one .wptb-heading .wptb-item--subtitle,
.wptb-album-one .wptb-heading .wptb-item--title,
.wptb-album-one .wptb-item--meta h4,
.wptb-album-one .wptb-item--meta h4 a,
.wptb-album-one .wptb-item--meta p {
  color: #ffffff !important;
}

.wptb-slider--image {
  position: relative;
  overflow: hidden;
}
.wptb-slider--image .youtube-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  pointer-events: none; 
}

.vertical-brand-logo {
  margin-bottom: 30px;
}

.vertical-brand-logo img {
  width: 300px;
  height: auto;
  filter: brightness(0) invert(1);
}

/* Tablet + mobile: home hero grows with content (no clipped stack) */
@media (max-width: 1024px) {
  .wptb-slider.style2:not(.brdcrmb) {
    height: auto !important;
    min-height: 100svh;
    overflow: visible;
  }

  .wptb-slider.style2:not(.brdcrmb) .swiper-container,
  .wptb-slider.style2:not(.brdcrmb) .swiper-wrapper,
  .wptb-slider.style2:not(.brdcrmb) .swiper-slide,
  .wptb-slider.style2:not(.brdcrmb) .wptb-slider--item {
    height: auto !important;
    min-height: 100svh;
  }

  .wptb-slider.style2:not(.brdcrmb) .wptb-slider--item {
    position: relative;
  }

  .wptb-slider.style2:not(.brdcrmb) .wptb-slider--image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    z-index: 0;
  }

  .wptb-slider.style2:not(.brdcrmb) .wptb-slider--inner {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    min-height: 100svh;
    padding: 110px 24px 48px !important;
    z-index: 2;
  }

  .wptb-slider.style2 .wptb-heading .wptb-item--title {
    font-size: 42px !important;
    line-height: 1.2 !important;
  }

  /* Inner banners: content height on tablet too (no 100vh empty space) */
  .wptb-slider.style2.brdcrmb,
  .wptb-slider.style2.brdcrmb .swiper-container,
  .wptb-slider.style2.brdcrmb .swiper-wrapper,
  .wptb-slider.style2.brdcrmb .swiper-slide,
  .wptb-slider.style2.brdcrmb .wptb-slider--item {
    height: auto !important;
    min-height: 0 !important;
  }

  .wptb-slider.style2.brdcrmb .wptb-slider--item {
    position: relative;
  }

  .wptb-slider.style2.brdcrmb .wptb-slider--image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
  }

  .wptb-slider.style2.brdcrmb .wptb-slider--inner {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 130px 24px 60px !important;
  }

  .wptb-about-two .wptb-image-single .wptb-item--image img {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .wptb-slider.style2:not(.brdcrmb) .wptb-slider--inner {
    padding: 90px 16px 36px !important;
  }

  .wptb-slider.style2 .wptb-heading .wptb-item--subtitle {
    font-size: 12px !important;
    letter-spacing: 0.18em !important;
  }

  .wptb-slider.style2 .wptb-heading .wptb-item--title {
    font-size: 28px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.08em !important;
  }

  .wptb-slider.style2 .wptb-heading p {
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
    margin-top: 1rem !important;
    padding: 0 4px;
  }

  .wptb-slider.style2 .wptb-heading .row.g-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .wptb-slider.style2 .wptb-heading .row.g-3 > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wptb-slider.style2 .btn-two,
  .wptb-contact-form .btn-two {
    min-width: 0 !important;
    width: 100%;
    max-width: 100%;
    padding: 14px 20px;
  }

  .cstm_hdr .header_right_part {
    display: flex !important;
    min-width: 48px;
    justify-content: flex-end;
    margin-left: 0;
  }

  .cstm_hdr .header_center_part {
    margin-left: 0;
    flex: 1;
    text-align: center;
  }

  .cstm_hdr .header_center_part .logo {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }

  .cstm_hdr .header_left_part {
    min-width: 48px;
  }

  .cstm_hdr .overlay_menu_toggle {
    min-width: 40px !important;
  }

  .hdr-contact-icon {
    width: 42px;
    height: 42px;
  }

  .hdr-contact-icon i {
    font-size: 16px;
  }

  .wptb-about-two .wptb-image-single .wptb-item--image img {
    height: 240px;
  }

  .vertical-brand-logo img {
    width: 180px;
  }

  /* Inner page banners: compact height, no empty space */
  .wptb-slider.style2.brdcrmb,
  .wptb-slider.style2.brdcrmb .swiper-container,
  .wptb-slider.style2.brdcrmb .swiper-wrapper,
  .wptb-slider.style2.brdcrmb .swiper-slide,
  .wptb-slider.style2.brdcrmb .wptb-slider--item {
    height: auto !important;
    min-height: 0 !important;
  }

  .wptb-slider.style2.brdcrmb .wptb-slider--item {
    position: relative;
  }

  .wptb-slider.style2.brdcrmb .wptb-slider--inner {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 110px 16px 48px !important;
  }

  .wptb-slider.style2.brdcrmb .wptb-slider--image {
    position: absolute;
    inset: 0;
    height: 100% !important;
  }

  .wptb-slider.style2.brdcrmb .wptb-heading .wptb-item--title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  .wptb-slider.style2.brdcrmb .vertical-brand-logo {
    margin-bottom: 16px;
  }

  .wptb-slider.style2.brdcrmb .vertical-brand-logo img {
    width: 140px;
  }
}

/* Home page alternating section rhythm */
.home-services-visual {
  background-color: #0a0a0a !important;
  background-image: none !important;
  padding-top: 80px;
}

.home-services-visual .wptb-heading .wptb-item--subtitle {
  color: #ffffff !important;
}

.home-portfolio-visual {
  background-color: #0a0a0a !important;
  background-image: none !important;
  padding: 80px 0;
}

/* Portfolio grid: center incomplete last row */
.wptb-project .grid.justify-center {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  height: auto !important;
}

.wptb-project .grid.justify-center .grid-sizer {
  display: none !important;
}

.wptb-project .grid.justify-center .grid-item {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}
