.elementor-63 .elementor-element.elementor-element-80d2d85{--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-63 .elementor-element.elementor-element-80d2d85:not(.elementor-motion-effects-element-type-background), .elementor-63 .elementor-element.elementor-element-80d2d85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-fe58087 *//* ============================================
   APEX LIFE — APPLICATION PAGE STYLES
   ============================================ */

/* RESET (scoped to page) */
.apex-header *, .apex-page-hero *, .apex-process-strip *,
.apex-form-section *, .apex-expect-section *, .apex-help-section *,
.apex-footer *, .cf7-form-grid * {
  box-sizing: border-box;
}

:root {
  --apex-blue: #1565C0;
  --apex-blue-dark: #0D47A1;
  --apex-blue-light: #E3F2FD;
  --apex-green: #4CAF50;
  --apex-green-dark: #388E3C;
  --apex-green-light: #E8F5E9;
  --apex-dark: #1a1a1a;
  --apex-text: #333333;
  --apex-grey: #9E9E9E;
  --apex-light: #F5F7FA;
  --apex-white: #FFFFFF;
  --apex-shadow-sm: 0 2px 10px rgba(0,0,0,0.05);
  --apex-shadow-md: 0 10px 30px rgba(0,0,0,0.08);
  --apex-shadow-lg: 0 20px 50px rgba(0,0,0,0.12);
}

.apex-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.apex-section { padding: 80px 0; }
.apex-text-blue { color: var(--apex-blue); }
.apex-text-green { color: var(--apex-green); }

/* REVEAL */
.apex-reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.apex-reveal.visible { opacity: 1; transform: translateY(0); }

/* BUTTONS */
.apex-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 50px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.95rem;
  transition: all 0.3s ease; cursor: pointer; border: none;
  text-decoration: none;
}
.apex-btn i { transition: transform 0.3s; }
.apex-btn:hover i { transform: translateX(4px); }
.apex-btn-primary { background: var(--apex-blue); color: var(--apex-white); box-shadow: 0 4px 15px rgba(21, 101, 192, 0.3); }
.apex-btn-primary:hover { background: var(--apex-blue-dark); transform: translateY(-3px); box-shadow: 0 8px 25px rgba(21, 101, 192, 0.4); color: var(--apex-white); }
.apex-btn-outline { background: transparent; color: var(--apex-blue); border: 2px solid var(--apex-blue); }
.apex-btn-outline:hover { background: var(--apex-blue); color: var(--apex-white); transform: translateY(-3px); }

/* HEADER */
.apex-header {
  background: var(--apex-white); box-shadow: var(--apex-shadow-sm);
  position: sticky; top: 0; z-index: 1000;
  transition: box-shadow 0.3s;
  font-family: 'Open Sans', sans-serif;
}
.apex-nav-container {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px; gap: 20px;
}
.apex-logo { flex-shrink: 0; }
.apex-logo img { height: 60px; width: auto; display: block; transition: 0.3s; }
.apex-logo:hover img { transform: scale(1.02); }
.apex-nav-list {
  display: flex; gap: 32px; align-items: center;
  list-style: none; margin: 0; padding: 0;
}
.apex-nav-list a {
  color: var(--apex-dark); font-weight: 600; font-family: 'Poppins', sans-serif;
  font-size: 0.95rem; position: relative; padding: 5px 0;
  text-decoration: none;
}
.apex-nav-list a::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0; height: 2px; background: var(--apex-green); transition: width 0.3s;
}
.apex-nav-list a:hover::after, .apex-nav-list a.active::after { width: 100%; }
.apex-nav-list a:hover, .apex-nav-list a.active { color: var(--apex-blue); }
.apex-header-cta { flex-shrink: 0; }
.apex-mobile-toggle, .apex-nav-close {
  display: none; background: none; border: none;
  font-size: 1.5rem; color: var(--apex-blue); cursor: pointer;
}
.apex-nav-overlay {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.5); z-index: 998;
  opacity: 0; visibility: hidden; transition: 0.3s;
}
.apex-nav-overlay.active { opacity: 1; visibility: visible; }

/* PAGE HERO */
.apex-page-hero {
  background: linear-gradient(135deg, var(--apex-blue) 0%, var(--apex-green) 100%);
  padding: 90px 0 100px;
  position: relative; overflow: hidden;
  color: var(--apex-white); text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.apex-page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1' opacity='0.08'%3E%3Cpath d='M0 0h60v60H0z'/%3E%3Cpath d='M0 30h60M30 0v60'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
}
.apex-page-hero-shapes { position: absolute; inset: 0; pointer-events: none; }
.apex-ph-shape {
  position: absolute; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  animation: apexFloat 8s ease-in-out infinite;
}
.apex-ph-s1 { width: 250px; height: 250px; top: -80px; left: -60px; }
.apex-ph-s2 { width: 180px; height: 180px; bottom: -50px; right: -40px; animation-delay: 2s; }
@keyframes apexFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(10deg); }
}
.apex-page-hero-content { position: relative; z-index: 2; }
.apex-page-hero h1 {
  color: var(--apex-white); font-size: 3rem;
  font-family: 'Poppins', sans-serif; font-weight: 700;
  margin: 0 0 15px; line-height: 1.2;
}
.apex-page-hero p { font-size: 1.1rem; opacity: 0.95; max-width: 650px; margin: 0 auto; line-height: 1.6; }
.apex-breadcrumb {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.15);
  padding: 8px 18px; border-radius: 50px;
  font-size: 0.85rem; margin-bottom: 20px;
  backdrop-filter: blur(10px);
}
.apex-breadcrumb a { color: var(--apex-white); opacity: 0.9; text-decoration: none; }
.apex-breadcrumb span { opacity: 0.6; }

/* PROCESS STRIP */
.apex-process-strip {
  padding: 60px 0;
  background: var(--apex-light);
  font-family: 'Open Sans', sans-serif;
}
.apex-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.apex-process-item {
  background: var(--apex-white);
  padding: 25px 22px;
  border-radius: 15px;
  box-shadow: var(--apex-shadow-sm);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}
.apex-process-item:hover { transform: translateY(-5px); box-shadow: var(--apex-shadow-md); }
.apex-process-num {
  width: 45px; height: 45px;
  background: linear-gradient(135deg, var(--apex-blue), var(--apex-green));
  color: var(--apex-white);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800; font-size: 1rem;
  flex-shrink: 0;
}
.apex-process-item strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: var(--apex-dark);
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.apex-process-item span {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.4;
}

/* SECTION TAG / HEADER */
.apex-section-tag {
  display: inline-block;
  background: rgba(21, 101, 192, 0.1);
  color: var(--apex-blue);
  padding: 7px 18px; border-radius: 50px;
  font-size: 0.8rem; font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.apex-section-header, .apex-form-header {
  text-align: center; max-width: 700px; margin: 0 auto 50px;
  font-family: 'Open Sans', sans-serif;
}
.apex-section-header h2, .apex-form-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--apex-dark);
  margin: 0 0 15px;
  line-height: 1.2;
}
.apex-section-header p, .apex-form-header p { color: #666; font-size: 1.02rem; }

/* FORM SECTION */
.apex-form-section {
  padding: 80px 0 40px;
  background: var(--apex-white);
  font-family: 'Open Sans', sans-serif;
}
.apex-form-notice {
  max-width: 900px;
  margin: 0 auto 40px;
  background: var(--apex-blue-light);
  border-left: 4px solid var(--apex-blue);
  padding: 20px 25px;
  border-radius: 12px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.apex-form-notice i {
  font-size: 1.4rem;
  color: var(--apex-blue);
  margin-top: 3px;
}
.apex-form-notice strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: var(--apex-dark);
  margin-bottom: 4px;
}
.apex-form-notice span {
  color: #555;
  font-size: 0.92rem;
  line-height: 1.6;
}

.apex-form-container {
  max-width: 900px;
  margin: 0 auto;
  background: var(--apex-white);
  padding: 50px 45px;
  border-radius: 20px;
  box-shadow: var(--apex-shadow-md);
  border-top: 5px solid var(--apex-blue);
}

/* =====================================
   CONTACT FORM 7 CUSTOM STYLING
===================================== */

.cf7-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-family: 'Open Sans', sans-serif;
}

.cf7-form-grid .full-width {
  grid-column: 1 / -1;
}

/* Section Titles inside the form */
.cf7-form-grid .form-section-title {
  grid-column: 1 / -1;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--apex-dark);
  margin: 20px 0 5px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--apex-blue-light);
  display: flex;
  align-items: center;
  gap: 10px;
}
.cf7-form-grid .form-section-title:first-child {
  margin-top: 0;
}
.cf7-form-grid .form-section-title i {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--apex-blue), var(--apex-green));
  color: var(--apex-white);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem;
}

/* Labels */
.cf7-form-grid p {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cf7-form-grid label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--apex-dark);
  font-size: 0.88rem;
  margin-bottom: 2px;
}
.cf7-form-grid .required {
  color: #e53935;
  margin-left: 3px;
}

/* Inputs, Selects, Textareas */
.cf7-form-grid input[type="text"],
.cf7-form-grid input[type="email"],
.cf7-form-grid input[type="tel"],
.cf7-form-grid input[type="number"],
.cf7-form-grid input[type="url"],
.cf7-form-grid input[type="date"],
.cf7-form-grid select,
.cf7-form-grid textarea {
  width: 100%;
  padding: 13px 16px;
  margin-top: 8px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--apex-dark);
  background: var(--apex-white);
  transition: 0.3s;
  outline: none;
}
.cf7-form-grid input::placeholder,
.cf7-form-grid textarea::placeholder {
  color: var(--apex-grey);
  opacity: 1;
}
.cf7-form-grid input:focus,
.cf7-form-grid select:focus,
.cf7-form-grid textarea:focus {
  border-color: var(--apex-blue);
  box-shadow: 0 0 0 3px rgba(21, 101, 192, 0.1);
  background: var(--apex-white);
}
.cf7-form-grid textarea {
  resize: vertical;
  min-height: 130px;
  font-family: 'Open Sans', sans-serif;
}

/* Select Styling */
.cf7-form-grid select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231565C0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 45px;
  cursor: pointer;
}

/* File Upload */
.cf7-form-grid input[type="file"] {
  width: 100%;
  padding: 12px 16px;
  margin-top: 8px;
  border: 2px dashed var(--apex-blue);
  border-radius: 10px;
  background: var(--apex-blue-light);
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--apex-dark);
  cursor: pointer;
  transition: 0.3s;
}
.cf7-form-grid input[type="file"]:hover {
  background: #D1E9FC;
  border-color: var(--apex-blue-dark);
}
.cf7-form-grid input[type="file"]::file-.elementor-63 .elementor-element.elementor-element-fe58087-button {
  padding: 8px 16px;
  margin-right: 12px;
  border: none;
  border-radius: 6px;
  background: var(--apex-blue);
  color: var(--apex-white);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  transition: 0.3s;
}
.cf7-form-grid input[type="file"]::file-.elementor-63 .elementor-element.elementor-element-fe58087-button:hover {
  background: var(--apex-blue-dark);
}

/* Submit Button */
.cf7-form-grid .form-submit {
  margin-top: 20px;
  text-align: center;
}
.cf7-form-grid input[type="submit"],
.cf7-form-grid .wpcf7-submit {
  background: linear-gradient(135deg, var(--apex-blue), var(--apex-green));
  color: var(--apex-white);
  padding: 16px 45px;
  border: none;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 6px 20px rgba(21, 101, 192, 0.3);
  letter-spacing: 0.5px;
  min-width: 240px;
}
.cf7-form-grid input[type="submit"]:hover,
.cf7-form-grid .wpcf7-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(21, 101, 192, 0.4);
}

/* CF7 validation messages */
.wpcf7-not-valid-tip {
  color: #e53935 !important;
  font-size: 0.82rem !important;
  margin-top: 5px;
  display: block;
}
.wpcf7-response-output {
  margin: 25px 0 0 !important;
  padding: 15px 20px !important;
  border-radius: 10px !important;
  border: none !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: var(--apex-green-light) !important;
  color: var(--apex-green-dark) !important;
  border-left: 4px solid var(--apex-green) !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  background: #FFEBEE !important;
  color: #c62828 !important;
  border-left: 4px solid #e53935 !important;
}

/* Loading spinner */
.wpcf7-spinner { background-color: var(--apex-blue) !important; }

/* EXPECT / AFTER APPLY SECTION */
.apex-expect-section {
  background: var(--apex-light);
  font-family: 'Open Sans', sans-serif;
}
.apex-expect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.apex-expect-card {
  background: var(--apex-white);
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: var(--apex-shadow-sm);
  transition: 0.4s;
}
.apex-expect-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--apex-shadow-md);
}
.apex-expect-icon {
  width: 65px; height: 65px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--apex-blue), var(--apex-green));
  color: var(--apex-white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
}
.apex-expect-card h3 {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 1.1rem; color: var(--apex-dark);
  margin: 0 0 10px;
}
.apex-expect-card p { font-size: 0.92rem; color: #666; margin: 0; line-height: 1.6; }

/* HELP SECTION */
.apex-help-section {
  padding: 70px 0;
  background: var(--apex-white);
  font-family: 'Open Sans', sans-serif;
}
.apex-help-card {
  background: linear-gradient(135deg, var(--apex-blue) 0%, var(--apex-green) 100%);
  color: var(--apex-white);
  padding: 45px 50px;
  border-radius: 25px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  box-shadow: var(--apex-shadow-md);
  position: relative;
  overflow: hidden;
}
.apex-help-card::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
.apex-help-card > * { position: relative; z-index: 1; }
.apex-help-icon {
  width: 70px; height: 70px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
}
.apex-help-content h3 {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 1.4rem; margin: 0 0 8px;
}
.apex-help-content p { margin: 0; opacity: 0.95; font-size: 0.98rem; }
.apex-help-actions { display: flex; gap: 12px; flex-shrink: 0; }
.apex-help-actions .apex-btn-primary { background: var(--apex-white); color: var(--apex-blue); }
.apex-help-actions .apex-btn-primary:hover { background: var(--apex-dark); color: var(--apex-white); }
.apex-help-actions .apex-btn-outline { color: var(--apex-white); border-color: var(--apex-white); }
.apex-help-actions .apex-btn-outline:hover { background: var(--apex-white); color: var(--apex-blue); }

/* FOOTER */
.apex-footer { background: #0f0f0f; color: #bbb; padding: 70px 0 0; font-family: 'Open Sans', sans-serif; }
.apex-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; padding-bottom: 50px; }
.apex-footer-logo {
  height: 60px; background: var(--apex-white);
  padding: 8px 12px; border-radius: 10px;
  margin-bottom: 20px; width: auto; display: block;
}
.apex-footer-col p { font-size: 0.95rem; margin-bottom: 20px; line-height: 1.7; }
.apex-footer-col h4 {
  color: var(--apex-white); margin-bottom: 22px;
  font-size: 1.1rem; font-family: 'Poppins', sans-serif;
  position: relative; padding-bottom: 12px;
}
.apex-footer-col h4::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 40px; height: 3px; background: var(--apex-green); border-radius: 2px;
}
.apex-footer-col ul { list-style: none; margin: 0; padding: 0; }
.apex-footer-col ul li { margin-bottom: 12px; }
.apex-footer-col a { color: #bbb; font-size: 0.95rem; text-decoration: none; transition: 0.3s; }
.apex-footer-col a:hover { color: var(--apex-green); }
.apex-contact-list li { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; }
.apex-contact-list i { color: var(--apex-green); width: 18px; }
.apex-footer-social { display: flex; gap: 10px; }
.apex-footer-social a {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.08); color: var(--apex-white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: 0.3s;
}
.apex-footer-social a:hover { background: var(--apex-green); transform: translateY(-3px); }
.apex-footer-bottom { border-top: 1px solid #222; padding: 22px 0; font-size: 0.88rem; }
.apex-footer-bottom .apex-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.apex-footer-legal { display: flex; gap: 22px; }

/* SCROLL TOP */
.apex-scroll-top {
  position: fixed; bottom: 30px; right: 30px;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--apex-blue); color: var(--apex-white);
  border: none; cursor: pointer; font-size: 1rem;
  box-shadow: 0 6px 20px rgba(21, 101, 192, 0.4);
  opacity: 0; visibility: hidden;
  transition: 0.3s; z-index: 999;
}
.apex-scroll-top.visible { opacity: 1; visibility: visible; }
.apex-scroll-top:hover { background: var(--apex-green); transform: translateY(-5px); }

/* RESPONSIVE */
@media (max-width: 992px) {
  .apex-page-hero { padding: 60px 0 70px; }
  .apex-page-hero h1 { font-size: 2.1rem; }
  .apex-section-header h2, .apex-form-header h2 { font-size: 1.7rem; }
  .apex-section { padding: 60px 0; }
  .apex-process-grid { grid-template-columns: 1fr 1fr; }
  .apex-expect-grid { grid-template-columns: 1fr 1fr; }
  .apex-form-container { padding: 35px 25px; }
  .cf7-form-grid { grid-template-columns: 1fr; gap: 15px; }
  .apex-help-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 35px 25px;
  }
  .apex-help-icon { margin: 0 auto; }
  .apex-help-actions { justify-content: center; flex-wrap: wrap; }
  .apex-footer-grid { grid-template-columns: 1fr 1fr; }

  /* Mobile nav */
  .apex-header-cta { display: none; }
  .apex-mobile-toggle { display: block; }
  .apex-nav {
    position: fixed; top: 0; right: -100%;
    width: 80%; max-width: 320px; height: 100vh;
    background: var(--apex-white); padding: 70px 30px 30px;
    box-shadow: -5px 0 25px rgba(0,0,0,0.15);
    transition: right 0.4s ease; z-index: 999; overflow-y: auto;
  }
  .apex-nav.active { right: 0; }
  .apex-nav-close { display: block; position: absolute; top: 18px; right: 20px; font-size: 1.6rem; }
  .apex-nav-list { flex-direction: column; gap: 0; align-items: flex-start; width: 100%; }
  .apex-nav-list li { width: 100%; }
  .apex-nav-list a {
    display: block; padding: 15px 0;
    border-bottom: 1px solid #eee; width: 100%;
  }
  .apex-nav-list a::after { display: none; }
}

@media (max-width: 576px) {
  .apex-page-hero h1 { font-size: 1.7rem; }
  .apex-section-header h2, .apex-form-header h2 { font-size: 1.4rem; }
  .apex-process-grid { grid-template-columns: 1fr; }
  .apex-expect-grid { grid-template-columns: 1fr; }
  .apex-footer-grid { grid-template-columns: 1fr; }
  .apex-logo img { height: 42px; }
  .apex-form-container { padding: 30px 20px; }
  .cf7-form-grid .form-section-title { font-size: 1rem; }
  .cf7-form-grid input[type="submit"],
  .cf7-form-grid .wpcf7-submit { width: 100%; min-width: auto; padding: 14px 25px; }
  .apex-footer-bottom .apex-container { text-align: center; justify-content: center; }
}/* End custom CSS */