* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

/* --- White Top Bar --- */
.top-bar {
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 1001;
}

.logo-icon img {
  max-width: 200px !important;
}

.top-bar-info a {
  color: #ffffff;
  text-decoration: none;
}

.top-bar-info {
  display: flex;
  gap: 20px;
  font-weight: 500;
}

/* --- Login Icon in Top Bar --- */
.top-login {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: color 0.3s;
}

.top-login:hover {
  color: #d4af37;
}

.top-bar-info a {
  color: #fff !important;
  text-decoration: none;
}

.user-icon {
  width: 18px;
  height: 18px;
  fill: #d4af37;
  /* Gold icon */
}

.header-area {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
  position: relative;
  z-index: 1000;
}

/* Logo Tab - Adjusting to hang from white top bar */
.logo-tab {
  padding: 10px 0px;
}



.logo-content {
  display: flex;
  flex-direction: column;
}

.main-title {
  color: #d4af37;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.sub-title {
  color: #222;
  font-size: 16px;
  font-weight: bold;
}

.powered-by {
  color: #777;
  font-size: 9px;
  margin-top: 2px;
}

.logo-icon {

  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4af37;
  font-weight: bold;
  font-size: 24px;
}

/* Navigation */
nav ul {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
}

nav ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #d4af37;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 28px;
  height: 3px;
  background-color: #d4af37;
  border-radius: 2px;
}

/* --- Responsive Design --- */

* {
  font-family: "DM Sans", sans-serif;
}

.container {
  max-width: 1400px;
}

body {
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fira Sans", sans-serif;
}

section.hero {
  padding: 200px 20px 100px 20px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.hero h1 {
  font-size: 54px;
  color: #fff;
  font-weight: 700;
  max-width: 900px;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #28242140;
}

section.hero span {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  max-width: 700px;
  text-align: center;
  margin-bottom: 10px;
}

.primary-cta a {
  background: #fff;
  padding: 12px 30px;
  margin: 20px 0 0 0;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  border-radius: 30px;
  font-family: "Fira Sans", sans-serif;
}

.primary-cta a img {
  max-width: 28px;
  height: auto;
  margin-right: 10px;
}

.primary-cta {
  display: flex;
  gap: 16px;
}

a.bappoint {
  background: #f6b401;
}

/* about section */

.about-collections {
  padding: 80px 6%;
  font-family: "Poppins", sans-serif;
}

/* Top Section */
.about-top {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  gap: 40px;
  margin-bottom: 60px;
}

.experience {
  display: flex;
  align-items: center;
  gap: 15px;
}

.years {
  font-size: 64px;
  font-weight: 700;
  color: #d4a24c;
}

.text {
  font-size: 14px;
  color: #555;
}

.about-content small {
  letter-spacing: 2px;
  color: #c9a24d;
  font-weight: 600;
}

.about-content h2 {
  font-size: 36px;
  margin-top: 10px;
}

.about-desc p {
  color: #777;
  margin-bottom: 20px;
}

.phone a {
  color: #fff;
  text-decoration: none;
}

.btn {
  padding: 12px 28px;
  background: #f6b401;
  color: #000000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}

.about-left {
  position: relative;
}

.top-bar-info a {
  color: #1d2327;
  text-decoration: none;
}

.about-left:after {
  content: "";
  width: 100%;
  height: 80%;
  background: #f30;
  background: url("https://mayflowercabinets.com/springhomedesign/wp-content/themes/Spring%20Home/assets/img/decimg2.png");
  position: absolute;
  left: -77px;
  top: 0;
  z-index: 0;
}

section.about-company:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("https://mayflowercabinets.com/springhomedesign/wp-content/themes/Spring%20Home/assets/img/dot1.png");
  position: absolute;
  top: 0;
  opacity: 0.05;
}

.about-row {
  position: relative;
  z-index: 1;
}

/* how it work */
.ApImage:hover img {
  transform: scale(1.15);
  transition: 0.7s all;
}

.image_description .banner-content:hover .text2-banner {
  display: block;
  transition: 0.3s ease-in;
}

.image_description {
  bottom: 0;
  top: 0%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background-image: linear-gradient(180deg,
      rgba(48, 55, 62, 0) 0%,
      #000000db 100%);
  transition: 0.3s ease-in;
  position: absolute;
}

.banner-content {
  top: 20%;
  padding: 50px 60px 50px 30px;
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s ease-in;
  border-right: 1px solid rgba(255, 255, 255, 0.36);
}

.block.img-banner.ApImage {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.7s all;
  max-height: 600px;
}

.block.img-banner.ApImage img {
  max-width: 100%;
  transition: 0.7s all;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

h4.title-banner {
  font-size: 100px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}

p.text-banner {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 50px;
  font-family: "Fira Sans", sans-serif;
}

p.text2-banner {
  color: #fff;
  display: none;
  transition: 0.3s ease-in;
  margin-bottom: 40px;
}

p.button a {
  color: #ffffff;
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

p.button a:after {
  content: "\f178";
  font-size: 15px;
  padding-left: 10px;
  padding-right: 0;
  color: #fff;
  font-family: "Font Awesome 7 Pro";
  font-weight: 700;
}

.secsub-heading {
  color: #daa14c !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.24em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  padding: 0 15px;
}

h4.title_block {
  margin-bottom: 30px !important;
  color: #30373e;
  font-size: 48px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: -2px;
  text-align: center;
}

section.howitwork {
  padding: 100px 0 100px 0;
  background: #000;
  position: relative;
  background-image: linear-gradient(to right top,
      #000000,
      #030303,
      #070707,
      #0a0a0a,
      #0d0d0d,
      #0d0d0d,
      #0d0d0d,
      #0d0d0d,
      #0a0a0a,
      #070707,
      #030303,
      #000000);
}

section.howitwork:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("https://mayflowercabinets.com/springhomedesign/wp-content/themes/Spring%20Home/assets/img/dot1.png");
  position: absolute;
  top: 0;
  opacity: 0.05;
}

section.howitwork .container {
  z-index: 1;
  position: relative;
}

.sub-heading {
  color: #535353;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 55px;
  text-align: center;
}

.sub-title-widget {
  color: #535353;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 55px;
}

.sub-title-top {
  color: #daa14c !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.24em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Fira Sans", sans-serif;
}

h4.title_block {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 48px;
  line-height: 45px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: left;
}

.sub-title {
  color: #dddddd;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 35px;
}

.about-img {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.7s all;
  z-index: 1;
}

.about-img img {
  max-width: 100%;
  transition: 0.7s all;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.about-img:hover img {
  transform: scale(1.15);
  transition: 0.7s all;
}

.about-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 55px 0 75px;
}

section.about-company {
  padding: 100px 0px 100px 0px;
  background: #000;
  position: relative;
  background-image: linear-gradient(to right top,
      #000000,
      #030303,
      #070707,
      #0a0a0a,
      #0d0d0d,
      #0d0d0d,
      #0d0d0d,
      #0d0d0d,
      #0a0a0a,
      #070707,
      #030303,
      #000000);
}

.image_description-cta {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
}

.cta-img {
  position: relative;
}

.image_description-cta p {
  color: #daa14c !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.24em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.title_block-cta {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.btn-banner {
  background-color: #fff;
  padding: 10px 40px;
  color: #30373e;
  align-items: center;
  border-radius: 100px;
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  text-decoration: none;
}

.btn-banner::after {
  content: "\f178";
  font-size: 15px;
  padding-left: 10px !important;
  padding-right: 0px !important;
  transition: all 0.3s ease-in;
  color: #30373e;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.cta-img img {
  transition: 0.7s all;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.cta-img:hover img {
  transform: scale(1.15);
  transition: 0.7s all;
}

.cta-section {
  overflow: hidden;
}

.slide-text-outer {
  background: #ededed;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

span.text-box.italic span {
  padding: 20px;
}

span.text-box.italic {
  position: relative;
  display: block;
  width: max-content;
  font-size: 36px;
  line-height: 80px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 900;
  text-transform: capitalize;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0 0 0);
  animation: 120s linear 0s infinite normal none running scroll-left;
  font-style: italic;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

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

/* re */

.kitchen-section {
  padding: 0px 0 80px;
  background-color: #ffffff;
}

.kitchen-section .section-title {
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.kitchen-section .section-subtitle {
  color: #666;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* Image Card Container */
.kitchen-section .kitchen-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
}

.kitchen-section .kitchen-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Hover Overlay */
.kitchen-section .kitchen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Darker on hover */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

/* Overlay Text Animation */
.kitchen-section .overlay-content {
  text-align: center;
  color: #fff;
  transform: translateY(30px);
  transition: transform 0.4s ease;
}

.kitchen-section .overlay-content h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
  font-weight: 600;
}

.kitchen-section .overlay-content p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  opacity: 0.8;
}

/* Hover States */
.kitchen-item:hover .kitchen-overlay {
  opacity: 1;
}

.kitchen-item:hover .overlay-content {
  transform: translateY(0);
}

.kitchen-item:hover img {
  transform: scale(1.1);
  /* Zoom effect */
}

/* View All Link */
.kitchen-section .all-projects-link {
  display: inline-block;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #333;
  transition: 0.3s;
  padding: 12px 28px;
  background: #f6b401;
  color: #000000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}

.kitchen-section .all-projects-link:hover {
  color: #c99c33;
  border-color: #c99c33;
}

/* services over view */

section.services-overview {
  background: #181818;
  padding: 80px 20px 80px 20px;
  position: relative;
}

.services-overview-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-item img {
  max-width: 100%;
}

.services-overview-top {
  display: flex;
  justify-content: space-between;
}

.services-overview-top h2 {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 42px;
  line-height: 49px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: left;
  max-width: 600px;
  display: flex;
  flex-direction: column;
}

.services-overview-top p {
  max-width: 600px;
  color: #dddddd;
  font-size: 18px;
  line-height: 27px;
  margin-top: 34px;
}

.services-overview-top h2 span {
  color: #daa14c !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.24em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Fira Sans", sans-serif;
}

.service-item {
  position: relative;
  overflow: hidden;
  padding: 0px;
  transition: transform 0.7s ease;
}

.service-content {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  padding: 20px;
  width: calc(100% - 30px);
  left: 15px;
}

.service-content h3 {
  margin: 0px;
  color: #ffffff;
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
}

.service-item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom,
      rgba(255, 0, 0, 0),
      rgb(0 0 0 / 85%));
}

.service-item:before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  bottom: 15px;
  border: 3px solid #ffffff24;
  left: 15px;
  z-index: 1;
}

.service-content p {
  color: #dddddd;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}

.service-item a {
  background: #ffffff;
  padding: 8px 20px;
  line-height: 1;
  border-radius: 30px 30px 30px 30px;
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
  display: inline-block;
}

.service-item:hover .service-content p {
  display: block;
}

.service-item:hover img {
  transform: scale(1.1);
  transition: 0.7s all;
}

section.services-overview:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("https://mayflowercabinets.com/springhomedesign/wp-content/themes/Spring%20Home/assets/img/DEDD.png");
  position: absolute;
  top: 0;
  opacity: 0.05;
}

h2.section-title {
  margin: 15px 0 30px;
  color: #ffffff !important;
  font-size: 48px;
  line-height: 45px;
  margin-bottom: 30px !important;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
}

section.core-value {
  padding: 100px 0 100px 0;
  background: #000;
}

/* showroom tour */
.leo-video-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-kitchor-home1-bg-video.jpg?v=1653471907");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  font-family: "Arial", sans-serif;
}

.leo-video-section .promo-label {
  color: #c5a16f;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.leo-video-section .heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  max-width: 500px;
}

.leo-video-section .sub-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 450px;
  opacity: 0.9;
}

.leo-video-section .btn-more {
  background: #fff;
  color: #333;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  transition: 0.3s;
}

.leo-video-section .btn-more:hover {
  background: #c5a16f;
  color: #fff;
}

.leo-video-section .video-box {
  position: relative;
  cursor: pointer;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  /* REQUIRED for zoom */
}

.leo-video-section .video-box img {
  transition: transform 0.6s ease;
}

.leo-video-section .video-box:hover img {
  transform: scale(1.1);
}

.leo-video-section .play-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.leo-video-section .play-trigger:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  margin-left: 5px;
}

.leo-video-section .video-box:hover .play-trigger {
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) scale(1.1);
}

/* fun fact */

.stat-section-container {
  /* background-color: #1A1D23; */
  width: 100%;

  padding-top: 30px;
}

.custom-stats-wrapper .stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}

.custom-stats-wrapper .stat-number-wrapper {
  display: flex;
  align-items: center;
  color: #c5a059;
}

.custom-stats-wrapper .stat-count {
  width: max-content;
  font-size: 100px;
  line-height: 80px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 900;
  text-transform: capitalize;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255 255 255 / 44%);
  animation: 120s linear 0s infinite normal none running scroll-left;
  font-style: italic;
}

.custom-stats-wrapper .stat-plus {
  font-size: 70px;
  font-weight: 700;
  margin-left: 2px;
  width: 20px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 900;
  text-transform: capitalize;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255 255 255 / 44%);
  animation: 120s linear 0s infinite normal none running scroll-left;
  font-style: italic;
}

.custom-stats-wrapper .stat-label {
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
}

/* cta section */

.cta-section {
  display: flex;
  gap: 20px;
  padding: 0;
  max-width: 1300px;
  margin: auto;
}

.cta-box {
  flex: 1;
  position: relative;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0%);
}

.cta-content {
  position: relative;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
}

.cta-content p {
  font-size: 16px;
  margin-bottom: 25px;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.btn-blue {
  background: #f6b401;
  padding: 10px 28px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.btn-red {
  background: #000000;
  padding: 10px 28px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.phone i {
  color: #e53935;
}

/* Responsive */

section.cta-section1 {
  background: #000;
  padding: 80px 20px;
  position: relative;
}

.cta-box {
  background: #40404069;
  border-radius: 8px;
  border: 1px solid #ffffff21;
}

.cta-box.cta22 {
  background: #f6b401;
}

section.cta-section1:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("https://mayflowercabinets.com/springhomedesign/wp-content/themes/Spring%20Home/assets/img/dot1.png");
  position: absolute;
  top: 0;
  opacity: 0.05;
}

section.cta-section1 .container {
  z-index: 1;
  position: relative;
}

/* testimonial-css */
.wellsf-testimonial-wrapper {
  background:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-kitchor-home4-banner5-img1.jpg?v=1654075096");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
  font-family: "Segoe UI", Roboto, sans-serif;
}

.cta2 a:last-child span {
  background: #fff;
}

.cta2 {
  display: flex;
  gap: 20px;
}

.wellsf-sub-title {
  color: #f6b401;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.wellsf-main-heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

#wellsf-slider .owl-stage {
  display: flex;
  padding: 10px 0px;
}

#wellsf-slider .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#wellsf-slider .item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wellsf-card {
  background: rgba(20, 20, 20, 0.85);
  padding: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Fill the flex container */
  border: 1px solid rgba(212, 163, 115, 0.15);
  transition: all 0.3s ease;
}

.wellsf-card:hover {
  transform: translateY(-8px);
  border-color: #f6b401;
  background: rgba(30, 30, 30, 0.95);
}

.wellsf-quote-icon img {
  width: 30px !important;
  margin-bottom: 20px;
  opacity: 0.8;
}

.wellsf-content {
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
  flex-grow: 1;
  color: #f0f0f0;
}

.wellsf-client-info {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wellsf-avatar {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f6b401;
  margin-right: 15px;
}

.wellsf-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.wellsf-role {
  font-size: 13px;
  color: #f6b401;
  display: block;
}

.wellsf-testimonial-wrapper .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.wellsf-testimonial-wrapper .owl-dot span {
  background: rgba(255, 255, 255, 0.3) !important;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}

.wellsf-testimonial-wrapper .owl-dot.active span {
  width: 30px !important;
  background: #f6b401 !important;
}

/* end testimonial */

.design-process {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.design-process item {
  width: calc(25% - 15px);
}

.design-process .item {
  width: calc(25% - 15px);
  background: #ffffff03;
  padding: 30px;
  border: 1px solid #ffffff0d;
}

.design-process-content h3 {
  color: #fff;
}

.design-process-content p {
  font-size: 16px;
  color: #fff;
}

.design-process-item img {
  max-width: 48px;
  margin-bottom: 24px;
}

.banner-content.dsstandout {
  width: calc(100% / 3);
}

section.innerhero {
  padding: 150px 20px;
  min-height: 50vh;
  background-position: center !important;
}

section.innerhero h1 {
  font-size: 54px;
  color: #fff;
  font-weight: 600;
  max-width: 900px;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
}

.design-process.kc .item {
  width: calc(33% - 15px);
}

.kc .design-process-item img {
  max-width: 100%;
  margin-bottom: 24px;
}

.kc .design-process-content p {
  font-size: 16px;
  color: #ffffff78;
}

#footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 80px;
  background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-kitchor-home1-bg-footer.jpg?v=1653548584);
  background-repeat: no-repeat;
  background-size: cover;
}

/* --- Header Section --- */
#footer .sub-title-widget {
  color: #daa14c;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}

#footer .title_block_main {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.2;
}

#footer .btn-schedule {
  background-color: #daa14c;
  color: #fff !important;
  border-radius: 50px;
  padding: 14px 35px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  transition: 0.3s;
  border: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

#footer .btn-schedule i {
  margin-left: 10px;
}

#footer .btn-schedule:hover {
  background-color: #fff;
  color: #daa14c !important;
}

/* --- Middle Section --- */
.footer-center {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 80px 0;
  margin-top: 60px;
}

.footer-center h4.title_block {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  list-style: none;
  padding: 0;
  transition: all 0.3s ease;
}

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

.footer-links li a {
  color: #9b9b9b;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

.footer-links li a:hover {
  color: #daa14c;
}

#footer .text-footer {
  color: #9b9b9b;
  font-size: 14px;
  margin: 20px 0;
}

.contact-tel {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.contact-tel i {
  font-size: 28px;
  color: #daa14c;
  margin-right: 15px;
}

.contact-tel a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.contact-tel p {
  color: #daa14c;
  font-size: 13px;
  margin: 0;
  font-weight: 600;
}

#footer .block-social ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}

#footer .block-social ul li a {
  color: #9b9b9b;
  font-size: 16px;
  transition: 0.3s;
}

#footer .block-social ul li a:hover {
  color: #fff;
}

/* Newsletter */
#footer .input-wrapper {
  position: relative;
  display: flex;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .input-wrapper input {
  background: transparent;
  border: none;
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  outline: none;
}

#footer .btn-subscribe {
  background: transparent;
  border: none;
  color: #daa14c;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  padding-right: 20px;
}

/* --- Bottom Copyright --- */
.footer-bottom {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  color: #ffffff;
}

.footer-bottom a {
  color: #daa14c;
  text-decoration: none;
}

.footer-center {
  margin-top: 0 !important;
}

.footer-top.text-center.container {
  display: none;
}

.footer-center {
  margin-top: 0 !important;
  background: #000000b5;
}

.footer-bottom.text-center p {
  margin: 0;
}

footer#footer {
  padding: 0;
}

.footer-bottom.text-center {
  background: #000;

    {
    margin-top: 0 !important;
    padding: 10px;
  }

  .footer-bottom.text-center p {
    margin: 0;
  }

  /* --- MOBILE RESPONSIVE (767px) --- */


  a.bappoint:hover {
    background: #CF9800;
  }



  /* blog */

  .blogs .tag {
    display: inline-block;
    font-weight: bold;
    color: #ff6b6b;
    margin-bottom: 10px;
  }

  .blogs h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
  }


  .blog-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }


  .blog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
  }

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


  .blog-card .blog-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: scale 0.3s;
  }

  .blog-card:hover .blog-image img {
    transform: scale(1.05);
  }


  .blog-content {
    padding: 15px 20px;
  }


  .blog-meta {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 8px;
  }

  .blog-meta span+span::before {
    content: "•";
    margin: 0 5px;
  }


  .blog-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
  }

  .blog-title a {
    text-decoration: none;
    color: inherit;
  }

  .blog-title a:hover {
    color: #ff6b6b;
  }


  @media (max-width: 768px) {
    .blogs h2 {
      font-size: 1.5rem;
    }

    .top-bar {
      display: none;
    }

    ul#menu-main-menu li a {
      color: #fff;
    }
  }

  /* blog-end */