body {
  background-image: url('hero_background.png'); 
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh; 
  margin: 0; 
}

.happycustomers
{
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('happycustomers.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
    
    opacity: 50;
}

.huntington
{
    background-image:  url('huntington.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center; 
}

.container.huntington {
    --bs-gutter-x: 0;   /* kills the side padding only for this container */
}

.btn-sa {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a89832;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #092a56;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #092a56;
    --bs-btn-active-border-color: #a89832;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

.sa-bg { background-color: #2f2e2e; }
.sa-text { color: #2B6CA3; text-align: center;}
.sa-text-secondary {color: #092a56; }
.sa-hr { border: none; height: 4px; margin:13px; background-color: #a89832; }
.sa-hr-small { border: none; height: 2px; background-color: #a89832; }

.nav-link {font-size: 18px !important;}

@media (max-width: 576px) {
    .navbar-brand img {
        width: 100%;
        height: auto;
    }
}

/* custom spacing */

.services .col-lg-3, .services .col-11
{
    padding-top:    50px !important;
    padding-bottom: 50px !important;
}
.customPaddingTop
{
    padding-top:    50px !important;
}
.customPaddingBottom
{
    padding-bottom:    150px !important;
}

.largerHeading
{
    font-size: 3.5REM;
}

.site-header {
    background: #fff;
    height: 113px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #5da8ff;
    position: relative;
    z-index: 10;
}

.header-inner {
    width: 100%;
    max-width: 1120px;
    display: grid;
    grid-template-columns: 260px 1fr 210px;
    align-items: center;
    gap: 30px;
}

.site-logo img {
    width: 250px;
    height: auto;
    display: block;
}

.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}

.main-nav a {
    color: #092a56;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
}

.main-nav a:hover {
    color: #a89832;
}

.header-phone {
    color: #a89832;
    font-size: 26px;
    font-weight: 300;
    text-decoration: underline;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .site-header {
        height: auto;
        padding: 18px 0;
    }

    .header-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 14px;
    }

    .site-logo img {
        margin: 0 auto;
    }

    .main-nav {
        flex-wrap: wrap;
        gap: 14px 22px;
    }

    .header-phone {
        text-align: center;
    }
}

h3 {font-size: 36px;}
h1 {font-size: 48px !important;}
.sa-line { width: 213px; height: 6px; margin: auto; background-color: #a89832; }

.service-card-body p {text-align: center;}

.testimonials-section {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.72),
        rgba(255, 255, 255, 0.72)
    ), url('happycustomers.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 613px;
    position: relative;
}

.testimonials-overlay {
    position: relative;
    min-height: 520px;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonials-overlay h1 {
    color: #236aa5;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    padding-top: 65px;
    margin-bottom: 0;
}

.quote-mark {
    position: absolute;
    color: #b6a332;
    font-size: 92px;
    font-weight: 700;
    line-height: 1;
}

.quote-left {
    left: 265px;
    top: 240px;
}

.quote-right {
    left: 530px;
    top: 115px;
}

.speech-bubble {
    position: absolute;
    background: #2d73ab;
    color: #fff;
    border: 3px solid #b6a332;
    border-radius: 24px;
    padding: 24px 26px;
    width: 330px;
    text-align: center;
    font-size: 16px;
    line-height: 1.55;
}

.speech-bubble::after {
    content: "";
    position: absolute;
    bottom: -42px;
    right: 28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 16px 0 0;
    border-color: #b6a332 transparent transparent transparent;
}

.speech-bubble::before {
    content: "";
    position: absolute;
    bottom: -34px;
    right: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 13px 0 0;
    border-color: #2d73ab transparent transparent transparent;
    z-index: 2;
}

.bubble-one {
    left: 330px;
    top: 315px;
}

.bubble-two {
    right: 90px;
    top: 135px;
}

@media (max-width: 768px) {
    .testimonials-section,
    .testimonials-overlay {
        min-height: auto;
    }

    .testimonials-overlay {
        padding: 45px 20px;
    }

    .testimonials-overlay h1 {
        padding-top: 0;
        font-size: 32px;
        margin-bottom: 30px;
    }

    .speech-bubble {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 360px;
        margin: 30px auto;
    }

    .quote-mark {
        display: none;
    }

    body {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center top !important;
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center top !important;
  }
}


.saColor { color: #a89832 !important;}

.story-section {
    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.13),
            rgba(0, 0, 0, 0.13)
        ),
        url('huntington.png');

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    min-height: 813px;
    position: relative;
}

.story-overlay {
    position: relative;
    min-height: 760px;
    max-width: 1200px;
    margin: 0 auto;
}

.story-overlay h1 {
    text-align: center;
    color: #b59d1e;
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 2px;
    padding-top: 70px;
    margin-bottom: 10px;
}

.story-line {
    width: 140px;
    height: 4px;
    background: #b59d1e;
    margin: 0 auto;
}

.story-bubble {
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);

    width: 679px;

    background: rgba(28, 28, 35, 0.72);

    border: 4px solid #b59d1e;
    border-radius: 42px;

    padding: 42px 48px;

    color: #fff;

    text-align: center;

    font-size: 16px;
    line-height: 1.9;

    backdrop-filter: blur(2px);
}

.story-bubble::after {
    content: "";
    position: absolute;

    left: 32px;
    bottom: -82px;

    width: 0;
    height: 0;

    border-style: solid;
    border-width: 82px 42px 0 0;

    border-color: #b59d1e transparent transparent transparent;
}

.story-bubble::before {
    content: "";
    position: absolute;

    left: 37px;
    bottom: -70px;

    width: 0;
    height: 0;

    border-style: solid;
    border-width: 70px 36px 0 0;

    border-color: rgba(28, 28, 35, 0.92) transparent transparent transparent;

    z-index: 2;
}

.story-bubble p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {

    .story-section,
    .story-overlay {
        min-height: auto;
    }

    .story-overlay {
        padding: 40px 20px 90px 20px;
    }

    .story-overlay h1 {
        font-size: 42px;
        padding-top: 20px;
    }

    .story-bubble {
        position: relative;
        top: auto;
        left: auto;
        transform: none;

        width: 100%;
        padding: 28px;

        margin-top: 40px;

        font-size: 16px;
        line-height: 1.7;
    }
}

.systems-section {
    color: #fff;
}

.systems-top {
    background: #113b67;
    padding: 60px 7vw 0 7vw;
}

.systems-top h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.systems-top h1 span {
    color: #b6a332;
}

.systems-title-line {
    width: 200px;
    height: 5px;
    background: #fff;
    margin: 10px auto 50px auto;
}

.systems-icons {
    display: grid;
    grid-template-columns: 1fr 90px 1fr 90px 1fr 90px 1fr;
    align-items: center;
    gap: 20px;
}

.system-item {
    text-align: center;
}

.system-item img {
    height: 115px;
    max-width: 190px;
    object-fit: contain;
    margin-bottom: 28px;
}

.system-item a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.plus-icon {
    width: 74px;
    height: 74px;
    border: 5px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    color: #fff;

    margin: 0 auto 55px auto;
}

.systems-gold-line {
    height: 17px;
    background: #b6a332;
    max-width: 1500px;
    margin: 80px auto 0 auto;
}

.systems-bottom {
    background: #3075a8;
    padding: 34px 7vw 64px 7vw;
}

.systems-content {
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 80px;
    align-items: center;
}

.systems-copy {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 2px;
    font-weight: 300;
}

.systems-copy p {
    margin-bottom: 36px;
}

.systems-cta {
    display: flex;
    justify-content: center;
}

.systems-button {
    width: 360px;
    height: 76px;
    background: #b6a332;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 14px 0 32px;
    border-radius: 10px;

    font-size: 17px;
    font-weight: 500;
}

.calendar-icon {
    color: #000;
    font-size: 52px;
    line-height: 1;
}

@media (max-width: 992px) {
    .systems-icons {
        grid-template-columns: 1fr;
    }

    .plus-icon {
        margin: 10px auto;
    }

    .systems-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .systems-copy {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .systems-top h1 {
        font-size: 36px;
    }
}

.contact-section {
    background: #2d2b2b;
    color: #fff;
}

.contact-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 40px 90px 40px;
}

.contact-wrapper h1 {
    text-align: center;
    color: #b6a332;
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 70px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: start;
}

.contact-left {
    max-width: 340px;
    margin-left: auto;
}

.contact-block {
    margin-bottom: 48px;
}

.contact-block h3 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 18px;
    color: #fff;
}

.contact-block p,
.contact-block a {
    color: #d8d8d8;
    font-size: 18px;
    line-height: 1.8;
    text-decoration: none;
}

.social-icons {
    display: flex;
    gap: 14px;
    margin-top: 12px;
}

.social-icons a {
    width: 46px;
    height: 46px;

    border-radius: 50%;
    background: #000;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-decoration: none;

    font-size: 24px;
    font-weight: 700;
}

.contact-right {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 60px;
}

.contact-button {
    width: 100%;
    max-width: 480px;
    height: 86px;

    background: #b6a332;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 26px;

    color: #fff;
    text-decoration: none;

    font-size: 22px;
    font-weight: 500;

    transition: all .25s ease;
}

.contact-button:hover {
    background: #c8b53b;
    transform: translateY(-2px);
}

.contact-icon {
    font-size: 48px;
    line-height: 1;
}

.contact-icon-small {
    font-size: 24px;
    line-height: 1;
}
.footer-bar {
    background: #efefef;
    color: #666;
    text-align: center;
    padding: 22px;
    font-size: 16px;
}

@media (max-width: 992px) {

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-left {
        margin-left: 0;
        max-width: 100%;
    }

    .contact-right {
        padding-top: 0;
    }

    .contact-wrapper h1 {
        font-size: 42px;
    }

    .contact-button {
        font-size: 18px;
        height: 74px;
    }

    .contact-icon {
        font-size: 38px;
    }
}

/* =========================
   SCROLL REVEAL ANIMATIONS
========================= */

.fade-up,
.reveal {
    opacity: 0;
    transition: all 0.9s ease;
    will-change: transform, opacity;
}

.fade-up {
    transform: translateY(30px);
}

.reveal {
    transform: translateY(40px) scale(.98);
}

.fade-up.visible,
.reveal.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Optional stagger effect */
.stagger-1 { transition-delay: .1s; }
.stagger-2 { transition-delay: .2s; }
.stagger-3 { transition-delay: .3s; }
.stagger-4 { transition-delay: .4s; }

/* =========================
   BOUNCING PLUS
========================= */

.plus-bounce {
    display: inline-block;
    text-align: center;
    animation: bouncePlus 1.6s ease-in-out infinite;
}

@keyframes bouncePlus {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Image grows slightly as you scroll through it */
.scroll-scale {
    transform: scale(1);
    transition: transform 0.08s linear;
    will-change: transform;
}
.image-zoom-wrap {
    overflow: hidden;
}

.floating-service-btn {
    position: sticky;
    top: 125px;
    float: right;
    z-index: 13;
    background: #b6a332;
    color: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.floating-service-btn:hover {
    background: #000;
    color: #fff;
}

body {
  margin: 0;
}

.hero-section {
  background-image: url('hero_background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 560px;
  padding-top: 39px;
  padding-bottom: 250px;
}

.hero-logo {
  max-width: 700px;
  width: 90%;
  height: auto;
}

@media (max-width: 768px) {
  .hero-section {
    background-attachment: scroll;
    background-position: center top;
    min-height: 560px;
    padding-bottom: 180px;
  }
}