.elementor-8 .elementor-element.elementor-element-31267b3:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-31267b3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-8 .elementor-element.elementor-element-31267b3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:5% 0% 1% 0%;}.elementor-8 .elementor-element.elementor-element-31267b3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8 .elementor-element.elementor-element-7fe5d1d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-7fe5d1d *//* =========================
   ABOUT US SECTION - LUXURY STYLE
   ========================= */
.about-us-section {
  padding: 80px 20px;
  background-color: #000; /* Full black background */
  font-family: 'Roboto', sans-serif;
  color: #fff; /* Default text white */
}

/* Container */
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}

/* =========================
   LEFT SIDE MEDIA (Video)
   ========================= */
.about-image {
  flex: 1 1 45%;
  position: relative;
}

.about-image .about-media,            /* <-- video */
.about-image img {                    /* keep img support if you ever switch back */
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  transition: transform 0.5s ease;
}

.about-image:hover .about-media,
.about-image:hover img {
  transform: scale(1.05);
}

/* Tag over media */
.about-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #E42C74;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

/* =========================
   STATS directly under video
   ========================= */
.about-stats {
  margin-top: 20px;             /* space under video */
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);  /* 2 per row on desktop */
  gap: 16px;
}

.stat-card {
  padding: 16px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(228, 44, 116, 0.3);
  box-shadow: 0 0 25px rgba(228, 44, 116, 0.15);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 28px rgba(228, 44, 116, 0.35);
}

.stat-card h2 {
  font-family: 'Abyssinica SIL', serif; /* matches your headings vibe */
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.stat-card p {
  margin-top: 6px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
}

/* Center the 5th card on its own row (since 5 items) */
.stats-grid .stat-card:nth-child(5) {
  grid-column: span 2;
  justify-self: center;
  max-width: 200px;
  width: 100%;
}

/* =========================
   RIGHT SIDE CONTENT
   ========================= */
.about-content {
  flex: 1 1 50%;
}

.about-title {
  font-family: 'Abyssinica SIL', serif;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.about-title span {
  color: #E42C74;
}

/* Paragraphs */
.about-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-text span {
  color: #fff;
  font-weight: 600;
}

/* Mission & Vision Cards */
.about-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.about-card {
  flex: 1 1 calc(50% - 10px);
  padding: 25px;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
}

.about-card h3 {
  font-family: 'Abyssinica SIL', serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.about-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* Mission Card */
.about-card.mission { background: #111; }
.about-card.mission h3 { color: #E42C74; }

/* Vision Card */
.about-card.vision { background: #E42C74; }
.about-card.vision h3,
.about-card.vision p { color: #fff !important; }

/* Furniture Box */
.about-furniture {
  background: #111;
  padding: 20px 25px;
  border-radius: 14px;
  border: 1px solid #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.about-furniture h3 {
  font-family: 'Abyssinica SIL', serif;
  font-size: 18px;
  margin-bottom: 8px;
  color: #E42C74;
}

.about-furniture p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

/* =========================
   RESPONSIVE DESIGN
   ========================= */
@media (max-width: 991px) {
  .about-container { flex-direction: column; }

  .about-image,
  .about-content { flex: 1 1 100%; }

  .about-title { font-size: 32px; text-align: center; }
  .about-text { text-align: center; }

  .about-cards { flex-direction: column; }
}

@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr; } /* 1 per row on mobile */
  .stats-grid .stat-card:nth-child(5) {
    grid-column: auto;
    max-width: 100%;
    justify-self: stretch;
  }
}
/* Justify About Us text only on mobile */
@media (max-width: 600px) {
  .about-text {
    text-align: justify;
  }
}

/* Force Abyssinica SIL font for all card headings & text */
.about-cards .about-card h3,
.about-cards .about-card p {
  font-family: 'Abyssinica SIL', serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #fff !important;
}/* End custom CSS */