

/*wcls home header logo */
.header-logo {
  width: 120px;
}
.sticky-header-logo{
  width: 120px;
}
 .main-nav a.active{
color: #1e1392;
}
.main-nav a:hover{
color: #1e1392;
}
nav.desktop-nav ul li a:hover {
  color: #34305F;
}
.dropdown .dropdown-menu a:hover {
    background: #f5f5f5;
    color:  #34305F;
}
 .model-submit {
background: #34305F;
 }
 .close-modal{
  background: #34305F;
 }
/*wcls Home page button colors */
.hero{
    background-color: #fbfbfb;
}
.hero h3{
    color: #34305f;
}
.arrow-btn{
    background-color: #34305f;
}
.home-btn{
position: relative;
  top: 28px;
}
 .error{
  position: relative;
  bottom: 22px;
}
.reg-group input, .reg-group textarea{
    margin-bottom: 35px;
}
.modal-form {
    height: auto !important;  
    min-height: 400px;         
}
.model-container {
    height: auto !important;   
}
 .container-enroll{
    position: relative;
    bottom: 40px;
  }
.enroll-btn{
    background-color: #34305f;
   
}
 .enroll-btn:hover 
 {
    background-color: #34305f;
     color: #fff;
 }
.icon-circle{
    color: #34305f;
}
.hero h1{
  color: #34305f;
}
.benefits h2{
 color: #34305F;
}
/* home page view */

    .feature ul li::before {
    background-color: #34305F;
    }
/*wcls footer */
.footer-section h3::after {
    background-color: #34305f;
}

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

/*wcls about page */
.about-icon{
    color: #34305f;
}
.about-title{
    color: #101113;
}
.about-banner .overlay {
  background-color: rgba(90, 116, 162, 0.8);
 }
.section-subtitle{
    color:  #34305F;
}
/* wcls Student Membership */
.student-bar{
    background-color: #34305f;
}
.button{
    background-color: #34305f;
}
.button:hover{
    background-color: #494385;
}
  .info-img{
    background-color: #34305f;
  }
   .membership-sections h3{
    color: #34305f;
 }
/* Individual css  */
  .individual-bar{
    background-color: #34305f;
  }
/* Institutional */
  .institutional-nav{
    background-color: #34305f;

  }
  .add-member-btn{
    background-color: #34305f;
  }
  .add-member-btn:hover {
    background: #504b81;
}
  /* contact-us */
  .contact-subtitle {
    color: #34305F;
  }
  .button-submit{
    background-color: #34305f;
  }
  .button-submit:hover {
    background-color: #3f387c;

  }
  .input-group .contact-icon{
    color: #34305f;
  }
  .input-group input:focus,
.input-group textarea:focus {
    border-color: #34305F; 
}
 /*membership */
 .membership-sections {
  background-color: #f3eefc;
 }

 .padai-hover-content{
  background: #34305f;
 }
 .padai-icon{
  color: #34305f;
 }
 .padai-membership-benefits-container::before {
top: 285px;
  bottom: -850px;
 }

 /* Cancellation & Refund Policy */
 .cancellation-banner .cancellation-overlay{
  background-color: rgba(90, 116, 162, 0.8);
 }
/*start images styling */
.icon-circle img {
    height: 50px;
    filter: brightness(0) saturate(100%) invert(41%) sepia(13%) 
            saturate(2642%) hue-rotate(184deg) brightness(92%) contrast(88%);
    color: #4978bd;
}
.about-img{
  height: 70px;
  filter: brightness(0) saturate(100%) invert(41%) sepia(13%) 
          saturate(2642%) hue-rotate(184deg) brightness(92%) contrast(88%);
  color: #4978bd;
}
.contact-img{
   height: 40px;
   filter: brightness(0) saturate(100%) invert(41%) sepia(13%) 
           saturate(2642%) hue-rotate(184deg) brightness(92%) contrast(88%);
   color: #4978bd;
}
.student-img {
    height: 40px;
       filter: brightness(0) saturate(100%) invert(11%) sepia(50%) saturate(3263%) hue-rotate(229deg) brightness(91%) contrast(95%);

    color: #4978bd;
}
.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(41%) sepia(13%) 
           saturate(2642%) hue-rotate(184deg) brightness(92%) contrast(88%);
   color: #4978bd;
}
/* end images styling */
/* 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: #34305F;
}


.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 */

 /* scroll bar */
 .scroll-toggle{
  color: #7a75b6;
  border: 2px solid #847ec7;
 }
.search:focus {
        outline: none;
        border-color: #7a75b6;
        box-shadow: 0 0 5px #7a75b6;
    }
@media (max-width: 768px) {
    .header-logo {
  width: 115px;
}
.sticky-header-logo{
  width: 115px;
}
  .contact-btn {
    background-color: #34305f;
  }
   .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: 90px;
    height: auto;
    margin-left: 27px;
  }

.sticky-header-logo{
  width: 90px;
}
.cancellation-banner h1 {
  font-size: 54px;
}
    .contact-btn {
        background-color: #34305f;
    }
     .padai-membership-benefits-container::before {
top: 360px;
    bottom: -1380px;
 }
 .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) {
  .contact-btn {
    background-color: #34305f;
  }
     .padai-membership-benefits-container::before {
top: 272px;
    bottom: -1221px;
 }
}