.elementor-73 .elementor-element.elementor-element-75ca7907{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-73 .elementor-element.elementor-element-0ab4034{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7c29f05a *//* ================================
   ABOUT HERO – HAATZ ALIGNED
================================ */

.about-hero {
  position: relative;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}

/* IMAGE */
.about-hero .hero-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  max-height: 400px;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}

.about-hero .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.about-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* CONTENT WRAPPER */
.about-hero .hero-inner {
  position: relative;
  z-index: 3;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start; 
  padding-top: 22vh; /* 🔑 Haatz-style anchor *//* 🔑 vertical centering */
}

/* TEXT BLOCK */
.about-hero .hero-text {
  max-width: 900px;
  padding: 0 80px;            /* ❌ removed vertical padding */
  color: #111;
  font-size: 1.625em;
  transition: color 0.6s ease;
  margin-bottom: 75px;
  font-weight: 400;
  letter-spacing: -0.52px;
  line-height: 140%;
}

/* TYPOGRAPHY */
.about-hero .label {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 16px;
}

.about-hero h1 {
  font-size: clamp(32px, 5vw, 68px);
  line-height: 1.1;
  margin-bottom: 20px;
}

.about-hero .desc {
  font-size: 17px;
  line-height: 1.6;
}

/* FILLED STATE */
.about-hero.is-filled .hero-overlay {
  opacity: 1;
}

.about-hero.is-filled .hero-text {
  color: #fff;
}

/* ================================
   MOBILE (UNCHANGED BEHAVIOR)
================================ */

@media (max-width: 1024px) {
  .about-hero {
    height: 90vh;
  }

  .about-hero .hero-image {
    max-width: 100%;
    max-height: 100%;
  }

  .about-hero .hero-overlay {
    opacity: 0.45;
  }

  .about-hero .hero-text {
    padding: 0 24px 100px;
    transform: none;
    color: #fff;
  }

  .about-hero h1 {
    font-size: clamp(28px, 7vw, 42px);
  }

  .about-hero .desc {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6750e91 *//* 1. Main Section Setup */
.elementor-73 .elementor-element.elementor-element-6750e91 .why-shovan {
  background: #fff;
  position: relative;
  padding: 120px 0; /* Adds the missing top/bottom padding */
}

.elementor-73 .elementor-element.elementor-element-6750e91 .why-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: flex-start; /* Aligns columns to top */
  justify-content: space-between;
}

/* 2. Left Side: Sticky Title */
.elementor-73 .elementor-element.elementor-element-6750e91 .why-title {
  width: 40%;
  position: sticky; /* Keeps the title in view while right side scrolls */
  top: 25vh; /* Vertically centers the title in the viewport */
  padding-right: 40px;
}

.elementor-73 .elementor-element.elementor-element-6750e91 .why-eyebrow {
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #3498db; /* Brand Blue */
  margin-bottom: 20px;
  text-transform: uppercase;
}

.elementor-73 .elementor-element.elementor-element-6750e91 .why-title h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
  font-weight: 800;
  color: #111;
  letter-spacing: -1px;
}

/* 3. Right Side: Scrolling Content */
.elementor-73 .elementor-element.elementor-element-6750e91 .why-content {
  width: 55%;
  padding-left: 60px;
  border-left: 1px solid #eee; /* Subtle separator for premium look */
}

.elementor-73 .elementor-element.elementor-element-6750e91 .why-item {
  margin-bottom: 100px; /* Space between items */
  opacity: 0.2; /* Initial state for animation */
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Active state triggered by GSAP */
.elementor-73 .elementor-element.elementor-element-6750e91 .why-item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.elementor-73 .elementor-element.elementor-element-6750e91 .why-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.elementor-73 .elementor-element.elementor-element-6750e91 .why-item p {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  max-width: 540px;
}

/* 4. Mobile Layout */
@media (max-width: 1024px) {
  .elementor-73 .elementor-element.elementor-element-6750e91 .why-shovan {
    padding: 80px 0;
  }
  .elementor-73 .elementor-element.elementor-element-6750e91 .why-inner {
    flex-direction: column;
    padding: 0 24px;
  }
  .elementor-73 .elementor-element.elementor-element-6750e91 .why-title {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 60px;
    padding-right: 0;
  }
  .elementor-73 .elementor-element.elementor-element-6750e91 .why-content {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .elementor-73 .elementor-element.elementor-element-6750e91 .why-item {
    opacity: 1 !important;
    transform: none !important;
    margin-bottom: 60px;
  }
}/* End custom CSS */