/* Global layout */
body {
    font-family: Arial, sans-serif;
    background-color: white;
    color: #333;
    margin: 0;
    padding: 0;
}


/* Container */
.container {
    max-width: 900px;
    margin: 0 auto;
    background: #f4f6f9;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    border-radius: 8px;
}

.white-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    /*background: #f4f6f9;*/
}

.green-container-wide{
    background-color: #117280;
    color: white;
}


/* Headings */
/*h2, h3, h4 {
    color: #2c3e50;
}*/

/* Forms */
/*
form {
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
    width: 100%;
    max-width: 500px;
    padding: 8px;
    margin: 6px 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
    */

/* Buttons */
.btn-type-b {
    background-color: #007bff;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
}

.btn-type-b:hover {
    background-color: #0056b3;
}

/* Tables */
table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f0f0f0;
}







/* Links */
a {
    color: #007bff;
    text-decoration: none;
    margin-right: 12px;
}

a:hover {
    text-decoration: underline;
}

/* Message banners */
p.success {
    color: green;
    font-weight: bold;
}

p.error {
    color: red;
    font-weight: bold;
}









/*WELLPASS*/

.background-section {
    position: relative;
    /*height: 100vh; /* Full screen height */
    min-height: 750px;
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
    overflow: hidden;
}

.header-bg-color-height {
    background-color: #000;
    position: relative;
    z-index: 1;
    min-height: 750px;
}

.header-bg-img-underlay {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: url('../images/welcome-header-bg-desktop.jpg'); /* or whatever */
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

.header-section-small {
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
    overflow: hidden;
}

.header-section-small-img-underlay {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    /*background-image: url('../images/welcome-header-wp.jpg'); /* or whatever */
    background-image: linear-gradient(86.99deg, #031012bd 34.59%, #083e45bd 113.13%), url('../images/welcome-header-wp.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }


  .header-section-small-img-underlay-admin {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    /*background-image: url('../images/welcome-header-wp.jpg'); /* or whatever */
    background-image: linear-gradient(86.99deg, #031012bd 34.59%, #083e45bd 113.13%), url('../images/admin-banner.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }


/*@media (min-width: 576.98px) {*/
/*
.header-bg-img-underlay {
    background-image: url('../images/welcome-header-bg-mobile.jpg');
}

@media (min-width: 767.98px) {
    .header-bg-img-underlay {
      background-image: url('../images/welcome-header-bg-desktop-mini.jpg');
    }
}

@media (min-width: 991.98px) {
    .header-bg-img-underlay {
      background-image: url('../images/welcome-header-bg-tablet.jpg');
    }
}

@media (min-width: 1199.98px) {
    .header-bg-img-underlay {
      background-image: url('../images/welcome-header-bg-desktop.jpg');
    }
}*/


.centered-content-b {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}

.centered-content{
    text-align: center;
}


.btn-large {
    min-width: 250px;
}

.btn-type-a {
    background-color: #117280;
    color: #fff;
    padding: .75rem 1.7rem;
    border: none;
    border-radius: 3rem;
    cursor: pointer;

    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;

    transition: color .15s ease-in-out,background-color .15s ease-in-out;
}

.btn-type-a:hover {
    /*background-color: rgb(14.45, 96.9, 108.8);*/
    background-color: #84d0d3;
}


.btn-type-c {
    background-color: #000000;
    color: #fff;
    padding: .75rem 1.7rem;
    border: none;
    border-radius: 3rem;
    cursor: pointer;

    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;

    transition: color .15s ease-in-out,background-color .15s ease-in-out;
}

.btn-type-c:hover {
    background-color: rgb(118, 118, 118)
}

.btn-type-d {
    background-color: #ffffff;
    color: #117280;
    padding: .75rem 1.7rem;
    border: 1px solid #117280;
    border-radius: 3rem;
    cursor: pointer;

    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;

    transition: color .15s ease-in-out,background-color .15s ease-in-out;
}

.btn-type-d:hover {
    background-color: rgb(227, 227, 227)
}

.btn-type-e {
    background-color: #ffffff;
    color: #000000;
    padding: .75rem 1.7rem;
    border: none;
    border-radius: 3rem;
    cursor: pointer;

    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;

    transition: color .15s ease-in-out,background-color .15s ease-in-out;
}

.btn-type-e:hover {
    background-color: rgb(223, 223, 223)
}

.btn-type-f {
    background-color: #fd763c;
    color: #ffffff;
    padding: .75rem 1.7rem;
    border: none;
    border-radius: 3rem;
    cursor: pointer;

    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;

    transition: color .15s ease-in-out,background-color .15s ease-in-out;
}

.btn-type-f:hover {
    background-color: #ff8d5d;
}

.responsive-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem auto;
    max-width: 1200px;
    gap: 1rem;
    padding: 0 1rem;
}
  
.box {
    /*flex: 1 1 calc(25% - 1rem); /* 4 columns with gap */
    flex: 1 1 20%;
    padding: 0.2rem 1.5rem;
    text-align: center;
    /*background-color: #eee;
    /*border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
    min-width: 200px; /* fallback for very narrow screens */
    max-width: 300px;
}
  
  /* Stack on mobile */
@media (max-width: 767.98px) {
    .box {
      flex: 1 1 100%;
    }
}

.big-title{
    font-size: 2.75rem;
    font-weight: 750;
}

.wellpass-icon{
    /*font-size: 64px; /*24px original*/
    /*color: #117280;*/
    color: #000;
}

.small-margin{
    margin: 0.2rem;
}


.faq-section {
    max-width: 900px;
    margin: 4rem auto;
    padding: 0 1rem;
    text-align: center;
}

.faq-question {
    font-size: 1.1rem;
    padding: 0.2rem;
    margin: 0.2rem;
    cursor: pointer;
}

.faq-answer {
    display: none;
    padding-bottom: 1rem;
    color: #696969;
}


.login-txt {
    width: 100%;
    min-height: 2.5rem;
    /*max-width: 500px;*/
    padding: 8px;
    margin: 6px 0 12px;
    border: 1px solid #ccc;
    border-radius: 3rem;
    box-sizing: border-box;
}

.label-big{
    color: #117280;
    font-size: 1.5rem;

}

.info-container{
    font-size: 1rem;
    line-height: 2rem;
}

.notice-big{
    font-size: 1.5rem;
    /*background-color: #fd763c;*/
    background-color: #117280;
    color: white;
    padding: 40px;
}



.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }

  .top-bar-inner {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .padding-top-bar{
    padding-top: 80px;
  }

  .button-group {
    display: flex;
    gap: 10px;
  }
  
  .top-btn {
    background-color: #ffffff;
    border: none;
    color: rgb(0, 0, 0);
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.15s;
  }
  
  .top-btn:hover {
    color: rgb(118, 118, 118);
  }

  .info-flex {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .info-left, .info-right {
    flex: 1 1 300px;
  }

  .link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* spacing between icon and text */
    text-decoration: none; /* remove underline from <a> */
  }
  
  .link-btn i.material-icons {
    font-size: 1.2rem; /* adjust if needed */
    line-height: 1;
  }

  /*
  .modal {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
  }
  .modal-content {
    background-color: #fff;
    margin: 20% auto;
    padding: 40px;
    width: 300px;
    text-align: center;
    border-radius: 8px;
  }
*/

.modal {
  display: none; /* important to keep modal hidden by default */
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

 .modal-content {
    background-color: #fff;
    margin: 20% auto;
    padding: 40px;
    width: 300px;
    text-align: center;
    border-radius: 8px;
  }



  




.day-plan-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.plan-card {
  flex: 1 1 250px;
  /*background: #f9f9f9;*/
  /*padding: 1rem;*/
  border-radius: 8px;
  text-align: center;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}

.day-plan-category{
    background-color: rgb(71, 186, 194);
    color: #fff;
    border-radius: 8px;
    /*padding: 1px;*/
    padding: 10px;
}

.day-plan-content{
     padding: 10px;
}


.team-challenge-box{
    background-color: #117280;
    color: #fff;
    border-radius: 8px;
    /*padding: 1px;*/
    padding: 20px;
}