@font-face {
  font-family: 'Helvetica Neue';
  src: url('../font/helveticaneue.woff2') format('woff2');
     
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
   body, html {
      margin: 0;
      padding: 0;
      color: #000;
      font-weight: 00!important;
      background: #f1f1f1;
      height: 100%;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .navbar-custom {
      background-color: #0047bac2;
      padding: 10px 18px;
    }

    .navbar-custom .nav-link {
      color: #ccc !important;
      font-weight: 400;
      margin: px;
    }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom

: .5rem;
    font-weight: 400 !important;
    letter-spacing: 0;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
    .navbar-custom .logo {
      max-height: 40px;
    }
.btn-outline-primary{
    background: #000!important;
    color: #fff!important;
    border: none!important;
}
.btn-outline-primary:hover{
    background: #0a58ca!important;
    color: #fff!important;
    border: none!important;
}
    .hero-banner {
      background: url('../img/banner.jpg') no-repeat center center/cover;
      height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

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

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
    }
    
    .dropdown-item {
 
    font-weight: 400!important;
  
}

    .hero-content h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .hero-content p {
      font-size: 1rem;
      margin-bottom: 30px;
    }

    .btn-quote {
      background-color: transparent;
      border: 2px solid white;
      color: white;
      padding: 10px 25px;
      transition: all 0.3s;
    }

    .btn-quote:hover {
      background-color: white;
      color: #0047ba;
    }

    .scroll-indicator {
      position: absolute;
      bottom: 20px;
      /* border: 1px solid #fff; */
      border-radius: 30px;
      text-align: center;
      /* left: 50%; */
      justify-content: center;
      transform: translateX(-50%);
      z-index: 2;
      width: 40px;
      /* height: 80px; */
      font-size: 1.5rem;
      color: white;
    }

    @media (max-width: 768px) {
      .hero-content h1 {
        font-size: 2rem;
      }
    }
    /* Scroll indicator bounce */
.bounce {
  animation: bounce 2s infinite;
  cursor: pointer;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Search box toggle effect */
.search-container {
  position: relative;
}

.search-box {
  position: absolute;
  top: -5px;
  right: 30px;
  width: 0;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 0.9rem;
}

.search-container.active .search-box {
  width: 180px;
  opacity: 1;
}
.navbar-brand.mx-auto {
  z-index: 1; /* Ensure it appears above the collapse content */
  pointer-events: none; /* Optional: prevents it from interfering with nav toggler */
}
.about-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 1rem;
  background-color: #121212;
  position: relative;
}

.image-grid {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.image-grid img {
  width: 300px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.about-content {
  max-width: 800px;
  text-align: center;
}

.about-content h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.about-content p {
  font-size: 1rem;
  color: #cccccc;
  line-height: 1.7;
  margin-bottom: 2rem;
}

button#learnMoreBtn {
  padding: 0.8rem 1.5rem;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}

button#learnMoreBtn span {
  margin-left: 8px;
}

button#learnMoreBtn:hover {
  background-color: #0a58ca;
  color: #ffffff;
  border: 1px solid #0a58ca;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #1e1e1e;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #bbb;
  cursor: pointer;
  font-size: 1rem;
}

.close:hover {
  color: #fff;
}
.slider-container {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
  height: 100%;
  /* filter: brightness(0.8); */
}

.slide {
  /* justify-content: center; */
  display: flex;
  width: 100vw;
  /* text-align: center; */
  height: 100%;
  flex-shrink: 0;
}

.product {
  flex: 1;
  /* text-align: center; */
  position: relative;
  /* justify-content: center; */
  background-size: cover;
  background-position: center;
  height: 100%;
  /* filter: brightness(0.8); */
}

.product-content {
  justify-content: center;
  /* justify-content: center; */
  position: absolute;
  top: 50%;
  text-align: center;
  filter: none!important;
  left: 30%;
  transform: translateY(-50%);
  color: #ffffff;
}

.product-content h2 {
  font-size: 1.8rem;
  font-weight: 500
  margin-bottom: 1rem;
  margin-bottom: 40px;
}


.press {
  padding: 0.8rem 1.5rem;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 400;
  text-decoration:none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.press span {
  margin-left: 8px;
}

.press:hover {
  background-color: #0a58ca;
  color: #ffffff;
  border: 1px solid #0a58ca;
}

.press2 {
  padding: 0.2rem 1rem;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 400;
  text-decoration:none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
}

.press2 span {
  margin-left: 8px;
}

.press2:hover {
  background-color: #0a58ca;
  color: #ffffff;
  border: 1px solid #0a58ca;
}
.press3 {
  padding: 0.2rem 1rem;
  border: 1px solid #0a58ca;
  background-color: #0a58ca;
  color: #fff;
  font-weight: 400;
  text-decoration:none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
}

.press3 span {
  margin-left: 8px;
}

.press3:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #fff;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 2rem;
  padding: 0.3rem 0.8rem;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
}

.nav:hover {
  background: #fff;
  color: #000;
  border-radius: 50%;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

@media screen and (max-width: 768px) {
  .slide {
    flex-direction: column;
  }
  .product-content h2 {
    font-size: 2rem;
  }
  .btn {
    font-size: 0.9rem;
  }
}



    .filter-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: end;
      gap: 15px;
      margin-bottom: 20px;
    }

    .filter-nav button {
      padding: 10px 4px;
      border: none;
      background-color: transparent;
      font-size: 15px;
      cursor: pointer;
      font-weight: 500;
      color: #000000;
    }

    .filter-nav button.active {
      font-weight: 500
      border-bottom: 2px solid #333;
    }

    .gallery {
      column-count: 3;
      column-gap: 15px;
      padding: 0 20px;
    }

    .gallery-item {
      break-inside: avoid;
      margin-bottom: 15px;
      display: none;
    }

    .gallery-item img {
      width: 100%;
      border-radius: 8px;
      display: block;
    }

    @media (max-width: 992px) {
      .gallery {
        column-count: 2;
      }
    }

    @media (max-width: 600px) {
      .gallery {
        column-count: 1;
      }
    }

        .section {
      display: flex;
      /* flex-wrap: wrap; */
      /* min-height: 100vh; */
      padding: 32px 20px;
      background-color: #f1f1f1;
    }

    .form-container {
      background-color: white;
      padding: 20px;
      flex: 1 1 450px;
      max-width: 100%;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .form-container h1 {
      font-size: 28px;
      margin-bottom: 30px;
    }

    .form-group {
      display: flex;
      gap: 20px;
    }

    .form-container input, .form-container textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 20px;
      border: none;
      border-bottom: 1px solid #aaa;
      background-color: transparent;
      outline: none;
      font-size: 14px;
    }

    .form-container textarea {
      height: 100px;
      resize: none;
    }

    .send-button {
      padding: 10px 20px;
      background-color: white;
      border: 1px solid #ccc;
      border-radius: 10px;
      margin-top:20px;
      cursor: pointer;
      transition: all 0.3s ease;
      text-align: left;
      /* justify-content: end; */
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }
        .send-button:hover {
    color:#fff!important;
      background-color: #0a58ca;
      border: 1px solid #0a58ca;
      border-radius: 10px;

    }

    .map-container {
      flex: 1 1 400px;
      background-image: url('../img/map.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
    }

    .dot {
      width: 8px;
      height: 8px;
      background-color: #0d6efd;
      border-radius: 50%;
      position: absolute;
    }

    /* Approximate dot positions */
    .dot1 { top: 45%; left: 26%; }
    .dot2 { top: 52%; left: 71%; }
    .dot3 { top: 48%; left: 77%; }

    @media (max-width: 768px) {
      .section {
        flex-direction: column;
        padding: 20px;
      }

      .map-container {
        height: 300px;
      }
    }
      footer {
      background-color: #333;
      padding: 40px 20px;
    }

    .footer-wrapper {
      /* max-width: 1200px; */
      /* margin: 0 auto; */
    }

    .footer-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* padding-bottom: 40px; */
      /* border-bottom: 1px solid #444; */
    }

    .footer-logo img {
      max-width: 200px;
      margin-bottom: 10px;
    }

    .footer-nav {
      display: flex;
      gap: 30px;
    }

    .footer-nav a {
      text-decoration: none;
      color: #ccc;
      font-size: 16px;
    }

    .footer-nav a:hover {
      color: #fff;
    }

    .footer-bottom {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 40px;
      gap: 40px;
    }

    .footer-col {
      flex: 1 1 220px;
    }

    .footer-col h4 {
      color: #fff;
      font-size: 17px;
      margin-bottom: 40px;
    }

    .footer-col p,
    .footer-col a {
      font-size: 17px;
      margin-bottom: 18px;
      font-weight: 500;
      color: #ccc;
      text-decoration: none;
      display: block;
    }
.footer-col p {
  display: flex;
  align-items: flex-start; /* Aligns top of long text (like address) */
  gap: 10px; /* Space between icon and text */
  font-size: 16px!important;
  margin-bottom: 20px;
  color: #ccc;
  /* font-size: 14px; */
  line-height: 1.4;
}

.footer-col p i {
  color: #ccc;
  min-width: 20px;
  margin-top: 3px; /* Optional tweak for better vertical alignment */
}

    .footer-col a:hover {
      text-decoration: underline;
    }

    .hours p span {
      font-weight: 500
      color: #ccc;
    }

    .social-icons {
      display: flex;
      gap: 15px;
      margin-top: 50px;
    }

    .social-icons i {
      background: #ccc;
      padding: px;
      text-align: center;
      color: #000000;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 20px;
      cursor: pointer;
    }


    .email-form {
      display: flex;
      gap: 10px;
      align-items: center;
      margin-top: 10px;
    }

    .email-form input {
      flex: 1;
      padding: 8px;
      background: transparent;
      border: none;
      border-bottom: 1px solid #ccc;
      color: #fff;
    }

    .email-form button {
      background: transparent;
      color: #fff;
      border: 1px solid #5a5a5a !important;
      padding: 8px 16px;
      border-radius: 4px;
      cursor: pointer;
    }

    .email-form button:hover {
      background-color: #444;
    }

    @media (max-width: 768px) {
      .footer-top,
      .footer-bottom {
        flex-direction: column;
        /* align-items: flex-start; */
      }

      .email-form {
        flex-direction: column;
        align-items: stretch;
      }
    }
    /* Logo responsiveness */
.logo {
  max-height: 60px;
}

/* Smaller logo for mobile */
@media (max-width: 768px) {
  .mobile-logo {
    max-width: 150px;
  }

  /* Reposition center logo slightly for better mobile alignment */
  .navbar-brand.mx-auto.position-absolute {
    top: 0px;
  }

  /* Creative hamburger icon */
  .navbar-toggler {
    border: none;
    background: none;
    position: relative;
    z-index: 9999;
  }

  .navbar-toggler span.navbar-toggler-icon {
    display: none; /* Hide default Bootstrap icon */
  }

  .navbar-toggler::before {
    content: "☰"; /* Custom icon */
    font-size: 26px;
    color: white;
  }

  /* Optional: creative transformation when open */
  .navbar-toggler.collapsed::before {
    content: "☰";
  }

  .navbar-toggler:not(.collapsed)::before {
    content: "☰"; /* Close icon when open */
  }

  /* Optional: center mobile nav vertically */
  .navbar-collapse {
    background: #000000; /* Dark background for menu */
    padding: 20px;
    /* top: 30px; */
    margin-top: 10px;
  }
}
@media(max-width:991px){
    .m-i{
      
        display: none!important;
    }
    .filter-nav{
        display: block;
        text-align: center;
    }
        .pro{
        display: block;
        text-align: center;
    }
}
@media(max-width:767px){
    .ser{
      
        display: none!important;
    }
 
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1e1e1ec7;
  color: #fff;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 14px;
  flex-wrap: wrap;
}

.cookie-consent .cookie-text {
  flex: 1 1 auto;
  /* max-width: 82%; */
  font-size: 12px;
  font-weight: 400;
}

.cookie-consent .cookie-link {
  color: #58a6ff;
  text-decoration: underline;
}

.cookie-consent .cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-consent .btn {
  padding: 8px 14px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
}

.cookie-consent .btn-primary {
  background-color: #0d6efd;
  color: #fff;
}

.cookie-consent .btn-secondary {
  background-color: #444;
  color: #fff;
}

.cookie-consent .close-btn {
  background: none;
  border: none;
  color: #aaa;
  font-size: 20px;
  cursor: pointer;
  margin-left: 10px;
}


    .image-section {
      position: relative;
      height: 370px;
    }

    .image-section img {
      width: 100%;
      height: 370px;
    }

    .blue-box {
      position: absolute;
      bottom: 0px;
      right: -100px;
      background-color: #174899;
      color: white;
      padding: 30px;
      max-width: 300px;
      font-size: 1.25rem;
      line-height: 1.5;
      font-weight: 500;
    }

    .right-content h5 {
      font-size: 1.2rem;
      font-weight: 500
    }

    .right-content p {
      font-size: 0.85rem;
      color: #444444;
    }

    .right-content small {
      font-size: 1rem;
      color: #000000;
      display: block;
    }

    .btn-outline {
      border: 1px solid #bbb;
      font-size: 1rem;
      padding: 8px 16px;
      text-transform: uppercase;
      transition: 0.3s;
    }

    .btn-outline:hover {
      background-color: #174899;
      color: white;
      border-color: #174899;
    }

    .stats-section {
      border-top: 1px solid #ccc;
      margin-top: 40px;
      padding-top: 30px;
    }

    .stat-block {
      text-align: center;
    }
        .stat-block {
      /* position: relative; */
      border-right: 2px solid #cccccc;
    }
      .stat-block:last-child {
      border-right: none!important;
    }

    .stat-number {
      font-size: 5rem;
      color: #c3c3c3;
      /* position: relative; */
      font-weight: 900;
    }

    .stat-label {
      font-size: 1.3rem;
      /* letter-spacing: 1px; */
      /* position: relative; */
      /* margin-top: -45px; */
      text-align: center;
      /* position: absolute; */
      margin-top: -76px;
      font-weight: 800;
      justify-content: center;
      color: #0000007a;
      text-transform: uppercase;
    }

    @media (max-width: 768px) {
      .blue-box {
        max-width: 100%;
        position: static;
        margin-top: 10px;
        margin-bottom: 3rem!important;
      }
      .right-content{
        margin-top:180px
      }
    }

  .value {
       background-color: #1a1a1a;
  color: #ccc;
  font-family: 'Segoe UI', sans-serif;
  background-image: 
    url("../img/pattern.png"), /* Replace with your actual image path */
    radial-gradient(transparent);
  background-size: cover, 40px 40px;
  background-repeat: no-repeat, repeat;
  background-position: center, 0 0;
    }

    .section-container {
      padding: 60px 20px;
    }

.card-custom {
  position: relative;
  border: 1px solid #555;
  border-left: none; /* disable default left border */
  padding: 30px;
  margin-bottom: 30px;
  background-color: transparent;
}

/* Grey top and bottom left borders */
.card-custom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #555 0%,
    #555 30%,
    transparent 30%,
    transparent 70%,
    #555 70%,
    #555 100%
  );
}

/* Blue middle left border */
.card-custom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  height: 45%;
  width: 3px;
  background-color: #2160d3;
}


    .card-custom h2 {
      font-size: 2rem;
      font-weight: 700;
      color: #ccc;
    }

    .bl-box {
      background-color: #2160d3;
      padding: 40px 30px;
      color: white;
      height: 630px;
    }

    .bl-box h2 {
      font-size: 2rem;
      font-weight: 700;
      color: white;
    }

    .bl-box ul {
      padding-left: 20px;
    }

    .bl-box ul li {
      margin-bottom: 15px;
    }

    @media (max-width: 767.98px) {
      .bl-box {
        margin-top: 20px;
      }
    }
 .services-section {
      background: #000 center center/cover no-repeat;
      position: relative;
      color: #fff;
     
    }

    .overlay {
      background: rgba(0, 0, 0, 0.75);
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
    }

    .left-panel {
      background-color: #000000;
      color: white;
      padding: 50px 30px;
      flex: 1 1 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .left-panel h2 {
      font-size: 2rem;
      background: #153f8f;
      font-weight: 700;
      padding: 40px;
      border:1px solid #fff;
      /* width: 320px; */
      left: 0;
      height: 245px;
      margin-top: -150px;
      position: absolute;
      line-height: 1.4;
      /* margin: 0; */
    }
.left-panel h2 {
  font-size: 2rem;
  background: #153f8f;
  font-weight: 700;
  padding: 40px;
  border: none; /* remove full border */
  position: absolute;
  left: 0;
  height: 245px;
  margin-top: -150px;
  line-height: 1.4;
}

.left-panel h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px; /* adjust width of corner border */
  height: 40px; /* adjust height of corner border */
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.left-panel h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px; /* adjust width of corner border */
  height: 40px; /* adjust height of corner border */
  border-right: 1px solid #fff;
  border-right: 1px solid #fff;
}

    .right-panel {
      padding: 20px 0px 60px;
      flex: 2 1 600px;
      font-size: 0.9rem;
      color: #ccc;
    }

    .right-panel b {
      color: #fff;
    }

    @media (max-width: 768px) {
      .left-panel, .right-panel {
        padding: 30px;
      }

      .left-panel h2 {
        font-size: 1.6rem;
        position: relative;
        margin: 0;
      }
    }
       .filter-bar {
      background-color: #fff;
      padding: 20px 0;
    }
    .filter-item {
      text-align: center;
      color: #000000;
      font-size: 14px;
      cursor: pointer;
    }
    .filter-item i {
      display: block;
      font-size: 20px;
      margin-bottom: 5px;
    }
    .filter-item.active,
    .filter-item:hover {
      color: #ffffff!important;
      font-weight: 600;
      background: #073f99;
    }

    .image-gallery {
      padding: 30px;
      background-color: #f1f1f1;
    }
    .gallery-image {
      /* height: 00px; */
      overflow: hidden;
      background-color: #eee;
    }
    .gallery-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .gallery-caption h3 {
      padding-top: 10px;
      font-size: 28px;
      font-weight: 600;
      color: #212121;
    }
    .project-item {
    background:transparent!important;
    }
    .project-item.show {
      display: block;
    }
      .sofa-icon {
      width: 35px;    /* size */
      height: 37px;
      fill:#ccc;
      
    }
          .sofa-icon:hover {
    
      fill:#000;
      
    }
      .filter-bar {
    padding: 0em 2.7rem;
  }

  .filter-item {
    cursor: pointer;
    padding: 1.5rem 0;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    user-select: none;
    transition: background-color 0.3s ease;
  }

  .filter-item i,
  .filter-item svg {
    display: block;
    font-size: 1.5rem; /* icon size */
    margin: 0 auto 0.25rem auto;
  }

  /* Sofa SVG icon size */
  .sofa-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor; /* inherit color */
    margin-bottom: 0.25rem;
  }

  .filter-item.active {
    background-color: #e0f0ff;
    /* border-radius: 0.25rem; */
  }

  /* On small screens, add vertical spacing */
  @media (max-width: 575.98px) {
    .filter-item {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      border-bottom: 1px solid #ddd;
    }
    .filter-bar .row {
      justify-content: center;
    }
  }
  /* Pagination container */


/* Pagination links */
.pagination .page-link {
  color: #000000 !important;
  background-color: #c3c3c3 !important;
  /* border: 1px solid white !important; */
}

/* Active page */
.pagination .page-item.active .page-link {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: white !important;
}

/* Disabled page links */
.pagination .page-item.disabled .page-link {
  color: gray !important;
  background-color: black !important;
  border-color: black !important;
}

/* Hover effect */
.pagination .page-link:hover {
  background-color: #c7c7c7 !important;
  color: #000000 !important;
}
    .contact-section {
      padding: 50px 0;
    }

    .contact-box {
      background-color: #e0e0e0;
      padding: 30px;
      border-radius: 5px;
    }

    .icon {
      width: 20px;
      margin-right: 10px;
    }

    .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      color: #555;
    }
b, strong {
     font-weight: 500!important;
}
    .contact-title {
      font-size: 28px;
      font-weight: 500;
      margin-bottom: 20px;
    }

    .chat-icon {
      font-size: 60px;
      color: #777;
      margin-bottom: 15px;
    }

    .chat-title {
      font-size: 24px;
      font-weight: 500
    }
  .breadcrumb-custom {
      background-color: #fff;
      font-size: 14px;
      padding: 80px 0 20px 28px;
    }

    .product-title {
      font-size: 28px;
      font-weight: 500;
      color: #333;
      margin: 20px 0;
    }

    .form-section {
      background-color: #fff;
      padding: 40px 30px;
      margin-top: 0px !important;
      border-radius: 5px;
    }

    .form-section h5 {
      font-weight: 500;
      margin-bottom: 10px;
    }

    .form-section p {
      font-size: 14px;
      color: #666;
      margin-bottom: 30px;
    }

    .form-control {
      border: none;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      margin-bottom: 20px;
      box-shadow: none;
      font-size: 14px;
    }

    .form-control:focus {
      border-color: #000;
      box-shadow: none;
    }

    .send-btn {
      background-color: #000;
      color: #fff;
      padding: 10px 25px;
      border-radius: 5px;
      border: none;
      font-size: 14px;
    }

    .send-btn i {
      margin-left: 8px;
    }

    @media (max-width: 768px) {
      .product-image {
        margin-bottom: 30px;
      }
    }
    .process-wrapper {
      background-color: #fff;
      padding: 40px 0px;
      text-align: center;
      /* padding-bottom: 30px!important; */
    }

    .process-step-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      padding-bottom: 40px;
      /* gap: 0px; */
    }

    .process-step {
      text-align: center;
      color: #000;
      font-size: 12px;
      width: 90px;
    }

    .process-step img {
      width: 105px;
      height: 105px;
      margin-bottom: 10px;
    }

    .rooms-wrapper {
      /* background-color: #f5f5f5; */
      padding: 40px 0px;
      /* display: flex; */
      /* justify-content: space-evenly; */
      /* gap: 20px; */
    }

    .room {
      flex: 0 0 45%;
    }

    .room img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 0;
    }

    .room-caption {
      margin-top: 10px;
      font-size: 13px;
      font-weight: 400;
      color: #555;
      text-align: left;
    }

    @media (max-width: 768px) {
      .process-step-container {
        flex-wrap: wrap;
        gap: 0px;
      }
      .rooms-wrapper {
        flex-direction: column;
        padding: 20px;
      }
      .room {
        flex: 0 0 100%;
      }
    }
    .search-box {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 200px;
  z-index: 999;
}

.search-wrapper.active .search-box {
  display: block;
}
    .navbar .nav-link,
    .navbar-toggler,
    .navbar-brand {
      color: #ccc !important;
    }

    /* Hover dropdown on desktop */
    @media (min-width: 992px) {
      .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }

    }
    /* Hover dropdown on desktop */
    @media (max-width: 767px) {
      
      .room img {
    width: 100%;
    height: 150px!important;
    object-fit: cover;
    border-radius: 0;
}
    }
    .dropdown-menu {
      transition: all 0.2s ease-in-out;
      background:#000;
    }
    .dropdown-item{
        color:#ccc!important;
    }
    .dropdown-item:hover{
        background:#00368e!important;
    }
    .mobile-logo {
      max-height: 40px;
    }

    .search-container {
      display: flex;
      align-items: center;
    }

    .search-box {
      display: none;
      position: absolute;
      top: 30px;
      left: 0;
      width: 200px;
      z-index: 999;
    }

    .search-toggle:focus + .search-box,
    .search-toggle:hover + .search-box {
      display: block;
    }
    .hero-banner {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-content,
.scroll-indicator {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  /* padding: 20px; */
}
section{
    /* padding:0px 18px; */
}
p{
    font-weight: 500;
    font-size: 16px!important;
}

.bounce {
  animation: bounce 2s infinite;
}
.filter-item.active {
    color: #ffffff !important;
    font-weight: 600;
}
.filter-item:hover a {
    color: #ffffff !important;
    background-color: transparent !important;
    /* border-radius: 0.25rem; */
}
.filter-item.active {
    background-color: #053c96 !important;
    /* border-radius: 0.25rem; */
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.ull li{
    margin: 10px;
    list-style:disc;
}
.left-panel h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;       /* horizontal line */
  height: 40px;      /* vertical line */
  background: none;
  box-shadow: 0 40px 0 #ffffff;   /* vertical line */
}
.left-panel h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1;
  right: 40px;
  width: 80px;       /* horizontal line */
  height: 1px;      /* vertical line */
  background: none;
  box-shadow: 80px 0 0 #ffffff;   /* vertical line */
}

  
.rooms-wrapper {
  overflow: hidden;
  position: relative;
}

.rooms-wrapper img {
 
  object-fit: cover;
  transition: transform 0.5s ease;
  transform: scale(1);
}

.rooms-wrapper img:hover {
  transform: scale(1.1);
}
  .slider-wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slide {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-shrink: 0;
  }

  .product {
    flex: 1;
    justify-content: center;
    margin: 0;
    /* text-align: center; */
    padding: 0;
  }

  .product img {
    width: 100%;
    height: 800px; /* Set fixed height for all images */
    object-fit: cover; /* Ensures images scale properly */
    display: block;
  }

  .product-content {
    /* text-align: center; */
    padding: 10px;
  }

  .nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 2rem;
    /* padding: 10px; */
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 1; /* Always visible */
  }

  #prev {
    left: 10px;
  }

  #next {
    right: 10px;
  }
  .filter-nav-wrapper {
  /* overflow-x: auto; */
  -webkit-overflow-scrolling: touch;
  /* padding: 10px 0; */
}

.filter-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  /* padding: 0 10px; */
  /* min-width: max-content; */
}

.filter-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: background 0.3s ease;
}

.filter-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.filter-btn:hover {
  background: #153f8f;
  color: #fff;
  border-color: #153f8f;
}

/* Optional: make sure scroll area doesn't overflow off screen */
body {
  overflow-x: hidden;
}
.product {
  position: relative;
  overflow: hidden;
 
}

.product img {
  width: 100%;
 
  display: block;
  transition: filter 0.5s ease;
}

.product-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.product:hover .product-content {
  opacity: 1;
}

.product::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3); /* semi-transparent dark */
  backdrop-filter: blur(5px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.product:hover::before {
  opacity: 1;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
}



/* Optional: Button styling */
.overlay .btn {
  border: 1px solid white;
  transition: background 0.3s ease, color 0.3s ease;
}

.overlay .btn:hover {
  background: white;
  color: black;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    /* border: none !important; */
    font-size: inherit;
    background: transparent;
    line-height: inherit;
}
.filter-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
}
.filter-btn img {
  margin-right: 8px;
}
.pro{
    font-size:22px!important;
}
.gallery-item {
  position: relative;
 
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 10px;
 
  transition: transform 0.3s;
}

.gallery-item img {
  width: 100%;
  height: 400px; /* Fixed height for uniformity */
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}



.overlay-content {
  color: #fff;
}
@media(max-width:991px){
    .gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
}
@media (max-width: 991.98px) { /* Tablet (Bootstrap breakpoint) */
  .filter-nav {
    justify-content: start;
    gap: 0.5rem;
  }

  .filter-btn {
    /* font-size: 0.9rem!important; */
    /* padding: 0.4rem 0.8rem!important; */
  }

  .filter-btn img {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 767.98px) { /* Mobile */
  .filter-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .filter-btn {
    flex: 1 1 45%;
    justify-content: center;
    font-size: 0.85rem;
    padding: 0.5rem;
  }

  .filter-btn img {
    width: 16px;
    height: 16px;
  }
}
#load-more {
  transition: all 0.3s ease;
  display: inline-block!important;
}
#load-more:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}
.gallery-image {
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 20px;
}

.gallery-img {
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}

.gallery-image:hover .gallery-img {
  filter: blur(4px);
}
.header-search {
  position: relative;
  width: 300px;
}

#category-search {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  color: white;
  font-size: 14px;
}

#category-search::placeholder {
  color: #ccc;
}

.results-box {
  display: none;
  position: absolute;
  background: black;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 9999;
}

.results-box a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #222;
}

.results-box a:hover {
  background: #333;
}
.contact-section {
  display: flex;
  flex-wrap: wrap;
  background: #f1f1f1;
  padding: 20px;
}

.form-box {
  flex: 1;
  min-width: 300px;
  padding: 40px;
  background: white;
}

.form-box h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.input-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.input-row input {
  flex: 1;
}

form input, textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #aaa;
  background: transparent;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 14px;
}

form textarea {
  resize: none;
  height: 80px;
}

button {
  padding: 10px 20px;
  background: white;
  border: 1px solid #aaa;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: #ddd;
}

.map-box {
  flex: 1;
  position: relative;
  min-width: 300px;
}

.map-box img {
  width: 100%;
  height: auto;
  display: block;
}

.dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #007bff;
  border-radius: 50%;
  animation: blink 1s infinite ease-in-out;
}

@keyframes blink {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.5); }
}
/* Position submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none!important;
  position: absolute;
}

/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block!important;
}
 .flip-icon {
    display: inline-block;
    transition: transform 0.6s ease;
    transform-origin: center;
  }

  .dropdown-item:hover .flip-icon {
    transform: rotateY(180deg);
  }
  .process-step img {
  transition: transform 0.6s ease;
  transform-origin: center;
}

.process-step:hover img {
  transform: rotateY(180deg);
}
  .img-wrapper {
    overflow: hidden;
  }

  .zoom-in-out {
    transition: transform 0.5s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .zoom-in-out:hover {
    transform: scale(1.1);
  }
    .tab-container {
      background: #ffffff;
      /* border-radius: 10px; */
      /* padding: 20px; */
      /* margin-top: 20px; */
    }

    .tabs {
      display: flex;
      /* border-bottom: 3px solid #ccc; */
    }

    .tab-button {
      padding: 10px 30px;
      font-size: 42px;
      cursor: pointer;
      background: #878686;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      margin-right: 20px;
      /* font-weight: bold; */
    }

    .tab-button.active {
      background: #0a58ca;
      font-weight: 400;
      font-size: 42px;
      color: #ffffff;
      /* border-bottom: 3px solid white; */
    }

    .tab-content {
      /* background: white; */
      border-radius: 0 0 8px 8px;
      padding: 20px;
      margin-top: -1px;
      /* border: 1px solid #ddd; */
      border-top: none;
    }

    .features-list {
      list-style: disc;
      padding-left: 20px;
    }

    .product-image {
      border-radius: 12px;
      max-width: 100%;
      object-fit: cover;
    }

    .rounded-img {
      border-radius: 20px;
      overflow: hidden;
    }

    .title-text {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 15px;
    }
       .form-input {
      width: 100%;
      border: none;
      border-bottom: 1px solid #aaa;
      background: transparent;
      padding: 10px 0;
      font-size: 16px;
      color: #000;
      outline: none;
    }

    .form-input::placeholder {
      color: #777;
    }

    .submit-button {
      display: inline-flex;
      align-items: center;
      background-color: #000;
      color: #fff;
      border: none;
      padding: 12px 20px;
      border-radius: 6px;
      cursor: pointer;
      font-size: 14px;
      letter-spacing: 0.5px;
      transition: background-color 0.3s ease;
    }

    .submit-button:hover {
      background-color: #333;
    }

    .submit-button i {
      margin-left: 10px;
      transition: transform 0.3s ease;
    }

    .submit-button:hover i {
      transform: translateX(3px);
    }
    /* Ensure navbar toggler icon is visible */
.navbar-toggler {
  border: none;
  outline: none;
  padding: 0.25rem 0.5rem;
}

/* Custom toggler icon color (if you want white icon) */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Center logo only on larger screens */
@media (max-width: 991.98px) {
  .navbar .navbar-brand.mx-auto.position-absolute {
    position: static !important;
    transform: none !important;
    margin: 0 auto;
    text-align: center;
  }
}

/* Mobile dropdown submenu behavior */
@media (max-width: 991.98px) {
  .dropdown-submenu > .dropdown-menu {
    display: none;
    margin-left: 1rem;
    margin-top: 0.5rem;
  }
  .dropdown-submenu.show > .dropdown-menu {
    display: block;
  }
}
/* Desktop nested dropdown: appear to the right */
@media (min-width: 992px) {
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* Mobile dropdowns: expand vertically inside container */
@media (max-width: 991.98px) {
  .dropdown-submenu > .dropdown-menu {
    position: static;
    display: none;
    margin-left: 1rem;
    margin-top: 0.5rem;
    border: none;
    box-shadow: none;
    background: transparent;
  }

  .dropdown-submenu.show > .dropdown-menu {
    display: block;
  }

  /* optional: arrow for submenu toggles */
  .dropdown-submenu > a::after {
    content: " ▾";
    float: right;
  }
}
/* Apply scroll behavior on mobile for long submenus */
@media (max-width: 991.98px) {
  .dropdown-submenu > .dropdown-menu {
    max-height: 300px; /* Adjust height as needed */
    overflow-y: auto;
    background: #000;
    padding: 0.5rem 0;
    border-radius: 0.25rem;
  }

  /* Optional: make scrollbar look better */
  .dropdown-submenu > .dropdown-menu::-webkit-scrollbar {
    width: 6px;
  }

  .dropdown-submenu > .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
  }
}
/* Prevent background color change on toggle */
.navbar-toggler {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Optional: prevent icon color change on focus */
.navbar-toggler:focus,
.navbar-toggler:active {
  background-color: transparent !important;
  outline: none !important;
}
 .carousel-item {
      height: 100vh;
      background-size: cover;
      background-position: center;
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 5%;
    }

    .carousel-indicators [data-bs-target] {
      background-color: #000;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .carousel-indicators {
      bottom: 20px;
    }

    .carousel-inner img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
    }
  .carousel-item {
      height: 100vh;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .carousel-inner img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
    }
    .carousel-control-prev, .carousel-control-next {
      width: 5%;
    }
    .carousel-indicators {
      bottom: 15px;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #555;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }
      .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    background-color: transparent;
    transition: background-color 0.3s ease;
    align-items: center;
    display: flex;
    justify-content: center;
  }



  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(100%);
    width: 2rem;
    height: 2rem!important;
  }

  /* Remove border-radius if any */
  .carousel-control-prev,
  .carousel-control-next {
    border-radius: 50% !important;
  }
  .carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(128, 128, 128, 0.5); /* Grey semi-transparent */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(128, 128, 128, 0.7); /* Darker on hover */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%); /* White arrow */
  width: 20px;
  height: 20px;
}
    .slider-container {
      position: relative;
    }

    .carousel-inner img {
      height: 100%;
      object-fit: cover;
    }

    .carousel-indicators {
      bottom: 20px;
    }

    .carousel-indicators [data-bs-target] {
      background-color: #444;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 40px;
      height: 40px;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(128, 128, 128, 0.5);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1);
    }

    .product-info h3 {
      font-weight: bold;
    }

    .color-dot {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      border-radius: 50%;
      /* border: 1px solid #ccc; */
      cursor: pointer;
    }

  

    .quote-btn {
      margin-top: 20px;
    }
 
    .color-dot {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  /* border: 2px solid #eee; */
  cursor: pointer;
  transition: border 0.2s;
}

.color-dot.active {
  border: 2px solid #000;
}
.tab-content img{
       border-radius:30px;
       width: 100%;
       height: 100%;
}
/* Default desktop view */
.carousel-item,
.carousel-inner img {
  height: 780px;
  object-fit: cover;
}

/* Tablet view */
@media (max-width: 991.98px) {
  .carousel-item,
  .carousel-inner img {
    height: 600px;
  }
}

/* Mobile view */
@media (max-width: 767.98px) {
  .carousel-item,
  .carousel-inner img {
    height: 400px;
  }
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(128, 128, 128, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(128, 128, 128, 0.7);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%);
  width: 2rem;
  height: 2rem;
}

/* Indicators */
.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators [data-bs-target] {
  background-color: #0a58ca;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
/* Default desktop height: 1000px */
.form-section {
  background-color: #fff;
  padding: 40px!important;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 0 !important;
  border-radius: 5px;
  height: 780px!important; /* Match desktop carousel height */
}

/* Tablet view */
@media (max-width: 991.98px) {
  .form-section {
    height: 600px!important; /* Match tablet carousel height */
  }
}

/* Mobile view */
@media (max-width: 767.98px) {
  .form-section {
    height: 400px!important;/* Match mobile carousel height */
  }
}
.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.02);
}

/* Overlay with gradient from bottom to top */
.gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.05));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  z-index: 2;
}

.gallery-item:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

/* Overlay content animation */
.overlay-content {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  padding: 20px;
  text-align: center;
  z-index: 3;
  position: relative;
}

.gallery-item:hover .overlay-content {
  transform: translateY(0);
  opacity: 1;
}

/* Button styling */
.overlay-content a.press {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}

.overlay-content a.press:hover {
  background: #fff;
  color: #000;
}

.form-section img{
    width: 100%;
    height: auto;
}
@media(max-width:991px){
    .tabs {
  /* margin-top: 95%!important; */
}
.fa-home{
    display:none!important;
}
}
@media(max-width:767px){

 .fa-home{
    display:none!important;
}

}
.filter-item.active a{
    background:#053c96!important;
    color:#fff!important;
}
/* Make dropdown scrollable on mobile */
@media (max-width: 991.98px) {
  .dropdown-menu.scrollable-dropdown {
    max-height: 300px;
    overflow-y: auto;
  }

  /* Hide home icon in mobile */
  .navbar-brand .fa-home {
    display: none;
  }
}

/* Optional: Style search box on small screens */
.header-search input {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.results-box {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  width: 100%;
}

.results-box a {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
}

.results-box a:hover {
  background-color: #f1f1f1;
}
 .dropdown-menu {
    background-color: #000; /* black background for dropdown */
  }

  .dropdown-menu .nav-link {
    color: #fff; /* white text */
    padding: 8px 16px;
  }

  .dropdown-menu .nav-link:hover {
    background-color: #343a40; /* dark gray on hover */
    color: #fff; /* keep text white */
  }
  .form-section ul li{
      font-family: 'Helvetica Neue', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    color:#212121!important;
  }
  .form-section h1{
        font-size: 42px;
    font-weight: 700 !important;
    text-transform: uppercase;
     color:#212121!important;
  }
    .form-section h2{
        font-size: 24px!important;
    font-weight: 700 !important;
     color:#212121!important;
  }
  .form-section p{
        font-size: 16px!important;
    font-weight: 400 !important;
color:#212121!important;
  }
    .form-section .color{
        font-size: 24px!important;
    font-weight: 700 !important;
     line-height: 32px !important;
color:#212121!important;
  }
tbody, td, tfoot, th, thead, tr {
  
    border:1px solid #212121!important;
  
    padding: 5px!important;
     color:#212121!important;
}
.form-section .send-button{
    background: #212121;
    color: #fff !important;
}
.tab-content p{
     font-size: 18px!important;
    font-weight: 400 !important;
    line-height:28px!important;
color:#212121!important;
}
.tab-content span{
     font-size: 18px!important;
    font-weight: 400 !important;
    line-height:28px!important;
color:#212121!important;
}
#contact{
    padding: 30px 32px 0px!important;
}
.process-wrapper  h2{
   font-size: 42px!important;
    font-weight: 400 !important;
    margin-bottom:105px;
    line-height:100%!important;
color:#212121!important;
text-transform:uppercase!important;
}
.process-step .step-h{
    font-size: 18px;
    color: #212121;
    text-align:center;
}
#contact h3{
    font-size: 35px!important;
    font-weight: 400 !important;
    margin-bottom: 35px;
    text-align:center!important;
    line-height:100%!important;
    color:#212121!important;
    text-transform:uppercase!important;
}
@media(max-width:624px){
    .tabs {
 display: block!important;
}
.process-wrapper h2 {
    font-size: 30px !important;
   
}
}
#allproducts{
    padding: 30px 32px 0px !important;
}