/* =================== Global Section =================== */
body{
    font-family: 'Montserrat';
}

.body-overflow-padding{
    overflow: hidden;
    padding: 0px 30px;
}

.required:after {
    content:" *";
    color: red;
  }

  .form-label{
    font-size: 14px;
  }

  .page-title-style{
    font-weight: bold;
  }

  .remove-col-padding{
    padding: 0 !important;
  }

  .remove-p-margin{
    margin-bottom:0;
  }

/* =================== Header Section =================== */

.header-main{
    background-color: #333333;
    padding: 30px 0px;
}

.header-main > .container > .row > .col > p{
    color: white;
}

.header-logo-img{
    width: 120px;
}

.header-logo-style{
    color: white;
    font-size: 38px;
}

.header-logo-container-mobile{
    display: none;
}

.header-fullname{
    color: white !important;
    margin: 0;
}

/* =================== Footer Section =================== */

.footer-main{
    background-color: #333333 !important;
}

.footer-container{
    padding: 100px 0px;
}

@media (max-width: 768px) {
    .footer-container-2{
        padding: 0px 0px 100px 0px;
    }
}

.footer-child-container{
    border-top: solid 2px black;
    padding: 50px 0px;
}

.footer-title-style{
    color: white;
}

.footer-p-title{
    color: white;
    font-size: 18px;
}

.footer-p-title{
    color: white;
    font-size: 18px;
}

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

.footer-alignment{
    justify-content: flex-end !important;
}
.fb-icon-container {
    background-color: #3b5998;
    padding: 10px;
    display: inline-block;
    border-radius: 50%;
}

.social-icon-container {

    display: inline-block;
    background-color: #e1306c;
    padding: 10px;
    border-radius: 50%;
}

.insta-icon {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
}

.fb-icon {
    font-size: 30px;
    color: white;
}
.mobile-nav{
    background-color: #333333;
}

.booking-button{
    width:150px;
    height:150px;
}

.booking-button:hover{
    opacity: 50%;
}

/* =================== Homepage Section =================== */

.promo-banner-container{
    background-color: #C82333;
}

.promo-banner-text{
    font-size: 30px;
    color: white;
    font-weight: bold;
    font-style: italic;
}

.btn-promo-banner{
    padding: 10px 10px;
    background-color: #450707;
    border: 1px solid white;
    color: white;
    border-radius: 5px;
}

.btn-promo-banner:hover{
    color: white;
}

.promo-banner-container-mobile{
    display: none;
}

.banner {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner-content {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-button {
    padding: 15px 30px;
    background-color: #c82333;
    color: white;
    border-radius: 5px;
}

.banner-button:hover{
    color: white;
}

.homepage-container{
    /* The image used */
  background-image: url("/assets/images/homepage-bg-img-2.jpg");
  background-blend-mode: lighten;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.homepage-title-style{
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0px 45px
}

.homepage-table-price{
    padding-top: 50px;
}

.homepage-table-price-title-container{
    background-color:#555;
    padding:20px 0px;
}

.homepage-table-price-title-style{
    color: white;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px !important;
}

.homepage-table-price-content{
    background-color: white;
}

.homepage-table-price-price{
    padding-top: 30px;
}

.homepage-table-price-monthly-charge{
    font-family: system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
    'Helvetica Neue', sans-serif;
    font-size: 50px;
    color: #555555;
    font-weight: 700;
    margin-bottom: 0;
}

.homepage-table-price-content-border{
    border-bottom:2px solid #ddd;
    padding: 15px 50px;
    margin: 0px 80px;
}

.homepage-table-price-icon-style{
    color:#32AF19;
}

.homepage-table-price-content-text{
    margin-bottom:0px;
    padding-left:10px
}

.homepage-table-price-content-button-container{
    padding: 50px 50px 30px 50px;
}

.subscribe-button{
    background-color: #E93323;
    border-radius: 5px;
    color:white;
    /* margin: 0px 80px; */
    padding: 15px;
}

.subscribe-button:hover{
    background-color: #AA2D22;
    color: white;
}

.membership-card-id{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.membership-card-fullname{
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

/* .homepage-title-mobile{
    display: none;
} */

/* =================== Login Page and Register Section =================== */

.login-form-container{
    width: 50%;
    margin-top:80px;
    margin-bottom: 80px;
}
.login-form-title{
    padding-bottom: 30px;
}

.login-form-background-color{
    background-color: #F2F2F2;
    border-radius: 5px;
}

.login-form-container-padding{
    padding: 30px 20px;
}

[class*=icheck-]>input:first-child+input[type=hidden]+label::before,
[class*=icheck-]>input:first-child+label::before{
    background-color: white;
}

.checkmark-remember{
    font-size: 14px !important;
    font-weight: 400 !important;
}

/* =================== Cart Page Section =================== */
.cart-container{
    margin-top: 80px;
    margin-bottom: 80px;
}

.cart-table-header-container{
    margin-top: 30px;
    background-color:#fbfbfb;
    padding: 1em 1em;
    border:1px solid #dddddd;
}

.cart-row-content-container{
    background-color:white;
    padding: 1em 1em;
    border:1px solid #dddddd;

}

.cart-table-title{
    margin-bottom: 0px;
    font-weight: bold;
}

.cart-image-placeholder{
    width: 40%;
}

.cart-mobile-container{
    display: none;
}

.cart-totals-container{
    margin-top: 30px;
}

.cart-total-borders{
    padding:20px 30px;
    border:1px solid #dddddd;
}

.cart-non-register-button{
    background-color: #cff4fc;
    border-color: #b6effb;
}

/* =================== Checkout Page Section =================== */

.checkout-container{
    margin: 80px 0px;
}

.checkout-title-style{
    border-bottom:1px solid black;
    font-size:18px;
    font-weight:bold;
    padding-bottom:10px;
    margin-bottom:20px
}

.checkout-container-stripe{
    border: 2px solid #dddddd;
    padding: 30px 30px;
}

.checkout-stripe-title{
    font-size:16px;
    font-weight:bold;
}

.checkout-stripe-content-border{
    border-bottom: 1px solid #dddddd;
    padding-top: 10px;
    margin-bottom: 10px;
}

.checkout-padding-right{
    padding-right:30px !important;
}

/* =================== Checkout Page Section =================== */

.invoice-page-container{
    margin: 80px 0px;
}

.invoice-page-table-header{
    padding: 20px 20px;
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
}

.invoice-page-table-header-title{
    font-size: 19.5px;
    margin-bottom: 0px;
}

.invoice-page-table-content{
    padding: 20px 20px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;

}

/* =================== Terms and Condition Page Section =================== */

.tnc-container{
    margin: 80px 0px;
}

/* =================== My Account Page Section =================== */

.my-account-container{
    margin: 80px 0px;
}

.my-account-tab-container{
    border-right: 0px !important;
}

.my-account-tab-style{
    border-radius: 0px !important;
    border: 1px solid #dee2e6 !important;

}

.my-account-tab-style.active{
    background-color: #fbfbfb !important;
}

.my-account-next-payment{
    padding: 20px;
    background-color: #eeeeee;
}

.my-account-order-table-header{
    background-color: #fbfbfb !important;
}

@media only screen and (max-width: 768px) {

    /* =================== Header Section =================== */

    .header-logo-container{
        display: none;
    }

    .header-logo-container-mobile{
        display: block;
    }

    /* =================== Footer Section =================== */

    .footer-alignment{
        padding-top:20px;
        justify-content: flex-start !important;
    }

    /* =================== Homepage Section =================== */
    .promo-banner-container{
        display: none;
    }

    .promo-banner-container-mobile{
        display: block;
        background-color: #C82333;
    }

    .promo-banner-text-mobile{
        font-weight: bold;
        font-style: italic;
        color: white;
        font-size: 14px;
    }

    .btn-promo-banner-mobile{
        border: 1px solid white;
        background-color: #450707;
        padding: 5px;
        color: white;
        font-size: 14px;
        border-radius: 5px;
    }

    .banner-content {
        position: absolute;
        top: 73%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .banner-button {
        padding: 5px 5px;
        background-color: #c82333;
        color: white;
        border-radius: 5px;
        font-size: 12px;
    }

    .homepage-table-price-content-border{
        padding: 15px 20px;
        margin: 0px 50px;
    }
    .membership-card-id{
        font-size: 16px;
    }

    .membership-card-fullname{
        font-size: 20px;
    }

    .homepage-title-desktop{
        display: none;
    }

    /* .homepage-title-mobile{
        display: block;
    } */

    /* =================== Login Page Section =================== */

    .login-form-container{
        width: 100%;
    }

    /* =================== Cart Page Section =================== */
    .cart-table-header-container{
        display: none !important;
    }

    .cart-row-content-container{
        display: none !important;
    }

    .cart-mobile-container{
        display: block !important;
        padding-top: 30px;
    }

    .cart-mobile-border{
        padding: 1em;
        border-bottom:1px solid #dddddd;
        border-right:1px solid #dddddd;
        border-left:1px solid #dddddd;
    }

    .cart-mobile-border-content{
        padding-top:1em;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom:1px solid #dddddd;
        border-right:1px solid #dddddd;
        border-left:1px solid #dddddd;
    }

    .cart-totals-container{
        padding: 0px 7px;
    }

    .cart-totals-container-mobile{
        display: none !important;
    }

    /* =================== Checkout Page Section =================== */

    .checkout-padding-right{
        padding-right:0px !important;
    }

    .custom-fixed-bottom{
        position: fixed;
        bottom: 20; /* Adjust as needed */
        right: 0;  /* Adjust as needed */
        z-index: 1030; /* Ensures it stays on top of other content */
    }

    .booking-button{
        width: 100px;
        height: 100px;
    }

}
