body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  html,
  body {
    overflow-x: hidden;
  }
}

.restBody {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: white;
  padding-top: 100px;
}

@media (max-width: 500px) {
  .restBody {
    padding-top: 80px;
  }
}

.flexColContainer2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  font-size: 1.3vw;
  text-align: justify;
  color: rgb(80, 80, 80);
}

.flexColContainer2 img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.sectionTitle {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 3.5vw;
  padding: 20px 10px 50px 30px;
  text-align: center;
  color: rgb(100, 100, 100);
}

.sectionDesc {
  width: 90%;
  margin-left: 5%;
  text-align: justify;
  font-size: 1.2vw;
  font-family: "Roboto";
  color: rgba(80, 80, 80, 1);
  font-weight: 300;
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  .sectionTitle {
    font-size: 6vw;
    padding-bottom: 25px;
    top: 10px;
  }

  .sectionDesc {
    width: 90%;
    margin-left: 5%;
    text-align: justify;
    font-size: 4vw;
    padding: 10px 0px;
  }
}

.topBannerContainer {
  margin: 0;
  z-index: -1;
  width: 100%;
  height: 400px;
  top: 0px;
}

.topBannerContainer img {
  width: 100vw;
  height: 400px;
  top: 0px;
  object-fit: cover;
}

@media (width: 600px) {
  .topBannerContainer {
    margin: 0;
    z-index: -1;
    height: 260px;
    top: 60px;
  }

  .topBannerContainer img {
    width: 100vw;
    max-height: 260px;
    top: 0px;
    object-fit: cover;
    object-position: center;
  }
}

.benefitRow {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 60px;
}

.benefitCaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 40%;
}

.benefitCaption img {
  width: 80%;
  height: auto;
}

.benefitDesc {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 4px solid rgb(238, 22, 22);
  border-top: 0px solid rgb(238, 22, 22);
  font-family: "Roboto", sans-serif;
  font-size: 1.2vw;
  color: rgba(80, 80, 80, 1);
  font-weight: 300;
  text-align: justify;
  padding: 0 3% 0 3%;
}

.desktopOnly {
  display: block;
}

.mobileOnly {
  display: none;
}

@media (max-width: 500px) {
  .desktopOnly {
    display: none;
  }

  .mobileOnly {
    display: block;
  }

  .benefitRow {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
  }

  .benefitCaption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }

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

  .benefitDesc {
    width: 94%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 0px solid rgb(238, 22, 22);
    border-top: 4px solid rgb(238, 22, 22);
    font-family: "Roboto", sans-serif;
    color: rgba(80, 80, 80, 1);
    font-size: 3.6vw;
    font-weight: 300;
    text-align: justify;
    padding: 3%;
  }
}

.membershipRow {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.membershipTypeContainer {
  width: 22%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 20px;
}

.membershipTypeContainer:hover {
  background: rgb(240, 240, 240);
  color: red;
}

.membershipTypeContainer img {
  width: 20%;
  height: auto;
  transition: all 0.2s ease-in-out;
  padding-bottom: 5px;
}

.membershipTypeContainer img:hover {
  transform: scale(1.1);
}

.membershipTypeCaption1 {
  font-family: "Roboto", sans-serif;
  font-size: 3vw;
  color: rgb(80, 80, 80);
  text-align: center;
  font-weight: 500;
  top: 0;
}

.membershipTypeCaption2 {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1.1vw;
  color: rgb(80, 80, 80);
  text-align: center;
  margin-top: 10px;
  font-weight: 300;
  top: 0;
}

.investCaption {
  font-size: 1.2vw;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 100px;
}

@media (max-width: 500px) {
  .membershipTypeContainer {
    width: 40%;
    min-height: 200px;
    margin-bottom: 20px;
  }
  .membershipTypeCaption1 {
    font-family: "Roboto", sans-serif;
    font-size: 5vw;
    color: rgb(80, 80, 80);
    text-align: center;
    font-weight: 500;
    top: 0;
  }

  .membershipTypeCaption2 {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 2.8vw;
    color: rgb(80, 80, 80);
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
    top: 0;
  }

  .investCaption {
    font-size: 3.2vw;
  }
}

.overScreenContainer {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; /* viewport width */
  height: 100vh; /* viewport height */
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  background-color: white;
}

.closeButton {
  color: red;
  font-family: "Arial";
  font-size: 2vw;
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.formParent {
  width: 100%;
}

.formTitleSection {
  width: 100%;
  height: 20%;
  position: fixed;
  top: 0;
  background-color: rgb(246, 246, 246);
  border-bottom: 1px solid rgb(210, 210, 210);
}

.formTitleDesc {
  font-size: 1.2vw;
  width: 100%;
  text-align: center;
  color: rgb(175, 47, 47);
}

.formScrollContainer {
  width: 100%;
  margin-top: 15%;
  overflow-y: scroll;
}

.formRow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}

.formCol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 10%;
  margin-bottom: 30px;
}

.formCaption {
  font-family: "Roboto", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgb(80, 80, 80);
}

.form_item {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 20px;
  color: rgb(128, 128, 128);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form_input {
  height: 35px;
  width: 40%;
  border: 1px solid rgb(128, 128, 128);
  border-radius: 5px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  outline: none;
  text-align: center;
}

.form_input_red {
  height: 35px;
  width: 40%;
  border: 2px solid red;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  outline: none;
  text-align: center;
}

.form_text_area {
  height: 100px;
  width: 40%;
  border: 1px solid rgb(128, 128, 128);
  border-radius: 5px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  outline: none;
  text-align: center;
}

.form_text_area_red {
  height: 100px;
  width: 40%;
  border: 2px solid red;
  border-radius: 5px;

  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  outline: none;
  text-align: center;
}

.inputDesc {
  font-size: 1.1vw;
  font-family: "Roboto", sans-serif;
  margin-left: 15px;
  font-weight: 400;
  display: block;
}

@media (max-width: 500px) {
  .formTitleSection {
    width: 100%;
    height: 20%;
    position: fixed;
    top: 0;
    background-color: rgb(246, 246, 246);
    border-bottom: 1px solid rgb(210, 210, 210);
  }

  .inputDesc {
    display: none;
  }

  .formTitleDesc {
    font-size: 3.2vw;
    width: 100%;
    text-align: center;
    color: rgb(175, 47, 47);
  }

  .formCaption {
    font-family: "Roboto", sans-serif;
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(80, 80, 80);
  }

  .form_input {
    height: 30px;
    width: 80%;
    border: 1px solid rgb(128, 128, 128);
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    padding: 4px;
    outline: none;
  }
  .form_text_area {
    height: 100px;
    width: 80%;
    border: 1px solid rgb(128, 128, 128);
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    padding: 4px;
    outline: none;
  }

  .form_text_area_red {
    height: 100px;
    width: 80%;
    border: 1px solid red;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    padding: 4px;
    outline: none;
    text-align: center;
  }

  .formScrollContainer {
    margin-top: 40%;
  }

  .closeButton {
    font-size: 4vw;
  }
}

.enq_button {
  border: 2px solid rgb(222, 38, 38);
  color: rgb(222, 38, 38);
  border-radius: 10px;
  background: white;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 15px 33px;
  display: inline-block;
  width: 200px;
  margin-top: 50px;
  margin-left: 40%;
  margin-bottom: 30px;
}

.enq_button:hover {
  background-color: rgb(222, 38, 38);
  color: white;
  border: 2px solid rgb(222, 38, 38);
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .enq_button {
    margin-left: 25%;
  }
}

.businessCategory {
  display: flex;
  flex-direction: row;
  width: 38%;
  height: 150px;
  border: 1px solid rgb(80, 80, 80);
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 40px;
  color: rgb(80, 80, 80);
  cursor: pointer;
}

.businessCategory:hover {
  background-color: rgb(238, 22, 22);
  color: white;
}

.categoryImg {
  width: 30%;
}

.categoryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.categoryInfo {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding: 10px;
}

.categoryTitle {
  font-size: 1.5vw;
  font-weight: 700;
}

.categoryDesc {
  font-size: 1.1vw;
  font-weight: 300;
  padding-top: 10px;
}

@media (max-width: 500px) {
  .businessCategory {
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 150px;
    border: 1px solid rgb(80, 80, 80);
    border-radius: 11px;
    overflow: hidden;
    margin-bottom: 40px;
    color: rgb(80, 80, 80);
    cursor: pointer;
  }

  .businessCategory:hover {
    background-color: rgb(238, 22, 22);
    color: white;
  }

  .categoryImg {
    width: 30%;
  }

  .categoryImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .categoryInfo {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 10px;
  }

  .categoryTitle {
    font-size: 4.5vw;
    font-weight: 700;
  }

  .categoryDesc {
    font-size: 3vw;
    font-weight: 300;
    padding-top: 10px;
  }
}

.formRow2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.formRow3 {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.logoContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100vh;
  background-color: rgb(246, 246, 246);
}

.logoContainer img {
  width: 70%;
  height: auto;
}

.logoMissionMessage {
  border-top: 1px solid rgb(200, 200, 200);
  border-bottom: 1px solid rgb(200, 200, 200);
  padding: 10px 0 10px 0;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 2.5vw;
  color: rgb(100, 100, 100);
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.successMessage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 60%;
  height: 100vh;
}

.successCaption {
  font-size: 1.5vw;
  color: rgb(80, 80, 80);
  font-weight: 300;
  margin-top: 10px;
  width: 70%;
  line-height: 33px;
}

@media (max-width: 500px) {
  .formRow3 {
    flex-direction: column;
  }

  .logoContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
    background-color: rgb(246, 246, 246);
  }

  .logoContainer img {
    width: 70%;
    height: auto;
  }

  .logoMissionMessage {
    border-top: 1px solid rgb(200, 200, 200);
    border-bottom: 1px solid rgb(200, 200, 200);
    padding: 10px 0 10px 0;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 4.5vw;
    color: rgb(100, 100, 100);
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }

  .successMessage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 50vh;
  }

  .successCaption {
    font-size: 3.5vw;
    color: rgb(80, 80, 80);
    font-weight: 300;
    margin-top: 10px;
    width: 70%;
    line-height: 33px;
  }
}

.processingCaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.3vw;
  color: rgb(80, 80, 80);
  font-weight: 400;
  font-size: 2vw;
  -webkit-animation: flickerAnimation 3s infinite;
  -moz-animation: flickerAnimation 3s infinite;
  -o-animation: flickerAnimation 3s infinite;
  animation: flickerAnimation 3s infinite;
}

@media (max-width: 500px) {
  .processingCaption {
    font-size: 4.3vw;
    color: rgb(80, 80, 80);
    font-weight: 400;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.flexContainerRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}

.facilityBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  border-radius: 10px;
  width: 23%;
  height: 230px;
  padding: 10px;
  text-align: left;
  margin: 20px;
}

.facilityTitle {
  font-family: "Roboto", sans-serif;
  font-size: 2vw;
  font-weight: 400;
  margin-bottom: 10px;
  color: rgb(80, 80, 80);
}

.facilityDesc {
  font-family: "Roboto", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgb(80, 80, 80);
}

@media (max-width: 500px) {
  .facilityBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 10px;
    width: 80%;
    height: 230px;
    padding: 10px;
    text-align: left;
    margin: 20px;
  }

  .facilityTitle {
    font-family: "Roboto", sans-serif;
    font-size: 5vw;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(80, 80, 80);
  }

  .facilityDesc {
    font-family: "Roboto", sans-serif;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 10px;
    color: rgb(80, 80, 80);
  }
}

.background-section {
  position: relative;
  background-image: url("../images/gsbhRegisterBackground1.webp");
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

/* Overlay for text readability */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
}

/* Text content */
.content {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.register-button {
  background: red;
  color: white;
  padding: 15px 30px;
  font-size: 1.1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none; /* Remove underline */
}

.register-button:hover {
  background-color: red;
}

/* =========================
   PLAN BOX BASE (UPDATED)
   ========================= */
.membershipPlanBox {
  background: #ffffff;
  width: 340px;
  padding: 30px 26px 26px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}

/* Push price to bottom */
.planBenefits {
  flex-grow: 1;
}

/* =========================
   IMAGE (NO BACKGROUND)
   ========================= */
.planImage {
  width: 200px;
  height: 130px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.planImage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

/* Subtle hover animation */
.membershipPlanBox:hover .planImage img {
  transform: scale(1.08);
}

/* =========================
   PRICE AT BOTTOM
   ========================= */
.planPrice {
  margin-top: 22px;
  font-size: 24px;
  font-weight: 700;
}

/* =========================
   REGISTER BUTTON
   ========================= */
.registerBtn {
  margin-top: 14px;
  padding: 12px 0;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Button hover */
.registerBtn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* =========================
   ASSOCIATE THEME
   ========================= */
.membershipPlanBox:not(.highlight):not(.premium) {
  border-top: 6px solid rgb(222, 38, 36);
}

.membershipPlanBox:not(.highlight):not(.premium) .planTitle,
.membershipPlanBox:not(.highlight):not(.premium) .planPrice {
  color: rgb(222, 38, 36);
}

.membershipPlanBox:not(.highlight):not(.premium) .registerBtn {
  background: rgb(222, 38, 36);
}

/* =========================
   ELITE THEME
   ========================= */
.membershipPlanBox.highlight {
  border-top: 6px solid rgb(0, 110, 130);
}

.membershipPlanBox.highlight .planTitle,
.membershipPlanBox.highlight .planPrice {
  color: rgb(0, 110, 130);
}

.membershipPlanBox.highlight .registerBtn {
  background: rgb(0, 110, 130);
}

/* =========================
   SIGNATURE THEME
   ========================= */
.membershipPlanBox.premium {
  border-top: 6px solid rgb(11, 33, 98);
}

.membershipPlanBox.premium .planTitle,
.membershipPlanBox.premium .planPrice {
  color: rgb(11, 33, 98);
}

.membershipPlanBox.premium .registerBtn {
  background: rgb(11, 33, 98);
}

/* =========================
   MEMBERSHIP PLANS LAYOUT
   ========================= */
.membershipPlansRow {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: nowrap; /* forces side-by-side on desktop */
}

/* Desktop guarantee */
@media (min-width: 1025px) {
  .membershipPlansRow {
    flex-wrap: nowrap;
  }
}

/* Tablet & Mobile */
@media (max-width: 1024px) {
  .membershipPlansRow {
    flex-wrap: wrap;
  }
}

/* =========================
   PLAN BENEFITS (IMPROVED)
   ========================= */
.planBenefits {
  list-style: none;
  padding: 14px 16px;
  margin: 18px 0 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.planBenefits li {
  position: relative;
  padding: 9px 0 9px 26px;
  line-height: 1.5;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.planBenefits li:last-child {
  border-bottom: none;
}

.planBenefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  font-weight: 700;
  font-size: 13px;
}

.membershipPlanBox:not(.highlight):not(.premium) .planBenefits li::before {
  color: rgb(0, 114, 206);
}

.membershipPlanBox.highlight .planBenefits li::before {
  color: rgb(0, 110, 130);
}

.membershipPlanBox.premium .planBenefits li::before {
  color: rgb(11, 33, 98);
}

.planPrice {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* =========================
   GLOBAL REGISTER BUTTON
   ========================= */
.registerBtn {
  background: rgb(0, 114, 206); /* default GSBH blue */
  color: #ffffff;
  padding: 14px 38px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
}

.registerBtn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

/* =========================
   MEMBERSHIP BOX TYPOGRAPHY
   ========================= */
.membershipPlanBox {
  font-family: "Mulish", "Roboto", "Ubuntu", Arial, sans-serif;
}

/* Plan title */
.planTitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

/* Short description */
.planDesc {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
  margin-bottom: 16px;
}

/* Benefits list */
.planBenefits {
  font-size: 14px;
  font-weight: 400;
}

.planBenefits li {
  font-size: 14px;
  line-height: 1.55;
}

/* Price */
.planPrice {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

/* =========================
   MEMBER FACILITIES LAYOUT
   ========================= */
.flexContainerRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 40px;
}

/* =========================
   FACILITY BOX
   ========================= */
.facilityBox {
  background: #ffffff;
  padding: 26px 24px;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.facilityBox:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

/* =========================
   FACILITY TITLE
   ========================= */
.facilityTitle {
  font-family: "Mulish", "Roboto", "Ubuntu", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* =========================
   FACILITY DESCRIPTION
   ========================= */
.facilityDesc {
  font-family: "Mulish", "Roboto", "Ubuntu", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
}

/* =========================
   RESPONSIVE BREAKPOINTS
   ========================= */

/* Large tablets */
@media (max-width: 1200px) {
  .flexContainerRow {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablets */
@media (max-width: 900px) {
  .flexContainerRow {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .flexContainerRow {
    grid-template-columns: 1fr;
  }
}

/* =========================
   FIX: MEMBER FACILITIES ALIGNMENT
   ========================= */

/* Scope strictly to facilities section */
.flexColContainer2 .flexContainerRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 40px;
  align-items: stretch;
}

/* Reset old facilityBox conflicts */
.flexColContainer2 .facilityBox {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 26px 24px;
  border: none;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Normalize typography (no vw units) */
.flexColContainer2 .facilityTitle {
  font-family: "Mulish", "Roboto", "Ubuntu", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  color: rgb(80, 80, 80);
}

.flexColContainer2 .facilityDesc {
  font-family: "Mulish", "Roboto", "Ubuntu", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(90, 90, 90);
}

/* =========================
   RESPONSIVE BREAKPOINTS
   ========================= */
@media (max-width: 1200px) {
  .flexColContainer2 .flexContainerRow {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .flexColContainer2 .flexContainerRow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .flexColContainer2 .flexContainerRow {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

/* =========================
   FIX SPACING BETWEEN FACILITY BOXES
   ========================= */
.flexColContainer2 .flexContainerRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}

.flexColContainer2 .facilityBox {
  box-sizing: border-box;
}

/* =========================
   ENHANCED FACILITY BOX STYLE
   ========================= */
.flexColContainer2 .facilityBox {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  border-radius: 14px;
  padding: 28px 26px 30px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Accent strip */
.flexColContainer2 .facilityBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 114, 206), rgb(0, 110, 130));
}

/* Decorative corner highlight */
.flexColContainer2 .facilityBox::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: rgba(0, 114, 206, 0.08);
  border-radius: 50%;
}

/* Hover effect */
.flexColContainer2 .facilityBox:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

/* =========================
   TITLE ENHANCEMENT
   ========================= */
.flexColContainer2 .facilityTitle {
  position: relative;
  padding-left: 6px;
  margin-bottom: 12px;
}

/* Small underline accent */
.flexColContainer2 .facilityTitle::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 8px;
  background: rgb(0, 114, 206);
  border-radius: 2px;
}

/* =========================
   DESCRIPTION TONE
   ========================= */
.flexColContainer2 .facilityDesc {
  color: rgb(90, 90, 90);
}

/* =========================
   MEMBER FACILITIES – FINAL RESPONSIVE GRID
   ========================= */
.flexColContainer2 .flexContainerRow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 52px;
  margin-top: 90px;
  align-items: stretch;
}

/* =========================
   NUMBERED BADGES
   ========================= */
.flexColContainer2 .facilityBox {
  counter-increment: facility;
  position: relative;
  padding: 34px 50px 30px;
}

.flexColContainer2 {
  counter-reset: facility;
}

.flexColContainer2 .facilityBox::before {
  content: counter(facility, decimal-leading-zero);
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
}

/* =========================
   FACILITY ICONS
   ========================= */
.flexColContainer2 .facilityTitle::before {
  display: inline-block;
  margin-right: 18px;
  font-size: 18px;
}

/* Icon mapping */
.flexColContainer2 .facilityBox:nth-child(1) .facilityTitle::before {
  content: "🌐";
}
.flexColContainer2 .facilityBox:nth-child(2) .facilityTitle::before {
  content: "📈";
}
.flexColContainer2 .facilityBox:nth-child(3) .facilityTitle::before {
  content: "🚢";
}
.flexColContainer2 .facilityBox:nth-child(4) .facilityTitle::before {
  content: "🏛️";
}
.flexColContainer2 .facilityBox:nth-child(5) .facilityTitle::before {
  content: "💰";
}
.flexColContainer2 .facilityBox:nth-child(6) .facilityTitle::before {
  content: "⚙️";
}
.flexColContainer2 .facilityBox:nth-child(7) .facilityTitle::before {
  content: "🤖";
}
.flexColContainer2 .facilityBox:nth-child(8) .facilityTitle::before {
  content: "🎤";
}
.flexColContainer2 .facilityBox:nth-child(9) .facilityTitle::before {
  content: "🏷️";
}
.flexColContainer2 .facilityBox:nth-child(10) .facilityTitle::before {
  content: "⚖️";
}
.flexColContainer2 .facilityBox:nth-child(11) .facilityTitle::before {
  content: "📅";
}
.flexColContainer2 .facilityBox:nth-child(12) .facilityTitle::before {
  content: "🚀";
}

/* =========================
   HOVER GRADIENT EFFECT
   ========================= */
.flexColContainer2 .facilityBox {
  background: linear-gradient(120deg, #ffffff, #f8f9fb, #ffffff);
  background-size: 200% 200%;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    background-position 0.6s ease;
}

.flexColContainer2 .facilityBox:hover {
  background-position: 100% 50%;
  transform: translateY(-8px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.15);
}

.flexColContainer2 .facilityTitle {
  font-family: "Mulish", "Roboto", "Ubuntu", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.flexColContainer2 .facilityDesc {
  font-size: 14px;
  line-height: 1.6;
  color: rgb(90, 90, 90);
}
