.elementor-kit-5{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#F5F4F0;--e-global-color-text:#F5F4F0;--e-global-color-accent:#C9940A;--e-global-color-679057c:#0A0A0A;--e-global-color-924d701:#F5F4F0;--e-global-color-fdd69f8:#C9940A;--e-global-color-189aaa6:#E8B020;--e-global-color-9456403:#1A1A1A;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#0A0A0A;color:#F5F4F0;font-family:"Manrope", Sans-serif;font-size:16px;font-weight:300;line-height:1.7px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#C9940A;}.elementor-kit-5 a:hover{color:#E8B020;}.elementor-kit-5 h1{font-family:"Bebas Neue", Sans-serif;font-size:96px;letter-spacing:2px;}.elementor-kit-5 h2{font-family:"Bebas Neue", Sans-serif;font-size:72px;letter-spacing:1px;}.elementor-kit-5 h3{font-family:"Bebas Neue", Sans-serif;font-size:32px;letter-spacing:1px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Manrope", Sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.text-outline { -webkit-text-stroke: 1.5px #F5F4F0; color: transparent !important; }

.service-card::before { content:''; position:absolute; bottom:0; left:0; width:100%; height:2px; background:#C9940A; transform:scaleX(0); transform-origin:left; transition:transform 0.4s ease; } .service-card:hover::before { transform:scaleX(1); }

.elementor-sticky--active { background: rgba(10,10,10,0.92) !important; border-bottom: 1px solid rgba(201,148,10,0.25) !important; backdrop-filter: blur(12px); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; } .reveal.visible { opacity: 1; transform: translateY(0); }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

.page-title,
.entry-title,
h1.page-title {
  display: none !important;
}

/* Show hamburger only on tablet and below — hide on desktop */
@media (max-width: 1024px) {
  .elementor-nav-menu--main .elementor-nav-menu {
    display: none !important;
  }
  .elementor-menu-toggle {
    display: flex !important;
  }
}

/* Force full menu visible on desktop — override any previous rules */
@media (min-width: 1025px) {
  .elementor-nav-menu--main .elementor-nav-menu {
    display: flex !important;
  }
  .elementor-menu-toggle {
    display: none !important;
  }
}

/* Force full menu text visibility on the hero section and about us sections */
.hero-btn-primary,
.hero-btn-primary:visited,
.hero-btn-primary:hover {
  color: #0A0A0A !important;
}

.about-cta,
.about-cta:visited,
.about-cta:hover {
  color: #0A0A0A !important;
}

.cta-btn-primary,
.cta-btn-primary:visited,
.cta-btn-primary:hover {
  color: #0A0A0A !important;
}

/* WPForm Styling */
/* ── WPForms Brand Fix Dark Theme ── */

/* Form container */
.wpforms-container {
  max-width: 600px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/* Remove WPForms default field padding */
.wpforms-form .wpforms-field {
  padding: 0 !important;
  margin-bottom: 1rem !important;
}

/* Labels */
.wpforms-form .wpforms-field-label {
  font-family: 'Manrope', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: rgba(245,244,240,0.4) !important;
  margin-bottom: 6px !important;
}

/* All inputs, textarea, select */
.wpforms-form input[type=text],
.wpforms-form input[type=email],
.wpforms-form input[type=tel],
.wpforms-form input[type=url],
.wpforms-form textarea,
.wpforms-form select {
  background: #1A1A1A !important;
  border: 1px solid rgba(201,148,10,0.2) !important;
  border-radius: 0 !important;
  color: #F5F4F0 !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  padding: 14px 18px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 0.2s !important;
  -webkit-appearance: none !important;
  display: block !important;
}

/* Focus state */
.wpforms-form input[type=text]:focus,
.wpforms-form input[type=email]:focus,
.wpforms-form input[type=tel]:focus,
.wpforms-form textarea:focus,
.wpforms-form select:focus {
  border-color: #C9940A !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Placeholder text */
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
  color: rgba(245,244,240,0.2) !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 300 !important;
}

/* Textarea height */
.wpforms-form textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

/* Submit button */
.wpforms-form .wpforms-submit-container {
  padding: 0 !important;
  margin-top: 0.5rem !important;
  text-align: left !important;
}
.wpforms-form button[type=submit],
.wpforms-form .wpforms-submit {
  background: #C9940A !important;
  color: #0A0A0A !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  padding: 18px 35px !important;
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background 0.2s, transform 0.2s !important;
}
.wpforms-form button[type=submit]:hover,
.wpforms-form .wpforms-submit:hover {
  background: #E8B020 !important;
  transform: translateY(-2px) !important;
  color: #0A0A0A !important;
}

/* Error messages */
.wpforms-form .wpforms-error {
  font-family: 'Manrope', sans-serif !important;
  font-size: 12px !important;
  color: #ff6b6b !important;
  margin-top: 4px !important;
}

/* Success confirmation message */
.wpforms-confirmation-container-full {
  background: #1A1A1A !important;
  border: 1px solid rgba(201,148,10,0.25) !important;
  border-radius: 0 !important;
  padding: 2rem !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #C9940A !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
}

/* Remove WPForms branding footer */
.wpforms-form .wpforms-powered-by-html {
  display: none !important;
}

/* Select dropdown arrow colour */
.wpforms-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23C9940A' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 40px !important;
}

/* ── Two column grid layout ── */
.wpforms-form .wpforms-field-container {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.8rem !important;
  width: 100% !important;
}

/* Every field fills its grid cell fully */
.wpforms-form .wpforms-field-container .wpforms-field {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}

/* Every input inside fills its cell fully */
.wpforms-form .wpforms-field-container .wpforms-field input,
.wpforms-form .wpforms-field-container .wpforms-field textarea,
.wpforms-form .wpforms-field-container .wpforms-field select {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  display: block !important;
}

/* Override any WPForms inline width styles */
.wpforms-form .wpforms-field-container .wpforms-field > div,
.wpforms-form .wpforms-field-container .wpforms-field > input {
  width: 100% !important;
  max-width: none !important;
}

/* Fields that must span full width */
.wpforms-form .wpforms-field-select,
.wpforms-form .wpforms-field-textarea,
.wpforms-form .wpforms-submit-container {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Mobile — stack to single column */
@media (max-width: 768px) {
  .wpforms-form .wpforms-field-container {
    grid-template-columns: 1fr !important;
  }
  .wpforms-form .wpforms-field-select,
  .wpforms-form .wpforms-field-textarea,
  .wpforms-form .wpforms-submit-container {
    grid-column: 1 !important;
  }
}

.wpforms-confirmation-container-full,
.wpforms-confirmation-container-full p {
  color: #F5F4F0 !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.8 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wpforms-confirmation-container-full {
  background: #1A1A1A !important;
  border: 1px solid rgba(201,148,10,0.25) !important;
  border-radius: 0 !important;
  padding: 2rem !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
}/* End custom CSS */