.aaftab-marquee-section {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  background-color: transparent; /* Adjust as needed */
}

/* Header Styling */
.aaftab-marquee-header {
  margin-bottom: 60px; /* Space between text and marquee */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.aaftab-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: hsl(var(--accent)); /* Uses your existing variable */
  background: hsla(var(--accent) / 0.1);
  padding: 4px 16px;
  border-radius: 100px;
}

.aaftab-title {
  font-size: clamp(32px, 5vw, 48px); /* Responsive font size */
  font-weight: 700;
  color: #1a1a1a; /* Adjust based on your theme */
  line-height: 1.2;
text-align:center;
  margin: 0;
}

.aaftab-description {
    
    text-align: center;
  color: #666;
  max-width: 600px;
  line-height: 1.6;
  margin: 0 auto;
}

.aaftab-marquee-wrapper {
  width: 100%;
  overflow-x: hidden; /* Changed from scroll to hidden for cleaner look */
  white-space: nowrap;
    padding-bottom: 50px;
background:url("https://aaftabteaco.com/wp-content/uploads/2026/02/realistic-flying-green-leaf-blur-and-focused-elements-nature-spring-tree-fresh-ecology-cosmetic-background-organic-eco-forest-objects-spring-foliage-falling-illustration-vector.jpg");
background-size:contain;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.aaftab-marquee-wrapper.dragging {
  cursor: grabbing;
}

.aaftab-marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
}

.aaftab-marquee-item {
  flex: 0 0 auto;
}

.aaftab-marquee-card {
  width: 344px;
  padding: 21px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1); /* Fallback for your variables */
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  transition: transform 0.4s ease;
  pointer-events: none; /* Allows drag to work through the card */
border-radius: 14.5rem;

    -webkit-backdrop-filter: blur(40px) saturate(180%);
    border: 1px solid hsla(var(--glass-border) / .85);
    box-shadow: 0 35px 60px -15px rgba(var(--shadow-dark), .25), 0 15px 30px -10px rgba(var(--shadow-dark), .15), 0 5px 10px rgba(var(--shadow-dark), .3), inset 0 1px #fffffff2;
    backdrop-filter: blur(5px) saturate(100%);
    background: linear-gradient(135deg, hsla(var(--glass-bg) / .9), hsla(var(--glass-bg) / -0.15));
}

.aaftab-marquee-item:hover .aaftab-marquee-card {
  transform: translateY(-6px);
}

.aaftab-marquee-image {
  aspect-ratio: 1 / 1;
  padding: 8px;
  border-radius: 173px;
  background: linear-gradient(145deg, #dff0e0, #faf7f2);
}

.aaftab-marquee-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
border-radius:150px;
}

/* Fix for label text appearing correctly */
.aaftab-marquee-label p {
text-align:center;
  margin: 0;
  color: inherit;
    margin: 10px 0 0 0;
}


.aaftab-marquee-label span{
	margin-right:5px;
}

