.elementor-1956 .elementor-element.elementor-element-145edc6{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-bb62dec *//* === ELLY’S STORE — SHIPPING INFO PAGE (Black Theme) === */
.shipping-info-section {
  font-family: "Poppins", sans-serif;
  color: #2b2b2b;
  background: #faf9fb;
  overflow-x: hidden;
}

/* === Hero Section === */
.shipping-hero {
  position: relative;
  background: url('https://images.unsplash.com/photo-1581092334651-ddf3a1eb6f2c?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.shipping-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(30, 30, 30, 0.7));
}

.shipping-hero .hero-text {
  position: relative;
  text-align: center;
  z-index: 2;
}

.shipping-hero .hero-text h1 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.shipping-hero .hero-text p {
  font-size: 1.1rem;
  color: #e5e5e5;
}

/* === Fix: Make Shipping Information Heading White === */
.shipping-hero .hero-text h1 {
  color: #fff !important;        /* force white heading text */
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); /* subtle glow for contrast */
}

.shipping-hero .hero-text p {
  color: #f2f2f2 !important;     /* lighter subtitle text */
}


/* === Content Wrapper === */
.shipping-content {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 25px;
}

.shipping-intro {
  text-align: center;
  margin-bottom: 50px;
}

.shipping-intro h2 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.shipping-intro p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
}

/* === Grid Cards === */
.shipping-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.shipping-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.shipping-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.shipping-card i {
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 15px;
  display: block;
}

.shipping-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.shipping-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.shipping-card ul {
  margin-top: 10px;
  padding-left: 18px;
  color: #444;
}

.shipping-card ul li {
  margin-bottom: 5px;
  font-size: 0.95rem;
}

/* === Support Section === */
.shipping-support {
  text-align: center;
  margin-top: 70px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.shipping-support h4 {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 12px;
}

.shipping-support a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.shipping-support a:hover {
  text-decoration: underline;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  .shipping-hero {
    height: 250px;
  }
  .shipping-hero .hero-text h1 {
    font-size: 2rem;
  }
  .shipping-hero .hero-text p {
    font-size: 0.9rem;
  }
  .shipping-content {
    padding: 0 15px;
  }
}/* End custom CSS */