*{margin:0;padding:0;box-sizing:border-box;}
body{
    font-family:'Museo Sans Condensed',sans-serif;
    background:#f5f7fa;
    color:#333;
    font-size:14.5px;
    line-height:1.6;
}
a{text-decoration:none;}
.soft-card,.trending-item,.cat-card{text-decoration:none;color:inherit;}
.soft-card:hover,.trending-item:hover,.cat-card:hover{text-decoration:none;}

h1,h2,h3,h4,.logo-top,.section-title,.hero-title,.software-name,.stat-num,.page-title{
    font-family:'Museo Sans Condensed',sans-serif;
}
.wrapper{max-width:1380px;margin:0 auto;padding:24px 20px;}

/* ===== SEARCH STRIP ===== */
.search-strip-bar{
    background:#fff;
    border-bottom:2px solid #eaecf5;
    padding:10px 24px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
}

.search-label-outer{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:16px;
    font-weight:700;
    color:#27ae60;
    flex-shrink:0;
}

.search-label-icon{
    font-size:30px;
    display:flex;
    align-items:center;
}

.search-label-text{
    white-space:nowrap;
    font-family:'Poppins',sans-serif;
    color:#27ae60;
}

.search-strip-form{
    flex:1;
    max-width:700px;
}

.search-bar-main{
    display:flex;
    align-items:center;
    background:#f4f6fb;
    border:1.5px solid #e0e4ef;
    border-radius:10px;
    overflow:visible;
    height:45px;
    width:100%;
    position:relative;
}

.search-bar-main input{
    border:none;
    background:none;
    outline:none;
    font-size:14px;
    flex:1;
    padding:0 18px;
    height:100%;
    color:#1a1a2e;
    border-radius:10px 0 0 10px;
}

.search-bar-main input::placeholder{
    color:#bbb;
}

.search-cat-dropdown{
    display:flex;
    align-items:center;
    gap:7px;
    padding:0 14px;
    border:none;
    outline:none;
    box-shadow:none;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    border-left:1.5px solid #e0e4ef;
    height:100%;
    cursor:pointer;
    font-size:13px;
    font-weight:700;
    color:#fff;
    background:linear-gradient(135deg,#27ae60,#2ecc71);
    white-space:nowrap;
    position:relative;
    user-select:none;
    flex-shrink:0;
    border-radius:0 10px 10px 0;
    overflow:visible;
}

.search-cat-dropdown:hover{
    background:linear-gradient(135deg,#219a52,#27ae60);
    border:none;
    outline:none;
    box-shadow:none;
}

.search-cat-dropdown:focus,
.search-cat-dropdown:active,
.search-cat-dropdown:focus-visible{
    border:none;
    outline:none;
    box-shadow:none;
}

.search-cat-dropdown::-moz-focus-inner{
    border:0;
    padding:0;
}

.search-cat-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}

.search-dd-arrow{
    font-size:10px;
    color:rgba(255,255,255,.7);
    margin-left:2px;
}

.search-dd-label{
    display:flex;
    align-items:center;
    gap:6px;
    pointer-events:none;
}

.search-dd-label img{
    display:block;
    width:15px;
    height:15px;
    object-fit:contain;
}

.search-dd-arrow{
    font-size:10px;
    color:rgba(255,255,255,.75);
    margin-left:2px;
    transition:transform .18s ease;
    pointer-events:none;
}

.search-cat-dropdown.open .search-dd-arrow{
    transform:rotate(180deg);
}

.search-dd-menu{
    display:none;
    position:absolute;
    top:calc(100% + 8px);
    right:0;
    min-width:150px;
    background:#fff;
    border:1.5px solid #e0e4ef;
    border-radius:12px;
    box-shadow:0 10px 28px rgba(0,0,0,.12);
    z-index:999;
    overflow:hidden;
    padding:6px 0;
}

.search-dd-menu.open{
    display:block;
}

.search-dd-item{
    width:100%;
    border:none;
    background:#fff;
    padding:10px 14px;
    font-size:14px;
    font-weight:500;
    color:#444;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:9px;
    transition:background .15s,color .15s;
    text-align:left;
}

.search-dd-item img{
    width:14px;
    height:14px;
    object-fit:contain;
    flex-shrink:0;
}

.search-dd-item:hover{
    background:#f4f6fb;
    color:#27ae60;
}

.search-dd-item.active{
    background:#edfbf3;
    color:#27ae60;
    font-weight:700;
}

/* ===== STATS STRIP ===== */
.stats-strip{
    background:#f0faf5;
    border-bottom:1px solid #b8ead0;
    padding:8px 28px;
    display:flex;
    justify-content:center;
    overflow-x:auto;
}

.stats-inner{
    display:flex;
    align-items:center;
    gap:0;
}

.stat{
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 18px;
}

.stat-divider{
    width:1px;
    height:22px;
    background:#b8ead0;
    flex-shrink:0;
}

.stat-icon{
    font-size:15px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
}

.stat-inline{
    display:flex;
    align-items:center;
    gap:6px;
    flex-wrap:nowrap;
}

.stat-num{
    font-size:14px;
    font-weight:400;
    color:#1a5c34;
    white-space:nowrap;
}

.stat-label{
    font-size:14px;
    color:#4a8c62;
    font-weight:500;
    white-space:nowrap;
}

.stat-updated{
    font-size:13px;
    color:#27ae60;
    font-weight:500;
    white-space:nowrap;
    background:#edfbf3;
    padding:2px 8px;
    border-radius:20px;
    margin-right:6px;
}

/* ===== HERO ===== */
.hero-box{
    position:relative;
    display:block;
    background:#fff;
    border-radius:16px;
    box-shadow:0 4px 24px rgba(0,0,0,.10);
    overflow:visible;
    min-height:290px;
    margin-top:25px;
    margin-bottom:24px;
}

.hero-left{
    position:absolute;
    top:-23px;
    left:45px;
    width:270px;
    min-width:270px;
    background:#f4f7f4;
    padding:16px 0;
    display:flex;
    flex-direction:column;
    border-radius:10px;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    z-index:5;
    overflow:hidden;
}

.hero-left::before,
.hero-left::after{
    content:"";
    position:absolute;
    left:0;
    width:100%;
    background:linear-gradient(135deg,#1a7a45,#27ae60,#2ecc71);
    z-index:0;
}

.hero-left::before{top:0;height:16px;}
.hero-left::after{bottom:0;height:16px;}

.hero-left-list{
    list-style:none;
    position:relative;
    z-index:1;
}

.hero-left-list li{
    position: relative;
    padding:13px 20px;
    font-size:15px;
    color:#444;
    cursor:pointer;
    border-left:3px solid transparent;
    transition:all .18s ease;
    user-select:none;
    background:#f4f7f4;
}

.hero-left-list li + li{
    border-top:1px solid rgba(39,174,96,.28);
}

.hero-left-list li:hover{
    background:#edfbf3;
    color:#27ae60;
    border-left-color:#27ae60;
    font-weight:600;
}

.hero-left-list li.active{
    background:linear-gradient(90deg, #eaf8ef 0%, #f4fbf6 100%);
    color:#1f7a3d;
    border-left-color:#27ae60;
    font-weight:700;
}

.hero-left-list li.active::after{
    content:"";
    position:absolute;
    inset:0;
    box-shadow:inset 0 0 0 1px rgba(39,174,96,.12);
    pointer-events:none;
}

.hero-center{
    position:relative;
    width:100%;
    min-height:290px;
    padding:30px 0 20px 360px;
    border-radius:10px;
    display:flex;
    flex-direction:column;
    gap:6px;
    overflow:visible;
    background:
        radial-gradient(circle at 82% 18%, rgba(255,196,120,.34) 0, rgba(255,196,120,.18) 18%, rgba(255,196,120,0) 42%),
        radial-gradient(circle at 18% 78%, rgba(255,230,160,.14) 0, rgba(255,230,160,.06) 16%, rgba(255,230,160,0) 34%),
        linear-gradient(135deg,#145a32 0%,#1f8b4c 36%,#27ae60 68%,#43c97a 100%);
}

.hero-center-info{
    display:flex;
    flex-direction:column;
    gap:10px;
    width:calc(100% - 380px);
    position:relative;
    z-index:2;
    padding:0 20px 0 14px;
}

.hero-badge{
    display:inline-block;
    background:#E08500;
    color:#fff;
    font-size:10.5px;
    font-weight:700;
    padding:2px 10px;
    border-radius:20px;
    letter-spacing:.8px;
    width:fit-content;
    margin-bottom:2px;
    text-transform:uppercase;
}

.hero-title{
    font-size:28px;
    font-weight:700;
    color:#fff;
    margin-bottom:2px;
}

.hero-desc{
    font-size:15px;
    color:#E0EDD3;
    line-height:1.6;
    margin-bottom:4px;
    max-width:470px;
}

.hero-meta-row{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    margin-bottom:4px;
}

.hero-version,
.hero-size{
    font-size:12px;
    color:#666;
    background:#f0f4f0;
    border-radius:6px;
    padding:2px 8px;
    font-weight:600;
}

.hero-center-shot{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:360px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    z-index:1;
}

.hero-shot-art{
    position:relative;
    width:170px;
    height:230px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
}



.hero-shot-art::before{
    content:"";
    position:absolute;

    width:210px;
    height:70px;

    bottom:80px;

    background:rgba(39,174,96,.35);

    filter:blur(38px);

    z-index:1;
}

.hero-shot-img{
    position:relative;
    z-index:5;

    width:170px;
    height:170px;

    object-fit:cover;

    border-radius:8px;

    box-shadow:0 18px 35px rgba(0,0,0,.28);

    /* Bottom Fade */
    -webkit-mask-image: linear-gradient(
        to bottom,
        #000 0%,
        #000 78%,
        rgba(0,0,0,.7) 88%,
        rgba(0,0,0,.25) 95%,
        transparent 100%
    );

    mask-image: linear-gradient(
        to bottom,
        #000 0%,
        #000 78%,
        rgba(0,0,0,.7) 80%,
        rgba(0,0,0,.25) 85%,
        transparent 97%
    );
}

.hero-screenshot-placeholder{
    width:170px;
    height:170px;
    border-radius:12px;
    background:rgba(255,255,255,.14);
    border:2px solid rgba(255,255,255,.28);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:13px;
    font-weight:600;
    gap:6px;
    text-align:center;
    padding:10px;
}

.hero-shot-base{
    display:none;
}

.hero-center-bar{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:60px;
    background:linear-gradient(135deg,#145a32 0%,#1a7a45 30%,#27ae60 68%,#1a7a45 100%);
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 18px;
    gap:20px;
    overflow:visible;
}

.hero-stars{
    font-size:25px;
    color:#f5a623;
    letter-spacing:2px;
    margin-right:auto;
    margin-left:355px;
    display:flex;
    align-items:center;
    line-height:1;
}

.hero-stars-fill{
    color:#f5a623;
    letter-spacing:2px;
    text-shadow:0 1px 0 rgba(0,0,0,.06);
}

.hero-btns{
    display:flex;
    gap:10px;
    margin-top:0;
    flex-wrap:nowrap;
    margin-right:0;
}

.btn-download{
    background:#0EB500;
    color:#fff;
    border:none;
    padding:10px 30px 30px 30px;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    clip-path:polygon(0 0,100% 0,100% 50%,50% 100%,0 50%);
    transition:background .15s;
    letter-spacing:.3px;
    position:relative;
    z-index:4;
}

.btn-download:hover{
    background:#0f3d22;
}

.btn-buynow{
    background:#e74c3c;
    color:#fff;
    border:none;
    padding:10px 30px 30px 30px;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    clip-path:polygon(0 0,100% 0,100% 50%,50% 100%,0 50%);
    transition:background .15s;
    letter-spacing:.3px;
    position:relative;
    z-index:4;
}

.btn-buynow:hover{
    background:#c0392b;
}

/* ===== LAYOUT ===== */
.two-col{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:18px;
    align-items:start;
}

.left-col,
.right-col{
    display:flex;
    flex-direction:column;
    gap:18px;
    min-width:0;
}

/* ===== BOXES ===== */
.box{
    background:#fff;
    border-radius:16px;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
    padding:20px;
    overflow:hidden;
    max-width:100%;
}

.box-featured{
    border-left:4px solid #27ae60;
    background:#fff !important;
    background-image:none !important;
}

#box-featured,
#box-latest,
#box-popular{
    background:#fff !important;
    background-image:none !important;
}

.box-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:16px;
    gap:12px;
}

.box-link{
    background:#edfbf3;
    color:#27ae60;
    font-size:12px;
    font-weight:600;
    padding:6px 14px;
    border-radius:3px;
    text-decoration:none;
}

.box-unique-heading{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:12px;
}

.box-unique-icon{
    font-size:19px;
}

.box-unique-text{
    font-size:22px;
    font-weight:800;
    background:linear-gradient(90deg,#1a7a3c,#27ae60,#2ecc71);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    letter-spacing:.2px;
}

.box-unique-underline{
    height:3px;
    width:50px;
    background:linear-gradient(90deg,#27ae60,#2ecc71);
    border-radius:4px;
    margin-top:2px;
}

/* ===== SOFTWARE CARDS ===== */
.soft-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.soft-card{
    background:#f9fbff;
    border:1px solid #eaecf5;
    border-radius:14px;
    padding:14px;
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:14px;
    transition:all .2s;
    min-width:0;
}

.soft-card:hover{
    box-shadow:0 6px 20px rgba(46,204,113,.12);
    border-color:#b8ead0;
}

.soft-card-top{
    display:flex;
    align-items:center;
    gap:12px;
    flex:1;
    min-width:0;
}

.soft-icon{
    width:33px;
    height:33px;
    border-radius:12px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.soft-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.soft-info{
    flex:1;
    min-width:0;
}

.soft-name{
    font-size:20px;
    font-weight:700;
    color:#00732c;
    line-height:1.25;
    margin-bottom:5px;
}

.soft-desc{
    font-size:14px;
    color:#00732c;
    line-height:1.35;
}

.soft-cat{
    display:inline-flex;
    align-items:center;
    gap:2px;
    font-size:13px;
    font-weight:400;
    padding:0;
    background:transparent;
    color:#27ae60;
    width:fit-content;
}

.soft-card-right{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    flex-shrink:0;
    min-width:72px;
}

.soft-size{
    display:inline-flex;
    align-items:center;
    gap:2px;
    font-size:13px;
    font-weight:400;
    color:#7dba9a;
}

.soft-dlcount{
    font-size:12px;
    font-weight:400;
    color:#aaa;
    display:flex;
    align-items:center;
    margin-top:5px;
}

.popular-stars{
    color:#27ae60;
    font-size:13px;
}

.popular-count{
    font-size:11px;
    color:#999;
    margin-left:4px;
}

/* ===== TRENDING ===== */
.trending-box{
    background:#fff !important;
    background-image:none !important;
    border-left:none !important;
}

.trending-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.trending-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px;
    background:#f9fbff;
    border-radius:14px;
    border:1px solid #eaecf5;
    position:relative;
    overflow:hidden;
}

.trend-icon-bg {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background:linear-gradient(135deg,#d3b6d8, #d2d5b9);
    border: 1px solid #e4f3e9;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.08);
    transition: all .25s ease;
}

.trending-item:hover .trend-icon-bg {
    background: linear-gradient(135deg, #d8d7b6, #b9d0d5);
    border-color: #bfe8cb;
    box-shadow: 0 8px 18px rgba(39, 174, 96, 0.15);
}

.trend-icon-img {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

.trend-icon-placeholder {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #27ae60, #79d89d);
}

.trend-mini-badge{
    position:absolute;
    top:-1px;
    right:212px;
    z-index:3;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:24px;
    height:14px;
    padding:0 6px;
    border-radius:10px;
    background:linear-gradient(135deg,#27ae60,#2ecc71);
    color:#fff;
    font-size:8px;
    font-weight:800;
    letter-spacing:.3px;
    box-shadow:0 3px 8px rgba(39,174,96,.28);
}

.trend-info{
    flex:1;
    min-width:0;
}

.trend-name{
    font-size:14px;
    font-weight:600;
    color:#1a5c34;
    line-height:1.25;
}

.trend-desc{
    font-size:11px;
    color:#7dba9a;
}

.trend-right{
    text-align:right;
}

.trend-stars{
    color:#f5a623;
    font-size:13px;
}

.trend-count{
    font-size:11px;
    color:#7dba9a;
}

/* ===== CATEGORIES ===== */
.cat-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.cat-card{
    background:#f9fbff;
    border:1.5px solid #eaecf5;
    border-radius:14px;
    padding:14px 10px;
    text-align:center;
    cursor:pointer;
    transition:all .2s;
}

.cat-card:hover{
    background:#edfbf3;
    border-color:#b8ead0;
}

.cat-icon-wrap{
    width:52px;
    height:52px;
    border-radius:14px;
    background:linear-gradient(135deg, #b6c4d8, #d5d0b9);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 10px;
    font-size:24px;
}

.cat-icon-wrap:hover {
    background: linear-gradient(135deg, #b9d8b6, #c8b9d5);
    border-color: #bfe8cb;
    box-shadow: 0 8px 18px rgba(39, 174, 96, 0.15);
}

.cat-name{
    font-size:12px;
    font-weight:600;
    color:#444;
}

/* ===== FOOTER ===== */
.footer-main{
    background:#fff;
    border-top:1px solid #eee;
    padding:32px 32px;
    margin-top:40px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
    gap:0;
}

.footer-bottom{
    background:#f9fbff;
    border-top:1px solid #eee;
    padding:14px 32px;
    font-size:12px;
    color:#aaa;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* ===== MOBILE ===== */
@media (max-width:768px){
    .wrapper{
        padding-left:12px;
        padding-right:12px;
    }

    .hero-left{
        display:none !important;
    }

    .hero-box{
        display:block !important;
        min-height:auto;
        overflow:hidden;
        border-radius:16px;
    }

    .hero-center{
        width:100%;
        padding:16px 14px 88px 14px !important;
        display:flex;
        flex-direction:column;
        gap:10px;
        position:relative;
    }

    .hero-center-info{
        width:100% !important;
        padding:0 !important;
        gap:8px;
    }

    .hero-title{
        font-size:22px !important;
        line-height:1.25;
    }

    .hero-desc{
        font-size:13.5px !important;
        line-height:1.55;
        max-height:none;
    }

    .hero-center-shot{
        position:static !important;
        width:100% !important;
        display:flex;
        justify-content:center;
        align-items:center;
        margin-top:8px;
        padding:0 !important;
    }

    .hero-shot-img{
        width:100%;
        max-width:220px;
        height:auto !important;
        margin:0 auto;
    }

    .hero-center-bar{
        position:static !important;
        height:auto !important;
        min-height:auto;
        margin-top:14px;
        padding:12px;
        flex-wrap:wrap;
        justify-content:center;
        gap:12px;
    }

    .hero-stars{
        margin:0 !important;
        font-size:24px !important;
        text-align:center;
        width:100%;
    }

    .hero-btns{
        width:100%;
        margin:0 !important;
        justify-content:center;
        flex-wrap:nowrap;
        gap:10px;
    }

    .btn-download,
    .btn-buynow{
        padding:10px 18px !important;
        font-size:13px !important;
        clip-path:none !important;
        border-radius:12px !important;
    }

    .two-col{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:16px !important;
    }

    .left-col,
    .right-col{
        width:100%;
        min-width:0;
        gap:16px;
    }

    .box{
        padding:16px !important;
        border-radius:14px;
    }

    .box-header{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
        margin-bottom:16px;
    }

    .soft-grid{
        grid-template-columns:1fr !important;
        gap:12px !important;
    }

    .soft-card{
        width:100%;
        min-width:0;
        padding:14px 12px !important;
        border-radius:14px;
    }

    .soft-name{
        font-size:16px !important;
        line-height:1.35;
        word-break:break-word;
    }

    .soft-desc,
    .soft-dlcount,
    .soft-size{
        font-size:11px !important;
    }

    .cat-grid{
        grid-template-columns:1fr 1fr !important;
        gap:10px !important;
    }

    .cat-card{
        padding:14px 8px !important;
    }

    .search-strip-bar{
        flex-direction:column;
        align-items:stretch;
        padding:12px !important;
        gap:10px !important;
    }

    .search-label-outer{
        justify-content:center;
    }

    .search-strip-form{
        width:100%;
        max-width:100%;
    }

    .search-bar-main{
        width:100% !important;
        max-width:100% !important;
    }

    .search-cat-dropdown{
        padding:0 12px !important;
        font-size:12px !important;
    }
}

/* ===== SECTION WISE ICON BOX ===== */
.box-featured .soft-card .soft-icon,
#box-featured .soft-card .soft-icon{
    width:70px;
    height:70px;
    border-radius:12px;
    background:linear-gradient(135deg,#add2b1,#c4becf);
    padding:0;
    flex:0 0 70px;
    display:flex;
    align-items:center;
    justify-content:center;
}

#box-latest .soft-card .soft-icon,
.box-latest .soft-card .soft-icon,
#box-latest .latest-card .soft-icon,
.box-latest .latest-card .soft-icon{
    width:70px;
    height:70px;
    border-radius:12px;
    background:linear-gradient(135deg,#b6d8be,#b9c0d5);
    padding:0;
    flex:0 0 70px;
    display:flex;
    align-items:center;
    justify-content:center;
}

#box-popular .soft-card .soft-icon,
.box-popular .soft-card .soft-icon,
#box-popular .popular-card .soft-icon,
.box-popular .popular-card .soft-icon{
    width:70px;
    height:70px;
    border-radius:12px;
    background:linear-gradient(135deg,#b6d8be,#d5c0b9);
    padding:0;
    flex:0 0 70px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.box-featured .soft-card .soft-icon img,
#box-featured .soft-card .soft-icon img,
#box-latest .soft-card .soft-icon img,
.box-latest .soft-card .soft-icon img,
#box-latest .latest-card .soft-icon img,
.box-latest .latest-card .soft-icon img,
#box-popular .soft-card .soft-icon img,
.box-popular .soft-card .soft-icon img,
#box-popular .popular-card .soft-icon img,
.box-popular .popular-card .soft-icon img{
    width:40px;
    height:40px;
    object-fit:contain;
    border-radius:0;
    display:block;
}

