/* header */
.header-logo {
    width: 200px;
    height: 100px;
}

.logo img {
    height: 200px;
    width: 200px;
}

.main-nav {
    margin-left: 104px;
}

.main-nav a.active {
    color: #56102d;
}

.main-nav a:hover {
    color: #56102d;
}

.sticky-header-logo {
    width: 180px;
    height: 100px;

}

.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: #56102d;
}

.model-submit {
    background-color: #56102d;
}

.model-picture {
    max-width: 200px;
    height: 100px;

}

.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 */
.footer-logo {
    width: 200px;
    background-color: whitesmoke;
    border-radius: 100px;
}

.site-footer {
    background-color: #202020;
}

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

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

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

.footer-bottom {
    background-color: #282f3b;
}

/* home */

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

.hero {
    background-color: #eff1e5;
}

.hero h3 {
    color: #5a1238;
}

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

.enroll-btn:hover {
    color: #5a1238;
}

.benefits h4 {
    color: #5a1238;
}

.arrow-btn {
    background-color: #5a1238;
}

.feature img {
    width: 80%;
}

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

.section-subtitle {
    color: #5a1238;
}

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

.icon-circle {
    color: #fddd21;
}

.icon-circle img {
    height: 50px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(20%) saturate(4393%) hue-rotate(274deg) brightness(91%) contrast(96%);
}


/* about page */

.about-img {
    height: 100px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(20%) saturate(4393%) hue-rotate(274deg) brightness(91%) contrast(96%);

}

.about-icon {
    color: #fddd21;
}

.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 58px;
}

/* 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: #fddd21;
}

.membership-sections h3 {
    color: #282f3b;
}

.membership-sections h1 {
    color: #282f3b;
}

.membership-sections p {
    color: #282f3b;
}

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

.form-container {
    width: 85%;
}

.button {
    background-color: #5c1134;
}

.button:hover {
    background-color: #5c1134;
}

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

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

}

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

.add-member-btn:hover {
    background-color: #5c1134;
}

/* membership benfits */

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

.membership-sections p {
    max-width: 1162px;
}

.padai-icon {
    color: #5c1134;
}

.padai-hover-content {
    background-color: #5c1134;
}

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

.arrow-img {
    height: 120px;
    margin-left: -20px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(20%) saturate(4393%) hue-rotate(274deg) brightness(91%) contrast(96%);
}

/* contact-us */

.contact-img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(20%) saturate(4393%) hue-rotate(274deg) brightness(91%) contrast(96%);

}

.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: #5c1134;
}

.button-submit:hover {
    background-color: #5c1134;

}

.input-group .contact-icon {
    color: #5c1134;
}

.contact-subtitle {
    color: #5c1134;
}

.info-img {
    background-color: #5c1134;
}

.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: 180px;
    }

    /* .sticky-header-logo {
  width: 150px;
    height: 215px;
} */
    .sticky-header-logo {
        width: 160px;
        height: 80px;

    }

    .contact-btn {
        background-color: #5c1134;
    }

    .logo img {
        width: 143px;
    }

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

    .contact-img {
        height: 30px;
        filter: brightness(0) saturate(100%) invert(11%) sepia(20%) saturate(4393%) hue-rotate(274deg) brightness(91%) contrast(96%);

    }

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

    }

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

@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%);

    }

    /* .sticky-header-logo {
  width: 180px;
    } */
    .input {
        margin-bottom: 0px;
    }

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

    .header-logo {
        width: 180px;

    }

    .logo img {
        width: 160px;
        height: 200px;
    }

    .form-container {
        width: 90%;
    }

    .contact-btn {
        background-color: #5c1134;
    }

    .contact-img {
        height: 38px;
        filter: brightness(0) saturate(100%) invert(11%) sepia(20%) saturate(4393%) hue-rotate(274deg) brightness(91%) contrast(96%);

    }

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

    }

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

@media only screen and (min-width: 993px) and (max-width: 1200px) {

    .header-logo {
        width: 180px;
    }

    .logo img {
        width: 160px;
        height: 200px;
    }

    .form-container {
        width: 97%;
    }

    .contact-btn {
        background-color: #5c1134;
    }

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

}