.topbar {
    background: none;
}

.home-section {
    width: 100vw;
    height: 100vh;
    background-color: var(--primary-color);
}

.hero-section {
    display: none;
}

.hero-section-active {
    display: block;
}

.about-section {
    width: 100%;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-title {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.about-container {
    width: 90%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-content {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.about-text {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.75;
    margin-bottom: 15px;
}

.about-text ul {
    margin-left: 35px;
}

.about-text ul li {
    margin-bottom: 5px;
}

.about-img-container {
    width: 100%;
    padding: 0% 10%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-image {
    width: 100%;
    border-radius: 12.5px;
    object-fit: contain;
    margin-bottom: 20px;
}

.about-title {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .about-section {
        padding: 20px;
    }
    .content-title {
        font-size: 24px;
    }
    .about-container {
        width: 100%;
        flex-direction: column;
    }
    .about-content {
        width: 100%;
        height: auto;
    }
    .about-text ul {
        margin-left: 20px;
    }
    .about-img-container {
        width: 100%;
        padding: 0%;
        height: auto;
        margin-top: 20px;
    }
    .about-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .about-text {
        font-size: 14px;
    }
}

.banner-section {
    width: 100%;
    height: 150px;
    position: relative;
}

.banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-cover-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primary-transparent-color);
    z-index: 123;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-text {
    font-size: 30px;
    color: var(--background-color);
}

@media screen and (max-width: 768px) {
    .banner-section {
        height: 100px;
    }
    .banner-text {
        font-size: 23px;
    }
}

.objectives-section {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--primary-lighter-color);
}

.objectives-container {
    width: 80%;
    max-width: 1000px;
    display: flex;
    margin: 20px 0px;
    padding: 10px;
    background-color: var(--primary-color);
}

.objectives-inner-container {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: var(--background-color);
}

.objectives-list-container {
    padding-left: 25px;
}

.objective-text {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.5;
    margin: 12.5px 0px;
}

@media screen and (max-width: 768px) {
    .objectives-section {
        padding: 20px 10px;
    }
    .objectives-container {
        width: 100%;
        margin: 0px;
    }
    .objectives-inner-container {
        padding: 15px;
    }
    .objective-text {
        font-size: 14px;
        margin: 10px 0px;
    }
}

.our-story-section {
    width: 100%;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-story-container {
    width: 100%;
    height: 100vh;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.our-story-container:nth-child(2) {
    flex-direction: row-reverse;
}

.our-story-content {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.our-story-content h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.our-story-container>.our-story-content {
    padding: 30px;
}

.our-story-title {
    font-size: 22px;
    color: var(--title-color);
    margin-bottom: 20px;
}

.our-story-text {
    font-size: 16px;
    color: var(--text-light-color);
    line-height: 1.5;
}

.our-story-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .our-story-section {
        padding: 20px;
    }
    .our-story-container {
        width: 100%;
        flex-direction: column-reverse;
        height: auto;
        padding: 0px;
        box-shadow: none;
    }
    .our-story-container:nth-child(2) {
        flex-direction: column-reverse;
    }
    .our-story-container>.our-story-content {
        width: 100%;
        padding: 20px;
    }
    .our-story-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .our-story-text {
        font-size: 15px;
        margin: 10px 0px;
    }
}

.blogs-section {
    margin-top: 30px !important;
}

.contact-section {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-image: url(../../static/images/footer/map.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-container {
    width: 100%;
    min-height: 100vh;
    padding: 30px 0px;
    background-color: var(--primary-transparent-dark-color);
    z-index: 123;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-title {
    color: var(--background-color);
}

.contact-text {
    font-size: 18px;
    color: var(--background-color);
    line-height: 1.5;
    margin-bottom: 30px;
}

.contact-details-container {
    width: 90%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.contact-info-container {
    width: 50%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.contact-info {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.contact-info i {
    font-size: 16px;
    color: var(--background-color);
    margin-right: 15px;
}

.contact-info p {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--background-color);
    display: flex;
    flex-direction: column;
}

.contact-form-container {
    width: 47.5%;
    padding: 30px;
    border-radius: 12.5px;
    display: flex;
    flex-direction: column;
    background-color: var(--background-color);
}

.contact-form-container form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-form-container form label {
    margin-bottom: 5px;
    color: var(--title-color);
    text-transform: capitalize;
    font-size: 12px;
}

.form-input {
    width: 100%;
    height: 40px;
    border: 1px solid var(--border-color);
    padding: 0px 10px;
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--text-color);
    outline: none;
    border-radius: 7.5px;
}

.form-input-textarea {
    width: 100%;
    height: 120px;
    border: 1px solid var(--border-color);
    padding: 10px 10px;
    resize: vertical;
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--text-color);
    outline: none;
    border-radius: 7.5px;
}

.form-input:focus,
.form-input-textarea:focus {
    border-color: var(--button-color);
}

.error-text {
    color: var(--error-color);
}

.success-text {
    color: var(--primary-color);
}

.form-btn {
    width: 200px;
    height: 50px;
    margin-top: 10px;
    border-radius: 7.5px;
    background-color: var(--button-color);
    color: var(--background-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    outline: none;
    cursor: pointer;
    align-items: center;
}

.form-btn-disabled {
    display: none;
    width: 200px;
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    outline: none;
    background-color: var(--shadow-color);
    cursor: wait;
    align-items: center;
}

.form-btn:hover {
    background-color: var(--hover-color);
}

.form-btn:active {
    background-color: var(--active-color);
}

@media screen and (max-width: 1000px) {
    .contact-details-container {
        width: 90%;
    }
    .contact-form-input-container {
        flex-direction: column;
    }
    .contact-form-input-container .form-input {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .contact-container {
        padding: 20px;
    }
    .contact-details-container {
        width: 100%;
        flex-direction: column;
    }
    .contact-form-container {
        width: 100%;
    }
    .contact-info-container {
        width: 100%;
        padding: 0px;
        margin-top: 40px;
    }
    .contact-info {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    .contact-form-container {
        padding: 25px;
    }
    .form-input-textarea {
        height: 120px;
    }
    .form-btn,
    .form-btn-disabled {
        width: 75%;
    }
}