/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2026 | 17:27:31 */
.gm-mobile-menu-container {
  display: none;
}

@media (width <= 900px) {
  .gm-mega-nav {
    display: none;
  }

  .gm-mobile-menu-container {
    display: block;
    position: static;
  }

  .gm-mobile-menu-container .gm-mobile-menu {
    position: static;
  }

  .gm-mobile-menu-container .gm-mobile-toggle {
    width: auto;
    min-width: 46px;
    height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    border: 0;
    cursor: pointer;
    line-height: 1;
  }

  .gm-mobile-menu-container .gm-mobile-drawer {
    display: none;
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    height: calc(100vh - 74px);
    overflow-y: auto;
    padding: 24px;
    background: #fff;
    border-top: 4px solid var(--accent);
    z-index: 999999;
    box-shadow: 0 24px 60px #0f172a38;
  }

  .gm-mobile-menu-container .gm-mobile-menu.is-open .gm-mobile-drawer {
    display: block;
  }

  .gm-mobile-menu-container .gm-mobile-group {
    display: block;
    max-width: 520px;
    margin: 0 auto;
    padding: 18px 0;
    border-bottom: 1px solid #eef2f7;
  }

  .gm-mobile-menu-container .gm-mobile-title {
    display: block;
    margin: 0 0 12px;
    color: var(--accent-dark);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .gm-mobile-menu-container .gm-mobile-group a {
    display: block;
    width: 100%;
    padding: 12px 0;
    color: #334155;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
    border-bottom: 1px solid #f1f5f9;
  }

  .gm-mobile-menu-container .gm-mobile-group a:last-child {
    border-bottom: 0;
  }

  .gm-mobile-menu-container .gm-mobile-group a:hover {
    color: var(--primary-soft);
  }

  .gm-mobile-menu-container .gm-mobile-cta {
    max-width: 520px;
    margin: 22px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 34px #f9731642;
  }

  .gm-mobile-menu-container .gm-mobile-cta:hover {
    background: var(--accent-dark);
  }
}



.gm-mega-nav .gm-nav-item {
  position: static;
}

.gm-mega-nav .gm-nav-item::after {
  display: none;
}

.gm-mega-nav .gm-dropdown {
  top: 82px;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(10px);
  width: min(1280px, calc(100vw - 40px));
}

.gm-mega-nav .gm-nav-item:hover > .gm-dropdown,
.gm-mega-nav .gm-dropdown:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.gm-mega-nav .gm-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -26px;
  height: 26px;
  background: transparent;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2026 | 19:05:56 */
:root {
  --primary: #0f3d77;
  --primary-dark: #08284f;
  --primary-soft: #1f6fb7;
  --accent: #f97316;
  --accent-dark: #ea580c;
  --text: #0f172a;
  --muted: #64748b;
  --bg: #ffffff;
  --bg-soft: #f8fafc;
  --border: #e2e8f0;
  --card: #ffffff;
  --shadow: 0 18px 50px #0f172a14;
  --shadow-strong: 0 24px 60px #0284c92e;
  --radius: 24px;
  --container: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 90px 0;
}

.section-soft {
  background: var(--bg-soft);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 24px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.08;
  font-weight: 900;
  color: var(--primary-dark);
}

.section-heading p {
  max-width: 760px;
  margin: 16px auto 0;
  font-size: 18px;
  color: var(--muted);
}

/* header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fffffff5;
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--primary-dark);
}

.logo span {
  color: var(--accent);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  font-size: 15px;
  font-weight: 700;
  color: #334155;
  transition: 0.2s ease;
}

.main-nav a:hover {
  color: var(--primary-soft);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.social-btn,
.btn,
.btn-outline,
.btn-light,
.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: 0.2s ease;
  border: 0;
  cursor: pointer;
}

.social-btn {
  padding: 11px 18px;
  border: 1px solid #fed7aa;
  background: #ffffff;
  color: var(--accent-dark);
  text-transform: none;
}

.social-btn:hover {
  background: #fff7ed;
}

.btn {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 14px 34px #f9731642;
}

.btn:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.btn-outline {
  border: 1px solid #ffffff40;
  background: #ffffff1a;
  color: #ffffff;
}

.btn-outline:hover {
  background: #ffffff2e;
}

.btn-light {
  background: #ffffff;
  color: var(--primary);
}

.btn-light:hover {
  background: #eff6ff;
}

.service-btn {
  background: #fff7ed;
  color: var(--accent-dark);
  text-transform: none;
  border-radius: 14px;
  padding: 14px 18px;
  width: 100%;
  justify-content: flex-start;
  font-size: 13px;
}

.service-btn:hover {
  background: #ffedd5;
}

/* hero */

.hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, #08284f 0%, #1359a8 52%, #1f7ec8 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  pointer-events: none;
}

.hero::before {
  width: 260px;
  height: 260px;
  background: #f973163d;
  top: -40px;
  left: -40px;
}

.hero::after {
  width: 320px;
  height: 320px;
  background: #7dd3fc1f;
  right: -70px;
  bottom: -70px;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 56px;
  align-items: center;
  padding: 72px 0 64px;
}

.hero-copy {
  max-width: 700px;
}

.hero-badge {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff1a;
  border: 1px solid #ffffff24;
  color: #dbeafe;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}

.hero-title {
  margin: 0;
  max-width: 680px;
  font-size: clamp(54px, 4.7vw, 88px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.hero-title span {
  display: block;
}

.hero-subtitle {
  max-width: 620px;
  margin-top: 24px;
  color: #fdba74;
  font-size: clamp(28px, 2.8vw, 52px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero p {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.75;
  color: #e0f2fe;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.hero-card {
  position: relative;
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  border-radius: 32px;
  padding: 24px;
  background: #ffffff1a;
  border: 1px solid #ffffff24;
  box-shadow: 0 24px 60px #0f172a38;
}

.hero-card::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 28px;
  background: #f97316;
  left: -30px;
  top: 42px;
  z-index: 0;
}

.hero-card__inner {
  position: relative;
  z-index: 1;
  min-height: 420px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #cbd5e1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: #475569;
}

/* grids */

.grid-3,
.services-grid,
.reasons-grid,
.features-grid,
.testimonial-grid,
.brands-grid {
  display: grid;
  gap: 24px;
}

.grid-3,
.services-grid,
.reasons-grid,
.features-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.brands-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* cards */

.card,
.reason-card,
.testimonial-card,
.brand-card,
.service-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.card,
.reason-card,
.testimonial-card {
  padding: 32px;
}

.service-card {
  padding: 20px;
  transition: 0.25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px #0f172a1f;
}

.brand-card {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: var(--primary-dark);
}

.step-pill {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff7ed;
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 800;
}

.card h3,
.service-card h3,
.reason-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  color: var(--primary-dark);
}

.card p,
.service-card p,
.reason-card p,
.testimonial-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

/* split sections */

.split,
.content-split,
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
}

.panel-dark,
.team-panel,
.cta-panel {
  border-radius: 32px;
  padding: 44px;
  color: #ffffff;
  box-shadow: 0 24px 60px #0284c92e;
}

.panel-dark {
  background: linear-gradient(135deg, #08284f 0%, #1359a8 100%);
}

.team-panel {
  background: var(--primary-dark);
}

.cta-wrap {
  background: #08284f;
  color: #ffffff;
}

.cta-panel {
  background: #ffffff0f;
  border: 1px solid #ffffff14;
  text-align: center;
  box-shadow: none;
}

.panel-dark h2,
.content-block h2,
.team-panel h3,
.cta-panel h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 900;
}

.panel-dark p,
.content-block p,
.team-panel p,
.cta-panel p {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.8;
}

.panel-dark p,
.team-panel p,
.cta-panel p {
  color: #dbeafe;
}

.content-block p {
  color: var(--muted);
}

/* media placeholders */

.media-box {
  background: #ffffff;
  border-radius: 32px;
  padding: 16px;
  box-shadow: var(--shadow);
}

.media-box__inner,
.service-image,
.secondary-image,
.team-image,
.survey-image {
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  color: #64748b;
  background: linear-gradient(135deg, #e2e8f0 0%, #f8fafc 55%, #dbeafe 100%);
}

.media-box__inner {
  min-height: 360px;
}

.service-image {
  height: 210px;
  margin-bottom: 20px;
}

.secondary-image {
  min-height: 240px;
}

.team-image {
  min-height: 250px;
  background: #ffffff14;
  color: #dbeafe;
  margin-bottom: 24px;
}

.survey-image {
  min-height: 380px;
}

/* numbers + testimonials */

.reason-number,
.testimonial-mark {
  color: var(--accent);
  font-weight: 900;
  line-height: 1;
}

.reason-number {
  font-size: 52px;
}

.testimonial-mark {
  font-size: 62px;
  margin-bottom: 18px;
}

.testimonial-meta {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 900;
  color: var(--primary-dark);
}

.testimonial-role {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}

/* blue band */

.band {
  background: linear-gradient(135deg, #1d5fa5 0%, #2c81cb 100%);
  color: #ffffff;
}

.band .section-heading h2,
.band .section-heading p {
  color: #ffffff;
}

.feature-card {
  border-radius: 28px;
  padding: 28px;
  background: #ffffff1a;
  border: 1px solid #ffffff24;
}

.feature-card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}

.feature-card p {
  margin: 12px 0 0;
  color: #eff6ff;
  font-size: 16px;
  line-height: 1.75;
}

.cta-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* footer */

.site-footer {
  background: #020617;
  color: #ffffff;
}

.site-footer p {
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.8;
}

.footer-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.footer-pill {
  border-radius: 20px;
  padding: 18px 20px;
  background: #ffffff0d;
  border: 1px solid #ffffff14;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f8fafc;
}

/* responsive */

@media (width <= 1200px) {
  .services-grid,
  .reasons-grid,
  .features-grid,
  .testimonial-grid,
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__grid,
  .split,
  .content-split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: clamp(48px, 5vw, 72px);
    max-width: 620px;
  }

  .hero-subtitle {
    font-size: clamp(26px, 3vw, 42px);
  }
}

@media (width <= 900px) {
  .main-nav {
    display: none;
  }

  .grid-3,
  .services-grid,
  .reasons-grid,
  .features-grid,
  .testimonial-grid,
  .brands-grid,
  .footer-points {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 56px 0;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(36px, 8vw, 56px);
    line-height: 0.96;
  }

  .hero-subtitle {
    max-width: 100%;
    font-size: clamp(24px, 5.5vw, 36px);
    line-height: 1;
    margin-top: 18px;
  }

  .hero-card {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-card__inner {
    min-height: 320px;
  }

  .panel-dark,
  .team-panel,
  .cta-panel,
  .card,
  .reason-card,
  .testimonial-card {
    padding: 28px;
  }
}

@media (width <= 640px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .logo {
    font-size: 28px;
  }

  .hero-badge {
    font-size: 12px;
    line-height: 1.4;
  }

  .hero-title {
    font-size: 34px;
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .hero-subtitle {
    font-size: 24px;
    line-height: 1;
  }

  .hero p,
  .panel-dark p,
  .content-block p,
  .team-panel p,
  .cta-panel p,
  .section-heading p {
    font-size: 16px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .social-btn,
  .btn,
  .btn-outline,
  .btn-light {
    width: 100%;
  }

  .media-box__inner,
  .hero-card__inner,
  .survey-image {
    min-height: 280px;
  }
}










/* =========================================================
   FAQ SECTION
   Full standalone styling for the homepage FAQ area
   Includes:
   - dark blue section background
   - styled top intro area
   - accordion cards
   - matching styled bottom outro area
   - responsive tablet/mobile adjustments
   ========================================================= */

/* Main FAQ section wrapper */
.section-faqs {
  padding: 72px 0;
  background: #08284f;
  color: #ffffff;
  overflow: hidden;
}

/* Slightly narrower content width than the main site container */
.section-faqs .container {
  max-width: 1120px;
}

/* =========================================================
   TOP HERO AREA
   Small label, main title, lead paragraph, intro card
   ========================================================= */
.section-faqs-hero {
  max-width: 1040px;
  margin: 0 auto 34px;
  text-align: center;
}

/* Small FAQ label */
.section-faqs-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fdba74;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Main FAQ title */
.section-faqs-title {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(34px, 4.5vw, 68px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-wrap: balance;
}

/* Optional second line in the title */
.section-faqs-title span {
  display: block;
}

/* Lead paragraph under the main title */
.section-faqs-lead {
  max-width: 900px;
  margin: 22px auto 0;
  font-size: 20px;
  line-height: 1.85;
  color: #dbeafe;
}

/* =========================================================
   TOP INTRO CARD
   Two-column explanatory text block above the accordion
   ========================================================= */
.section-faqs-intro-card {
  max-width: 980px;
  margin: 30px auto 0;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.18);
  text-align: left;
}

/* Small orange divider line at the top of the intro card */
.section-faqs-intro-line {
  width: 72px;
  height: 4px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: #f97316;
}

/* Two-column grid for intro content */
.section-faqs-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Each intro text column */
.section-faqs-intro-block {
  padding: 6px 4px;
}

.section-faqs-intro-block h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.section-faqs-intro-block p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: #dbeafe;
}

/* =========================================================
   FAQ ACCORDION LIST
   ========================================================= */
.faq-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

/* Each FAQ card */
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.16);
}

/* Clickable question row */
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 28px;
  padding-right: 64px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  color: #08284f;
  position: relative;
}

/* Hide default browser marker */
.faq-item summary::-webkit-details-marker {
  display: none;
}

/* Plus / minus icon */
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #f97316;
  font-weight: 700;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

/* Expanded answer area */
.faq-answer {
  padding: 0 28px 24px;
}

.faq-answer p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.85;
  color: #64748b;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   BOTTOM OUTRO CARD
   Styled closing content below the accordion
   ========================================================= */
.section-faqs-outro-card {
  max-width: 980px;
  margin: 24px auto 0;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.18);
  text-align: left;
}

/* Small orange divider line at the top of the outro card */
.section-faqs-outro-line {
  width: 72px;
  height: 4px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: #f97316;
}

/* Two-column grid for outro content */
.section-faqs-outro-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.section-faqs-outro-block h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.section-faqs-outro-block p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: #dbeafe;
}

/* =========================================================
   TABLET STYLES
   Reduce spacing and stack intro/outro grids
   ========================================================= */
@media (max-width: 900px) {
  .section-faqs {
    padding: 64px 0;
  }

  .section-faqs-hero {
    margin-bottom: 28px;
  }

  .section-faqs-title {
    font-size: clamp(30px, 7vw, 50px);
    line-height: 1.08;
  }

  .section-faqs-lead {
    font-size: 17px;
    line-height: 1.8;
  }

  .section-faqs-intro-card,
  .section-faqs-outro-card {
    padding: 24px;
  }

  .section-faqs-intro-grid,
  .section-faqs-outro-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-faqs-intro-block h3,
  .section-faqs-outro-block h3 {
    font-size: 22px;
  }

  .section-faqs-intro-block p,
  .section-faqs-outro-block p {
    font-size: 16px;
    line-height: 1.8;
  }

  .faq-item summary {
    padding: 20px 22px;
    padding-right: 54px;
    font-size: 20px;
  }

  .faq-item summary::after {
    right: 22px;
    font-size: 28px;
  }

  .faq-answer {
    padding: 0 22px 20px;
  }

  .faq-answer p {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* =========================================================
   MOBILE STYLES
   Tighter spacing and smaller type
   ========================================================= */
@media (max-width: 640px) {
  .section-faqs {
    padding: 56px 0;
  }

  .section-faqs .container {
    width: min(1120px, calc(100% - 24px));
  }

  .section-faqs-hero {
    margin-bottom: 24px;
  }

  .section-faqs-kicker {
    margin-bottom: 12px;
  }

  .section-faqs-title {
    font-size: 30px;
    line-height: 1.10;
    letter-spacing: -0.03em;
  }

  .section-faqs-lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.75;
  }

  .section-faqs-intro-card,
  .section-faqs-outro-card {
    margin-top: 22px;
    padding: 20px;
    border-radius: 22px;
  }

  .section-faqs-intro-line,
  .section-faqs-outro-line {
    margin-bottom: 18px;
  }

  .section-faqs-intro-block h3,
  .section-faqs-outro-block h3 {
    font-size: 20px;
  }

  .section-faqs-intro-block p,
  .section-faqs-outro-block p {
    font-size: 16px;
    line-height: 1.75;
  }

  .faq-list {
    gap: 14px;
  }

  .faq-item {
    border-radius: 22px;
  }

  .faq-item summary {
    padding: 18px;
    padding-right: 46px;
    font-size: 18px;
    line-height: 1.4;
  }

  .faq-item summary::after {
    right: 18px;
    font-size: 24px;
  }

  .faq-answer {
    padding: 0 18px 18px;
  }

  .faq-answer p {
    font-size: 16px;
    line-height: 1.75;
  }
}














/* Fixes for reduced HTML */

.emergency-eyebrow,
.about-gasmaster-eyebrow,
.band-eyebrow,
.cta-eyebrow {
  color: #fdba74;
}

.center-btn {
  margin-top: 34px;
  text-align: center;
}

.cta-actions-center {
  justify-content: center;
  margin-top: 28px;
}

.card > .btn,
.panel-dark > .btn,
.content-block > .btn,
.team-panel > .btn {
  margin-top: 20px;
}

.service-card > .service-btn {
  margin-top: 18px;
}

.remote-survey-content > .btn {
  margin-top: 22px;
}









/* Areas We Cover section */

.section-areas .grid-3 {
  margin-top: 34px;
}

.areas-card h3 {
  margin-bottom: 14px;
}

.areas-card p {
  margin-top: 0;
}

.areas-text {
  max-width: 800px;
  margin: 30px auto 0;
  text-align: center;
}

.areas-text p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

@media (width <= 640px) {
  .section-areas .grid-3 {
    margin-top: 26px;
  }

  .areas-text {
    margin-top: 24px;
  }

  .areas-text p {
    font-size: 16px;
    line-height: 1.75;
  }
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 20 2026 | 23:13:32 */
/* Add your CSS code here.
			
For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.divider1 .elementor-divider {
    padding-block-start: 0px !important;
    padding-block-end: 0px !important;
}
.divider1 p {
	margin-bottom:5px
	
}
.hero-bg-fade{
  position: relative;
}

.hero-bg-fade:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(
    90deg,
    rgba(0, 90, 200, 0.60) 0%,
    rgba(0, 90, 200, 0.35) 55%,
    rgba(0, 90, 200, 0.10) 100%
  );
  z-index:0;
}

.hero-bg-fade > .elementor-container,
.hero-bg-fade > .e-con-inner{
  position: relative;
  z-index: 1;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 19:17:38 */
.forminator-custom-form{
	display: block !important
}

.elementor-swiper-button {
	display:none !important
}
span.t1 {
    margin-left: 33px;
}


body a {
    color: #FF6E01;
}
 .section-post-comments , .section-post-about{
	display: none !important

}
.elementor-element.elementor-element-f5ad40a.elementor-nav-menu__align-justify.elementor-nav-menu--dropdown-tablet.elementor-nav-menu__text-align-aside.elementor-nav-menu--toggle.elementor-nav-menu--burger.elementor-widget.elementor-widget-nav-menu {
    /*position: absolute;
    width: 100%;
    height: 500px;
    z-index: 9999;*/
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container{
	left: 22px;
    position: relative;
    top: 20px;
}
}



.dropdownmenu .elementor-nav-menu__align-justify {
  /*  position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%; */
}





.blogs-page .post-links  a {
    color: #ff6e01;
}



.blogs-page h2.entry-title{
font-size:20px;
	line-height:23px;
}

.ha-menu-toggler .e-font-icon-svg{
    height: 35px;
    padding: 5px;
 }

.ha-navigation-burger-menu {
	margin-top:5px;
	
}
#forminator-form-3019__field--name-1_6716b3e81b21e-label{
	
	margin-bottom:20px;
}
body .forminator-ui#forminator-module-3019.forminator-design--material select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
    font-size: 31px;
    line-height: 35px;
    font-weight: 400;
}
#checkbox-2{
	
	margin-top:30px;
}

#checkbox-2 h4{
	
	margin-bottom:20px;
}
.forminator-label {
    font-size: 30px !important;
    margin-bottom: 20px !important;
}

#forminator-module-3019{
display: block !important	
	
}

#forminator-module-3019 select{
width:100% !important	
	
}

#forminator-module-3019 input{
width:100% !important	
	
}

.plumbing-icons .path1 path {
    fill: #FF6E01;
}
.plumbing-icons svg {
    fill: #FF6E01;
}


.page-id-607 .hidden-commercial {
	display: none !important;
}


.page-id-467 .hidden-commercial {
	display: none !important;
}

 .forminator-ui.forminator-custom-form[data-design=material] .forminator-checkbox .forminator-checkbox-box~span {
    font-size: 20px;
}

@media only screen and (max-width: 1050px) {
	.single-post h1, .single-post h2 {
		font-size:25px;
	}
} 


@media only screen and (min-width: 1050px) {
	.single-post h1, .single-post h2 {
		font-size:35px;
	}
	
	
	
	
	.new_prices .ha-pricing-table{
	
	min-height:800px;
}
	
	.packes-boxes .package-3 .ha-pricing-table-btn {
	margin-top:124px;
	} 
	
	.packes-boxes .package-2 .ha-pricing-table-btn {
	margin-top:84px;
	} 


.packes-boxes .package-1 .ha-pricing-table-btn {
	margin-top:212px;
	} 
	
	.packes-boxes .package-4 .ha-pricing-table-btn {

	} 

}
.packes-boxes .ha-pricing-table-btn {
  
    width: 100%;
    text-align: center;
}


.ha-pricing-table-features-list {
    margin: 0 0 0px 0px !important;
}


.page-id-4206 .ha-pricing-table>.elementor-widget-container {
 
	padding: 1em 1em;  }
.full_w_button_mobile a{
	text-transform:uppercase;
}

.page-id-466 .ha-pricing-table>.elementor-widget-container {
 
	padding: 1em 1em;  }
.full_w_button_mobile a{
	text-transform:uppercase;
}
.white-icons  path{
	fill:white ;
	    stroke: white ;
}



.icon-blue  .price{
	color:#0078DB ;
}

.icon-blue  path{
	fill:#0078DB ;
	    stroke: white ;
}

.blue-stroke path{
	fill:none !important ;
	    stroke: #0078DB !important ;
	
}
.clipped_one {
        -webkit-clip-path: polygon(7% 0, 0% 24%, 4% 35%, 0 61%, 5% 75%, 4% 100%, 94% 100%, 100% 68%, 93% 37%, 100% 20%, 95% 0);
        clip-path: polygon(7% 0, 0% 24%, 4% 35%, 0 61%, 5% 75%, 4% 100%, 94% 100%, 100% 68%, 93% 37%, 100% 20%, 95% 0);
    }


@media only screen and (max-width: 900px) {
	.desc {
		font-size: 18px !important;
    line-height: 25px !important;
	}
	p {
    font-size: 18px !important;
    line-height: 25px !important;
}
	
	.full_w_button_mobile .ha-creative-btn{
	width:100%	
	}
	
	.home_icons h1, .home_icons h2 , .home_icons h3 , .home_icons h4 , .home_icons h5{
		
		
	}
	.full_w_button_mobile  .ha-creative-btn{
		
		width:100% !important;
	}
	
		
	.full_w_button_mobile  a{
		
		width:100% !important;
	}
	.full_w_button_mobile .ha-creative-btn-wrap{
		
		width:100% !important;
	}
	
	
    body .content_wrapper .section_wrapper, .container, .four.columns .widget-area {
        max-width: 100% !important;
        padding-left: 0px ;
        padding-right: 0px;
    }
}