.elementor-588 .elementor-element.elementor-element-c3343a7{--display:flex;}.elementor-588 .elementor-element.elementor-element-b497d09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-588 .elementor-element.elementor-element-be1c2f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-588 .elementor-element.elementor-element-eb67138{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-588 .elementor-element.elementor-element-f6a1c3b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-588 .elementor-element.elementor-element-f843bbb{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-588 .elementor-element.elementor-element-341cf49 .title-subtitle{font-size:16px;font-weight:500;}.elementor-588 .elementor-element.elementor-element-341cf49 .title{font-size:32px;}.elementor-588 .elementor-element.elementor-element-dbfa638 .wd-insta{--wd-aspect-ratio:1/1;}@media(max-width:1024px){.elementor-588 .elementor-element.elementor-element-f843bbb{--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-588 .elementor-element.elementor-element-341cf49 .title-subtitle{font-size:14px;}.elementor-588 .elementor-element.elementor-element-341cf49 .title{font-size:26px;}}@media(max-width:768px){.elementor-588 .elementor-element.elementor-element-f843bbb{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-588 .elementor-element.elementor-element-341cf49 .title{font-size:22px;}}/* Start custom CSS for container, class: .elementor-element-c3343a7 *//* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&family=Playfair+Display:wght@700;800&display=swap');

/* --- 1. HERO SLIDER STYLES --- */
.rc-slider-container {
  position: relative; width: 100%; height: 85vh; /* Desktop Height */
  min-height: 500px; overflow: hidden; font-family: 'Hind Siliguri', sans-serif;
  color: #fff; background-color: #000;
}
.rc-slide {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; visibility: hidden; transition: opacity 1s, visibility 1s; z-index: 1;
}
.rc-slide.active { opacity: 1; visibility: visible; z-index: 2; }

/* Image Zoom */
.rc-bg-img {
  width: 100%; height: 100%; background-size: cover; background-position: center;
  transform: scale(1); transition: transform 6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.rc-slide.active .rc-bg-img { transform: scale(1.15); }

/* Overlay & Text */
.rc-overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.1) 100%);
  z-index: 2;
}
.rc-content {
  position: absolute; top: 50%; left: 8%; transform: translateY(-50%);
  z-index: 3; max-width: 700px; padding-right: 20px;
}
.rc-tag {
  display: inline-block; background-color: #c11e2e; color: #fff; padding: 6px 16px;
  font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px;
  border-radius: 4px; margin-bottom: 20px; opacity: 0; transform: translateY(20px);
  transition: all 0.6s ease 0.2s;
}
.rc-title {
  font-family: 'Playfair Display', serif; font-size: 60px; line-height: 1.1; margin: 0 0 25px;
  font-weight: 700; color: #fff; text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
  opacity: 0; transform: translateY(30px); transition: all 0.8s ease 0.4s;
}
.rc-title .highlight { color: #c11e2e; text-shadow: 1px 1px 0 #fff; }
.rc-desc {
  font-size: 18px; color: #f1f1f1; margin-bottom: 40px; border-left: 4px solid #c11e2e;
  padding-left: 20px; opacity: 0; transform: translateY(30px); transition: all 0.8s ease 0.6s;
}
.rc-btn {
  display: inline-flex; align-items: center; padding: 16px 45px; background-color: #c11e2e;
  color: #fff; font-weight: 700; text-decoration: none; font-size: 16px; border-radius: 50px;
  text-transform: uppercase; opacity: 0; transform: translateY(30px);
  transition: opacity 0.8s ease 0.8s, transform 0.8s ease 0.8s, background 0.3s;
}
.rc-btn:hover { background-color: #fff; color: #c11e2e; transform: translateY(-3px); }
.rc-btn .arrow { margin-left: 10px; transition: 0.3s; }
.rc-btn:hover .arrow { margin-left: 15px; }

/* Animation Trigger */
.rc-slide.active .rc-tag, .rc-slide.active .rc-title,
.rc-slide.active .rc-desc, .rc-slide.active .rc-btn { opacity: 1; transform: translateY(0); }

/* Nav Buttons */
.rc-nav-buttons button {
  position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.3); color: white; width: 50px; height: 50px;
  border-radius: 50%; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center;
}
.rc-nav-buttons button:hover { background: #c11e2e; }
.rc-nav-buttons button:first-child { left: 20px; } .rc-nav-buttons button:last-child { right: 20px; }
.rc-dots { position: absolute; bottom: 25px; width: 100%; text-align: center; z-index: 10; }
.dot {
  height: 12px; width: 12px; margin: 0 6px; background-color: rgba(255,255,255,0.4);
  border-radius: 50%; display: inline-block; cursor: pointer; transition: 0.3s;
}
.dot.active { background-color: #c11e2e; transform: scale(1.3); }


/* --- 2. CATEGORY SECTION STYLES --- */
.rc-category-section { padding: 60px 20px; background-color: #ffffff; text-align: center; font-family: 'Hind Siliguri', sans-serif; }
.rc-cat-container { display: flex; justify-content: center; gap: 50px; flex-wrap: wrap; }
.rc-cat-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; cursor: pointer; }
.rc-cat-img-box {
  width: 180px; height: 180px; border-radius: 50%; overflow: hidden; border: 4px solid transparent;
  transition: 0.5s; box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.rc-cat-item:hover .rc-cat-img-box { border-color: #c11e2e; transform: translateY(-10px); box-shadow: 0 15px 30px rgba(193, 30, 46, 0.3); }
.rc-cat-img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.rc-cat-item:hover .rc-cat-img { transform: scale(1.15); }
.rc-cat-name { margin-top: 20px; font-size: 20px; font-weight: 700; color: #333; transition: color 0.3s; }
.rc-cat-item:hover .rc-cat-name { color: #c11e2e; }


/* --- MOBILE OPTIMIZATION (COMPACT & SINGLE LINE) --- */
@media (max-width: 768px) {
  /* Slider Mobile */
  .rc-slider-container { height: 250px; min-height: auto; }
  .rc-content { left: 15px; width: 90%; top: 50%; transform: translateY(-50%); padding: 0; }
  .rc-bg-img { background-size: cover; background-position: center; }
  .rc-tag { font-size: 9px; padding: 3px 8px; margin-bottom: 5px; }
  .rc-title { font-size: 22px; margin: 5px 0; line-height: 1.2; }
  .rc-desc {
    font-size: 11px; margin-bottom: 10px; padding-left: 8px; border-left-width: 2px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .rc-btn { padding: 6px 18px; font-size: 11px; margin-top: 5px; }
  .rc-nav-buttons { display: none; }
  .rc-dots { bottom: 10px; } .dot { width: 6px; height: 6px; margin: 0 3px; }

  /* Category Mobile (Single Line) */
  .rc-category-section { padding: 20px 5px; }
  .rc-cat-container { flex-wrap: nowrap; gap: 10px; justify-content: space-evenly; }
  .rc-cat-img-box { width: 85px; height: 85px; border-width: 2px; }
  .rc-cat-name { font-size: 11px; margin-top: 8px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f6a1c3b *//* --- Section Settings --- */
.rc-product-section {
  padding: 80px 20px;
  background-color: #f9f9f9; /* হালকা ধূসর ব্যাকগ্রাউন্ড যাতে কার্ডগুলো ফুটে ওঠে */
  font-family: 'Hind Siliguri', sans-serif;
}

/* --- Headers --- */
.rc-section-header {
  text-align: center;
  margin-bottom: 50px;
}
.rc-sub-heading {
  color: #c11e2e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 14px;
}
.rc-heading {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #222;
  margin: 0 0 15px 0;
}
.rc-heading .highlight {
  color: #c11e2e;
}
.rc-heading-desc {
  color: #666;
  font-size: 16px;
}

/* --- Product Grid --- */
.rc-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* অটোমেটিক কলাম হবে */
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Product Card Design --- */
.rc-product-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.4s ease;
  position: relative;
  border: 1px solid #eee;
}

/* হোভার করলে কার্ড উপরে উঠবে */
.rc-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  border-color: #c11e2e;
}

/* --- Image Area --- */
.rc-prod-img-box {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.rc-prod-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.rc-product-card:hover .rc-prod-img-box img {
  transform: scale(1.1); /* ছবিতে জুম ইফেক্ট */
}

/* --- Badge (Hot/Sale) --- */
.rc-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #c11e2e;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  text-transform: uppercase;
  z-index: 2;
}

/* --- Details Area --- */
.rc-prod-details {
  padding: 25px;
  text-align: left;
}
.rc-prod-cat {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.rc-prod-title {
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0 10px 0;
  color: #222;
  transition: color 0.3s;
}
.rc-product-card:hover .rc-prod-title {
  color: #c11e2e;
}
.rc-prod-desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* --- Price & Button --- */
.rc-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
}
.rc-price {
  font-size: 20px;
  font-weight: 700;
  color: #c11e2e;
}
.rc-price del {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-right: 5px;
}
.rc-cart-btn {
  text-decoration: none;
  background-color: #222;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}
.rc-cart-btn:hover {
  background-color: #c11e2e;
  color: #fff;
}/* End custom CSS */