/* Granite Master Theme - Main CSS */

/* ==================== HEADER ==================== */
.granite-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}
.granite-header .container-fluid {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
/* Header Top Bar (65px) */
.header-top {
  height: 55px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  transition: height 0.3s ease;
}
.main-header .navbar-nav > li:last-child a {
  padding-right: 0 !important;
}
.header-top.scrolled {
  height: 0;
}

.header-top-left {
  display: flex;
  gap: 30px;
}

.header-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f9f8f6;
  font-size: 16px;
  font-weight: 300;
}

.header-info-item svg {
  color: var(--primary-color);
  flex-shrink: 0;
}

.header-top-search {
  display: flex;
  justify-content: flex-end;
}

.search-form-top {
  width: 280px;
}

.search-form-top .input-group {
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  background: transparent;
  overflow: hidden;
  height: 40px;
}

.search-input-top {
  background: transparent !important;
  border: none !important;
  color: #fff;
  padding: 8px 12px 8px 0;
  letter-spacing: -0.08px;
  font-size: 16px;
  font-weight: 300;
}

.search-input-top::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.search-form-top .input-group.focused {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--primary-color);
}

.btn-search-top {
  background: transparent !important;
  border: none !important;
  color: #fff;
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.btn-search-top:hover,
.btn-search-top:focus {
  color: var(--primary-color);
}

/* Main Header (90px) */
.main-header {
  position: relative;
  height: 90px;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center !important;
  padding: 0 80px;
}

.main-header .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0 !important;
  min-width: fit-content;
}

.main-header .navbar-brand img {
  max-height: 50px;
  width: auto;
}

/* Logo swap: default (white) vs scrolled/sticky (dark) */
.main-header .logo-img--scrolled {
  display: none;
}
.main-header.scrolled .logo-img--default {
  display: none;
}
.main-header.scrolled .logo-img--scrolled {
  display: block;
}

.main-header .navbar-nav {
  gap: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: 100%;
}
.main-header .navbar-nav li,
.main-header ul.navbar-nav > li > a {
  height: 100% !important;
}
.main-header .nav-item {
  display: flex !important;
  align-items: center !important;
}

.main-header .nav-link {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  transition: color 0.3s ease !important;
  padding: 0 22.5px !important;
  margin: 0 !important;
  height: auto !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  background: transparent !important;
  border: none !important;
  white-space: nowrap !important;
}

.main-header .nav-link:hover,
.main-header .nav-link:focus {
  color: #dedacf !important;
}

.main-header .nav-link::after {
  content: "" !important;
  position: absolute !important;
  bottom: -5px !important;
  left: 22.5px !important;
  right: 22.5px !important;
  height: 2px !important;
  background-color: #dedacf !important;
  transform: scaleX(0) !important;
  transition: transform 0.3s ease !important;
}

.main-header .nav-link:hover::after,
.main-header .nav-link.active::after,
.main-header .nav-link.current-menu-item::after,
.main-header li.current-menu-item > .nav-link::after {
  transform: scaleX(1) !important;
}

.main-header .nav-link.active,
.main-header .nav-link.current-menu-item,
.main-header li.current-menu-item > .nav-link {
  color: #dedacf !important;
}

.main-header li.current-menu-item > .nav-link {
  color: #dedacf !important;
}

/* WordPress Menu Items Specificity */
.main-header .navbar-nav li {
  display: flex !important;
  align-items: center !important;
  position: relative;
}

.main-header ul.navbar-nav > li > a,
.main-header .navbar-nav a.nav-link {
  color: #ffffff !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  padding: 0 22.5px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  transition: color 0.3s ease !important;
}

.main-header ul.navbar-nav > li > a:hover,
.main-header .navbar-nav a.nav-link:hover {
  color: #dedacf !important;
  background-color: transparent !important;
}

/* .main-header ul.navbar-nav > li.current-menu-item > a,
.main-header .navbar-nav li.current-menu-item > a {
  color: #dedacf !important;
} */

.main-header .account-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  transition: all 0.3s ease !important;
  padding: 5px !important;
  margin-left: 30px !important;
  color: #fff !important;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
}

.main-header .account-link svg {
  width: 24px !important;
  height: 24px !important;
}

.main-header .account-link:hover {
  background: #dedacf !important;
  color: var(--heading-color) !important;
}

/* Reset Bootstrap defaults */
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff !important;
  padding: 0 22.5px !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #dedacf !important;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #dedacf !important;
}

.main-header .navbar-nav .nav-link {
  color: #ffffff !important;
  padding: 0 22.5px !important;
}

.main-header .navbar-nav .nav-link:hover,
.main-header .navbar-nav .nav-link:focus {
  color: #dedacf !important;
}

.main-header .navbar-nav .nav-link.active {
  color: #dedacf !important;
}

/* Hamburger Menu */
.main-header .navbar-toggler {
  border: none;
  padding: 6px;
  position: relative;
  z-index: 1001;
  display: none !important;
}

.main-header .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.main-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  width: 30px;
  height: 24px;
  transition: background-image 0.3s ease !important;
}
.main-header .navbar-toggler:active,
.main-header .navbar-toggler.active {
  outline: none;
  box-shadow: none;
}

.main-header .navbar-toggler:active .navbar-toggler-icon,
.main-header .navbar-toggler.active .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M6 6l18 18M24 6L6 24'/%3e%3c/svg%3e") !important;
}
/* On scroll - header background */
.main-header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: var(--primary-color) !important;
  backdrop-filter: blur(10px);
  border: 0 !important;
}
.main-header.scrolled ul.navbar-nav > li > a,
.main-header.scrolled .navbar-nav a.nav-link {
  color: var(--heading-color) !important;
}
.main-header.scrolled .nav-link.account-link svg {
  stroke: var(--heading-color) !important;
}
@media (max-width: 992px) {
  .main-header.scrolled {
    background: rgba(222, 218, 207, 0.95) !important;
    backdrop-filter: blur(10px);
  }

  .main-header.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23262626' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
}

/* ==================== HERO SLIDER ==================== */
.site-main {
  padding-top: 0;
}

.hero-slider-section {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -155px;
  padding-top: 155px;
  overflow: hidden;
  z-index: 1;
}

.swiper.heroSwiper {
  width: 100%;
  height: 100vh;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  background-position: center !important;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  color: #fff;
  animation: slideInUp 0.8s ease;
  padding: 0 30px;
}

.swiper-slide.hero-slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide-title {
  color: var(--primary-color);
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-h1);
  line-height: calc(var(--line-height-h1) / var(--font-size-h1));
  letter-spacing: var(--letter-spacing-h1);
  text-transform: uppercase;
  margin-bottom: 36px !important;
  text-align: center;
}

.slide-description {
  color: #f9f8f6;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px !important;
}

.main-buttons-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.main-btn.btn {
  border-radius: 0;
  padding: 14px 40px;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-transform: uppercase;
}

.main-btn.btn-primary {
  background-color: var(--primary-color);
  color: #262626;
  border: 1px solid var(--primary-color);
}

.main-btn.btn-secondary {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(249, 248, 246, 0.1);
  color: #f9f8f6;
}

.main-btn .btn-secondary:hover {
  background-color: #fff;
  color: var(--heading-color);
}

/* Swiper Pagination */
.swiper-pagination {
  bottom: 40px !important;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 42px !important;
  height: 6px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
  border-radius: 3px !important;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  width: 36px !important;
  border-radius: 6px;
}

/* Hide Swiper Navigation */
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==================== PRODUCT CATEGORIES ==================== */
.product-categories-section {
  background-color: #f9f8f6;
  padding: 60px 0;
}

.category-card {
  padding: 30px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}

.category-icon img {
  max-width: 60px;
  height: auto;
}

.category-divider {
  width: 196px;
  height: 1px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 16px !important;
}
.category-divider:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(222, 218, 207, 0) 4%,
    rgba(222, 218, 207, 1) 50%,
    rgba(222, 218, 207, 0) 96%
  );

  z-index: 1;
}
.footer-divider.category-divider {
  max-width: 608px !important;
  width: 100%;
}
.footer-divider.category-divider::before {
  width: 100%;
}
.category-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 24px;
  margin-bottom: 0 !important;
}

.category-description {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  flex-grow: 1;
}

.category-card .btn {
  align-self: center;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .category-card {
    padding: 25px 15px;
  }
}

@media (max-width: 768px) {
  .product-categories-section {
    padding: 40px 0;
  }

  .category-card {
    padding: 20px;
  }

  .category-title {
    font-size: 16px;
  }

  .category-description {
    font-size: 13px;
    line-height: 18px;
  }
}

/* ==================== CTA SECTION ==================== */
.cta-section {
  position: relative;
  padding: 128px 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.cta-title {
  color: var(--primary-color);
  font-size: 36px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: var(--letter-spacing-h1);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cta-description {
  color: #f9f8f6;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.footer-divider.category-divider {
  margin: 24px auto !important;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-buttons .btn {
  border-radius: 0;
  padding: 9px 40px;
  min-width: 207px;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-transform: uppercase;
}

.cta-buttons .btn-primary {
  background-color: var(--primary-color);
  color: #262626;
  border: 1px solid var(--primary-color);
}

.cta-buttons .btn-secondary {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(249, 248, 246, 0.1);
  color: #f9f8f6;
}

.cta-buttons .btn-secondary:hover {
  background-color: #fff;
  color: var(--heading-color);
}

/* ==================== FOOTER ==================== */
.site-footer {
  background-color: var(--heading-color);
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-position: center;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}

/* .site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 38, 38, 0.75);
  z-index: 0;
  pointer-events: none;
} */

.new.menu-item {
  position: relative;
}
.new.menu-item:after {
  display: inline-block;
  border-radius: 16px;
  background: #dedacf;
  text-transform: uppercase;
  color: #262626;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 2px 6px;
  margin-left: 8px;
  content: "New";
}
.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-main {
  padding-top: 64px !important;
}

/* .footer-widgets {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 2fr;
  gap: 40px;
} */
.wp-block-contact-form-7-contact-form-selector {
  margin-top: 23px;
}
.footer-widgets .widget {
  margin-bottom: 0;
}
.footer-widgets .widget-title,
.footer-widgets h4 {
  color: #dedacf;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 14px !important;
}
.footer-widgets ul {
  padding-left: 0;
  list-style: none;
}
.site-footer a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #fff;
}
.widget_nav_menu li {
  margin: 4px 0;
}
.widget_nav_menu li a {
  color: #f9f8f6;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer-title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-link:hover {
  color: var(--primary-color);
}

/* Newsletter Form Styling - Contact Form 7 */
.newsletter-form-wrapper {
  margin-top: 15px;
}

.newsletter-form-wrapper .form-group {
  margin-bottom: 12px;
}

.newsletter-form-wrapper .form-group:last-child {
  margin-bottom: 0;
}

/* CF7 Input Fields */
.newsletter-form-wrapper .wpcf7-form-control,
.newsletter-form-wrapper input[type="email"],
.newsletter-form-wrapper input[type="text"],
.newsletter-form-wrapper input[type="submit"],
.newsletter-form-wrapper button[type="submit"] {
  width: 100% !important;
  display: block !important;
}

.newsletter-form-wrapper input[type="email"],
.newsletter-form-wrapper input[type="text"] {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  padding: 12px 15px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-family: Inter, sans-serif !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
}

.newsletter-form-wrapper input[type="email"]::placeholder,
.newsletter-form-wrapper input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.newsletter-form-wrapper input[type="email"]:focus,
.newsletter-form-wrapper input[type="text"]:focus {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: var(--primary-color) !important;
  box-shadow: none !important;
  outline: none !important;
}

/* CF7 Submit Button */
.newsletter-form-wrapper input[type="submit"],
.newsletter-form-wrapper button[type="submit"],
.newsletter-form-wrapper .wpcf7-submit {
  background: var(--primary-color) !important;
  color: #262626 !important;
  border: none !important;
  padding: 12px 25px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  font-family: Inter, sans-serif !important;
  box-sizing: border-box !important;
  margin-top: 5px !important;
}

.newsletter-form-wrapper input[type="submit"]:hover,
.newsletter-form-wrapper button[type="submit"]:hover,
.newsletter-form-wrapper .wpcf7-submit:hover {
  background: #fff !important;
  color: #262626 !important;
  opacity: 0.9 !important;
}

/* CF7 Form Container */
.newsletter-form-wrapper .wpcf7-form {
  margin: 0 !important;
  padding: 0 !important;
}

/* Footer Bottom */
.footer-bottom .container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom .row {
  padding-bottom: 48px !important;
  padding-top: 32px !important;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.footer-copyright {
  color: #f9f8f6;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* Back to Top Button */
.back-to-top {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}
.back-to-top svg {
  transition: all 0.3s ease;
}

.back-to-top:hover svg {
  transform: translateY(-3px);
}
.back-to-top svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

/* ==================== GENERAL ==================== */
.entry-meta {
  font-size: 14px;
  color: var(--text-color);
}

.featured-image {
  overflow: hidden;
  border-radius: 8px;
}

.featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==================== RESPONSIVE ==================== */
/* Sub-menu items */
.main-header .navbar-nav .dropdown-menu {
  background: rgba(77, 64, 58, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-top: none;
}

.main-header .navbar-nav .dropdown-menu .nav-link {
  color: #ffffff !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  font-size: 12px !important;
  display: block !important;
}

.main-header .navbar-nav .dropdown-menu .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #dedacf !important;
}

/* WordPress Sub-menu Styling */
.main-header .navbar-nav .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(77, 64, 58, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-top: none;
  display: none;
  position: absolute;
  top: 101%;
  left: 0;
  min-width: 200px;
  z-index: 1000;
}

.main-header .navbar-nav .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.main-header .navbar-nav .sub-menu .menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.main-header .navbar-nav .sub-menu .menu-item:last-child {
  border-bottom: none;
}

.main-header .navbar-nav .sub-menu a {
  color: #ffffff !important;
  padding: 12px 20px !important;
  display: block !important;
  text-decoration: none;
  font-size: 14px !important;
  transition: background-color 0.2s ease;
  width: 100%;
}

.main-header .navbar-nav .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #dedacf !important;
}

/* Desktop Navigation */
@media (min-width: 993px) {
  .main-header .navbar-toggler {
    display: none !important;
  }

  .main-header .collapse {
    display: flex !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    width: unset !important;
    height: 100% !important;
    background: transparent !important;
    padding: unset !important;
    overflow: unset !important;
    z-index: unset !important;
    animation: unset !important;
  }

  .main-header .collapse.show {
    display: flex !important;
  }
}

@media (max-width: 1200px) {
  .header-top-left {
    gap: 20px;
  }

  .main-header .nav-link {
    padding: 0 18px !important;
  }

  .search-form-top {
    width: 240px;
  }
}

@media (max-width: 1024px) {
  .main-header .nav-link {
    padding: 0 15px !important;
    font-size: 12px;
  }

  .main-header .account-link {
    margin-left: 20px !important;
  }

  /* Show mobile hamburger on tablets */
  .main-header .navbar-toggler {
    display: block !important;
  }

  /* Hide desktop menu on tablets */
  .main-header .collapse {
    display: none !important;
  }

  /* Transparent header on tablet */
  .main-header {
    background: transparent !important;
    border-bottom: none !important;
  }

  .main-header .nav-link {
    color: #ffffff !important;
  }
}

@media (max-width: 992px) {
  /* Keep header fixed on mobile */
  .granite-header {
    position: fixed;
  }

  .site-main {
    padding-top: 0;
    margin-top: -55px;
  }

  .hero-slider-section {
    margin-top: 0;
    padding-top: 0;
  }

  /* CTA Section Tablet */
  .cta-section {
    padding: 60px 0;
  }

  .cta-title {
    font-size: 32px;
    line-height: 40px;
  }

  .cta-description {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-buttons {
    gap: 10px;
  }

  /* Footer Tablet */
  .footer-widgets {
    grid-template-columns: repeat(2, 1fr) repeat(2, 1fr) 1.5fr;
    gap: 30px;
  }

  .header-top {
    display: none !important;
  }

  .main-header {
    height: auto;
    padding: 12px 15px;
    background: transparent !important;
    border-bottom: none !important;
    color: #262626;
    display: flex !important;
    align-items: center !important;
  }

  .main-header .navbar-toggler {
    border: none;
    padding: 6px;
    position: relative;
    z-index: 1001;
  }

  .main-header .navbar-toggler-icon {
    width: 30px;
    height: 24px;
    transition: background-image 0.3s ease !important;
  }

  .main-header .navbar-brand {
    padding: 0 !important;
    margin-right: auto !important;
  }

  .main-header .navbar-brand img {
    max-height: 35px;
  }

  /* Mobile Menu Styles
     - Element is always rendered (display: flex) so opacity/transform can transition.
     - visibility delays its own change until the transition ends when closing,
       so the menu is properly hidden from clicks/AT after fade-out.
     - No height/keyframe animation here — Bootstrap collapse is no longer used,
       which removes the previous two-step "pop" on open. */
  .main-header .collapse {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #dedacf;
    padding: 30px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0s linear 0.28s;
  }

  .main-header .collapse.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0s linear 0s;
  }

  .main-header .navbar-nav {
    flex-direction: column !important;
    gap: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    margin: 0 !important;
    justify-content: center;
  }
  .main-header .navbar-nav li {
    height: auto !important;
    flex-direction: column;
  }
  .main-header .navbar-nav .menu-item-has-children > a {
    height: auto !important;
  }
  .main-header .nav-item {
    display: block !important;
  }

  .main-header .nav-link,
  .main-header ul.navbar-nav > li > a {
    color: #262626 !important;
    padding: 15px 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    transition: color 0.3s ease;
    display: block !important;
  }

  .main-header .nav-link:hover,
  .main-header .nav-link.active,
  .main-header .nav-link.current-menu-item,
  .main-header ul.navbar-nav > li > a:hover,
  .main-header ul.navbar-nav > li.current-menu-item > a {
    color: #262626 !important;
    opacity: 0.7 !important;
  }

  .main-header .nav-link::after {
    display: none !important;
  }

  /* Account link styling */
  .main-header .nav-item.ms-4 {
    margin-left: 0 !important;
    margin-top: 30px !important;
  }

  .main-header .account-link {
    margin-left: 0 !important;
    margin-top: 0 !important;
    background: #262626 !important;
    color: #dedacf !important;
    border: none !important;
    padding: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    transition: all 0.3s ease !important;
  }

  .main-header .account-link:hover {
    background: var(--primary-color) !important;
    color: #262626 !important;
  }

  .main-header .account-link svg {
    width: 24px !important;
    height: 24px !important;
  }

  /* Dropdown menu styling for mobile */
  .main-header .navbar-nav .dropdown-menu {
    background: transparent !important;
    border: none !important;
  }

  .main-header .navbar-nav .dropdown-menu .nav-link {
    color: #262626 !important;
    padding: 10px 0 10px 20px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .main-header .navbar-nav .dropdown-menu .nav-link:hover {
    color: var(--primary-color) !important;
  }

  /* Mobile sub-menu styling */
  .main-header .navbar-nav .sub-menu {
    position: static !important;
    display: none !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 20px !important;
    margin-top: 10px !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease !important;
  }

  .main-header .navbar-nav .sub-menu.show {
    display: flex !important;
    max-height: 500px !important;
    margin: 0 !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }

  .main-header .navbar-nav .menu-item-has-children:hover > .sub-menu {
    display: none;
  }

  .main-header .navbar-nav .menu-item-has-children > a {
    position: relative !important;
  }

  .main-header .navbar-nav .menu-item-has-children > a::after {
    content: "›" !important;
    /* inline-flex centers the glyph inside an exact square (20×20),
       so rotating 0 → 90deg keeps the visible arrow in place
       (no left/right shift caused by font ascent/descent asymmetry). */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 1 !important;
    font-size: 20px !important;
    margin-left: 8px !important;
    transform: rotate(0deg) !important;
    transform-origin: 50% 50% !important;
    transition: transform 0.3s ease !important;
    flex-shrink: 0 !important;
  }

  .main-header .navbar-nav .menu-item-has-children.open > a::after {
    transform: rotate(90deg) !important;
  }

  .main-header .navbar-nav .sub-menu .menu-item {
    border: none !important;
    margin: 0 !important;
  }

  .main-header .navbar-nav .sub-menu a {
    color: #262626 !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background: transparent !important;
  }

  .main-header .navbar-nav .sub-menu a:hover {
    color: var(--primary-color) !important;
    background: transparent !important;
  }

  @keyframes slideInDown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 768px) {
  .service-steps {
    --bs-gutter-y: 1.5rem;
  }
  .header-info-item {
    font-size: 12px;
    gap: 5px;
  }

  .header-info-item svg {
    width: 14px;
    height: 14px;
  }

  .granite-header {
    position: fixed;
  }

  .main-header {
    border-bottom: none;
    height: auto;
    padding: 10px 15px;
    background: transparent !important;
    color: #262626;
  }

  .main-header .navbar-brand {
    font-size: 16px;
  }

  .main-header .navbar-brand img {
    max-height: 32px;
  }

  .main-header .collapse {
    top: 0 !important;
    padding: 25px 15px !important;
  }

  .main-header .nav-link,
  .main-header ul.navbar-nav > li > a {
    padding: 12px 0 !important;
    font-size: 16px !important;
  }

  .hero-slider-section {
    height: 80vh;
    padding-top: 0;
    margin-top: 0;
  }
  .page-template-page-template-homepage .hero-slider-section {
     height: 90vh;
  }

  .slide-content {
    padding: 0 20px;
  }

  .slide-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px !important;
  }

  .slide-description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px !important;
  }

  .slide-buttons {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .slide-buttons .btn {
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    max-width: 300px;
    margin: 0 !important;
  }

  .swiper-pagination {
    bottom: 20px !important;
    gap: 8px;
  }

  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }

  .swiper-pagination-bullet-active {
    width: 24px !important;
  }
  .category-divider {
    width: 112px;
  }
  .why-choose-us-section {
    padding: 40px 0;
  }
  /* CTA Section Mobile */
  .cta-section {
    padding: 50px 0;
  }

  .cta-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .cta-description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 8px;
  }

  .cta-buttons .btn {
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
  }

  /* Footer Mobile */
  .footer-widgets {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer-widgets .col-lg-4 {
    grid-column: span 2;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form .form-control,
  .newsletter-form input[type="email"],
  .newsletter-form input[type="text"],
  .newsletter-form button {
    min-width: 100%;
  }

  .footer-bottom {
    padding: 20px 0;
  }

  .footer-logo {
    width: 40px;
    height: 40px;
  }
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* About Us Section */
.about-us-section {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 450px;
  display: flex;
  align-items: center;
  padding: 140px 0;
}

.about-us-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.about-us-blur-box {
  padding: 35px 32px;
  color: #fff;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
  max-width: 578px;
  border: 1px solid rgba(249, 248, 246, 0.1);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
}

.about-us-title {
  color: #fff;
  font-family: var(--font-main);
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}

.about-us-desc {
  color: #f9f8f6;
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.about-us-blur-box .btn {
  background-color: var(--primary-color);
  color: #262626;
  border: 1px solid var(--primary-color);
  border-radius: 0;
  padding: 9px 40px;
  min-width: 207px;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-transform: uppercase;
}

/* Why Choose Us Section */
.why-choose-us-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.why-choose-us-overlay {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  padding: 0;
}

.why-choose-us-title {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  color: #262626;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.why-choose-us-desc {
  text-align: center;
  margin-bottom: 60px;
  color: #767676;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.why-choose-us-cards {
  margin-top: 30px;
  gap: 0 5px;
  justify-content: space-between;
}

.why-card {
  border: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 230px;
  justify-content: center;
  transition: box-shadow 0.2s;
}

.why-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.why-card-icon img {
  max-width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.why-card-title {
  margin-top: 5px;
  width: 100%;
  text-align: center;
  color: #767676;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 991px) {
  .why-card {
    padding: 28px 8px 20px 8px;
  }
  .why-choose-us-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .why-card {
    padding: 20px 4px 16px 4px;
  }
  .why-choose-us-cards {
    gap: 0 0;
  }
}
/* Complete Kitchen Section */
.complete-kitchen-section {
  background: #f9f8f6;
  padding: 80px 0;
}

.complete-kitchen-title {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  color: #262626;
}

.complete-kitchen-desc {
  text-align: center;
  font-size: 16px;
  color: #767676;
  font-weight: 300;
  margin-bottom: 22px;
}

.complete-kitchen-divider {
  width: 100%;
  max-width: 608px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(222, 218, 207, 0) 0%,
    rgba(222, 218, 207, 1) 50%,
    rgba(222, 218, 207, 0) 100%
  );
  margin: 0 auto 63px auto;
}

.complete-kitchen-cards {
  margin-top: 10px;
  gap: 0 0;
}

.kitchen-card {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  min-height: 365px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease-in-out;
}

.kitchen-card:hover {
  transform: scale(1.04);
}

.kitchen-card-title-blur {
  width: 100%;
  padding: 13px 0;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  letter-spacing: 2px;
  color: #4d403a;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
}

.kitchen-card-title-blur span {
  display: block;
  width: 100%;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .kitchen-card {
    min-height: 260px;
  }
  .complete-kitchen-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .kitchen-card {
    min-height: 180px;
  }
  .complete-kitchen-section {
    padding: 40px 0 30px 0;
  }
  .complete-kitchen-title {
    font-size: 20px;
  }
  .complete-kitchen-divider {
    margin-bottom: 20px;
  }
}
