/** Shopify CDN: Minification failed

Line 1068:0 Expected ")" to go with "("

**/

/* Customizer Css*/
  .imgcont-0000 {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.imgcont-0000 img {
  display: block;
  width: 100%;
  height: auto; /* maintains aspect ratio */
  max-width: 100%;
  object-fit: cover; /* ensures image fills container without stretching */
  image-rendering: auto; /* prevent pixelation */
}

@media (max-width: 2000px) and (min-width: 1630px) {
.imgcont-0000   {
    width: 1600px !important;
    margin: 0 auto;
  }
}
/* Default: Large Screens (2000px and up) */
@media (min-width: 2000px) {
.imgcont-0000 {
    width: 1800px !important;
    margin: 0 auto;
  }
}

/* Laptops (1200px and up) */
@media (max-width: 1999px) and (min-width: 1200px) {
.imgcont-0000 {
    width: 1400px !important;
    margin: 0 auto;
  }
}

/* Tablets (1000px and up) */
@media (max-width: 1199px) and (min-width: 768px) {
.promo-container, .grid-container, .featured-wrapper, .clearance-wrapper, .tile-supplier, .image-with-text, .image-with-text, .locations-grid ,.faq-section  {
    width: 1200px !important;
    margin: 0 auto;
  }
}


header {

  color: #000000 !important;
}
.nav-bar {
    background: #ff7900 !important;
  padding: -15px 10px !important;
}
.nav-bar:after {
  background: #f47721 !important;
}
.nav-bar__link {
  color: white !important;
  font-size: 17px !important;
  padding: -10 10px !important;
  font-weight: 600 !important;
  align-content: center !important;
}
.header__inner,
.container-000,
.header--inline {
  width: 98.5% !important;
}
.service-areas-wrapper .locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1700px !important;
  margin: 0 auto;
  padding: 0 30px;
}
.service-areas-wrapper .location-name {
  justify-content: flex-start;
  display: flex;
}

/*Featured product section*/


.clearance-container {
  margin: auto !important;
}
.view-all-link {
  color: #f47721;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  align-self: center !important;
  margin-top: 10px !important;
}
.product-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 30px !important ;
}
@media screen and (max-width: 641px) {
  h2 {
    font-size: calc(44px * 0.7) !important;
  }
}

/*Clearance section*/

.clearance-title-box h2 {
  font-size: 40px !important;
  font-weight: 700;
}
.clearance-title-box {
  padding: 20px 50px 20px 30;
}
@media screen and (max-width: 641px) {
  .clearance-title-box p {
    margin: 5px 0 0;
    font-size: 10px;
  }
  .clearance-title-box h2 {
    font-size: 28px;
    line-height: 42px;
    padding-bottom: 16px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
.product-card {
  background-color: transparent !important;
}
.product-card img {
  border: 1px solid #f7f4f2;
}

.clearance-wrapper {
  background: #fff7f2;
  border: 1px solid #ffa34d;
  padding: 40px 0px; /* Less top/bottom padding, more left/right */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08), 
              0 -4px 8px rgba(0, 0, 0, 0.04), 
              4px 0 8px rgba(0, 0, 0, 0.05), 
              -4px 0 8px rgba(0, 0, 0, 0.05);
}

  .featured-container {
    margin: 0 auto;
    padding: 0 5px;
    background-color: #ffffff;
  }


  @media screen and (max-width: 640px) {
    .product-grid-cl {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .clearance-container {
    margin: 0 auto;
    padding: 0 20px;
  }

  .clearance-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .clearance-title-box {
    background-color: #F47721;
    color: white;
    margin-top: -40px;
    margin-left: -20px;
    padding: 0px 90px 4px 21px !important;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  }

  .clearance-title-box h2 {
    margin: 0px 0px -20px 0px;
    /* font-size: 28px;
    font-weight: bold; */
  }

  .clearance-title-box p {
    margin: 5px 0 0;
    margin: 2px 0 2px 0px;
    font-size: 16px;
    font-weight:600;
  }

  .view-all-link {
    color: #ff6600;
    margin-top:-40px;
    font-weight: 600;
    font-size:16px;
    text-decoration: none;
    align-self: center;
    /* margin-top: 10px; */
  }

 .product-grid-cl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px !important;
   padding: 0px 5px;
}


  .product-card {
    position: relative;
    background: #fff;
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .product-card img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
  }

  .discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff6600;
    color: #fff;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 14px;
  }

  .product-card p {
    margin: 8px 12px 0;
    letter-spacing: 1%;
    font-weight: 500;
  }

  .product-price {
    font-weight: bold;
    font-size: 23px;
  }

  .product-price span {
    color: #999;
  }

@media screen and (max-width: 600px) {
  .product-price {
    
    font-size: 18px;
  }
 
}
  

/* Tile Shop Banner*/

.img-cont-0 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1800px;
    margin: 0 auto;
    background-color: #F27A28;
    flex-wrap: wrap;
  }

  .text-cont-0 {
    width: 35%;
    color: white;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .text-cont-0 h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }

  .text-cont-0 p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 2rem;
color:white !important;
  }

  .btn-hammad-a {
    display: inline-block;
    background-color: #333;
    color: white;
    font-size: 16px;
    padding: 0.75rem 60px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
  }

  .btn-hammad-a:hover {
    background-color: #1f1f1f;
  }

  .img-cont {
    width: 65%;
    margin: 0;
    padding: 0;
  }

  .img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @media (max-width: 768px) {
    .img-cont-0 {
      flex-direction: column-reverse;
    }

    .text-cont-0 {
      width: 100%;
      text-align: center;
      padding: 20px;
    }

    .text-cont-0 h2 {
      font-size: 1.75rem;
    }

    .text-cont-0 p {
      font-size: 1rem;
    }

    .img-cont {
      width: 100%;
    }

    .img-cont img {
      height: auto;
    }
  }
@media (max-width: 1999px) and (min-width: 1200px) {

   .text-cont-0 {
    width: 40%;
    color: white;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
    .img-cont {
    width: 60%;
    margin: 0;
    padding: 0;
  }

}

/*Hero BannerTop Banner*/

 .hero-banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
   /* max-height: 100vh; */
  }

  .hero-banner-slider {
    position: relative;
    width: 100%;
    height: 680px;
  }

  .slides-container {
    position: relative;
    width: 100%;
    height: 100%;
    
  }

  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .slide:first-child {
    opacity: 1;
  }

  .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #ACACAC;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .nav-arrow:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
  }

  .prev-arrow {
    left: 20px;
  }

  .next-arrow {
    right: 20px;
  }

  .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .text-content {
    max-width: 90%;
  }

  .top-heading {
    font-size: 60px;
    color: white;
    font-weight: 400;
    margin: 0 0 0px;
    letter-spacing: 1%;
  }

  .main-heading {
    font-size: 100px;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    letter-spacing: 1%;
  }

  .location-container {
    padding: 0px 80px;
    margin-top: 15px;
    display: inline-block;
    background-color: white;
  }

  .location-text {
    font-size: 46px;
    color: #ff6b00;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 11.2px;
  }

  .subheading {
    font-size: 30px;
    color: white;
    font-weight: 600;
    margin: 15px 0 0;
  }

  /* Updated Indicator Styles */
  .slide-indicators-wrapper {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
  }

  .slide-indicators-wrapper::before,
  .slide-indicators-wrapper::after {
    content: '';
    display: block;
    width: 66px;
    height: 1px;
    background-color: white;
    margin: 0 12px;
  }

  .slide-indicators {
    display: flex;
    gap: 10px;
  }

  .indicator {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .indicator.active {
    background-color: white;
  }

  /* Responsive Styles */
  @media (max-width: 991px) {
    .hero-banner-slider {
      height: 450px;
    }

    .main-heading {
      font-size: 60px;
    }

    .top-heading {
      font-size: 24px;
    }

    .location-text {
      font-size: 20px;
    }
  }

  @media (max-width: 767px) {
    .hero-banner-slider {
      height: 400px;
    }

    .main-heading {
      font-size: 42px;
    }

    .top-heading {
      font-size: 20px;
    }

    .location-container {
      padding: 6px 20px;
      margin: 10px 0 15px;
    }

    .location-text {
      font-size: 16px;
    }

    .subheading {
      font-size: 16px;
    }

    .nav-arrow {
      width: 30px;
      height: 30px;
    }
  }

  @media (max-width: 479px) {
    .hero-banner-slider {
      height: 350px;
    }

    .main-heading {
      font-size: 36px;
    }

    .top-heading {
      font-size: 18px;
    }

    .location-container {
      padding: 5px 15px;
    }

    .location-text {
      font-size: 14px;
    }

    .subheading {
      font-size: 14px;
    }

    .slide-indicators-wrapper {
      bottom: 20px;
    }

    .indicator {
      width: 14px;
      height: 14px;
    }

    .nav-arrow {
      width: 26px;
      height: 26px;
    }

    .slide-indicators-wrapper::before,
    .slide-indicators-wrapper::after {
      width: 40px;
    }
  }

/*Number-1 Tile Section*/


.tile-supplier-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #232323;
  line-height: 1.6;
}

.container-00090 {
  margin: 0 auto;
  width: 100%;
  max-width: 1800px;
}

.hero-content {
  text-align: center;
  margin-bottom: 10px;
}

.main-title {
  font-size: 40px;
  font-weight: 300;
  color: #2c3e50;
  margin-bottom: 30px;
  letter-spacing: 1%;
}

.highlight {
  color: #F47721 !important;
  font-weight: 300 !important;
}

.hero-description {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 28.8px;
  font-weight: 400;
  text-align: center;
}

  /*for icons*/
.dropdown-icon {
  margin-left: auto;
  width: 18px;
  /* height: 18px; */
  transition: transform 0.3s ease;
}

.feature-card.open .dropdown-icon {
  transform: rotate(180deg);
}

.feature-description {
  display: none;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.feature-card {
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Optional: Remove equal-height if grid or flex had it */
.features-grid {
  align-items: flex-start;
}


/* ---------- Grid Styles ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 50px;
}

.feature-card {
  background: #F1F1F1;
  padding: 20px 20px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  animation: fadeInUp 0.6s ease-out;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}

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

.feature-header {
  display: flex;
  align-items: center;
  /* margin-bottom: 20px; */
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin-right: 15px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #F47721;
}

.feature-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: -4px;
  line-height: 28px;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.feature-description {
  font-size: 17px;
  font-weight: 400;
  margin: 30px 15px;
  line-height: 28.8px;
  color: #232323;
  /* Initially hidden handled by jQuery slideUp/down */
}

/* ---------- Animation ---------- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Media Queries ---------- */

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .tile-supplier-section {
    padding: 30px 15px;
  }

  .tile-supplier-section .main-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .tile-supplier-section .hero-description {
    font-size: 15px;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .feature-card {
    padding: 15px 15px;
    
    background: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .feature-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
    border-radius: 6px;
    margin-right: 10px;
  }

  .feature-title {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
  }

  .feature-description {
    font-size: 14px;
    line-height: 22px;
    color: #444;
  }
}

/* Tablets and Small Laptops (768px to 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  .tile-supplier-section .main-title {
    font-size: 34px;
  }

  .tile-supplier-section .hero-description {
    font-size: 16px;
    line-height: 26px;
    padding: 0 20px;
  }

  .feature-card {
    padding: 30px 25px;
  }

  .feature-title {
    font-size: 20px;
  }

  .feature-description {
    font-size: 15px;
  }
}

/* Laptops and Desktops (1200px and up) */
@media (min-width: 1200px) {
  .tile-supplier-section .container-00090 {
    max-width: 1300px;
  }

  @media (min-width: 1630px) {
    .tile-supplier-section .container-00090 {
      max-width: 1500px;
    }
  }

  @media (min-width: 2000px) {
    .tile-supplier-section .container-00090 {
      max-width: 1800px;
    }
  }
}

/*Collection-Image Grid*/

.grid-nav {
  margin: 0 auto;
  padding: 20px 25px 20px 25px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
  .gri-h2 {
   text-align:center;
  }

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
   .gri-h2 {
   text-align:center;
 font-size: 28px !important;
  }
}

@media (max-width: 480px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
     .gri-h2 {
    text-align:center;
    font-size: 28px !important;
    padding: 0px 15px;
    line-height: 39px;
  }
}

.grid-item {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.grid-item:hover img {
  transform: scale(1.05);
}

.grid-item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}

.grid-item-title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .grid-item-title {
    font-size: 28px;
    gap: 8px;
    letter-spacing: 1.5px;
  }
}

/* Mobile view (480px and below) */
@media (max-width: 480px) {
  .grid-item-title {
    font-size: 22px;
    gap: 6px;
    letter-spacing: 1px;
  }
}

.grid-item-title::after {
  content: "→";
  font-size: 24px;
  transition: transform 0.3s ease;
}

.grid-item:hover .grid-item-title::after {
  transform: translateX(10px;
}

/*Ultimate Tile  Section*/

/* .full-bg-container {
    background-color: #F47721;
    padding: 0;
    width: 100%;
  }
.room-camera-icon {
  width: 30.8px;
  height: 30.8px;
  object-fit: contain; /* Ensures the aspect ratio is maintained */
}
  /* Centered content container 
  .room-viewer-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .room-viewer-left {
    color: white;
    font-weight: 700;
    line-height: 2rem;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
  }

  .room-viewer-cta {
    display: flex;
    line-height:1.4rem;
    align-items: center;
    gap: 8px;
    background-color: #444;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding: 15px 16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .room-viewer-cta:hover {
    background-color: #000000;
  }

  @media (max-width: 600px) {
  .room-viewer-left {
    font-size: 20px;
    line-height: 1.5rem;
    padding: 10px 15px;
    flex-direction: column;
  }

  .room-viewer-cta {
    font-size: 15px;
    padding: 12px 14px;
    flex-wrap: inherit;
    justify-content: center;
    text-align: center;
  }
} */




