* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
       overflow-x: hidden;

}


a {
    text-decoration: none;
    color: #2B2B2C;
}

html {
    scroll-behavior: smooth;
     overflow-x: hidden;
}


p {
    color: #262626;

}



header {
    padding: 15px 10px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    /* background: #ffffff4f; */
    background: #ffffff21 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(8px);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}


header.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 0px 10px #22222252;

}

.right-menu {
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}


.right-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}



.right-menu a {
    text-decoration: none;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #202020;
}




.right-menu a:hover {
    color: #3c92fb;
    /* text-decoration: underline; */
    /* text-decoration-color: #ffffff; */
    /* text-underline-offset: 10px; */
    /* text-decoration-thickness: 2px; */
    /* transition: 0.5s; */
}


.header-button a {
    /* margin-left: 5px; */
    color: #fff;
}

.header-cnt a:hover {
    text-decoration: none;
}

.header-button {
    /* margin-left: 40px; */
    /* display: flex; */
    /* align-items: center; */
}

.header-button i {
    color: #fff;
}

.header-cnt p {
    color: #fff;
    margin: 0;
    padding: 0 11px;
    font-size: 14px;
    font-weight: 400;
}


.toggle-btn {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 30px;
    width: 30px;
    cursor: pointer;
}


.toggle-btn .bar {
    width: 25px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
}

.mobile-logo {
    display: none;
}

.close-btn {
    display: none;
}

.right-menu ul li ul.dropdown {
    position: absolute;
    top: 40px;
    left: 15px;
    width: 300px;
    background-color: #ffffff;
    display: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
    box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1);
    transition: 0.5s !important;
}



.right-menu ul li ul.dropdown li a:hover {
        color: #ffffff;
    background: #3c92fb;
    width: 100%;
    display: inline-block;
}


li.dropdown {
    position: relative;
}

li.dropdown>a::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: -6px;
    color: #000000;
    font-size: 18px;
    vertical-align: middle;
}

.right-menu ul li.active>ul.dropdown {
    display: block;
}



.right-menu ul li {
    position: relative;
}

.right-menu ul li.dropdown:hover>ul.dropdown,
.right-menu ul li ul.dropdown:hover {
    display: block;
}


.right-menu ul li.dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    background: transparent;
}


.right-menu ul li ul.dropdown li.dropdown-submenu:hover>ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
    display: block;
}


.right-menu ul li ul.dropdown,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list {
    transition: opacity 0.2s ease, visibility 0.2s ease;
    opacity: 0;
    visibility: hidden;
}



.right-menu ul li.dropdown:hover>ul.dropdown,
.right-menu ul li ul.dropdown:hover,
.right-menu ul li ul.dropdown li.dropdown-submenu:hover>ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
    opacity: 1;
    visibility: visible;
}

.right-menu ul li ul.dropdown li a {
    line-height: 36px;
    padding: 5px 15px;
}



li#menu-item-223 ul {
    left: 260px;
    top: 0;
    width: 350px;
}



li#menu-item-219 ul {

    left: 260px;
    top: 0;
    width: 350px;
}


.right-menu ul li.dropdown:hover>ul.dropdown {
    display: block;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a {
    display: block;
    padding: 12px 15px;
    background: #f5f5f5;
    color: #000;
}


.dropdown-submenu:hover>a {
    background: #63C256;
    color: #fff;
}


.dropdown-submenu>ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 290px;
    background: #eee;
    display: none;
    padding: 10px 0;
}


.dropdown-submenu:hover>ul {
    display: block;
}

.dropdown-submenu ul li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    background: transparent;
}

.dropdown-submenu ul li a:hover {
    background: #ddd;
}

.dropdown-submenu:has(ul)>a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}



/* ===== Top Header Bar ===== */
.top-header {
/* same blue color */color: #fff;font-size: 14px;padding: 10px 0;/* position: fixed; *//* top: 0; *//* left: 0; */width: 100%;z-index: 10000;background: #202020;}

.top-header-container {
display: flex;
justify-content: space-between;
align-items: center;
}

.top-header a {
color: #fff;
text-decoration: none;
font-weight: 500;
}

.top-header .left-side span {
display: inline-block;
}



.social-links ul li {
list-style: none;
}

.social-links ul {
display: flex;
gap: 20px;
margin: 0;
}

.social-links ul li a {background: #d1d1d1;color: #222;width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;}

.social-links ul li a:hover {
    background: #ff3600;
    color: #fff;
}


.header-button {
    /* background: #0063C6; */
    padding: 10px 10px;
    border-radius: 20px;
    background: transparent linear-gradient(113deg, #3C98FB 0%, #3F5BFB 100%) 0% 0% no-repeat padding-box;
    margin-left: 15px;
}

.header-button a:hover {
    color: #fff;
}



.banner-home {
    position: relative;
    background-image: url(../../assets/image/home-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.banner-txt {
    position: relative;
    left: 0px;
    top: 0px;
    /* text-align: left; */
    color: #fff;
    /* transform: translate(-50px, -50px); */
    width: 50%;
}

.banner-txt p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 40px;
}

.banner-txt h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 1.2;
    /* margin-bottom: 30px; */
    /* width: 50%; */
}

.banner-txt a {
    color: #fff;
    padding: 15px 60px;
    border-radius: 25px;
    background: transparent linear-gradient(117deg, #3C98FB 0%, #3F5BFB 100%) 0% 0% no-repeat padding-box;
    font-size: 18px;
}


.banner-home::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(95deg, #000000C7 0%, #000000C5 34%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.about-txt span {
    color: #3E75FB;
}

.about-txt h2 {
    font-size: 36px;
    color: #312C68;
    font-weight: 700;
    padding-top: 10px;
}

.about-txt p {
    color: #312C68;
    line-height: 28px;
    padding-top: 10px;
}


.about-txt a {
    background: transparent linear-gradient(91deg, #3C98FB 0%, #3F5BFB 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 14px 30px;
    border-radius: 20px;
    display: inline-block;
}



.main-heading h2 {
    font-size: 36px;
    color: #312C68;
    font-weight: 700;
    padding-bottom: 5px;
}

.main-heading p {
    width: 70%;
    margin: 0 auto;
}



section.bg-sage {
    position: relative;
    background: url('../../assets/image/sage-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
        background-position: center;
}

.sage-box {
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    border-radius: 20px;
}


.sage-box:hover {
  background: linear-gradient(
  135deg,
  #f7f5f8 0%,
  #f4e7e1 20%,
  #f5d7e2 45%,
  #d8c6f3 70%,
  #c8d3ef 100%
);
}


.sage-service-box:hover {
    background: linear-gradient(
  135deg,
  #f7f5f8 0%,
  #f4e7e1 20%,
  #f5d7e2 45%,
  #d8c6f3 70%,
  #c8d3ef 100%
);
}


.choose-box:hover {
    background: linear-gradient(
  135deg,
  #f7f5f8 0%,
  #f4e7e1 20%,
  #f5d7e2 45%,
  #d8c6f3 70%,
  #c8d3ef 100%
);
}

.sage-detail img {
    position: relative;
    top: 50px;
}

.icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 18px;
    position: relative;
    z-index: 9;
}



.icon::before {
    position: absolute;
    content: '';
    background: transparent linear-gradient(180deg, #3C98FB 0%, #3F5BFB 100%) 0% 0% no-repeat padding-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.18;
}

.sage-detail h4 {
    font-size: 18px;
    padding-top: 15px;
    font-weight: 600;
}


.goals-detail h3 {
    font-size: 36px;
    color: #312C68;
    font-weight: 700;
}

.goals-detail p {
    color: #312C68;
    line-height: 28px;
}

.why-us-heading h3 {
    font-size: 36px;
    color: #312C68;
    font-weight: 700;
}

.choose-box {
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
        box-shadow: 0px 3px 15px #0000001A;
            height: 100%;
}


.sub-heading h3 {
    font-size: 36px;
    font-weight: 700;
    color: #312C68;
}

.main-heading h3 {
    font-size: 36px;
    color: #312C68;
    font-weight: 700;
}


.bg-card {
    position: relative;
    background: url('../../assets/image/sage-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    min-height: 250px;
}

.flex {
    gap: 20px;
}

.d-flex {
    gap: 20px;
    align-items: center;
}

.d-flex p {
    font-weight: 600;
    margin: 0;
        font-size: 18px;
}


footer.bg-image {
    position: relative;
    z-index: 999;
    padding: 30px;
    background: url('../../assets/image/footer-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        border-radius: 0px;
}

.flex-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.footer-logo {
    margin: 0px;
    padding: 0px;
}

.footer-logo img {
    margin-left: -18px;
}



.social-links-footer ul {
    display: inline-flex;
    gap: 15px;
    margin: 0px;
    padding: 0px;
}

.social-links-footer ul li {
    list-style: none;
}

.social-links-footer ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: #312C68;
    padding: 6px 10px;
}

.servie-list h4 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #312C68;
    padding-bottom: 15px;
    margin: 0;
}


.servie-list ul {
    padding: 0px;
}

.servie-list ul li {
    list-style: none;
}


.row .col-lg-4:nth-child(2) .servie-list ul li {
    list-style: disc;
}

.row .col-lg-4:nth-child(2) .servie-list ul {
    padding-left: 20px;
}

.servie-list ul li a {
    font-size: 14px;
    position: relative;
}

.disclaimer-txt {
    text-align: center;
    padding-top: 30px;
}

.disclaimer-txt h4 {
    color: #312C68;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.disclaimer-txt h4:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    border: 1px solid #312c688f;
    width: 44%;
}

.disclaimer-txt h4:after {
    position: absolute;
    content: '';
    top: 12px;
    right: 0;
    border: 1px solid #312c688f;
    width: 44%;
}

.disclaimer-txt p {
    /* line-height: 29px; */
    text-align: left;
    position: relative;
    font-size: 14px;
    padding: 6px 0px;
}

.bg-copyright {
    background: #312C68;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.privacy-policy {
    display: inline-flex;
    position: relative;
    gap: 10px;
}

.privacy-policy ul {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.privacy-policy ul li {
    list-style: none;
}

.privacy-policy a {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.flex-footer:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #312c68;
    bottom: 0;
    width: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.headinbg-blog h3 {
    font-size: 36px;
    font-weight: 700;
    color: #312C68;
}

.headinbg-blog p {
    width: 70%;
    margin: 0 auto;
}

.blog-card {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 30px;
}

.blog-image img {
    width: 100%;
}

.blog-admin p {
    padding: 10px 20px;
    margin: 0;
    color: #AAAAAA;
}

.blog-card-txt {
    padding: 0 20px;
}

.blog-card-txt h4 {
    color: #312C68;
    font-size: 22px;
    font-weight: 600;
}

.blog-card-txt p {
    line-height: 26px;
}

.blog-card-txt a {
    border: 1px solid #312C68;
    padding: 6px 30px;
    border-radius: 20px;
    margin-bottom: 28px;
    display: inline-block;
    color: #312C68;
}

.blog-card-txt a:hover {
    background: #312C68;
    color: #fff;
}

.pl-150 {
    padding-left: 150px;
}

.servie-list p {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.servie-list p i {
    color: #312c66;
}


.bg-image {
    background: url('../../assets/image/sage-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 30px;
    min-height: 500px;
}


.banner-about {
    text-align: center;
    padding: 50px 0;
    background: url(../../assets/image/banner-about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9;
}

.banner-about h1 {
    font-size: 42px;
    font-weight: 700;
    color: #312C68;
}

nav.breadcrumb-nav {
    display: flex;
    justify-content: center;
}

nav.breadcrumb-nav ol {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 0;
}

nav.breadcrumb-nav ol li {
    list-style: none;
}

.bg-cards h5 {
    font-size: 18px;
    font-weight: 700;
}

.bg-cards p {
    margin: 0;
}

.bg-cards {
    position: relative;
    background: url('../../assets/image/sage-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    /* min-height: 225px; */
}

.mission-heading h2 {
    color: #312C68;
    font-size: 36px;
    font-weight: 700;
}

.mission-heading h3 {
    color: #312C68;
    font-weight: 600;
    font-size: 24px;
}

.found-txt h2 {
    font-size: 36px;
    font-weight: 600;
    padding: 12px 0;
        margin: 0;
}

.found-txt p {
    padding-bottom: 12px;
}

.found-txt a {
    background: transparent linear-gradient(180deg, #3C98FB 0%, #3F5BFB 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
}


.contact-form .field input {
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    padding: 0 20px;
    border: 1px solid #312C68;
    outline: none;
    border-radius: 10px;
}

.contact-form .field-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.contact-form .field textarea {
    width: 100%;
    height: 130px;
    margin-bottom: 16px;
    padding: 15px 20px;
    outline: none;
    border-radius: 10px;
    border: 1px solid #00254A;
}

.contact-form .field label {
    color: #312C68;
    padding: 5px 0px;
}


.contact-form .field-button input {
    background: #3c91fb;
    padding: 10px 42px;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 12px;
    font-weight: 500;
}


.contact-form {
    box-shadow: 0px 0px 12px #0040A138;
    padding: 30px;
    border-radius: 20px;
}

.contact-image h2 {
    color: #312C68;
    font-size: 36px;
    font-weight: 700;
}

.contact-image p {
    width: 100%;
    margin-bottom: 25px;
}

.bg-contact {
    position: relative;
    background: url(../../assets/image/sage-bg.webp);
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 190px;
}

.contact-icon h4 {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 600;
}


.terms-detail p {
    color: #444444;
}

.terms-detail h2 {
    font-weight: 700;
    color: #312C68;
    padding-bottom: 10px;
}


.terms-detail h3 {
    font-size: 24px;
    color: #312C68;
    font-weight: 600;
}

.terms-detail ul li {
    list-style: none;
    position: relative;
    line-height: 32px;
    font-style: italic;
    font-weight: 500;
}

.terms-detail ul li::before {
    position: absolute;
    content: '';
    background: url('../../assets/image/check.png');
    top: 5px;
    left: -35px;
    height: 23px;
    width: 23px;
}


.heading-approach ul li {
    list-style: none;
    position: relative;
    line-height: 32px;
    font-style: italic;
    font-weight: 500;
}

.heading-approach ul li:before {
    position: absolute;
    content: '';
    background: url('../../assets/image/check.png');
    left: -35px;
    height: 23px;
    width: 23px;
    top: 6px;
}

.heading-approach h3 {
    color: #312C68;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 5px;
}

.sage-heading h2 {
    color: #312C68;
    font-weight: 700;
    padding-bottom: 10px;
}

.sage-heading p {
    color: #312C68;
}

.sage-heading h3 {
    color: #312C68;
    font-weight: 700;
    padding-top: 20px;
}

.box {
    background: url('../../assets/image/sage-bg.webp');
    padding: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-top: 20px;
    min-height: 260px;
}

.box h4 {
    font-size: 18px;
    font-weight: 600;
}


.sage-service-heading h3 {
    color: #312C68;
    font-weight: 700;
    font-size: 36px;
}

.sage-service-heading p {
    width: 68%;
    margin: 0 auto;
}


.sage-service-box {
    box-shadow: 0px 0px 10px #00000038;
    padding: 30px;
        margin-top: 30px;
    border-radius: 10px;
        min-height: 230px;
}

.sage-service-box h4 {
    color: #312C68;
    font-size: 18px;
    font-weight: 600;
}

.service-box {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 3px 15px #0000001A;
    border-radius: 5px;
    margin-top: 15px;
    min-height: 330px;
}

.service-box h4 {
    font-size: 18px;
    color: #312C68;
    font-weight: 600;
}


.service-box:hover {
    background: linear-gradient(135deg, #f7f5f8 0%, #f4e7e1 20%, #f5d7e2 45%, #d8c6f3 70%, #c8d3ef 100%);
}


.search-wrapper{
    display:flex;
    gap:16px;
    max-width:900px;
    width:100%;
}

.search-box{
    flex:1;
    display:flex;
    align-items:center;
    border:1px solid #d9d9e3;
    border-radius:8px;
    height:58px;
    padding:0 18px;
    background:#fff;
}

.search-box i{
    color:#8a8a9b;
    font-size:18px;
    margin-right:12px;
}

.search-box input{
    width:100%;
    border:none;
    outline:none;
    font-size:16px;
    color:#333;
}

.search-box input::placeholder{
    color:#8d8d9a;
}

.category-box{
    width:220px;
}

.category-box select{
    width:100%;
    height:58px;
    padding:0 20px;
    border:1px solid #d9d9e3;
    border-radius:8px;
    background:#fff;
    color:#555;
    font-size:16px;
    cursor:pointer;
    outline:none;
}



.search-box:focus-within,
.category-box select:focus{
    border-color:#6c63ff;
}

button.search-button {
    background: transparent;
    border: none;
}


.blog-card-box{
    background:#fff;
    border-radius:12px;
    box-shadow: 0px 0px 10px #00000029;
    display:flex;
    overflow:hidden;
    padding: 25px 15px;
     margin-top: 30px;
}

/* .blog-image{
    width: 40%;
} */

.blog-image img{
    width:100%;
    height:auto;
    object-fit:cover;
    display:block;
}

.blog-content{
    width: 60%;
    padding: 0px 20px;
    display:flex;
    flex-direction:column;
}

.badge{
    display:inline-block;
    width:max-content;
    color:#fff;
    font-size:13px;
    padding:6px 12px;
    border-radius:6px;
    margin-bottom:12px;
    background: transparent linear-gradient(180deg, #3C98FB 0%, #3F5BFB 100%) 0% 0% no-repeat padding-box;
}

.blog-content h2{
    font-size: 20px;
    line-height:1.25;
    color:#222;
    font-weight:700;
}

.blog-content p{
    color:#666;
    font-size:16px;
    line-height:1.6;
}

.blog-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:auto;
}

.date{
    color:#888;

}

.date i{
    color:#4a73ff;
    margin-right:6px;
}

.read-more{
    text-decoration:none;
    color:#2b3cc8;
    font-weight:600;
    transition:.3s;
}

.read-more:hover{
    color:#1a28a0;
}

.read-more i{
    margin-left:4px;
}

.pagination {
    margin-top: 30px;
    gap: 20px;
    display: flex;
    position: relative;
    left: 12px;
}

button.btn.btn-gradient {
    color: white;
    border: none;
    background: transparent linear-gradient(180deg, #3C98FB 0%, #3F5BFB 100%) 0% 0% no-repeat padding-box;
}

.pagination .btn {
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

button.btn.btn-outline {
    border: 1px solid #3e72fb;
    color: #3e69fb;
}




.card {
    /* width: 290px; */
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0px 0px 10px #00000038;
}

.card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
}

.category-list {
    list-style: none;
    padding: 0;
}

.category-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    color: #444;
}

.category-list li span:last-child {
    color: #555;
    font-weight: 500;
}

.chat-box {
    padding: 40px;
    background-position: center;
    text-align: center;
    border-radius: 20px;
    background: #312C68;
    box-shadow: 0px 0px 12px #0040A133;
}

.chat-box h4 {
    color: #fff;
    font-weight: 600;
}

.chat-box p {
    color: #fff;
}

.chat-box a {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 8px;
    display: block;
}

.chat-box img {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}


a.chat-btn {
    font-size: 16px;
    font-weight: 600;
    background: transparent linear-gradient(91deg, #3C98FB 0%, #3F5BFB 100%) 0% 0% no-repeat padding-box;
    padding: 10px 0px;
    width: 70%;
    margin: 0 auto;
    border-radius: 10px;
}

.box-card.mt-3 {
    box-shadow: 0px 0px 10px #00000038;
    padding: 20px;
        border-radius: 10px;
}

.box-card h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.flex-artical {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}


.article p i {
    color: #3c90fb;
}

.article p {
    margin: 0;
        color: #312C68;
}

.article p:last-child {
    color: #222;
    font-weight: 600;
    padding-top: 5px;
}



.blog-sidebar h2 {
    font-size: 36px;
    color: #312C68;
    font-weight: 700;
        margin: 0;
}

.blog-sidebar img {
    width: 100%;
    margin-bottom: 25px;
}

.blog-admin {
    display: flex;
    gap: 10px;
}



.blog-sidebar p {
    color: #444444;
    line-height: 26px;
}

.blog-sidebar h3 {
    color: #312C68;
    font-weight: 700;
}

.blog-sidebar h4 {
    color: #312C68;
    font-weight: 700;
}

.blog-sidebar ul li {
    list-style: none;
    line-height: 36px;
    position: relative;
}

.blog-sidebar ul li::before {
    position: absolute;
    content: '';
    background: url('../../assets/image/check.png');
    left: -35px;
    height: 20px;
    width: 20px;
    top: 8px;
}

.author-txt h3 {
    color: #312C68;
    font-weight: 700;
}

.author-bg {
    display: flex;
    gap: 20px;
    padding: 25px;
    border-radius: 10px;
    background: url('../../assets/image/sage-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
};



.author-detail p {
    margin: 0;
}

.author-detail h4 {
    font-size: 18px;
    font-weight: 700;
}


.blog-admin p i {
    color: #3d93fb;
}




.faq-heading h3 {
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
}

.accordion-header button div {
    font-weight: 600;
    color: #1B1B1C;
}


button.accordion-button.collapsed {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
   background: transparent;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    background: #312C68;
}



.accordion-button::after {
    background-image: none;
    content: '+';
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    background: #312C68;
}

.accordion-item {
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px #8AB2D275;
}

.accordion-header {
    margin-bottom: 5px;
    border-top: 1px solid #dee2e6;
}



nav.breadcrumb-nav-blog {
    display: flex;
    justify-content: left;
}

nav.breadcrumb-nav-blog l {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 0;
}

nav.breadcrumb-nav-blog ol li {
    list-style: none;
}


nav.breadcrumb-nav-blog ol {
    display: inline-flex;
    padding: 0;
    gap: 6px;
    color: #3c92fb;
}

nav.breadcrumb-nav-blog ol li a {
    color: #3d90fb;
}

.header--logo a img {
    width: 160px;
}

.footer-logo img {
    width: 190px;
}

.blog-content span a {
    color: #fff;
}


blockquote {
    padding: 25px;
    border-left: 4px solid #3691ec;
    background: rgba(16, 86, 120, .05);
    font-size: 17px;
    font-weight: 300;
    position: relative;
    line-height: 28px;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 41px 41px 0;
    border-color: #ddd #fff;
    transition: all ease .5s;
}

.sage-heading blockquote a {
    background: #3c90fb;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 20px;
}

.blog-sidebar table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #222;
}



.blog-sidebar table td {
    font-weight: 600;
    font-size: 15px;
    padding: 15px 16px;
    border: 1px solid #8ac57c;
    text-align: center;
}