/* header */
.header-logo {
    width:120px;
}
.logo img{
    height: 100px;
    user-select: none;
}
.main-nav{
    margin-left: 184px;
}
.main-nav a.active {
    color: #7B241D;
}
.main-nav a:hover {
    color: #7B241D;
}

.sticky-header-logo {
  width: 120px;
  /* padding-left: 20px; */
}
.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;
}

/* iPad view: mobile nav 30% width with backdrop */
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav {
    width: 30%;
    max-width: 30%;
    left: -30%;
  }

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

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

/* Mobile view: full width nav without backdrop */
@media (max-width: 768px) {
  .mobile-nav {
    width: 100%;
    max-width: 100%;
    left: -100%;
  }

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

  .backdrop {
    display: none;
  }
}
@media only screen 
  and (min-width: 993px) 
  and (max-width: 1200px){

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

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

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

/* menu */
.close-modal {
    background-color: #7B241D;;
}

.model-submit {
    background-color: #7B241D;;
}
.model-picture{
    max-width: 130px;
}

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

.reg-group input:focus,
.reg-group textarea:focus {
  border-color: white;
  box-shadow: 0 0 5px rgba(84, 83, 83, 0.921);
  outline: none;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: white;
  box-shadow: 0 0 5px rgba(84, 83, 83, 0.921);
  outline: none;
}

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

/* footer */
.site-footer {
    background-color: #111111;
}

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


.footer-section a:hover {
    color: white;
}

.footer-section p,
.footer-section a {
    color: #90959e;
}
.footer-bottom{
    background-color: #111111;
}

/* home */

.about-banner .overlay {
  background-color: rgba(40, 47, 59, 0.8);
}

.hero {
    background-color: #f8f5ef;
}

.hero h3 {
    color: #7b241d;
}

.enroll-btn {
    background-color: #7b241d;
}

.enroll-btn:hover {
    color: white;
}

.benefits h4 {
    color: #7b241d;
}

.arrow-btn {
    background-color: #7b241d;
}

.feature img {
    width: 50%;
}

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

.section-subtitle {
    color: #7b241d;
}

.memberships-section {
    background-color: #f0f1fb;
}

.icon-circle {
    color: #7b241d;
}
.icon-circle img {
    height: 50px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(74%) saturate(2147%) hue-rotate(340deg) brightness(88%) contrast(90%);
}
.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.4rem;
    font-weight: bold;
    color: #1a1a1a;
    /* margin-bottom: 10px; */
}

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


/* about page */

.about-img{
    height: 100px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(74%) saturate(2147%) hue-rotate(340deg) brightness(88%) contrast(90%);

}
.about-section {
    background-color: #f8f5ef;
}

.about-icon {
    color: #7b241d;
}

.about-title {
    color: #282f3b;
}
.abourt-org-name-p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  color: #333;
  margin-top:15px;
  padding: 0px 0px;
}

/* Student Membership */

.line-img {
    padding-top: 5px;
    height: 40px;
    filter: brightness(0) invert(1);
}

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

}
.membership-sections {
    background-color: #7b241d;
}

.membership-sections h3 {
    color: white;
}

.membership-sections h1 {
    color: white;
}

.membership-sections p {
    color: white;
}

.student-bar {
    background-color: #251607;
    margin-top: auto;
}

.form-container {
    width: 85%;
}

.button {
    background-color: #0b336f;
}

.button:hover {
    background-color: #0b336f;
}

/* Individual css  */
.individual-bar {
    background-color: #251607;
    margin-top: auto;
}

/* Institutional */
.institutional-nav {
    background-color: #251607;
    margin-top: auto;

}

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

.add-member-btn:hover {
    background-color: #08054c;
}

/* membership benfits */

.padai-membership-benefits-section {
    background-color: #f8f5ef;
}

.padai-icon {
    color: #7B241D;
}

.padai-hover-content {
    background-color: #7B241D;
}

.padai-membership-benefits-container::before {
    top: 345px;
    bottom: -1100px;
}

.arrow-img {
    height: 120px;
    margin-left: -20px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(74%) saturate(2147%) hue-rotate(340deg) brightness(88%) contrast(90%);
}

/* contact-us */

.contact-img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(74%) saturate(2147%) hue-rotate(340deg) brightness(88%) contrast(90%);

}

.contact-imgs {
    height: 40px;
    filter: brightness(0) invert(1);

}
.contact-form{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.button-submit {
    background-color: #7B241D;
}

.button-submit:hover {
    background-color: #7B241D;

}

.input-group .contact-icon {
    color: #7B241D;
}

.contact-subtitle {
    color: #7B241D;
}

.info-img {
    background-color: #7B241D;
}

.error {
    margin-top: -30px;
    margin-bottom: 30px;
    color: red;
}

/* Honer wall */
.search:focus {
  outline: none;
  border-color: white;
  box-shadow: 0 0 5px rgba(84, 83, 83, 0.921);
}

@media (min-width: 320px) and (max-width: 480px) {
    .input {
        margin-bottom: 0px;
    }

    .error-message {
        margin-bottom: 15px;
    }
}

.honor-wall-header-text p {
    font-size: 14px;
}

.contact-title {
    font-size: 26px;
}

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

    }
    .top-bar{
        background-color: #282f3b;
    }
    .header-logo{
        width: 120px;
        padding-left: 10px;
    }

    .sticky-header-logo {
  width: 110px;
}
    .contact-btn {
        background-color: #7B241D;
    }

    .logo img {
        width: 110px;
    }
      .feature img {
    width: 40%;
    height: 100px;
  }

    .form-container h2 {
        font-size: 18px;
    }

    .icon {
        height: 20px;
    }

    .contact-img {
        height: 30px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(74%) saturate(2147%) hue-rotate(340deg) brightness(88%) contrast(90%);

    }

    .contact-imgs {
        height: 30px;
        filter: brightness(0) invert(1);

    }

 .join-benefits {
         grid-template-columns: 1fr;
    }
    .join h2{
  font-size: 28px;
  line-height: 40px;
}
    .join-feature h3 {
      font-size: 18px;
    }


}



@media only screen and (min-width: 768px) and (max-width: 992px) {
    
     .student-img {
        height: 35px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(50%) saturate(3263%) hue-rotate(229deg) brightness(91%) contrast(95%);

    }
    .input {
        margin-bottom: 0px;
    }

    .error-message {
        margin-bottom: 15px;
    }

    .header-logo {
        width: 105px;
        height: auto;
        margin-left: 27px;
    }

    .sticky-header-logo {
  width: 80px;
}
    .logo img {
        width: 105px;
        height: auto;
    }
    .form-container{
        width: 90%;
    }
    .contact-btn {
        background-color: #7B241D;
    }

    .contact-img {
        height: 38px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(74%) saturate(2147%) hue-rotate(340deg) brightness(88%) contrast(90%);

    }

    .contact-imgs {
        height: 38px;
        filter: brightness(0) invert(1);

    }

    .padai-membership-benefits-container::before {
        top: 411px;
        bottom: -1150px;
    }
    .join h2{
 font-size: 32px;
    line-height: 42px;
}
  .join-feature h3 {
      font-size: 18px;
    }

}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .header-logo {
        width: 110px;
        height: auto;
    }

    .logo img {
        width: 105px;
        height: auto;
    }
  .form-container{
        width: 97%;
    }
    .contact-btn {
        background-color: #7B241D;
    }
     .padai-membership-benefits-container::before {
        top: 322px;
        bottom: -845px;
    }

}