body {
    padding-top: 150px !important;
    scroll-behavior: smooth;
    scroll-margin-top: 250px;
}
section.header {
    width: 100%;
    height: 550px;
    padding: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-color: rgba(53,63,66,0.8);
}
section.header img {
    max-width: 800px;
}
h1, h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}
h1 {
    color: white;
    width: 100%;
    text-align: center;
}
#phygridPage h2 {
    font-size: 48px;
}
.pbtn, .pbtn2, input.hs-button.primary.large {
    padding: 15px 50px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    border: solid 2px #C7D82F;
}
.pbtn:hover {
    color:#353F42;
}
.headerBTNs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.pbtn, input.hs-button.primary.large {
    background-color: #C7D82F;
}
.pbtn2 {
    border: solid white 2px;
    color:white;
}
section:not(.header) {
    padding: 100px 15px;
    margin: auto;
    max-width: 1030px;
}
p {
    font-size: 20px;
    margin-block: 25px 75px;
    line-height: 1.5;
}
.phygridBens {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    text-align: center;
}
.phygridBens div {
    max-width: 400px;
    padding: 0px 15px;
}
.phygridBens img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin-bottom: 20px;
}
.phygridBens h4 {
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: normal;
}
.phygridBens p {
    font-size: 16px;
    margin-block: 0px;
}
div.altBG {
    background-color: #f3f3f3;
}
.phygridSols {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.phygridSols div {
    max-width: 480px;
    height: 360px;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    width: 100%;
    padding: 0px 15px;
}
.phygridSols #EndlessAisles {
    background-image: linear-gradient(0deg, rgba(53,63,66,0.8) 25%, rgba(53,63,66,0) 75%), url(../images/endlessAisles.jpg);
}
.phygridSols #SelfCheckout {
    background-image: linear-gradient(0deg, rgba(53,63,66,0.8) 25%, rgba(53,63,66,0) 75%), url(../images/selfCheckOut.jpg);
}
.phygridSols #DigitalSignage {
    background-image: linear-gradient(0deg, rgba(53,63,66,0.8) 25%, rgba(53,63,66,0) 75%), url(../images/digitalSignage.jpg);
}
.phygridSols #QueueManagement {
    background-image: linear-gradient(0deg, rgba(53,63,66,0.8) 25%, rgba(53,63,66,0) 75%), url(../images/queueManagment.jpg);
}
.phygridSols #MobileCheckout {
    background-image: linear-gradient(0deg, rgba(53,63,66,0.8) 25%, rgba(53,63,66,0) 75%), url(../images/mobileCheckOut.jpg);
}
.phygridSols #AppointmentBooking {
    background-image: linear-gradient(0deg, rgba(53,63,66,0.8) 25%, rgba(53,63,66,0) 75%), url(../images/appointmentBooking.jpg);
}
.phygridSols h5 {
    color:white;
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.pygridCTA {
    background-color: white;
    padding: 60px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.pygridCTA p {
    max-width: 500px;
}
.pygridCTA .pbtn2{
    border: solid #353F42 2px;
    color:#353F42;
    width:max-content;
    text-align: center;
}
.contactForm {
    width: 100%;
}
.contactForm label {
    display: none;
}
.contactForm input, .contactForm textarea {
    width: 100% !important;
    background-color: #f3f3f3;
    border: none;
    padding: 15px;
    margin-bottom: 16px;
    border-radius: 10px;
    font-family: 'Open Sans';
}
.contactForm .hs_email {
    width: 100% !important;
}
.contactForm fieldset {
    max-width: 1000px !important;
}
.form-columns-2 {
    gap: 16px;
    margin-bottom: 16px !important;
}
.form-columns-2 input {
    margin-bottom: 0px;
}
input.hs-button.primary.large {
    width: fit-content !important;
    font-size: 20px;
}
.phygridSols div * {
    margin: 0px;
    margin-bottom: 15px;
}

.phygridSols p {
    color: white;
    font-size: 16px;
}

#phygridPopUp {
    display: none;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background-color: rgba(53,63,66,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
}

#phygridPopUp > div {
    max-width: 600px;
    background-color: white;
    padding: 32px 32px 0px;
    height: fit-content;
    border-radius: 15px;
}

#phygridPopUp p {
    font-size: 16px;
    margin: 12px 0px 24px;
}

#phygridPopUp h3 {
    font-size: 24px;
    margin: 0px 0px 12px;
}
#phygridPopUp a {
    color: #06B1CC;
}
.closeBtn {
    position: relative;
    float: right;
    top: -16px;
    right: -10px;
    cursor: pointer;
}
#phygridPopUp:has(.submitted-message) .popUpText {
    display: none;
}

#phygridHeaderVid {
    width: 100%;
    height: 685px;
    object-fit: cover;
    object-position: bottom;
    z-index: -1;
    position: absolute;
    top: 15px;
    left: 0px;
}
video {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 750px) {
    section.header img {
        width: 100%;
    }
    section.header {
        padding: 15px;
        height: 665px;
    }
    
    .pygridCTA {
        padding: 30px;
        border-radius: 15px;
    }
    .pygridCTA .pbtn2 {
        font-size: 14px;
    }
    .pygridCTA p {
        margin-top: 0px;
    }
    p {
        font-size: 16px;
    }
    body {
        padding-top:35px !important;
    }
}