/* ==========================================================================
   A-LISTER PAGE LAYOUT STYLING (SCOPED UNDER .alister-page)
   ========================================================================== */


/* ==========================================================================
   BASE STYLING & SCOPED INHERITANCE
   ========================================================================== */

/* Removed hardcoded Gotham font rule so a-lister inherits standard global fonts */

/* Force Montserrat on Header Navbar and Footer to match other pages */
#mainNavbar,
#mainNavbar *:not(.fab):not(.fas):not(.far):not(.fa),
.footer,
.footer *:not(.fab):not(.fas):not(.far):not(.fa) {
  font-family: 'Montserrat', sans-serif !important;
}

.alister-page section {
  /* padding: 60px 0px; */
}
.upload-section-content{
  padding-top: 30px;
}
.alister-page .hero-section {
  height: 80vh;
  background: url("../images/a-lister/hero-bg.jpg") center/cover no-repeat;
  position: relative;
}

.alister-page .hero-title {
}

.alister-page .hero-text h1 {
  font-size: clamp(32px, 5vw, 64px);
  letter-spacing: 2px;
}

.alister-page .hero-text h2 {
  font-size: clamp(18px, 3vw, 24px);
  color: var(--white);
  letter-spacing: 2px;
}

.alister-page p {
}

.alister-page .hero-content {
  position: relative;
  z-index: 10; 
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.alister-page .hero-text {
  text-align: left;
  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.alister-page .hero-text h1 {
  font-size: 62px; 
  font-weight: 200;
  line-height: 1.2; 
  letter-spacing: 2px;
  text-transform: uppercase;
}

.alister-page .hero-text h1 strong {
  font-weight: 700; 
}

.alister-page .hero-text h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 3rem;
  letter-spacing: 2px; 
}

.alister-page .hero-text h2 strong {
  font-weight: 200;
}

.alister-page .hero-text p {
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.alister-page .loyalty-section {
  padding: 60px 0;
  background-color: var(--white);
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}

.alister-page .loyalty-section h2 {
  text-transform: uppercase;
}

.alister-page .loyalty-section p {
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto ;
  font-weight: 300;
}

.alister-page .btn-explore {
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  padding: 10px 20px;
  font-weight: 300;
  letter-spacing: 2px;
  border-radius: 12px;
  transition: all 0.4s ease;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

.alister-page .btn-explore:hover {
  background: #2d2d2d;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.alister-page .qualified-section {
  position: relative;
  min-height: 70vh;
  background-color: var(--purple-pale);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.alister-page .qualified_img {
  width: 75%;
}

.alister-page .qualified-content h2 {
  color: var(--text);
  text-shadow: none;
}

.alister-page .qualified-content p {
  color: var(--text);
  text-shadow: none;
}

.alister-page .upload-section {
  background: url("../images/a-lister/upload-bg.jpg") center / cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; min-height: 400px;
}

.alister-page .upload-section .container {
  height: 100%;
}

.alister-page .upload-section-content h1 {
  text-align: center;
  letter-spacing: 1px;
  color: var(--white);
  text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
  font-size: clamp(1.5rem, 3vw, 2rem);
}

/* membership */
.alister-page .membership-section {
  padding-bottom: 0px;
}

.alister-page .membership-title {
}

.alister-page .membership-content .page-hero-category,
.alister-page .members-content .page-hero-category {
  color: var(--purple);
  letter-spacing: 2px;
}

.alister-page .membership-validity {
  font-weight: 600;
  font-size: 0.95rem;
}

.alister-page .membership-type {
}

.alister-page .membership_img {
  width: 100%;
}

.alister-page .membership-details {
}

.alister-page .details-title {
}

.alister-page .details-list {
  list-style: none;
  padding: 0;
}

.alister-page .details-list li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.alister-page .details-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--purple);
  font-weight: bold;
}

/* member Section */
.alister-page .members-section {
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  background: url("../images/a-lister/members-bg.png") no-repeat bottom center / cover !important;
}

.alister-page .members_img {
  width: 100%; 
  height: 100%;
}

.alister-page .members-title {
  letter-spacing: 6px;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
}

.alister-page .members-type {
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.alister-page .subtitle {
  line-height: 30px;
  margin-bottom: 35px;
  font-weight: 300;
}

.alister-page .members-details {
}

.alister-page .detail-title {
  font-weight: 600;
  margin-bottom: 18px;
}

.alister-page .detail-list {
  list-style: none;
  padding: 0;
}

.alister-page .detail-list li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}

.alister-page .detail-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9a9a9a;
  font-weight: bold;
}

/* Tier Section */
.alister-page .tier-section {
  position: relative;  
  display: flex;
  align-items: center;
}

.alister-page .tier-wrap {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 550px;
}

.alister-page .tier-label {
  font-weight: 300;
  letter-spacing: 6px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.alister-page .tier-name {
  font-weight: 300;
  letter-spacing: 6px;
  margin-bottom: 25px;
  line-height: 1;
  text-transform: uppercase;
}

.alister-page .tier-desc {
  line-height: 1.6;
  margin-bottom: 35px;
  font-weight: 300;
}

.alister-page .membership_img_1 {
  width: 100%;
  float: right; 
  height: 100%;
}

.alister-page .tier-benefits {
}

.alister-page .tier-validity {
  font-weight: 600;
  margin-bottom: 18px;
}

.alister-page .tier-list {
  list-style: none;
  padding: 0;
}

.alister-page .tier-list li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}

.alister-page .tier-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c89968;
  font-weight: bold;
}

/* platinum section */
.alister-page .platinum-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.alister-page .platinum-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/a-lister/platinum-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.alister-page .platinum-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.alister-page .platinum-wrap {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 550px;
}

.alister-page .platinum-label {
  font-weight: 300;
  letter-spacing: 6px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.alister-page .platinum-name {
  font-weight: 300;
  letter-spacing: 6px;
  margin-bottom: 25px;
  line-height: 1;
  text-transform: uppercase;
}

.alister-page .platinum-subtitle {
  line-height: 1.6;
  margin-bottom: 35px;
  font-weight: 300;
}

.alister-page .platinum-details {
}

.alister-page .platinum-validity {
  font-weight: 600;
  margin-bottom: 18px;
}

.alister-page .platinum-list {
  list-style: none;
  padding: 0;
}

.alister-page .platinum-list li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}

.alister-page .platinum-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9a9a9a;
  font-weight: bold;
}

/* alister footer accordion */
.alister-page .alister-section {
  background: var(--white);
  padding: 80px 0;
}

.alister-page .alister-section .alister-title {
  font-weight: 300;
  letter-spacing: 0.3px;
}

.alister-page .alister-section .accordion-item {
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.alister-page .alister-section .accordion-button {
  font-size: 15px !important;
  font-weight: 500 !important;
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

.alister-page .alister-section .accordion-button:not(.collapsed) {
  background-color: #e0cfec !important;
  color: #000 !important;
}

.alister-page .alister-section .accordion-body {
  font-size: 1.05rem;
  font-weight: 300;
  color: #555;
}

.alister-page .alister-section .terms-box h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.alister-page .alister-section .terms-box ol {
  font-size: 0.95rem;
  line-height: 1.8;
  padding-left: 18px;
  margin-bottom: 0px;
}

.alister-page .alister-section .terms-box li {
  font-size: 16px;
  margin-bottom: 6px;
  color: #000000;
  letter-spacing: 0.5px;
}

.alister-page .alister-section .accordion-header .accordion-button {
  border-radius: unset !important;
}

.alister-page .alister-section .accordion-button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.alister-page .alister-section .terms-box {
  margin-top: 20px;
}

/* inner circle */
.alister-page .inner-circle-section {
  position: relative;
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 60px 0;
}

.alister-page .inner-circle-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/a-lister/inner-circle-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.alister-page .inner-circle-content {
  position: relative;
  z-index: 2;
  text-align: center; 
}

.alister-page .inner-circle-title {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.alister-page .inner-circle-subtitle {
  font-size: 23px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* responsive media queries */
@media (max-width: 767px) {
  .alister-page .hero-text h1 {
    font-size: 24px;
  }
  .alister-page .hero-text h2 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .alister-page .hero-text p {
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 18px; 
  }
  .alister-page .hero-section {
    height: auto;
    background: url("../images/a-lister/hero-bg-mobile.jpg");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 170px 0 10px;
    background-position: right;
  }
  .alister-page .loyalty-section h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .alister-page .loyalty-section p {
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto 1rem;
  }
  .alister-page .btn-explore {
    font-size: 12px;
    border-radius: 5px;
  }
  .alister-page section {
    padding: 30px 0px;
  }
  .alister-page .qualified-content h2 {
    font-size: 26px;
  }
  .alister-page .qualified-content p {
    font-size: 15px;
  }
  .alister-page .upload-section-content h1 {
    position: absolute;
    top: 20px;
    font-size: 10px;
  }
  .alister-page .membership-title, .alister-page .members-title {
    font-size: 22px;
  }
  .alister-page .membership-type, .alister-page .members-type {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .alister-page .subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .alister-page .details-title, .alister-page .details-list li, .alister-page .members-details, .alister-page .inner-circle-subtitle {
    font-size: 15px;
  }
  .alister-page .alister-section .alister-title {
    font-size: 30px;
  }
  .alister-page .alister-section .accordion-body, .alister-page .alister-section .terms-box li {
    font-size: 13px;
  }
  .alister-page .alister-section .accordion-button {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 12px !important;
  }
  .alister-page .inner-circle-title {
    font-size: 30px;
  }
  .alister-page .inner-circle-section {
    height: auto;
    min-height: 100%;
  }
  .alister-page .inner-circle-subtitle {
    margin-bottom: 0px;
    letter-spacing: 0;
  }
  .alister-page .hero-text {
    text-align: center;
  }

  .alister-page .qualified-section,
  .alister-page .membership-section,
  .alister-page .members-section,
  .alister-page .tier-section,
  .alister-page .platinum-section {
    min-height: auto; 
  }

  .alister-page .qualified-content,
  .alister-page .membership-content,
  .alister-page .members-content,
  .alister-page .tier-wrap,
  .alister-page .platinum-wrap {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .alister-page .details-list li,
  .alister-page .detail-list li,
  .alister-page .tier-list li,
  .alister-page .platinum-list li {
    padding-left: 10px;
    text-align: center;
  }

  .alister-page .upload-section {
    height: auto;
    padding: 110px 20px;
  }

  .alister-page .upload-section-content { 
    padding-top: 0;
  }

  .alister-page .inner-circle-title {
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
  .alister-page .qualified-content h2 br, .alister-page .subtitle br, .alister-page .details-list li br {
    display: none;
  }
  .alister-page .inner-circle-section::before {
    background-position: 80% center;
  }
} 

@media (min-width: 768px) and (max-width: 991px) {
  .alister-page .hero-section {
    height: 500px;
  }
  .alister-page .qualified-section {
    min-height: auto;
  }
  .alister-page .upload-section {
    height: 70vh;
  }
  .alister-page .qualified-content {
    padding: 0 50px;
  }
  .alister-page .loyalty-section h2 {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .alister-page .loyalty-section p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .alister-page .qualified-content h2 br, .alister-page .subtitle br, .alister-page .details-list li br {
    display: none;
  }
  .alister-page .upload-section-content h1 {
    font-size: 16px;
    line-height: 26px;
  }
  .alister-page .membership-title, .alister-page .members-title {
    font-size: 26px;
  }
  .alister-page .membership-type, .alister-page .members-type {
    font-size: 48px;
    margin-bottom: 5px;
  }
  .alister-page .subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .alister-page .details-title, .alister-page .details-list li, .alister-page .members-details, .alister-page .inner-circle-subtitle {
    font-size: 17px;
  }
  .alister-page .alister-section .alister-title {
    font-size: 32px;
  }
  .alister-page .inner-circle-section::before {
    background-position: 80% center;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .alister-page .qualified-content {
    padding: 0 50px;
  }
  .alister-page .loyalty-section h2 {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .alister-page .loyalty-section p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .alister-page .qualified-content h2 br, .alister-page .subtitle br, .alister-page .details-list li br {
    display: none;
  }
  .alister-page .upload-section-content h1 {
    font-size: 16px;
    line-height: 26px;
  }
  .alister-page .membership-title, .alister-page .members-title {
    font-size: 26px;
  }
  .alister-page .membership-type, .alister-page .members-type {
    font-size: 48px;
    margin-bottom: 5px;
  }
  .alister-page .subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .alister-page .details-title, .alister-page .details-list li, .alister-page .members-details, .alister-page .inner-circle-subtitle {
    font-size: 17px;
  }
  .alister-page .alister-section .alister-title {
    font-size: 36px;
  }
  .alister-page .inner-circle-section::before {
    background-position: 80% center;
  }
}

.alister-banners-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.alister-banners-slider .swiper-slide > section {
  width: 100%;
}

.alister-banners-slider .swiper-slide {
    height: auto !important;
    display: flex !important;
    align-items: stretch !important;
}
.alister-banners-slider .swiper-slide > section {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 992px) {
  .alister-banners-slider {

/* robust slider height fixes */
.alister-banners-slider .swiper-slide {
  height: auto !important;
  display: flex !important;
  align-items: stretch !important;
}
.alister-banners-slider .swiper-slide > section {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.alister-banners-slider .swiper-slide > section > .container,
.alister-banners-slider .swiper-slide > section > .container-fluid {
  height: 100%;
}
.alister-banners-slider .swiper-slide > section > .container > .row,
.alister-banners-slider .swiper-slide > section > .container-fluid > .row {
  height: 100%;
  align-items: center;
}
@media (min-width: 992px) {
  .alister-page .membership_img,
  .alister-page .members_img,
  .alister-page .membership_img_1,
  .alister-page .qualified_img {
    height: 100% !important;
    object-fit: cover;
  }
}

.alister-page .membership-section,
.alister-page .tier-section {
    background: url("../images/a-lister/members-bg.png") no-repeat bottom center / cover !important;
}

.alister-banners-slider .swiper-slide > section {
    background: linear-gradient(to bottom, #ffffff 0%, #e0cfec 100%) !important;
}
.alister-nav-prev,
.alister-nav-next {
  color: #905da7 !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.alister-nav-prev:after, .alister-nav-next:after {
    font-size: 1.5rem !important;
    font-weight: bold;
}
