.product-section{background-color:#f5f5f5;position:relative}.product-section .product-container{z-index:2;background-color:#101010;flex-direction:column;gap:3rem;display:flex;position:relative}@media (max-width:768px){.product-section .product-container{gap:2rem}}.product-section .bottom-decorator{z-index:1;background:linear-gradient(#fff,#0000);width:100%;height:60px;position:absolute;bottom:0;left:0}.product-section .header-row{grid-template-columns:.15fr .55fr .3fr;align-items:flex-start;gap:20px;display:grid}@media (max-width:768px){.product-section .header-row{flex-direction:column;gap:15px;display:flex}}.product-section .header-row .col-left{text-transform:capitalize;color:#ccc;align-items:center;gap:8px;font-size:.9rem;display:flex}.product-section .header-row .col-left svg{color:#e2fb99;width:20px;height:20px}.product-section .header-row .col-mid h2{letter-spacing:-.02em;color:#fff;margin:0;font-size:clamp(2rem,4vw,3.5rem);font-weight:500;line-height:1.1}.product-section .header-row .col-right p{color:#888;max-width:400px;margin:0;font-size:.95rem;line-height:1.5}.product-section .product-grid{scrollbar-width:none;-ms-overflow-style:none;gap:12px;display:flex;overflow-x:auto}.product-section .product-grid::-webkit-scrollbar{display:none}@media (max-width:640px){.product-section .product-grid{gap:10px}}.product-section .product-card{border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;flex:none;justify-content:space-between;width:calc(25% - 9px);min-width:300px;min-height:380px;padding:30px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex}.product-section .product-card:hover .icon-box{transform:scale(1.1)rotate(5deg)}.product-section .product-card .icon-box{justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:80px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);display:flex}.product-section .product-card .icon-box svg{color:#e2fb99;width:100%;height:100%}.product-section .product-card .card-content h3{color:#fff;margin-bottom:12px;font-size:1.5rem;font-weight:300}.product-section .product-card .card-content p{color:#fff9;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;min-height:70px;margin-bottom:2rem;font-size:15px;line-height:1.6;display:-webkit-box;overflow:hidden}.product-section .product-card .know-more{color:#fff;align-items:center;gap:8px;font-size:.9rem;font-weight:500;text-decoration:none;transition:gap .3s ease-in-out;display:flex}.product-section .product-card .know-more:hover{gap:12px}.product-section .product-card .know-more svg{width:18px;height:18px;transition:transform .3s ease-in-out}.product-section .mobile-radio-dots{display:none}@media (max-width:768px){.product-section .mobile-radio-dots{justify-content:center;align-items:center;gap:8px;margin-top:1rem;padding-bottom:10px;display:flex}}.product-section .mobile-radio-dots .radio-dot{cursor:pointer;background-color:#ffffff4d;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.product-section .mobile-radio-dots .radio-dot.active{background-color:#fff;border-radius:4px}.product-section .footer-row{justify-content:flex-end;align-items:center;margin-top:2rem;display:flex}@media (max-width:768px){.product-section .footer-row{display:none}}
