.elementor-16073 .elementor-element.elementor-element-ed415e7{--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;}/* Start custom CSS for html, class: .elementor-element-bcc15e5 *//* Scoped styles for Premium Jorjet Embroidery Sharee */
.jorjet-wrap {
  max-width: 900px;
  margin: 30px auto;
  padding: 28px;
  font-family: "Noto Sans Bengali", sans-serif;
  color: #2e2e2e;
  background: #faf7ff; /* Soft lavender base */
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(16,24,40,0.08);
}

/* Hero Section */
.jorjet-hero { text-align: center; margin-bottom: 24px; }
.jorjet-title {
  font-size: 28px;
  color: #6a1b9a; /* Deep royal purple */
  font-weight: 800;
  margin-bottom: 8px;
}
.jorjet-sub { font-size: 15px; color: #555; margin:0; }

/* Highlights Area */
.jorjet-highlights {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  align-items: start;
}

/* Card Base */
.jorjet-card {
  background: linear-gradient(180deg,#ffffff,#f3e8ff);
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(106,27,154,0.15);
  box-shadow: 0 6px 18px rgba(11,17,23,0.05);
  transition: all 0.3s ease;
}
.jorjet-card h2, .jorjet-card h3 { 
  margin:0 0 12px; 
  color:#6a1b9a; 
  font-weight:700; 
}
.jorjet-card ul { 
  margin:0; 
  padding-left:18px; 
  line-height:1.7; 
  color:#333; 
}

/* Side card */
.jorjet-card-side h3 { font-size:16px; }
.jorjet-card-side ul { padding-left:16px; }

/* Footer */
.jorjet-footer { margin-top:24px; text-align:center; }
.jorjet-note { color:#4a148c; font-size:15px; font-weight:600; }

/* Hover */
@media (hover: hover) {
  .jorjet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(11,17,23,0.08);
  }
}

/* Responsive */
@media (max-width:900px) { 
  .jorjet-highlights { grid-template-columns:1fr; } 
}
@media (max-width:480px){
  .jorjet-wrap { padding:16px; border-radius:12px; }
  .jorjet-title { font-size:22px; }
  .jorjet-card { padding:12px; }
}/* End custom CSS */