.elementor-140 .elementor-element.elementor-element-1c1a813{--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;}.elementor-140 .elementor-element.elementor-element-3a2d993{margin:-86px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-3a2d993 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800;900&display=swap');

.services-banner {
  position: relative;
  width: 100%;
  min-height: 70vh; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  /* Replace with your specific gold-dust background image */
  background: ,
    url('https://www.youtube.com/watch?v=_q7ETG2Td58') no-repeat center center/cover;
}

.banner-inner {
  text-align: center;
  max-width: 900px;
  z-index: 2;
}

.eyebrow-text {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
  color: #333;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 15px;
}

.banner-title {
  font-size: clamp(3rem, 10vw, 7rem); /* Fluid typography */
  font-weight: 900;
  line-height: 0.9;
  margin: 0 0 25px 0;
  color: #222;
}

/* This creates the metallic "Scales" effect */
.metallic-text {
  background: linear-gradient(
    to bottom, 
    #777 0%, 
    #fff 30%, 
    #999 50%, 
    #eee 70%, 
    #666 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.15));
}

.banner-description-box {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  padding: 20px;
  border-radius: 15px;
  max-width: 600px;
  margin: 0 auto 35px auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.banner-description-box p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.btn-gold {
  background: linear-gradient(135deg, #d4af37 0%, #f9e29a 50%, #b8860b 100%);
  color: white;
  border: none;
  padding: 18px 45px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(184, 134, 11, 0.3);
  transition: all 0.3s ease;
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(184, 134, 11, 0.5);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-title { font-size: 4rem; }
  .services-banner { min-height: 50vh; }
}/* End custom CSS */