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

.main-nav a:hover,
.main-nav a.active {
  color: #aa4589;
  border-radius: 5px;
}

.model-submit {
  background: #aa4589;
}

.model-container {
  width: 1050px;
}

.close-modal {
  background: #aa4589;
}

.dropdown .dropdown-menu a:hover {
  color: #aa4589;
}

.reg-group input:focus,
.reg-group textarea:focus {
  border-color: #aa4589;
  outline: none;
}

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

.hero h3 {
  color: #aa4589;
}

/* .arrow-btn{
    background-color: #13548d;
} */

.enroll-btn {
  background-color: #aa4589;
}

.enroll-btn:hover {
  transform: scale(1.1);
  color: #7f0556;
}

.icon-circle img {
  color: #aa4589;
  filter:
    brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(506%) hue-rotate(266deg) brightness(94%) contrast(87%);
}

.memberships-section {
  background: #9e28830f;
}

.section-subtitle {
  color: #aa4589;
}

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

.arrow-btn {
  background-color: #aa4589;
  color: #fff;
}

.overlay_link {
  background-color: #aa4589;
}

.overlay_link a {
  color: #fff;
  text-decoration: none;
}

.overlay_content .subheading a {
  color: #aa4589;
}

.scroll-toggle {
  border: 2px solid #aa4589;
  color: #aa4589;
}

.benefits h4 {
  font-size: 22px;
  color: #aa4589;
}

/*wcls footer */
.footer-logo {
  width: 190px;
  margin-bottom: 15px;
}

.footer-section h3::after {
  background-color: #aa4589;
}

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

/* .site-footer {
  margin-top: 80px;
} */

/*wcls about page */
.about-icon img {
  color: #aa4589;
  filter:
    brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(506%) hue-rotate(266deg) brightness(94%) contrast(87%);
}

.about-title {
  color: #aeca23;
}

.tagline {
  color: #aa4589;
}

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

.student-bar li {
  color: #fff;
}

.button {
  background-color: #aa4589;
}

.button:hover {
  background-color: #aa4589;
}

.info-img {
  background-color: #aa4589;
}

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

.individual li {
  color: #fff;
}

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

}

.institutional-nav li {
  color: #fff;

}

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

/* contact-us */
.button-submit {
  background-color: #aa4589;
}

.button-submit:hover {
  background-color: #aa4589;

}

.input-group .contact-icon img {
  color: #aa4589;
  filter:
    brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(506%) hue-rotate(266deg) brightness(94%) contrast(87%);

}

.info-images {
  height: 28px;
  filter: brightness(0) invert(1);
  margin-top: 7px;
}

.contact-subtitle {
  color: #aa4589;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #aa4589;
  outline: none;
}

/* membership benefits */
.padai-hover-content {
  background: #aa4589;
}

.padai-icon img {
  color: #aa4589;
  filter:
    brightness(0) saturate(100%) invert(33%) sepia(98%) saturate(506%) hue-rotate(266deg) brightness(94%) contrast(87%);
}

.membership-sections {
  background-color: #f3efff;
}

.membership-sections h3 {
  color: #aa4589;
}

.membership-sections h1 {

  color: #333;
}

.membership-sections p {
  color: #777;
}

@media (max-width: 768px) {
  .contact-btn {
    background-color: #aa4589;
  }

  .feature ul li::before {
    color: #aa4589
  }

  .feature ul li::before {
    left: -25px;
  }

  .form-container {
    width: 90%;
  }

  .logo img {
    width: 20vh;
    height: auto;
  }

  .header-logo {
    width: 20vh;
    height: auto;
    margin-left: 17px;
  }

  .cancellation-banner {
    height: 200px;
  }

  .cancellation-banner h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cancellation-banner .cancellation-overlay {
    height: 200px;
    padding: 30px 15px;
  }

}

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

  .contact-btn {
    background-color: #aa4589;
  }

  .cancellation-banner h1 {
    margin-top: 1px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .contact-btn {
    background-color: #aa4589;
  }

  .input-group textarea {
    padding: 20px;
    font-size: 15px;
  }

  .logo img {
    width: 40%;
    height: auto;
    margin-left: 18px;
  }

  /* .cancellation-banner h1 {
    margin-top: -21px;
    margin-bottom: 0px;
  } */
  .cancellation-banner {
    height: 220px;
  }

  .cancellation-banner .cancellation-overlay {
    height: 220px;
    padding: 30px 15px;
  }

  .cancellation-banner h1 {
    margin-top: 22px;
    margin-bottom: 0px;
  }

}

.about-last-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 60px 10%;
  gap: 40px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  background-color: #fff;
  color: #4a4848;
}

/* Left Menu */
.left-box {
  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-item {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  border-left: 4px solid transparent;
  padding-left: 12px;
  cursor: pointer;
  transition: all 0.3s;
}

.left-item:hover,
.left-item.active {
  border-left-color: #d22a7b;
  color: #d22a7b;
}

.consult-btn {
  margin-top: auto;
  background-color: #d22a7b;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 10px;
  text-decoration: none;
  transition: background 0.3s;
}

.consult-btn:hover {
  background-color: #b71d64;
}

/* Right Content */
.content-box {
  background: linear-gradient(180deg, #f4f4f4, #ddd);
  border-radius: 20px;
  padding: 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.content-box h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
}

.content-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

@media (max-width: 992px) {
  .about-last-section {
    flex-direction: column;
    padding: 40px 5%;
  }

  .content-box {
    padding: 40px 20px;
  }
}

@media (max-width: 768px) {
  .error-message {
    position: relative;
    bottom: 14px;
  }
}