.elementor-kit-5{--e-global-color-primary:#442EBA;--e-global-color-secondary:#78DFC9;--e-global-color-text:#000000;--e-global-color-accent:#5D5D5D;--e-global-color-a9861c4:#7E22CE;--e-global-color-83f8f05:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.glossary-wrapper{
    max-width:1200px;
    margin:auto;
    padding:40px 20px;
    font-family:inherit;
}

.glossary-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:40px;
    flex-wrap:wrap;
}

#glossarySearch{
    flex:1;
    min-width:300px;
    height:55px;
    border:1px solid #ddd;
    border-radius:12px;
    padding:0 20px;
    font-size:16px;
}

.glossary-filters{
    display:flex;
    gap:10px;
}

.filter-btn{
    border:none;
    padding:12px 22px;
    border-radius:10px;
    background:#e9e2ff;
    cursor:pointer;
}

.filter-btn.active{
    background:#fff;
    border:1px solid #ddd;
}

.glossary-content{
    display:flex;
    gap:40px;
}

.glossary-sidebar{
    width:250px;
    position:sticky;
    top:100px;
    height:fit-content;
    background:#fff;
    border:1px solid #eee;
    border-radius:16px;
    padding:25px;
}

.glossary-sidebar h3{
    margin-bottom:20px;
}

.glossary-sidebar ul{
    list-style:none;
    padding:0;
    margin:0;
}

.glossary-sidebar li{
    margin-bottom:12px;
}

.glossary-sidebar a{
    text-decoration:none;
    color:#333;
}

.glossary-main{
    flex:1;
}

.letter-section{
    margin-bottom:50px;
}

.letter-heading{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:25px;
}

.letter-circle{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#4936d8;
    color:#fff;
    font-size:30px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.line{
    flex:1;
    height:1px;
    background:#ddd;
}

.term-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    padding:25px;
    box-shadow:0 4px 10px rgba(0,0,0,.03);
}

.term-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:15px;
}

.term-header h3{
    margin:0;
    font-size:22px;
}

.tag{
    background:#f1f1f1;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
}

.term-card p{
    margin:0;
    line-height:1.7;
}

@media(max-width:768px){

    .glossary-content{
        flex-direction:column;
    }

    .glossary-sidebar{
        width:100%;
        position:relative;
        top:0;
    }

    .term-header{
        flex-direction:column;
        align-items:flex-start;
    }
}/* End custom CSS */