/*
Theme Name: Westco Designer Inc
Author: Anatolii Mosolkov
Description: Custom Bootstrap-based WordPress theme for Westco Designer Inc
Version: 1.0
*/

html, body {
  scroll-behavior: smooth;
}

H1, H2, H3, H4, H5, H6 {
  color: #C86B4E;
}

p {
  color: #333;
}

body {
  background-color: #F5F0EB;
  font-family: 'Inter', sans-serif;
  color: #333;
}

header.container {
  position: relative;
  z-index: 1;
}

.top-menu {
  margin-top: -76px;
  position: relative;
  z-index: 10;
}

.lang-switcher {
  justify-content: center;
  display: flex;
  list-style: none;
}

.lang-switcher img {
  width: 20px;
  height: auto;
  margin-left: 8px;
  margin-right: 8px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.lang-switcher img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .lang-switcher img {
    width: 25px !important;
    height: auto !important;
    margin-left: 22px;
    margin-right: 22px;
  }
}

.lang-switcher img:last-child {
  margin-right: 0;
}

.moulding-nav {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.moulding-container::before {
  content: '';
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.moulding-container {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.moulding-edge {
  height: 100%;
  flex-shrink: 0;
}

.moulding-left {
  width: auto;
}

.moulding-right {
  width: auto;
}

.moulding-middle {
  background-image: url('images/moulding01-cent.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 100%;
}

.menu {
  top: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
}

.nav-link {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.mobile-close {
  display: none;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #f5f0eb;
    padding: 60px 30px 30px;
    z-index: 9999;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-link {
    font-size: 1.5rem;
    padding: 15px 0;
    color: #C86B4E;
    font-weight: 500;
  }

  .navbar-nav .nav-link:hover {
    color: #7C8B64;
  }

  .mobile-overlay {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9998;
    display: none;
  }

  .navbar-collapse.show ~ .mobile-overlay {
    display: block;
  }
  .mobile-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
    font-weight: 300;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s ease;
  }

  .mobile-close:hover {
    color: #7C8B64;
  }
}

.hero-section {
  background-color: #F5F0EB;
  background-image: url('images/interier3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -80px;
}

@media (max-width: 991.98px) {
  .hero-section {
    margin-top: -105px;
  }
}

.hero-text-dyn, .hero-image-dyn {
  opacity: 0;
  position: relative;
  transition: all 1s ease-out;
}

.hero-text-dyn {
  transform: translateX(-50px);
}

@media (max-width: 991.98px) {
  .hero-text-dyn {
    margin-top: 150px;
  }
}

.hero-image-dyn {
  transform: translateX(50px);
}

.hero-text-dyn.animate-in {
  transform: translateX(0);
  opacity: 1;
}

.hero-image-dyn.animate-in {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .hero-text-dyn,
  .hero-image-dyn {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: none !important;
  }
}

.scroll-mouse {
  cursor: pointer;
  z-index: 10;
  animation: bounce 2s infinite;
}

.mouse {
  width: 30px;
  height: 50px;
  border: 2px solid #333;
  border-radius: 20px;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
}

.wheel {
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: wheelmove 1.5s infinite;
}

@keyframes wheelmove {
  0% {
    top: 10px;
    opacity: 1;
  }
  50% {
    top: 25px;
    opacity: 0.3;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.craftsmanship {
  height: 100vh;
}

@media (max-width: 991.98px) {
  .craftsmanship {
    height: auto;
  }
}

.craftsmanshift-back {
  background-color: var(--linen);
  background-image: url('images/wirehouse.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}

.right-text-block {
  color: var(--olive-wood);
}

.craft-image-block {
  position: relative;
  margin: 20px auto;
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .craft-image-block {
    width: 100%;
  }
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background: rgba(201, 107, 78, 0.1);
  color: #fff;
  font-size: 0.9rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.overlay-text h5 {
  margin: 0;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .right-text-block {
    padding: 2rem 1rem;
    text-align: center;
  }

  .overlay-text {
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
  }
  
  .btn-center {
    margin: 20px auto;
  }
}

.craftsmanship-left,
.craftsmanship-right {
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
  will-change: transform, opacity;
}

.craftsmanship-left {
  transform: translateX(-100px);
}

.craftsmanship-right {
  transform: translateX(100px);
}

.animate-left-in {
  transform: translateX(0);
  opacity: 1;
}

.animate-right-in {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .craftsmanship-left,
  .craftsmanship-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.soft-edges {
  display: inline-block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: inset 0 0 40px 20px rgba(0, 0, 0, 0.1);
}

.soft-edges img {
  display: block;
  width: 100%;
  height: auto;
}

.choosus-back {
  background-color: var(--linen);
  background-image: url('images/downloading.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}

@media (max-width: 991.98px) {
  .choosus-back {
    height: auto;
  }
}

.choosus {
  position: relative;
}

.choosus-scroll-cue {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
}

.choosus-mouse-icon {
  width: 24px;
  height: 40px;
  border: 2px solid #7C8B64;
  border-radius: 12px;
  position: relative;
}

.choosus-mouse-icon::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background-color: #7C8B64;
  border-radius: 2px;
  animation: scrollDown 1.5s infinite;
}

@keyframes scrollDown {
  0% { top: 8px; opacity: 1; }
  50% { top: 16px; opacity: 0.5; }
  100% { top: 8px; opacity: 1; }
}

.choosus-dyn-item,
.choosus-dyn-button {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease;
}

.choosus-dyn-item.visible,
.choosus-dyn-button.visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991.98px) {
  .choosus-dyn-item,
  .choosus-dyn-button {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.choosus-dyn-section {
  padding: 60px 20px;
}

.choosus-dyn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

.choosus-dyn-text {
  margin-top: 8px;
  font-size: 1rem;
  color: #333;
}

.choosus-dyn-button {
  padding: 12px 24px;
  background-color: #C86B4E;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.whoweare {
  position: relative;
}

.whoweare-f {
  position: relative;
  height: 100vh;
  background-color: #F5F0EB;
  background-image: url('images/phone-whoweare.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .whoweare-f {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.whoweare-f::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F0EB;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

.reviews-rel {
  position: relative;
}

.scroll-cue-to-whoweare {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
}

.scroll-cue-to-reviews {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
}

.mouse-icon {
  width: 30px;
  height: 50px;
  border: 2px solid #333;
  border-radius: 20px;
  position: relative;
  margin: auto;
}

.mouse-icon::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 4px;
  height: 8px;
  background-color: #333;
  border-radius: 2px;
  transform: translateX(-50%);
  animation: scroll-cue 2s infinite;
}

@keyframes scroll-cue {
  0% { transform: translate(-50%, 0); opacity: 1; }
  50% { transform: translate(-50%, 8px); opacity: 0.5; }
  100% { transform: translate(-50%, 0); opacity: 1; }
}

.team-photo {
  height: 230px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(170, 164, 159, 0.15);
  transition: transform 0.4s ease;
}

.team-photo:hover {
  transform: scale(1.05);
}

.team-card-new {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(170, 164, 159, 0.1);
  width: 210px;
}

@media (max-width: 767.98px) {
  .team-card-new {
    margin: 10px 0;
  }
}

.reviews {
  position: relative;
  height: 100vh;
  background-color: #F5F0EB;
  background-image: url('images/phone-reviews.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .reviews {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.review-card {
  max-width: 320px;
  transition: transform 0.3s ease;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  border: 1px solid #DDD;
  border-left: 6px solid #C86B4E;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.review-card.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .review-card {
    opacity: 1;
    transform: translateY(0);
    transition: none;
  }
}

.cta-image-strip {
  background-image: url('images/moulding-cta.png');
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  height: 160px;
  overflow: hidden;
  position: relative;
  color: #F5F0EB;
}

.moulding-mid {
  background-image: url('images/moulding-mid.png');
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  height: 60px;
  overflow: hidden;
  position: relative;
  color: #F5F0EB;
}

.cta-image-strip-b {
  background-image: url('images/moulding-cta-back.png');
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  height: 70px;
  overflow: hidden;
  position: relative;
  color: #F5F0EB;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background-color: #fff;
  mix-blend-mode: color;
  opacity: 0.7;
  z-index: 1;
}

.cta-content {
  z-index: 2;
}

.cta-text {
  font-family: 'Roboto', serif;
  font-size: 30px;
  font-weight: 300;
  color: #c8854e;
  margin-top: 55px;
}

.cta-text-block {
  color: #F5F0EB;
  max-width: 70%;
}

.cta-subtext {
  font-size: 1rem;
  color: #333;
  opacity: 0.85;
}

.btn-cta {
  background-color: #C86B4E;
  color: #F5F0EB;
  border-radius: 5px;
  padding: 10px 24px;
  transition: all 0.3s ease;
  font-weight: 600;
  margin-top: 55px;
}

.btn-cta:hover {
  background-color: #D9A78E;
  color: #fff;
  border-color: #D9A78E;
}

@media (max-width: 991.98px) {
  .cta-text {
    margin-top: 10px;
  }

  .btn-cta {
    margin-top: 10px;
  }
  .cta-text {
    font-size: 1.2rem;
  }

  .cta-image-strip {
    height: auto;
    padding: 40px 20px;
  }
  
  .cta-text-block {
    max-width: 100%;
    text-align: center;
  }

  .cta-content {
    flex-direction: column;
    text-align: center;
  }

  .btn-cta {
    width: 100%;
    max-width: 240px;
  }
}

.contact-form {
  position: relative;
  background-color: #F5F0EB;
  background-image: url('images/for-form2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.footer-link,
.footer-link a {
  color: #F5F0EB;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.footer-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-menu a {
  color: #F5F0EB;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: #D9A78E;
}

.form-field {
  border-radius: 8px;
  border: 1px solid #AAA49F;
  padding: 12px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.form-field:focus {
  border-color: #C86B4E;
  outline: none;
  box-shadow: 0 0 0 3px rgba(200, 107, 78, 0.15);
}

.social-icons a {
  color: #F5F0EB !important;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #D9A78E;
}

.service-box {
  border-left: 6px solid #C86B4E;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  border-radius: 12px;
}

.img-block img {
  max-width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  margin-bottom: 40px;
}

.services-back {
  background-color: #F5F0EB;
  background-image: url('images/sac01.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  margin-top: -80px;
}

.shipping-back {
  background-color: #F5F0EB;
  background-image: url('images/shipping-phon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  margin-top: -80px;
}

.partners-back {
  background-color: #F5F0EB;
  background-image: url('images/sac02.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  margin-top: -80px;
}

.careers-back {
  background-color: #F5F0EB;
  background-image: url('images/career-back.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  margin-top: -80px;
}

.about-back {
  background-color: #F5F0EB;
  background-image: url('images/sac03.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  margin-top: -80px;
}

.bottom-block {
  padding-bottom: 10px;
}

.top-block-40 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .top-block-40 {
    display: block;
  }
}

.vh-100-man {
  height: 100vh;
}

@media (max-width: 991.98px) {
  .vh-100-man {
    height: auto;
  }
}

.top-block-10 {
  padding-top: 10px;
}

.navbar-brand {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  margin-left: 50px;
}

.nav-link {
  color: #c8854e !important;
}

.hero-title {
  font-family: 'Roboto', serif;
  font-size: 2.5rem;
  color: #c8854e;
  font-weight: 300;
}

.hero-title-h2 {
  font-family: 'Roboto', serif;
  font-size: 30px;
  font-weight: 300;
  color: #c8854e;
}

.tagline {
  color: #e6af2e;
  letter-spacing: 2px;
  font-weight: bold;
}

.btn-yellow {
  background-color: #7c9874;
  color: #F5F0EB;
  border: none;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-yellow:hover {
  background-color: #90b585;
  color: #F5F0EB;
}

.hero-img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.icon-img {
  width: 70px;
  margin: 10px;
}

.icon-img2 {
  width: 134px;
  margin: 10px;
}

.icon-img3 {
  width: 114px;
  margin: 10px;
}

.step01-img {
  width: 114px;
}

.faded-image {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  mask-image: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}

.faded-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.cta-wrapper {
  margin-top: 20px;
}

.cta-button {
  padding: 14px 32px;
  background-color: #6c2c2c;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
  font-weight: bold;
  border: none;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
}

.cta-button:hover {
  background-color: #a2514a;
}

.flexslider .slides li {
  border-radius: 20px;
  overflow: hidden;
  background: transparent !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

.flexslider .slides img {
  border-radius: 0;
}

.metaslider_123 img {
  border-radius: 20px !important;
  background: transparent !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}