.category-list ul {
    padding: 0;
}

.sec-ptb {
    padding: 100px 0;
}

.category-list ul li {
    list-style: none;
}

.category-list {
    position: sticky;
    top: 0;
    z-index: 9;
}

.category-list .content-hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.category-list .content-hidden ul {
    list-style-type: none;
    padding-left: 20px;
}

.category-list .content-hidden li {
    margin-bottom: 5px;
}

.category-list .content-hidden a {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.category-list .content-hidden a i {
    margin-right: 5px;
}

.category-list.sidebar-item ul.cat-list ul {
    padding-left: 10px;
    padding-top: 18px;
}

.category-list.sidebar-item ul.cat-list ul li {
    margin-bottom: 18px;
    padding: 0;
    border-radius: 10px;
    border: none;
    background: #fff;
}

.category-list.sidebar-item ul.cat-list ul li a i {
    position: relative;
    float: left;
    font-size: 7px;
    margin-top: 12px;
    transition: all 0.3s linear;
    margin-right: 7px;
}

.category-list.sidebar-item a.clear_btn {
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid rgba(56, 56, 56, 0.12);
    background: #fff;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.app-category-area .list-top {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
    align-items: center;
}

.app-category-area .app-search {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #DFDFE4;
    height: 50px;
    margin: 0px;
    position: relative;
}

.app-category-area .app-search input {
    height: 100%;
    width: 100%;
    padding: 0 44px 0 16px;
    border: 0;
    margin: 0;
    border-radius: 48px;
    background: #fff;
}

.app-category-area .app-search input::placeholder,
.app-category-area .app-search textarea::placeholder {
    color: #4F647E;
    font-size: clamp(0.875rem, 0.8509rem + 0.1205vw, 1rem);
}

.app-category-area .app-search .btn-search {
    position: absolute;
    right: 15px;
    top: 50%;
    display: flex;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    font-size: 18px;
    transition: all .3s;
    color: #000;
    background: transparent;
    border:0px;
}

.app-category-area .view-toggle {
    text-align: end;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.app-category-area .btn {
    background-color: rgba(19, 116, 246, .76);
    border: 1px solid rgba(19, 116, 246, .76) !important;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    margin: 0 5px;
    border-radius: 5px;
}

.app-category-area .btn.active,
.app-category-area .btn:hover {
    background-color: #fff;
    border-color: rgba(19, 116, 246, .76);
    color: rgba(19, 116, 246, .76);
}

.app-category-area #content-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 20px 0;
    gap: 15px;
}

.app-category-area .item {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    margin: 0;
    padding: 30px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all .3s;
    position: relative;
}

.app-category-area .item.style-one {
    display: block;
    transition: all .3s;
    height: calc(100% - 20px);
    min-height: 240px;
    margin-bottom: 20px;
}

.app-category-area .item.style-one .title {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    min-height: 120px;
}

.app-category-area .item .title {
    position: relative;
}

.app-category-area .item.style-one .label {
    position: static;
    display: inline;
    float: left;
    background: transparent;
    border: 1px solid #92be10;
    color: #92be10;
}

.app-category-area .item.style-one .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-category-area .item:hover {
    box-shadow: 0px 4px 24px 0px rgba(30, 43, 58, 0.15) !important;
    transform: translateY(-3px);
}

.app-category-area .item:hover .name {
    color: rgba(19, 116, 246, .76);
}

.app-category-area .item .description,
.app-category-area .item .description p {
    color: #020202;
    transition: all .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: start;
    font-size: 16px;
    line-height: 28px;
}

.app-category-area .item .description a {
    font-size: 16px;
    line-height: 28px;
    color: #92be10;
    text-align: left;
    margin: 5px auto 0;
    float: left;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.app-category-area .item .description a:hover {
    color: #000;
}

.app-category-area .grid-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.app-category-area .grid-view .item {
    width: 49%;
}

.app-category-area .list-view {
    display: block;
}

.app-category-area .list-view .item {
    width: 100%;
    margin-bottom: 10px;
}
.app-category-area .item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 85px;
	min-width: 85px;
	min-height: 85px;
	border-radius: 18px;
	background-color: transparent;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	white-space: nowrap;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.app-category-area #portfolio-list-view {
    gap: 15px;
}

.app-category-area .item .name {
    font-weight: 600;
    transition: all .3s;
    font-size: clamp(1.125rem, 0.6563rem + 1.5vw, 1.5rem);
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: start;
    color: #020202;
    margin-top: 20px;
}

.app-category-area .item .label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: rgba(19, 116, 246, .76);
    z-index: 1;
    border-radius: 8px;
    margin-left: auto;
    margin-bottom: auto;
}

.pagination {
    margin-top: 40px;
    justify-content: center;
}

.pagination ul {
    display: flex;
    column-gap: 14px;
}

.pagination ul li.pagination-item a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(56, 56, 56, 0.12);
    border-radius: 50%;
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 500;
}

.pagination ul li.pagination-item a.active,
.pagination ul li.pagination-item a:hover {
    color: #fff;
    background: rgba(19, 116, 246, .76);
}

.sidebar-item {
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sidebar-item h4.stitle {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
}

.sidebar-item ul.cat-list li {
    margin-bottom: 18px;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid rgba(56, 56, 56, 0.12);
    background: #fff;
}

.sidebar-item ul.cat-list li a {
    position: relative;
    color: var(--thm-black);
    display: block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
}

.sidebar-item ul.cat-list li a i {
    position: relative;
    float: right;
    font-size: 15px;
    margin-top: 8px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-item ul.cat-list li a:hover {
    color: rgba(19, 116, 246, .76);
}

.sidebar-item ul.cat-list li a:hover i {
    -webkit-animation: GoFB 500ms 1;
    animation: GoFB 500ms 1;
}

.sidebar-item ul.cat-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .app-category-area .grid-view .item {
        width: 100%;
    }
}

/* Detail Page */
.app-category-area .icon_box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    min-height: 60px;
    padding: 5px 15px;
    transition: all .3s;
}

.app-category-area .icon_box:hover {
    transform: translateY(-3px);
}

.app-category-area .icon_box.fb_bx {
    background-color: #395498;
    border-radius: 8px;
    color: #395498;
}

.app-category-area .icon_box.fb_bx .icon {
    color: #395498;
}

.app-category-area .icon_box.tw_bx {
    background-color: #000;
    border-radius: 8px;
    color: #fff;
}

.app-category-area .icon_box.tw_bx .icon {
    color: #000;
}

.app-category-area .icon_box.insta_bx {
    background: radial-gradient(circle at 30% 110%, #ffdb8b 0%, #ee653d 25%, #d42e81 50%, #a237b6 75%, #3e5fbc 100%);
    border-radius: 8px;
    color: #fff;
}

.app-category-area .icon_box.insta_bx .icon {
    color: #d6249f;
}

.app-category-area .icon_box.wp_bx {
    background: #3BBF26;
    border-radius: 8px;
    color: #fff;
}

.app-category-area .icon_box.wp_bx .icon {
    color: #3BBF26;
}

.app-category-area .icon_box.in_bx {
    background: #0073b1;
    border-radius: 8px;
    color: #fff;
}

.app-category-area .icon_box.in_bx .icon {
    color: #0073b1;
}

.app-category-area .icon_box .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 8px;
    background: #fff;
}

.app-category-area .icon_box .info {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.relate_article .sec-title {
    position: relative;
    display: block;
    padding-bottom: 18px;
    font-size: 50px;
    line-height: 68px;
}

.relate_article .item {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    margin: 0;
    padding: 30px;
    width: 100%;
    text-align: start;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all .3s;
    position: relative;
    display: block;
    height: calc(100% - 20px);
    min-height: 240px;
    margin-bottom: 20px;
}

.relate_article .item .title .name {
    font-weight: 600;
    transition: all .3s;
    font-size: clamp(1.125rem, 0.6563rem + 1.5vw, 1.5rem);
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: start;
    color: #020202;
    margin: 20px 0;
}

.relate_article .item .label {
    background: transparent;
    border: 1px solid #92be10;
    color: #92be10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 8px;
}

.relate_article .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 18px;
    background-color: #fff;
    color: #fff;
    transition: all .3s;
    letter-spacing: -1px;
}

.relate_article .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relate_article .item:hover {
    box-shadow: 0px 4px 24px 0px rgba(30, 43, 58, 0.15) !important;
    transform: translateY(-3px);
}

.relate_article .item:hover .name {
    color: var(--thm-teal);
}

.relate_article .item .description {
    color: #020202;
    transition: all .3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: start;
    font-size: 16px;
    line-height: 28px;
}

.relate_article .item .description a:hover {
    color: #000;
}

.detail_main .detail_image {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.detail_main .detail_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta .cta_inner {
    background: #1374f6;
    border-radius: 10px;
    padding: 38px 50px;
    overflow: hidden;
    margin-bottom: -68px;
}

.cta .cta_inner .cta-text {
    font-size: 30px;
    color: #fff;
}

.detail_main .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 18px;
    background-color: #fff;
    color: #fff;
    transition: all .3s;
    letter-spacing: -1px;
}

@media (max-width: 1200px) {
    .app-category-area .icon_box {
        margin-bottom: 20px;
    }
}

.actions a {
    padding: 6px 18px;
    border: 1px solid #92be10;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #92be10;
    transition: all 0.2s ease-in-out;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.pad-tb {
    padding-top: 100px;
    padding-bottom: 100px;

}



/* Main wrapper css */
.main-wrapper .sec-title h2 {
    font-size: clamp(1.5rem, 2.4638rem, 2.75rem);
    line-height: 1.2;
    margin: 0 0 24px 0;
    font-weight: 600;
    letter-spacing: -1px;

}

.main-wrapper .sec-title p {
    color: #4f647e;
    margin-bottom: 30px;

}

.main-wrapper .sec-title .compare-list {
    display: flex;
    flex-flow: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0 0 32px;

}

.main-wrapper .sec-title .compare-list li {
    position: relative;
    color: #1f3e46;
    text-align: left;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.9714rem, 1rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px 16px 56px;
    border: 1px solid #f1f4f8;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(94, 123, 158, 0.05);

}

.main-wrapper .sec-title .compare-list li::before {
    content: "\2714";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    top: 15px;
    left: 16px;
    width: 26px;
    height: 26px;
    background-color: #203e45;
    border-radius: 26px;
    background-size: 60%;
    background-color: #278cff;

}

.main-wrapper .sec-title .compare-list li span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: white;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: grey;

}

.main-wrapper .sec-title .compare-list li span:hover {
    border-color: #278cff;
    color: #278cff;

}

.main-wrapper .sec-title .compare-list li [data-tooltip]:hover::after {
    position: absolute;
    content: attr(data-tooltip);
    border-radius: 10px;
    background: #fff;
    color: #666;
    padding: 1em;
    font-size: 12px;
    width: 240px;
    inset: -76px -224px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.137);
    z-index: 999;
    height: max-content;

}

.main-wrapper .sec-title .main-btn {
    border: 0;
    cursor: pointer;
    position: relative;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 48px;
    border-radius: 48px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s;
    text-decoration: none;
    overflow: hidden;
    color: white;
    background: #278cff;

}

.main-wrapper .sec-title .main-btn:hover {
    background: #1664bd;
}

.main-wrapper .img-box {
    display: flex;
    width: 100%;
    position: relative;

}

.main-wrapper .img-box img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    box-shadow: 0px 0px 30px 0px rgba(42, 112, 132, 0.3);

}