* {
        box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}
html, body {
        min-height: 100%;
        color: #000;
}


html.isActiveFeedbackModal, html.isActiveFeedbackModal body {
    overflow-y: hidden;
}
body {
        margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #121212;
    background: /*#121212*/;
    touch-action: pan-x pan-y;
    position: relative;
    overflow-x: hidden;
}
body.loading-enabled{
    overflow: hidden;
}
body, ul, ol, dl {
        margin: 0;
}
article, aside, audio,
footer, header, nav, section, video {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
        margin: 0;
}
.btn{
    color: #000;;
}
p {
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    margin: 0;
}
.btn-fetchpay.alt {
    background: #BE0358;
    color: #fff;
}
textarea {
        resize: vertical;
}

table { border-collapse: collapse; }
td {
        padding: .5rem;
}
img {
        border: none;
        max-width: 100%;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border : 0px;
}

input[type="search"] {
        -webkit-appearance: textfield;
}
input[type="submit"] {
        -webkit-appearance:none;
}
input {
    border-radius: 0;
    outline: none;
}

input[type="search"] {
    -webkit-appearance: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

html.landing {
    background-color: #fff;
}


html.landing{
    background-image: url(assets/images/bg_image.jpg);
    background-size: cover;
    background-position: center;
}

html.landing body, html.landing .container{
    background: transparent;
}
body {
    background-image: url(assets/images/bg_leaves_light.svg);
    background-color: #f2f2f2;
}
.btn-fetchpay {
    border-radius: 70px;
    border: 0px;
    background: #fff;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.container {

    width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
@keyframes loading-inner {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
  }
  .loading-inner div {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 12px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
  }
  .loading-inner div {
    animation: loading-inner 1s linear infinite;
    top: 100px;
    left: 100px
  }
  .loadingInner {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background:transparent;
  }
  .loading-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
  }
  .loading-inner div { box-sizing: content-box; }
  .loading-modal {
    flex-direction: column;
    align-content: center;
    position: fixed;
    height: 100vh;
    background-color: #0c193bd9;
    width: 100%;
    z-index: 7;
    justify-content: center;
    align-items: center;
    top: 0;
}
.loading-disabled .loading-modal{
    display: none;
}

.loading-enabled .loading-modal{
    display: flex;
}


.loading-modal p {
    text-align: center;
    color: #F79E1B;
    font-family: "Payflair Display";
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.5;
}
.header {
    text-align: center;
}


.company-logo {
    margin-top: 40px;
    max-width: 300px;
}

.header-buttons {
    padding: 0 35px;
    margin-top: 100px;
    margin-bottom: 216px;
}

.header-buttons a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-decoration: none;
    background: #D4AF37;
    border-radius: 76px;
    padding: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #FFF;
    font-style: normal;
}


.header-logo {
    margin-top: 30px;
    width: 170px;
}

.footer {
    text-align: center;
    margin-top: 30px;
}


.footer img {
    height: 20px;
    margin-bottom: 25px;
    margin-top: 20px;
}
@media screen and (max-width: 499px) {
    .container{
        width:100%
    }
}

.promo-section {
    padding: 0 35px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.promo-box {
    background: rgba(0, 0, 0, 0.75);
    border: 3px solid #D4AF37;
    padding: 20px 25px;
    text-align: center;
}

.promo-title {
    color: #D4AF37;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.promo-detail {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin: 5px 0;
}


/* Sticky footer wrapper - normal layout on desktop */
.sticky-footer-wrapper {
    background: transparent;
    margin-top: 50px;
}

.sticky-footer-wrapper .header-buttons {
    padding: 0 35px;
    margin-bottom: 25px;
}

.sticky-footer-wrapper .footer {
    text-align: center;
}

/* Make footer sticky on smaller screens */
@media screen and (max-height: 850px), screen and (max-width: 499px) {
    .sticky-footer-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent;
        
        padding: 20px 0 15px 0;
        z-index: 100;
        margin-top: 0;
        border-top: 0px solid transparent;
        transition: all 0.3s ease;
    }
    
    /* Show separator line and background when footer is floating over content */
    .sticky-footer-wrapper.is-floating {
        border-top: 3px solid #D4AF37;
        background: rgba(0, 0, 0, 1);
    }
    
    .sticky-footer-wrapper .header-buttons {
        margin-top: 0;
        margin-bottom: 15px;
        padding: 0 35px;
    }
    
    .sticky-footer-wrapper .footer {
        margin-top: 0;
    }
    
    .sticky-footer-wrapper .footer img {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    /* Add padding to container so content doesn't hide behind sticky footer */
    .container {
        padding-bottom: 200px;
    }
    
    .promo-section {
        margin-bottom: 20px;
    }
}

/* Layout adjustments when promo section is hidden (hp=1) */
body.no-promos .sticky-footer-wrapper {
    position: static;
    background: transparent;
    padding: 0;
    margin-top: 100px;
    border: none;
}

body.no-promos .sticky-footer-wrapper .header-buttons {
    position: static;
    padding: 0 35px;
    margin-bottom: 0;
}

body.no-promos .sticky-footer-wrapper .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    margin: 0;
}

@media screen and (max-height: 850px), screen and (max-width: 499px) {
    body.no-promos .container {
        padding-bottom: 80px;
    }
}
