.elementor-339 .elementor-element.elementor-element-9fafcd7{--display:flex;--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-339 .elementor-element.elementor-element-9fafcd7:not(.elementor-motion-effects-element-type-background), .elementor-339 .elementor-element.elementor-element-9fafcd7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#18181B;}.elementor-339 .elementor-element.elementor-element-ea541ab{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-339 .elementor-element.elementor-element-2121e31{--display:flex;--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-339 .elementor-element.elementor-element-2121e31:not(.elementor-motion-effects-element-type-background), .elementor-339 .elementor-element.elementor-element-2121e31 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#09141A;}.elementor-339 .elementor-element.elementor-element-5465443{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-339 .elementor-element.elementor-element-4ee697e{--display:flex;--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-339 .elementor-element.elementor-element-4ee697e:not(.elementor-motion-effects-element-type-background), .elementor-339 .elementor-element.elementor-element-4ee697e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#10222B;}.elementor-339 .elementor-element.elementor-element-22f3c91{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-339 .elementor-element.elementor-element-22f3c91:not(.elementor-motion-effects-element-type-background), .elementor-339 .elementor-element.elementor-element-22f3c91 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#09141A;}.elementor-339 .elementor-element.elementor-element-07788b2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-339 .elementor-element.elementor-element-9fafcd7{--width:100%;}.elementor-339 .elementor-element.elementor-element-2121e31{--content-width:1280px;}.elementor-339 .elementor-element.elementor-element-4ee697e{--content-width:1280px;}.elementor-339 .elementor-element.elementor-element-22f3c91{--content-width:1280px;}.elementor-339 .elementor-element.elementor-element-07788b2{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-6584485 */<style>
/* ==========================================================================
   THE HAYAT TRUST UNIVERSE (RE-DESIGNED FROM SCRATCH)
   ========================================================================== */

.hayat-trust-universe {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #172932;
  padding: 100px 0;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

/* Ambient Backdrop Glows */
.universe-blur-top {
  position: absolute;
  top: -10%;
  left: 15%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.universe-blur-bottom {
  position: absolute;
  bottom: -10%;
  right: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.hayat-trust__wrapper {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* HEADER STYLE */
.hayat-trust__header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.trust-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d4af37;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.trust-eyebrow .gold-dot {
  width: 6px;
  height: 6px;
  background: #d4af37;
  border-radius: 50%;
  box-shadow: 0 0 8px #d4af37;
}

.hayat-trust__header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  line-height: 1.15;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

.hayat-trust__header h2 span {
  color: #d4af37;
  font-style: italic;
  font-weight: 400;
}

.hayat-trust__header p {
  font-size: 17px;
  line-height: 1.75;
  color: #a1a1a5;
  font-weight: 300;
  margin: 0;
}

/* GRID SETUP */
.hayat-prime-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

/* ULTRAMODERN CARD DESIGN */
.hayat-trust-card {
  position: relative;
  background: #172932;
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 40px 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
              background 0.4s ease, 
              border-color 0.4s ease;
}

/* Subtle inner border glow on hover */
.card-border-glow {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid #6E6735;
  pointer-events: none;
  transition: border-color 0.4s ease;
}

/* ICON BOX ELEMENTS */
.icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #172932;
  border: 1px solid #6E6735;
  border-radius: 12px;
  color:#6E6735;
  transition: all 0.4s ease;
}

.icon-box svg {
  width: 22px;
  height: 22px;
}

/* CARD TEXT CONTENT */
.card-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 12px 0;
  font-weight: 600;
}

.card-body p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #8e8e93;
  margin: 0;
  font-weight: 400;
}

/* HOVER ANIMATION LOGIC */
.hayat-trust-card:hover {
  transform: translateY(-8px);
  background: #172932;
  border-color: rgba(212, 175, 55, 0.15);
}

.hayat-trust-card:hover .card-border-glow {
  border-color: rgba(212, 175, 55, 0.2);
}

.hayat-trust-card:hover .icon-box {
  background: rgba(212, 175, 55, 0.1);
  border-color: #d4af37;
  color: #d4af37;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.15);
}

/* FEATURED CARD SPECIFIC (CENTER/PUNCTUALITY) */
.featured-card {
  background: #172932;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.featured-card .icon-box {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.4);
  color: #d4af37;
}

.badge-247 {
  position: absolute;
  top: 40px;
  right: 30px;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #d4af37;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 1px;
}

/* RE-DESIGNED HORIZONTAL CAPABILITIES STRIP */
.hayat-marquee-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 40px;
  border-radius: 100px;
  margin-top: 40px;
}

.hayat-marquee-bar span {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.hayat-marquee-bar .marquee-divider {
  color: #d4af37;
  font-size: 12px;
}

/* ==========================================================================
   RESPONSIVE LAYOUT BREAKPOINTS
   ========================================================================== */

@media (max-width: 1100px) {
  .hayat-prime-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .hayat-trust-universe {
    padding: 70px 0;
  }
  
  .hayat-trust__header h2 {
    font-size: 36px;
  }
  
  .hayat-prime-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .hayat-trust-card {
    padding: 30px 24px;
  }
  
  .hayat-marquee-bar {
    border-radius: 20px;
    padding: 20px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  
  .marquee-divider {
    display: none;
  }
}
</style>/* End custom CSS */