/* Elementor CMS Sections */

.algt-section{
  padding:100px 0;
}

.algt-hero-section{
  min-height:760px;
  display:flex;
  align-items:center;
  position:relative;
}

.algt-hero-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(7,26,47,.92), rgba(7,26,47,.62), rgba(7,26,47,.12));
  z-index:1;
}

.algt-hero-section > .e-con-inner{
  position:relative;
  z-index:2;
}

.algt-eyebrow-text{
  color:#C8A45D;
  letter-spacing:3px;
  text-transform:uppercase;
  font-weight:700;
  font-size:14px;
}

.algt-hero-title{
  color:#fff;
  font-size:72px;
  line-height:1.05;
  letter-spacing:-2px;
  max-width:720px;
}

.algt-hero-title span,
.algt-gold-text{
  color:#C8A45D;
}

.algt-hero-desc{
  color:rgba(255,255,255,.88);
  font-size:20px;
  line-height:1.8;
  max-width:620px;
}

.algt-gold-button a{
  background:#C8A45D !important;
  color:#071A2F !important;
  border-radius:50px !important;
  padding:15px 28px !important;
  font-weight:700 !important;
}

.algt-outline-button a{
  background:transparent !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.45) !important;
  border-radius:50px !important;
  padding:15px 28px !important;
  font-weight:700 !important;
}

@media(max-width:900px){
  .algt-hero-section{
    min-height:620px;
  }

  .algt-hero-title{
    font-size:42px;
  }

  .algt-section{
    padding:70px 0;
  }
}