/*wcls home header logo */
.header-logo {
  width: 110px;
}

.sticky-header-logo {
  width: 110px;
}

.main-nav a.active {
  color: #1f8c8d;
}

.main-nav a:hover {
  color: #1f8c8d;
}

nav.desktop-nav ul li a:hover {
  color: #1f8c8d;
}

.dropdown .dropdown-menu a:hover {
  background: #f5f5f5;
  color: #1f8c8d;
}

.mobile-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.mobile-view.show {
  visibility: visible;
  opacity: 1;
}

/* Backdrop */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.backdrop.show {
  opacity: 1;
  visibility: visible;
}

/* Mobile Navigation Panel */
.mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
  max-width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  transition: all 500ms ease 0ms;
  overflow-y: auto;
  padding: 20px;
}

.mobile-view.show .mobile-nav {
  left: 0;
}

/* Close icon */
.mobile-nav .close-icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e4e7ee;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  color: #84888f;
}

/* Navigation items */
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav ul li {
  border-bottom: 1px solid #ddd;
  position: relative;

}

.mobile-nav ul li:last-child {
  border-bottom: none;
}

.mobile-nav ul li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #282f3b;
  font-size: 16px;

}

/* Dropdown styles */
.mobile-nav .mobile-dropdown-content {
  display: none;
  flex-direction: column;
  background: #fff;
}

.mobile-nav .mobile-dropdown-content.show {
  display: flex;
}

.mobile-nav .mobile-dropdown-content li:last-child {
  border-bottom: none;
}

.mobile-nav .mobile-dropdown-content li a {
  /* padding: 12px 30px; */
  font-weight: 400;
  font-size: 15px;
  color: #444;
  margin-left: 7px;
  border-top: 1px solid #efe7ee;
}

/* Dropdown button */
.mobile-nav .dropbtn {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #e4e7ee;
  font-size: 24px;
}





.model-submit {
  background: #1f8c8d;
}

.close-modal {
  background: #1f8c8d;
}

/*wcls Home page button colors */
.hero {
  background-color: #fbfbfb;
}

.hero h3 {
  color: #1f8c8d;
}

.arrow-btn {
  background-color: #1f8c8d;
}

.enroll-btn {
  background-color: #1f8c8d;
}

.enroll-btn:hover {
  background-color: #2f6c6d;
}

.icon-circle {
  color: #1f8c8d;
}

/*wcls footer */
.footer-section h3::after {
  background-color: #1f8c8d;
}

.footer-section a:hover {
  color: #1f8c8d;
}

.error {
  position: relative;
  bottom: 22px;
}

/*wcls about page */
.about-icon {
  color: #1f8c8d;
}

.about-title {
  color: #101113;
}

.section-subtitle {
  color: #1f8c8d;
}

.benefits h2 {
  color: #1f8c8d;
}

.home-btn {
  position: relative;
  top: 28px;
}

.container-enroll {
  position: relative;
  bottom: 40px;
}

.reg-group input,
.reg-group textarea {
  margin-bottom: 35px;
}

.modal-form {
  height: auto !important;
  min-height: 400px;
}

.model-container {
  height: auto !important;
}

.about-banner .overlay {
  background-color: rgba(31, 104, 104, 0.9);
}

/* wcls Student Membership */
.student-bar {
  background-color: #1f8c8d;
}

.button {
  background-color: #1f8c8d;
}

.button:hover {
  background-color: #2f6c6d;
}

.feature ul li::before {
  background-color: #1f8c8d;
}

.info-img {
  background-color: #1f8c8d;
}

.membership-sections h3 {
  color: #1f8c8d;
}

/* Individual css  */
.individual-bar {
  background-color: #1f8c8d;
}

/* Institutional */
.institutional-nav {
  background-color: #1f8c8d;

}

.add-member-btn {
  background-color: #1f8c8d;
}

.add-member-btn:hover {
  background: #2f6c6d;
}

/* contact-us */
.contact-subtitle {
  color: #1f8c8d;
}

.button-submit {
  background-color: #1f8c8d;
}

.button-submit:hover {
  background-color: #2f6c6d;

}

.input-group .contact-icon {
  color: #1f8c8d;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #1f8c8d;
}

/*membership */
.padai-hover-content {
  background: #1f8c8d;
}

.padai-icon {
  color: #1f8c8d;
}

/* .padai-membership-benefits-container::before {
  top: 273px;
  bottom: -627px;
} */

/* cancellation */
.cancellation-banner .cancellation-overlay {
  background-color: rgba(31, 104, 104, 0.9);
  ;
}

/*start images styling */
.icon-circle img {
  height: 50px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(20%) saturate(1503%) hue-rotate(136deg) brightness(92%) contrast(91%);
  color: #1f8c8d;
}

.about-img {
  height: 70px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(20%) saturate(1503%) hue-rotate(136deg) brightness(92%) contrast(91%);
  color: #1f8c8d;
}

.contact-img {
  height: 40px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(20%) saturate(1503%) hue-rotate(136deg) brightness(92%) contrast(91%);
  color: #1f8c8d;
}

.student-img {
  height: 40px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(50%) saturate(3263%) hue-rotate(229deg) brightness(91%) contrast(95%);

}

.info-images {
  height: 40px;
  filter: brightness(0) invert(1);
}

.membership-bar {
  height: 40px;
  filter: brightness(0) invert(1);
  position: relative;
  top: 2px;
}

.membership-img {
  height: 100px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(20%) saturate(1503%) hue-rotate(136deg) brightness(92%) contrast(91%);
  color: #1f8c8d;
}

/* end images styling */
/* scroll bar */
.scroll-toggle {
  color: #1f8c8d;
  border: 2px solid #1f8c8d;
}

/* Container for the Join section */
.join {
  text-align: center;
  padding: 40px 20px;
  background-color: #f4f4f4;
}

.join h2 {
  /* font-size: 38px;
    font-weight: bold; */
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #1f8c8d;
}


.join-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
}


.join-feature {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.join-feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}


.join-feature h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.join-feature p {
  font-size: 1rem;
  color: #666;
}

/* end join section */
@media (max-width: 768px) {
  .header-logo {
    width: 100px;
  }

  .sticky-header-logo {
    width: 100px;
  }

  .mobile-nav {
    width: 100%;
    max-width: 100%;
    left: -100%;
  }

  .mobile-view.show .mobile-nav {
    left: 0;
  }

  .backdrop {
    display: none;
  }

  .contact-btn {
    background-color: #1f8c8d;
  }

  .error-message {
    position: relative;
    bottom: 14px;
  }

  .container-enroll {
    position: relative;
    bottom: 27px;
  }

  .home-btn {
    position: relative;
    top: 23px;
  }

  .info-images {
    height: 30px;
    filter: brightness(0) invert(1);
  }

  /* start  join section */
  .join-benefits {
    grid-template-columns: 1fr;
  }

  .join h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .join-feature h3 {
    font-size: 20px;
  }

  /* end  join section */
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-logo {
    width: 71px;
    height: auto;
    margin-left: 27px;
  }

  .sticky-header-logo {
    width: 80px;
  }

  /* .padai-membership-benefits-container::before {
    top: 359px;
    bottom: -936px;
  } */

  .contact-btn {
    background-color: #1f8c8d;
  }

  .mobile-nav {
    width: 30%;
    max-width: 30%;
    left: -30%;
  }

  .mobile-view.show .mobile-nav {
    left: 0;
  }

  .backdrop {
    background: rgba(0, 0, 0, 0.5);
  }

  .info-images {
    height: 37px;
    filter: brightness(0) invert(1);
  }

  .student-bar li {
    text-wrap: nowrap;
    gap: 0px;
  }

  .student-bar li {
    font-size: 16px;

  }

  /* start  join section */
  .join h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .join-feature h3 {
    font-size: 17px;
  }

  /* end  join section */
}


@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* .padai-membership-benefits-container::before {
    top: 270px;
    bottom: -931px;
  } */

  .contact-btn {
    background-color: #1f8c8d;
  }

  .mobile-nav {
    width: 30%;
    max-width: 30%;
    left: -30%;
  }

  .mobile-view.show .mobile-nav {
    left: 0;
  }

  .backdrop {
    background: rgba(0, 0, 0, 0.5);
  }
}