.elementor-2746 .elementor-element.elementor-element-8641718{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a056d56 *//* ================================================
   HostedWebs Brief Forms - WordPress Safe CSS
   Scope: .hw-brief-page wrapper only
   Safe to paste in: Appearance > Customize > Additional CSS
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* CSS Variables - scoped inside wrapper, not global :root */
.hw-brief-page {
  --primary: #C82AEF;
  --primary-hover: #a120c4;
  --bg-dark: #09090b;
  --text-main: #fafafa;
  --text-muted: #a1a1aa;
  --border-color: #27272a;
  --input-bg: #18181b;
}

/* -----------------------------------------------
   WRAPPER - Dark background isolated to this page
----------------------------------------------- */
.hw-brief-page {
  background-color: #09090b;
  color: #fafafa;
  line-height: 1.6;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  /* Negative margins to break out of WordPress content width */
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

/* Box sizing scoped - won't affect rest of WP site */
.hw-brief-page *,
.hw-brief-page *::before,
.hw-brief-page *::after {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

/* Reset margin/padding only inside our wrapper */
.hw-brief-page p,
.hw-brief-page h1,
.hw-brief-page h2,
.hw-brief-page h3,
.hw-brief-page ul,
.hw-brief-page ol {
  margin: 0;
  padding: 0;
}

/* -----------------------------------------------
   GOOGLE TRANSLATE BAR
----------------------------------------------- */
.hw-brief-page .top-translate-bar {
  background: #18181b;
  padding: 10px 20px;
  border-bottom: 1px solid #27272a;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Hide original curve bg element */
.hw-brief-page .bg-curve {
  display: none;
}

/* -----------------------------------------------
   MAIN LAYOUT - Sidebar + Form side by side
----------------------------------------------- */
.hw-brief-page .main-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 60px 40px;
  max-width: 1400px;
  margin: 0 auto;
  gap: 50px;
}

/* -----------------------------------------------
   LEFT SIDEBAR
----------------------------------------------- */
.hw-brief-page .left-header-info {
  flex: 0 0 350px;
  text-align: left;
  position: sticky;
  top: 60px;
}

.hw-brief-page .sidebar-logo {
  max-width: 250px;
  margin-bottom: 20px;
  display: block;
}

.hw-brief-page .sidebar-desc {
  font-size: 15px;
  color: #a1a1aa;
  line-height: 1.6;
  margin-bottom: 30px;
}

.hw-brief-page .sidebar-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
}

.hw-brief-page .contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #fafafa;
}

.hw-brief-page .contact-item i {
  color: #C82AEF;
  font-size: 18px;
  width: 20px;
  text-align: center;
}

/* -----------------------------------------------
   FORM CONTENT AREA
----------------------------------------------- */
.hw-brief-page .content-area {
  flex: 1;
  width: 100%;
}

/* -----------------------------------------------
   FORM CARD
----------------------------------------------- */
.hw-brief-page .form-card {
  width: 100%;
  max-width: 900px;
  background: linear-gradient(160deg, #1a0826 0%, #09090b 40%);
  border-radius: 12px;
  border: 1px solid #2d103d;
  box-shadow: 0 10px 50px rgba(200, 42, 239, 0.1);
  overflow: hidden;
}

.hw-brief-page .form-card-header {
  background: linear-gradient(135deg, #C82AEF, #6b0c8a);
  padding: 30px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hw-brief-page .form-card-header h1 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.3;
}

.hw-brief-page .form-card-body {
  padding: 40px;
}

/* -----------------------------------------------
   FORM SECTIONS
----------------------------------------------- */
.hw-brief-page .form-section {
  margin-bottom: 40px;
}

.hw-brief-page .form-section h3 {
  color: #C82AEF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(200, 42, 239, 0.2);
  line-height: 1.4;
}

.hw-brief-page .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.hw-brief-page .form-group {
  margin-bottom: 20px;
  flex: 1;
  min-width: 250px;
}

.hw-brief-page .form-group.full-width {
  flex: 0 0 100%;
  min-width: 100%;
}

.hw-brief-page .form-group label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #a1a1aa;
  margin-bottom: 8px;
}

.hw-brief-page .required {
  color: #C82AEF;
}

/* -----------------------------------------------
   INPUTS, SELECTS, TEXTAREAS
----------------------------------------------- */
.hw-brief-page .form-group input[type="text"],
.hw-brief-page .form-group input[type="email"],
.hw-brief-page .form-group input[type="tel"],
.hw-brief-page .form-group input[type="url"],
.hw-brief-page .form-group select {
  width: 100%;
  padding: 15px 18px;
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 8px;
  font-size: 15px;
  color: #fafafa;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
}

.hw-brief-page .form-group textarea {
  width: 100%;
  padding: 16px 18px;
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 8px;
  font-size: 15px;
  color: #fafafa;
  min-height: 120px;
  resize: vertical;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.hw-brief-page .form-group input:focus,
.hw-brief-page .form-group select:focus,
.hw-brief-page .form-group textarea:focus {
  outline: none;
  border-color: #C82AEF;
  box-shadow: 0 0 0 2px rgba(200, 42, 239, 0.25);
}

/* Placeholder text color */
.hw-brief-page .form-group input::placeholder,
.hw-brief-page .form-group textarea::placeholder {
  color: #52525b;
}

/* -----------------------------------------------
   RADIO & CHECKBOX GROUPS
----------------------------------------------- */
.hw-brief-page .radio-group,
.hw-brief-page .checkbox-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.hw-brief-page .radio-item,
.hw-brief-page .checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #fafafa;
  cursor: pointer;
}

.hw-brief-page .radio-item input[type="radio"],
.hw-brief-page .checkbox-item input[type="checkbox"] {
  accent-color: #C82AEF;
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}

/* -----------------------------------------------
   SUBMIT BUTTON
----------------------------------------------- */
.hw-brief-page .submit-btn {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, #C82AEF, #a120c4);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.5px;
}

.hw-brief-page .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(200, 42, 239, 0.4);
}

.hw-brief-page .submit-btn:active {
  transform: translateY(0);
}

/* -----------------------------------------------
   E-SIGNATURE
----------------------------------------------- */
.hw-brief-page #sign {
  height: 60px;
  width: 100%;
  font-family: "Brush Script MT", cursive;
  font-size: 28pt;
  color: #fafafa;
  margin-top: 10px;
  border-bottom: 1px dashed #27272a;
  line-height: 1.4;
}

/* -----------------------------------------------
   RESPONSIVE - Mobile & Tablet
----------------------------------------------- */
@media (max-width: 992px) {
  .hw-brief-page .main-layout {
    flex-direction: column;
    padding: 30px 20px;
    gap: 40px;
  }

  .hw-brief-page .left-header-info {
    flex: none;
    width: 100%;
    position: static;
  }

  .hw-brief-page .form-card {
    max-width: 100%;
  }

  .hw-brief-page .sidebar-contact {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  .hw-brief-page .form-row {
    flex-direction: column;
    gap: 0;
  }

  .hw-brief-page .form-card-header h1 {
    font-size: 20px;
  }

  .hw-brief-page .form-card-body {
    padding: 25px 20px;
  }
}

@media (max-width: 480px) {
  .hw-brief-page .main-layout {
    padding: 20px 15px;
  }

  .hw-brief-page .form-card-header {
    padding: 20px 15px;
  }

  .hw-brief-page .form-card-header h1 {
    font-size: 17px;
  }

  .hw-brief-page .submit-btn {
    font-size: 16px;
    padding: 15px;
  }
}/* End custom CSS */