.elementor-9 .elementor-element.elementor-element-41ccf35{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-db92681 *//* Slider Container */
.slider-container {
  width: 100%;             /* Screen ki poori width le ga */
  max-width: 100%;         /* Horizontal scrollbar aane se roke ga */
  overflow: hidden;        /* Overflowing elements ko hide kare ga */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Responsive Image */
.slider-image {
  width: 100%;             /* Screen screen ki width ke sath 100% stretch/shrink hogi */
  height: auto;            /* Image ki aspect ratio kharab nahi hone de ga */
  display: block;          /* Extra bottom space remove kare ga */
  object-fit: cover;       /* Container mein image ko sahi tarah fill kare ga */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41ccf35 *//* Container Layout */
.about-section {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 40px;
  font-family: Arial, sans-serif;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.about-content {
  flex: 1;
  min-width: 320px;
}

/* Headings */
.about-heading {
  margin-bottom: 25px;
}

/* Updated: About (Thin / Light Script) */
.script-title {
  font-family: 'Dancing Script', cursive;
  font-size: 50px;
  font-weight: 400;       /* Light / Thin weight */
  color: #ffffff;
  display: block;
  margin-bottom: -15px;
  opacity: 0.9;
}

/* Updated: COMPANY (Semi-bold instead of Extra-bold) */
.about-heading h2 {
  font-size: 38px;
  font-weight: 600;       /* Semi-bold */
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}

.about-text {
  color: #cccccc;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 500px;
}

/* View More Link */
.view-more-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

.view-more-btn span {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
}

.view-more-btn .line {
  width: 30px;
  height: 1px;
  background-color: #555555;
  margin: 0 10px;
}

.view-more-btn .arrow-circle {
  width: 34px;
  height: 34px;
  border: 1px solid #555555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: all 0.3s ease;
}

.view-more-btn:hover .arrow-circle {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}

/* Right Stats Grid */
.stats-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  min-width: 320px;
}

.stat-card {
  border: 1px solid #222222;
  padding: 8px;
  background-color: #000000;
}

.stat-inner {
  background-color: #0d0d0d;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.stat-number small {
  font-size: 24px;
  font-weight: 400;
  margin-left: 2px;
}

.stat-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .about-container {
    flex-direction: column;
  }
}/* End custom CSS */