.elementor-408 .elementor-element.elementor-element-4b30769:not(.elementor-motion-effects-element-type-background), .elementor-408 .elementor-element.elementor-element-4b30769 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://gray-areas.com/wp-content/uploads/2025/08/about-us.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-408 .elementor-element.elementor-element-4b30769{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:105px 0px 120px 0px;}.elementor-408 .elementor-element.elementor-element-4b30769 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-408 .elementor-element.elementor-element-da9625e > .elementor-element-populated{padding:0px 15px 0px 15px;}.elementor-408 .elementor-element.elementor-element-4fe83e7{--spacer-size:23px;}.elementor-408 .elementor-element.elementor-element-aa03f47 .gsc-heading .content-inner{max-width:1000px;}.elementor-408 .elementor-element.elementor-element-aa03f47 .gsc-heading{margin-bottom:0px;}.elementor-408 .elementor-element.elementor-element-aa03f47 .gsc-heading .title{color:#FFFFFF;font-size:52px;margin-bottom:0px;}.elementor-408 .elementor-element.elementor-element-aa03f47 .gsc-heading .title-desc{color:#FFFFFF;font-size:20px;padding:10px 0px 0px 0px;}.elementor-408 .elementor-element.elementor-element-8817e67{color:#000000;}.elementor-408 .elementor-element.elementor-element-2f76242{color:#000000;}@media(max-width:1024px){.elementor-408 .elementor-element.elementor-element-4b30769{padding:70px 0px 110px 0px;}.elementor-408 .elementor-element.elementor-element-aa03f47 .gsc-heading .title{font-size:50px;}.elementor-408 .elementor-element.elementor-element-aa03f47 .gsc-heading .title-desc{font-size:18px;line-height:28px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-408 .elementor-element.elementor-element-aa03f47 .gsc-heading .title{font-size:30px;margin-bottom:10px;}}/* Start custom CSS for text-editor, class: .elementor-element-8817e67 *//* Section heading style */
.section-heading {
  font-size: 1.4em;   /* same as h4 size */
  font-weight: bold;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
   border: none; /* ensures no lines */
}

/* Paragraph style */
.section-text {
  color: #000;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Ordered & unordered list styles */
.section-list {
  color: #000;
  padding-left: 2em;
  margin-bottom: 15px;
}

/* Bold first-level list items */
.section-list li {
  margin-bottom: 5px;
}

/* Link style */
.section-text a,
.section-list a {
  color: blue;
  text-decoration: underline;
}
/* Style ordered list like bullets */
.section-list.bullets {
  list-style-type: disc;   /* use black circle bullets */
  margin: 15px 0;
  padding-left: 20px;
}

.section-list.bullets li {
  margin-bottom: 6px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2f76242 *//* ===== Section Headings ===== */
.section-heading {
  font-size: 1.5em;   /* ~h4 size */
  font-weight: bold;
  color: #28a745;     /* Green headings */
  margin-top: 25px;
  margin-bottom: 10px;
  border-bottom: 2px solid #28a745; 
  padding-bottom: 5px;
  
}

/* ===== Paragraph Styling ===== */
.section-text {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}

/* ===== Ordered and Unordered Lists ===== */
.section-list {
  margin: 10px 0 20px 20px; 
  padding-left: 20px;
  line-height: 1.6;
  color: #000;
}

.section-list li {
  margin-bottom: 8px;
}

/* Numbered list (default 1,2,3) */
.section-list.decimal {
  list-style-type: decimal;
}

/* Lettered list (a, b, c) */
.section-list.alpha {
  list-style-type: lower-alpha;
}

/* ===== Links inside text ===== */
.section-text a,
.section-list a {
  color: blue;
  text-decoration: underline;
}
/* ===== Section Headings ===== */
.section-heading {
  font-size: 1.5em;   /* ~h4 size */
  font-weight: bold;
  color: #28a745;     /* Green headings */
  margin-top: 25px;
  margin-bottom: 10px;
  border-bottom: 2px solid #28a745; 
  padding-bottom: 5px;
   border: none; /* ensures no lines */
}

/* ===== Paragraph Styling ===== */
.section-text {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}

/* ===== Ordered and Unordered Lists ===== */
.section-list {
  margin: 10px 0 20px 20px; 
  padding-left: 20px;
  line-height: 1.6;
  color: #000;
}

.section-list li {
  margin-bottom: 8px;
}

/* Numbered list (default 1,2,3) */
.section-list.decimal {
  list-style-type: decimal;
}

/* Lettered list (a, b, c) */
.section-list.alpha {
  list-style-type: lower-alpha;
}

/* ===== Links inside text ===== */
.section-text a,
.section-list a {
  color: blue;
  text-decoration: underline;
}
/* Two-column bullet list */
.section-list.twocol {
  list-style-type: disc;     /* black circle bullets */
  columns: 2;                /* split into 2 columns */
  -webkit-columns: 2;        /* Safari/Chrome support */
  -moz-columns: 2;           /* Firefox support */
  column-gap: 40px;          /* spacing between columns */
  margin: 15px 0;
  padding-left: 20px;
}

.section-list.twocol li {
  margin-bottom: 8px;
  break-inside: avoid;       /* prevent items from splitting across columns */
}/* End custom CSS */