:root {
      --sky: #63d5d5;
      --sky-deep: #0b9bb2;
      --water: rgba(13, 72, 86, 0.32);
      --white: #ffffff;
      --muted: rgba(255,255,255,0.88);
      --link: rgba(255,255,255,0.8);
      --card: rgba(255,255,255,0.12);
      --shadow: rgba(10, 59, 67, 0.25);
    }

    * { box-sizing: border-box; }

    html, body {
      margin: 0;
      width: 100%;
      min-height: 100%;
      font-family: "Segoe UI", Arial, sans-serif;
      background: #0a3d45;
      color: var(--white);
    }

    body {
      min-height: 100vh;
    }

    #site-foooterr {
         position: relative;
      min-height: 1100px;
      display: flex;
      flex-direction: column;
      /*background: url('/assets/site/gsb-footer/Footer.png') center bottom / cover no-repeat;*/
      /*overflow: hidden;*/
      background-color:red;
    }
    .site-footer {
      position: relative;
      min-height: 1100px;
      display: flex;
      flex-direction: column;
      background: url('/assets/site/gsb-footer/Footer.png') center bottom / cover no-repeat;
      overflow: hidden;
    }

    .site-footer::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.04));
      pointer-events: none;
    }

    .footer-inner {
      position: relative;
      /*position: absolute;*/
      z-index: 1;
      max-width: 1460px;
      margin: 0 auto;
      padding: 70px 32px 0;
      width: 100%;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .top-row {
      display: grid;
      grid-template-columns: 1.1fr 0.8fr 0.8fr 0.8fr 0.7fr;
      gap: 34px;
      align-items: start;
      min-height: 310px;
    }

    .brand {
      padding-top: 8px;
    }

    .brand-head {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
    }

    .brand-logo img {
      width: 84%;
      object-fit: contain;
      display: block;
    }

    .brand-logo a,
    .footer-col a,
    .contact-list a {
      color: inherit;
      text-decoration: none;
    }

    .brand-name {
      font-size: 28px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: -0.06em;
      color: var(--white);
    }

    .brand-name small {
      display: block;
      margin-top: 4px;
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0.18em;
      font-weight: 700;
      opacity: 0.9;
    }

    .brand-copy {
      max-width: 300px;
      margin: 0 0 18px;
      font-size: 15px;
      line-height: 1.45;
      color: rgba(255,255,255,0.9);
    }

    .contact-title {
      margin: 0 0 10px;
      font-size: 17px;
      font-weight: 700;
    }

    .contact-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .contact-list li {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 9px;
      font-size: 14px;
      line-height: 1.4;
      color: rgba(255,255,255,0.9);
    }

    .contact-list li > svg {
      flex: 0 0 24px;
      width: 24px;
      height: 24px;
      margin-top: 1px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .social-icons {
      display: flex;
      gap: 20px;
      margin-top: 18px;
    }

    .social-icons a {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: transparent;
      border: 2px solid rgba(255,255,255,0.32);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: rgba(255,255,255,0.96);
      transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
    }

    .social-icons svg {
      width: 21px;
      height: 21px;
      fill: currentColor;
      stroke: none;
    }

    .social-icons svg rect,
    .social-icons svg circle {
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
    }

    .social-icons svg .social-dot {
      fill: currentColor;
      stroke: none;
    }

    .social-icons a:hover {
      background: rgba(255,255,255,0.12);
      border-color: rgba(255,255,255,0.8);
      transform: translateY(-2px);
    }

    .footer-col {
      padding-top: 6px;
    }

    .footer-col h4 {
      margin: 0 0 12px;
      font-size: 16px;
      font-weight: 700;
      color: var(--white);
    }

    .footer-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-col li {
      margin-bottom: 8px;
      font-size: 14px;
      color: var(--muted);
      line-height: 1.4;
      white-space: nowrap;
    }

    .footer-col a:hover,
    .contact-list a:hover,
    .nav-links a:hover {
      color: var(--sky);
      text-decoration: underline;
    }

    .mid-row {
      display: grid;
      grid-template-columns: 1.1fr 0.8fr 0.8fr 0.8fr 0.7fr;
      gap: 34px;
      align-items: center;
      margin-top: -50px;
      margin-bottom: 8px;
      width: 100%;
    }

    .certified {
      display: flex;
      align-items: center;
      gap: 12px;
      color: rgba(255,255,255,0.9);
      font-size: 14px;
      flex-wrap: wrap;
      grid-column: 2 / span 2;
      justify-self: start;
    }

    .certified strong {
      font-size: 17px;
      font-weight: 700;
      color: var(--white);
    }

    .review-badges {
      display: flex;
      gap: 10px;
      align-items: center;
      flex-wrap: wrap;
      grid-column: 4 / span 2;
      justify-self: center;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 10px;
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.18);
      color: white;
      font-size: 11px;
      font-weight: 700;
      box-shadow: 0 12px 18px rgba(0,0,0,0.08);
    }

    .badge .icon {
      width: 18px;
      height: 18px;
      border-radius: 6px;
      background: rgba(255,255,255,0.18);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 800;
      color: #fff;
    }

    .badge--red {
      background: linear-gradient(180deg, #ef4b5d, #d80d2f);
    }

    .brand-word {
      width: 100%;
      overflow: hidden;
      margin-top: 8px;
      line-height: 0.75;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: -0.08em;
      text-align: center;
      color: rgba(255,255,255,0.92);
      font-size: clamp(120px, 18vw, 730px);
      user-select: none;
      text-shadow: 0 0 18px rgba(255,255,255,0.06);
    }

    .footer-bottom {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      width: min(1460px, calc(100% - 64px));
      margin: auto auto 0;
      padding: 20px 0 18px;
      font-size: 12px;
      color: rgba(255,255,255,0.82);
      border-top: 1px solid rgba(255,255,255,0.12);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .nav-links a {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      font-size: 12px;
    }

    /* Replace the old Elementor footer with the shared footer partial. */
    .elementor-location-footer {
      display: none !important;
    }

    @media (max-width: 980px) {
      .top-row {
        grid-template-columns: 1fr 1fr;
      }

      .mid-row {
        flex-direction: column;
        align-items: flex-start;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (max-width: 640px) {
      .footer-inner {
        padding-left: 18px;
        padding-right: 18px;
      }

      .top-row {
        grid-template-columns: 1fr;
      }

      .brand-word {
        font-size: 90px;
      }

      .footer-bottom {
        padding-left: 18px;
        padding-right: 18px;
      }
    }