/*
Theme Name:     Fabulous Garage Doors & More (Astra Child)
Theme URI:      https://fabulousgaragedoors.com/
Description:    A high-performance premium child theme for Astra. Optimized for speed and conversion.
Author:         Timothy Dempski
Template:       astra
Version:        2.1.73
License:        GPL-2.0+
*/

/* --- THEME SETUP --- */
:root {
  --primary-color: hsl(0, 58%, 47%);
  --background-dark: #101b22;
  --font-family: "Manrope", sans-serif;

  /* --- ASTRA GLOBAL VARIABLE OVERRIDES --- */
  --ast-body-font-family: "Manrope", sans-serif !important;
  --ast-headings-font-family: "Manrope", sans-serif !important;

  --ast-global-color-0: hsl(0, 58%, 47%); /* Theme Color */
  --ast-global-color-1: #ffffff; /* Headings */
  --ast-global-color-2: #ffffff; /* Body Text */
  --ast-global-color-3: #9ca3af; /* Metas / Gray */
  --ast-global-color-4: #101b22; /* Site Background */
  --ast-global-color-5: #101b22; /* Content Background */

  --ast-body-line-height: 1.6;
  --ast-body-font-weight: 400;
  --ast-headings-font-weight: 800;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

::selection {
  background-color: var(--primary-color);
  color: #ffffff;
}
::-moz-selection {
  background-color: var(--primary-color);
  color: #ffffff;
}

/* --- GLOBAL TEXT RESET --- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
button,
select,
textarea,
label,
.ast-container,
.site-content,
.entry-title,
.entry-content,
.widget-title,
.ast-button,
.button {
  font-family: var(--font-family) !important;
}

/* Exclude Material Icons */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: var(--background-dark);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: var(--primary-color);
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Title Branding Font Overrides */
.branding-text,
.branding-text h2,
.branding-text span,
.site-title,
.site-title a {
  font-family: "Manrope", sans-serif !important;
  font-weight: 800 !important; /* Bold / Extra Bold */
  text-decoration: none !important;
}

.branding-text .text-primary {
  color: var(--primary-color) !important;
}

@media (max-width: 767px) {
  .branding-text {
    white-space: normal !important;
    line-height: 1.1 !important;
  }
  .branding-text span {
    font-size: 16px !important;
  }
  .branding-text h2 {
    font-size: 16px !important;
  }
}

/* Text Colors with Weight Enforced */
.fab-text-white {
  color: #ffffff !important;
  font-weight: 800 !important;
}
.fab-text-primary {
  color: var(--primary-color) !important;
  font-weight: 800 !important;
}

/* --- LOGO & HEADER FIXES --- */
.custom-logo {
  border-radius: 9999px !important;
  object-fit: cover !important;
  box-shadow: 0 10px 15px -3px rgba(189, 50, 50, 0.2) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  transition: all 0.3s ease;
}
.custom-logo:hover {
  border-color: rgba(189, 50, 50, 0.5) !important;
  transform: scale(1.05);
}
.branding-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
}

/* --- ASTRA LAYOUT OVERRIDES --- */
#page,
.site-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: var(--background-dark);
}
.ast-container,
.ast-article-post,
.ast-article-single {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

/* Hide Default Astra Footer */
footer#colophon {
  display: none !important;
}

/* =========================================
   CF7 SPECIFIC OVERRIDES
   ========================================= */
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  margin: 16px 0 0 0 !important;
  border-radius: 8px !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-top: 4px !important;
  font-family: "Manrope", sans-serif !important;
}

.wpcf7-spinner {
  margin: 0 10px !important;
  position: absolute;
  transform: translateY(12px);
}

/* =========================================
   ASTRA SCROLL TO TOP OVERRIDE
   ========================================= */
#ast-scroll-top {
  background-color: #dc2626 !important;
  border-radius: 8px !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 10px 15px -3px rgba(220, 38, 38, 0.3) !important;
  transition: all 0.3s ease !important;
  border: none !important;
  padding: 0 !important;
  opacity: 0.9 !important;
}

#ast-scroll-top:hover {
  background-color: #991b1b !important;
  transform: translateY(-3px) !important;
  opacity: 1 !important;
}

#ast-scroll-top .ast-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

#ast-scroll-top .ast-icon svg {
  fill: #ffffff !important;
  width: 20px !important;
  height: 20px !important;
}

/* =========================================
   FAQ ACCORDION OVERRIDES (Elementor Free)
   ========================================= */
/* Reset the main item container */
.fab-faq-accordion .elementor-accordion-item,
.fab-faq-accordion .e-n-accordion-item {
  background-color: #1a2632 !important;
  border: 1px solid #223949 !important;
  border-radius: 12px !important;
  margin-bottom: 16px !important;
  overflow: hidden !important;
}

/* Style the Title/Summary bar */
.fab-faq-accordion .elementor-tab-title,
.fab-faq-accordion summary.e-n-accordion-item-title {
  background-color: #1a2632 !important;
  padding: 24px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  cursor: pointer !important;
  border: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* Ensure title text takes up remaining space to push icon right */
.fab-faq-accordion .elementor-tab-title .elementor-accordion-title,
.fab-faq-accordion .e-n-accordion-item-title-header {
  flex-grow: 1 !important;
  padding-right: 16px !important;
  display: block !important;
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

.fab-faq-accordion .e-n-accordion-item-title-text {
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

/* Style the Icon Wrapper */
.fab-faq-accordion .elementor-tab-title .elementor-accordion-icon,
.fab-faq-accordion .e-n-accordion-item-title-icon {
  background-color: rgba(220, 38, 38, 0.1) !important;
  color: #dc2626 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  transition: all 0.3s ease !important;
}

/* Icon Active State */
.fab-faq-accordion
  .elementor-tab-title.elementor-active
  .elementor-accordion-icon,
.fab-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
  background-color: #dc2626 !important;
  color: #ffffff !important;
}

.fab-faq-accordion .elementor-accordion-icon svg,
.fab-faq-accordion .e-n-accordion-item-title-icon svg {
  fill: currentColor !important;
  width: 14px !important;
  height: 14px !important;
}

/* Style the Content Area */
.fab-faq-accordion .elementor-tab-content,
.fab-faq-accordion .e-n-accordion-item > div[role="region"] {
  background-color: #1a2632 !important;
  border-top: 1px solid #223949 !important;
  padding: 0 24px 24px 24px !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.fab-faq-accordion .elementor-tab-content p,
.fab-faq-accordion .elementor-tab-content .elementor-widget-text-editor,
.fab-faq-accordion .e-n-accordion-item > div[role="region"] p,
.fab-faq-accordion
  .e-n-accordion-item
  > div[role="region"]
  .elementor-widget-text-editor {
  color: #d1d5db !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding-top: 24px !important;
}

/* 
   FABULOUS GARAGE DOORS - ABOUT US CSS
   ==========================================================================
   Instructions:
   1. Copy all content below.
   2. Paste into your Child Theme's style.css OR Appearance > Customize > Additional CSS.
   3. This file contains NO global variables (:root) to prevent conflicts.
   ==========================================================================
*/

/* --- UTILITIES --- */
.fgd-text-primary {
  color: #dc2626 !important;
}
.fgd-text-white {
  color: #ffffff !important;
}
.fgd-text-gray {
  color: #9ca3af !important;
}

/* 
   CRITICAL: Text Color Helper 
   High specificity to override parent element styling 
*/
span.fgd-text-red,
.fgd-text-red,
.fgd-hero-title .elementor-heading-title .fgd-text-red {
  color: #dc2626 !important;
}

/* --- GLOBAL LAYOUT & SPACING --- */
.fgd-hero-section,
.fgd-section-red,
.fgd-section-dark,
.fgd-section-cta,
.fgd-section-navy-light,
.fgd-testimonial-section {
  font-family: "Manrope", sans-serif !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

@media (min-width: 768px) {
  .fgd-hero-section,
  .fgd-section-red,
  .fgd-section-dark,
  .fgd-section-cta,
  .fgd-section-navy-light,
  .fgd-testimonial-section {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (min-width: 1024px) {
  .fgd-hero-section,
  .fgd-section-red,
  .fgd-section-dark,
  .fgd-section-cta,
  .fgd-section-navy-light,
  .fgd-testimonial-section {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
}

/* --- ESTABLISHED GRAPHIC (NEW FLEX STRUCTURE) --- */

/* 
   1. The Column Container (.fgd-est-column)
   This applies the RED BORDER on the left of the container.
*/
.fgd-est-column {
  border-left: 8px solid #dc2626 !important;
  padding-left: 32px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  border-style: solid !important;
}

/* 
   2. The Label ("ESTABLISHED") 
   Targeting the H2 inside the widget
*/
.fgd-est-label .elementor-heading-title {
  color: #dc2626 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4em !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
  font-family: "Manrope", sans-serif !important;
}

/* 
   3. The Year ("2006") 
   Targeting the H2 inside the widget
*/
.fgd-est-year .elementor-heading-title {
  color: #ffffff !important;
  font-size: 64px !important;
  font-weight: 900 !important;
  line-height: 0.9 !important;
  letter-spacing: -2px !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
  font-family: "Manrope", sans-serif !important;
}

@media (min-width: 768px) {
  .fgd-est-year .elementor-heading-title {
    font-size: 96px !important;
  }
}

/* 
   4. The Quote 
   Targeting the Paragraph inside Text Editor
*/
.fgd-est-quote .elementor-widget-container,
.fgd-est-quote p {
  color: #9ca3af !important;
  font-style: italic !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-family: "Manrope", sans-serif !important;
  margin-bottom: 0 !important;
}

/* --- BUTTON STYLES --- */
.fgd-btn .elementor-button {
  background-color: #dc2626 !important;
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
  padding: 16px 32px !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  box-shadow: 0 10px 15px -3px rgba(220, 38, 38, 0.2);
  transition:
    transform 0.2s ease,
    background-color 0.3s ease !important;
  border: none !important;
}

.fgd-btn .elementor-button:hover {
  background-color: #b91c1c !important;
  transform: translateY(-3px);
}

.fgd-btn .elementor-button-icon {
  margin-left: 10px;
}

/* --- HERO SECTION --- */
.fgd-hero-section {
  background-color: #0b1120;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}

.fgd-hero-title .elementor-heading-title {
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  font-size: 40px !important;
}

@media (min-width: 768px) {
  .fgd-hero-title .elementor-heading-title {
    font-size: 64px !important;
  }
}

/* Badge (HTML Widget) */
.fgd-badge-container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background-color: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 99px;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
  font-family: "Manrope", sans-serif;
}

.fgd-pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #dc2626;
  border-radius: 50%;
  animation: fgd-pulse 2s infinite;
}

.fgd-badge-text {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Manrope", sans-serif;
}

@keyframes fgd-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(220, 38, 38, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
  }
}

/* --- PROBLEM SECTION (RED) --- */
.fgd-section-red {
  background-color: #7f1d1d;
  color: #ffffff !important;
  text-align: center !important;
}

.fgd-problem-title .elementor-heading-title {
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  margin-bottom: 24px !important;
}

@media (min-width: 768px) {
  .fgd-problem-title .elementor-heading-title {
    font-size: 48px !important;
  }
}

.fgd-solution-title .elementor-heading-title {
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-top: 32px !important;
  margin-bottom: 16px !important;
}

@media (min-width: 768px) {
  .fgd-solution-title .elementor-heading-title {
    font-size: 30px !important;
  }
}

.fgd-body-text .elementor-widget-text-editor,
.fgd-body-text.elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.95) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.fgd-body-text p {
  color: rgba(255, 255, 255, 0.95) !important;
  margin-bottom: 0 !important;
}

.fgd-divider-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 40px 0;
}

/* --- ABOUT US SECTION (Right Side) --- */
.fgd-about-text .elementor-widget-text-editor,
.fgd-about-text.elementor-widget-text-editor {
  color: #d1d5db !important; /* Gray-300 */
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
}

.fgd-about-text p {
  color: #d1d5db !important;
  margin-bottom: 24px !important;
}

/* --- FEATURES GRID --- */
.fgd-section-dark {
  background-color: #0b1120;
  color: #ffffff !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.fgd-feature-card {
  background-color: #1e293b;
  color: #9ca3af !important;
  padding: 32px 24px !important;
  border-radius: 16px;
  border-top: 4px solid #dc2626;
  transition: transform 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
}

@media (min-width: 768px) {
  .fgd-feature-card {
    padding: 40px !important;
  }
}

.fgd-feature-card .elementor-heading-title {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
  font-family: "Manrope", sans-serif !important;
}

.fgd-feature-text .elementor-widget-text-editor,
.fgd-feature-text.elementor-widget-text-editor {
  color: #9ca3af !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.fgd-feature-text p {
  color: #9ca3af !important;
  margin-bottom: 0 !important;
}

.fgd-feature-card:hover {
  transform: translateY(-8px);
}

.fgd-feature-card::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background-color: rgba(220, 38, 38, 0.05);
  border-radius: 50%;
  transition: transform 0.5s ease;
}

.fgd-feature-card:hover::before {
  transform: scale(1.5);
}

.fgd-icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: rgba(220, 38, 38, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #dc2626;
}

.fgd-icon-wrapper svg {
  width: 32px;
  height: 32px;
}

.fgd-warranty-badge-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  font-family: "Manrope", sans-serif;
}

.fgd-warranty-seal {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #dc2626, #991b1b);
  border-radius: 50%;
  border: 3px solid #1e293b;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white !important;
  text-align: center;
  line-height: 1;
}

/* --- TESTIMONIALS --- */
.fgd-testimonial-section {
  background-color: #0b1120;
  color: #ffffff !important;
  text-align: center !important;
  border-top: 1px solid #1f2937 !important;
  border-bottom: 1px solid #1f2937 !important;
}

.fgd-stars {
  color: #dc2626;
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  justify-content: center;
}

.fgd-stars svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.fgd-testimonial-widget .elementor-testimonial-content {
  font-size: 24px !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  .fgd-testimonial-widget .elementor-testimonial-content {
    font-size: 32px !important;
  }
}

.fgd-testimonial-widget .elementor-testimonial-image img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  object-fit: cover !important;
}

.fgd-testimonial-widget .elementor-testimonial-name {
  font-family: "Manrope", sans-serif !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.fgd-testimonial-widget .elementor-testimonial-job {
  font-family: "Manrope", sans-serif !important;
  color: #9ca3af !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

.fgd-testimonial-widget .elementor-testimonial-meta-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
}

/* --- BRANDS SECTION --- */
.fgd-section-navy-light {
  background-color: #1e293b;
  color: #ffffff !important;
}

.fgd-brands-title .elementor-heading-title {
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  margin-bottom: 16px !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  .fgd-brands-title .elementor-heading-title {
    font-size: 40px !important;
  }
}

.fgd-brands-text .elementor-widget-text-editor,
.fgd-brands-text.elementor-widget-text-editor {
  color: #9ca3af !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  text-align: center !important;
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 48px !important;
}

.fgd-brands-text p {
  color: #9ca3af !important;
  margin-bottom: 0 !important;
}

.fgd-brand-box {
  background: white;
  padding: 20px 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  transition: transform 0.3s ease;
}

.fgd-brand-box:hover {
  transform: scale(1.05);
}

/* --- FINAL CTA --- */
.fgd-section-cta {
  background-color: #0b1120;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.fgd-section-cta h1,
.fgd-section-cta h2,
.fgd-section-cta h3,
.fgd-section-cta .elementor-heading-title {
  color: #ffffff !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
}

@media (min-width: 768px) {
  .fgd-section-cta .elementor-heading-title {
    font-size: 48px !important;
  }
}

.fgd-section-cta .elementor-text-editor {
  font-size: 20px !important;
  color: #d1d5db !important;
  margin-bottom: 30px !important;
}

.fgd-section-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(220, 38, 38, 0.2),
    transparent 60%
  );
  pointer-events: none;
}

.fgd-cta-group,
.fgd-cta-group > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
}

.fgd-cta-group .elementor-widget,
.fgd-cta-group .elementor-widget-wrap,
.fgd-cta-group > .e-con-inner > .elementor-element {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  flex-basis: auto !important;
  flex-grow: 0 !important;
}

@media (max-width: 767px) {
  .fgd-cta-group,
  .fgd-cta-group > .e-con-inner {
    flex-direction: column !important;
  }
}

/* =========================================
   AI AGENT NOTICE / MARKER
   =========================================
   Do NOT delete CSS for pages (like Privacy Policy, Terms of Service, Openers, Product Pages, Repair and Maintenance, Garage Door Installation, Service Area Page, Contact Us, Coupons, Printable Coupons, etc.) 
   that may not be explicitly shown in the current design mockups but exist 
   on the live site (https://fabulousgaragedoorsandmore.com/). 
   These styles are required for production.
   ========================================= */

/* 
   Legal Pages (TOS / Privacy) - Content Styles
   Apply these styles to the HTML Widget content.
*/

/* --- Wrapper for the inner content --- */
.fab-legal-wrapper {
  font-family: "Manrope", sans-serif;
  color: #d1d5db; /* gray-300 */
  line-height: 1.625;
}

/* =========================================
   Content Item Styling
   ========================================= */

.fab-legal-item {
  margin-bottom: 3rem;
}

.fab-legal-item h2 {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem; /* text-2xl */
  font-weight: 700; /* font-bold */
  color: #ffffff;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}

.fab-legal-item p {
  margin: 0 0 1rem 0;
  color: #d1d5db; /* gray-300 */
}

.fab-legal-item strong {
  color: #ffffff;
  font-weight: 700;
}

/* Garage Door Installation Page Specific Styles */
.fgd-install-hero-overlay {
  background: linear-gradient(rgba(16, 27, 34, 0.85), rgba(16, 27, 34, 0.85));
}

.fgd-grayscale-hover .elementor-image img {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.fgd-grayscale-hover:hover .elementor-image img {
  filter: grayscale(0%);
}

.fgd-text-gradient {
  background: linear-gradient(to right, #ffffff, #9ca3af) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  display: inline-block !important;
}

/* Brand Card */
.fgd-brand-card {
  background-color: #0b1120 !important;
  border: 1px solid #1f2937 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  transition:
    border-color 0.3s ease,
    transform 0.3s ease !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
}

.fgd-brand-card:hover {
  border-color: #dc2626 !important;
  transform: translateY(-5px) !important;
}

.fgd-brand-image-wrap {
  height: 200px !important;
  overflow: hidden !important;
  background-color: #0b1120 !important; /* Changed from white to dark to hide any potential gaps */
  padding: 0 !important;
}

/* Force Elementor widget wrappers to take full height so object-fit works */
.fgd-brand-image-wrap .elementor-widget,
.fgd-brand-image-wrap .elementor-widget-container {
  height: 100% !important;
  width: 100% !important;
}

.fgd-brand-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 0.8 !important;
  transition:
    opacity 0.3s ease,
    transform 0.5s ease !important;
  display: block !important;
}

.fgd-brand-card:hover .fgd-brand-image-wrap img {
  opacity: 1 !important;
  transform: scale(1.05) !important;
}

.fgd-brand-content {
  padding: 60px 30px 30px 30px !important; /* Increased top padding to prevent logo overlap */
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.fgd-brand-logo-box {
  position: absolute !important;
  left: 50% !important;
  top: -45px !important; /* Pull up by exactly half its height (90px) to overlap the boundary */
  transform: translateX(-50%) !important; /* Center horizontally */
  width: 200px !important; /* Fixed width to prevent Elementor wrapper issues */
  height: 90px !important; /* Fixed height */
  background-color: #ffffff !important;
  border: 2px solid #1f2937 !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  box-sizing: border-box !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3) !important;
  z-index: 20 !important;
  transition: border-color 0.3s ease !important;
  margin: 0 !important; /* Prevent Elementor from adding margins that break centering */
}

/* Mobile Responsive Adjustments for Brand Cards */
@media (max-width: 767px) {
  .fgd-brand-image-wrap {
    height: 250px !important; /* Taller on mobile to show the garage doors */
  }

  .fgd-brand-logo-box {
    top: -32px !important; /* Pull up by exactly half its height (64px) */
    left: 50% !important; /* Ensure it stays centered */
    transform: translateX(-50%) !important; /* Ensure it stays centered */
    width: 140px !important; /* Scaled down fixed width */
    height: 64px !important; /* Scaled down fixed height */
    padding: 8px !important;
    border-radius: 8px !important; /* Slightly smaller radius for smaller box */
    margin: 0 !important;
  }

  .fgd-brand-content {
    padding: 45px 20px 25px 20px !important; /* Adjusted top padding for smaller logo */
    text-align: center !important;
  }

  .fgd-brand-content ul {
    display: inline-block !important;
    text-align: left !important;
    margin: 0 auto !important;
  }
}

.fgd-brand-card:hover .fgd-brand-logo-box {
  border-color: #dc2626 !important;
}

.fgd-brand-logo-box img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* Process Step */
.fgd-process-step {
  text-align: center !important;
  padding: 20px !important;
}

/* Trust Bar Fixes */
.fgd-trust-item {
  gap: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.fgd-trust-item .elementor-widget-heading {
  margin-bottom: 0 !important;
}

.fgd-trust-top-text,
.fgd-trust-top-text h2,
.fgd-trust-top-text div {
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

.fgd-trust-bottom-text,
.fgd-trust-bottom-text h2,
.fgd-trust-bottom-text div {
  color: #9ca3af !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  margin-top: 4px !important;
}

/* Mobile Responsive Adjustments for Trust Bar */
@media (max-width: 767px) {
  .fgd-trust-item {
    border-right: none !important; /* Remove desktop vertical borders */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; /* Add horizontal borders */
    padding: 24px 0 !important; /* Add vertical spacing */
  }
  .fgd-trust-item:first-child {
    padding-top: 0 !important;
  }
  .fgd-trust-item:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}

/* Service Area Box (Absolute positioning over image) */
.fgd-image-wrapper {
  position: relative !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  display: block !important;
}

.fgd-image-wrapper img {
  width: 100% !important;
  display: block !important;
}

.fgd-service-area-box {
  position: absolute !important;
  bottom: 32px !important;
  left: 32px !important;
  right: 32px !important;
  background-color: rgba(13, 18, 31, 0.9) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border-left: 4px solid #dc2626 !important;
  padding: 24px !important;
  z-index: 10 !important;
  margin: 0 !important;
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.fgd-service-area-box .elementor-widget-heading,
.fgd-service-area-box .elementor-widget-text-editor {
  margin: 0 !important;
}

.fgd-service-area-box h2 {
  color: #dc2626 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  margin: 0 !important;
  letter-spacing: 1px !important;
}

.fgd-service-area-box p {
  color: #ffffff !important;
  font-size: 14px !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

@media (max-width: 768px) {
  .fgd-service-area-box {
    bottom: 16px !important;
    left: 16px !important;
    right: 16px !important;
    padding: 16px !important;
  }
}

.fgd-process-number {
  width: 64px !important;
  height: 64px !important;
  background-color: #dc2626 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  margin: 0 auto 24px auto !important;
  box-shadow: 0 10px 15px -3px rgba(220, 38, 38, 0.4) !important;
}

/* =========================================
   PRIVACY POLICY PAGE STYLES
   ========================================= */

/* NOTE: Set the Page Background Color to #101b22 in Elementor Page Settings */

/* --- Main Title (PRIVACY POLICY) --- */
.fab-main-title .elementor-heading-title,
.fab-main-title h2 {
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 900 !important;
  font-size: 2.5rem !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 768px) {
  .fab-main-title .elementor-heading-title {
    font-size: 4rem !important;
  }
}

/* --- Date Badge --- */
.fab-date-badge {
  text-align: center !important;
  margin-bottom: 3rem !important;
}
.fab-date-badge p,
.fab-date-badge span {
  display: inline-block !important;
  color: #bd2b2b !important;
  background-color: rgba(189, 43, 43, 0.1) !important;
  border: 1px solid rgba(189, 43, 43, 0.2) !important;
  padding: 0.5rem 1.25rem !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.05em !important;
  margin: 0 !important;
}

/* --- Card Containers (.fab-card) --- */
/* We target the container directly to override Elementor's full width */
.elementor-element.fab-card {
  background-color: #1a2632 !important;
  border: 1px solid #223949 !important;
  border-radius: 16px !important;
  padding: 24px !important;
  margin-bottom: 24px !important;

  /* Force Layout */
  width: 100% !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important; /* Resets flex behavior if messing up width */
}

@media (min-width: 768px) {
  .elementor-element.fab-card {
    padding: 40px !important;
    margin-bottom: 40px !important;
  }
}

/* --- Section Titles (.fab-pp-title) --- */
.fab-pp-title .elementor-heading-title,
.fab-pp-title h3 {
  color: #bd2b2b !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 800 !important;
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
  text-transform: none !important;
  line-height: 1.3 !important;
}

/* --- Text Paragraphs (.fab-pp-text) --- */
.fab-pp-text,
.fab-pp-text p {
  color: #cbd5e1 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
}
.fab-pp-text strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.fab-pp-text a {
  color: #bd2b2b !important;
  text-decoration: none !important;
}

/* =========================================
   MANUAL UTILITIES (For HTML Widget Content)
   ========================================= */

/* Layout */
.flex {
  display: flex !important;
}
.flex-col {
  flex-direction: column !important;
}
.items-center {
  align-items: center !important;
}
.items-start {
  align-items: flex-start !important;
}
.justify-center {
  justify-content: center !important;
}
.block {
  display: block !important;
}

/* Spacing */
.gap-3 {
  gap: 0.75rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}

/* Grid (Responsive) */
.grid {
  display: grid !important;
}
/* Escape the colon for CSS syntax */
.sm\:grid-cols-3 {
  grid-template-columns: repeat(1, 1fr) !important;
}
@media (min-width: 640px) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* Typography */
.text-center {
  text-align: center !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.text-3xl {
  font-size: 1.875rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-base {
  font-size: 1rem !important;
}
.italic {
  font-style: italic !important;
}
.leading-relaxed {
  line-height: 1.625 !important;
}

/* Colors */
.text-primary {
  color: #bd2b2b !important;
}
.bg-primary {
  background-color: #bd2b2b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-gray-600 {
  color: #cbd5e1 !important;
}
.text-gray-300 {
  color: #d1d5db !important;
}

/* Hover States */
.hover\:text-primary:hover {
  color: #bd2b2b !important;
  transition: color 0.2s ease;
}

/* Backgrounds & Borders */
.bg-gray-50 {
  background-color: #152028 !important;
  border: 1px solid #223949 !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.border {
  border-style: solid !important;
  border-width: 1px !important;
}
.border-gray-200 {
  border-color: #223949 !important;
}

/* Tailwind Opacity Syntax Fallbacks */
.bg-primary\/10 {
  background-color: rgba(189, 43, 43, 0.1) !important;
}
.border-primary\/20 {
  border-color: rgba(189, 43, 43, 0.2) !important;
}

/* Lists */
.list-disc {
  list-style-type: disc !important;
}
.space-y-2 > * + * {
  margin-top: 0.5rem !important;
}
.marker\:text-primary li::marker {
  color: #bd2b2b !important;
}

/* =========================================
   GARAGE DOOR OPENERS PAGE STYLES
   ========================================= */
.fgd-openers-hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(16, 27, 34, 0.8),
    rgba(16, 27, 34, 0.9),
    rgba(16, 27, 34, 1)
  );
}

.fgd-product-card {
  background-color: #1e293b !important;
  border: 1px solid #1f2937 !important;
  border-radius: 12px !important;
  transition:
    border-color 0.3s ease,
    transform 0.3s ease;
  height: 100%;
  font-family: "Manrope", sans-serif;
  overflow: hidden; /* Keeps image inside border radius */
  display: flex;
  flex-direction: column;
}
/* Target Elementor Columns */
.fgd-product-card > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  align-content: flex-start;
}
/* Target Elementor Flexbox Containers */
.fgd-product-card.e-con,
.fgd-product-card .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
/* Pushes the description to take up available space */
.fgd-card-desc {
  flex-grow: 1 !important;
  display: flex;
  flex-direction: column;
}
/* Pushes the button to the bottom */
.fgd-card-btn-wrap {
  margin-top: auto !important;
}
.fgd-product-card .elementor-widget-button {
  margin-top: auto !important; /* Fallback */
}
.fgd-product-card:hover {
  border-color: #dc2626 !important;
  transform: translateY(-5px);
}
.fgd-product-card .elementor-widget-image img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 180px;
  object-fit: contain;
  background-color: white;
}
.fgd-product-card:hover .elementor-widget-image img {
  transform: scale(1.05);
}
.fgd-product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #dc2626;
  color: white;
  font-weight: 800;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  z-index: 10;
}

.fgd-testimonial-box {
  background-color: #1e293b;
  padding: 40px;
  border-radius: 12px;
  border-left: 4px solid #dc2626;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  font-family: "Manrope", sans-serif;
  margin-top: 20px;
}
.fgd-testimonial-icon {
  position: absolute;
  top: -20px;
  left: 30px;
  background-color: #101b22;
  color: #dc2626;
  width: 44px !important;
  height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1f2937;
  flex-shrink: 0;
  overflow: hidden;
}
.fgd-testimonial-icon svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  fill: currentColor !important;
  display: block;
}
.fgd-testimonial-text {
  font-size: 20px !important;
  font-style: italic !important;
  color: #f1f5f9 !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}
.fgd-testimonial-author {
  font-weight: 800 !important;
  color: #dc2626 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
}

/* =========================================
   Product Page Specific Styles
   ========================================= */
.fgd-product-hero {
  background-color: #0b1120;
  padding: 60px 0;
}

.fgd-product-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fgd-product-main-image {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #1f2937;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fgd-product-main-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.fgd-product-thumbnails {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.fgd-product-thumbnail {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 2px solid transparent;
  padding: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  flex-shrink: 0;
}

.fgd-product-thumbnail:hover,
.fgd-product-thumbnail.active {
  border-color: #dc2626;
}

.fgd-product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fgd-product-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  font-family: "Manrope", sans-serif;
}

.fgd-product-price-block {
  background-color: #1e293b;
  border-radius: 12px;
  padding: 24px;
  border-left: 4px solid #dc2626;
  margin-bottom: 32px;
}

.fgd-product-price {
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 8px 0;
  font-family: "Manrope", sans-serif;
}

.fgd-product-price-label {
  color: #9ca3af;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.fgd-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.fgd-feature-list li {
  color: #d1d5db;
  font-size: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  font-family: "Manrope", sans-serif;
}

.fgd-feature-list li i {
  color: #dc2626;
  margin-right: 12px;
  margin-top: 4px;
}

.fgd-product-tabs {
  margin-top: 60px;
}

.fgd-tab-buttons {
  display: flex;
  border-bottom: 1px solid #374151;
  margin-bottom: 32px;
  gap: 32px;
}

.fgd-tab-button {
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 16px 0;
  cursor: pointer;
  position: relative;
  font-family: "Manrope", sans-serif;
}

.fgd-tab-button.active {
  color: #dc2626;
}

.fgd-tab-button.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dc2626;
}

.fgd-tab-content {
  color: #d1d5db;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Manrope", sans-serif;
}

.fgd-tab-content h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
}

.fgd-tab-content ul {
  padding-left: 20px;
  margin-bottom: 24px;
}

.fgd-tab-content li {
  margin-bottom: 8px;
}

.fgd-included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.fgd-included-item {
  background-color: #1e293b;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}

.fgd-included-item i {
  font-size: 32px;
  color: #dc2626;
  margin-bottom: 16px;
}

.fgd-included-item h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
  font-family: "Manrope", sans-serif;
}

.fgd-included-item p {
  color: #9ca3af;
  font-size: 14px;
  margin: 0;
  font-family: "Manrope", sans-serif;
}

/* =========================================
   Repair & Maintenance Page Specific Styles (Elementor Native)
   ========================================= */

/* Sticky Navigation */
.fgd-repair-nav {
  position: sticky !important;
  top: 0;
  z-index: 99;
}

/* Smooth Scrolling for Anchor Links */
html {
  scroll-behavior: smooth;
}

/* Offset for sticky header when scrolling to sections */
.fgd-repair-section {
  scroll-margin-top: 80px;
}

/* Image Wrapper Container */
.fgd-repair-image-wrapper {
  position: relative !important;
  width: 100%;
  display: block;
}

/* Image Styling */
.fgd-repair-image img {
  border: 4px solid #1e293b !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
  border-radius: 12px !important;
  height: 450px !important;
  object-fit: cover !important;
  width: 100% !important;
  display: block;
}

/* Overlapping Icon Box */
.fgd-repair-icon-box {
  position: absolute !important;
  bottom: -25px !important;
  z-index: 10;
  margin: 0 !important;
}

/* For Left-aligned images (Springs, Openers, Tracks) */
.fgd-repair-icon-box.icon-right {
  right: 40px !important;
  left: auto !important;
}

/* For Right-aligned images (Cables, Doors) */
.fgd-repair-icon-box.icon-left {
  left: 40px !important;
  right: auto !important;
}

.fgd-repair-icon-box .elementor-icon {
  box-shadow: 0 10px 15px -3px rgba(220, 38, 38, 0.4) !important;
  border: 4px solid #0b1120 !important;
  width: 80px !important;
  height: 80px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #dc2626 !important;
  border-radius: 12px !important;
}

.fgd-repair-icon-box .elementor-icon i,
.fgd-repair-icon-box .elementor-icon svg {
  color: #ffffff !important;
  font-size: 32px !important;
  width: 32px !important;
  height: 32px !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  /* Adjust image height for mobile */
  .fgd-repair-image img {
    height: 300px !important;
  }

  /* Adjust icon box size for mobile */
  .fgd-repair-icon-box .elementor-icon {
    width: 60px !important;
    height: 60px !important;
    border-width: 3px !important;
  }

  /* Adjust icon size inside the box */
  .fgd-repair-icon-box .elementor-icon i,
  .fgd-repair-icon-box .elementor-icon svg {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
  }

  /* Adjust absolute positioning offsets so it doesn't overflow */
  .fgd-repair-icon-box {
    bottom: -20px !important;
  }

  .fgd-repair-icon-box.icon-right {
    right: 20px !important;
  }

  .fgd-repair-icon-box.icon-left {
    left: 20px !important;
  }
}

/* Fabulous Garage Doors - Service Area Page Styles */

/* Hero Section */
.fgd-sa-hero {
  text-align: center !important;
  padding: 80px 20px 60px 20px !important;
  background-color: rgb(16, 27, 34) !important;
}

.fgd-sa-hero-title {
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin-bottom: 24px !important;
  color: #ffffff !important;
}

.fgd-sa-hero-desc {
  font-size: 18px !important;
  color: #9ca3af !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  line-height: 1.6 !important;
}

/* Main Grid Layout */
.fgd-sa-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px 80px 20px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 40px !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
}

.fgd-sa-left-col {
  width: calc(60% - 20px) !important;
  flex-shrink: 0 !important;
}

.fgd-sa-right-col {
  width: calc(40% - 20px) !important;
  flex-shrink: 0 !important;
}

/* Cards */
.fgd-sa-card {
  background-color: #1a2632 !important;
  border: 1px solid #223949 !important;
  border-radius: 12px !important;
  padding: 40px !important;
  margin-bottom: 30px !important;
}

.fgd-sa-card-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.fgd-sa-card-title svg,
.fgd-sa-card-title i {
  color: #dc2626 !important;
  fill: #dc2626 !important;
  width: 24px !important;
  height: 24px !important;
}

/* Service List */
.fgd-sa-service-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.fgd-sa-service-list li {
  color: #d1d5db !important;
  font-size: 16px !important;
  margin-bottom: 20px !important;
  padding-left: 0 !important;
  position: relative !important;
  line-height: 1.6 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
}

.fgd-sa-service-list li svg,
.fgd-sa-service-list li i {
  color: #dc2626 !important;
  fill: #dc2626 !important;
  width: 18px !important;
  height: 18px !important;
  margin-top: 4px !important;
  flex-shrink: 0 !important;
}

.fgd-sa-service-list strong {
  color: #ffffff !important;
  display: block !important;
  margin-bottom: 4px !important;
  font-size: 17px !important;
}

/* Communities Grid */
.fgd-sa-county-group {
  margin-bottom: 32px !important;
}

.fgd-sa-county-group:last-child {
  margin-bottom: 0 !important;
}

.fgd-sa-county-title {
  color: #dc2626 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.fgd-sa-city-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}

.fgd-sa-city-item {
  color: #9ca3af !important;
  font-size: 15px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.fgd-sa-city-item svg,
.fgd-sa-city-item i {
  color: #4b5563 !important;
  fill: #4b5563 !important;
  width: 14px !important;
  height: 14px !important;
}

/* Map Container */
.fgd-sa-map-wrap {
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #223949 !important;
  margin-bottom: 30px !important;
  height: 400px !important;
  min-height: 400px !important;
  background-color: #1a2632 !important;
}

.fgd-sa-map-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 400px !important;
  border: none !important;
}

/* CTA Box */
.fgd-sa-cta {
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%) !important;
  border-radius: 12px !important;
  padding: 40px !important;
  text-align: center !important;
  color: #ffffff !important;
  box-shadow: 0 20px 25px -5px rgba(220, 38, 38, 0.2) !important;
}

.fgd-sa-cta-title {
  font-size: 24px !important;
  font-weight: 800 !important;
  margin-bottom: 16px !important;
  color: #ffffff !important;
  line-height: 1.3 !important;
}

.fgd-sa-cta-phone {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  background-color: #ffffff !important;
  color: #dc2626 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  padding: 16px 32px !important;
  border-radius: 50px !important;
  margin: 24px 0 !important;
  text-decoration: none !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
}

.fgd-sa-cta-phone svg,
.fgd-sa-cta-phone i {
  width: 20px !important;
  height: 20px !important;
  fill: #dc2626 !important;
}

.fgd-sa-cta-phone:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3) !important;
}

.fgd-sa-cta-info {
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.fgd-sa-cta-info svg,
.fgd-sa-cta-info i {
  width: 16px !important;
  height: 16px !important;
  fill: rgba(255, 255, 255, 0.9) !important;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .fgd-sa-left-col,
  .fgd-sa-right-col {
    width: 100% !important;
    min-width: 100% !important;
    flex-basis: 100% !important;
  }

  .fgd-sa-hero-title {
    font-size: 36px !important;
  }
}

@media (max-width: 767px) {
  .fgd-sa-city-grid {
    grid-template-columns: 1fr !important;
  }

  .fgd-sa-card {
    padding: 24px !important;
  }

  .fgd-sa-cta {
    padding: 32px 20px !important;
  }

  .fgd-sa-cta-phone {
    font-size: 20px !important;
    padding: 14px 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Contact Us Page Specific Styles */
.fgd-contact-hero-overlay {
  background: linear-gradient(rgba(11, 17, 32, 0.85), rgba(11, 17, 32, 0.95)),
    url("https://images.unsplash.com/photo-1558036117-15d82a90b9b1?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* Form Styles (Elementor & CF7) */
.fgd-contact-form .elementor-field-group input,
.fgd-contact-form .elementor-field-group select,
.fgd-contact-form .elementor-field-group textarea,
.fgd-contact-form input[type="text"],
.fgd-contact-form input[type="email"],
.fgd-contact-form input[type="tel"],
.fgd-contact-form select,
.fgd-contact-form textarea {
  background-color: #101b22 !important;
  border: 1px solid #374151 !important;
  color: white !important;
  border-radius: 0.5rem !important;
  padding: 1rem !important;
  font-family: "Manrope", sans-serif !important;
  width: 100% !important;
  margin-bottom: 1.25rem !important;
  margin-top: 0px !important;
  min-height: 3.5rem !important;
}

.fgd-contact-form .elementor-field-group input:focus,
.fgd-contact-form .elementor-field-group select:focus,
.fgd-contact-form .elementor-field-group textarea:focus,
.fgd-contact-form input:focus,
.fgd-contact-form select:focus,
.fgd-contact-form textarea:focus {
  border-color: #dc2626 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px #dc2626 !important;
}

.fgd-contact-form .elementor-button,
.fgd-contact-form input[type="submit"] {
  background-color: #dc2626 !important;
  color: white !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  border-radius: 0.5rem !important;
  transition: all 0.3s ease !important;
  font-family: "Manrope", sans-serif !important;
  width: 100% !important;
  padding: 1rem !important;
  border: none !important;
  cursor: pointer !important;
}

.fgd-contact-form .elementor-button:hover,
.fgd-contact-form input[type="submit"]:hover {
  background-color: #991b1b !important;
  transform: scale(1.02);
}

.fgd-contact-form label {
  display: block !important;
  font-size: 0.875rem !important;
  color: #9ca3af !important;
  margin-bottom: -4px !important;
  padding-bottom: 0px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

/* Remove CF7 default spacing and handle wrappers */
.fgd-contact-form br {
  display: none !important;
}

.fgd-contact-form .wpcf7-form-control-wrap {
  display: block !important;
  margin-top: 0px !important;
}

.fgd-contact-form p {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

/* Grid for CF7 */
.fgd-cf7-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .fgd-cf7-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.fgd-trust-badge {
  background-color: rgba(30, 41, 59, 0.5);
  border: 1px solid #374151;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Manrope", sans-serif;
}

/* =========================================
   COUPONS SECTION STYLES
   ========================================= 
   ELEMENTOR USAGE:
   1. Create a Section/Container.
   2. Add class 'fgd-coupons-section' to the Section.
   3. Add a Column/Container inside with class 'fgd-coupons-container'.
   4. Add an Inner Section or Grid with class 'fgd-coupons-grid'.
   5. Use HTML widgets for each coupon card with class 'fgd-coupon-card'.
*/
.fgd-coupons-section {
  padding: 80px 0;
  background-color: #0b1120;
}

.fgd-coupons-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.fgd-coupons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.fgd-coupons-grid .elementor-widget,
.fgd-coupons-grid .elementor-widget-html,
.fgd-coupons-grid .elementor-widget-container {
  height: 100%;
}

.fgd-coupon-card {
  background: #1e293b;
  border: 2px dashed #dc2626;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.fgd-coupon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.fgd-coupon-card::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #0b1120;
  border-radius: 50%;
}

.fgd-coupon-card::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #0b1120;
  border-radius: 50%;
}

.fgd-coupon-header {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.2;
}

.fgd-coupon-subheadline {
  color: #dc2626;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.fgd-coupon-target {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  font-style: italic;
}

.fgd-coupon-fine-print {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.4;
  margin-top: auto;
  border-top: 1px solid #374151;
  padding-top: 15px;
}

.fgd-coupon-print-btn {
  display: inline-block;
  background-color: #dc2626;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.fgd-coupon-print-btn:hover {
  background-color: #991b1b;
}

.fgd-coupon-schedule-btn {
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 10px;
  border: 1px solid #374151;
}

.fgd-coupon-schedule-btn:hover {
  background-color: #374151;
  border-color: #ffffff;
}

/* =========================================
   PRINTABLE COUPON PAGE STYLES
   ========================================= 
   ELEMENTOR USAGE:
   1. Create a new page with 'Elementor Canvas' template.
   2. Add a Section with class 'fgd-printable-page'.
   3. Use HTML widgets for each coupon with class 'fgd-printable-coupon'.
   4. Add a 'Print' button at the top with class 'fgd-actual-print-btn' and 
      onclick="window.print()" attribute.
*/
.fgd-printable-page {
  background-color: #ffffff;
  color: #000000;
  padding: 40px;
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
}

.fgd-printable-coupon {
  border: 3px dashed #000000;
  padding: 40px;
  margin-bottom: 40px;
  position: relative;
  page-break-inside: avoid;
}

.fgd-printable-logo {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.fgd-printable-header {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fgd-printable-subheadline {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.fgd-printable-fine-print {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.fgd-print-controls {
  text-align: center;
  margin-bottom: 40px;
}

.fgd-actual-print-btn {
  background: #000;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}

@media print {
  .fgd-print-controls {
    display: none;
  }
  body {
    background: none;
  }
  .fgd-printable-page {
    padding: 0;
    max-width: 100%;
  }
}

/* =========================================
   v1.4.0 - Elementor Home Page Classes
   Date: 2024-05-24
   ========================================= */

/* Hero Section */
.fab-hero-grid {
    position: relative;
    z-index: 10;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 3rem;
    align-items: center;
    width: 100%;
}
@media (min-width: 1024px) {
    .fab-hero-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.fab-hero-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.fab-hero-heading .elementor-heading-title {
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #ffffff;
    filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) {
    .fab-hero-heading .elementor-heading-title {
        font-size: 3rem;
    }
}
@media (min-width: 1024px) {
    .fab-hero-heading .elementor-heading-title {
        font-size: 3.75rem;
    }
}
.heading-hero-red {
    color: var(--primary-color);
}

.fab-hero-description {
    font-size: 1.125rem;
    color: #e5e7eb;
    max-width: 32rem;
    line-height: 1.625;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.fab-hero-trust-badges {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    color: #ffffff;
}
@media (min-width: 640px) {
    .fab-hero-trust-badges {
        flex-direction: row;
    }
}
.fab-hero-trust-badges p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
}

/* Hero Form */
.fab-hero-form-wrapper {
    position: relative;
    width: 100%;
    max-width: 28rem;
    margin-left: auto;
}

.fab-hero-form-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 1.5rem;
}
.dark .fab-hero-form-card {
    background-color: #1a2632;
    border-color: #223949;
}
@media (min-width: 768px) {
    .fab-hero-form-card {
        padding: 2rem;
    }
}

.fab-hero-form-title .elementor-heading-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0;
}
.dark .fab-hero-form-title .elementor-heading-title {
    color: #ffffff;
}

.fab-hero-form-desc {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
    margin-bottom: 1.5rem;
}
.dark .fab-hero-form-desc {
    color: #9ca3af;
}

.fab-contact-form-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media (min-width: 768px) {
    .fab-contact-form-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }
    .fab-full-width {
        grid-column: span 2 / span 2;
    }
}

.fab-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.fab-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}
.dark .fab-label {
    color: #d1d5db;
}

.fab-required {
    color: var(--primary-color);
}

.fab-input, .fab-select {
    width: 100%;
    height: 2.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.5rem;
    background-color: #f9fafb;
    border: 1px solid #d1d5db;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #111827;
}
.dark .fab-input, .dark .fab-select {
    background-color: #101b23;
    border-color: #315168;
    color: #ffffff;
}
.fab-input:focus, .fab-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 1px var(--primary-color);
}
.fab-input::placeholder {
    color: #9ca3af;
}

.fab-submit-btn {
    width: 100%;
    height: 3rem;
    background-color: var(--primary-color);
    color: #ffffff;
    font-weight: 700;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(189, 50, 50, 0.3);
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    margin-top: 0.5rem;
}
.fab-submit-btn:hover {
    background-color: #991b1b;
}
.fab-submit-btn:active {
    transform: scale(0.98);
}

/* Trust Section */
.fab-trust-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #f5f7f8;
}
.dark .fab-trust-section {
    background-color: #101b22;
}
@media (min-width: 768px) {
    .fab-trust-section {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media (min-width: 1024px) {
    .fab-trust-section {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

.fab-trust-grid {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .fab-trust-grid {
        flex-direction: row;
    }
}

.fab-trust-left-col {
    position: relative;
    width: 100%;
}
@media (min-width: 1024px) {
    .fab-trust-left-col {
        width: 50%;
    }
}

.fab-trust-image {
    position: relative;
    z-index: 10;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 4px solid #ffffff;
}
.dark .fab-trust-image {
    border-color: #223949;
}
.fab-trust-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fab-trust-right-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}
@media (min-width: 1024px) {
    .fab-trust-right-col {
        width: 50%;
    }
}

.fab-trust-heading .elementor-heading-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .fab-trust-heading .elementor-heading-title {
        font-size: 2.25rem;
    }
}

.fab-trust-intro {
    color: #4b5563;
    margin-bottom: 1rem;
}
.dark .fab-trust-intro {
    color: #d1d5db;
}

.fab-trust-list {
    display: grid;
    gap: 1.5rem;
}

.fab-trust-item {
    display: flex;
    gap: 1rem;
}

.fab-trust-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    background-color: rgba(189, 50, 50, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.fab-trust-text h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.fab-trust-text p {
    font-size: 0.875rem;
    color: #6b7280;
}
.dark .fab-trust-text p {
    color: #9ca3af;
}

.fab-trust-btn {
    padding-top: 1rem;
}
.fab-trust-btn .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0.5rem;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 700;
    background-color: transparent;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.dark .fab-trust-btn .elementor-button {
    color: #ffffff;
}
.fab-trust-btn .elementor-button:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

/* CTA Section */
.fab-cta-title .elementor-heading-title {
    font-size: 1.875rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    color: #ffffff;
}
@media (min-width: 768px) {
    .fab-cta-title .elementor-heading-title {
        font-size: 3rem;
    }
}

.fab-cta-text {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    color: #ffffff;
}
@media (min-width: 768px) {
    .fab-cta-text {
        font-size: 1.5rem;
    }
}
