.elementor-96 .elementor-element.elementor-element-d854524{--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-96 .elementor-element.elementor-element-4ed7ba7{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e53bf09 *//* Layout and Fonts */
.husk-hero-section {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  width: 100%;
  min-height: 90vh;
  background-color: #0A1128;
}

.husk-hero-visual {
  flex: 1.2;
  position: relative;
  /* Add your Image URL here */
  background-image: linear-gradient(rgba(10,17,40,0.4), rgba(10,17,40,0.4)), url('YOUR_IMAGE_URL');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-left: 5%;
}

/* Background Large Text */
.husk-bg-text {
  font-size: 8vw;
  font-weight: 900;
  color: rgba(255,255,255,0.05);
  line-height: 0.9;
  text-transform: uppercase;
}

/* EXPERT PERSONNEL INTERACTIVE BUTTON */
.husk-expert-btn {
  position: absolute;
  bottom: 10%;
  left: 8%;
  background: #FFFFFF; /* White as per image */
  padding: 15px 20px;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  z-index: 10;
}

.husk-expert-btn:hover {
  transform: translateY(-5px);
  background: #F0F0F0;
}

.husk-label-top, .husk-label-bottom {
  font-size: 11px;
  font-weight: 800;
  color: #0A1128;
  letter-spacing: 1.5px;
}

.husk-arrow {
  color: #0A1128;
  margin-top: 5px;
  font-weight: 900;
}

/* Right Content Column */
.husk-hero-content {
  flex: 1;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
}

.husk-content-inner {
  padding: 0 12%;
}

.husk-tagline {
  color: #888;
  font-size: 11px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  display: block;
}

.husk-main-heading {
  font-size: clamp(28px, 3.5vw, 45px);
  font-weight: 900;
  color: #0A1128;
  line-height: 1.1;
  margin-bottom: 25px;
}

.husk-description {
  color: #444;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* Primary Action Buttons */
.husk-action-buttons {
  display: flex;
  gap: 15px;
}

.husk-btn-primary {
  background: #0A1128;
  color: #FFF !important;
  padding: 18px 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}

.husk-btn-secondary {
  background: transparent;
  color: #0A1128 !important;
  border: 1px solid #DDD;
  padding: 18px 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
}

/* Meta Footer */
.husk-footer-meta {
  position: absolute;
  bottom: 5%;
  width: 76%;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #AAA;
  letter-spacing: 1px;
}/* End custom CSS */