html, body {
    width: 100%;
    overflow-x: hidden;
    /* Prevents horizontal scrolling */
}

.club-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* overflow: hidden; */
    min-width: 100%;
    min-height: 100vh;
    background: #dbdbdb;
}

.club-content {
    position: relative;
    width: 390px;
    background: #FFCC00;
    overflow-y: auto;
    height: 100vh;
}

.club-content hr {
    width: 90%;
}

/* .club-events {
    margin-top: 20px;
} */
.club-events {
    width: 335px;
    margin-top: 20px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.club-events a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    /* Optional - aligns images nicely when scrolling */
}

.club-events img {
    height: auto;
    width: 270px;
    display: block;
}

.event-suggestion-image-full-size {
    width: 335px !important;
}

#logo {
    width: 80px;
}

#myshops-lady {
    width: 190px;
    margin-bottom: -48px;
}

#myshops-man {
    width: 190px;
}

.club-name-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.club-logo-col {
    padding: 0px;
}

#club-logo {
    width: 100%;
    height: auto;
    border-radius: 40px 40px 0px 0px;
    background: #FFCC00;
}

.club-logo {
    text-align: left;
    padding: unset;
}

.club-header {
    background: #FFCC00;
    padding-top: 30px;
    /* overflow: hidden; */
    z-index: 100;
}

.club-header-filler-container {
    background: #FFCC00;
}

.club-header-filler {
    border-radius: 40px 40px 0px 0px;
    height: 40px;
    background: #FFF;
}

.club-header-photo {
    position: relative;
    background: #FFCC00;
    z-index: 200;
}


.club-header-photo-inner {
    border-radius: 40px 40px 0px 0px;
    background: #FFCC00;
    overflow: hidden;
}

.club-body-container {
    z-index: 200;
    position: relative;
}

.club-body {
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
    padding: 10px 15px;
    position: relative;
    color: black;
    display: flex;
    justify-content: center; /* Horizontal center */
    align-items: center;     /* Vertical center (optional) */
}

#club-name {
    font-size: 20px;
    font-weight: 500;
}

#club-help-text {
    padding-top: 20px;
    padding-bottom: 20px;
}

#myshops-logo-name {
    width: 130px;
}

#myshops-logo-name-slogen {
    width: 180px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#myshops-help-text {
    padding: 15px 0px;
}

#download-header {
    font-size: 16px;
    font-weight: 500;
    color: #FF1D84;
}

.footer {
    z-index: 200;
    position: relative;
    background: #fff;
    padding: 30px;
}

.dynamic-data {
    /* color: red !important; */
}

.club-download-col {
    padding: 20px;
}

.download-logo {
    width: 140px;
}

/* .section-lady {
    background-image: url(/images/lady-box-hor.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
} */

.page-section {
    margin-bottom: 10px;
    font-size: 18px;
}

.section-text {}

.section-gray {
    color: #888;
    font-size: 16px;
}

.section-title {
    color: #FF1D84;
    font-size: 30px;
    font-weight: 500;
    border-bottom: 1px solid #FF1D84;
    /* margin-top: 25px; */
    width: 100%;
}

.section-sub-title {
    color: #FF1D84;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.footer-menu {
    padding-inline-start: 0px;
}

.footer-menu li {
    display: inline;
    line-height: 2;
    font-size: 14px;
    padding-right: 15px;
    text-transform: uppercase;
}

.footer-menu li a {
    color: #707570;
    text-decoration: none;
}

.footer img {
    margin-bottom: 20px;
}


.businesses-whatsapp {
    background: #25D366;
    color: white;
    padding: 10px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    cursor: pointer;
    max-width: 330px;
    border-radius: 10px;
    font-size: 16px;
}

.businesses-whatsapp a {
    color: white;
}

.see-more-suggestions {
    background: #FF1D84;
    color: white;
    padding: 10px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    cursor: pointer;
    max-width: 330px;
    border-radius: 10px;
    font-size: 16px;
}

.see-more-suggestions a {
    color: white;
}

.get-present {
    background: #FF1D84;
    color: white;
    padding: 10px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    max-width: 330px;
    border-radius: 10px;
    font-size: 16px;
}

.get-present a {
    color: white;
}

.businesses-img {
    max-width: 80%;
    padding-top: 22px;
}

.businesses-registration {
    background: #FF1D84;
    color: white;
    padding: 10px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    cursor: pointer;
    max-width: 330px;
    border-radius: 10px;
    font-size: 16px;
}

.businesses-registration a {
    color: white;
}

.benefit-item {
    padding: 0px 15px;
}

.benefit-item-container {
    border-radius: 30px;
    background: #EBEBEB;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 7px;
    margin-top: 15px;
}

.benefit-item h1 {
    color: #FF1D84;
    font-size: 22px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #FF1D84;
}

.benefit-item p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.benefit-highlight {
    color: #FF1D84;
}

#campaign-photo, #business-photo {
    width: 100%;
    height: auto;
    border-radius: 40px 40px 0px 0px;
    background: #FFCC00;
}

#campaign-events {
    margin-top: 20px;
}

#landing-subject {
    font-size: 22px;
}

#landing-content {
    margin-top: 20px;
    font-size: 16px;
}

.business-card-container-override {
    width: 100% !important;
    margin-bottom: 0px !important;
    border-bottom: unset !important;
}

.business-card-outer-container {
    /* this overrides the width: 350px in site.css as we want the entire width*/
    width: 100% !important;
}

#participating_events_header {
    border-radius: 20px;
    background: #38B2E6;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
    /* margin-top: 10px; */
}

#participating_events_header_title {
    font-size: 22px;
    font-weight: 500;
    color: white;
    padding-top: 20px;
    text-align: center;
}

#participating_events_main {
    border-radius: 20px;
    background: #FF1D84;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
    margin-top: 20px;
}

#participating_events_main_title {
    font-size: 22px;
    font-weight: 500;
    color: white;
    padding-top: 20px;
    text-align: center;
}

#participating_events_footer {
    border-radius: 20px;
    background: #FC0;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
    margin-top: 20px;
}

#participating_events_footer_title {
    font-size: 22px;
    font-weight: 500;
    color: black;
    padding-top: 20px;
    text-align: center;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    /* Optional if you want it responsive */
    max-width: 100%;
    /* Optional */
}

.image-container img {
    display: block;
    width: 100%;
    /* Ensures img is fully inside container */
}

.diagonal-stripe {
    position: absolute;
    top: 39%;
    left: 1%;
    width: 97%;
    background: rgba(255, 29, 131, 0.8);
    color: white;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    transform: rotate(-20deg);
    box-sizing: border-box;
    white-space: nowrap;
    border-radius: 10px;
}

#tran-qrcode{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#signup-results-msg {
    font-size: 22px;
    color: #008900;
    text-align: center;
    margin-top: 20px;
}

#signup-results-qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#signup-results-present-msg{
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

#signup-results-present-name{
    color: #008900;
    font-weight: 500;
}

.inline_mesage {
    font-size: 20px;
    color: #FF1D84;
    font-weight: 500;
    margin-bottom: 20px;
}


#qr-code {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}