body {
    font-family: 'Sofia Pro';
}

/* Overwrite CSS Start */
:root {
    --bs-primary: #006aff;
    --bs-primary-rgb: 0, 106, 255;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000000;
}
.accordion-wrapper .card-header button, .badge, .btn, .btn.btn-circle .number, .collapse-link, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .dropdown-item, .filter:not(.basic-filter), .filter:not(.basic-filter) ul li a, .h1, .h2, .h3, .h4, .h5, .h6, .meta, .more, .nav-link, .post-category, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.nav-link {
    color: #000000;
}
.dropdown-item {
    color: #000000;
}

.navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
        transition: .3s;
    }
@media (min-width: 992px) {
    .navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
        color: #000000;
    }
    .navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu)>.dropdown-toggle:focus:after,
    .navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu)>.dropdown-toggle:hover:after {
        color: var(--bs-primary);
    }
}

.accordion-wrapper .card-header button:before {
    margin-top: 1px;
}
.accordion-wrapper .card.plain .card-body {
    padding: 0 0 .8rem 1.1rem;
}
.accordion-item .card-body {
    padding: 0 1.25rem .85rem 2.35rem;
}

.blockquote-details{
    margin-top: 12px;
}


/* Overwrite CSS End */

.swiper-auto .swiper-slide {
    max-width: 600px;
    width: 100%;
}
.swiper-auto2 .swiper-slide {
    max-width: 500px;
}

.t-100 {
    top: 100px;
}

.img-area {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
}

.fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#doc-left-sidebar {
    height: 100vh;
    scrollbar-gutter: 10px;
    overflow-y: auto;
}

#doc-left-sidebar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
}

#doc-left-sidebar::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

#doc-left-sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--bs-primary);
}

.ellipsis-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.avatar-section {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}

.avatar-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.avatar-section ~ .dropdown-menu {
    right: -20px;
}

.border-dashed {
    border-style: dashed !important;
}

.border-transparent {
    border-color: transparent !important;
}

.toast {
    border-radius: 10px;
}

.toast-header {
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    border-bottom: none;
}

.toast-body {
    color: #fff;
    border-radius: 0px 0px 8px 8px;
    padding: 0px 14px 14px 14px;
    font-size: 16px;
    padding-top: 8px;
}

.toast-body ul {
    margin-bottom: 0px;
    padding: 0;
}

.toast-body ul li {
    list-style: none;
    font-size: 15px;
}

.toast-header {
    padding-top: 14px;
    padding-bottom: 0;
}

.toast-header strong {
    font-size: 16px;
    font-weight: 500;
}

.toast.success .toast-header,
.toast.success .toast-body {
    background-color: #13a96c;
}

.toast.warning .toast-header,
.toast.warning .toast-body {
    background-color: rgb(229 153 40);
}

.toast.error .toast-header,
.toast.error .toast-body {
    background-color: rgb(255 85 119);
}

.toast-header .btn-close::before {
    font-size: 0.75rem;
    font-weight: 400;
    width: 1.5rem;
    height: 1.5rem;
    color: #ffffff;
}

.doc-card .card-img-top {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.doc-card .card-img-top img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.product-thumbnail {
    display: block;
    max-width: 550px;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}
@media (max-width: 991px){
    .product-thumbnail {
        max-width: 100%;
    }
}

.product-thumbnail img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.card-body,
.card-footer {
    padding: 1.25rem;
}

.webinar figcaption i {
    transform: none !important;
}

.doc-card .post-comments::before {
    content: none;
}

.envato-badge {
    display: flex;
    align-items: center;
    gap: 15px;
}

.envato-badge .content .title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #65d41c;
    padding-bottom: 10px;
}

.envato-badge .content .info {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #fff;
}

@media (max-width: 992px) {
    #doc-left-sidebar {
        position: fixed;
        top: 100px;
        left: -250px;
        width: 250px;
        transition: left 0.3s ease;
        z-index: 1050;
        background: white;
        border-right: 1px solid #eee;
        height: calc(100% - 100px);
        overflow-y: auto;
        padding: 8px 12px 12px 12px;
    }

    #doc-left-sidebar.show-sidebar {
        display: block !important;
        left: 0;
    }
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand-lg:not(.hover-none)
    .navbar-nav
    .dropdown:not(.dropdown-submenu):hover
    > .dropdown-menu {
    top: 110%;
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    transition: all 0.25s ease-in-out;
}

.navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu {
    top: 120%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    display: block;
}

.content-thumbnail-sm {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.content-thumbnail-sm img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

/* Common Css Start ***
*********************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    color: #445469;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    transition: 0.3s;
    outline: none;
}
.btn:focus,
button:focus,
.form-control:focus {
    box-shadow: none;
}
.btn,
button {
    outline: none;
}
img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* For Flat UI Icons */
i[class^="fi-rr-"]:before,
i[class=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class="fi-rr-"]:before {
    line-height: unset;
}
/* Common Css End ***
*******************/

/* Design Css Start ***
*********************/
.ci-elite-section {
    background: #000;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 20px;
}
.ci-elite-section::after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../img/homepage/elite-bg-shape.webp) no-repeat scroll center
        center / cover;
}
.elite-image {
    text-align: center;
    width: fit-content;
    margin: 0 auto 24px auto;
}
.elite-image .image {
    width: fit-content;
}
.elite-title {
    font-family: "Sofia Pro";
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.56px;
    background: linear-gradient(180deg, #fff 19.84%, #d3e6ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.elite-img-title-wrap {
    margin-bottom: 86px;
}

.elite-category-card {
    border-radius: 32px;
    border: 1.512px solid rgba(255, 255, 255, 0.43);
    background: radial-gradient(
        151.92% 127.02% at 15.32% 21.04%,
        rgba(211, 237, 243, 0.1) 0%,
        rgba(160, 191, 212, 0.04) 77.08%,
        rgba(123, 167, 207, 0) 100%
    );
    padding: 19px 36px;
    display: block;
    transition: 0.3s;
}
.elite-category-card:hover {
    border-color: #fff;
}
.elite-category-card-logo {
    width: fit-content;
    margin: 0 auto 9.07px auto;
}
.elite-category-card-logo .logo {
    width: 100%;
    max-width: 80px;
    height: auto;
}
.elite-category-card-title {
    color: #f3f3f3;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.316%; /* 24px */
    max-width: 112px;
    margin: 0 auto;
}
.elite-category-cards {
    padding: 0 52px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 52px;
    row-gap: 40px;
}
/* Design Css End ***
*******************/

@media all and (max-width: 1199px) {
    .elite-category-cards {
        grid-template-columns: repeat(4, 1fr);
    }
    .elite-title {
        font-size: 47px;
    }
}
@media all and (max-width: 991px) {
    .elite-category-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .elite-title {
        font-size: 42px;
    }
}
@media all and (max-width: 767px) {
    .elite-category-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .elite-title {
        font-size: 37px;
    }
    .elite-category-card-title {
        font-size: 18px;
    }
}
@media all and (max-width: 575px) {
    .elite-title {
        font-size: 32px;
    }
    .elite-image {
        max-width: 220px;
    }
    .elite-category-card-title {
        font-size: 17px;
    }
}
@media all and (max-width: 450px) {
    .elite-category-cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .elite-category-card {
        max-width: 350px;
        margin: 0 auto;
    }
}

/* new font style ***
*******************/
.section-title {
    font-size: 56px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -.02em;
    color: #000000;

}
.section-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #445469;

}
.ci-btn-primary {
  
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    background: #006aff;
    color: #ffffff;
    font-weight: 400;
    border-radius: 9999px;
    border: 0;
    transition: 0.3s;
    display: inline-flex;
    column-gap: 8px;
    align-items: center;
    justify-content: center;

}
.ci-btn-primary:hover {
    background: #0349E0;
    color: #ffffff;
    box-shadow: none;

}
.ci-btn-primary:active {
    background: #0349E0 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}


/* UR CSS */
.icon-list-item{
    font-size: 18px;
    letter-spacing: -.02em;
    line-height: 130%;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.icon-list-item .icon-list-icon{
    flex: 0 0 24px;
}
.icon-list-item:not(:last-child){
    margin-bottom: 24px;
}
.bg-blue-light{
    background-color: #e8f0ff;
}
/* footer section */
footer.ci-bg-dark{
    background: #000000;
}
.ft-social-link{
    height: 48px;
    width: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    border: 1px solid #445469;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.ft-social-link:hover{
   border-color: #1769ff !important;
}
.text-inverse a:not(.btn):hover{
    color: #1769ff !important;
}
.ft-social-link svg{
    display: block;
}
footer.text-inverse {
    --bs-text-opacity: 1;
    color: #8a95a6 !important;
}

/* hero section */
.hero-sm-title{
    font-size: 16px;
    line-height: normal;
    color: #000;
}
.hero-title {
    font-size: 56px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -.02em;
    color: #000000;

}
.hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 160%;
    color: #445469;
}
.ci-btn-underline{
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 16px;
    line-height: 160%;
    font-weight: 600;
    color: #006aff;
    transition: 0.3s;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #006aff;
}
.ci-btn-underline:hover{
    color: #0349E0;
    border-color: #0349E0;
}
.ci-btn-underline .icon{
    transition: 0.3s;
}
.ci-btn-underline:hover .icon{
    transform: translateX(5px);
}
.ci-video-thumbnail-btn{
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 546 / 406;
    max-width: 546px;
}
.ci-video-thumbnail{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}
.thumbnail-play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 116px;
    aspect-ratio: 1 / 1;
    transition: 0.3s;
}
.ci-video-thumbnail-btn:hover .thumbnail-play-icon{
    transform: translateX(-50%) translateY(-50%) scale(1.08);
}
.hero-left-content{
    /*max-width: 494px;*/
}
.modal-header.video-modal-header .btn-close{
    padding: 0;
    right: 8px;
    top: 8px;
    margin: 0;
    z-index: 1;
    display: none;
}
.video-modal-header{
    padding: 0px;
}
.video-modal-body{
    padding: 0px;
}
.video-modal-body iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
}

/* Responsice */
@media (max-width: 1199px){
    .hero-title {
        font-size: 50px;
    }
    .section-title{
        font-size: 50px;
    }
}
@media (min-width: 990px){
    .nav-dropdown-menu,
    .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu.nav-dropdown-menu {
        display: block !important;
        transition: all 0.25s ease-in-out !important;
    }
}
@media (max-width: 991px){
    .hero-left-content {
        max-width: 100%;
    }
    .hero-title {
        font-size: 42px;
    }
    .section-title {
        font-size: 42px;
    }
    
    /* Menu */
    .nav-dropdown-menu,
    .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu.nav-dropdown-menu {
        position: unset;
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        display: none;
        transition: 0s !important;
    }
    .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-menu.nav-dropdown-menu{
        transition: 0s !important;
    }
}
@media (max-width: 767px){
    .hero-title {
        font-size: 36px;
    }
    .section-title {
        font-size: 36px;
    }
}
@media (max-width: 575px){
    .hero-title {
        font-size: 28px;
    }
    .section-title {
        font-size: 28px;
    }
    .ci-video-thumbnail-btn {
        border-radius: 20px;
    }
}
@media (max-width: 450px){
    .video-modal-body {
        padding: 20px 16px 20px 16px;
    }
}

/* Diff card css */
.diff-gradient-card{
    position: relative;
    padding: 40px 30px 30px 30px;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(36deg, #D3FFDB 1.8%, #E6FFF9 64.88%);
    box-shadow: rgba(30, 34, 40, .01) 0 2px 1px, rgba(30, 34, 40, .01) 0 4px 2px, rgba(30, 34, 40, .01) 0 8px 4px, rgba(30, 34, 40, .01) 0 16px 8px, rgba(30, 34, 40, .02) 0 32px 16px !important;
}
.diff-gradient-1{
    background: linear-gradient(36deg, #D3FFDB 1.8%, #E6FFF9 64.88%);
}
.diff-gradient-2{
    background: linear-gradient(345deg, #FAFFC1 10.85%, #FDFFE4 75.41%);
}
.diff-gradient-3{
    background: linear-gradient(180deg, #F0F6FF 24.13%, #BAD1FF 99.82%);
}
.diff-gradient-4{
    background: linear-gradient(129deg, #FFF0F0 50.93%, #FFC5BC 98.94%);
}
.diff-gradient-5{
    background: linear-gradient(127deg, #FAFFFC 25.52%, #DDFFEB 73.73%);
}
.diff-gradient-6{
    background: linear-gradient(176deg, #FCFBFF 3.18%, #D9DBFF 86.56%);
}
.diff-gradient-7{
    background: linear-gradient(180deg, #FFFEFA 0.18%, #FDF7C9 99.82%);
}
.dg-card-title{
    text-align: center;
    margin-bottom: 16px;
}
.dg-card-subtitle{
    text-align: center;
    max-width: 679px;
    margin: 0 auto 20px auto;
}
.swiper-container .swiper .dg-card-vector{
    max-width: 300px;
    max-height: 300px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}
@media screen and (max-width: 1399px){
    .diff-gradient-card{
        padding: 40px 30px 30px 30px;
    }
}
@media screen and (max-width: 1199px){
    .diff-gradient-card{
        padding: 35px 24px 30px 24px;
    }
}
@media screen and (max-width: 991px){
    .diff-gradient-card{
        padding: 30px 20px 24px 20px;
    }
}

/* Pricing */
.pricing-list-icon{
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Product list */
.sales-info-list{
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
}
.sales-info-listitem{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 4px;
}
.sales-info-listitem h6{
    margin-top: 1px;
}
.svg-block{
    display: block;
    width: fit-content;
}
.svg-block svg{
    display: block;
}
.sales-info-stars{
    display: flex;
    align-items: center;
    column-gap: 4px;
}

/* Product Details */
.max-w-575px{
    max-width: 575px;
}

/* Bento Card */
.bento-card-body{
    padding: 32px 16px;
    min-height: 162px;
}
.bento-card2{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bento-card1-vector{
    margin-bottom: 26px;
    margin-top: -16px;
}
.bento-card2-vector{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.bento-title-wrap1{
    max-width: 250px;
}
.bento-title-wrap1 .display-6{
    margin-bottom: 8px;
}
.text-black{
    color: #000000 !important;
}
.bento-card3 .display-6{
    margin-bottom: 18px;
}
.bento-card3-2 .display-6{
    margin-bottom: 26px;
}
.bento-card3-2-vector,
.bento-card3-vector{
    margin-bottom: -32px;
}
.bento-card4-vector{
    margin-top: -32px;
    margin-bottom: 34px;
}
.bento-card4-2-vector{
    margin-top: -32px;
    margin-bottom: 17px;
}
.bento-card3-2-vector svg,
.bento-card6-vector svg,
.bento-card4-vector svg{
    max-width: 100%;
}
.bg-soft-brown{
    background: #FEF3E4;
}
.bento-card5-vector{
    margin-bottom: -22px;
}
.bento-card6-vector{
    margin-top: -8px;
    margin-bottom: 26px;
}
.bento-title-wrap2{
    max-width: 254px;
    position: relative;
}
.bento-title-wrap3 .display-6,
.bento-title-wrap2 .display-6{
    margin-bottom: 8px;
}
.bento-title-wrap3 p,
.bento-title-wrap1 p,
.bento-title-wrap2 p{
    line-height: 128.571%; 
}
.bento-card8-vector{
    margin-top: -8px;
    margin-bottom: 14px;
}
.bento-card7-vector{
    margin-top: -18px;
    margin-bottom: -16px;
}
.bento-title-wrap3{
    max-width: 194px;
}
.bento-card9{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bento-card9-vector{
    position: absolute;
    right: 0;
    bottom: 0;
}
.bento-card11-vector{
    margin-top: -6px;
    margin-bottom: 24px;
}
.bento-card10,
.bento-card12{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bento-card10-vector,
.bento-card12-vector{
    position: absolute;
    right: 0;
    bottom: 0;
}
/* LMS Laravel */
.bento-card13-vector{
    margin-bottom: 6px;
    margin-left: -16px;
    margin-top: -32px;
}
.bento-card5-2-vector{
    margin-right: -4px;
    margin-top: 8px;
    margin-bottom: -20px;
}
.bento-card5-2 .bento-card-body{
    padding-bottom: 12px;
}
.bento-card6-2-vector{
    margin-top: -20px;
}
.bento-card6-2 .bento-card-body{
    padding-bottom: 30px;
}
.bento-card6-2 .display-6{
    margin-top: -6px;
}
.bento-card7-2{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bento-card7-2 .bento-card-body{
    padding-right: 145px;
}
.bento-card7-2-vector{
    position: absolute;
    right: 20px;
    bottom: 0;
}
.bento-card10-2{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bento-card10-2 .bento-card-body{
    padding-right: 87px;
}
.bento-card10-2-vector{
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.bento-card9-2{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bento-card9-2 .bento-card-body{
    padding-bottom: 20px;
}
@media screen and (max-width: 575px){
    .bento-card7-2-vector,
    .bento-card9-vector,
    .bento-card2-vector,
    .bento-card7-vector{
        display: none;
    }
    .bento-title-wrap3,
    .bento-title-wrap1,
    .bento-title-wrap2{
        max-width: 100%;
    }
    .bento-card7-2 .bento-card-body{
        padding-right: 0px;
    }
}

/* Addon Card */
.addon-card-body{
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    column-gap: 16px;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
}
.addon-card-banner{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    display: block;
}
.addon-card-banner .banner{
    width: 100%;
    transition: .3s;
    border-radius: 10px !important;
}
.addon-card-body:hover .addon-card-banner .banner{
    transform: scale(1.05);
}
.addon-card-body .display-5{
    display: block;
    margin-bottom: 8px;
    color: #000000;
    transition: .3s;
}
.addon-card-body .display-5:hover{
    color: #445469;
}
.addon-card-body .fs-14{
    line-height: 128.571%;
}
.extra-addon{
    display: none;
}

/* Support Button */
.fixed-support-button{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}
@media screen and (max-width: 575px){
    .fixed-support-button {
        right: 12px;
        bottom: 12px;
    }
}





