/*
Theme Name: WEBVIP
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1,h2,h3,h4,h5,h6 {
    text-wrap: inherit;
}
#canslim-gate,#canslim-app {
    min-height: 100vh;
}
.header-main {
    justify-content: space-between;
    background: rgba(8, 13, 10, 0.75);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #22c55e1f;
}
#header ul.header-nav.header-nav-main {
    justify-content: center
}

#header ul.header-nav.header-nav-main>li.menu-item {
    margin: 0 20px
}
.hero::after {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.13) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    pointer-events: none;
}
.hero-badge p {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(192, 123, 26, .15);
    border: 1px solid rgba(192, 123, 26, .35);
    padding: .4rem 1rem;
    border-radius: 999px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2.2rem;
    animation: fadeUp .8s ease both;
}
.hero-badge p::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    animation: pulse 2s ease infinite;
}
.tags ul{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1.2rem;
    list-style-type: none;
}
.tags ul li{
	background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.2);
    color: #22c55e;
    font-size: .78rem;
    padding: .3rem .8rem;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: .04em;
    margin: 0;
}
.feat-card > .col-inner{
    background: #0d1410;
    border: 1px solid #22c55e1f;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    transition: border-color .3s, transform .3s;
  }
.feat-card > .col-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #22c55e, transparent);
    opacity: 0;
    transition: opacity .3s;
  }
.feat-card > .col-inner:hover { border-color: rgba(34,197,94,0.3); transform: translateY(-4px); }
.feat-card > .col-inner:hover::before { opacity: 1; }
.chart-line {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 60px;
    margin-bottom: .8rem;
}
.chart-bar {
    flex: 1;
    background: #22c55e1f;
    border-radius: 3px 3px 0 0;
    transition: background .2s;
}
.chart-bar.up {
    background: #22c55e;
}
.feat-card.big .feat-visual {
    background: #22c55e0f;
    border: 1px solid #22c55e1f;
    border-radius: 10px;
}
.iconboxhome{
	display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.2rem;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #22c55e1f;
    background: #0d1410d9;
    transition: border-color .2s;
}
.iconboxhome .icon-box-text p{
	margin-bottom: 0;
}
.person-name {
	color: #fff;
    font-size: 1.25rem;
    margin-bottom: .3rem;
}
.person-title {
    color: #22c55e;
    font-size: .85rem;
    font-weight: 500;
}
.code-badge > p{
    display: inline-block;
    background: #22c55e0f;
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #22c55e;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: .12em;
    padding: .5rem 1.6rem;
    border-radius: 8px;
    margin-bottom: 2.5rem;
}
.vps-cta > .col-inner{
    background: #0d1410;
    border: 1px solid #22c55e1f;
    border-radius: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.vps-cta > .col-inner::before {
    content: '';
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.12) 0%, transparent 65%);
    pointer-events: none;
}
.footer {
    border-top: 1px solid #22c55e1f;
    padding: 3rem 3rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    max-width: 100%;
}
.sec-bottom{
    border-top: 1px solid #22c55e1f;
    padding: 3rem 3rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    max-width: 100%;
}
/*Blog*/
.blog-wrapper > .archive-page-header,.page-title.blog-featured-title {

}
.category .blog-archive.page-wrapper {
    padding-top: 0;
}
.blog-wrapper > .archive-page-header:before,.blog-wrapper > .archive-page-header:before,.page-title.blog-featured-title:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 0%);
    box-sizing: border-box;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.blog-archive h1.page-title{
    font-size: 32px;
    text-transform: capitalize;
    color: #d5aa52;
}
.page-title.blog-featured-title h1.entry-title {
    font-size: 30px;
    position: relative;
    z-index: 2;
}
.page-title.blog-featured-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 0%);
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 1;
}
.blog-wrapper .box.box-text-bottom.box-blog-post.has-hover {
    background: #22c55e0f !important;
    border: 1px solid #22c55e1f;
    overflow: hidden;
}
.blog-wrapper .box-text.text-left {
    padding: 15px;
}
.widget .is-divider {
    margin-top: .66em;
    display: none;
}
.product-hotline,.product-policises-wrapper {
    background: var(--mainColor2);
    border: 2px dotted #dbdbdb;
    line-height: 30px;
    padding: 5px 10px;
}
.badge.post-date.badge-outline {
    width: 90px;
    height: 60px;
}
span.post_comments.op-7.block.is-xsmall {
    display: none;
}
.flex-row.recent-blog-posts.align-top.pt-half.pb-half {
    padding-top: 15px;
}
.recent-blog-posts a {
    font-size: 14px;
}
.type-post h1.entry-title {
    text-align: left
}
.type-post .article-inner.has-shadow .entry-header-text-top {
    padding-top: 0;
    padding-bottom: 0
}
.type-post .entry-divider {

}
.entry-header-text.entry-header-text-top.text-left {
    padding-top: 0;
    padding-bottom: 0;
}
.entry-content {
    padding-top: 5px;
}
#toc_container p.toc_title {
    text-align: left;
}
.blog-wrapper>.archive-page-header {
    padding-top: 30px;
}
.blog-archive .box-image .image-cover {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.box-blog-post .is-divider {
    display: none;
}
.post-item > .col-inner{
    overflow: hidden;
    border-radius: 15px;
    background: #22c55e0f !important;
    border: 1px solid #22c55e1f;
}
/*Blog*/
.recent-blog-posts-li .post_comments{display:none;}
.widget-title {
    background-color: #e9560c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
}
.widget .is-divider {
    margin-top: .66em;
    display: none;
}
.absolute-footer.dark {
    display: none !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}