.elementor-7307 .elementor-element.elementor-element-ee2f438{--display:flex;}@media(max-width:1024px){.elementor-7307 .elementor-element.elementor-element-9647007 img{width:100%;}}/* Start custom CSS for html, class: .elementor-element-fa58826 *//* ========== Gutters Matter Estimate Form ========== */
.gm-estimate {
  max-width: 1080px;
  margin: 0 auto;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #fff;
  color: #222;
  padding: 32px;
  line-height: 1.55;
}

/* Titles */
.gm-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 12px;
  text-align: center;
}
.gm-intro {
  margin: 0 auto 28px;
  color: #555;
  font-size: 16px;
  max-width: 720px;
  text-align: center;
  margin-bottom: 6px;
}

.gm-intro--orange {
    color: #F75928;
}

/* Section cards */
.gm-section {
  margin: 28px 0;
  padding: 20px 22px;
  background: #fafafa;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.gm-h3 {
  font-size: 19px;
  margin: 0 0 12px;
  color: #222;
  font-weight: 600;
}
.gm-accent {
  color: #e68a00;
}
.gm-note {
  margin: 0 0 12px;
  color: #666;
  font-size: 14px;
}
.gm-hint {
  margin: 6px 0 0;
  color: #777;
  font-size: 13px;
}

/* Labels */
.gm-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  cursor: pointer;
  font-size: 15px;
}
.gm-block {
  display: block;
  margin: 12px 0;
}
.gm-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}

/* Inputs */
.gm-estimate input[type="text"],
.gm-estimate input[type="number"],
.gm-estimate input[type="email"],
.gm-estimate input[type="tel"],
.gm-estimate textarea,
.gm-estimate input[type="file"] {
  width: 100%;
  max-width: 280px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #222;
  font-size: 15px;
  transition: border 0.2s, box-shadow 0.2s;
}
.gm-estimate input:focus,
.gm-estimate textarea:focus {
  border-color: #e68a00;
  box-shadow: 0 0 0 3px rgba(230,138,0,0.15);
  outline: none;
}
.gm-estimate textarea {
  max-width: 100%;
}

/* Three-up grid */
.gm-grid3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gm-unit {
  color: #555;
  font-size: 14px;
}

/* Radios & checkboxes */
.gm-line input[type="radio"],
.gm-line input[type="checkbox"] {
  accent-color: #e68a00;
  transform: scale(1.2);
}

/* ===== WORKING SWATCH CODE ===== */
.gm-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.gm-swatches input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.gm-swatch {
  --c:#eee;
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 6px;
  display: inline-block;
  background: var(--c);
  cursor: pointer;
  transition: transform .12s ease, border-color .12s ease;
}
.gm-swatches label:hover .gm-swatch {
  transform: scale(1.04);
}
.gm-swatches input[type="radio"]:checked + .gm-swatch {
  border-color: #e68a00;
}

.gm-selected {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #e68a00;
  background: #fff3e0;
  border: 1px solid #ffd699;
  border-radius: 6px;
  display: inline-block;
  padding: 6px 12px;
}


/* Contact info grid */
.gm-two .gm-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 18px 24px;
}

/* Actions */
.gm-actions {
  text-align: center;
  margin-top: 34px;
}
.gm-btn {
  background: #e68a00;
  color: #fff;
  font-weight: 700;
  padding: 16px 36px;
  border: none;
  border-radius: 999px; /* pill */
  font-size: 17px;
  cursor: pointer;
  transition: background 0.25s, transform 0.1s;
}
.gm-btn:hover {
  background: linear-gradient(135deg, #ff9900, #e68a00);
}
.gm-btn:active {
  transform: translateY(1px);
}

/* Responsive */
@media (max-width: 900px) {
  .gm-estimate {
    padding: 24px;
  }
  .gm-two .gm-cols {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .gm-grid3 {
    flex-direction: column;
    gap: 12px;
  }
  .gm-estimate input,
  .gm-estimate textarea {
    max-width: 100%;
  }
  .gm-title {
    font-size: 26px;
  }
}


.gm-error {
  border: 2px solid red !important;
  background: #ffecec;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ee2f438 */#bottom-nav-free-estimate {
    display: none !important;
 }/* End custom CSS */