@charset "utf-8";
/* CSS Document */

/*
  Gregory Graphics Bootstrap 5 Layer
  --------------------------------------------------
  Purpose:
  - safe brand layer for the new Bootstrap 5 homepage/header/footer
  - avoids Bootstrap 3 collapse/nav assumptions from style2023.css
  - meant to load AFTER bootstrap.min.css
  - can load instead of, or before selectively retired parts of, style2023.css
*/

:root {
  --gg-red: #e21c23;
  --gg-red-bright: #ff3b3b;
  --gg-navy: #06284c;
  --gg-slate: #121826;
  --gg-dark: #2a2a2a;
  --gg-text: #1f2937;
  --gg-muted: #64748b;
  --gg-border: #e5e7eb;
  --gg-light: #f8fafc;
  --gg-light-2: #f2f2f2;
  --gg-white: #ffffff;
  --gg-shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.08);
  --gg-shadow-hover: 0 18px 40px rgba(226, 28, 35, 0.12);
  --gg-radius-sm: 0.75rem;
  --gg-radius-md: 1rem;
  --gg-radius-lg: 1.5rem;
  --gg-radius-xl: 2rem;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  font: 400 16px/1.6 'Open Sans', 'Lato', Arial, sans-serif;
  color: var(--gg-text);
  background: var(--gg-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapper {
  width: 100%;
  background: var(--gg-white);
}

img {
  /* max-width: 100%; */
  /* height: auto; */
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Lato', 'Poppins', Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  color: #111827;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--gg-red);
  text-decoration: none;
}

a:hover,
a:focus {
  color: #c9181e;
}

/* --------------------------------------------------
   Bootstrap-safe helpers
-------------------------------------------------- */
.gg-section-space {
  padding: 4.5rem 0;
}

.gg-eyebrow {
  color: var(--gg-red);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gg-card {
  background: var(--gg-white);
  border: 1px solid var(--gg-border);
  border-radius: var(--gg-radius-lg);
  box-shadow: var(--gg-shadow-soft);
}

.gg-card-soft {
  background: var(--gg-light);
  border: 1px solid var(--gg-border);
  border-radius: var(--gg-radius-lg);
}

.gg-dark-panel {
  background: var(--gg-slate);
  color: var(--gg-white);
  border-radius: var(--gg-radius-lg);
}

.gg-btn-primary,
.gg-btn-secondary,
.gg-btn-dark {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.85rem 1.35rem;
}

.gg-btn-primary {
  background: var(--gg-red);
  border: 1px solid var(--gg-red);
  color: var(--gg-white);
}

.gg-btn-primary:hover,
.gg-btn-primary:focus {
  background: #c9181e;
  border-color: #c9181e;
  color: var(--gg-white);
}

.gg-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--gg-white);
}

.gg-btn-secondary:hover,
.gg-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.18);
  color: var(--gg-white);
}

.gg-btn-dark {
  background: var(--gg-dark);
  border: 1px solid var(--gg-dark);
  color: var(--gg-white);
}

.gg-btn-dark:hover,
.gg-btn-dark:focus {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: var(--gg-white);
}

/* --------------------------------------------------
   Hero section
-------------------------------------------------- */
.gg-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, var(--gg-red), var(--gg-red-bright));
  color: var(--gg-white);
}

.gg-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.gg-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 40, 76, 0.92) 0%, rgba(6, 40, 76, 0.74) 42%, rgba(6, 40, 76, 0.2) 100%);
}

.gg-hero-content {
  position: relative;
  z-index: 2;
  padding: 5rem 0;
}

.gg-glass-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--gg-radius-lg);
  backdrop-filter: blur(6px);
}


#gheader {
  background-color: var(--gg-navy);
  width: 100%;
  min-height: 324px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.iloveheros {
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  height: 100%;
  animation: ggHeroZoom 10s ease;
}

.custom-svg-background-1 {
  position: absolute;
  width: 84%;
  top: 0;
  left: 56%;
  height: 100%;
  transform: translate3d(-50%, 0, 0);
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.buildercontent {
  font-family: 'Lato', 'Open Sans', Arial, sans-serif;
  font-size: 1.0625rem;
  color: var(--gg-white);
  width: 95%;
}

h1.loggedinwelcome {
  font-family: 'Lato', 'Poppins', Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  margin-top: 0;
  color: var(--gg-white);
  width: 95%;
}

h1.loggedinwelcome span {
  display: block;
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
}

.ctabutton {
  margin-top: 1.5rem;
}

@keyframes ggHeroZoom {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* --------------------------------------------------
   Header / nav
-------------------------------------------------- */
.gg-topbar {
  background: var(--gg-navy);
  color: var(--gg-white);
  font-size: 0.95rem;
}

.gg-topbar a {
  color: var(--gg-white);
}

.gg-topbar a:hover,
.gg-topbar a:focus {
  color: #fee2e2;
}

.gg-header-main {
  background: var(--gg-white);
  border-bottom: 1px solid var(--gg-border);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);     position: relative;
    z-index: 1050;
}
.gg-navbar .dropdown-menu {
    z-index: 1060;
}

.gg-navbar .navbar-nav .nav-link {
  color: #1f2937;
  font-weight: 700;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.gg-navbar .navbar-nav .nav-link:hover,
.gg-navbar .navbar-nav .nav-link:focus,
.gg-navbar .navbar-nav .show > .nav-link,
.gg-navbar .navbar-nav .nav-link.show {
  color: var(--gg-red);
}

.gg-brand-logo-full {
  max-height: 58px;
  width: auto;
}

.gg-brand-logo-icon {
  max-height: 42px;
  width: auto;
  display: none;
}

.gg-btn-cart {
  border-radius: 999px;
  border: 1px solid var(--gg-border);
  background: var(--gg-white);
  color: #1f2937;
  padding: 0.75rem 1.1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.gg-btn-cart:hover,
.gg-btn-cart:focus {
  border-color: #d1d5db;
  color: var(--gg-red);
}

.dropdown-menu-mega {
  min-width: min(1080px, 96vw);
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: var(--gg-radius-lg);
  overflow: hidden;
}

.mega-group-title {
  color: var(--gg-red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.mega-list .dropdown-item,
.dropdown-menu .dropdown-item {
  border-radius: 0.85rem;
  padding: 0.65rem 0.85rem;
  white-space: normal;
}

.mega-list .dropdown-item:hover,
.mega-list .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background: rgb(201 184 185 / 6%);
    color: #565252;
}

/* --------------------------------------------------
   Category cards / homepage grid
-------------------------------------------------- */
.gg-category-card {
  height: 100%;
  border: 1px solid var(--gg-border);
  border-radius: var(--gg-radius-lg);
  overflow: hidden;
  background: var(--gg-white);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: var(--gg-shadow-soft);
}

.gg-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(226, 28, 35, 0.45);
  box-shadow: var(--gg-shadow-hover);
}

.gg-category-image {
  min-height: 210px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gg-category-body {
  padding: 1.5rem;
}

.gg-category-body h3,
.gg-category-body h4 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.gg-category-body p,
.gg-category-body .shortdesc {
  color: var(--gg-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.materialdesc,
.materialdesc2 {
  border-radius: var(--gg-radius-lg);
  overflow: hidden;
}

.materialdesc {
  margin: 0;
  background-color: #3b3b3b;
}

.materialdesc h3 {
  color: var(--gg-white);
  padding: 1rem;
}

.materialdesc h3 a {
  color: var(--gg-white);
  display: block;
  margin-bottom: 1rem;
}

.materialdesc2 {
  border: 1px solid #f1f1f1;
  margin-top: 1rem;
}

.materialdesc2 h3 a {
  color: #343434;
}

.imageholder {
  min-height: 280px;
}

/* --------------------------------------------------
   Accordion / capabilities
-------------------------------------------------- */
.gg-capability-wrap .accordion-item {
  border: 1px solid var(--gg-border);
  border-radius: var(--gg-radius-md);
  overflow: hidden;
  margin-bottom: 1rem;
}

.gg-capability-wrap .accordion-button {
  font-weight: 700;
  padding: 1.15rem 1.25rem;
  background: var(--gg-white);
}

.gg-capability-wrap .accordion-button:not(.collapsed) {
  color: var(--gg-red);
  background: rgba(226, 28, 35, 0.04);
  box-shadow: none;
}

.gg-capability-wrap .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* --------------------------------------------------
   Footer
-------------------------------------------------- */
.gg-footer {
  background: #0f172a;
  color: rgba(255, 255, 255, 0.82);
}

.gg-footer a {
  color: rgba(255, 255, 255, 0.86);
}

.gg-footer a:hover,
.gg-footer a:focus {
  color: var(--gg-white);
}

.gg-footer-top {
  padding: 4.5rem 0 3rem;
}

.gg-footer-card {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--gg-radius-lg);
  padding: 1.75rem;
}

.gg-footer-title {
  color: var(--gg-white);
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.gg-social-wrap {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.gg-social-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.gg-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 0;
  color: rgba(255, 255, 255, 0.64);
}

/* --------------------------------------------------
   Modals / forms
-------------------------------------------------- */
.gg-modal .modal-content {
  border: 0;
  border-radius: 1.25rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.gg-modal .modal-header {
  border-bottom: 1px solid var(--gg-border);
  padding: 1.25rem 1.5rem;
}

.gg-modal .modal-body,
.gg-modal .modal-footer {
  padding: 1.5rem;
}

.gg-modal .btn-close {
  box-shadow: none;
}

.form-control {
  min-height: 44px;
  border-color: var(--gg-border);
}

.form-control:focus {
  border-color: #d1d5db;
  box-shadow: 0 0 0 0.2rem rgba(226, 28, 35, 0.08);
}

/* --------------------------------------------------
   Legacy-safe utility styles worth preserving
-------------------------------------------------- */
.btncta {
  background-color: #ff2a38;
  color: #fff !important;
  font-family: 'Open Sans', Arial, sans-serif;
  border-radius: 999px;
  border: 1px solid #ff2a38;
  font-weight: 700;
  padding: 0.85rem 1.25rem;
}

.btncta:hover,
.btncta:focus {
  background-color: #d82131;
  border-color: #d82131;
  color: #fff !important;
}

.requiredred {
  color: #dc2626;
}

label.error {
  font-weight: 400;
  color: #ca1515;
  margin-top: 5px;
}

.form-control.error {
  border-color: #ca1515;
}

#scroll-top {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  display: block;
  visibility: hidden;
  cursor: pointer;
  z-index: 999;
  width: 46px;
  height: 46px;
  line-height: 43px;
  font-size: 24px;
  border-radius: 50%;
  opacity: 0;
  background: #3a3a3a;
  text-align: center;
  color: #fff;
  transition: all 0.35s ease-in-out;
}

#scroll-top.fixed {
  opacity: 1; z-index: 9999999;
  visibility: visible;
}

/* --------------------------------------------------
   Explicit Bootstrap 3 conflict neutralizers
   keep these LAST
-------------------------------------------------- */

/* let Bootstrap 5 own container widths */
@media (min-width: 1280px) {
  .container {
    width: auto;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    width: auto;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    width: auto;
  }
}

@media screen and (min-width: 1900px) {
  .container {
    width: auto;
  }
}

/* remove old collapse behavior from legacy stylesheet */
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .navbar-collapse.collapse:not(.show) {
    display: flex !important;
  }
}


    .gg-mega-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .25s ease;
        pointer-events: none;
    }

    .nav-item.dropdown:hover .gg-mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
@media (min-width: 992px) {
    .gg-nav-primary .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .gg-nav-primary .dropdown:hover > .nav-link {
        color: #e21c23;
    }
}

@media (max-width: 991.98px) {
    .gg-mega-menu {
        position: static !important;
        width: 100%;
        box-shadow: none !important;
        border-radius: 1rem;
        margin-top: .5rem;
    }
}
/* bootstrap 5 dropdowns use .show not .open 
.dropdown.open > .dropdown-menu {
 display: none;
}*/
.dropdown-toggle:hover .dropdown-menu {display: block}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu:not(.show) {
  display: none;
}
/* prevent legacy square buttons from flattening new pills */
.gg-btn-primary,
.gg-btn-secondary,
.gg-btn-dark,
.gg-btn-cart,
.btncta {
  border-radius: 999px !important;
}
.gg-hero-impact {
    position: relative;
    overflow: hidden;
    min-height: 370px;
    background-color: #071a2f;
    color: #fff;
}

.gg-hero-impact__bg {
    position: absolute;
    inset: 0;
   /* background-image: url("https://gregory1.com/graphics/images/2023/flexfacehero.jpg"); */
    background-size: cover;
    background-position: center center;
    transform: scale(1.02);
}

.gg-hero-impact__overlay {
    position: absolute;
    inset: 0;
    background:linear-gradient(90deg, rgba(7, 26, 47, 0.94) 0%, rgba(7, 26, 47, 0.82) 34%, rgba(7, 26, 47, 0.52) 58%, rgb(7 26 47 / 92%) 78%, rgb(1 32 66 / 71%) 100%);
    z-index: 1;
}

.gg-hero-impact__angle {
    position: absolute;
    top: 0;
    right: -6%;
    width: 42%;
    height: 100%;
    z-index: 2;
    opacity: 0.96;
    filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.28));
	animation: move 10s ease;
    -ms-animation: move 10s ease;
    -webkit-animation: move 10s ease;
    -moz-animation: move 10s ease;
}

.gg-hero-impact__angle polygon {
    fill: #e21c23;
}

.gg-hero-impact__content {
    position: relative;
    z-index: 3;
    min-height: 440px;
    padding-top: 110px;
    padding-bottom: 90px;
}

.gg-hero-impact__label {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.5rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ffffff;
}

.gg-hero-impact__title {
    margin: 0 0 1.25rem;
    font-family: 'Lato', 'Poppins', Arial, sans-serif;
    font-size: clamp(2.7rem, 5vw, 5.3rem);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 950px;
    text-wrap: balance; 
}

.gg-hero-impact__text {
    max-width: 700px;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.84); margin-bottom: 1.2em;
}

.gg-btn-primary,
.gg-btn-light,
.gg-btn-outline-light {
    padding: 0.95rem 1.4rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.98rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.gg-btn-primary {
    background: #e21c23;
    border: 1px solid #e21c23;
    color: #fff;
}

.gg-btn-primary:hover,
.gg-btn-primary:focus {
    background: #c9171e;
    border-color: #c9171e;
    color: #fff;
}

.gg-btn-light {
    background: #fff;
    border: 1px solid #fff;
    color: #111827;
}

.gg-btn-light:hover,
.gg-btn-light:focus {
    background: #f3f4f6;
    border-color: #f3f4f6;
    color: #111827;
}

.gg-btn-outline-light {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
}

.gg-btn-outline-light:hover,
.gg-btn-outline-light:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.38);
}

.gg-hero-impact__link {
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    padding: 0.95rem 0.25rem;
}

.gg-hero-impact__link:hover,
.gg-hero-impact__link:focus {
    color: #ffd7db;
}

.min-vh-50 {
    min-height: 640px;
}

@media (max-width: 991.98px) {
    .gg-hero-impact {
        min-height: auto;
    }

    .gg-hero-impact__content {
        min-height: auto;
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .gg-hero-impact__angle {
        width: 82% !important;
        right: -18%;
        opacity: 0.72;
    }
}

@media (max-width: 767.98px) {
    .gg-hero-impact__content {
        padding-top: 72px;
        padding-bottom: 56px;
    }

    .gg-hero-impact__title {
        line-height: 1.02;
    }

    .gg-hero-impact__angle {
        width: 82%;
        right: -34%;
        opacity: 0.55;
    }

    .gg-hero-impact__text {
        font-size: 1rem;
    }
	.gg-hero-impact__angle {
        width: 152% !important;
        right: -72%;
}
	}
/* --------------------------------------------------
   Responsive
-------------------------------------------------- */
@media (max-width: 991.98px) {
  .gg-hero-content {
    padding: 4rem 0;
  }

  .custom-svg-background-1 {
    width: unset !important;
    left: 55%;
  }
}

@media (max-width: 767.98px) {
  .gg-section-space {
    padding: 3.25rem 0;
  }

  .gg-brand-logo-full {
    display: none;
  }

  .gg-brand-logo-icon {
    display: inline-block;
  }

  .dropdown-menu-mega {
    min-width: 100%;
    left: 0 !important;
    transform: none;
    border-radius: 1rem;
  }

  .custom-svg-background-1,
  .iloveheros {
    display: none;
  }

  #gheader {
    min-height: unset;
    height: auto;
  }

  .imageholder {
    min-height: 180px;
  }
}

/* --------------------------------------------------
   Manual smoke-test hooks
-------------------------------------------------- */
.gg-test-header {}
.gg-test-hero {}
.gg-test-categories {}
.gg-test-footer {}
