html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px;
}

body {
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;

    margin: 0;
    padding: 0;
    height: 100vh;
}

.sticky-sidebar {
    position: sticky;
    top: 90px;
    height: calc(90vh - 80px);
    overflow-y: auto;
    border-radius: 10px;
    background: #EEEEFF;    padding: 5px 12px;
}
.section-link {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    color: #2B2B5C;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
    padding: 4px 0;
}


.section-link:hover {
    color: #e91e63;
}

.content-section {
    scroll-margin-top: 90px;
}

.header {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-section {
    font-family: 'Manrope', sans-serif;
}

h1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700; /* Bold */
    font-size: 64px;
    color: #000044;
}

p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400; /* Regular */
}


.content-section {
    padding: 2rem;
}

/* Additional Text Styles */
.additional-text {
    font-size: 12px;
    font-weight: 400;
    color: #2B2B5C;
}

.hero-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #2B2B5C;
    margin-top: 4px;
}

.para-text {
    color: #2B2B5C;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;;
}

.badge-custom {
    background-color: #EEEEFF;
    color: #3F3FD6;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    display: inline-block;
    margin-bottom: 1rem;
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
}

.underline-para {

    text-decoration-style: wavy;
    text-decoration-color: #CE195F; /* Firefox only */

}

.nav-text {
    color: #CE195F;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;;
}

.underline-para-black {
    text-decoration: underline; /*  underline explicitly */
    text-decoration-style: wavy !important;
    text-decoration-color: #000044; /* Firefox only */
    text-decoration-thickness: 5px;
}

.nav-text img {
    text-decoration: none !important;
    left: -11px !important;
    position: relative;
}

.main-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32.78px;
    letter-spacing: 0;
    text-align: center;
    color: #000044;

}

.para-pg {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    letter-spacing: 0;
    color: #2B2B5C;

}

.ac-link {
    color: #CE195F;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: none;

}

.ac-mid-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #2B2B5C;

}

.ac-mid-date {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #3F3FD6;

}

.content-head {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21.86px;
    letter-spacing: 0;
    color: #000044;
}

.content-details {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #2B2B5C;

}

.left-pan-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #3F3FD6;

}

.dot {
    height: 7px;
    width:7px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
}
