.elementor-204 .elementor-element.elementor-element-629fedc2{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:80px 80px;--row-gap:80px;--column-gap:80px;--margin-top:12%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:8%;--padding-right:8%;}.elementor-204 .elementor-element.elementor-element-8ba99b5{--display:flex;}.elementor-204 .elementor-element.elementor-element-79653d3f{--display:flex;--min-height:600px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:12%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:8%;--padding-right:8%;}.elementor-204 .elementor-element.elementor-element-79653d3f:not(.elementor-motion-effects-element-type-background), .elementor-204 .elementor-element.elementor-element-79653d3f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );background-image:url("https://havenedge.in/wp-content/uploads/2025/10/cropped-Home-Page-BG.jpeg");}@media(max-width:1024px){.elementor-204 .elementor-element.elementor-element-629fedc2{--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:25%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-204 .elementor-element.elementor-element-79653d3f{--min-height:405px;--margin-top:25%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}}@media(max-width:767px){.elementor-204 .elementor-element.elementor-element-629fedc2{--margin-top:35%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-204 .elementor-element.elementor-element-79653d3f{--min-height:285px;--margin-top:35%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}}/* Start custom CSS for html, class: .elementor-element-cd18044 *//* ====== Premium Gradient Title ====== */
.havenedge-gradient-title {
  font-weight: 700;
  background: linear-gradient(90deg, #1a1a1a 0%, #c9a552 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.6px;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
.havenedge-gradient-title:hover {
  filter: brightness(1.15);
}

/* ====== Section Layout ====== */
.havenedge-about-section {
  padding: 90px 0;
  text-align: center;
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ====== Section Title ====== */
.havenedge-title-wrap h2 {
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.havenedge-title-wrap p {
  max-width: 700px;
  margin: auto;
  color: #444;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ====== Mission + Vision Cards ====== */
.havenedge-row {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.havenedge-card {
  background: #ffffff;
  padding: 38px 42px;
  border-radius: 14px;
  width: 420px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
  transition: 0.4s ease;
  border: 1px solid #eeeeee;
  transform: translateY(0);
}
.havenedge-card h3 {
  font-weight: 700;
  margin-bottom: 12px;
}
.havenedge-card h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #c9a552;
  margin: 10px auto 0;
  border-radius: 2px;
}
.havenedge-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* ====== Core Values ====== */
.havenedge-values-title h3 {
  margin-top: 85px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #1a1a1a;
}
.havenedge-values-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.havenedge-value {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 5px 14px rgba(0,0,0,0.04);
  transition: 0.35s ease;
}
.havenedge-value:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

/* ====== Founder Section ====== */
.havenedge-founder-section {
  margin-top: 100px;
}
.havenedge-founder-row {
  display: flex;
  justify-content: center;
  gap: 45px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.havenedge-founder-card {
  width: 280px;
  text-align: center;
  animation: fadeUp 1.4s ease forwards;
}
.founder-photo {
  width: 100%;
  height: 280px;
  background: #eaeaea;
  border-radius: 14px;
  background-size: cover !important;
  background-position: center !important;
  transition: transform 0.45s ease;
}
.founder-photo:hover {
  transform: scale(1.05);
}

/* Founder Text */
.havenedge-founder-card h4 {
  margin-top: 15px;
  font-weight: 700;
  font-size: 1.25rem;
}
.havenedge-founder-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.55;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdcb3b9 *//* Quote Section Base */
.he-quote-section {
  padding: 120px 25px;
  text-align: center;
  position: relative;
}

.he-quote-container {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.3s ease forwards;
}

/* Watermark */
.he-quote-watermark {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 200px;
  font-weight: 700;
  color: #182246;
  opacity: 0.05;
  line-height: 0;
  pointer-events: none;
}

/* Gold Gradient Text */
.he-quote-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
  background: linear-gradient(90deg, #c9a552, #f1d08b, #c9a552);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Gold shimmer animation */
.shimmer {
  background-size: 200% auto;
  animation: shimmerMove 4s ease-in-out infinite;
}

@keyframes shimmerMove {
  0% { background-position: 0% center; }
  50% { background-position: 100% center; }
  100% { background-position: 0% center; }
}

/* Signature Styling */
.he-signature-block {
  margin-top: 15px;
}

.he-signature-name {
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: 34px;
  color: #1a1a1a;
  margin-bottom: 4px;
}

/* If you do not have Great Vibes font loaded, Elementor will auto fallback */
/* I can provide font import if needed */

.he-signature-role {
  font-size: 15px;
  letter-spacing: 0.4px;
  color: #6a6f7a;
  text-transform: uppercase;
}

/* Fade up animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(45px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */