.banner-gpb-button {
    display: block;
    width: 1200px;
    max-width: 100%;
    height: 170px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: 'Helvetica';
    user-select: none;
    position: relative;
}

.banner-gpb-button-arrow {
    width: 40px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: white;
}

.banner-gpb-button-interior {
    width: 100%;
    height: 100%;
    position: relative;
    color: white;
    overflow: hidden;
}

.gpb-bannerblank .banner-gpb-button-interior {
    background-color: transparent;
}

.gpb-bannerblue .banner-gpb-button-interior {
    background-color: #0d223fcc;
    
}

.gpb-bannerred .banner-gpb-button-interior {
    background-color: #ac162ccc;
}

.gpb-bannerbeige .banner-gpb-button-interior {
    background-color: #eee7d4cc;
    color: #3D2A18;
}

.gpb-bannerbeige .banner-gpb-overlayBtn {
    outline-color: #3D2A18;
}

.gpb-bannermaroon .banner-gpb-button-interior {
    background-color: #710a2ccc;
}

.gpb-bannergreen .banner-gpb-button-interior {
    background-color: #468080cc;
}

.gpb-bannerab1 .banner-gpb-button-interior {
    background-color: #00455dcc;
}

.gpb-bannerab2 .banner-gpb-button-interior {
    background-color: #3d7d96cc;
}

.gpb-bannerab3 .banner-gpb-button-interior {
    background-color: #9bccd9cc;
    color: #000;
}

.gpb-bannerag1 .banner-gpb-button-interior {
    background-color: #383839cc;
}

.gpb-bannerag2 .banner-gpb-button-interior {
    background-color: #939598cc;
}

.gpb-bannerag3 .banner-gpb-button-interior {
    background-color: #d1d3d4cc;
    color: #000;
}

.gpb-bannerag3 .banner-gpb-overlayBtn,
.gpb-bannerab3 .banner-gpb-overlayBtn {
    outline-color: #000;
}

.banner-gpb-button-text {
    font-size: 16px;
    margin: 0;
    padding: 8px 24px 0px 24px;
    word-wrap: break-word
}

.banner-gpb-button-title {
    padding: 36px 24px 0px 24px;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0px 3px 4px #00000080;
    line-height: 26px;
}

.banner-gpb-overlayBtn {
    height: 43px;
    padding-right: 60px;
    padding-left: 10px;
    position: relative;
    display: inline-block;
    outline-style: solid;
    outline-color: white;
    outline-width: 3px;
    font-size: 18px;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.3s;
    box-shadow: 0px 10px 18px #00000080;
}

    .banner-gpb-overlayBtn .banner-gpb-overlayBtnText {
        display: inline;
        line-height: 43px;
    }

    .banner-gpb-overlayBtn img {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%)
    }

a.banner-gpb-button,
a.banner-gpb-button:hover,
a.banner-gpb-button:active
a.banner-gpb-button:focus {
    text-decoration: none;
    color: #fff;
}

.banner-gpb-button-btn {
    position: absolute;
    bottom: 45px;
    right: 30px;
    margin-top: 100%;
}

.banner-gpb-button:hover {
    cursor: pointer;
}

    .banner-gpb-button:hover .banner-gpb-overlayBtn {
        background-color: rgba(255, 255, 255, 0.3);
    }

.banner-gpb-button.px170 {
    height: 170px;
}

.banner-gpb-button.px290 {
    height: 290px;
}

.banner-button-image {
    /* Ensure the image covers the entire element */
    background-size: contain !important;
    /* Constrain the image to its original size */
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* Fill remaining space with gray color */
    background-color: #A6A6A6 !important;
}

@font-face {
    font-family: Kirsty;
    src: url("/DesktopModules/MVC/GenPageBuilder/Resources/fonts/Kirsty.ttf");
}

#headerSection {
    position: relative;
}

/* Media queries for responsiveness */
@media only screen and (max-width: 576px) {
    .responsive-font {
        line-height: 20px !important;
        font-size: 18px; /* Adjust font size for smaller screens */
    }

    .text-responsive-font {
        font-size: 10px; /* Adjust text font size for smaller screens */
    }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
    .responsive-font {
        line-height: 20px !important;
        font-size: 20px; /* Adjust font size for medium-sized screens */
    }

    .text-responsive-font {
        font-size: 11px; /* Adjust text font size for medium-sized screens */
    }
}

@media only screen and (min-width: 769px) and (max-width: 1349px) {
    .responsive-font {
        line-height: 25px !important;
        font-size: 24px; /* Adjust font size for larger screens */
    }

    .text-responsive-font {
        font-size: 12px; /* Adjust text font size for larger screens */
    }
}

@media only screen and (min-width: 1350px) and (max-width: 1599px) {
    .responsive-font {
        line-height: 35px !important;
        font-size: 28px; /* Adjust font size for larger screens */
    }

    .text-responsive-font {
        font-size: 14px; /* Adjust text font size for larger screens */
    }
}

@media only screen and (min-width: 1600px) {
    .responsive-font {
        font-size: 36px; /* Reset to default size for larger screens */
    }

    .text-responsive-font {
        font-size: 16px; /* Reset to default size for larger screens */
    }
}