.elementor-4400 .elementor-element.elementor-element-8e8a966{--display:flex;}.elementor-4400 .elementor-element.elementor-element-f29c68f{--iteration-count:infinite;--dynamic-text-color:#FFFFFF;}.elementor-4400 .elementor-element.elementor-element-f29c68f .elementor-headline{text-align:center;font-family:"Poppins", Sans-serif;font-size:41px;}.elementor-4400 .elementor-element.elementor-element-f29c68f .elementor-headline-plain-text{color:#DF6600;}.elementor-4400 .elementor-element.elementor-element-f29c68f .elementor-headline-dynamic-text{font-family:"Poppins", Sans-serif;}.elementor-4400 .elementor-element.elementor-element-f29c68f .elementor-headline .elementor-headline-dynamic-wrapper{-webkit-text-stroke-width:1px;stroke-width:1px;-webkit-text-stroke-color:#E54200;stroke:#E54200;}.elementor-4400 .elementor-element.elementor-element-3539308{--divider-border-style:solid;--divider-color:#FF5A01;--divider-border-width:1.4px;}.elementor-4400 .elementor-element.elementor-element-3539308 .elementor-divider-separator{width:93%;margin:0 auto;margin-center:0;}.elementor-4400 .elementor-element.elementor-element-3539308 .elementor-divider{text-align:center;padding-block-start:10px;padding-block-end:10px;}.elementor-4400 .elementor-element.elementor-element-912a15c{--display:flex;}.elementor-4400 .elementor-element.elementor-element-f33b036{--display:flex;}@media(max-width:768px){.elementor-4400 .elementor-element.elementor-element-f29c68f .elementor-headline{font-size:35px;}.elementor-4400 .elementor-element.elementor-element-3539308 .elementor-divider-separator{width:0%;}.elementor-4400 .elementor-element.elementor-element-3539308 .elementor-divider{padding-block-start:2px;padding-block-end:2px;}}/* Start custom CSS for html, class: .elementor-element-6cb70eb *//* --- Animation Fix --- */
.lux-animate {
  opacity: 1; /* Default opacity 1 rakha hoice jeno na gayeb hoy */
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Screen visible hole transition hobe */
@media (min-width: 768px) {
  .lux-animate:not(.lux-visible) {
    opacity: 0.1;
    transform: translateY(30px);
  }
}

.lux-delay-1 { transition-delay: 0.1s; }
.lux-delay-2 { transition-delay: 0.2s; }
.lux-delay-3 { transition-delay: 0.3s; }

.lux-about-wrapper {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

.lux-about-wrapper *, .lux-about-wrapper *::before, .lux-about-wrapper *::after {
  box-sizing: border-box;
}

/* 1. Hero Section */
.lux-hero {
  background: linear-gradient(135deg, #111111 0%, #222222 100%);
  color: #ffffff;
  padding: 100px 20px;
  text-align: center;
}
.lux-hero-badge {
  display: inline-block;
  color: #f5811f;
  background-color: rgba(245, 129, 31, 0.15);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.lux-hero h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}
.lux-hero h1 span {
  color: #f5811f;
}
.lux-hero p {
  font-size: clamp(16px, 2vw, 18px);
  color: #cccccc;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* 2. Story Section */
.lux-story-section {
  background-color: #ffffff;
  padding: 80px 20px;
}
.lux-container {
  max-width: 1200px;
  margin: 0 auto;
}
.lux-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.lux-story-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 20px 30px rgba(0,0,0,0.1);
}
.lux-subtitle {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f5811f;
  margin-bottom: 10px;
}
.lux-title {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
  line-height: 1.3;
}
.lux-desc {
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.lux-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.lux-stat-box {
  border-left: 4px solid #f5811f;
  padding-left: 15px;
}
.lux-stat-box h3 {
  font-size: 30px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 5px 0;
}
.lux-stat-box p {
  font-size: 13px;
  color: #666666;
  margin: 0;
}

/* 3. Values Section */
.lux-values-section {
  background-color: #f4f5f7;
  padding: 80px 20px;
}
.lux-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}
.lux-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.lux-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  transition: all 0.4s ease;
}
.lux-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  border-color: #f5811f;
}
.lux-card-icon {
  width: 60px;
  height: 60px;
  background: rgba(245, 129, 31, 0.1);
  color: #f5811f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 12px;
  margin-bottom: 25px;
}
.lux-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 15px;
}
.lux-card p {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* 4. CTA Section */
.lux-cta-section {
  background-color: #ffffff;
  padding: 80px 20px;
}
.lux-cta-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.lux-cta-box {
  background: linear-gradient(135deg, #111111 0%, #222222 100%);
  color: #ffffff;
  text-align: center;
  padding: 60px 40px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.lux-cta-box h2 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  margin-bottom: 15px;
  color: #ffffff;
}
.lux-cta-box p {
  color: #cccccc;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}
.lux-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #f5811f;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(245, 129, 31, 0.4);
}
.lux-btn:hover {
  background-color: #e07015;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 900px) {
  .lux-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .lux-values-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */