.elementor-1792 .elementor-element.elementor-element-64eb70d{--display:flex;--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;}.elementor-1792 .elementor-element.elementor-element-64eb70d:not(.elementor-motion-effects-element-type-background), .elementor-1792 .elementor-element.elementor-element-64eb70d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-009b390 */.go-hero-two {
  background:ffffff;
  padding: 110px 24px 90px;
  overflow: hidden;
}

.go-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
}

.go-eyebrow {
  display: inline-block;
  color: #FF6A3D;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 18px;
  font-size: 14px;
}

.go-hero-text h1 {
  color: #0C2C38;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 850;
  margin: 0;
}

.go-hero-text h1 span {
  color: #FF6A3D;
  display: block;
}

.go-hero-text p {
  color: #4d5c61;
  font-size: 19px;
  line-height: 1.75;
  margin: 26px 0 0;
  max-width: 650px;
}

.go-hero-buttons {
  margin-top: 36px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.go-btn-primary,
.go-btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  font-weight: 750;
  text-decoration: none;
  transition: all 0.3s ease;
}

.go-btn-primary {
  background: #FF6A3D;
  color: #ffffff;
  box-shadow: 0 14px 35px rgba(255, 106, 61, 0.28);
}

.go-btn-primary:hover {
  transform: translateY(-3px);
  background: #e9582f;
  color: #ffffff;
}

.go-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 40px;
  font-weight: 750;
  text-decoration: none;
  border: 2px solid #0C2C38;
  color: #0C2C38 !important;
  background: transparent !important;
  min-width: 180px;
  transition: all 0.3s ease;
}

.go-btn-secondary:hover {
  background: #0C2C38;
  color: #ffffff !important;
  transform: translateY(-3px);
}

.go-hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.go-glow {
  position: absolute;
  width: 390px;
  height: 390px;
  background: radial-gradient(circle, rgba(255,106,61,0.20) 0%, rgba(12,44,56,0.08) 45%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
  z-index: 1;
}

.go-hero-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  height: auto;
  filter: drop-shadow(0 28px 35px rgba(12, 44, 56, 0.18));
  animation: goFloat 5s ease-in-out infinite;
}

@keyframes goFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 900px) {
  .go-hero-two {
    background:#ffffff;
  padding: 110px 24px 90px;
  overflow: hidden;
  }

  .go-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 45px;
  }

  .go-hero-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .go-hero-buttons {
    justify-content: center;
  }

  .go-hero-text h1 {
    font-size: 40px;
  }

  .go-hero-image img {
    max-width: 390px;
  }
  
}
.go-hero-buttons a.go-btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 15px 30px !important;
  min-width: 175px !important;
  border-radius: 40px !important;
  border: 2px solid #0C2C38 !important;
  background: transparent !important;
  color: #0C2C38 !important;
  font-weight: 750 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.go-hero-buttons a.go-btn-secondary:hover {
  background: #0C2C38 !important;
  color: #ffffff !important;
  border-color: #0C2C38 !important;
  transform: translateY(-3px);
}/* End custom CSS */