#mw-module-1764826344552{
  display:none !important ;
}
#mw-element-1764317499132{
  display:none !important ;
}
.shop-inner-page2{
  background-color: black;
}
.products-design-2{
  background-color: black;
}
.mw-price-item{
   display:none !important;
}
.mw-add-to-cart-mw-module-1764826344552{
 display:none !important;
}
.mw-accordion-faq-skin-button{
   display:none !important;

}
/*FAQ*/
.noedit p{
  font-family: 'Poppins', sans-serif;
  font-size:14px ;
}
.mw-accordion-faq-skin-button {
  height: 50px !important;
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  border: 1px solid #EAEAE5 !important;
  border-radius: 12px;
  box-shadow: 0 8px 7px rgba(0,0,0,0.1);
  color: #333;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.mw-accordion-faq-skin-button:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
}
.mw-accordion-faq-skin-button h5{
  font-size:15px !important;
  font-weight:600 !important;
  font-family: 'Poppins', sans-serif;
}
/*FAQ end product page*/
/*product section design*/
.dev-service-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #faf8ef;
  padding: 14px 12px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.dev-service-box {
  flex: 1;
}
.dev-service-box i {
  font-size: 24px;
  color: #222;
  margin-bottom: 6px;
}
.dev-service-box h4 {
  font-size: 12px;
  color: #111;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .dev-service-section {
    gap: 8px;
    padding: 10px;
  }
  .dev-service-box i {
    font-size: 20px;
  }
  .dev-service-box h4 {
    font-size: 11px;
  }
}
.main-content {
    overflow: clip !important;
}
/* about us */
/* MAIN SECTION */
.about-rfw-section {
  background: #f7f1f0;
  padding: 70px 20px;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.about-rfw-container {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.1);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}

/* IMAGE */
.about-rfw-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.12);
}

/* HEADING */
.about-rfw-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #142654;
  margin-bottom: 15px;
}

.about-rfw-content h2 span {
  color: #f6abaf;
}

/* TEXT */
.about-rfw-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 18px;
}

.tagline {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #142654;
}

.tagline span {
  color: #f6abaf;
}

/* --- MOBILE --- */
@media (max-width: 768px) {
  .about-rfw-container {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px;
  }

  .about-rfw-content h2 {
    font-size: 24px;
  }

  .about-rfw-content p {
    font-size: 14px;
  }

  .tagline {
    font-size: 18px;
  }

  .about-rfw-image img {
    max-width: 300px;
    margin: auto;
  }
}/* WHY CHOOSE US – SECTION */
.why-choose {
  background: #ffffff;
  padding: 70px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.why-choose h2 {
  font-size: 32px;
  margin-bottom: 50px;
  color: #000;
  font-weight: 600;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.feature-item {
  padding: 20px;
}

.feature-item .icon {
  font-size: 34px;
  margin-bottom: 15px;
  color: #000;
}

.feature-item h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
  font-weight: 500;
}

.feature-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
  .why-choose {
  padding: 70px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

/* Dark Theme */
.dark-theme {
  background: #000;
  color: #fff;
}

.why-choose h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
}

/* Grid */
.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
  max-width: 1200px;
  margin: auto;
}

/* Feature Item */
.feature-item {
  transition: transform 0.3s ease;
}

.feature-item i {
  font-size: 34px;
  margin-bottom: 18px;
  color: #fff;
  transition: transform 0.3s ease;
}

.feature-item h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

/* Underline Hover Effect */
.feature-item h4::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -6px;
  transition: width 0.3s ease;
}

.feature-item p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  max-width: 260px;
  margin: auto;
}

/* Hover Effects */
.feature-item:hover {
  transform: translateY(-6px);
}

.feature-item:hover i {
  transform: scale(1.1);
}

.feature-item:hover h4::after {
  width: 100%;
}

/* Desktop */
@media (min-width: 768px) {
  .features {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*shop products skin-2 css */
.shop-products-skin-2 {
  padding: 5px;
  margin-bottom: 5px !important;
}

.shop-products-skin-2 .product {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: black;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.shop-products-skin-2 .img-as-background {
  height: 315px !important;
}

.shop-products-skin-2 .product:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.shop-products-skin-2 .img-as-background img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}

.shop-products-skin-2 h6 {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}

.shop-products-skin-2 .price-holder .price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
  font-size: 0.9rem;
}

.shop-products-skin-2 .price-holder .price {
  color: white;
  font-weight: 600;
  font-size: 1rem;
}

.shop-products-skin-2 .content {
  padding: 0px !important;
}

.shop-products-skin-2-btn .btn {
  border-color:white !important;
  width: 80%;
  text-transform: capitalize;
  color: white !important;
  font-weight: bold !important;
  padding: 8px 20px !important;
  border-radius: 8px !important;
  transition: background 0.3s ease !important;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
}

.shop-products-skin-2-btn .btn:hover {
  color: black !important;
}

@media (max-width: 767px) {
  .shop-products-skin-2 .mw-layout-product-stock {
    padding: 5px;
  }

  .shop-products-skin-2 .img-as-background {
    height: 168px !important;
  }

  .shop-products-skin-2 h6 {
    font-size: 14px !important;
  }

  .shop-products-skin-2-btn .btn {
    font-size: 14px;
    padding: 5px 10px !important;
  }

  .shop-products-skin-2 .price-holder .price {
    font-size: 14px;
  }
}
/*shop products skin-2 css */
&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"&gt;