    body {
        margin: 0;
        font-family: 'Montserrat', sans-serif;
    }

    .top-bar {
        background-color: #173E3C;
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 5px 0;
    }
    .navbar-nav .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000; /* or your preferred color */
  padding: 10px 15px;
}

.search-input {
  width: 190px;
  height: 34px;
  border-radius: 100%;
  padding-left: 35px; /* space for icon */
  font-size: 14px;
}


.navbar-nav .nav-link:hover {
  color: #1A3C3B; /* hover color */
}
.wait_text{
  font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}
.stock_text{
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

    .navbar {
        background-color: #173E3C;
    }

    .navbar-brand,
    .nav-link,
    .navbar-toggler-icon {
        color: #fff !important;
    }

    .nav-link {
        margin-right: 15px;
    }

    .hero-section {
        background-image: url('/assets/image/Heri-image.jpg');
        background-size: cover;
        background-position: center;
        padding: 120px 15px;
        color: #fff;
        text-align: center;
        position: relative;
    }

    .hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        /* dark overlay for contrast */
        z-index: 1;
    }

    .hero-content {
        position: relative;
        z-index: 2;
    }

    .hero-content h1 {
        font-size: 2rem;
        font-weight: 400;
    }

    .hero-content span {
        font-weight: 700;
    }

    .hero-content .btn {
        margin-top: 20px;
        background: #fff;
        color: #000;
        font-weight: 600;
        padding: 10px 20px;
        border-radius: 8px;
    }

    .product-title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: Medium;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0%;


    }



    .product-highlight {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0%;

    }

    .btn-dark {
        background: #064d4d;
        border: none;
    }

    /* Center image */
    .center-image {
        text-align: center;
        position: relative;
    }

    .center-image img {
        max-width: 300px;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        border: 5px solid #fff;
    }

    /* Right features */
    .feature-list li {
        margin-bottom: 20px;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
    }

    .feature-list i {
        font-size: 1.5rem;
        color: #064d4d;
        margin-right: 12px;
    }

    .icon-circle {
        background-color: #1A3C3B;
        width: 63px;
        height: 63px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon-circle img {
        max-width: 28px;
        /* Adjust icon size */
    }

    .elevate_title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        /* Medium */
        font-size: 35px;
        line-height: 36px;
        letter-spacing: 0;
        margin-bottom: 20px;

    }

    .paragraph_title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        /* Medium */
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0;
        margin-bottom: 20px;

    }

    .product-section {
        background-color: #f9fafa;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 3rem 1rem;
    }

    .product-title {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .product-title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: Medium;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0%;


    }

    .product-text {
        color: #444;
        font-size: 0.95rem;
        margin-top: 1rem;
    }

    .shop-btn {
        background-color: #12332f;
        color: white;
        border: none;
        padding: 0.5rem 1.5rem;
        margin-top: 1.5rem;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }

    .shop-btn:hover {
        background-color: #0e2825;
    }

    .product_paragraph {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0%;
        text-align: justify;

    }

  .dimension-section {
  background: linear-gradient(to right, #0f544a, #1b6b61);
  color: white;
  text-align: center;
  padding: 5rem 1rem;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.rug-img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Width arrow below */
.vector-width {
  position: absolute;
  bottom: 37px;
  right: -5%;
}

/* Width label below arrow */
.label-width {
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.95rem;
  color: white;
}

/* Height arrow on the right side */
.vector-height {
  position: absolute;
  bottom: -9%;
  right: 21px;
  transform: translateY(-50%);
}

/* Height label next to arrow */
.label-height {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 0.95rem;
  color: white;
}

/* Shop Button */
.shop-btn {
  background-color: white;
  color: #12332f;
  border: none;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.shop-btn:hover {
  background-color: #eaeaea;
}

.is-invalid {
  border-color: #ff6b6b !important;
}



.product-gallery img {
  border-radius: 16px; /* increase for more rounding */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.container.text-white {
  margin: 11%;
}

    @media (min-width: 768px) {
        .hero-content h1 {
            font-size: 2.5rem;
        }
    }