.products-section{background-color:#f8f9fa;padding:60px 0;}.top-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding:0 15px;}.top-header-row h2{font-size:2rem;font-weight:700;color:#0c1f38;margin:0;}.see-all-btn{background:#0c1f38;color:#fff;border:none;padding:10px 22px;border-radius:50px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2);font-size:0.95rem;}.see-all-btn:hover{background-color:#005b94;text-decoration:none;transform:translateY(-2px);}.see-all-btn svg{margin-left:10px;transition:transform 0.3s ease;}.see-all-btn:hover svg{transform:translateX(5px);}.product-card-v2{background-color:#fff;border-radius:20px;overflow:visible;display:flex;flex-direction:column;position:relative;height:100%;max-width:350px;margin:0 auto;}.product-image-v2{width:100%;height:250px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:20px 20px 50% 50%;position:relative;z-index:1;}.product-content-v2{position:relative;z-index:2;margin-top:-80px;padding:0 12px;display:flex;flex-direction:column;flex:1;}.content-card-v2{background-color:#0e9bd5 ;color:#fff;padding:1.5rem 1.2rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.1);display:flex;flex-direction:column;justify-content:space-between;height:100%;}.content-card-v2 .title-divider{border-bottom:1px solid rgba(255,255,255,0.3);margin:10px 0 16px;}.content-card-v2 .title{font-size:1.25rem;font-weight:700;}.content-card-v2 .description{font-size:0.95rem;line-height:1.5;color:#e9ecef;flex-grow:1;}.learn-more-btn-v2{background:#0c1f38;color:#fff;border:none;padding:10px 18px;border-radius:50px;font-weight:600;text-decoration:none;display:flex;justify-content:center;align-items:center;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(255,193,7,0.3);margin-top:18px;font-size:0.9rem;}.learn-more-btn-v2:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(36,31,130,0.4);text-decoration:none;}.arrow-icon-v2{transition:transform 0.3s ease;margin-left:8px;}.learn-more-btn-v2:hover .arrow-icon-v2{transform:translateX(5px);}@media(max-width:768px){.top-header-row{flex-direction:column;align-items:flex-start;gap:15px;}.product-card-v2{max-width:100%;}.product-content-v2{margin-top:-70px;}}