

/*wcls home header logo */
.header-logo {
  width: 96px;
}
.main-nav a.active{
color: #b48b4a;
}
.main-nav a:hover{
color: #b48b4a;
}
nav.desktop-nav ul li a:hover {
  color: #b48b4a;
}
.dropdown .dropdown-menu a:hover {
    background: #f5f5f5;
    color: #b48b4a;
}
 .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: #b48b4a;
 }
 .close-modal{
    background: #b48b4a;
 }
/*wcls Home page button colors */
.hero{
    background-color: transparent;
    background-image: linear-gradient(180deg, #B48B4A00 0%, #B48B4A40 100%);
}
.hero h3{
    color: #b48b4a;
}
.arrow-btn{
    background-color: #b48b4a;
}

.enroll-btn{
    background-color: #A75F4A;
}
.enroll-btn:hover{
    background-color: #A75F4A;
    color: #b48b4a;
}
.icon-circle{
    color: #b48b4a;
}
/*wcls footer */
.footer-section h3::after {
    background-color: #b48b4a;
}

.footer-section a:hover{
    color: #b48b4a;
}
.error{
  position: relative;
  bottom: 22px;
}
/*wcls about page */
.about-icon{
    color: #b48b4a;
}
.about-title{
    color: #b48b4a;
}
.section-subtitle{
    color:  #b48b4a;
}
.benefits h2{
    color: #b48b4a;
}
.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;   
}

/* wcls Student Membership */
.student-bar{
    background-color: #b48b4a;
}
.button{
    background-color: #b48b4a;
}
.button:hover{
    background-color: #b48b4a;
}
  .info-img{
    background-color: #b48b4a;
  }
   .membership-sections h3{
    color: #b48b4a;
 }
/* Individual css  */
  .individual-bar{
    background-color: #b48b4a;
  }
/* Institutional */
  .institutional-nav{
    background-color: #b48b4a;

  }
  .add-member-btn{
    background-color: #b48b4a;
  }
    .add-member-btn:hover {
    background: #b48b4a;
}
  /* contact-us */
   .contact-subtitle {
    color: #b48b4a;
  }
  .button-submit{
    background-color: #b48b4a;
  }
  .button-submit:hover {
    background-color: #b48b4a;

  }
  .input-group .contact-icon{
    color: #b48b4a;
  }
  .input-group input:focus,
.input-group textarea:focus {
    border-color: #b48b4a; 
}
 /*membership */
 .padai-hover-content{
  background: #b48b4a;
 }
 .padai-icon{
  color: #b48b4a;
 }
  .padai-membership-benefits-container::before {
top: 320px;
  bottom: -426px;
 }
 /* cancellation */
 .cancellation-banner .cancellation-overlay {
     background-color: #b48b4a;; 
 }
@media (max-width: 768px) {
   .mobile-nav {
        width: 100%;
        max-width: 100%;
        left: -100%;
      }

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

      .backdrop {
        display: none;
      }
  .contact-btn {
    background-color: #b48b4a;
  }
  .error-message {
    position: relative;
    bottom: 14px;
  }
  .container-enroll{
    position: relative;
    bottom: 27px;
  }
  .home-btn{
position: relative;
  top: 23px;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
      .header-logo {
    width: 71px;
    height: auto;
    margin-left: 27px;
  }
 .padai-membership-benefits-container::before  {
    top: 359px;
    bottom: -835px;
  }
    .contact-btn {
        background-color: #b48b4a;
    }
    .mobile-nav {
        width: 30%;
        max-width: 30%;
        left: -30%;
      }

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

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


@media only screen and (min-width: 993px) and (max-width: 1200px) {
   .padai-membership-benefits-container::before  {
 top: 270px;
    bottom: -828px;
  }
  .contact-btn {
    background-color: #b48b4a;
  }
 .mobile-nav {
        width: 30%;
        max-width: 30%;
        left: -30%;
      }

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

      .backdrop {
        background: rgba(0, 0, 0, 0.5);
      }
}
.memberships-section{
    background: #b48b4a24;
}
.tagline {
  color: #b48b4a;
}
.contact-img {
   height: 40px;
   filter: invert(58%) sepia(29%) saturate(548%) hue-rotate(7deg) brightness(95%) contrast(88%);
}

.icon-circle img {
    height: 50px;
    filter: invert(58%) sepia(29%) saturate(548%) hue-rotate(7deg) brightness(95%) contrast(88%);
}

.about-img {
   height: 70px;
   filter: invert(58%) sepia(29%) saturate(548%) hue-rotate(7deg) brightness(95%) contrast(88%);
}

.student-img {
  height: 40px;
  /* filter: brightness(0) invert(1); */
}
.info-images{
  height: 40px;
  filter: brightness(0) invert(1);
}
.membership-img{
   height: 100px;
   filter: invert(58%) sepia(29%) saturate(548%) hue-rotate(7deg) brightness(95%) contrast(88%);
    color: #b48b4a;
}
.student-bar li {
  gap:10px;
}
.sticky-header-logo {
        width: 140px;
    }
@media (max-width: 768px) {
    .info-images {
     height: auto;
        width: 32px;
}
}

