﻿.life-let {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: #fff;
    overflow: hidden;
    position: relative;
}


.life-let-item {
    position: relative;
    z-index: 2;
    padding: 45px 32px 40px 32px;
    border-left: 2px solid rgba(255, 255, 255, .22);
    box-sizing: border-box;
}


.life-let-item:nth-child(2),
.life-let-item:nth-child(4) {
    padding-top: 137px;
}

.life-let-icon {
    margin-bottom: 32px;
}

.life-let-icon img {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.life-let-item h3 {
    font-size: 1.4rem;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin: 0 0 18px 0;
}

.life-let-item p {
    font-size: 15px;
    line-height: 1.28;
    letter-spacing: .6px;
    margin: 0;
    color: rgba(255, 255, 255, .96);
}


.lifebox1 {
    display: flex;
    align-items: center;
    gap: 64px;
    color: #ffffff;
}

.lifebox1-img {
    width: 52%;
    border-radius: 8px;
    overflow: hidden;
}

.lifebox1-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.lifebox1-info {
    width: 48%;
    box-sizing: border-box;
}

.lifebox1-info h2 {
    margin: 0 0 34px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
}

.lifebox1-info p {
    max-width: 610px;
    margin: 0 0 20px 0;
    color: rgba(255,255,255,.95);
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .3px;
}

.lifebox1-info p:last-child {
    margin-bottom: 0;
}


.lifebox2 {
    display: flex;
    align-items: center;
    gap: 64px;
    color: #ffffff;
}

.lifebox2-info {
    width: 48%;
    box-sizing: border-box;
}

.lifebox2-info h2 {
    margin: 0 0 38px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 4px;
}

.lifebox2-info p {
    max-width: 620px;
    margin: 0 0 20px 0;
    color: rgba(255,255,255,.95);
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: .3px;
}

.lifebox2-info p:last-child {
    margin-bottom: 0;
}

.lifebox2-img {
    width: 52%;
    border-radius: 8px;
    overflow: hidden;
}

.lifebox2-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.inven-botinfo {
    color: #ffffff;
}

.inven-botinfo h2 {
    margin: 0 0 32px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 1px;
}

.inven-botinfo p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.45;
}


.inventory-solutions {
    color: #ffffff;
}

.inventory-solutions-info {
    margin-bottom: 34px;
}

.inventory-solutions-info h2 {
    margin: 0 0 18px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 1px;
}

.inventory-solutions-lead {
    margin: 0 0 30px 0;
    color: rgba(255,255,255,.95);
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .6px;
}

.inventory-solutions-text p {
    margin: 0 0 5px 0;
    color: rgba(255,255,255,.96);
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: .6px;
}

.inventory-solutions-text p:first-child {
    max-width: 980px;
    margin-bottom: 30px;
}

.inventory-sell {
    position: relative;
    min-height: 286px;
}

.inventory-sell-bg {
    width: 80%;
    height: 286px;
    overflow: hidden;
}

.inventory-sell-bg img {
    display: block;
    width: 100%;
    height: 100%; border-radius: 8px  0 0 8px;
    object-fit: cover;
}

.inventory-sell-text {
    position: absolute;
    left: 52px;
    top: 70px; width:40%;
    z-index: 2;
    color: #ffffff;
}

.inventory-sell-text h3 {
    margin: 0 0 26px 0;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 1px;
}

.inventory-sell-text p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .5px;
}

.inventory-sell-btns {
    position: absolute;
    right: 0;
    top: 88px;
    z-index: 3;
    width: 220px;
}

.inventory-sell-btns a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    padding: 0 24px;
    box-sizing: border-box;
    border-radius: 28px;
    color: #ffffff;
    font-size: 16px;
    line-height: 46px;
    text-decoration: none;
    letter-spacing: .3px;
    transition: all .25s ease;
}

.inventory-sell-btns a:first-child {
    margin-bottom: 16px;
    background: #00a8f4;
    border: 1px solid #00a8f4;
}

.inventory-sell-btns a:last-child {
    background: transparent;
    border: 1px solid rgba(0,207,174,.85);
}

.inventory-sell-btns a:hover {
    transform: translateX(5px);
}

.inventory-sell-btns a i {
    font-size: 18px;
}


.life-lettitle h2{ color:#fff; font-size:2rem; line-height:42px; margin-bottom:30px;}

.sectionbg1 {
    width: 98%;
    padding-bottom: 50px;
    background: #1c4e88;
    border-radius: 8px; margin-top:15px;
}

.section-title {
    line-height: 40px;
    padding: 50px 0 30px 0;
    color: #fff;
}

.section-title h2 {
    font-size: 2rem;
    font-weight: 700;
}

.section-title a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    color: #fff;
    padding: 0 20px;
    font-size: 1rem;
    background: linear-gradient(90deg, #00CFAA 0%, #00A4FD 100%);
}

.section-title a i {
    margin-left: 18px;
}

.section-title a:hover {
    background: linear-gradient(90deg, #00A4FD 0%, #00CFAA 100%);
}

/* Popular Categories */
.section-products-cat {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.products-cat-item {
    min-height: 140px;
    background: #fff;
    border-radius: 8px;
    padding: 26px 28px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.products-cat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.products-cat-img {
    width: 120px;
    flex-shrink: 0;
}

.products-cat-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.products-cat-info {
    width: calc(100% - 120px);
    padding-left: 20px;
    box-sizing: border-box;
}

.products-cat-info h3 {
    min-height: 52px;
    font-size: 1.1rem;
    line-height: 1.25;
    color: #151515;
    margin-bottom: 20px;
}

.products-cat-info a {
    display: inline-flex;
    align-items: center;
    color: #111;
    font-size: 1rem;
}

.products-cat-info a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    margin-left: 45px;
    border-radius: 50%;
    border: 1px solid #1c4e88;
    transition: all .3s ease;
}

.products-cat-info a span i {
    font-size: 10px;
    background: linear-gradient(90deg, #00CFAA 0%, #00A4FD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.products-cat-item:hover .products-cat-info a {
    color: #00A4FD;
}

.products-cat-item:hover .products-cat-info a span {
    border-color: #00A4FD;
    background: linear-gradient(90deg, #00CFAA 0%, #00A4FD 100%);
}

.products-cat-item:hover .products-cat-info a span i {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #fff;
    color: #fff;
}


.who-title{ width:100%; text-align:center; padding-bottom:30px;}
.who-title em{ display:block; color:#00A4FD; font-size:1.3rem; line-height:42px;}
.who-title h2{ color:#fff; font-size:2rem; line-height:46px;}

/* mobile */
@media screen and (max-width: 768px) {
    .life-let {
        grid-template-columns: repeat(2, 1fr);
        min-height: auto;
    }

    .life-let-item {
        padding: 35px 22px;
        border-left: 1px solid rgba(255, 255, 255, .2);
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .life-let-item:nth-child(2),
    .life-let-item:nth-child(4) {
        padding-top: 35px;
    }

    .life-let-icon {
        margin-bottom: 22px;
    }

    .life-let-icon img {
        width: 52px;
        height: 52px;
    }

    .life-let-item h3 {
        font-size: 21px;
    }

    .life-let-item p {
        font-size: 14px;
        line-height: 1.45;
    }
	
 .lifebox1 {
        display: block;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .lifebox1-img,
    .lifebox1-info {
        width: 100%;
    }

    .lifebox1-img {
        margin-bottom: 24px;
    }

    .lifebox1-info h2 {
        margin-bottom: 18px;
        font-size: 1.7rem;
        line-height: 1.4;
    }

    .lifebox1-info p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.7;
    }	
	
 .lifebox2 {
        display: block;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .lifebox2-info,
    .lifebox2-img {
        width: 100%;
    }

    .lifebox2-info {
        margin-bottom: 24px;
    }

    .lifebox2-info h2 {
        margin-bottom: 18px;
        font-size: 1.7rem;
        line-height: 1.4;
        letter-spacing: 2px;
    }

    .lifebox2-info p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.7;
    }

    .lifebox2-img img {
        width: 100%;
        height: auto;
    }	
	
	    .inven-botinfo {
	        padding: 0 15px;
	        box-sizing: border-box;
	    }
	
	    .inven-botinfo h2 {
	        margin-bottom: 18px;
	        font-size: 1.7rem;
	        line-height: 1.4;
	        letter-spacing: .5px;
	    }
	
	    .inven-botinfo p {
	        font-size: 14px;
	        line-height: 1.7;
	        letter-spacing: .2px;
	    }
	
.inventory-solutions-info {
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 28px;
    }

    .inventory-solutions-info h2 {
        font-size: 1.7rem;
        line-height: 1.4;
    }

    .inventory-solutions-lead,
    .inventory-solutions-text p {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: .2px;
    }

    .inventory-sell {
        width: calc(100% - 30px);
        min-height: auto;
        padding: 0 15px 28px 15px;
        box-sizing: border-box;
    }

    .inventory-sell-bg {
        width: 100%;
        height: auto;
    }

    .inventory-sell-bg img {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

    .inventory-sell-text {
        position: relative;
        left: auto;
        top: auto; width:100%;
        padding: 24px 0 20px 0;
    }

    .inventory-sell-text h3 {
        margin-bottom: 16px;
        font-size: 23px;
    }

    .inventory-sell-text p {
        font-size: 14px;
        line-height: 1.65;
    }

    .inventory-sell-text p br {
        display: none;
    }

    .inventory-sell-btns {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
    }

    .inventory-sell-btns a {
        width: 100%;
        max-width: 220px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
    }	

    .life-lettitle h2{  font-size:1.4rem; line-height:32px; margin-bottom:10px;}

 .sectionbg1 {
	        width: 100%;
	        padding-bottom: 30px;
	        border-radius: 0;
	    }
	
	    .section-title {
	        padding: 20px 0;
	        line-height: 34px;
	        box-sizing: border-box;
	    }
	
	    .section-title h2 {
	        font-size: 1.2rem;
	    }
	
	    .section-title a {
	        height: 34px;
	        line-height: 34px;
	        padding: 0 14px;
	        font-size: .9rem;
	    }
	
	    .section-title a i {
	        margin-left: 10px;
	    }
	
	    .section-products-cat {
	        width: 100%;
	        padding: 0 15px;
	        box-sizing: border-box;
	        grid-template-columns: repeat(2, 1fr);
	        gap: 12px;
	    }
	
	    .products-cat-item {
	        min-height: 150px;
	        padding: 18px 12px;
	        flex-direction: column;
	        align-items: flex-start;
	    }
	
	    .products-cat-img {
	        width: 72px;
	        height: 55px;
	        margin-bottom: 12px;
	    }
	
	    .products-cat-img img {
	        max-height: 55px;
	        object-fit: contain;
	    }
	
	    .products-cat-info {
	        width: 100%;
	        padding-left: 0;
	    }
	
	    .products-cat-info h3 {
	        min-height: 42px;
	        font-size: .95rem;
	        line-height: 1.25;
	        margin-bottom: 12px;
	    }
	
	    .products-cat-info a {
	        font-size: .9rem;
	    }
	
	    .products-cat-info a span {
	        width: 18px;
	        height: 18px;
	        margin-left: 12px;
	    }
	
	    .products-cat-info a span i {
	        font-size: 9px;
	    }

        .who-title{ padding-bottom:20px;}
.who-title em{  font-size:1.1rem; line-height:32px;}
.who-title h2{ font-size:1.4rem; line-height:36px;}

}

